censure-js
Version:
Dirty russian/english words filter
53 lines • 1.3 kB
JSON
{
"name": "censure-js",
"version": "1.6.0",
"keywords": [
"censure",
"filter",
"profanity words",
"profane words",
"vulgar words",
"obscene words",
"profane words in texts",
"vulgar words in texts",
"obscene words in texts",
"censure filter",
"curse words filter",
"dirty words filter",
"obscene language filter",
"indecent language filter",
"dirty russian words filter",
"dirty english words filter",
"bad russian words filter",
"bad english words filter",
"russian swear words filter",
"english swear words filter",
"swearwords filter",
"words replacer",
"word replacer",
"word replacement",
"replacer"
],
"description": "Dirty russian/english words filter",
"main": "censure.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jzavorohina/censure-js.git"
},
"author": "Julia Zavorohina",
"license": "MIT",
"bugs": {
"url": "https://github.com/jzavorohina/censure-js/issues"
},
"homepage": "https://github.com/jzavorohina/censure-js#readme",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"jest": "^29.3.1"
}
}