{
  "_from": "pino-std-serializers@^2.0.0",
  "_id": "pino-std-serializers@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Ef95yX2/cUb5knEmHCpvkfrvjWBx0CTcBwB3WAneX8o0WpEf8y+lmR/XMkgAbJ/Ak2mHbo0eL5ANy8qDqpH1xw==",
  "_location": "/pino-std-serializers",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pino-std-serializers@^2.0.0",
    "name": "pino-std-serializers",
    "escapedName": "pino-std-serializers",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/dispensary/pino",
    "/pino"
  ],
  "_resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.2.0.tgz",
  "_shasum": "2c97a636dcbe6947a7be518f5d06b7804f5c48ae",
  "_spec": "pino-std-serializers@^2.0.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/dispensary/node_modules/pino",
  "author": {
    "name": "James Sumners",
    "email": "james.sumners@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/pinojs/pino-std-serializers/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A collection of standard object serializers for Pino",
  "devDependencies": {
    "pre-commit": "^1.2.2",
    "snazzy": "^7.0.0",
    "standard": "^11.0.0",
    "tap": "^12.0.0"
  },
  "homepage": "https://github.com/pinojs/pino-std-serializers#readme",
  "keywords": [
    "pino",
    "logging"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "pino-std-serializers",
  "precommit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
  },
  "scripts": {
    "lint": "standard | snazzy",
    "lint-ci": "standard",
    "test": "tap --no-cov 'test/**/*.test.js'",
    "test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
  },
  "version": "2.2.0"
}
