package.json
1.71 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
{
"_from": "connect@~2.4.4",
"_id": "connect@2.4.6",
"_inBundle": false,
"_integrity": "sha1-ASwv4FAYUE7SAoZooWkDGZ5ues4=",
"_location": "/connect",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "connect@~2.4.4",
"name": "connect",
"escapedName": "connect",
"rawSpec": "~2.4.4",
"saveSpec": null,
"fetchSpec": "~2.4.4"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npm.taobao.org/connect/download/connect-2.4.6.tgz",
"_shasum": "012c2fe05018504ed2028668a16903199e6e7ace",
"_spec": "connect@~2.4.4",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\grunt",
"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",
"crc": "0.2.0",
"debug": "*",
"formidable": "1.0.11",
"fresh": "0.1.0",
"pause": "0.0.1",
"qs": "0.5.1",
"send": "0.0.4"
},
"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"
},
"version": "2.4.6"
}