Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "express@^4.13.3",
6
"scope": null,
7
"escapedName": "express",
8
"name": "express",
9
"rawSpec": "^4.13.3",
10
"spec": ">=4.13.3 <5.0.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project"
14
]
15
],
16
"_from": "express@>=4.13.3 <5.0.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/express",
21
"_nodeVersion": "6.10.3",
22
"_npmOperationalInternal": {
23
"host": "packages-12-west.internal.npmjs.com",
24
"tmp": "tmp/express-4.15.3.tgz_1495030658380_0.1599606357049197"
25
},
26
"_npmUser": {
27
"name": "dougwilson",
28
"email": "[email protected]"
29
},
30
"_npmVersion": "4.2.0",
31
"_phantomChildren": {},
32
"_requested": {
33
"raw": "express@^4.13.3",
34
"scope": null,
35
"escapedName": "express",
36
"name": "express",
37
"rawSpec": "^4.13.3",
38
"spec": ">=4.13.3 <5.0.0",
39
"type": "range"
40
},
41
"_requiredBy": [
42
"/"
43
],
44
"_resolved": "https://registry.npmjs.org/express/-/express-4.15.3.tgz",
45
"_shasum": "bab65d0f03aa80c358408972fc700f916944b662",
46
"_shrinkwrap": null,
47
"_spec": "express@^4.13.3",
48
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project",
49
"author": {
50
"name": "TJ Holowaychuk",
51
"email": "[email protected]"
52
},
53
"bugs": {
54
"url": "https://github.com/expressjs/express/issues"
55
},
56
"contributors": [
57
{
58
"name": "Aaron Heckmann",
59
"email": "[email protected]"
60
},
61
{
62
"name": "Ciaran Jessup",
63
"email": "[email protected]"
64
},
65
{
66
"name": "Douglas Christopher Wilson",
67
"email": "[email protected]"
68
},
69
{
70
"name": "Guillermo Rauch",
71
"email": "[email protected]"
72
},
73
{
74
"name": "Jonathan Ong",
75
"email": "[email protected]"
76
},
77
{
78
"name": "Roman Shtylman",
79
"email": "[email protected]"
80
},
81
{
82
"name": "Young Jae Sim",
83
"email": "[email protected]"
84
}
85
],
86
"dependencies": {
87
"accepts": "~1.3.3",
88
"array-flatten": "1.1.1",
89
"content-disposition": "0.5.2",
90
"content-type": "~1.0.2",
91
"cookie": "0.3.1",
92
"cookie-signature": "1.0.6",
93
"debug": "2.6.7",
94
"depd": "~1.1.0",
95
"encodeurl": "~1.0.1",
96
"escape-html": "~1.0.3",
97
"etag": "~1.8.0",
98
"finalhandler": "~1.0.3",
99
"fresh": "0.5.0",
100
"merge-descriptors": "1.0.1",
101
"methods": "~1.1.2",
102
"on-finished": "~2.3.0",
103
"parseurl": "~1.3.1",
104
"path-to-regexp": "0.1.7",
105
"proxy-addr": "~1.1.4",
106
"qs": "6.4.0",
107
"range-parser": "~1.2.0",
108
"send": "0.15.3",
109
"serve-static": "1.12.3",
110
"setprototypeof": "1.0.3",
111
"statuses": "~1.3.1",
112
"type-is": "~1.6.15",
113
"utils-merge": "1.0.0",
114
"vary": "~1.1.1"
115
},
116
"description": "Fast, unopinionated, minimalist web framework",
117
"devDependencies": {
118
"after": "0.8.2",
119
"body-parser": "1.17.1",
120
"connect-redis": "~2.4.1",
121
"cookie-parser": "~1.4.3",
122
"cookie-session": "~1.2.0",
123
"ejs": "2.5.6",
124
"express-session": "1.15.2",
125
"hbs": "4.0.1",
126
"istanbul": "0.4.5",
127
"marked": "0.3.6",
128
"method-override": "2.3.8",
129
"mocha": "3.4.1",
130
"morgan": "1.8.1",
131
"multiparty": "4.1.3",
132
"pbkdf2-password": "1.2.1",
133
"should": "11.2.1",
134
"supertest": "1.2.0",
135
"vhost": "~3.0.2"
136
},
137
"directories": {},
138
"dist": {
139
"shasum": "bab65d0f03aa80c358408972fc700f916944b662",
140
"tarball": "https://registry.npmjs.org/express/-/express-4.15.3.tgz"
141
},
142
"engines": {
143
"node": ">= 0.10.0"
144
},
145
"files": [
146
"LICENSE",
147
"History.md",
148
"Readme.md",
149
"index.js",
150
"lib/"
151
],
152
"gitHead": "6da454c7fb37e68ed65ffe0371aa688b89f5bd6e",
153
"homepage": "http://expressjs.com/",
154
"keywords": [
155
"express",
156
"framework",
157
"sinatra",
158
"web",
159
"rest",
160
"restful",
161
"router",
162
"app",
163
"api"
164
],
165
"license": "MIT",
166
"maintainers": [
167
{
168
"name": "dougwilson",
169
"email": "[email protected]"
170
},
171
{
172
"name": "hacksparrow",
173
"email": "[email protected]"
174
},
175
{
176
"name": "jasnell",
177
"email": "[email protected]"
178
},
179
{
180
"name": "mikeal",
181
"email": "[email protected]"
182
}
183
],
184
"name": "express",
185
"optionalDependencies": {},
186
"readme": "ERROR: No README data found!",
187
"repository": {
188
"type": "git",
189
"url": "git+https://github.com/expressjs/express.git"
190
},
191
"scripts": {
192
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
193
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
194
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
195
"test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
196
},
197
"version": "4.15.3"
198
}
199
200