This commit is contained in:
SowinskiBraeden committed 2020-12-17 10:18:33 -08:00
1 parent 4f15788983
commit eaabb7cc65
36 files changed
+2116 -80

No files matched your search

+62
View File
@@ -0,0 +1,62 @@
{
"_from": "badwords-list@^1.0.0",
"_id": "badwords-list@1.0.0",
"_inBundle": false,
"_integrity": "sha1-XphW2/E0gqKVw7CzBK+51M/FxXk=",
"_location": "/badwords-list",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "badwords-list@^1.0.0",
"name": "badwords-list",
"escapedName": "badwords-list",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/bad-words"
],
"_resolved": "https://registry.npmjs.org/badwords-list/-/badwords-list-1.0.0.tgz",
"_shasum": "5e9856dbf13482a295c3b0b304afb9d4cfc5c579",
"_spec": "badwords-list@^1.0.0",
"_where": "C:\\Users\\flami\\OneDrive\\Desktop\\Projects\\XP-System\\node_modules\\bad-words",
"author": {
"name": "Michael Price",
"email": "webmech@gmail.com"
},
"bugs": {
"url": "https://github.com/web-mech/badwords-list/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A highly consumable list of bad (profanity) english words (forked from badwords)",
"devDependencies": {
"better-assert": "1.0.0",
"mocha": "1.14.0"
},
"homepage": "https://github.com/web-mech/badwords-list#readme",
"keywords": [
"bad",
"word",
"words",
"profanity",
"filter",
"blacklist",
"black",
"list",
"swear"
],
"license": "MIT",
"main": "./lib/index",
"name": "badwords-list",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/web-mech/badwords-list.git"
},
"scripts": {
"test": "mocha -R nyan"
},
"version": "1.0.0"
}