UNPKG

pii-filter

Version:
48 lines (47 loc) 1.09 kB
{ "name": "pii-filter", "version": "1.0.24", "description": "PII Filter", "keywords": [ "pii", "filter", "personally", "identifiable", "information", "anonymizing", "tagging", "names", "dates", "email", "phone", "Dutch" ], "main": "dist/pii-filter.js", "types": "dist/pii-filter.d.ts", "devDependencies": { "@types/chai": "^4.2.14", "@types/mocha": "^8.2.0", "@types/node": "^14.14.10", "chai": "^4.2.0", "eslint": "^7.15.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "ts-node": "^9.1.1", "typedoc": "^0.20.19", "typescript": "^4.1.3", "yargs-parser": "^20.2.4" }, "repository": { "type": "git", "url": "https://github.com/prolody/pii-filter" }, "scripts": { "compile": "tsc;", "build": "npm run compile;", "test": "mocha -r ts-node/register tests/**/*.test.ts;", "docs": "npx typedoc src/pii-filter.ts && rm -rf ../docs && mv docs ../", "coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test;" }, "author": "HabaneroCake", "license": "MIT" }