UNPKG

cache-express

Version:

Express Cache Middleware: Effortlessly cache responses with custom timeouts, dependencies, and enhanced performance

33 lines (32 loc) 653 B
{ "name": "cache-express", "version": "1.2.0", "description": "Express Cache Middleware: Effortlessly cache responses with custom timeouts, dependencies, and enhanced performance", "license": "MIT", "repository": "https://github.com/ahgsql/cache-express", "author": { "name": "Ali Haydar GÜLEÇ", "email": "alihaydargulec@gmail.com" }, "exports": "./index.js", "engines": { "node": ">=16" }, "scripts": { "test": "ava" }, "files": [ "index.js" ], "keywords": [ "express", "cache", "memory-cache", "efficiency", "dependency based cache" ], "devDependencies": { "ava": "^5.3.0", "npm-prepare-dist": "^0.4.1" } }