{"maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}],"dist-tags":{"latest":"0.3.1"},"author":{"name":"Raynos","email":"raynos2@gmail.com"},"description":"Cache a continuable","readme":"# continuable-cache\n\n<!-- [![build status][1]][2] [![dependency status][3]][4]\n\n[![browser support][5]][6] -->\n\nCache a continuable\n\n## Example\n\n```js\nvar cache = require(\"continuable-cache\")\nvar fs = require(\"fs\")\n\nvar readFile = function (uri) { return function (cb) {\n    fs.readFile(uri, cb)\n} }\n\nvar continuableFile = readFile(\"./package.json\")\n\nvar cached = cache(continuableFile)\n\n// will only do one file read operation\ncached(function (err, file) {\n    /* calls out to fs.readFile */\n})\n\ncached(function (err, file) {\n    /* get's either err or file from cache in cached */\n})\n```\n\n## Installation\n\n`npm install continuable-cache`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n\n  [1]: https://secure.travis-ci.org/Raynos/continuable-cache.png\n  [2]: http://travis-ci.org/Raynos/continuable-cache\n  [3]: https://david-dm.org/Raynos/continuable-cache/status.png\n  [4]: https://david-dm.org/Raynos/continuable-cache\n  [5]: https://ci.testling.com/Raynos/continuable-cache.png\n  [6]: https://ci.testling.com/Raynos/continuable-cache\n","repository":{"type":"git","url":"git://github.com/Raynos/continuable-cache.git"},"versions":{"0.1.1":{"name":"continuable-cache","version":"0.1.1","description":"Cache a continuable","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Colingo/continuable-cache.git"},"main":"index","homepage":"https://github.com/Colingo/continuable-cache","contributors":[{"name":"Raynos"}],"bugs":{"url":"https://github.com/Colingo/continuable-cache/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tape":"~0.2.2"},"licenses":[{"type":"MIT","url":"http://github.com/Colingo/continuable-cache/raw/master/LICENSE"}],"scripts":{"test":"node ./test/index.js","build-test":"browserify-server --bundle=test/index.js -o test/static/bundle.js --debug","tryme":"tryme ./examples --live","example":"browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle"},"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest"]},"_id":"continuable-cache@0.1.1","dist":{"shasum":"98d547a7ed4f9d10560f9b131d9d101be30550fd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/continuable-cache/-/continuable-cache-0.1.1.tgz","integrity":"sha512-aDv3nWBhavdjQJQNrurK7WW4ls0udrw5IzreRVSU1+gY2g1cQjmmuJlfqT7bpdTSD2MRR0aZ5iK3/b9WbXCayA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFq2ifybW2iRiQFBekKck5sIXgcMXUrFklw0sU04+XL3AiEA7oi3l4efbctsds4+d7R8QwVtqqw4wV9VTVTabdM//dA="}]},"_from":".","_npmVersion":"1.2.19","_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}]},"0.2.1":{"name":"continuable-cache","version":"0.2.1","description":"Cache a continuable","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/continuable-cache.git"},"main":"index","homepage":"https://github.com/Raynos/continuable-cache","contributors":[{"name":"Raynos"}],"bugs":{"url":"https://github.com/Raynos/continuable-cache/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tape":"~0.2.2"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/continuable-cache/raw/master/LICENSE"}],"scripts":{"test":"node ./test/index.js","build-test":"browserify-server --bundle=test/index.js -o test/static/bundle.js --debug","tryme":"tryme ./examples --live","example":"browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle"},"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest"]},"_id":"continuable-cache@0.2.1","dist":{"shasum":"dc3f2928caee700dc26ccdacccad539f41c7a33d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/continuable-cache/-/continuable-cache-0.2.1.tgz","integrity":"sha512-nunFfEQZRmYzEopg9a3N5BS0Jbh+GTdiOb6h8eeVm8QsaueHEGq58K5T0D9pNZzj4LcBsIZASzZHMtD7QtsWFg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCX7KW26C5K/y76W/UY9STBxA37kOv7bF4q1hAbaGxcnwIhANIMrs/3gEQf61yaY4IogGIDKxl+UdEzO9WvnwrUDDNq"}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}]},"0.3.1":{"name":"continuable-cache","version":"0.3.1","description":"Cache a continuable","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/continuable-cache.git"},"main":"index","homepage":"https://github.com/Raynos/continuable-cache","contributors":[{"name":"Raynos"}],"bugs":{"url":"https://github.com/Raynos/continuable-cache/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tape":"~0.2.2"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/continuable-cache/raw/master/LICENSE"}],"scripts":{"test":"node ./test/index.js","build-test":"browserify-server --bundle=test/index.js -o test/static/bundle.js --debug","tryme":"tryme ./examples --live","example":"browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle"},"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest"]},"_id":"continuable-cache@0.3.1","dist":{"shasum":"bd727a7faed77e71ff3985ac93351a912733ad0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/continuable-cache/-/continuable-cache-0.3.1.tgz","integrity":"sha512-TF30kpKhTH8AGCG3dut0rdd/19B7Z+qCnrMoBLpyQu/2drZdNrrpcjPEoJeSVsQM+8KmWG5O56oPDjSSUsuTyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFgYADyElnlRdgdO7tbHBtsuXsv2bqe0xMqYSxhGoZ/dAiB0frCs+bPeCmpTDC6EVTzAqvaEWTUxnldF0agg3r2XLg=="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"anonymous","email":"raynos2@gmail.com"},"maintainers":[{"name":"anonymous","email":"raynos2@gmail.com"}]}},"name":"continuable-cache","time":{"modified":"2022-06-13T22:37:29.698Z","created":"2013-05-08T02:13:11.480Z","0.1.1":"2013-05-08T02:13:12.700Z","0.2.1":"2014-01-30T22:38:07.311Z","0.3.1":"2014-01-30T22:40:24.808Z"},"readmeFilename":"README.md"}