Gazebo_simulation-Frontend/node_modules/browserify-sign/package.json

71 lines
1.8 KiB
JSON

{
"_args": [
[
"browserify-sign@4.1.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "browserify-sign@4.1.0",
"_id": "browserify-sign@4.1.0",
"_inBundle": false,
"_integrity": "sha512-VYxo7cDCeYUoBZ0ZCy4UyEUCP3smyBd4DRQM5nrFS1jJjPJjX7rP3oLRpPoWfkhQfyJ0I9ZbHbKafrFD/SGlrg==",
"_location": "/browserify-sign",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserify-sign@4.1.0",
"name": "browserify-sign",
"escapedName": "browserify-sign",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/crypto-browserify"
],
"_resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"browser": "browser/index.js",
"bugs": {
"url": "https://github.com/crypto-browserify/browserify-sign/issues"
},
"dependencies": {
"bn.js": "^5.1.1",
"browserify-rsa": "^4.0.1",
"create-hash": "^1.2.0",
"create-hmac": "^1.1.7",
"elliptic": "^6.5.2",
"inherits": "^2.0.4",
"parse-asn1": "^5.1.5",
"readable-stream": "^3.6.0"
},
"description": "adds node crypto signing for browsers",
"devDependencies": {
"nyc": "^15.0.1",
"standard": "^14.3.3",
"tape": "^5.0.0"
},
"files": [
"browser",
"index.js",
"algos.js"
],
"homepage": "https://github.com/crypto-browserify/browserify-sign#readme",
"license": "ISC",
"main": "index.js",
"name": "browserify-sign",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-browserify/browserify-sign.git"
},
"scripts": {
"coverage": "nyc npm run unit",
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"version": "4.1.0"
}