Update
This commit is contained in:
1 parent
4f15788983
commit
eaabb7cc65
36 files changed
+2116
-80
No files matched your search
+68
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "bad-words",
|
||||
"_id": "bad-words@3.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-v/Q9uRPH4+yzDVLL4vR1+S9KoFgOEUl5s4axd6NIAq8SV2mradgi4E8lma/Y0cw1ltVdvyegCQQKffCPRCp8fg==",
|
||||
"_location": "/bad-words",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "bad-words",
|
||||
"name": "bad-words",
|
||||
"escapedName": "bad-words",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bad-words/-/bad-words-3.0.4.tgz",
|
||||
"_shasum": "044c83935c4c363a905d47b5e0179f7241fecaec",
|
||||
"_spec": "bad-words",
|
||||
"_where": "C:\\Users\\flami\\OneDrive\\Desktop\\Projects\\XP-System",
|
||||
"author": {
|
||||
"name": "Mike P."
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/web-mech/badwords/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"badwords-list": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A javascript filter for bad words",
|
||||
"devDependencies": {
|
||||
"better-assert": "1.0.0",
|
||||
"documentation": "^5.3.3",
|
||||
"mocha": "^5.2.0"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/web-mech/badwords#readme",
|
||||
"keywords": [
|
||||
"curse",
|
||||
"words",
|
||||
"profanity",
|
||||
"filter"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/badwords",
|
||||
"name": "bad-words",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/web-mech/badwords.git"
|
||||
},
|
||||
"scripts": {
|
||||
"docs": "documentation readme --section API ./lib/badwords.js",
|
||||
"test": "mocha -R spec"
|
||||
},
|
||||
"version": "3.0.4"
|
||||
}
|
||||
Reference in new issue
Block a user