{
  "_from": "pino@^7.0.0",
  "_id": "pino@7.11.0",
  "_inBundle": false,
  "_integrity": "sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==",
  "_location": "/pino",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pino@^7.0.0",
    "name": "pino",
    "escapedName": "pino",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/@whiskeysockets/baileys"
  ],
  "_resolved": "https://registry.npmjs.org/pino/-/pino-7.11.0.tgz",
  "_shasum": "0f0ea5c4683dc91388081d44bff10c83125066f6",
  "_spec": "pino@^7.0.0",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib/node_modules/@whiskeysockets/baileys",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bin": {
    "pino": "bin.js"
  },
  "browser": "./browser.js",
  "bugs": {
    "url": "https://github.com/pinojs/pino/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "David Mark Clements",
      "email": "huperekchuno@googlemail.com"
    },
    {
      "name": "James Sumners",
      "email": "james.sumners@gmail.com"
    },
    {
      "name": "Thomas Watson Steen",
      "email": "w@tson.dk",
      "url": "https://twitter.com/wa7son"
    }
  ],
  "dependencies": {
    "atomic-sleep": "^1.0.0",
    "fast-redact": "^3.0.0",
    "on-exit-leak-free": "^0.2.0",
    "pino-abstract-transport": "v0.5.0",
    "pino-std-serializers": "^4.0.0",
    "process-warning": "^1.0.0",
    "quick-format-unescaped": "^4.0.3",
    "real-require": "^0.1.0",
    "safe-stable-stringify": "^2.1.0",
    "sonic-boom": "^2.2.1",
    "thread-stream": "^0.15.1"
  },
  "deprecated": false,
  "description": "super fast, all natural json logger",
  "devDependencies": {
    "@types/flush-write-stream": "^1.0.0",
    "@types/node": "^17.0.0",
    "@types/tap": "^15.0.6",
    "airtap": "4.0.4",
    "benchmark": "^2.1.4",
    "bole": "^4.0.0",
    "bunyan": "^1.8.14",
    "docsify-cli": "^4.4.1",
    "eslint": "^7.17.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "execa": "^5.0.0",
    "fastbench": "^1.0.1",
    "flush-write-stream": "^2.0.0",
    "import-fresh": "^3.2.1",
    "jest": "^27.3.1",
    "log": "^6.0.0",
    "loglevel": "^1.6.7",
    "pino-pretty": "^v7.6.0",
    "pre-commit": "^1.2.2",
    "proxyquire": "^2.1.3",
    "pump": "^3.0.0",
    "rimraf": "^3.0.2",
    "semver": "^7.0.0",
    "split2": "^4.0.0",
    "steed": "^1.1.3",
    "strip-ansi": "^6.0.0",
    "tap": "^16.0.0",
    "tape": "^5.0.0",
    "through2": "^4.0.0",
    "ts-node": "^10.7.0",
    "tsd": "^0.20.0",
    "typescript": "^4.4.4",
    "winston": "^3.3.3"
  },
  "files": [
    "pino.js",
    "file.js",
    "pino.d.ts",
    "bin.js",
    "browser.js",
    "pretty.js",
    "usage.txt",
    "test",
    "docs",
    "example.js",
    "lib"
  ],
  "homepage": "http://getpino.io",
  "keywords": [
    "fast",
    "logger",
    "stream",
    "json"
  ],
  "license": "MIT",
  "main": "pino.js",
  "name": "pino",
  "precommit": "test",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinojs/pino.git"
  },
  "scripts": {
    "bench": "node benchmarks/utils/runbench all",
    "bench-basic": "node benchmarks/utils/runbench basic",
    "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",
    "bench-deep-object": "node benchmarks/utils/runbench deep-object",
    "bench-formatters": "node benchmarks/utils/runbench formatters",
    "bench-longs-tring": "node benchmarks/utils/runbench long-string",
    "bench-multi-arg": "node benchmarks/utils/runbench multi-arg",
    "bench-object": "node benchmarks/utils/runbench object",
    "browser-test": "airtap --local 8080 test/browser*test.js",
    "cov-ui": "tap --ts --coverage-report=html",
    "docs": "docsify serve",
    "lint": "eslint .",
    "test": "npm run lint && npm run transpile && tap --ts && jest test/jest && npm run test-types",
    "test-ci": "npm run lint && npm run transpile && tap --ts --no-check-coverage --coverage-report=lcovonly && npm run test-types",
    "test-ci-pnpm": "pnpm run lint && npm run transpile && tap --ts --no-coverage --no-check-coverage && pnpm run test-types",
    "test-ci-yarn-pnp": "yarn run lint && npm run transpile && tap --ts --no-check-coverage --coverage-report=lcovonly",
    "test-types": "tsc && tsd && ts-node test/types/pino.ts",
    "transpile": "node ./test/fixtures/ts/transpile.cjs",
    "update-bench-doc": "node benchmarks/utils/generate-benchmark-doc > docs/benchmarks.md"
  },
  "tsd": {
    "directory": "test/types"
  },
  "type": "commonjs",
  "types": "pino.d.ts",
  "version": "7.11.0"
}
