Initial commit
This commit is contained in:
63
node_modules/discord-anti-spam/package.json
generated
vendored
Normal file
63
node_modules/discord-anti-spam/package.json
generated
vendored
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "discord-anti-spam@^2.5.0",
|
||||
"_id": "discord-anti-spam@2.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-7AaBvPkLsb8nCmJRH5JtivWCgDNvhS5ZbXix9ObXd7S+A+9hGVOnH1i+fbhT7ZDReVehiji9nKhLxMBne4yo1w==",
|
||||
"_location": "/discord-anti-spam",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "discord-anti-spam@^2.5.0",
|
||||
"name": "discord-anti-spam",
|
||||
"escapedName": "discord-anti-spam",
|
||||
"rawSpec": "^2.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/discord-anti-spam/-/discord-anti-spam-2.5.0.tgz",
|
||||
"_shasum": "74da916d2031aaea57527ddc798905998e097519",
|
||||
"_spec": "discord-anti-spam@^2.5.0",
|
||||
"_where": "E:\\IntellijProjects\\woam-antispam-bot",
|
||||
"author": {
|
||||
"name": "Michael Scofield"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Michael-J-Scofield/discord-anti-spam/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "An easy to setup package that help you integration of anti-spam feature in your discord bot.",
|
||||
"devDependencies": {
|
||||
"jsdoc": "^3.6.3",
|
||||
"minami": "github:Androz2091/minami"
|
||||
},
|
||||
"homepage": "https://github.com/Michael-J-Scofield/discord-anti-spam#readme",
|
||||
"keywords": [
|
||||
"discord",
|
||||
"spam",
|
||||
"anti-spam",
|
||||
"discord.js",
|
||||
"antispam",
|
||||
"moderation",
|
||||
"bot",
|
||||
"plugin",
|
||||
"module"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "discord-anti-spam",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Michael-J-Scofield/discord-anti-spam.git"
|
||||
},
|
||||
"scripts": {
|
||||
"generate-docs": "jsdoc --configure .jsdoc.json --verbose",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "2.5.0"
|
||||
}
|
Reference in New Issue
Block a user