blob: fea1b312ea838060ee3609e80d0422318a888620 [file] [log] [blame]
{
"_args": [
[
"proxy-agent@2.0.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "proxy-agent@2.0.0",
"_id": "proxy-agent@2.0.0",
"_inBundle": false,
"_integrity": "sha1-V+tTR6qAXXTsaByyVknbo5yTNJk=",
"_location": "/proxy-agent",
"_optional": true,
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "proxy-agent@2.0.0",
"name": "proxy-agent",
"escapedName": "proxy-agent",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/mailgun-js"
],
"_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-proxy-agent/issues"
},
"dependencies": {
"agent-base": "2",
"debug": "2",
"extend": "3",
"http-proxy-agent": "1",
"https-proxy-agent": "1",
"lru-cache": "~2.6.5",
"pac-proxy-agent": "1",
"socks-proxy-agent": "2"
},
"description": "Maps proxy protocols to `http.Agent` implementations",
"devDependencies": {
"mocha": "2",
"proxy": "0.2.3",
"socksv5": "0.0.6",
"stream-to-buffer": "0.1.0"
},
"homepage": "https://github.com/TooTallNate/node-proxy-agent",
"keywords": [
"http",
"https",
"socks",
"agent",
"mapping",
"proxy",
"cache"
],
"license": "MIT",
"main": "index.js",
"name": "proxy-agent",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-proxy-agent.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "2.0.0"
}