@darkobits/mask-string
Version:
Mask tokens in a string.
33 lines (32 loc) • 582 B
JSON
{
"name": "@darkobits/mask-string",
"version": "3.0.0",
"description": "Mask tokens in a string.",
"license": "Hippocratic",
"author": "darkobits",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/darkobits/mask-string.git"
},
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"prepare": "nr prepare"
},
"devDependencies": {
"@darkobits/ts": "^0.23.4"
},
"keywords": [
"string",
"mask",
"pattern",
"regex",
"secret",
"secrets",
"password",
"passwords"
]
}