UNPKG

ka-ching

Version:
59 lines (58 loc) 1.33 kB
{ "name": "ka-ching", "version": "0.4.2", "description": "A caching module for streams", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "istanbul cover --print detail _mocha -- -R spec test", "coveralls": "cat coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git://github.com/Floby/node-ka-ching.git" }, "keywords": [ "cache", "caching", "stream", "streams", "streaming", "lru-cache", "tags", "tag", "shania", "twain" ], "author": "Florent Jaby <florent.jaby@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Floby/node-ka-ching/issues" }, "homepage": "https://github.com/Floby/node-ka-ching", "devDependencies": { "chai": "^2.2.0", "coveralls": "^2.11.2", "istanbul": "^0.3.2", "mocha": "^2.2.4", "proxyquire": "^1.5.0", "sinon": "^1.11.0", "sinon-chai": "^2.8.0", "trycatch": "^1.5.11" }, "dependencies": { "cache-depend": "^0.2.1", "extend": "^2.0.0", "lru-cache": "^2.5.0", "merge-descriptors": "^1.0.0", "mkdirp": "^0.5.0", "node-noop": "0.0.1", "rm-r": "^1.0.2", "rwlock": "^5.0.0", "stream-blackhole": "^1.0.3", "stream-sink": "^1.2.0", "stream-write-read": "^2.0.1" } }