File: //usr/lib/node_modules/pm2/node_modules/proxy-agent/package.json
{
"_from": "proxy-agent@~3.1.1",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-WudaR0eTsDx33O3EJE16PjBRZWcX8GqCEeERw1W3hZJgH/F2a46g7jty6UGty6NeJ4CKQy8ds2CJPMiyeqaTvw==",
"_location": "/pm2/proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "proxy-agent@~3.1.1",
"name": "proxy-agent",
"escapedName": "proxy-agent",
"rawSpec": "~3.1.1",
"saveSpec": null,
"fetchSpec": "~3.1.1"
},
"_requiredBy": [
"/pm2/@pm2/agent",
"/pm2/@pm2/agent-node"
],
"_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-3.1.1.tgz",
"_shasum": "7e04e06bf36afa624a1540be247b47c970bd3014",
"_spec": "proxy-agent@~3.1.1",
"_where": "/usr/lib/node_modules/pm2/node_modules/@pm2/agent",
"author": {
"name": "Nathan Rajlich",
"email": "[email protected]",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-proxy-agent/issues"
},
"bundleDependencies": false,
"dependencies": {
"agent-base": "^4.2.0",
"debug": "4",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^3.0.0",
"lru-cache": "^5.1.1",
"pac-proxy-agent": "^3.0.1",
"proxy-from-env": "^1.0.0",
"socks-proxy-agent": "^4.0.1"
},
"deprecated": false,
"description": "Maps proxy protocols to `http.Agent` implementations",
"devDependencies": {
"@types/agent-base": "^4.2.0",
"mocha": "^6.2.1",
"proxy": "^1.0.1",
"socksv5": "0.0.6",
"stream-to-buffer": "0.1.0"
},
"engines": {
"node": ">=6"
},
"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": "3.1.1"
}