{
  "_args": [
    [
      "pino@4.17.6",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "pino@4.17.6",
  "_id": "pino@4.17.6",
  "_inBundle": false,
  "_integrity": "sha512-LFDwmhyWLBnmwO/2UFbWu1jEGVDzaPupaVdx0XcZ3tIAx1EDEBauzxXf2S0UcFK7oe+X9MApjH0hx9U1XMgfCA==",
  "_location": "/pino",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pino@4.17.6",
    "name": "pino",
    "escapedName": "pino",
    "rawSpec": "4.17.6",
    "saveSpec": null,
    "fetchSpec": "4.17.6"
  },
  "_requiredBy": [
    "/strapi-utils"
  ],
  "_resolved": "https://registry.npmjs.org/pino/-/pino-4.17.6.tgz",
  "_spec": "4.17.6",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bin": {
    "pino": "bin.js"
  },
  "browser": "./browser.js",
  "bugs": {
    "url": "https://github.com/pinojs/pino/issues"
  },
  "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": {
    "chalk": "^2.4.1",
    "fast-json-parse": "^1.0.3",
    "fast-safe-stringify": "^1.2.3",
    "flatstr": "^1.0.5",
    "pino-std-serializers": "^2.0.0",
    "pump": "^3.0.0",
    "quick-format-unescaped": "^1.1.2",
    "split2": "^2.2.0"
  },
  "description": "super fast, all natural json logger",
  "devDependencies": {
    "airtap": "0.1.0",
    "benchmark": "^2.1.4",
    "bole": "^3.0.2",
    "bunyan": "^1.8.12",
    "debug": "^3.1.0",
    "fastbench": "^1.0.1",
    "flush-write-stream": "^1.0.3",
    "fresh-require": "^1.0.3",
    "log": "^1.4.0",
    "loglevel": "^1.6.1",
    "pre-commit": "^1.2.2",
    "proxyquire": "^2.0.1",
    "snazzy": "^7.1.1",
    "standard": "^11.0.1",
    "steed": "^1.1.3",
    "tap": "^12.0.1",
    "tape": "^4.9.0",
    "through2": "^2.0.3",
    "winston": "^3.0.0"
  },
  "files": [
    "pino.js",
    "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-all": "node benchmarks/runbench all",
    "bench-basic": "node benchmarks/runbench basic",
    "bench-child": "node benchmarks/runbench child",
    "bench-conception": "node benchmarks/runbench conception",
    "bench-deepobject": "node benchmarks/runbench deepobject",
    "bench-grandchild": "node benchmarks/runbench grandchild",
    "bench-longstring": "node benchmarks/runbench longstring",
    "bench-multiarg": "node benchmarks/runbench multiarg",
    "bench-object": "node benchmarks/runbench object",
    "browser-test": "airtap --local 8080 test/browser*test.js",
    "ci": "standard | snazzy &&  NODE_OPTIONS='--no-warnings' tap --cov test/*test.js",
    "test": "standard | snazzy && NODE_OPTIONS='--no-warnings' tap --no-cov test/*test.js"
  },
  "version": "4.17.6"
}
