{ "_from": "pino@5.17.0", "_id": "pino@5.17.0", "_inBundle": false, "_integrity": "sha512-LqrqmRcJz8etUjyV0ddqB6OTUutCgQULPFg2b4dtijRHUsucaAdBgSUW58vY6RFSX+NT8963F+q0tM6lNwGShA==", "_location": "/pino", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pino@5.17.0", "name": "pino", "escapedName": "pino", "rawSpec": "5.17.0", "saveSpec": null, "fetchSpec": "5.17.0" }, "_requiredBy": [ "/docker-hub-utils" ], "_resolved": "https://registry.npmjs.org/pino/-/pino-5.17.0.tgz", "_shasum": "b9def314e82402154f89a25d76a31f20ca84b4c8", "_spec": "pino@5.17.0", "_where": "/home/dawidd6/github/dawidd6/action-debian-package/node_modules/docker-hub-utils", "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": { "fast-redact": "^2.0.0", "fast-safe-stringify": "^2.0.7", "flatstr": "^1.0.12", "pino-std-serializers": "^2.4.2", "quick-format-unescaped": "^3.0.3", "sonic-boom": "^0.7.5" }, "deprecated": false, "description": "super fast, all natural json logger", "devDependencies": { "airtap": "2.0.2", "benchmark": "^2.1.4", "bole": "^3.0.2", "bunyan": "^1.8.12", "cross-env": "^5.2.1", "docsify-cli": "^4.2.1", "execa": "^1.0.0", "fastbench": "^1.0.1", "flush-write-stream": "^2.0.0", "import-fresh": "^3.0.0", "log": "^5.0.0", "loglevel": "^1.6.4", "pino-pretty": "^2.6.1", "pre-commit": "^1.2.2", "proxyquire": "^2.1.3", "pump": "^3.0.0", "qodaa": "^1.0.1", "semver": "^6.3.0", "snazzy": "^8.0.0", "split2": "^3.1.1", "standard": "^14.2.0", "steed": "^1.1.3", "tap": "^12.7.0", "tape": "^4.11.0", "through2": "^3.0.1", "winston": "^3.2.1" }, "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": "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-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", "ci": "standard | snazzy && cross-env TAP_TIMEOUT=480000 NODE_OPTIONS=\"--no-warnings -r qodaa\" tap --no-esm -j 4 --100 test/*test.js", "cov-ci": "cross-env TAP_TIMEOUT=480000 NODE_OPTIONS=\"--no-warnings -r qodaa\" tap --no-esm -j 4 --100 --coverage-report=lcov test/*test.js", "cov-ui": "cross-env NODE_OPTIONS=\"--no-warnings -r qodaa\" tap --no-esm -j 4 --coverage-report=html test/*test.js", "docs": "docsify serve", "test": "standard | snazzy && cross-env NODE_OPTIONS=\"--no-warnings -r qodaa\" tap --no-esm -j 4 --no-cov test/*test.js", "update-bench-doc": "node benchmarks/utils/generate-benchmark-doc > docs/benchmarks.md" }, "version": "5.17.0" }