{
  "name": "pino-stack-info",
  "version": "5.11.1",
  "description": "super fast, all natural json logger, pino 添加输出日志的文件名/行号信息",
  "main": "pino.js",
  "browser": "./browser.js",
  "files": [
    "pino.js",
    "bin.js",
    "browser.js",
    "pretty.js",
    "usage.txt",
    "test",
    "docs",
    "example.js",
    "lib"
  ],
  "scripts": {
    "docs": "docsify serve",
    "browser-test": "airtap --local 8080 test/browser*test.js",
    "test": "standard | snazzy && NODE_OPTIONS='--no-warnings -r qodaa' tap -j 4 --no-cov test/*test.js",
    "ci": "standard | snazzy && TAP_TIMEOUT=480000 NODE_OPTIONS='--no-warnings -r qodaa' tap -j 4 --100 test/*test.js",
    "cov-ui": "NODE_OPTIONS='--no-warnings -r qodaa' tap -j 4 --coverage-report=html test/*test.js",
    "bench": "node benchmarks/utils/runbench all",
    "bench-basic": "node benchmarks/utils/runbench basic",
    "bench-object": "node benchmarks/utils/runbench object",
    "bench-deep-object": "node benchmarks/utils/runbench deep-object",
    "bench-multi-arg": "node benchmarks/utils/runbench multi-arg",
    "bench-longs-tring": "node benchmarks/utils/runbench long-string",
    "bench-child": "node benchmarks/utils/runbench child",
    "bench-child-child": "node benchmarks/utils/runbench child-child",
    "bench-child-creation": "node benchmarks/utils/runbench child-creation",
    "update-bench-doc": "node benchmarks/utils/generate-benchmark-doc > docs/benchmarks.md"
  },
  "bin": {
    "pino": "./bin.js"
  },
  "precommit": "test",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinojs/pino.git"
  },
  "keywords": [
    "fast",
    "logger",
    "stream",
    "json"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "contributors": [
    "David Mark Clements <huperekchuno@googlemail.com>",
    "James Sumners <james.sumners@gmail.com>",
    "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pinojs/pino/issues"
  },
  "homepage": "http://getpino.io",
  "devDependencies": {
    "airtap": "0.1.0",
    "benchmark": "^2.1.4",
    "bole": "^3.0.2",
    "bunyan": "^1.8.12",
    "docsify-cli": "^4.2.1",
    "execa": "^1.0.0",
    "fastbench": "^1.0.1",
    "flush-write-stream": "^1.0.3",
    "fresh-require": "^1.0.3",
    "log": "^3.0.0",
    "loglevel": "^1.6.1",
    "pino-pretty": "^2.4.0",
    "pre-commit": "^1.2.2",
    "proxyquire": "^2.1.0",
    "qodaa": "^1.0.1",
    "snazzy": "^8.0.0",
    "split2": "^3.0.0",
    "standard": "^12.0.1",
    "steed": "^1.1.3",
    "tap": "^12.1.0",
    "tape": "^4.9.0",
    "through2": "^3.0.0",
    "winston": "^3.1.0",
    "pump": "^3.0.0"
  },
  "dependencies": {
    "fast-redact": "^1.4.2",
    "fast-safe-stringify": "^2.0.6",
    "flatstr": "^1.0.9",
    "pino-std-serializers": "^2.3.0",
    "quick-format-unescaped": "^3.0.0",
    "sonic-boom": "^0.7.1"
  }
}
