french-badwords-list
Version:
A highly consumable list of french bad (profanity) words (forked from badwords-list)
49 lines (48 loc) • 1.5 kB
JSON
{
"name": "french-badwords-list",
"version": "1.0.7",
"author": "Christophe ROGER <darwiinc@live.fr>",
"license": "MIT",
"description": "A highly consumable list of french bad (profanity) words (forked from badwords-list)",
"main": "./dist/index",
"scripts": {
"test": "./node_modules/.bin/mocha -R nyan",
"cover": "./node_modules/.bin/nyc --reporter=lcovonly ./node_modules/.bin/mocha -- test/*",
"coveralls": "./node_modules/.bin/nyc report --reporter=text-lcov | coveralls",
"codecov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && codecov",
"build": "uglifyjs ./lib/array.js -m -c -o ./dist/array.js && uglifyjs ./lib/object.js -m -c -o ./dist/object.js && uglifyjs ./lib/regexp.js -m -c -o ./dist/regexp.js && uglifyjs ./lib/index.js -m -c -o ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:darwiin/french-badwords-list.git"
},
"keywords": [
"bad",
"word",
"words",
"profanity",
"filter",
"blacklist",
"black",
"list",
"swear",
"french",
"insulte",
"français"
],
"devDependencies": {
"bad-words": "3.0.4",
"chai": "4.3.6",
"codecov": "3.8.3",
"coveralls": "3.1.1",
"leo-profanity": "1.5.1",
"mocha": "10.0.0",
"mocha-lcov-reporter": "1.3.0",
"nyc": "15.1.0",
"uglify-js": "3.16.3"
},
"bugs": {
"url": "https://github.com/darwiin/french-badwords-list/issues"
},
"dependencies": {}
}