{
  "name": "socks-proxy-agent",
  "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  "dist-tags": {
    "latest": "8.0.4"
  },
  "versions": {
    "8.0.4": {
      "name": "socks-proxy-agent",
      "version": "8.0.4",
      "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
      "main": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "author": {
        "name": "Nathan Rajlich",
        "email": "nathan@tootallnate.net",
        "url": "http://n8.io/"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/TooTallNate/proxy-agents.git",
        "directory": "packages/socks-proxy-agent"
      },
      "dependencies": {
        "agent-base": "^7.1.1",
        "debug": "^4.3.4",
        "socks": "^2.8.3"
      },
      "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",
        "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
        "ts-jest": "^29.1.0",
        "typescript": "^5.0.4",
        "proxy": "2.2.0",
        "tsconfig": "0.0.0"
      },
      "engines": {
        "node": ">= 14"
      },
      "license": "MIT",
      "scripts": {
        "build": "tsc",
        "test": "jest --env node --verbose --bail test/test.ts",
        "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts",
        "lint": "eslint . --ext .ts",
        "pack": "node ../../scripts/pack.mjs"
      },
      "_id": "socks-proxy-agent@8.0.4",
      "bugs": {
        "url": "https://github.com/TooTallNate/proxy-agents/issues"
      },
      "_integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==",
      "_resolved": "/tmp/407e2a13e47683d55ba12268a88dc928/socks-proxy-agent-8.0.4.tgz",
      "_from": "file:socks-proxy-agent-8.0.4.tgz",
      "_nodeVersion": "20.15.0",
      "_npmVersion": "10.7.0",
      "dist": {
        "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==",
        "shasum": "9071dca17af95f483300316f4b063578fa0db08c",
        "tarball": "http://localhost:4260/socks-proxy-agent/socks-proxy-agent-8.0.4.tgz",
        "fileCount": 8,
        "unpackedSize": 24807
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TooTallNate/proxy-agents.git",
    "directory": "packages/socks-proxy-agent"
  },
  "license": "MIT",
  "homepage": "https://github.com/TooTallNate/proxy-agents#readme",
  "bugs": {
    "url": "https://github.com/TooTallNate/proxy-agents/issues"
  },
  "readmeFilename": "README.md"
}