UNPKG

@kensingtontech/recacheman

Version:

Small and efficient cache provider for Node.JS with In-memory, Redis and MongoDB engines

44 lines (43 loc) 1.06 kB
{ "name": "@kensingtontech/recacheman", "version": "2.2.8", "description": "Small and efficient cache provider for Node.JS with In-memory, Redis and MongoDB engines", "author": "Tim Underhay <tim.underhay@knowledgekta.com>", "main": "./lib/index", "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "test": "npm run build && nyc --reporter=html --reporter=text mocha", "pack": "npm pack ." }, "repository": { "type": "git", "url": "git://github.com/knowledgekta/recacheman.git" }, "keywords": [ "cache", "file", "redis", "memory", "mongodb", "caching", "mongo", "store", "ttl", "middleware", "bucket" ], "license": "MIT", "devDependencies": { "bluebird": "^3.1.5", "coveralls": "^3.1.0", "mocha": "^8.2.1", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.1.0" }, "dependencies": { "@kensingtontech/recacheman-redis": "^2.1.6", "ms": "^2.1.3", "recacheman-file": "^0.2.5", "recacheman-memory": "^1.1.0" } }