package.json
1.18 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
{
"_from": "cookie-signature@0.0.1",
"_id": "cookie-signature@0.0.1",
"_inBundle": false,
"_integrity": "sha1-E9NgO1z2O++/haiAHjeqkA20aYU=",
"_location": "/cookie-signature",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cookie-signature@0.0.1",
"name": "cookie-signature",
"escapedName": "cookie-signature",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/connect",
"/express"
],
"_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz",
"_shasum": "13d3603b5cf63befbf85a8801e37aa900db46985",
"_spec": "cookie-signature@0.0.1",
"_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@learnboost.com"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Sign and unsign cookies",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"cookie",
"sign",
"unsign"
],
"main": "index",
"name": "cookie-signature",
"version": "0.0.1"
}