@cjanietz/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
JSON
{
"name": "@cjanietz/cls-rtracer",
"version": "2.6.0",
"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 lint && npm run test",
"cover": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test": "jest",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git@github.com:puzpuzpuz/cls-rtracer.git"
},
"keywords": [
"express",
"fastify",
"koa",
"hapi",
"cls",
"request",
"request id",
"logging"
],
"dependencies": {
"uuid": "8.3.1"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/koa": "^2.13.0",
"@hapi/hapi": "^20.0.1",
"coveralls": "^3.1.0",
"express": "^4.17.1",
"fastify": "^3.7.0",
"fastifyv2": "npm:fastify@^2.14.1",
"jest": "^26.6.1",
"koa": "^2.13.0",
"koav1": "npm:koa@^1.7.0",
"standard": "^15.0.0",
"supertest": "^5.0.0",
"winston": "^3.3.3"
}
}