UNPKG

simpcache

Version:

![simpcache](https://socialify.git.ci/bayungrh/simpcache/image?description=1&descriptionEditable=A%20simple%20in-memory%20cache%20library%20for%20NodeJS&font=KoHo&forks=1&language=1&name=1&owner=1&pattern=Charlie%20Brown&pulls=1&stargazers=1&theme=Dark)

32 lines (31 loc) 593 B
{ "name": "simpcache", "version": "1.0.4", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cache", "caching", "nodecache", "simple", "memory", "in-memory" ], "author": "bayungrh", "homepage": "https://github.com/bayungrh/simpcache", "repository": { "type": "git", "url": "https://github.com/bayungrh/simpcache" }, "engines": { "node": ">= 10" }, "license": "MIT", "devDependencies": { "@types/node": "^17.0.5" }, "types": "index.d.ts" }