{
  "_from": "socks-proxy-agent@^8.0.5",
  "_id": "socks-proxy-agent@8.0.5",
  "_inBundle": false,
  "_integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
  "_location": "/socks-proxy-agent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "socks-proxy-agent@^8.0.5",
    "name": "socks-proxy-agent",
    "escapedName": "socks-proxy-agent",
    "rawSpec": "^8.0.5",
    "saveSpec": null,
    "fetchSpec": "^8.0.5"
  },
  "_requiredBy": [
    "/pac-proxy-agent",
    "/proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
  "_shasum": "b9cdb4e7e998509d7659d689ce7697ac21645bee",
  "_spec": "socks-proxy-agent@^8.0.5",
  "_where": "/etc/nginx/sites-available/node_modules/proxy-agent",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/proxy-agents/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Kiko Beats",
      "email": "josefrancisco.verdu@gmail.com"
    },
    {
      "name": "Josh Glazebrook",
      "email": "josh@joshglazebrook.com"
    },
    {
      "name": "talmobi",
      "email": "talmobi@users.noreply.github.com"
    },
    {
      "name": "Indospace.io",
      "email": "justin@indospace.io"
    },
    {
      "name": "Kilian von Pflugk",
      "email": "github@jumoog.io"
    },
    {
      "name": "Kyle",
      "email": "admin@hk1229.cn"
    },
    {
      "name": "Matheus Fernandes",
      "email": "matheus.frndes@gmail.com"
    },
    {
      "name": "Ricky Miller",
      "email": "richardkazuomiller@gmail.com"
    },
    {
      "name": "Shantanu Sharma",
      "email": "shantanu34@outlook.com"
    },
    {
      "name": "Tim Perry",
      "email": "pimterry@gmail.com"
    },
    {
      "name": "Vadim Baryshev",
      "email": "vadimbaryshev@gmail.com"
    },
    {
      "name": "jigu",
      "email": "luo1257857309@gmail.com"
    },
    {
      "name": "Alba Mendez",
      "email": "me@jmendeth.com"
    },
    {
      "name": "Дмитрий Гуденков",
      "email": "Dimangud@rambler.ru"
    },
    {
      "name": "Andrei Bitca",
      "email": "63638922+andrei-bitca-dc@users.noreply.github.com"
    },
    {
      "name": "Andrew Casey",
      "email": "amcasey@users.noreply.github.com"
    },
    {
      "name": "Brandon Ros",
      "email": "brandonros1@gmail.com"
    },
    {
      "name": "Dang Duy Thanh",
      "email": "thanhdd.it@gmail.com"
    },
    {
      "name": "Dimitar Nestorov",
      "email": "8790386+dimitarnestorov@users.noreply.github.com"
    }
  ],
  "dependencies": {
    "agent-base": "^7.1.2",
    "debug": "^4.3.4",
    "socks": "^2.8.3"
  },
  "deprecated": false,
  "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  "devDependencies": {
    "@types/async-retry": "^1.4.5",
    "@types/debug": "^4.1.7",
    "@types/dns2": "^2.0.3",
    "@types/jest": "^29.5.1",
    "@types/node": "^14.18.45",
    "async-listen": "^3.0.0",
    "async-retry": "^1.3.3",
    "cacheable-lookup": "^6.1.0",
    "dns2": "^2.1.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"
  },
  "engines": {
    "node": ">= 14"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/TooTallNate/proxy-agents#readme",
  "keywords": [
    "agent",
    "http",
    "https",
    "proxy",
    "socks",
    "socks4",
    "socks4a",
    "socks5",
    "socks5h"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "socks-proxy-agent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TooTallNate/proxy-agents.git",
    "directory": "packages/socks-proxy-agent"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .ts",
    "pack": "node ../../scripts/pack.mjs",
    "test": "jest --env node --verbose --bail test/test.ts",
    "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts"
  },
  "types": "./dist/index.d.ts",
  "version": "8.0.5"
}
