record-cache
Version:
Cache optimised for record like things
27 lines (26 loc) • 612 B
JSON
{
"name": "record-cache",
"version": "1.2.0",
"description": "Cache optimised for record like things",
"main": "index.js",
"dependencies": {
"b4a": "^1.3.1"
},
"devDependencies": {
"standard": "^10.0.3",
"tape": "^4.8.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/record-cache.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/record-cache/issues"
},
"homepage": "https://github.com/mafintosh/record-cache"
}