{ "name": "@talmobi/socks-proxy-agent", "version": "3.0.1", "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", "main": "./index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git://github.com/talmobi/node-socks-proxy-agent.git" }, "keywords": [ "socks", "socks4", "socks4a", "proxy", "http", "https", "agent" ], "author": "Nathan Rajlich (http://n8.io/)", "license": "MIT", "bugs": { "url": "https://github.com/talmobi/node-socks-proxy-agent/issues" }, "dependencies": { "agent-base": "~4.1.0", "socks": "~2.1.6" }, "devDependencies": { "mocha": "~3.4.2", "raw-body": "~2.2.0", "socksv5": "0.0.6" } }