cls-rtracer
Version:
Express & Koa middlewares and Fastify & Hapi plugins for CLS-based request id generation, batteries included
80 lines (79 loc) • 1.86 kB
JSON
{
"name": "cls-rtracer",
"version": "2.6.4",
"description": "Express & Koa middlewares and Fastify & Hapi plugins for CLS-based request id generation, batteries included",
"author": {
"name": "Andrey Pechkurov",
"url": "https://github.com/puzpuzpuz"
},
"contributors": [
{
"name": "Andrey Goncharov",
"url": "https://github.com/aigoncharov"
},
{
"name": "Denis Fatkhudinov",
"url": "https://github.com/batrudinych"
},
{
"name": "Simen Bekkhus",
"url": "https://github.com/SimenB"
},
{
"name": "Gabriel Pinheiro",
"url": "https://github.com/gabriel-pinheiro"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/puzpuzpuz/cls-rtracer/issues"
},
"homepage": "https://github.com/puzpuzpuz/cls-rtracer",
"main": "index.js",
"engines": {
"node": ">=12.17.0 <13.0.0 || >=13.14.0 <14.0.0 || >=14.0.0"
},
"files": [
"src/*",
"index.js",
"index.d.ts"
],
"scripts": {
"test-ci": "npm run check-type && npm run lint && npm run test",
"cover": "jest --coverage --coverageReporters=lcov",
"test": "jest",
"lint": "standard",
"check-type": "tsc --types node index.d.ts"
},
"repository": {
"type": "git",
"url": "git@github.com:puzpuzpuz/cls-rtracer.git"
},
"keywords": [
"express",
"fastify",
"koa",
"hapi",
"cls",
"request",
"request id",
"logging"
],
"dependencies": {
"uuid": "^9.0.1"
},
"devDependencies": {
"@hapi/hapi": "^21.4.9",
"@types/node": "^24.12.3",
"express": "^5.2.1",
"fastify": "^5.8.5",
"fastifyv2": "npm:fastify@^2.15.3",
"jest": "^30.4.2",
"koa": "^3.2.0",
"koav1": "npm:koa@^1.7.0",
"standard": "^17.1.2",
"supertest": "^7.2.2",
"typescript": "^6.0.3",
"winston": "^3.19.0"
}
}