cacheman-memory
Version:
In-memory caching library for Node.JS and also cache engine for cacheman
31 lines (30 loc) • 614 B
JSON
{
"name": "cacheman-memory",
"version": "1.1.0",
"description": "In-memory caching library for Node.JS and also cache engine for cacheman",
"author": "Jonathan Brumley <cayasso@gmail.com>",
"main": "./src/index",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/cayasso/cacheman-memory.git"
},
"keywords": [
"cache",
"memory",
"caching",
"store",
"ttl",
"cacheman"
],
"license": "MIT",
"devDependencies": {
"pre-commit": "1.2.2",
"mocha": "^5.1.1"
},
"dependencies": {
"lru-cache": "~4.1.x"
}
}