-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·100 lines (100 loc) · 2.76 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_args": [
[
{
"raw": "https-proxy-agent@^2.1.0",
"scope": null,
"escapedName": "https-proxy-agent",
"name": "https-proxy-agent",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"/media/shan/341EBF8C1EBF4620/Dropbox/Github_Repo/code_extension/code-settings-sync"
]
],
"_from": "https-proxy-agent@>=2.1.0 <3.0.0",
"_id": "https-proxy-agent@2.1.0",
"_inCache": true,
"_location": "/https-proxy-agent",
"_nodeVersion": "8.2.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/https-proxy-agent-2.1.0.tgz_1502235155845_0.9402012808714062"
},
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {
"es6-promisify": "5.0.0"
},
"_requested": {
"raw": "https-proxy-agent@^2.1.0",
"scope": null,
"escapedName": "https-proxy-agent",
"name": "https-proxy-agent",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.1.0.tgz",
"_shasum": "1391bee7fd66aeabc0df2a1fa90f58954f43e443",
"_shrinkwrap": null,
"_spec": "https-proxy-agent@^2.1.0",
"_where": "/media/shan/341EBF8C1EBF4620/Dropbox/Github_Repo/code_extension/code-settings-sync",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
},
"dependencies": {
"agent-base": "^4.1.0",
"debug": "^2.4.1"
},
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"devDependencies": {
"mocha": "^3.4.2",
"proxy": "^0.2.4"
},
"directories": {},
"dist": {
"integrity": "sha512-/DTVSUCbRc6AiyOV4DBRvPDpKKCJh4qQJNaCgypX0T41quD9hp/PB5iUyx/60XobuMPQa9ce1jNV9UOUq6PnTg==",
"shasum": "1391bee7fd66aeabc0df2a1fa90f58954f43e443",
"tarball": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.1.0.tgz"
},
"gitHead": "5543d28b3c3b6519cdc7346fb517261cd47998b1",
"homepage": "https://github.com/TooTallNate/node-https-proxy-agent#readme",
"keywords": [
"https",
"proxy",
"endpoint",
"agent"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "https-proxy-agent",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "2.1.0"
}