UNPKG

good-censor

Version:
35 lines (34 loc) 733 B
{ "name": "good-censor", "version": "1.1.1", "description": "A simple text censoring module.", "main": "index.js", "typings": "index.d.ts", "scripts": { "test": "mocha module.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/SpeckyYT/good-censor.git" }, "author": "SpeckyYT", "license": "MIT", "keywords": [ "good", "censor", "censoring", "text censor", "text censoring" ], "bugs": { "url": "https://github.com/SpeckyYT/good-censor/issues" }, "homepage": "https://github.com/SpeckyYT/good-censor#readme", "dependencies": { "ahocorasick": "^1.0.2", "remove-accents": "^0.4.2" }, "devDependencies": { "mocha": "^8.3.2" } }