{"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"keywords":["superagent","http","https","proxy","socks"],"dist-tags":{"latest":"3.0.0"},"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"description":"`Request#proxy(uri)` superagent extension","readme":"superagent-proxy\n================\n### `Request#proxy(uri)` superagent extension\n\nThis module extends [`superagent`][superagent]'s `Request` class with\na `.proxy(uri)` function. This allows you to proxy the HTTP request through a\nproxy of some kind.\n\nIt is backed by the [`proxy-agent`][proxy-agent] module, so see\n[its README for more details][proxy-agent-readme].\n\n\nInstallation\n------------\n\nInstall with `npm`:\n\n``` bash\n$ npm install superagent-proxy\n```\n\n\nExample\n-------\n\n``` js\nvar request = require('superagent');\n\n// extend with Request#proxy()\nrequire('superagent-proxy')(request);\n\n// HTTP, HTTPS, or SOCKS proxy to use\nvar proxy = process.env.http_proxy || 'http://168.63.43.102:3128';\n\nrequest\n  .get(process.argv[2] || 'https://encrypted.google.com/')\n  .proxy(proxy)\n  .end(onresponse);\n\nfunction onresponse (err, res) {\n  if (err) {\n    console.log(err);\n  } else {\n    console.log(res.status, res.headers);\n    console.log(res.body);\n  }\n}\n```\n\n\nLicense\n-------\n\n(The MIT License)\n\nCopyright (c) 2013 Nathan Rajlich &lt;nathan@tootallnate.net&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n[superagent]: https://github.com/visionmedia/superagent\n[proxy-agent]: https://github.com/TooTallNate/node-proxy-agent\n[proxy-agent-readme]: https://github.com/TooTallNate/node-proxy-agent/blob/master/README.md\n","repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"users":{"itskdk":true,"losymear":true,"ganeshkbhat":true},"bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"license":"MIT","versions":{"0.0.1":{"name":"superagent-proxy","version":"0.0.1","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"http-proxy-agent":"0","https-proxy-agent":"0","socks-proxy-agent":"0"},"peerDependencies":{"superagent":"0"},"devDependencies":{"mocha":"~1.12.0"},"_id":"superagent-proxy@0.0.1","dist":{"shasum":"15d12bf7af09d1f8bc877a44ce3d2fae4ce8d262","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-0.0.1.tgz","integrity":"sha512-AaMG2jcK0qW8nPUvh1Y5p5yu5TygzKZ4MSHtvtA6VF3Pk0q6GNoyaeY/MxsIjye+SSD3LqbUIfbmGRM2QqCxbw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGJWxAW4AFoZYlpcAIoF+K1B8IbDYgI3/zws5bMB7bEwIgGxVZn/ZAXQOu0gZ5XfnoF1EQ9KcPUV6wYartKjSnOnQ="}]},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"directories":{}},"0.0.2":{"name":"superagent-proxy","version":"0.0.2","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"http-proxy-agent":"0","https-proxy-agent":"0","socks-proxy-agent":"0"},"peerDependencies":{"superagent":"~0.15.4"},"devDependencies":{"mocha":"~1.12.0","superagent":"~0.15.4"},"homepage":"https://github.com/TooTallNate/superagent-proxy","_id":"superagent-proxy@0.0.2","dist":{"shasum":"25d9ddc3817f1489f2d1bea1859bcd448b89b01a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-0.0.2.tgz","integrity":"sha512-6wu5tXkSfgi1LPawlfIxWZ6jv23xapUPf4l973UCT8h6o1VPwBxUtL9L+1YIvaNe4UQ4OP/sJrLAAs1IHhP5OA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC6/rEwB+CgvcBCShxR3CLMgj5coWXOTaGo16q3CpwG0AiEAnA0kmoYQe4X2exGBH0K/NhEPidOdCExL2n6m9W/VTWA="}]},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"directories":{}},"0.1.0":{"name":"superagent-proxy","version":"0.1.0","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"http-proxy-agent":"0","https-proxy-agent":"0","socks-proxy-agent":"0","lru-cache":"~2.3.1"},"peerDependencies":{"superagent":"~0.15.4"},"devDependencies":{"mocha":"~1.12.0","superagent":"~0.15.4"},"homepage":"https://github.com/TooTallNate/superagent-proxy","_id":"superagent-proxy@0.1.0","dist":{"shasum":"cadc10b2f7907d5736d74dabe054d3881fedbabc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-0.1.0.tgz","integrity":"sha512-tCoz1FSQ2PilXEtmxYwMaStMDjQsJf9jX53Pz3PfNcMOK7c/At8jDTbfb+IUkrAgGkFBMz7WY2F6xg5i7acECQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKItXIiYgsOiMVE2kxYE47Qa86PmOGLv5Fqy+poLmT7wIgEkaTj1cOjqnwtyiW9U2XbrAUNlSfMq9ozF6QhiIhN8A="}]},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"directories":{}},"0.2.0":{"name":"superagent-proxy","version":"0.2.0","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"~0.0.2"},"peerDependencies":{"superagent":"~0.15.4"},"devDependencies":{"mocha":"~1.12.0","superagent":"~0.15.4"},"homepage":"https://github.com/TooTallNate/superagent-proxy","_id":"superagent-proxy@0.2.0","dist":{"shasum":"921d7c4ad397d606553d5779fa576ee2e5c6bf82","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-0.2.0.tgz","integrity":"sha512-5ocHirS0zNchXNcz5aQCOGEc2pF2/8gAyd9Otxp4lFHbXTensmKeUF7ArTcL3la0tvZ9rjx/2uSMnjOaTdktCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1FD84svqDCvsa9s9HFyHbvXmDT8IPXM/zUvsmpw5N7AiEAhNY5RwjtbY9ZmfLlqnHscq1S1McJS3lWYR6jPiLTz4w="}]},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"directories":{}},"0.3.0":{"name":"superagent-proxy","version":"0.3.0","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"1","debug":"~0.7.4"},"peerDependencies":{"superagent":"~0.15.4"},"devDependencies":{"mocha":"~1.12.0","superagent":"~0.15.4"},"homepage":"https://github.com/TooTallNate/superagent-proxy","_id":"superagent-proxy@0.3.0","dist":{"shasum":"e47714f555a7576127fc33112f64a567c395ad4f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-0.3.0.tgz","integrity":"sha512-mnRLUVRETHxlqZe+8XYxXKSvp7J3RRyRKi3ZHvUHMGunJQrTjGPubgBVonFOHCq5sRG1SRdoEKzbuTtUnWnojw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGsWLF4Ii/qE9oK7l+swvzvAMmzbnnn2CUR4Iu2z0dtAIgC9xHL3mn4sotJzfC2+Wdnra4i0oFJZAVmpMtWudEPh0="}]},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"directories":{}},"0.3.1":{"name":"superagent-proxy","version":"0.3.1","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"1","debug":"~0.7.4"},"peerDependencies":{"superagent":">= 0.15.4 && < 1"},"devDependencies":{"mocha":"~1.12.0","superagent":">= 0.15.4 && < 1"},"gitHead":"6a1a8231b1e38bde5cdfb50bb8f7254032fa7dc7","homepage":"https://github.com/TooTallNate/superagent-proxy","_id":"superagent-proxy@0.3.1","_shasum":"8326d39213d9d82e8d20cc2f561995aa46a1dc09","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"dist":{"shasum":"8326d39213d9d82e8d20cc2f561995aa46a1dc09","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-0.3.1.tgz","integrity":"sha512-Wu/uwwY94g1mE8/B2ZDkO69oTSH6YhydM8R89ysa5FHqveK0bm8sqwmUK6hN1UIihIUzupUBInqBpw6z2hRVOw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA6x8RDR7cRWELCppsmVSd1MDMUPeSWQGpMkJlIcnlLxAiEA157tm3lcgF+yUl9/+2LugxrPIj07XB/CDIUkH6+/CLU="}]},"directories":{}},"0.3.2":{"name":"superagent-proxy","version":"0.3.2","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"1","debug":"~2.2.0"},"peerDependencies":{"superagent":">= 0.15.4 && < 2"},"devDependencies":{"mocha":"~1.12.0","superagent":">= 0.15.4 && < 2"},"gitHead":"2dd3b33b90db0529614c36e6150b1d59ce39579b","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@0.3.2","_shasum":"73c27ecd41915823070c90b265ee8390c3e1aa15","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"dist":{"shasum":"73c27ecd41915823070c90b265ee8390c3e1aa15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-0.3.2.tgz","integrity":"sha512-BxH1ktouj4LqlgytDD288IBrqEmyioUs5xenEc4y+8fmFo3ixKIpZgMJVYucmunAj2qHb6VFlLK+u9L7642Srg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiTqUAsTLHmErWlMovSVVpoul4hrbAQfS0nGPGkUMbAwIhANa9Rr7TA4Mra95qeIHk6Pan2tpgcKDwuZpvTy8K65qS"}]},"directories":{}},"0.4.0":{"name":"superagent-proxy","version":"0.4.0","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"2","debug":"2"},"peerDependencies":{"superagent":">= 0.15.4 && < 2"},"devDependencies":{"mocha":"2","superagent":">= 0.15.4 && < 2"},"gitHead":"82932f8e75f4fdee0350dd850fee5349b634bcb0","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@0.4.0","_shasum":"858956c8fc2028978fede8ceac7b80a7d4d4f10f","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"dist":{"shasum":"858956c8fc2028978fede8ceac7b80a7d4d4f10f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-0.4.0.tgz","integrity":"sha512-C05XFVH46Tph3CM2XpjOZw1QlkM+2Nt6EIQknRGhGXsz62IqrH4TNxweYXw7irH40JL9gmr1pL52QJWx20oO/A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA6rqUFIM3xtZ1HmShiS48WrOlZLtbNHIuhTdc3WjVhEAiEApS0svARkrzVZ3NXvcUb9PLFSsv6a1vVXBYTu0xJjqWY="}]},"directories":{}},"1.0.0":{"name":"superagent-proxy","version":"1.0.0","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"2","debug":"2"},"peerDependencies":{"superagent":">= 0.15.4 && < 2"},"devDependencies":{"mocha":"2","superagent":">= 0.15.4 && < 2"},"gitHead":"3f26d6216e1b333c7c850303f083dee7a5638aa6","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@1.0.0","_shasum":"b1d535c12587232fadbcf8b36c41ba17310fac79","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"dist":{"shasum":"b1d535c12587232fadbcf8b36c41ba17310fac79","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-1.0.0.tgz","integrity":"sha512-qALPHq2EJyN4DyCtoNw/FEkBFvObdmbuilqAi4pOhg1uB5a8Ybv+F79jh+ncbXiNI7kjL1QSPSBCyRM1Tt/V+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRavx7bLvhENsinxGXfoaVyI+NC4XCEutjBNZhlbAivAIhALMLI3brRpcVBRwd3PjUjk7HuaAwDV4TxokLI4sKv0su"}]},"directories":{}},"1.0.1":{"name":"superagent-proxy","version":"1.0.1","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"2","debug":"2"},"peerDependencies":{"superagent":">= 0.15.4 || 1 || 2"},"devDependencies":{"mocha":"2","superagent":">= 0.15.4 || 1 || 2"},"gitHead":"b47fcec18f3db167932baebeb46ec618c858ccd9","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@1.0.1","_shasum":"88198c5cee6383c1f1dbe9163b7afe52aea24d9f","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"dist":{"shasum":"88198c5cee6383c1f1dbe9163b7afe52aea24d9f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-1.0.1.tgz","integrity":"sha512-b1c/fJZaAL49Uq7ZXw3ogLSRO+JCNs6rC1JjiRh+pgejvxqalLzFtjXbz7pA6SV/9/Mvo81fN4erUvc3sttgxA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXSkvTIYwaqXjAXfcln2yGDxylMHxKS0z4ls2UFojlIAIgLECpb/LtQhT+PywDHT/7QE04hCMnhV7oHaqX6alfx2k="}]},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/superagent-proxy-1.0.1.tgz_1466618991100_0.680495286360383"},"directories":{}},"1.0.2":{"name":"superagent-proxy","version":"1.0.2","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"2","debug":"2"},"peerDependencies":{"superagent":">= 0.15.4 || 1 || 2 || 3"},"devDependencies":{"mocha":"2","superagent":">= 0.15.4 || 1 || 2 || 3"},"gitHead":"ee23e94983f95074118550d285b917c66ef6ff02","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@1.0.2","_shasum":"92d3660578f618ed43a82cf8cac799fe2938ba2d","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"dist":{"shasum":"92d3660578f618ed43a82cf8cac799fe2938ba2d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-1.0.2.tgz","integrity":"sha512-ehJAxLE2smujCg7N7SShGH8B/JPfoqVWkXWb+i7Ynb+sY9HmBczKQ5KOZhDM9Lz3ypg458+Gg3j+OVoHX0stXA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHK2ZSzbhK91TsAXwfA1OhsqXkUqO2misii++0TfM6tkAiEAxtZPfZ1J1k3eJBp4ErQ8S+bgK3Dh++nHRWYxFUdYdsk="}]},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-proxy-1.0.2.tgz_1479777372303_0.043313249945640564"},"directories":{}},"1.0.3":{"name":"superagent-proxy","version":"1.0.3","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"2","debug":"^3.1.0"},"peerDependencies":{"superagent":">= 0.15.4 || 1 || 2 || 3"},"devDependencies":{"mocha":"2","superagent":">= 0.15.4 || 1 || 2 || 3"},"gitHead":"a21fe7c7adf8cf824020b0d125950125ad37cfcd","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@1.0.3","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"dist":{"integrity":"sha512-79Ujg1lRL2ICfuHUdX+H2MjIw73kB7bXsIkxLwHURz3j0XUmEEEoJ+u/wq+mKwna21Uejsm2cGR3OESA00TIjA==","shasum":"acfa776672f11c24a90ad575e855def8be44f741","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-1.0.3.tgz","fileCount":5,"unpackedSize":12085,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCv35KToE/wERMi3IHiA3ZMLDVnFk5+mAdtofgEw4Ek/gIgHBpmjDMc3FscWa7GJVy5xGn+txjHA/PXgtEy/BOFw/A="}]},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/superagent-proxy_1.0.3_1518507209869_0.47796798505091"},"_hasShrinkwrap":false},"2.0.0":{"name":"superagent-proxy","version":"2.0.0","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"engines":{"node":">=6"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"3","debug":"^3.1.0"},"peerDependencies":{"superagent":">= 0.15.4 || 1 || 2 || 3"},"devDependencies":{"mocha":"2","superagent":">= 0.15.4 || 1 || 2 || 3"},"gitHead":"723880caab0fd94edb4a162dee3129720559cee7","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@2.0.0","_npmVersion":"6.2.0","_nodeVersion":"10.0.0","_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"dist":{"integrity":"sha512-TktJma5jPdiH1BNN+reF/RMW3b8aBTCV7KlLFV0uYcREgNf3pvo7Rdt564OcFHwkGb3mYEhHuWPBhSbOwiNaYw==","shasum":"9f57515cd660e2e9ce55c0e6bd70f92eb07c3ee0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-2.0.0.tgz","fileCount":5,"unpackedSize":12268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJblyFPCRA9TVsSAnZWagAAMCYP+QHAsr7KwMN9a2fj4bpx\nsvGSB5ngKCQx6k3vJY1K418ujhPFpmmfnMjH3BeqGo5jPrdzfHJNRQfdfb5O\nyJZrCRsM4yFDzb3q6HE+gdwZ/u8aMKvBTHf7/9uwKa83VuEFck0KkOfDvL1S\nnkwQIkQXoLhvecwv4/Ex1UsSmRL78lL5L2WBDMLT5E0dak8+HIt5KNXEIW31\nrcfdJcCNIEn/y4n1rmQH5t5O8u+KZ0hII1nmQDS74qYQhe8LZdCYMTeADzKN\nsvbIDl/hsxUsOi8CJ2TNqD8lMtcElaiZjUZNywcJFPbIiUMvJOP7RMoXcLiM\nTScpxxDStJu6uMLEMeHqMSBNqDPXJaoW1um+ffxD57t2M0I2PQNgsxaN3fkL\neMIZ1RxJ/t+VKRwIGcgKYJHtRqzJ/C1NqPYWeuepjMEajqb7vYPfUMR3XyQa\nHsXZuQUSUAAeBmbnQ/ja1rZQXk8Rb5bZZ2l9wbhLKFkNDkNNHaKNV0VGXKxS\nsE9ofp+JH3iGFZO6xPJ/i5A7En0HXQKD3hDiA9t9hqLyo+tg1Jg/4jHewv8v\nW+yq9qoHeVV8MM3GOzsT0T7CwkWEj5tGMKeFQSrv6/F6O0EkFThzoO5bDUGJ\nbejEW3pXf4RQsa0FvpWMkr6OLG5/vGXsBX135dOcsqpzN5DuaXXJxjjKtjPh\nAB8B\r\n=hlYQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBUoF60+WPRHIXcqHs/DEnOOfx0vIynmSyDRe5PnWsIAIhAOdzrsxPQ0s+lqmWaW9a9DIoN1kjE43TTzBi3nEes3M3"}]},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/superagent-proxy_2.0.0_1536631118633_0.619463631805832"},"_hasShrinkwrap":false},"2.1.0":{"name":"superagent-proxy","version":"2.1.0","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"engines":{"node":">=6"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"proxy-agent":"^4.0.0","debug":"^3.1.0"},"peerDependencies":{"superagent":">= 0.15.4 || 1 || 2 || 3"},"devDependencies":{"mocha":"2","superagent":">= 0.15.4 || 1 || 2 || 3"},"gitHead":"5c96130d71bfb79cfd1eb8ea36656f34d082e035","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@2.1.0","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"integrity":"sha512-DnarpKN6Xn8e3pYlFV4Yvsj9yxLY4q5FIsUe5JvN7vjzP+YCfzXv03dTkZSD2yzrSadsNYHf0IgOUJwKjX457A==","shasum":"34e91f9024fbace95f0a35c50c69edf2a0d331e2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-2.1.0.tgz","fileCount":5,"unpackedSize":12273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhg47CRA9TVsSAnZWagAA4VAP/3ldB8ieQELQJTjcu9qq\nHc6JakXQhb24MbKM5tetGwuU13o6aZ0QpaoSsQOi4BDqMWJhpTcwL26kYC//\ntOWAvk3O34vxpMJESfnDMdp0oEWTTmQRdnmC65fBaC9s1kP28BaSAeVoRnye\nrIe7wJiqKSecwv2iZSDnUlk/uKeds5z5Oy7Aul3gZffZDtUWFvrZfRjmXldK\nth7jM90srjSbqkhjgFSGo5wl41OpMJIjNtNVr9UeB/a3Wy7XfTYEGPrSsztx\nHMtyDEnDeVg+SAyFGUohFxZh2SgSUxNWGZZXAY+2sgQMOZ9k9d+xtsjpFGdD\n8+naq781QWbayCL305rQ1KW1t83PKrCHDHGW5yyc5rSmbHaqAo3iaeHT83+j\nsAD7M6vJ9C8Fs4oqornfEfFdIzIUeEH9DbBmeWaiiNV6qZdOF8cxUZrn9PUI\nreKh+MVAaNkDPlT4ImvJ5Oa6M6R3XjJ2vh0kr/CgHRZcOlOZxakt5CTc/Edf\nVobXahME+rXcht/pi9lYUclERfbIS3wMs1UDWIfmTMhadWhqz5PUKq36upuq\nGiMPAhm8LhU6a3Z/izG/d2+P2ClA584PZwyvpgAygp8HhfrbaX4eeicC3XI3\nUF31V+llJ/tO0mp19kZrYriCxPtoj1Lni9D4uROEZIr02uEgZ/D1QKV1ES5j\nweuz\r\n=GhlU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZYzLFAqqmR6HRZ2RiNRMpOETHUyNvqngqyb8vxOpW1wIgcvHw5Jc7hCJtEF6zkxtKv65N7/i2Bn6kCy+rq1lpD10="}]},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/superagent-proxy_2.1.0_1602620987353_0.01044913639445122"},"_hasShrinkwrap":false},"3.0.0":{"name":"superagent-proxy","version":"3.0.0","description":"`Request#proxy(uri)` superagent extension","main":"index.js","scripts":{"test":"mocha --reporter spec"},"engines":{"node":">=6"},"repository":{"type":"git","url":"git://github.com/TooTallNate/superagent-proxy.git"},"keywords":["superagent","http","https","proxy","socks"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/superagent-proxy/issues"},"dependencies":{"debug":"^4.3.2","proxy-agent":"^5.0.0"},"peerDependencies":{"superagent":">= 0.15.4 || 1 || 2 || 3"},"devDependencies":{"mocha":"2","superagent":">= 0.15.4 || 1 || 2 || 3"},"gitHead":"ce624a1d66c0ae5fc9cec1fc48904d3890bedc72","homepage":"https://github.com/TooTallNate/superagent-proxy#readme","_id":"superagent-proxy@3.0.0","_nodeVersion":"14.17.4","_npmVersion":"7.20.3","dist":{"integrity":"sha512-wAlRInOeDFyd9pyonrkJspdRAxdLrcsZ6aSnS+8+nu4x1aXbz6FWSTT9M6Ibze+eG60szlL7JA8wEIV7bPWuyQ==","shasum":"e1a17ccba25883599e18d2974020fe83ee7d95d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/superagent-proxy/-/superagent-proxy-3.0.0.tgz","fileCount":5,"unpackedSize":12273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMeVpCRA9TVsSAnZWagAAFAIQAJyba9zGqOi18L7dO68/\nMHfFsJTSbg8v1ncRMyjB0R1HYEU16dg2vNrs9QngSLIxKGr5p+fUJrtHurrs\nj9a8MmIBNYLpwcCifwFtICCqgb0VwBDtWJQ9X307Ss0U9xIH9W/9YrGxYHaS\nVaZDzg5B8XSdrHpMxQ1fx59rTQItZ+r1TZ4GnCY2WJZdb4AzTlmtoJO4DpHp\nycb0suA28bJAvsVcoan3oYZhYkvqGqbKc5h9c+CiNYEVSX15fUY112hBkthf\nXeU9CHbIWYsrPsgQkAHup1B+jXd6oEg8QuVlpAeepFadIPP1/C9qUaFdPc2t\nu97rXyrYsnGWXSqNAboAmlvwEhjjBkDhsjVh/niZB4v4SWExyqEEM0sO8IXl\nrPMZ/AfyXmcAgba1QiD6SwDatQXoG894bAaAekmX3V2scynB+AemNesEjGNA\nocKX5iRdYDveMKiZRW4h7nVzrKSCmz4Y1+jqP6Yg6oI5YSUa34mMB/Ox5hmz\nl6dVLm/4GJVeL9zm9OPPZOvmtU2CGLIdjTGkKDfp84cAx5gMyv6A6+NtZveN\nETMCMlRcNL9FwvvuHExidOjbC40Fvu5dV/a99GTzNiJ7meOpEqEqW9yQOLbY\nTYpy9/T2/19lDnRoyE47+jur64fv2CPsn1OpBppczCu8M+xP4OH6uAKzt63O\ntabK\r\n=9zpY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBM8uTAXksEfAZtLZwDMJ44PESBebDv8ZlG5FCtKBYivAiB8s1SevpRuB1VV7E6sk5SGSbARsGL47IaHO1VGlHJP0Q=="}]},"_npmUser":{"name":"anonymous","email":"nathan@tootallnate.net"},"directories":{},"maintainers":[{"name":"anonymous","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/superagent-proxy_3.0.0_1630659945140_0.3947977791726296"},"_hasShrinkwrap":false}},"name":"superagent-proxy","time":{"modified":"2022-06-27T02:12:35.890Z","created":"2013-07-11T23:30:46.201Z","0.0.1":"2013-07-11T23:30:47.458Z","0.0.2":"2013-11-15T18:24:24.714Z","0.1.0":"2013-11-17T03:08:20.104Z","0.2.0":"2013-11-21T07:04:03.242Z","0.3.0":"2014-01-13T20:48:43.903Z","0.3.1":"2014-08-21T20:10:29.821Z","0.3.2":"2015-05-19T02:32:52.046Z","0.4.0":"2015-07-15T22:22:38.911Z","1.0.0":"2015-07-15T22:23:33.732Z","1.0.1":"2016-06-22T18:09:54.367Z","1.0.2":"2016-11-22T01:16:14.148Z","1.0.3":"2018-02-13T07:33:29.918Z","2.0.0":"2018-09-11T01:58:38.793Z","2.1.0":"2020-10-13T20:29:47.474Z","3.0.0":"2021-09-03T09:05:45.347Z"},"readmeFilename":"README.md","homepage":"https://github.com/TooTallNate/superagent-proxy#readme"}