persistent-cache
Version:
A simple module to persistently store/cache arbitrary data.
32 lines (31 loc) • 700 B
JSON
{
"name": "persistent-cache",
"version": "1.1.2",
"description": "A simple module to persistently store/cache arbitrary data.",
"main": "index.js",
"repository": "LionC/persistent-cache",
"scripts": {
"test": "mocha"
},
"keywords": [
"cache",
"persistent",
"data",
"storage",
"store"
],
"author": "Leon Strauss <me@lionc.de> (lionc.de)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LionC/persistent-cache/issues"
},
"homepage": "https://github.com/LionC/persistent-cache#readme",
"dependencies": {
"mkdirp-no-bin": "^0.5.1",
"rmdir": "^1.2.0"
},
"devDependencies": {
"mocha": "^2.5.3",
"should": "^9.0.2"
}
}