UNPKG

just-cache

Version:

Simple in-memory cache manager and controller for Node JS with TTL and storage size limit

51 lines (50 loc) 936 B
{ "name": "just-cache", "version": "1.6.7", "description": "Simple in-memory cache manager and controller for Node JS with TTL and storage size limit", "author": { "name": "Gleisson Ricardo", "email": "contato.mattos@outlook.com" }, "readmeFilename": "README.md", "license": "MIT", "repository": "hubr-lab/just-cache", "main": "index.js", "types": "index.d.ts", "scripts": { "lint": "eslint .", "test": "jest", "lint:fix": "eslint --fix ." }, "keywords": [ "just-cache", "cache", "just", "cached", "memory", "storage", "backend", "hubr" ], "tags": [ "just-cache", "cache", "just", "cached", "memory", "storage", "backend", "hubr" ], "files": [ "index.js", "index.d.ts", "tsconfig.json", "README.md" ], "devDependencies": { "eslint": "^6.8.0", "faker": "^4.1.0", "jest": "^25.3.0" } }