mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-10 02:23:40 +08:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"keygrip@1.1.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_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": "http://192.168.250.101:4873/keygrip/-/keygrip-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"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"
|
|
}
|