package.json
2.37 KB
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
{
"_args": [
[
{
"raw": "agent-base@2",
"scope": null,
"escapedName": "agent-base",
"name": "agent-base",
"rawSpec": "2",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/proxy-agent"
]
],
"_from": "agent-base@>=2.0.0 <3.0.0",
"_id": "agent-base@2.0.1",
"_inCache": true,
"_location": "/agent-base",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"raw": "agent-base@2",
"scope": null,
"escapedName": "agent-base",
"name": "agent-base",
"rawSpec": "2",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/http-proxy-agent",
"/https-proxy-agent",
"/pac-proxy-agent",
"/proxy-agent",
"/socks-proxy-agent"
],
"_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-2.0.1.tgz",
"_shasum": "bd8f9e86a8eb221fffa07bd14befd55df142815e",
"_shrinkwrap": null,
"_spec": "agent-base@2",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/proxy-agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-agent-base/issues"
},
"dependencies": {
"extend": "~3.0.0",
"semver": "~5.0.1"
},
"description": "Turn a function into an `http.Agent` instance",
"devDependencies": {
"mocha": "2"
},
"directories": {},
"dist": {
"shasum": "bd8f9e86a8eb221fffa07bd14befd55df142815e",
"tarball": "https://registry.npmjs.org/agent-base/-/agent-base-2.0.1.tgz"
},
"gitHead": "b46938339bcecd261939dc55798270d0398ad8f0",
"homepage": "https://github.com/TooTallNate/node-agent-base#readme",
"keywords": [
"http",
"agent",
"base",
"barebones",
"https"
],
"license": "MIT",
"main": "agent.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "agent-base",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-agent-base.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "2.0.1"
}