{"_id":"socksified","_rev":"7-132fb0f2b60f769c3c3bf0f91ae5924a","name":"socksified","description":"HTTP SOCKS5 support for node.js","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"socksified","description":"HTTP SOCKS5 support for node.js","version":"0.0.1","author":{"name":"Valentin-Costel Haloiu","email":"vially.ichb@gmail.com"},"repository":{"type":"git","url":"git://github.com/vially/node-socksified.git"},"dependencies":{"sprintf":">= 0.1.1","ipv6":">= 0.0.1"},"directories":{"lib":"./lib"},"keywords":["socks"],"main":"index","engines":{"node":"0.5.x"},"devDependencies":{},"_id":"socksified@0.0.1","_engineSupported":true,"_npmVersion":"1.0.6","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"91d9804a2ef0010bf83f266ada7f6880c99e6761","tarball":"https://registry.npmjs.org/socksified/-/socksified-0.0.1.tgz","integrity":"sha512-3bXH8muSyVAUuohOZEPE0XxHb6wdmLFGIZ5z+OQVTLiEVF5YVtl1+OOl4vYUIIEB2KARkkfDX4zqenKk6L5L/A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCG95krHUVXv8O1XjAQw6JTqToT8VNgMbWJgsWluytlMgIgbdjX/o0eQVyatEUFFJtevRpM1ozBSucLM93lo8Z8qS4="}]},"scripts":{}},"0.0.2":{"name":"socksified","description":"HTTP SOCKS5 support for node.js","version":"0.0.2","author":{"name":"Valentin-Costel Haloiu","email":"vially.ichb@gmail.com"},"repository":{"type":"git","url":"git://github.com/vially/node-socksified"},"dependencies":{"sprintf":">= 0.1.1","ipv6":">= 0.0.1"},"directories":{"lib":"./lib"},"keywords":["socks"],"main":"index","engines":{"node":"0.8.x"},"readme":"# HTTP SOCKS5 support for node.js\n\n  __WARNING__: work in progress (for now only SOCKS5 is supported)\n\n## Install\n\n    $ npm install socksified\n\n## TODO\n\n  - Test versions other than Node v0.8.14\n  - SOCKS4 support\n  - HTTPS support\n\n## Example\n\n```js\nvar http = require('http');\nvar SocksAgent = require('socksified').SocksAgent;\n\nvar socksAgent = new SocksAgent({\n  socks_host: '127.0.0.1',\n  socks_port: 1080\n});\n\nvar options = {\n    agent: socksAgent,\n    host: 'www.google.com',\n    port: 80,\n    path: '/'\n};\n\nhttp.get(options, function(res) {\n    console.log(\"Got response: \" + res.statusCode);\n}).on('error', function(e) {\n    console.log(\"Got error: \" + e.message);\n});\n```\n","readmeFilename":"README.md","_id":"socksified@0.0.2","dist":{"shasum":"f091a59e1fab7c0eea326ffa94772f55c76e3b8c","tarball":"https://registry.npmjs.org/socksified/-/socksified-0.0.2.tgz","integrity":"sha512-A8UwL//jbYspVkUo3bGXK0y8oE+1J68feocc5gELrY2bAWRrebOqQNPA2zaQNhxalUiiGUFYXHRam06pD2frsg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+DtD5i6Eg1a5LHZgGkxyVfpVB0pw4xeTWqU3bKQOlTAIhAK7KoTPUuKey30aup8Px7hEwYNiLl/r3VU1vh61cC2JJ"}]},"_npmVersion":"1.1.65","_npmUser":{"name":"vially","email":"vially.ichb@gmail.com"},"maintainers":[{"name":"vially","email":"vially.ichb@gmail.com"}]}},"maintainers":[{"name":"vially","email":"vially.ichb@gmail.com"}],"time":{"modified":"2022-06-26T22:00:16.365Z","created":"2011-05-31T18:09:16.341Z","0.0.1":"2011-05-31T18:09:17.029Z","0.0.2":"2012-11-23T11:40:38.947Z"},"author":{"name":"Valentin-Costel Haloiu","email":"vially.ichb@gmail.com"},"repository":{"type":"git","url":"git://github.com/vially/node-socksified"}}