| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "socks-proxy-agent",
- "version": "2.1.1",
- "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
- "main": "socks-proxy-agent.js",
- "scripts": {
- "test": "mocha --reporter spec"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
- },
- "keywords": [
- "socks",
- "socks4",
- "socks4a",
- "proxy",
- "http",
- "https",
- "agent"
- ],
- "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues"
- },
- "dependencies": {
- "agent-base": "2",
- "extend": "3",
- "socks": "~1.1.5"
- },
- "devDependencies": {
- "mocha": "2",
- "raw-body": "^2.2.0",
- "socksv5": "0.0.6"
- }
- }
|