connect-cachify-static
Version:
static (simpler and faster) variant of connect-cachify middleware
45 lines (44 loc) • 940 B
JSON
{
"name": "connect-cachify-static",
"version": "4.0.1",
"description": "static (simpler and faster) variant of connect-cachify middleware",
"main": "index.js",
"scripts": {
"test": "make lint test"
},
"bin": {
"cachify-sum": "bin/cachify-sum"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/connect-cachify-static.git"
},
"keywords": [
"connect",
"middleware",
"cachify"
],
"author": "Damian Krzeminski <pirxpilot@furkot.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pirxpilot/connect-cachify-static/issues"
},
"engines": {
"node": ">= 20.1.0"
},
"dependencies": {
"debug": "~2||~3||~4",
"on-headers": "^1.0.0",
"parseurl": "~1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@pirxpilot/connect": "~4",
"serve-static": "^1.7.0"
},
"files": [
"index.js",
"bin",
"lib"
]
}