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.
 
 
 
 

72 lines
1.7 KiB

{
"_from": "node-rsa",
"_id": "node-rsa@1.1.1",
"_inBundle": false,
"_integrity": "sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw==",
"_location": "/node-rsa",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-rsa",
"name": "node-rsa",
"escapedName": "node-rsa",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-1.1.1.tgz",
"_shasum": "efd9ad382097782f506153398496f79e4464434d",
"_spec": "node-rsa",
"_where": "E:\\gitwork\\tcb-mix-mall\\cloudfunctions-tcb\\mix-user",
"author": {
"name": "rzcoder"
},
"bugs": {
"url": "https://github.com/rzcoder/node-rsa/issues"
},
"bundleDependencies": false,
"dependencies": {
"asn1": "^0.2.4"
},
"deprecated": false,
"description": "Node.js RSA library",
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-simple-mocha": "0.4.1",
"jit-grunt": "0.10.0",
"lodash": "^4.17.15",
"nyc": "^15.0.0"
},
"homepage": "https://github.com/rzcoder/node-rsa",
"keywords": [
"node",
"rsa",
"crypto",
"assymetric",
"encryption",
"decryption",
"sign",
"verify",
"pkcs1",
"oaep",
"pss"
],
"license": "MIT",
"main": "src/NodeRSA.js",
"name": "node-rsa",
"repository": {
"type": "git",
"url": "git+https://github.com/rzcoder/node-rsa.git"
},
"scripts": {
"test": "grunt test"
},
"version": "1.1.1"
}