UNPKG

recacheman-memory

Version:

In-memory caching library for Node.JS and also cache engine for cacheman

38 lines (37 loc) 893 B
{ "name": "recacheman-memory", "version": "2.1.0", "description": "In-memory caching library for Node.JS and also cache engine for cacheman", "author": "Jonathan Brumley <cayasso@gmail.com>", "contributors": [ "M Abd Aziz Alfian <aalfiann@gmail.com>" ], "main": "./src/index", "types": "./src/index.d.ts", "scripts": { "test": "npm run test:typescript && c8 --reporter=html --reporter=text --reporter=text-summary mocha --exit", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git://github.com/aalfiann/recacheman-memory.git" }, "keywords": [ "cache", "memory", "caching", "store", "ttl", "cacheman" ], "license": "MIT", "devDependencies": { "@types/node": "^22.15.18", "c8": "^10.1.3", "mocha": "^11.2.2", "tsd": "^0.32.0" }, "dependencies": { "lru-cache": "^11.1.0" } }