{
  "_from": "proxy-chain@^2.0.1",
  "_id": "proxy-chain@2.7.1",
  "_inBundle": false,
  "_integrity": "sha512-LtXu0miohJYrHWJxv8wA6EoGreRcX1hxKb7qlE1pMFH+BXE7bqMvpyhzR/JvR6M5SzYKzyHFpvfmYJrZeMtwAg==",
  "_location": "/proxy-chain",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "proxy-chain@^2.0.1",
    "name": "proxy-chain",
    "escapedName": "proxy-chain",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/@crawlee/browser-pool"
  ],
  "_resolved": "https://registry.npmjs.org/proxy-chain/-/proxy-chain-2.7.1.tgz",
  "_shasum": "2ba902b1e0feaed4dce392e2a7dd464a3afe3014",
  "_spec": "proxy-chain@^2.0.1",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/browser-pool",
  "author": {
    "name": "Apify Technologies",
    "email": "support@apify.com",
    "url": "https://apify.com"
  },
  "bugs": {
    "url": "https://github.com/apify/proxy-chain/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jan Curn",
      "email": "jan@apify.com"
    }
  ],
  "dependencies": {
    "socks": "^2.8.3",
    "socks-proxy-agent": "^8.0.3",
    "tslib": "^2.3.1"
  },
  "deprecated": false,
  "description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.",
  "devDependencies": {
    "@apify/eslint-config": "^1.0.0",
    "@apify/tsconfig": "^0.1.0",
    "@types/jest": "^28.1.2",
    "@types/node": "^18.8.3",
    "basic-auth": "^2.0.1",
    "basic-auth-parser": "^0.0.2",
    "body-parser": "^1.19.0",
    "chai": "^4.3.4",
    "cross-env": "^7.0.3",
    "eslint": "^9.18.0",
    "express": "^4.17.1",
    "faye-websocket": "^0.11.4",
    "got-scraping": "^3.2.4-beta.0",
    "isparta": "^4.1.1",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "portastic": "^1.0.1",
    "proxy": "^1.0.2",
    "puppeteer": "^19.6.3",
    "request": "^2.88.2",
    "rimraf": "^4.1.2",
    "sinon": "^13.0.2",
    "sinon-stub-promise": "^4.0.0",
    "socksv5": "^0.0.6",
    "through": "^2.3.8",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.3",
    "typescript-eslint": "^8.20.0",
    "underscore": "^1.13.1",
    "ws": "^8.2.2"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo"
  ],
  "homepage": "https://blog.apify.com/how-to-make-headless-chrome-and-puppeteer-use-a-proxy-server-with-authentication-249a21a79212",
  "keywords": [
    "proxy",
    "squid",
    "apify",
    "tunnel",
    "puppeteer"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "name": "proxy-chain",
  "nyc": {
    "reporter": [
      "text",
      "html",
      "lcov"
    ],
    "exclude": [
      "**/test/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apify/proxy-chain.git"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc -w",
    "clean": "rimraf dist",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "local-proxy": "node ./dist/run_locally.js",
    "prepublishOnly": "npm run build",
    "test": "nyc cross-env NODE_OPTIONS=--insecure-http-parser mocha",
    "test:docker": "docker build --tag proxy-chain-tests --file test/Dockerfile . && docker run --add-host localhost-test:127.0.0.1 proxy-chain-tests",
    "test:docker:all": "bash scripts/test-docker-all.sh"
  },
  "version": "2.7.1"
}
