UNPKG

cache-coffee-express

Version:

This is a fork of "cache-express", with minor and specific changes to avoid caching in services that return code other than 2xx and others.

32 lines (31 loc) 692 B
{ "name": "cache-coffee-express", "version": "1.0.1", "description": "This is a fork of \"cache-express\", with minor and specific changes to avoid caching in services that return code other than 2xx and others.", "license": "MIT", "repository": "https://github.com/ElJijuna/cache-express", "author": { "name": "El Jijuna", "email": "pilmee@gmail.com" }, "exports": "./index.js", "engines": { "node": ">=22" }, "scripts": { "test": "ava" }, "files": [ "index.js" ], "keywords": [ "express", "cache", "memory-cache", "efficiency", "dependency based cache" ], "devDependencies": { "npm-prepare-dist": "^0.4.1" } }