| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "_from": "jsencrypt@^3.3.2",
- "_id": "jsencrypt@3.5.4",
- "_inBundle": false,
- "_integrity": "sha512-kNjfYEMNASxrDGsmcSQh/rUTmcoRfSUkxnAz+MMywM8jtGu+fFEZ3nJjHM58zscVnwR0fYmG9sGkTDjqUdpiwA==",
- "_location": "/jsencrypt",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jsencrypt@^3.3.2",
- "name": "jsencrypt",
- "escapedName": "jsencrypt",
- "rawSpec": "^3.3.2",
- "saveSpec": null,
- "fetchSpec": "^3.3.2"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.5.4.tgz",
- "_shasum": "8db335ab164359449dd200d120f125f459476b25",
- "_spec": "jsencrypt@^3.3.2",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "author": {
- "name": "Travis Tidwell",
- "email": "travis@form.io"
- },
- "browser": "lib/index.js",
- "browserslist": [
- "last 1 version",
- "> 1%",
- "ie 11",
- "chrome >= 30",
- "edge >= 79",
- "firefox >= 63",
- "safari >= 11"
- ],
- "bugs": {
- "url": "http://github.com/travist/jsencrypt/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Travis Tidwell",
- "email": "travis@form.io",
- "url": "http://github.com/travist"
- },
- {
- "name": "Antonio",
- "url": "https://github.com/zoloft"
- },
- {
- "name": "Julio",
- "url": "https://github.com/jmgaya"
- },
- {
- "name": "Taehyun Hwang",
- "url": "https://github.com/HwangTaehyun"
- }
- ],
- "dependencies": {},
- "deprecated": false,
- "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
- "devDependencies": {
- "@babel/core": "^7.28.0",
- "@babel/preset-env": "^7.28.0",
- "@babel/preset-typescript": "^7.27.1",
- "@babel/register": "^7.27.1",
- "@types/expect": "^24.3.2",
- "@types/mocha": "^10.0.10",
- "@types/node": "^24.2.1",
- "chai": "4.3.6",
- "dirty-chai": "^2.0.1",
- "fs-jetpack": "^5.1.0",
- "mocha": "^11.7.1",
- "process": "^0.11.10",
- "ts-mocha": "^11.1.0",
- "ts-node": "^10.9.2",
- "typescript": "^5.9.2",
- "url": "^0.11.4",
- "webpack": "^5.101.0",
- "webpack-cli": "^6.0.1"
- },
- "exports": {
- ".": {
- "import": "./lib/index.js",
- "require": "./bin/jsencrypt.min.js",
- "browser": "./lib/index.js",
- "types": "./lib/index.d.ts"
- },
- "./package.json": "./package.json"
- },
- "files": [
- "bin",
- "lib"
- ],
- "homepage": "http://www.travistidwell.com/jsencrypt",
- "license": "MIT",
- "main": "bin/jsencrypt.min.js",
- "module": "lib/index.js",
- "name": "jsencrypt",
- "repository": {
- "type": "git",
- "url": "git://github.com/travist/jsencrypt.git"
- },
- "scripts": {
- "build": "npm run build:dev && npm run build:test && npm run build:prod",
- "build:dev": "tsc && tsc --project tsconfig-def.json && webpack",
- "build:prod": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.prod.js",
- "build:test": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.test.js",
- "build:validate": "npm run build && npm run validate:build",
- "prepublishOnly": "npm run build:validate",
- "serve": "bundle exec jekyll clean && bundle exec jekyll server --config _config.build.yml",
- "test": "node test/run-all-tests.js",
- "test:examples": "node test/run-examples-tests.js",
- "test:mocha": "ts-mocha test/index.js",
- "validate:build": "node test/validate-build.js",
- "validate:cdn": "echo 'Open http://localhost:4001/test/cdn-validation.html to test CDN compatibility'"
- },
- "sideEffects": false,
- "types": "lib/index.d.ts",
- "version": "3.5.4"
- }
|