-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.36 KB
/
package.json
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
{
"name": "@ostro/http",
"version": "1.0.9",
"description": "HTTP module for OstroJS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ostro/contracts": "^1.0.3",
"accepts": "^1.3.7",
"array-flatten": "^3.0.0",
"body-parser": "^1.20.2",
"busboy": "^1.6.0",
"bytes": "3.1.0",
"compressible": "2.0.18",
"content-disposition": "^0.5.3",
"content-type": "^1.0.4",
"cors": "^2.8.5",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"lodash": "^4.17.21",
"methods": "^1.1.2",
"on-finished": "^2.3.0",
"on-headers": "1.0.2",
"parseurl": "^1.3.3",
"path-to-regexp": "^6.2.0",
"proxy-addr": "^2.0.7",
"qs": "^6.10.0",
"range-parser": "^1.2.1",
"safe-buffer": "^5.2.0",
"send": "^0.17.1",
"serve-static": "^1.14.1",
"statuses": "^1.5.0",
"type-is": "^1.6.18",
"utils-merge": "^1.0.1",
"uuid": "8.3.2",
"vary": "^1.1.2"
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"keywords": [
"http"
],
"author": "amar",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ostrojs/http.git"
},
"bugs": {
"url": "https://github.com/ostrojs/http/issues"
},
"homepage": "https://github.com/ostrojs/http#readme"
}