UNPKG

cache-memory

Version:
49 lines (48 loc) 993 B
{ "name": "cache-memory", "version": "3.0.3", "repository": { "type": "git", "url": "git://github.com/croweman/node-in-memory-cache.git" }, "description": "Node module for in memory caching", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "npm run build && jest --detectOpenHandles" }, "contributors": [ { "name": "Lee Crowe", "email": "leecrowe81@googlemail.co.uk" } ], "dependencies": { "clone": "^2.1.2", "debug": "^4.3.4" }, "devDependencies": { "@types/chai": "^4.3.4", "@types/clone": "^2.1.1", "@types/jest": "^29.4.0", "chai": "^4.3.7", "jest": "^29.4.3", "tslib": "^2.4.1", "ts-jest": "^29.0.5", "typescript": "^4.9.5" }, "keywords": [ "memory", "cache", "node", "in-memory", "inmemory", "ram", "simple", "storage" ], "author": "Lee Crowe", "license": "MIT" }