package.json
2.37 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_args": [
[
{
"raw": "keygrip@~1.0.2",
"scope": null,
"escapedName": "keygrip",
"name": "keygrip",
"rawSpec": "~1.0.2",
"spec": ">=1.0.2 <1.1.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/cookies"
]
],
"_from": "keygrip@>=1.0.2 <1.1.0",
"_id": "keygrip@1.0.2",
"_inCache": true,
"_location": "/keygrip",
"_nodeVersion": "6.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/keygrip-1.0.2.tgz_1503802341912_0.8997838881332427"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "keygrip@~1.0.2",
"scope": null,
"escapedName": "keygrip",
"name": "keygrip",
"rawSpec": "~1.0.2",
"spec": ">=1.0.2 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/cookies"
],
"_resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.0.2.tgz",
"_shasum": "ad3297c557069dea8bcfe7a4fa491b75c5ddeb91",
"_shrinkwrap": null,
"_spec": "keygrip@~1.0.2",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/cookies",
"bugs": {
"url": "https://github.com/crypto-utils/keygrip/issues"
},
"dependencies": {},
"description": "Key signing and verification for rotated credentials",
"devDependencies": {
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "ad3297c557069dea8bcfe7a4fa491b75c5ddeb91",
"tarball": "https://registry.npmjs.org/keygrip/-/keygrip-1.0.2.tgz"
},
"engines": {
"node": ">= 0.6"
},
"gitHead": "7fd306a872441215b8e0573462cda4b10256f2ea",
"homepage": "https://github.com/crypto-utils/keygrip#readme",
"license": "MIT",
"maintainers": [
{
"name": "jed",
"email": "where@jed.is"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "keygrip",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-utils/keygrip.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "1.0.2"
}