{
  "name": "trace-hook",
  "version": "0.2.17",
  "description": "一个轻量化的全链路追踪中间件, 可生成TraceID, 并将TraceID注入到各种请求中, 以便于在日志中查看请求的完整链路, 目前支持logger koa-logger axios mq \n A lightweight, full-link tracking middleware that generates traceIds and injects traceIds into various requests so that the full link of the request can be viewed in the log, currently supporting logger koa-logger axios mq",
  "main": "index.js",
  "scripts": {
    "patch": "npm version patch && npm publish --access public",
    "minor": "npm version minor && npm publish --access public",
    "major": "npm version major && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@172.16.40.16:7766/rd/node-lite-trace.git"
  },
  "keywords": [
    "全链路",
    "traceId",
    "nodejs",
    "koa",
    "axios",
    "mq",
    "logger",
    "koa-logger",
    "追踪",
    "trace",
    "链路追踪",
    "中间件",
    "middleware",
    "日志",
    "log",
    "钩子",
    "hook"
  ],
  "author": "ruanchuhao",
  "license": "ISC",
  "dependencies": {
    "bytes": "*",
    "chalk": "^4.*",
    "config": "*",
    "humanize-number": "*",
    "passthrough-counter": "*",
    "winston": "*",
    "winston-daily-rotate-file": "*"
  }
}
