UNPKG

words-filter

Version:

sensitive word filter implemented with DFA algorithm

39 lines (38 loc) 893 B
{ "name": "words-filter", "version": "3.0.4", "description": "sensitive word filter implemented with DFA algorithm", "main": "./dist/filter.js", "types": "./dist/filter.d.ts", "dependencies": { "fs": "0.0.1-security", "hashmap": "^2.0.29", "path": "^0.12.7" }, "devDependencies": { "@types/hashmap": "^2.0.29", "@types/node": "^12.6.8", "tslint": "^5.18.0", "tslint-config-airbnb": "^5.11.1", "typescript": "^3.5.3" }, "scripts": { "prepublish": "npm run build", "build": "tsc -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/siuu/words-filter.git" }, "keywords": [ "node", "word", "filter" ], "author": "siu", "license": "ISC", "bugs": { "url": "https://github.com/siuu/words-filter/issues" }, "homepage": "https://github.com/siuu/words-filter#readme" }