{
  "_from": "proxy-agent@6.5.0",
  "_id": "proxy-agent@6.5.0",
  "_inBundle": false,
  "_integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
  "_location": "/proxy-agent",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "proxy-agent@6.5.0",
    "name": "proxy-agent",
    "escapedName": "proxy-agent",
    "rawSpec": "6.5.0",
    "saveSpec": null,
    "fetchSpec": "6.5.0"
  },
  "_requiredBy": [
    "/pm2"
  ],
  "_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
  "_shasum": "9e49acba8e4ee234aacb539f89ed9c23d02f232d",
  "_spec": "proxy-agent@6.5.0",
  "_where": "/etc/nginx/sites-available/node_modules/pm2",
  "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.1.2",
    "debug": "^4.3.4",
    "http-proxy-agent": "^7.0.1",
    "https-proxy-agent": "^7.0.6",
    "lru-cache": "^7.14.1",
    "pac-proxy-agent": "^7.1.0",
    "proxy-from-env": "^1.1.0",
    "socks-proxy-agent": "^8.0.5"
  },
  "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.2.0",
    "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.5.0"
}
