File: /home/thehunarfound/public_html/DMSold/node_modules/proxy-agent/package.json
{
"_args": [
[
"proxy-agent@3.0.0",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "proxy-agent@3.0.0",
"_id": "proxy-agent@3.0.0",
"_inBundle": false,
"_integrity": "sha512-g6n6vnk8fRf705ShN+FEXFG/SDJaW++lSs0d9KaJh4uBWW/wi7en4Cpo5VYQW3SZzAE121lhB/KLQrbURoubZw==",
"_location": "/proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "proxy-agent@3.0.0",
"name": "proxy-agent",
"escapedName": "proxy-agent",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "D:\\xamp2\\htdocs\\DMS",
"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": "^4.2.0",
"debug": "^3.1.0",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"lru-cache": "^4.1.2",
"pac-proxy-agent": "^2.0.1",
"proxy-from-env": "^1.0.0",
"socks-proxy-agent": "^3.0.0"
},
"description": "Maps proxy protocols to `http.Agent` implementations",
"devDependencies": {
"mocha": "^5.0.5",
"proxy": "0.2.4",
"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.0.0"
}