Gazebo_simulation-Frontend/node_modules/node-rsa/package.json

74 lines
1.6 KiB
JSON

{
"_args": [
[
"node-rsa@0.4.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "node-rsa@0.4.2",
"_id": "node-rsa@0.4.2",
"_inBundle": false,
"_integrity": "sha1-1jkXKewWqDDtWjgEKzFX0tXXJTA=",
"_location": "/node-rsa",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-rsa@0.4.2",
"name": "node-rsa",
"escapedName": "node-rsa",
"rawSpec": "0.4.2",
"saveSpec": null,
"fetchSpec": "0.4.2"
},
"_requiredBy": [
"/@trust/webcrypto"
],
"_resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-0.4.2.tgz",
"_spec": "0.4.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "rzcoder"
},
"bugs": {
"url": "https://github.com/rzcoder/node-rsa/issues"
},
"dependencies": {
"asn1": "0.2.3"
},
"description": "Node.js RSA library",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"jit-grunt": "^0.10.0",
"lodash": "^4.13.1"
},
"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": "0.4.2"
}