express-cache-ctrl
Version:
Express middleware to handle content expiration using Cache-Control header.
35 lines (34 loc) • 746 B
JSON
{
"name": "express-cache-ctrl",
"version": "1.1.8",
"description": "Express middleware to handle content expiration using Cache-Control header.",
"main": "src/cache.js",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clcastro87/express-cache-ctrl.git"
},
"keywords": [
"express",
"cache",
"cache-control",
"http"
],
"engines": {
"node": ">= 12.0"
},
"author": "Carlos Luis Castro Márquez <carlosluiscastro@gmail.com>",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"ms": "^2.1.3"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0",
"mock-res": "^0.6.0",
"morgan": "^1.10.0"
}
}