{
  "_from": "fast-redact@^2.0.0",
  "_id": "fast-redact@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-zxpkULI9W9MNTK2sJ3BpPQrTEXFNESd2X6O1tXMFpK/XM0G5c5Rll2EVYZH2TqI3xRGK/VaJ+eEOt7pnENJpeA==",
  "_location": "/fast-redact",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-redact@^2.0.0",
    "name": "fast-redact",
    "escapedName": "fast-redact",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/pino"
  ],
  "_resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-2.0.0.tgz",
  "_shasum": "17bb8f5e1f56ecf4a38c8455985e5eab4c478431",
  "_spec": "fast-redact@^2.0.0",
  "_where": "/Users/john/src/homebridge-config-ui-x/node_modules/pino",
  "author": {
    "name": "David Mark Clements",
    "email": "david.clements@nearform.com"
  },
  "bugs": {
    "url": "https://github.com/davidmarkclements/fast-redact/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "very fast object redaction",
  "devDependencies": {
    "fastbench": "^1.0.1",
    "pino-noir": "^2.2.1",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1",
    "tap": "^12.5.2"
  },
  "directories": {
    "example": "example",
    "lib": "lib",
    "test": "test"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/davidmarkclements/fast-redact#readme",
  "keywords": [
    "redact",
    "censor",
    "performance",
    "performant",
    "gdpr",
    "fast",
    "speed",
    "serialize",
    "stringify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fast-redact",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidmarkclements/fast-redact.git"
  },
  "scripts": {
    "bench": "node benchmark",
    "ci": "tap --cov --100 test",
    "cov": "tap --cov test",
    "cov-ui": "tap --coverage-report=html test",
    "posttest": "standard index.js 'lib/*.js' 'example/*.js' benchmark/index.js test/index.js | snazzy",
    "test": "tap test"
  },
  "version": "2.0.0"
}
