-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
57 lines (57 loc) · 1.16 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
{
"name": "better-https-proxy-agent",
"version": "1.0.9",
"description": "An agent for HTTPS through an HTTP(S) proxy server using the CONNECT method",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --expose-gc test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/insightfuls/better-https-proxy-agent.git"
},
"keywords": [
"https",
"http",
"proxy",
"http proxy",
"https proxy",
"agent",
"connect",
"connection",
"pool",
"pooling",
"connection pool",
"connection pooling",
"timeout",
"TLS",
"SSL",
"client",
"certificate",
"client certificate",
"basic",
"authentication",
"basic authentication"
],
"author": "Ben Schmidt",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"index.js"
],
"bugs": {
"url": "https://github.com/insightfuls/better-https-proxy-agent/issues"
},
"homepage": "https://github.com/insightfuls/better-https-proxy-agent#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.2"
},
"dependencies": {
"duplexify": "4.0.0"
}
}