No Description

package.json 1.6KB

    { "_from": "http-proxy-agent@1", "_id": "http-proxy-agent@1.0.0", "_inBundle": false, "_integrity": "sha1-zBzjjkU7+YSg93AtLdWcc9CBKEo=", "_location": "/http-proxy-agent", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "http-proxy-agent@1", "name": "http-proxy-agent", "escapedName": "http-proxy-agent", "rawSpec": "1", "saveSpec": null, "fetchSpec": "1" }, "_requiredBy": [ "/pac-proxy-agent", "/proxy-agent" ], "_resolved": "http://registry.npm.taobao.org/http-proxy-agent/download/http-proxy-agent-1.0.0.tgz", "_shasum": "cc1ce38e453bf984a0f7702d2dd59c73d081284a", "_spec": "http-proxy-agent@1", "_where": "/Users/FFIB/Desktop/data_visualization/node_modules/proxy-agent", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues" }, "bundleDependencies": false, "dependencies": { "agent-base": "2", "debug": "2", "extend": "3" }, "deprecated": false, "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", "devDependencies": { "mocha": "2", "proxy": "~0.2.3" }, "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme", "keywords": [ "http", "proxy", "endpoint", "agent" ], "license": "MIT", "main": "http-proxy-agent.js", "name": "http-proxy-agent", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-http-proxy-agent.git" }, "scripts": { "test": "mocha --reporter spec" }, "version": "1.0.0" }