UNPKG

bad-words-plus

Version:

A javascript filter for bad words with display options

50 lines (49 loc) 1.17 kB
{ "name": "bad-words-plus", "version": "3.0.4", "description": "A javascript filter for bad words with display options", "main": "./lib/badwords", "directories": { "lib": "lib", "test": "test" }, "scripts": { "ver": "npx node-env-run --exec \"semantic-release --ci false\"", "test": "mocha -R spec", "commit": "git-cz", "docs": "documentation readme --section API ./lib/badwords.js" }, "repository": { "type": "git", "url": "git://github.com/ryan-berdel/bad-words-plus.git" }, "keywords": [ "curse", "words", "profanity", "filter" ], "dependencies": { "badwords-list": "^1.0.0" }, "devDependencies": { "better-assert": "1.0.0", "cz-conventional-changelog": "^3.2.0", "documentation": "^13.0.2", "mocha": "^8.0.1" }, "author": "Mike P., Ryan Berdel", "license": "MIT", "engines": { "node": ">=12.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "bugs": { "url": "https://github.com/ryan-berdel/bad-words-plus/issues" }, "homepage": "https://github.com/ryan-berdel/bad-words-plus#readme" }