package.json
1.41 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
{
"_from": "cookie@0.0.4",
"_id": "cookie@0.0.4",
"_inBundle": false,
"_integrity": "sha1-VFa9R67iZm6sl26oCmEFlASD/pg=",
"_location": "/cookie",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cookie@0.0.4",
"name": "cookie",
"escapedName": "cookie",
"rawSpec": "0.0.4",
"saveSpec": null,
"fetchSpec": "0.0.4"
},
"_requiredBy": [
"/connect",
"/express"
],
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.0.4.tgz",
"_shasum": "5456bd47aee2666eac976ea80a6105940483fe98",
"_spec": "cookie@0.0.4",
"_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"bugs": {
"url": "https://github.com/shtylman/node-cookie/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "cookie parsing and serialization",
"devDependencies": {
"mocha": "1.x.x"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/shtylman/node-cookie#readme",
"keywords": [
"cookie",
"cookies"
],
"main": "index.js",
"name": "cookie",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-cookie.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.0.4"
}