You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.1 KiB
78 lines
2.1 KiB
{
|
|
"_from": "jsencrypt",
|
|
"_id": "jsencrypt@3.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-k1sD5QV0KPn+D8uG9AdGzTQuamt82QZ3A3l6f7TRwMU6Oi2Vg0BsL+wZIQBONcraO1pc78ExMdvmBBJ8WhNYUA==",
|
|
"_location": "/jsencrypt",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "jsencrypt",
|
|
"name": "jsencrypt",
|
|
"escapedName": "jsencrypt",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jsencrypt/-/jsencrypt-3.2.1.tgz",
|
|
"_shasum": "09766983cc760088ff26b12fe7e574252af97727",
|
|
"_spec": "jsencrypt",
|
|
"_where": "D:\\HBuilderXWorkSpace2\\phone_uni_xiongan",
|
|
"author": {
|
|
"name": "Travis Tidwell",
|
|
"email": "travis@form.io"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
|
|
"devDependencies": {
|
|
"typescript": "^4.2.4",
|
|
"webpack": "^5.35.1",
|
|
"webpack-cli": "^4.6.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"homepage": "http://www.travistidwell.com/jsencrypt",
|
|
"license": "MIT",
|
|
"main": "bin/jsencrypt.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:prod",
|
|
"build:dev": "tsc && tsc --project tsconfig-def.json && webpack",
|
|
"build:prod": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.prod.js",
|
|
"serve": "bundle exec jekyll server --config _config.build.yml"
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"version": "3.2.1"
|
|
}
|
|
|