UNPKG

@fastify/throttle

Version:
80 lines (79 loc) 1.73 kB
{ "name": "@fastify/throttle", "version": "3.0.2", "description": "Throttle responses in fastify", "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:unit": "tap", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-throttle.git" }, "keywords": [ "fastify", "throttle", "stream", "leaky", "bucket" ], "author": "Aras Abbasi <aras.abbasi@gmail.com>", "contributors": [ { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" }, { "name": "James Sumners", "url": "https://james.sumners.info" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-throttle/issues" }, "homepage": "https://github.com/fastify/fastify-throttle#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "devDependencies": { "@fastify/pre-commit": "^2.1.0", "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "tap": "^20.0.3", "tsd": "^0.31.1" }, "dependencies": { "fastify-plugin": "^5.0.0" }, "publishConfig": { "access": "public" }, "pre-commit": [ "lint", "test" ] }