84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@trust/keyto@0.3.7",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_from": "@trust/keyto@0.3.7",
|
|
"_id": "@trust/keyto@0.3.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-t5kWWCTkPgg24JWVuCTPMx7l13F7YHdxBeJkT1vmoHjROgiOIEAN8eeY+iRmP1Hwsx+S7U55HyuqSsECr08a8A==",
|
|
"_location": "/@trust/keyto",
|
|
"_phantomChildren": {
|
|
"bn.js": "4.11.8",
|
|
"inherits": "2.0.4",
|
|
"minimalistic-assert": "1.0.1",
|
|
"safer-buffer": "2.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@trust/keyto@0.3.7",
|
|
"name": "@trust/keyto",
|
|
"escapedName": "@trust%2fkeyto",
|
|
"scope": "@trust",
|
|
"rawSpec": "0.3.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/@trust/webcrypto"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@trust/keyto/-/keyto-0.3.7.tgz",
|
|
"_spec": "0.3.7",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"bugs": {
|
|
"url": "https://github.com/EternalDeiwos/keyto/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Greg Linklater",
|
|
"email": "greg@gryphus.io"
|
|
},
|
|
{
|
|
"name": "JC Bailey",
|
|
"email": "jcbailey1991@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"asn1.js": "^5.0.1",
|
|
"base64url": "^3.0.1",
|
|
"elliptic": "^6.4.1"
|
|
},
|
|
"description": "A utility for translating cryptographic keys between representations",
|
|
"devDependencies": {
|
|
"chai": "^4.0.2",
|
|
"codecov": "^3.0.2",
|
|
"glob": "^7.1.2",
|
|
"jsdoc": "^3.4.3",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^13.3.0"
|
|
},
|
|
"homepage": "https://github.com/EternalDeiwos/keyto#readme",
|
|
"keywords": [
|
|
"PEM",
|
|
"JWK",
|
|
"Webcrypto",
|
|
"JOSE"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"name": "@trust/keyto",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/EternalDeiwos/keyto.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc --reporter=lcov _mocha test",
|
|
"jsdoc": "jsdoc -c jsdoc.json -r",
|
|
"test": "nyc _mocha test"
|
|
},
|
|
"version": "0.3.7"
|
|
}
|