File: //usr/local/lib/node_modules/@ionic/cli/node_modules/proxy-agent/package.json
{
"_from": "proxy-agent@^6.3.0",
"_id": "proxy-agent@6.4.0",
"_inBundle": false,
"_integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
"_location": "/@ionic/cli/proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "proxy-agent@^6.3.0",
"name": "proxy-agent",
"escapedName": "proxy-agent",
"rawSpec": "^6.3.0",
"saveSpec": null,
"fetchSpec": "^6.3.0"
},
"_requiredBy": [
"/@ionic/cli"
],
"_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
"_shasum": "b4e2dd51dee2b377748aef8d45604c2d7608652d",
"_spec": "proxy-agent@^6.3.0",
"_where": "/usr/local/lib/node_modules/@ionic/cli",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/proxy-agents/issues"
},
"bundleDependencies": false,
"dependencies": {
"agent-base": "^7.0.2",
"debug": "^4.3.4",
"http-proxy-agent": "^7.0.1",
"https-proxy-agent": "^7.0.3",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^7.0.1",
"proxy-from-env": "^1.1.0",
"socks-proxy-agent": "^8.0.2"
},
"deprecated": false,
"description": "Maps proxy protocols to `http.Agent` implementations",
"devDependencies": {
"@types/agent-base": "^4.2.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"@types/proxy-from-env": "^1.0.1",
"@types/ws": "^8.5.4",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"proxy": "2.1.1",
"socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
"ts-jest": "^29.1.0",
"tsconfig": "0.0.0",
"typescript": "^5.0.4",
"ws": "^8.13.0"
},
"engines": {
"node": ">= 14"
},
"files": [
"dist"
],
"homepage": "https://github.com/TooTallNate/proxy-agents#readme",
"keywords": [
"http",
"https",
"socks",
"agent",
"mapping",
"proxy"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "proxy-agent",
"repository": {
"type": "git",
"url": "git+https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/proxy-agent"
},
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .ts",
"pack": "node ../../scripts/pack.mjs",
"test": "jest --env node --verbose --bail"
},
"types": "./dist/index.d.ts",
"version": "6.4.0"
}