Gazebo_simulation-Frontend/node_modules/msrcrypto/package.json

74 lines
2.0 KiB
JSON

{
"_args": [
[
"msrcrypto@1.5.8",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "msrcrypto@1.5.8",
"_id": "msrcrypto@1.5.8",
"_inBundle": false,
"_integrity": "sha512-ujZ0TRuozHKKm6eGbKHfXef7f+esIhEckmThVnz7RNyiOJd7a6MXj2JGBoL9cnPDW+JMG16MoTUh5X+XXjI66Q==",
"_location": "/msrcrypto",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "msrcrypto@1.5.8",
"name": "msrcrypto",
"escapedName": "msrcrypto",
"rawSpec": "1.5.8",
"saveSpec": null,
"fetchSpec": "1.5.8"
},
"_requiredBy": [
"/isomorphic-webcrypto"
],
"_resolved": "https://registry.npmjs.org/msrcrypto/-/msrcrypto-1.5.8.tgz",
"_spec": "1.5.8",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"bugs": {
"url": "https://github.com/kevlened/msrCrypto/issues"
},
"description": "MSR JavaScript Cryptography Library",
"devDependencies": {
"jasmine-core": "^3.4.0",
"jest": "^24.9.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^3.0.0",
"webcrypto-test-suite": "^0.1.3",
"webpack": "^4.16.1"
},
"files": [
"dist",
"msrcrypto.js",
"msrcrypto.min.js"
],
"homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52439",
"keywords": [
"crypto",
"webcrypto",
"ES3"
],
"license": "Apache-2.0",
"main": "dist/msrcrypto.js",
"module": "dist/msrcrypto.mjs",
"name": "msrcrypto",
"repository": {
"type": "git",
"url": "git+https://github.com/kevlened/msrCrypto.git"
},
"scripts": {
"release": "git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jest"
},
"version": "1.5.8"
}