{
  "_from": "fast-redact@^1.1.13",
  "_id": "fast-redact@1.1.14",
  "_inBundle": false,
  "_integrity": "sha512-jWvfd9kIZeRdwIRTUmLrxEaNgr3b8VW6uAAz5rcQwFhvA3TOK/LXv0kTJytjBjVIQWLdeK7YzM6zVY0kHGuGVw==",
  "_location": "/fast-redact",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-redact@^1.1.13",
    "name": "fast-redact",
    "escapedName": "fast-redact",
    "rawSpec": "^1.1.13",
    "saveSpec": null,
    "fetchSpec": "^1.1.13"
  },
  "_requiredBy": [
    "/pino"
  ],
  "_resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-1.1.14.tgz",
  "_shasum": "95e5a05c8046b9cd61a203266a4acb2ae635574f",
  "_spec": "fast-redact@^1.1.13",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/pino",
  "author": {
    "name": "David Mark Clements",
    "email": "david.clements@nearform.com"
  },
  "bugs": {
    "url": "https://github.com/davidmarkclements/fast-redact/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "very fast object redaction",
  "devDependencies": {
    "fastbench": "^1.0.1",
    "pino-noir": "^2.2.1",
    "tap": "^12.0.1"
  },
  "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",
    "test": "tap test"
  },
  "version": "1.1.14"
}
