UNPKG

@fastify/caching

Version:

A plugin for Fastify to enable management of cache control headers

87 lines (86 loc) 2.01 kB
{ "name": "@fastify/caching", "version": "9.0.3", "description": "A plugin for Fastify to enable management of cache control headers", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:typescript": "tsd", "test:unit": "c8 --100 node --test", "test:unit:report": "npm run test:unit -- --coverage-report=html", "test:unit:verbose": "npm run test:unit -- -Rspec" }, "precommit": [ "lint", "test" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/fastify/fastify-caching.git" }, "keywords": [ "fastify", "cache", "caching" ], "author": "James Sumners <james.sumners@gmail.com>", "contributors": [ { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" }, { "name": "Aras Abbasi", "email": "aras.abbasi@gmail.com" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-caching/issues" }, "homepage": "https://github.com/fastify/fastify-caching#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "c8": "^10.1.2", "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "tsd": "^0.31.0" }, "dependencies": { "abstract-cache": "^1.0.1", "fastify-plugin": "^5.0.0", "uid-safe": "^2.1.5" }, "publishConfig": { "access": "public" }, "pre-commit": [ "lint", "test" ] }