Aucune description

package.json 1.8KB

    { "_from": "proxy-agent@2.0.0", "_id": "proxy-agent@2.0.0", "_inBundle": false, "_integrity": "sha1-V+tTR6qAXXTsaByyVknbo5yTNJk=", "_location": "/proxy-agent", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "proxy-agent@2.0.0", "name": "proxy-agent", "escapedName": "proxy-agent", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/nightwatch" ], "_resolved": "http://registry.npm.taobao.org/proxy-agent/download/proxy-agent-2.0.0.tgz", "_shasum": "57eb5347aa805d74ec681cb25649dba39c933499", "_spec": "proxy-agent@2.0.0", "_where": "/Users/FFIB/Desktop/data_visualization/node_modules/nightwatch", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/node-proxy-agent/issues" }, "bundleDependencies": false, "dependencies": { "agent-base": "2", "debug": "2", "extend": "3", "http-proxy-agent": "1", "https-proxy-agent": "1", "lru-cache": "~2.6.5", "pac-proxy-agent": "1", "socks-proxy-agent": "2" }, "deprecated": false, "description": "Maps proxy protocols to `http.Agent` implementations", "devDependencies": { "mocha": "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.0.0" }