API/api.medcify.app/node_modules/proxy-agent/package.json
2022-09-26 11:41:44 +05:30

78 lines
1.9 KiB
JSON

{
"_from": "proxy-agent@~5.0.0",
"_id": "proxy-agent@5.0.0",
"_inBundle": false,
"_integrity": "sha512-gkH7BkvLVkSfX9Dk27W6TyNOWWZWRilRfk1XxGNWOYJ2TuedAv1yFpCaU9QSBmBe716XOTNpYNOzhysyw8xn7g==",
"_location": "/proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "proxy-agent@~5.0.0",
"name": "proxy-agent",
"escapedName": "proxy-agent",
"rawSpec": "~5.0.0",
"saveSpec": null,
"fetchSpec": "~5.0.0"
},
"_requiredBy": [
"/@pm2/agent"
],
"_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-5.0.0.tgz",
"_shasum": "d31405c10d6e8431fde96cba7a0c027ce01d633b",
"_spec": "proxy-agent@~5.0.0",
"_where": "/var/www/api.medcify.app/node_modules/@pm2/agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-proxy-agent/issues"
},
"bundleDependencies": false,
"dependencies": {
"agent-base": "^6.0.0",
"debug": "4",
"http-proxy-agent": "^4.0.0",
"https-proxy-agent": "^5.0.0",
"lru-cache": "^5.1.1",
"pac-proxy-agent": "^5.0.0",
"proxy-from-env": "^1.0.0",
"socks-proxy-agent": "^5.0.0"
},
"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": ">= 8"
},
"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": "5.0.0"
}