2020-03-26 14:37:35 +00:00
|
|
|
{
|
|
|
|
"_from": "fast-redact@^2.0.0",
|
2020-11-12 15:37:43 +00:00
|
|
|
"_id": "fast-redact@2.1.0",
|
2020-03-26 14:37:35 +00:00
|
|
|
"_inBundle": false,
|
2020-11-12 15:37:43 +00:00
|
|
|
"_integrity": "sha512-0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A==",
|
2020-03-26 14:37:35 +00:00
|
|
|
"_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"
|
|
|
|
],
|
2020-11-12 15:37:43 +00:00
|
|
|
"_resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-2.1.0.tgz",
|
|
|
|
"_shasum": "dfe3c1ca69367fb226f110aa4ec10ec85462ffdf",
|
2020-03-26 14:37:35 +00:00
|
|
|
"_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"
|
|
|
|
},
|
2020-11-12 15:37:43 +00:00
|
|
|
"version": "2.1.0"
|
2020-03-26 14:37:35 +00:00
|
|
|
}
|