@coffeeandfun/remove-pii
Version:
A Node.js module to remove personally identifiable information (PII) from text.
31 lines (30 loc) • 847 B
JSON
{
"name": "@coffeeandfun/remove-pii",
"version": "2.0.0",
"description": "A Node.js module to remove personally identifiable information (PII) from text.",
"main": "index.js",
"type": "module",
"scripts": {
"format": "npx prettier . --write",
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coffee-and-fun/remove-pii.git"
},
"bugs": {
"url": "https://github.com/coffee-and-fun/remove-pii/issues"
},
"homepage": "https://github.com/coffee-and-fun/remove-pii#readme",
"keywords": [
"PII",
"privacy",
"text-processing",
"data-protection"
],
"author": "Coffee & Fun LLC",
"license": "ISC",
"devDependencies": {
"jest": "^27.0.0"
}
}