{"_id":"request-iconv","_rev":"5-1ae94361908bafab5c0c31cf97819771","name":"request-iconv","description":"Request with iconv","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"request-iconv","version":"0.1.0","description":"Request with iconv","keywords":["request","iconv","http","download"],"author":{"name":"Thorgeo","email":"thorgeo65@gmail.com"},"main":"./main","engines":{"node":">= 0.6.0"},"dependencies":{"request":">= 2.2.3","iconv":">= 1.1.3","stream-buffers":">= 0.2.1"},"_npmUser":{"name":"thorgeo","email":"thorgeo65@gmail.com"},"_id":"request-iconv@0.1.0","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-alpha-2","_nodeVersion":"v0.6.3","_defaultsLoaded":true,"dist":{"shasum":"837d7811e145a0921ef4f451423217c6deaa9bad","tarball":"https://registry.npmjs.org/request-iconv/-/request-iconv-0.1.0.tgz","integrity":"sha512-VkBzGfQN4qYQ//xeY72RYW2eDuQnfo4Mhvt9uEjitjEHSio6idQ7mgRdjP8E6v/As4ESu33V2KpvpXKre/r+wg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGT/K1v2xBDKCH2HmqwwyYNeDw55jxQrbmh4T0rBICpaAiAkKPJ35QumRHsdsnM9z/GwCzdUzYsbunx4k9MEPwaLFw=="}]},"maintainers":[{"name":"thorgeo","email":"thorgeo65@gmail.com"}]}},"readme":"# Request with iconv -- Simplified HTTP request method With iconv\r\n\r\n## Install\r\n\r\n<pre>\r\n  npm install request-iconv\r\n</pre>\r\n\r\nOr from source:\r\n\r\n<pre>\r\n  git clone git://github.com/mikeal/request.git\r\n  cd request\r\n  npm link\r\n</pre>\r\n\r\n## Super simple to use\r\n\r\nRequest is designed to be the simplest way possible to make http calls. It support HTTPS and follows redirects by default.\r\n\r\n```javascript\r\nvar request = require('request').set(\"Shift_JIS\");\r\n\r\nrequest('http://mysite', function (error, response, body) {\r\n  if (!error && response.statusCode == 200) {\r\n    console.log(body)\r\n  }\r\n})\r\n\r\n\r\n","maintainers":[{"name":"thorgeo","email":"thorgeo65@gmail.com"}],"time":{"modified":"2022-06-26T11:31:08.724Z","created":"2011-12-09T02:09:37.501Z","0.1.0":"2011-12-09T02:09:40.126Z"},"author":{"name":"Thorgeo","email":"thorgeo65@gmail.com"}}