cache-reduce
Version:
Caching for reducible data structures
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "cache-reduce",
"id": "cache-reduce",
"version": "0.1.1",
"description": "Caching for reducible data structures",
"keywords": [
"cache",
"reduce",
"reducible",
"stream",
"buffer",
"lazy"
],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/cache-reduce",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/cache-reduce.git",
"web": "https://github.com/Gozala/cache-reduce"
},
"bugs": {
"url": "http://github.com/Gozala/cache-reduce/issues/"
},
"devDependencies": {
"test": "~0.x.0",
"phantomify": "~0.x.0",
"repl-utils": "~1.0.0",
"eventual": "~1.0.0",
"reducers": "~2.0.0"
},
"main": "./cache.js",
"scripts": {
"repl": "node node_modules/repl-utils",
"test": "npm run test-node && npm run test-browser",
"test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/index.js",
"test-node": "node ./test/index.js",
"postinstall": "npm dedup"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Gozala/cache-reduce/License.md"
}
],
"dependencies": {
"buffer-reduce": "~0.1.0",
"reducible": "~1.0.0"
}
}