{ "_from": "fast-redact@^2.0.0", "_id": "fast-redact@2.1.0", "_inBundle": false, "_integrity": "sha512-0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A==", "_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.1.0.tgz", "_shasum": "dfe3c1ca69367fb226f110aa4ec10ec85462ffdf", "_spec": "fast-redact@^2.0.0", "_where": "/home/dawidd6/github/dawidd6/action-debian-package/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.1.0" }