You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"keygrip@1.1.0",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_from": "keygrip@1.1.0",
|
|
"_id": "keygrip@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-hxsWgdXhWcYqRFsMdLYV4JF+ciY=",
|
|
"_location": "/keygrip",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "keygrip@1.1.0",
|
|
"name": "keygrip",
|
|
"escapedName": "keygrip",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/cookies"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/keygrip/download/keygrip-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"bugs": {
|
|
"url": "https://github.com/crypto-utils/keygrip/issues"
|
|
},
|
|
"dependencies": {
|
|
"tsscmp": "1.0.6"
|
|
},
|
|
"description": "Key signing and verification for rotated credentials",
|
|
"devDependencies": {
|
|
"mocha": "6.1.4",
|
|
"nyc": "14.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/crypto-utils/keygrip#readme",
|
|
"license": "MIT",
|
|
"name": "keygrip",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/crypto-utils/keygrip.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec test/",
|
|
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
|
"test-travis": "nyc --reporter=text npm test"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|