{"_id":"nyaatorrents","_rev":"15-4a7e3ffa1f505b317d6def294a34270e","name":"nyaatorrents","description":"Interact with NyaaTorrents (nyaa.eu, formerly nyaatorrents.info)","dist-tags":{"latest":"1.0.4"},"versions":{"0.0.1":{"name":"nyaatorrents","description":"Interact with NyaaTorrents (nyaa.eu, formerly nyaatorrents.info)","version":"0.0.1","author":{"name":"Conrad Pankoff","email":"deoxxa@fknsrs.biz","url":"http://www.fknsrs.biz/"},"url":"http://github.com/deoxxa/node-nyaatorrents","license":"BSD","repository":{"type":"git","url":"git://github.com/deoxxa/node-nyaatorrents.git"},"keywords":["torrent","torrents","nyaatorrents","nyaa","search"],"main":"./lib/nyaatorrents","engines":{"node":">=0.4.5"},"dependencies":{"htmlparser":">=1.7.3","soupselect":">=0.2.0","ent":">=0.0.4","datejs":">=0.0.2"},"_id":"nyaatorrents@0.0.1","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.5","_defaultsLoaded":true,"dist":{"shasum":"c96a9ed4407bc1cd11a916babc2e90d0df363a35","tarball":"https://registry.npmjs.org/nyaatorrents/-/nyaatorrents-0.0.1.tgz","integrity":"sha512-5Q1AnI4h0VzkQm9daPNukimt+JsuJILi/KGqSEf97pZBiN2zdxqnOcLO1DoRfBKUOWyDK1d0TZfb4Qc2jZJZHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9ytNmjkVONmZlk9ASJ4sQl9XGUhTiIikZTYACZz0NYQIhAJGGwe+sKZqszl5uahf8ocktUTHOu46uP+GPsSXh6rnB"}]},"scripts":{}},"0.0.2":{"name":"nyaatorrents","description":"Interact with NyaaTorrents (nyaa.eu, formerly nyaatorrents.info)","version":"0.0.2","author":{"name":"Conrad Pankoff","email":"deoxxa@fknsrs.biz","url":"http://www.fknsrs.biz/"},"url":"http://github.com/deoxxa/node-nyaatorrents","license":"BSD","repository":{"type":"git","url":"git://github.com/deoxxa/node-nyaatorrents.git"},"keywords":["torrent","torrents","nyaatorrents","nyaa","search"],"main":"./lib/nyaatorrents","engines":{"node":">=0.4.5"},"dependencies":{"htmlparser":">=1.7.3","soupselect":">=0.2.0","ent":">=0.0.4","datejs":">=0.0.2"},"_id":"nyaatorrents@0.0.2","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.5","_defaultsLoaded":true,"dist":{"shasum":"d8b763469add1c3d9476b4e735d8f93d076dc7f0","tarball":"https://registry.npmjs.org/nyaatorrents/-/nyaatorrents-0.0.2.tgz","integrity":"sha512-GBIYHuoTZ5dj0AQsIdH9rJZrq5FH7EykzhEt/En5I8EmQ6PerIyFmPJ1OoPO4AoIRdsx7veVP5U9+CRORs6nxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICWAM32gVRufcXBiuk/ogbTO/b4L9LVo3eyJcphuNz6sAiAEMVzGMIiGZq0tdKUNVrMR+KiACAznCfj0PFQ60bDNuw=="}]},"scripts":{}},"1.0.1":{"name":"nyaatorrents","description":"Interact with NyaaTorrents (nyaa.eu, formerly nyaatorrents.info)","version":"1.0.1","author":{"name":"Conrad Pankoff","email":"deoxxa@fknsrs.biz","url":"http://www.fknsrs.biz/"},"url":"http://github.com/deoxxa/node-nyaatorrents","license":"BSD","repository":{"type":"git","url":"git://github.com/deoxxa/node-nyaatorrents.git"},"keywords":["torrent","torrents","nyaatorrents","nyaa","search"],"main":"./lib/nyaatorrents","engines":{"node":">=0.4.5"},"dependencies":{"ent":"~0.0.4","request":"~2.11.4","cheerio":"~0.10.1"},"readme":"node-nyaatorrents\n=================\n\nSearch and fetch torrent information from [NyaaTorrents](http://www.nyaa.eu/).\n\nOverview\n--------\n\nThis is a light abstraction of the search and view functions of NyaaTorrents\n(nyaa.eu, formerly nyaatorrents.info and nyaatorrents.org). It can currently\nsearch the main site and the sukebei variant.\n\nInstallation\n------------\n\nAvailable via [npm](http://npmjs.org/):\n\n> $ npm install nyaatorrents\n\nOr via git:\n\n> $ git clone git://github.com/deoxxa/node-nyaatorrents.git node_modules/nyaatorrents\n\nUsage\n-----\n\n```javascript\nvar NT = require(\"nyaatorrents\"),\n    nt = new NT(\"http://www.nyaa.eu\");\n\nnt.search({term: \"rozen maiden\"}, function(err, entries) {\n  if (err) {\n    return console.warn(err);\n  }\n\n  entries.forEach(function(entry) {\n    nt.get(entry.id, function(err, entry) {\n      if (err) {\n        return console.warn(err);\n      }\n\n      console.log(JSON.stringify(entry));\n    });\n  });\n});\n```\n\nLicense\n-------\n\n3-clause BSD. A copy is included with the source.\n\nContact\n-------\n\n* GitHub ([deoxxa](http://github.com/deoxxa))\n* Twitter ([@deoxxa](http://twitter.com/deoxxa))\n* ADN ([@deoxxa](https://alpha.app.net/deoxxa))\n* Email ([deoxxa@fknsrs.biz](mailto:deoxxa@fknsrs.biz))\n","_id":"nyaatorrents@1.0.1","dist":{"shasum":"86bdeb8ffec45934e73d3444434360aaeea1fbcb","tarball":"https://registry.npmjs.org/nyaatorrents/-/nyaatorrents-1.0.1.tgz","integrity":"sha512-E+9+kNnuxVJsHT46C7zr3ThhJRIJJRYAIFAG5OVW0DEtls53xEq2VHJ79XvdW56k1lt7gjAFhUgtNlfeFdIPsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKIVmn+YVBLuhiZwk20mh69SBFURBLSjkSLAjEdAc9twIhAOuDFMsr70BSaoaonqJ/GH5uFNOVmwCL0BF3wYzeNXyI"}]},"_npmVersion":"1.1.59","_npmUser":{"name":"deoxxa","email":"deoxxa@fknsrs.biz"},"maintainers":[{"name":"deoxxa","email":"deoxxa@fknsrs.biz"}]},"1.0.2":{"name":"nyaatorrents","description":"Interact with NyaaTorrents (nyaa.eu, formerly nyaatorrents.info)","version":"1.0.2","author":{"name":"Conrad Pankoff","email":"deoxxa@fknsrs.biz","url":"http://www.fknsrs.biz/"},"url":"http://github.com/deoxxa/node-nyaatorrents","license":"BSD","repository":{"type":"git","url":"git://github.com/deoxxa/node-nyaatorrents.git"},"keywords":["torrent","torrents","nyaatorrents","nyaa","search"],"main":"./lib/nyaatorrents","engines":{"node":">=0.4.5"},"dependencies":{"ent":"~0.0.4","request":"~2.11.4","cheerio":"~0.10.1"},"readme":"node-nyaatorrents\n=================\n\nSearch and fetch torrent information from [NyaaTorrents](http://www.nyaa.eu/).\n\nOverview\n--------\n\nThis is a light abstraction of the search and view functions of NyaaTorrents\n(nyaa.eu, formerly nyaatorrents.info and nyaatorrents.org). It can currently\nsearch the main site and the sukebei variant.\n\nInstallation\n------------\n\nAvailable via [npm](http://npmjs.org/):\n\n> $ npm install nyaatorrents\n\nOr via git:\n\n> $ git clone git://github.com/deoxxa/node-nyaatorrents.git node_modules/nyaatorrents\n\nUsage\n-----\n\n```javascript\nvar NT = require(\"nyaatorrents\"),\n    nt = new NT(\"http://www.nyaa.eu\");\n\nnt.search({term: \"rozen maiden\"}, function(err, entries) {\n  if (err) {\n    return console.warn(err);\n  }\n\n  entries.forEach(function(entry) {\n    nt.get(entry.id, function(err, entry) {\n      if (err) {\n        return console.warn(err);\n      }\n\n      console.log(JSON.stringify(entry));\n    });\n  });\n});\n```\n\nLicense\n-------\n\n3-clause BSD. A copy is included with the source.\n\nContact\n-------\n\n* GitHub ([deoxxa](http://github.com/deoxxa))\n* Twitter ([@deoxxa](http://twitter.com/deoxxa))\n* ADN ([@deoxxa](https://alpha.app.net/deoxxa))\n* Email ([deoxxa@fknsrs.biz](mailto:deoxxa@fknsrs.biz))\n","_id":"nyaatorrents@1.0.2","dist":{"shasum":"79aea786e4a624c854d769955cf6b75ea46ffc5b","tarball":"https://registry.npmjs.org/nyaatorrents/-/nyaatorrents-1.0.2.tgz","integrity":"sha512-71U8PpIs7Xyh2liEZBX+/Ib1HwbZkhmvBb6Aw1wBGwLfZmYx+dJpCv3nHLKxqxbIPFkhl7kX36C9HZUqjXiMSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID0lQaQISSShMVjrvGGmCrLtm46UM3L2fW6mF6DYNuW3AiEAsROIwlW6pU9QSwAXmSKMvjgtCTsI3r9swLhW9AxroDA="}]},"_npmVersion":"1.1.59","_npmUser":{"name":"deoxxa","email":"deoxxa@fknsrs.biz"},"maintainers":[{"name":"deoxxa","email":"deoxxa@fknsrs.biz"}]},"1.0.3":{"name":"nyaatorrents","description":"Interact with NyaaTorrents (nyaa.eu, formerly nyaatorrents.info)","version":"1.0.3","author":{"name":"Conrad Pankoff","email":"deoxxa@fknsrs.biz","url":"http://www.fknsrs.biz/"},"url":"http://github.com/deoxxa/node-nyaatorrents","license":"BSD","repository":{"type":"git","url":"git://github.com/deoxxa/node-nyaatorrents.git"},"keywords":["torrent","torrents","nyaatorrents","nyaa","search"],"main":"./lib/nyaatorrents","engines":{"node":">=0.4.5"},"dependencies":{"ent":"~0.0.4","request":"~2.11.4","cheerio":"~0.10.1"},"readme":"node-nyaatorrents\n=================\n\nSearch and fetch torrent information from [NyaaTorrents](http://www.nyaa.eu/).\n\nOverview\n--------\n\nThis is a light abstraction of the search and view functions of NyaaTorrents\n(nyaa.eu, formerly nyaatorrents.info and nyaatorrents.org). It can currently\nsearch the main site and the sukebei variant.\n\nInstallation\n------------\n\nAvailable via [npm](http://npmjs.org/):\n\n> $ npm install nyaatorrents\n\nOr via git:\n\n> $ git clone git://github.com/deoxxa/node-nyaatorrents.git node_modules/nyaatorrents\n\nUsage\n-----\n\n```javascript\nvar NT = require(\"nyaatorrents\"),\n    nt = new NT(\"http://www.nyaa.eu\");\n\nnt.search({term: \"rozen maiden\"}, function(err, entries) {\n  if (err) {\n    return console.warn(err);\n  }\n\n  entries.forEach(function(entry) {\n    nt.get(entry.id, function(err, entry) {\n      if (err) {\n        return console.warn(err);\n      }\n\n      console.log(JSON.stringify(entry));\n    });\n  });\n});\n```\n\nLicense\n-------\n\n3-clause BSD. A copy is included with the source.\n\nContact\n-------\n\n* GitHub ([deoxxa](http://github.com/deoxxa))\n* Twitter ([@deoxxa](http://twitter.com/deoxxa))\n* ADN ([@deoxxa](https://alpha.app.net/deoxxa))\n* Email ([deoxxa@fknsrs.biz](mailto:deoxxa@fknsrs.biz))\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/deoxxa/node-nyaatorrents/issues"},"_id":"nyaatorrents@1.0.3","dist":{"shasum":"72a44f1db3b2f66695e4b3806baec7f10420f43b","tarball":"https://registry.npmjs.org/nyaatorrents/-/nyaatorrents-1.0.3.tgz","integrity":"sha512-VP0VtshHniACJrXoiAe0yqK0S7PxJX8cMdZmKDBIFeORsso/+wokQY2srumAyGF4oi1CHTf7U4jeLNQg6XF8Jw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVlDRkxQFtJN4bhMy2bXktTTY0K9AKPuYD3zvUeR0LBwIhAPYmLyFpwl6UZVtlXlEWx0Y50akKc97GhbKdmjCNvpzy"}]},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"deoxxa","email":"deoxxa@fknsrs.biz"},"maintainers":[{"name":"deoxxa","email":"deoxxa@fknsrs.biz"}]},"1.0.4":{"name":"nyaatorrents","description":"Interact with NyaaTorrents (nyaa.eu, formerly nyaatorrents.info)","version":"1.0.4","author":{"name":"Conrad Pankoff","email":"deoxxa@fknsrs.biz","url":"http://www.fknsrs.biz/"},"url":"http://github.com/deoxxa/node-nyaatorrents","license":"BSD","repository":{"type":"git","url":"git://github.com/deoxxa/node-nyaatorrents.git"},"keywords":["torrent","torrents","nyaatorrents","nyaa","search"],"main":"./index","engines":{"node":">=0.4.5"},"dependencies":{"ent":"~0.0.4","request":"~2.14.0","cheerio":"~0.10.1","filesize-parser":"~1.0.0"},"devDependencies":{"docco":"~0.6.2"},"readme":"node-nyaatorrents\n=================\n\nSearch and fetch torrent information from [NyaaTorrents](http://www.nyaa.eu/).\n\nOverview\n--------\n\nThis is a light abstraction of the search and view functions of NyaaTorrents\n(nyaa.eu, formerly nyaatorrents.info and nyaatorrents.org). It can currently\nsearch the main site and the sukebei variant.\n\nInstallation\n------------\n\nAvailable via [npm](http://npmjs.org/):\n\n> $ npm install nyaatorrents\n\nOr via git:\n\n> $ git clone git://github.com/deoxxa/node-nyaatorrents.git node_modules/nyaatorrents\n\nUsage\n-----\n\n```javascript\nvar NT = require(\"nyaatorrents\"),\n    nt = new NT(\"http://www.nyaa.eu\");\n\nnt.search({term: \"rozen maiden\"}, function(err, entries) {\n  if (err) {\n    return console.warn(err);\n  }\n\n  entries.forEach(function(entry) {\n    nt.get(entry.id, function(err, entry) {\n      if (err) {\n        return console.warn(err);\n      }\n\n      console.log(JSON.stringify(entry));\n    });\n  });\n});\n```\n\nLicense\n-------\n\n3-clause BSD. A copy is included with the source.\n\nContact\n-------\n\n* GitHub ([deoxxa](http://github.com/deoxxa))\n* Twitter ([@deoxxa](http://twitter.com/deoxxa))\n* ADN ([@deoxxa](https://alpha.app.net/deoxxa))\n* Email ([deoxxa@fknsrs.biz](mailto:deoxxa@fknsrs.biz))\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/deoxxa/node-nyaatorrents/issues"},"_id":"nyaatorrents@1.0.4","dist":{"shasum":"4cc6e45f89cad661ae4724fd6679fce40ff53db8","tarball":"https://registry.npmjs.org/nyaatorrents/-/nyaatorrents-1.0.4.tgz","integrity":"sha512-Q03UJdEJrYYj6ZSshbXBjWNJxqXfjemio2wSj4eX5qmAEFg4aubAVZFrFOiSxYMB75r0vqtFfDY4Vil7v+0V5A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6/wtKzbuB51eMuwZJNt5eSd/HlMOkvYOJx/rGBk3lMAiBUBwTXABJG6X8/9E66vKrAsDtCyT+gUxB0qi0wzhNGbg=="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"deoxxa","email":"deoxxa@fknsrs.biz"},"maintainers":[{"name":"deoxxa","email":"deoxxa@fknsrs.biz"}]}},"maintainers":[{"name":"deoxxa","email":"deoxxa@fknsrs.biz"}],"time":{"modified":"2022-06-22T14:50:31.255Z","created":"2011-07-10T05:10:49.234Z","0.0.1":"2011-07-10T05:10:51.805Z","0.0.2":"2011-07-11T09:39:28.742Z","1.0.1":"2012-10-05T11:39:19.333Z","1.0.2":"2012-10-05T11:55:59.439Z","1.0.3":"2013-08-25T01:50:51.256Z","1.0.4":"2013-11-14T22:28:34.598Z"},"author":{"name":"Conrad Pankoff","email":"deoxxa@fknsrs.biz","url":"http://www.fknsrs.biz/"},"repository":{"type":"git","url":"git://github.com/deoxxa/node-nyaatorrents.git"}}