UNPKG

@fastify/routes-stats

Version:

provide stats for routes using perf_hooks, for fastify

84 lines (83 loc) 1.86 kB
{ "name": "@fastify/routes-stats", "version": "4.0.2", "description": "provide stats for routes using perf_hooks, for 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-routes-stats.git" }, "keywords": [ "fastify", "perf", "hooks", "perf_hooks", "routes", "stats", "apm" ], "author": "Matteo Collina <hello@matteocollina.com>", "contributors": [ { "name": "James Sumners", "url": "https://james.sumners.info" }, { "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-routes-stats/issues" }, "homepage": "https://github.com/fastify/fastify-routes-stats#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "devDependencies": { "@fastify/pre-commit": "2.2.0", "@sinonjs/fake-timers": "^14.0.0", "@types/node": "^22.0.0", "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "tap": "^18.7.2", "tsd": "^0.31.0" }, "dependencies": { "fastify-plugin": "^5.0.0" }, "pre-commit": [ "lint", "test" ], "publishConfig": { "access": "public" } }