package.json
1.76 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
{
"_from": "connect@2.6.2",
"_id": "connect@2.6.2",
"_inBundle": false,
"_integrity": "sha1-LGbqZYPeYkdf4VugPl8HTlMFDvs=",
"_location": "/connect",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "connect@2.6.2",
"name": "connect",
"escapedName": "connect",
"rawSpec": "2.6.2",
"saveSpec": null,
"fetchSpec": "2.6.2"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/connect/-/connect-2.6.2.tgz",
"_shasum": "2c66ea6583de62475fe15ba03e5f074e53050efb",
"_spec": "connect@2.6.2",
"_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"
},
"bugs": {
"url": "https://github.com/senchalabs/connect/issues"
},
"bundleDependencies": false,
"dependencies": {
"bytes": "0.1.0",
"cookie": "0.0.4",
"cookie-signature": "0.0.1",
"crc": "0.2.0",
"debug": "*",
"formidable": "1.0.11",
"fresh": "0.1.0",
"pause": "0.0.1",
"qs": "0.5.1",
"send": "0.1.0"
},
"deprecated": "connect 2.x series is deprecated",
"description": "High performance middleware framework",
"devDependencies": {
"dox": "*",
"jade": "*",
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">= 0.5.0"
},
"homepage": "https://github.com/senchalabs/connect#readme",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"main": "index",
"name": "connect",
"repository": {
"type": "git",
"url": "git://github.com/senchalabs/connect.git"
},
"scripts": {
"test": "make"
},
"version": "2.6.2"
}