package.json
3.02 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"_args": [
[
{
"raw": "cookies@~0.7.0",
"scope": null,
"escapedName": "cookies",
"name": "cookies",
"rawSpec": "~0.7.0",
"spec": ">=0.7.0 <0.8.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa"
]
],
"_from": "cookies@>=0.7.0 <0.8.0",
"_id": "cookies@0.7.1",
"_inCache": true,
"_location": "/cookies",
"_nodeVersion": "6.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/cookies-0.7.1.tgz_1503804583252_0.40139200049452484"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "cookies@~0.7.0",
"scope": null,
"escapedName": "cookies",
"name": "cookies",
"rawSpec": "~0.7.0",
"spec": ">=0.7.0 <0.8.0",
"type": "range"
},
"_requiredBy": [
"/koa"
],
"_resolved": "https://registry.npmjs.org/cookies/-/cookies-0.7.1.tgz",
"_shasum": "7c8a615f5481c61ab9f16c833731bcb8f663b99b",
"_shrinkwrap": null,
"_spec": "cookies@~0.7.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa",
"author": {
"name": "Jed Schmidt",
"email": "tr@nslator.jp",
"url": "http://jed.is"
},
"bugs": {
"url": "https://github.com/pillarjs/cookies/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"depd": "~1.1.1",
"keygrip": "~1.0.2"
},
"description": "Cookies, optionally signed using Keygrip.",
"devDependencies": {
"express": "4.9.8",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"restify": "2.8.1",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "7c8a615f5481c61ab9f16c833731bcb8f663b99b",
"tarball": "https://registry.npmjs.org/cookies/-/cookies-0.7.1.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "28d44ced7a6ed7565623f84f5886dc8153459707",
"homepage": "https://github.com/pillarjs/cookies#readme",
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jed",
"email": "where@jed.is"
}
],
"name": "cookies",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/cookies.git"
},
"scripts": {
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/"
},
"version": "0.7.1"
}