{
  "_args": [
    [
      "socks-proxy-agent@6.1.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "socks-proxy-agent@6.1.0",
  "_id": "socks-proxy-agent@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==",
  "_location": "/socks-proxy-agent",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "socks-proxy-agent@6.1.0",
    "name": "socks-proxy-agent",
    "escapedName": "socks-proxy-agent",
    "rawSpec": "6.1.0",
    "saveSpec": null,
    "fetchSpec": "6.1.0"
  },
  "_requiredBy": [
    "/make-fetch-happen"
  ],
  "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.0.tgz",
  "_spec": "6.1.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
  },
  "dependencies": {
    "agent-base": "^6.0.2",
    "debug": "^4.3.1",
    "socks": "^2.6.1"
  },
  "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  "devDependencies": {
    "@types/debug": "latest",
    "@types/node": "latest",
    "@typescript-eslint/eslint-plugin": "latest",
    "@typescript-eslint/parser": "latest",
    "eslint": "latest",
    "eslint-config-airbnb": "latest",
    "eslint-config-prettier": "latest",
    "eslint-import-resolver-typescript": "latest",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jsx-a11y": "latest",
    "eslint-plugin-react": "latest",
    "mocha": "latest",
    "proxy": "latest",
    "raw-body": "latest",
    "rimraf": "latest",
    "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event",
    "typescript": "latest"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
  "keywords": [
    "socks",
    "socks4",
    "socks4a",
    "socks5",
    "socks5h",
    "proxy",
    "http",
    "https",
    "agent"
  ],
  "license": "MIT",
  "main": "dist/index",
  "name": "socks-proxy-agent",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
  },
  "scripts": {
    "build": "tsc",
    "prebuild": "rimraf dist",
    "prepublishOnly": "npm run build",
    "test": "mocha --reporter spec",
    "test-lint": "eslint src --ext .js,.ts"
  },
  "typings": "dist/index",
  "version": "6.1.0"
}
