package.json
1.3 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
{
"_from": "send@0.1.0",
"_id": "send@0.1.0",
"_inBundle": false,
"_integrity": "sha1-z7COvTzsm3/Bo32f+eh1qXHPRkA=",
"_location": "/send",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "send@0.1.0",
"name": "send",
"escapedName": "send",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/connect",
"/express"
],
"_resolved": "https://registry.npmjs.org/send/-/send-0.1.0.tgz",
"_shasum": "cfb08ebd3cec9b7fc1a37d9ff9e875a971cf4640",
"_spec": "send@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"
},
"bundleDependencies": false,
"dependencies": {
"debug": "*",
"fresh": "0.1.0",
"mime": "1.2.6",
"range-parser": "0.0.4"
},
"deprecated": false,
"description": "Better streaming static file server with Range and conditional-GET support",
"devDependencies": {
"connect": "2.x",
"mocha": "*",
"should": "*",
"supertest": "0.0.1"
},
"keywords": [
"static",
"file",
"server"
],
"main": "index",
"name": "send",
"scripts": {
"test": "make test"
},
"version": "0.1.0"
}