Nav apraksta

package.json 1.7KB

    { "_from": "socks-proxy-agent@2", "_id": "socks-proxy-agent@2.1.1", "_inBundle": false, "_integrity": "sha1-huuwcZMlhjeHDhO3vZnybGY989M=", "_location": "/socks-proxy-agent", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "socks-proxy-agent@2", "name": "socks-proxy-agent", "escapedName": "socks-proxy-agent", "rawSpec": "2", "saveSpec": null, "fetchSpec": "2" }, "_requiredBy": [ "/pac-proxy-agent", "/proxy-agent" ], "_resolved": "http://registry.npm.taobao.org/socks-proxy-agent/download/socks-proxy-agent-2.1.1.tgz", "_shasum": "86ebb07193258637870e13b7bd99f26c663df3d3", "_spec": "socks-proxy-agent@2", "_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-socks-proxy-agent/issues" }, "bundleDependencies": false, "dependencies": { "agent-base": "2", "extend": "3", "socks": "~1.1.5" }, "deprecated": false, "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", "devDependencies": { "mocha": "2", "raw-body": "^2.2.0", "socksv5": "0.0.6" }, "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", "keywords": [ "socks", "socks4", "socks4a", "proxy", "http", "https", "agent" ], "license": "MIT", "main": "socks-proxy-agent.js", "name": "socks-proxy-agent", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git" }, "scripts": { "test": "mocha --reporter spec" }, "version": "2.1.1" }