HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //snap/node/11396/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json
{
  "name": "socks-proxy-agent",
  "version": "8.0.5",
  "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": {
    "email": "[email protected]",
    "name": "Nathan Rajlich",
    "url": "http://n8.io/"
  },
  "contributors": [
    {
      "name": "Kiko Beats",
      "email": "[email protected]"
    },
    {
      "name": "Josh Glazebrook",
      "email": "[email protected]"
    },
    {
      "name": "talmobi",
      "email": "[email protected]"
    },
    {
      "name": "Indospace.io",
      "email": "[email protected]"
    },
    {
      "name": "Kilian von Pflugk",
      "email": "[email protected]"
    },
    {
      "name": "Kyle",
      "email": "[email protected]"
    },
    {
      "name": "Matheus Fernandes",
      "email": "[email protected]"
    },
    {
      "name": "Ricky Miller",
      "email": "[email protected]"
    },
    {
      "name": "Shantanu Sharma",
      "email": "[email protected]"
    },
    {
      "name": "Tim Perry",
      "email": "[email protected]"
    },
    {
      "name": "Vadim Baryshev",
      "email": "[email protected]"
    },
    {
      "name": "jigu",
      "email": "[email protected]"
    },
    {
      "name": "Alba Mendez",
      "email": "[email protected]"
    },
    {
      "name": "Дмитрий Гуденков",
      "email": "[email protected]"
    },
    {
      "name": "Andrei Bitca",
      "email": "[email protected]"
    },
    {
      "name": "Andrew Casey",
      "email": "[email protected]"
    },
    {
      "name": "Brandon Ros",
      "email": "[email protected]"
    },
    {
      "name": "Dang Duy Thanh",
      "email": "[email protected]"
    },
    {
      "name": "Dimitar Nestorov",
      "email": "[email protected]"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TooTallNate/proxy-agents.git",
    "directory": "packages/socks-proxy-agent"
  },
  "keywords": [
    "agent",
    "http",
    "https",
    "proxy",
    "socks",
    "socks4",
    "socks4a",
    "socks5",
    "socks5h"
  ],
  "dependencies": {
    "agent-base": "^7.1.2",
    "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"
  }
}