Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/pino-pretty/package.json

{
  "name": "pino-pretty",
  "version": "7.6.1",
  "description": "Prettifier for Pino log lines",
  "type": "commonjs",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "pino-pretty": "./bin.js"
  },
  "scripts": {
    "ci": "standard && tap --color --coverage-report=lcovonly && npm run test-types",
    "lint": "standard | snazzy",
    "test": "tap --100 --color",
    "test-types": "tsc && tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pinojs/pino-pretty.git"
  },
  "keywords": [
    "pino"
  ],
  "author": "James Sumners <james.sumners@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pinojs/pino-pretty/issues"
  },
  "homepage": "https://github.com/pinojs/pino-pretty#readme",
  "precommit": [
    "lint",
    "test"
  ],
  "dependencies": {
    "args": "^5.0.1",
    "colorette": "^2.0.7",
    "dateformat": "^4.6.3",
    "fast-safe-stringify": "^2.0.7",
    "joycon": "^3.1.1",
    "on-exit-leak-free": "^0.2.0",
    "pino-abstract-transport": "^0.5.0",
    "pump": "^3.0.0",
    "readable-stream": "^3.6.0",
    "rfdc": "^1.3.0",
    "secure-json-parse": "^2.4.0",
    "sonic-boom": "^2.2.0",
    "strip-json-comments": "^3.1.1"
  },
  "devDependencies": {
    "@types/node": "^17.0.0",
    "pino": "^7.0.0",
    "pre-commit": "^1.2.2",
    "rimraf": "^3.0.2",
    "snazzy": "^9.0.0",
    "standard": "^16.0.3",
    "tap": "^16.0.0",
    "tsd": "^0.20.0",
    "typescript": "^4.4.3"
  },
  "tsd": {
    "directory": "./test/types"
  }
}
Back to Directory File Manager