UNPKG

fastify-disablecache

Version:

Fastify plugin to disable client-side caching

38 lines (37 loc) 803 B
{ "name": "fastify-disablecache", "version": "4.0.2", "description": "Fastify plugin to disable client-side caching", "keywords": [ "cache", "disable", "disablecache", "expires", "fastify", "headers", "nocache", "plugin", "pragma", "surrogate" ], "main": "src/index.js", "type": "commonjs", "types": "types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/Fdawgs/fastify-disablecache.git" }, "homepage": "https://github.com/Fdawgs/fastify-disablecache", "bugs": { "url": "https://github.com/Fdawgs/fastify-disablecache/issues" }, "license": "MIT", "author": "Frazer Smith <frazer.dev@icloud.com>", "funding": "https://github.com/sponsors/Fdawgs", "engines": { "node": ">=20" }, "dependencies": { "fastify-plugin": "^5.0.1" } }