UNPKG

@twentysixhugs/profanity-filter

Version:

A node.js utility for masking words or phrases in strings that aren't allowed.

61 lines (60 loc) 1.32 kB
{ "name": "@twentysixhugs/profanity-filter", "description": "A node.js utility for masking words or phrases in strings that aren't allowed.", "version": "0.2.5", "homepage": "https://github.com/jwils0n/profanity-filter", "author": "James Wilson <james@jwilson.us> (https://github.com/jwils0n)", "repository": { "type": "git", "url": "git://github.com/jwils0n/profanity-filter.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/jwils0n/profanity-filter/LICENSE" } ], "main": "lib/filter", "engines": { "node": ">= 0.8.0" }, "devDependencies": { "mocha": "1.16.2" }, "scripts": { "test": "mocha" }, "keywords": [ "curse", "words", "string", "bad", "unallowed", "profanity", "filter", "clean" ], "bugs": { "url": "https://github.com/jwils0n/profanity-filter/issues" }, "directories": { "lib": "lib", "test": "test" }, "dependencies": { "commander": "^2.0.0", "debug": "^4.3.4", "diff": "^1.0.7", "glob": "^3.2.3", "graceful-fs": "^2.0.3", "growl": "^1.7.0", "inherits": "^2.0.4", "jade": "^0.26.3", "lru-cache": "^2.7.3", "mkdirp": "^0.3.5", "minimatch": "^0.2.14", "ms": "^2.1.2", "sigmund": "^1.0.1" }, "license": "ISC" }