package.json
1.11 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": "fresh@0.1.0",
"_id": "fresh@0.1.0",
"_inBundle": false,
"_integrity": "sha1-A+SwF4Qk5MLV0ZpU2IFM3JeTSFA=",
"_location": "/fresh",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fresh@0.1.0",
"name": "fresh",
"escapedName": "fresh",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/connect",
"/express",
"/send"
],
"_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz",
"_shasum": "03e4b0178424e4c2d5d19a54d8814cdc97934850",
"_spec": "fresh@0.1.0",
"_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "HTTP response freshness testing",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": "*"
},
"main": "index.js",
"name": "fresh",
"version": "0.1.0"
}