sru
Version:
A dead simple, high performance, somewhat-recently-used cache.
33 lines (32 loc) • 711 B
JSON
{
"name": "sru",
"version": "1.0.5",
"description": "A dead simple, high performance, somewhat-recently-used cache.",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"keywords": [
"cache",
"least-recently-used",
"somewhat-recently-used",
"recently",
"used"
],
"homepage": "https://github.com/dcousens/sru",
"bugs": {
"url": "https://github.com/dcousens/sru/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dcousens/sru.git"
},
"author": "Daniel Cousens",
"devDependencies": {
"standard": "*",
"tape": "^4.6.0"
}
}