safe-memory-cache
Version:
Secure and size-limited in-memory cache for Node.js and browsers
29 lines (28 loc) • 653 B
JSON
{
"name": "safe-memory-cache",
"version": "3.0.0",
"description": "Secure and size-limited in-memory cache for Node.js and browsers",
"main": "index.js",
"scripts": {
"test": "node --expose-gc --test test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/naugtur/safe-memory-cache.git"
},
"keywords": [
"memory",
"cache",
"secure",
"safe",
"ram",
"simple",
"storage"
],
"author": "naugtur <naugtur@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/naugtur/safe-memory-cache/issues"
},
"homepage": "https://github.com/naugtur/safe-memory-cache"
}