UNPKG

cls-rtracer

Version:

Express & Koa middlewares and Fastify & Hapi plugins for CLS-based request id generation, batteries included

80 lines (79 loc) 1.85 kB
{ "name": "cls-rtracer", "version": "2.6.3", "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 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.0" }, "devDependencies": { "@hapi/hapi": "^21.3.2", "@types/node": "^14.18.47", "express": "^4.18.2", "fastify": "^4.2.0", "fastifyv2": "npm:fastify@^2.15.0", "jest": "^29.5.0", "koa": "^2.14.2", "koav1": "npm:koa@^1.7.0", "standard": "^17.0.0", "supertest": "^6.3.3", "typescript": "^4.9.5", "winston": "^3.8.2" } }