mask-json-path
Version:
Mask values from given JSON (objects / arrays). Useful in protecting confidential data, mask it before sending it to third party applications.
29 lines (28 loc) • 580 B
JSON
{
"name": "mask-json-path",
"version": "1.0.3",
"description": "",
"scripts": {
"test": "jest --coverage"
},
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ynmanware/mask-it.git"
},
"devDependencies": {
"eslint": "^7.11.0",
"jest": "^26.5.3"
},
"keywords": [
"json-mask",
"mask-json",
"redact"
],
"author": "yogesh manware",
"license": "MIT",
"bugs": {
"url": "https://github.com/ynmanware/mask-it/issues"
},
"homepage": "https://github.com/ynmanware/mask-it#readme"
}