{"_id":"cat","_rev":"11-815c284837b09354b14178fa193aacee","name":"cat","description":"cat will read the contents of an url","dist-tags":{"latest":"0.2.0"},"versions":{"0.1.0":{"name":"cat","description":"cat will read the contents of an url","keywords":["cat","util","request"],"version":"0.1.0","homepage":"https://github.com/gett/mongojs","author":{"name":"Mathias Buus Madsen","email":"mathiasbuus@gmail.com"},"main":"./index.js","_npmJsonOpts":{"file":"/Users/maf/.npm/cat/0.1.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"cat@0.1.0","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.15","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"64ae327d25a5782ac88bf7599df2781ba6afecb4","tarball":"https://registry.npmjs.org/cat/-/cat-0.1.0.tgz","integrity":"sha512-BSAjT7Hbg2GuXUR5jf1mwh/pSjE0W01WWUcxdIK2bdVl9oYJX5I2QyjEYsEII7vwCjrm+vTp/HlmvbRVlp74kA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHklVOJuLACp9iRPA/aae/JFRdBLSytpElRP8V2ESiNgAiEAoSxNfu4oQpix3yhxmyRDbBkw33nY4qdtseDBEZC1BgM="}]},"scripts":{}},"0.1.1":{"name":"cat","description":"cat will read the contents of an url","keywords":["cat","util","request"],"version":"0.1.1","homepage":"https://github.com/mafintosh/cat","author":{"name":"Mathias Buus Madsen","email":"mathiasbuus@gmail.com"},"_id":"cat@0.1.1","dist":{"shasum":"197e094fc9c9ea5ad665e10602faef226b35097a","tarball":"https://registry.npmjs.org/cat/-/cat-0.1.1.tgz","integrity":"sha512-R95zq5LtjVtKhd2PVXOSFEJilTJvJ8Nwyc13H2dq9+n8IEUe/UAvtAG4ltkRhZ+MGnyzYUM88NaZ18dZmf27pQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCy6bSp3FeGvkdQgQ3bEOJPbLuUpzd9cyDEPr24Yd8QqgIhANWTVUAMW/h8hIu3Jfz7bKg+FIjDeDjM3D1gDqwZMgXP"}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mafintosh","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"mafintosh","email":"m@ge.tt"}]},"0.2.0":{"name":"cat","description":"cat will read the contents of an url","keywords":["cat","util","request"],"version":"0.2.0","homepage":"https://github.com/mafintosh/cat","author":{"name":"Mathias Buus Madsen","email":"mathiasbuus@gmail.com"},"bin":{"cat":"bin.js"},"_id":"cat@0.2.0","_shasum":"fd850cda7d4162e6904f33b7fcf743b1243fd434","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mafintosh","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"mafintosh","email":"m@ge.tt"}],"dist":{"shasum":"fd850cda7d4162e6904f33b7fcf743b1243fd434","tarball":"https://registry.npmjs.org/cat/-/cat-0.2.0.tgz","integrity":"sha512-FrG38TVBt6XKcbWHNZ1AsnFr+eozwypXhaMRHuJrC1JvC+3GaG8G/MwuChyJOVVdPT5VsH91PiRFaheQlK/6Gg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBfmn80ioNiX17VtCFNM+FG6y0wGLNwpt635gs6IgeZbAiBSwWbI64K6PwPGxZKc7NwNE4iQP7Lm68fBBlClqjXRMw=="}]}}},"maintainers":[{"name":"mafintosh","email":"mathiasbuus@gmail.com"},{"name":"maxogden","email":"max@maxogden.com"}],"time":{"modified":"2022-06-13T05:40:10.638Z","created":"2011-07-26T20:14:29.608Z","0.1.0":"2011-07-26T20:14:30.267Z","0.1.1":"2013-08-27T21:45:24.589Z","0.2.0":"2014-06-29T23:44:49.767Z"},"author":{"name":"Mathias Buus Madsen","email":"mathiasbuus@gmail.com"},"readme":"# cat\n\ncat will read the contents of an url. it's available through npm\n\n\tnpm install cat\n\t\nit will read your files\n\n```js\nvar cat = require('cat');\n\ncat('myfile.txt', console.log);             // reads the file as utf-8 and returns it output\ncat('file://myfile.txt', console.log);      // same as above\n```\n\nand your `http` / `https` urls\n\n```js\ncat('http://google.com', console.log);      // cat also follows any redirects\ncat('https://github.com', console.log);     // and cat read https\ncat('http://fail.google.com', console.log); // if a status code != 2xx is received it will \n                                            // call the callback with an error.\n\n```","homepage":"https://github.com/mafintosh/cat","keywords":["cat","util","request"],"readmeFilename":"README.md","users":{"parkerproject":true}}