{ "_args": [ [ "proxy-agent@2.2.0", "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools" ] ], "_from": "proxy-agent@2.2.0", "_id": "proxy-agent@2.2.0", "_inBundle": false, "_integrity": "sha512-cmWjNB7/5pVrYAFAt+6ppLyUAWd4LhWw47hkUISXHAieM5jT2PWjhh1dbpHUEX3lJhWjAqdNGrW8RnUFfLCU9w==", "_location": "/proxy-agent", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "proxy-agent@2.2.0", "name": "proxy-agent", "escapedName": "proxy-agent", "rawSpec": "2.2.0", "saveSpec": null, "fetchSpec": "2.2.0" }, "_requiredBy": [ "/urllib" ], "_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-2.2.0.tgz", "_spec": "2.2.0", "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/node-proxy-agent/issues" }, "dependencies": { "agent-base": "^4.2.0", "debug": "^2.6.8", "http-proxy-agent": "^1.0.0", "https-proxy-agent": "^1.0.0", "lru-cache": "^2.6.5", "pac-proxy-agent": "^2.0.0", "socks-proxy-agent": "^3.0.0" }, "description": "Maps proxy protocols to `http.Agent` implementations", "devDependencies": { "mocha": "^3.4.2", "proxy": "0.2.3", "socksv5": "0.0.6", "stream-to-buffer": "0.1.0" }, "homepage": "https://github.com/TooTallNate/node-proxy-agent", "keywords": [ "http", "https", "socks", "agent", "mapping", "proxy", "cache" ], "license": "MIT", "main": "index.js", "name": "proxy-agent", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-proxy-agent.git" }, "scripts": { "test": "mocha --reporter spec" }, "version": "2.2.0" }