74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@trust/webcrypto@0.9.2",
|
|
"/home/riddhi/frontend"
|
|
]
|
|
],
|
|
"_from": "@trust/webcrypto@0.9.2",
|
|
"_id": "@trust/webcrypto@0.9.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5iMAVcGYKhqLJGjefB1nzuQSqUJTru0nG4CytpBT/GGp1Piz/MVnj2jORdYf4JBYzggCIa8WZUr2rchP2Ngn/w==",
|
|
"_location": "/@trust/webcrypto",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@trust/webcrypto@0.9.2",
|
|
"name": "@trust/webcrypto",
|
|
"escapedName": "@trust%2fwebcrypto",
|
|
"scope": "@trust",
|
|
"rawSpec": "0.9.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.9.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/isomorphic-webcrypto"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@trust/webcrypto/-/webcrypto-0.9.2.tgz",
|
|
"_spec": "0.9.2",
|
|
"_where": "/home/riddhi/frontend",
|
|
"author": {
|
|
"name": "Anvil Research, Inc."
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/anvilresearch/webcrypto/issues"
|
|
},
|
|
"dependencies": {
|
|
"@trust/keyto": "^0.3.4",
|
|
"base64url": "^3.0.0",
|
|
"elliptic": "^6.4.0",
|
|
"node-rsa": "^0.4.0",
|
|
"text-encoding": "^0.6.1"
|
|
},
|
|
"description": "WebCrypto API for Node.js",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"codecov": "^3.0.2",
|
|
"jsdoc": "^3.4.3",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^11.2.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/anvilresearch/webcrypto#README",
|
|
"keywords": [
|
|
"WebCrypto"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"name": "@trust/webcrypto",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/anvilresearch/webcrypto.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc --reporter=lcov _mocha test",
|
|
"jsdoc": "jsdoc -c jsdoc.json -r",
|
|
"test": "nyc _mocha test"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "0.9.2"
|
|
}
|