{ "_args": [ [ "socks-proxy-agent@5.0.1", "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools" ] ], "_from": "socks-proxy-agent@5.0.1", "_id": "socks-proxy-agent@5.0.1", "_inBundle": false, "_integrity": "sha1-Ay+1gwSKKev/7C5qc/ygdh9IF34=", "_location": "/socks-proxy-agent", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "socks-proxy-agent@5.0.1", "name": "socks-proxy-agent", "escapedName": "socks-proxy-agent", "rawSpec": "5.0.1", "saveSpec": null, "fetchSpec": "5.0.1" }, "_requiredBy": [ "/pac-proxy-agent", "/proxy-agent" ], "_resolved": "https://registry.nlark.com/socks-proxy-agent/download/socks-proxy-agent-5.0.1.tgz", "_spec": "5.0.1", "_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools", "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", "socks": "^2.3.3" }, "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", "devDependencies": { "@types/debug": "4", "@types/node": "^12.12.11", "@typescript-eslint/eslint-plugin": "1.6.0", "@typescript-eslint/parser": "1.1.0", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "4.1.0", "eslint-import-resolver-typescript": "1.1.1", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", "mocha": "^6.2.2", "proxy": "1", "raw-body": "^2.3.2", "rimraf": "^3.0.0", "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event", "typescript": "^3.5.3" }, "engines": { "node": ">= 6" }, "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": "5.0.1" }