UNPKG

lru-halfexpired

Version:

lru cache but get supports a fill callback

27 lines (26 loc) 495 B
{ "name": "lru-halfexpired", "version": "0.0.2", "description": "lru cache but get supports a fill callback", "main": "index.js", "scripts": { "test": "tap test.js" }, "dependencies": { "lru-cache": "~2.2.1" }, "devDependencies": { "tap": "~0.3.3" }, "repository": { "type": "git", "url": "git://github.com/soldair/node-lru-halfexpired.git" }, "author": "Ryan Day", "keywords": [ "lru", "cache", "preemptive" ], "license": "BSD" }