package.json
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"_from": "keygrip@~1.0.3",
"_id": "keygrip@1.0.3",
"_inBundle": false,
"_integrity": "sha512-/PpesirAIfaklxUzp4Yb7xBper9MwP6hNRA6BGGUFCgbJ+BM5CKBtsoxinNXkLHAr+GXS1/lSlF2rP7cv5Fl+g==",
"_location": "/keygrip",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "keygrip@~1.0.3",
"name": "keygrip",
"escapedName": "keygrip",
"rawSpec": "~1.0.3",
"saveSpec": null,
"fetchSpec": "~1.0.3"
},
"_requiredBy": [
"/cookies"
],
"_resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.0.3.tgz",
"_shasum": "399d709f0aed2bab0a059e0cdd3a5023a053e1dc",
"_spec": "keygrip@~1.0.3",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk\\node_modules\\cookies",
"bugs": {
"url": "https://github.com/crypto-utils/keygrip/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Key signing and verification for rotated credentials",
"devDependencies": {
"istanbul": "0.4.5",
"mocha": "1.21.5"
},
"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": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/"
},
"version": "1.0.3"
}