UNPKG

@fastify/under-pressure

Version:

Process load measuring plugin for Fastify, with automatic handling of 'Service Unavailable'

81 lines (80 loc) 1.91 kB
{ "name": "@fastify/under-pressure", "version": "9.0.3", "description": "Process load measuring plugin for Fastify, with automatic handling of 'Service Unavailable'", "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/under-pressure.git" }, "bugs": { "url": "https://github.com/fastify/under-pressure/issues" }, "homepage": "https://github.com/fastify/under-pressure#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "keywords": [ "fastify", "service unavailable", "limit", "delay", "retry" ], "author": "Tomas Della Vedova - @delvedor (http://delved.org)", "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", "dependencies": { "@fastify/error": "^4.0.0", "fastify-plugin": "^5.0.0" }, "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "semver": "^7.6.0", "simple-get": "^4.0.1", "sinon": "^18.0.0", "tap": "^18.7.2", "tsd": "^0.31.0" }, "publishConfig": { "access": "public" } }