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
|
{
"name": "connect",
"version": "1.8.6",
"description": "High performance middleware framework",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"repository": {
"type": "git",
"url": "git://github.com/senchalabs/connect.git"
},
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"dependencies": {
"qs": ">= 0.4.0",
"mime": ">= 0.0.1",
"formidable": "1.0.x"
},
"devDependencies": {
"expresso": "0.9.2",
"koala": "0.1.2",
"less": "1.1.1",
"sass": "0.5.0",
"markdown": "0.2.1",
"ejs": "0.4.3",
"should": "0.3.2"
},
"main": "index",
"engines": {
"node": ">= 0.4.1 < 0.7.0"
},
"_id": "connect@1.8.6",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.12",
"_nodeVersion": "v0.6.14",
"_defaultsLoaded": true,
"dist": {
"shasum": "0c455688d8df01c210eb2e53591436a50e0c506c"
},
"_from": "connect@1.x"
}
|