package.json
2.48 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"_args": [
[
"express@2.5.x",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\weinre"
]
],
"_from": "express@>=2.5.0 <2.6.0",
"_id": "express@2.5.11",
"_inCache": true,
"_installable": true,
"_location": "/express",
"_phantomChildren": {
"formidable": "1.0.17"
},
"_requested": {
"name": "express",
"raw": "express@2.5.x",
"rawSpec": "2.5.x",
"scope": null,
"spec": ">=2.5.0 <2.6.0",
"type": "range"
},
"_requiredBy": [
"/weinre"
],
"_resolved": "https://registry.npmjs.org/express/-/express-2.5.11.tgz",
"_shasum": "4ce8ea1f3635e69e49f0ebb497b6a4b0a51ce6f0",
"_shrinkwrap": null,
"_spec": "express@2.5.x",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\weinre",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"bin": {
"express": "./bin/express"
},
"bugs": {
"url": "https://github.com/visionmedia/express/issues"
},
"contributors": [
{
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
{
"email": "aaron.heckmann+github@gmail.com",
"name": "Aaron Heckmann"
},
{
"email": "ciaranj@gmail.com",
"name": "Ciaran Jessup"
},
{
"email": "rauchg@gmail.com",
"name": "Guillermo Rauch"
}
],
"dependencies": {
"connect": "1.x",
"mime": "1.2.4",
"mkdirp": "0.3.0",
"qs": "0.4.x"
},
"description": "Sinatra inspired web development framework",
"devDependencies": {
"connect-form": "0.2.1",
"connect-redis": ">= 0.0.1",
"ejs": "0.4.2",
"express-messages": "0.0.2",
"expresso": "0.9.2",
"hamljs": "0.6.x",
"jade": "0.16.2",
"node-markdown": ">= 0.0.1",
"should": "0.3.2",
"stylus": "0.13.0"
},
"directories": {},
"dist": {
"shasum": "4ce8ea1f3635e69e49f0ebb497b6a4b0a51ce6f0",
"tarball": "https://registry.npmjs.org/express/-/express-2.5.11.tgz"
},
"homepage": "https://github.com/visionmedia/express#readme",
"keywords": [
"framework",
"sinatra",
"web",
"rest",
"restful"
],
"main": "index",
"maintainers": [
{
"email": "tj@vision-media.ca",
"name": "tjholowaychuk"
}
],
"name": "express",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/express.git"
},
"scripts": {
"prepublish": "npm prune",
"test": "make test"
},
"version": "2.5.11"
}