forked from http-party/node-http-proxy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "@banno/http-proxy",
"version": "2.10.0",
"repository": {
"type": "git",
"url": "https://github.com/Banno/node-http-proxy.git"
},
"description": "HTTP proxying for the masses",
"author": "Charlie Robbins <[email protected]>",
"maintainers": [
"jcrugzz <[email protected]>"
],
"main": "index.js",
"dependencies": {
"eventemitter3": "^4.0.0",
"follow-redirects": "^1.15.6",
"requires-port": "^1.0.0"
},
"devDependencies": {
"@banno/js-release-tools": "^4.13.0",
"@types/node": "^16.18.40",
"async": "^3.0.0",
"concat-stream": "^2.0.0",
"expect.js": "~0.3.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.7.5",
"sse": "0.0.8",
"ws": "^8.17.1"
},
"resolutions": {
"ws": "^8.17.1"
},
"scripts": {
"mocha": "mocha test/*-test.js",
"test": "nyc --reporter=text --reporter=lcov npm run mocha",
"release": "release",
"publish:cd": "./node_modules/.bin/publish"
},
"engines": {
"node": ">=18.9.0"
},
"license": "MIT",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}