-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "keepalive-proxy-agent",
"description": "proxy agent that honors keepalive",
"main": "index.js",
"scripts": {
"bump": "test -n \"$1\" && npm version $1 && npm publish && git push",
"test": "standard && mocha",
"lint": "standard --fix index.js testserver.js test/*.js",
"cov": "nyc --reporter=html --reporter=text mocha && opener coverage/index.html",
"travis": "nyc --reporter=json --reporter=text mocha"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mknj/node-keepalive-proxy-agent.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mknj/node-keepalive-proxy-agent/issues"
},
"homepage": "https://github.com/mknj/node-keepalive-proxy-agent#readme",
"dependencies": {},
"devDependencies": {
"https-agent": "^1.0.0",
"https-proxy-agent": "^5.0.0",
"mocha": "^10.0.0",
"nyc": "^15.0.0",
"opener": "^1.5.2",
"pem": "^1.14.5",
"proxy": "^1.0.0",
"should": "^13.2.3",
"si": "^2.0.0",
"standard": "^17.0.0",
"tunnel": "0.0.6",
"tunnel-agent": "^0.6.0"
},
"version": "1.3.1"
}