123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "name": "floydbot",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "dependencies": {
- "acorn": "^8.8.1",
- "acorn-jsx": "^5.3.2",
- "ajv": "^6.12.6",
- "ansi-regex": "^5.0.1",
- "ansi-styles": "^4.3.0",
- "argparse": "^2.0.1",
- "balanced-match": "^1.0.2",
- "brace-expansion": "^1.1.11",
- "busboy": "^1.6.0",
- "callsites": "^3.1.0",
- "chalk": "^4.1.2",
- "color-convert": "^2.0.1",
- "color-name": "^1.1.4",
- "concat-map": "^0.0.1",
- "cross-spawn": "^7.0.3",
- "debug": "^4.3.4",
- "deep-is": "^0.1.4",
- "discord-api-types": "^0.37.17",
- "discord.js": "^14.6.0",
- "doctrine": "^3.0.0",
- "escape-string-regexp": "^4.0.0",
- "eslint": "^8.27.0",
- "eslint-scope": "^7.1.1",
- "eslint-utils": "^3.0.0",
- "eslint-visitor-keys": "^3.3.0",
- "espree": "^9.4.1",
- "esquery": "^1.4.0",
- "esrecurse": "^4.3.0",
- "estraverse": "^5.3.0",
- "esutils": "^2.0.3",
- "fast-deep-equal": "^3.1.3",
- "fast-json-stable-stringify": "^2.1.0",
- "fast-levenshtein": "^2.0.6",
- "fastq": "^1.13.0",
- "file-entry-cache": "^6.0.1",
- "file-type": "^18.0.0",
- "find-up": "^5.0.0",
- "flat-cache": "^3.0.4",
- "flatted": "^3.2.7",
- "fs.realpath": "^1.0.0",
- "glob": "^7.2.3",
- "glob-parent": "^6.0.2",
- "globals": "^13.17.0",
- "grapheme-splitter": "^1.0.4",
- "has-flag": "^4.0.0",
- "ieee754": "^1.2.1",
- "ignore": "^5.2.0",
- "import-fresh": "^3.3.0",
- "imurmurhash": "^0.1.4",
- "inflight": "^1.0.6",
- "inherits": "^2.0.4",
- "is-extglob": "^2.1.1",
- "is-glob": "^4.0.3",
- "is-path-inside": "^3.0.3",
- "isexe": "^2.0.0",
- "js-sdsl": "^4.1.5",
- "js-yaml": "^4.1.0",
- "json-schema-traverse": "^0.4.1",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "locate-path": "^6.0.0",
- "lodash.merge": "^4.6.2",
- "lodash.snakecase": "^4.1.1",
- "lodash.uniqwith": "^4.5.0",
- "minimatch": "^3.1.2",
- "ms": "^2.1.2",
- "natural-compare": "^1.4.0",
- "once": "^1.4.0",
- "optionator": "^0.9.1",
- "p-limit": "^3.1.0",
- "p-locate": "^5.0.0",
- "parent-module": "^1.0.1",
- "path-exists": "^4.0.0",
- "path-is-absolute": "^1.0.1",
- "path-key": "^3.1.1",
- "peek-readable": "^5.0.0",
- "prelude-ls": "^1.2.1",
- "punycode": "^2.1.1",
- "queue-microtask": "^1.2.3",
- "readable-stream": "^3.6.0",
- "readable-web-to-node-stream": "^3.0.2",
- "regexpp": "^3.2.0",
- "resolve-from": "^4.0.0",
- "reusify": "^1.0.4",
- "rimraf": "^3.0.2",
- "run-parallel": "^1.2.0",
- "safe-buffer": "^5.2.1",
- "shebang-command": "^2.0.0",
- "shebang-regex": "^3.0.0",
- "streamsearch": "^1.1.0",
- "string_decoder": "^1.3.0",
- "strip-ansi": "^6.0.1",
- "strip-json-comments": "^3.1.1",
- "strtok3": "^7.0.0",
- "supports-color": "^7.2.0",
- "text-table": "^0.2.0",
- "token-types": "^5.0.1",
- "ts-mixer": "^6.0.2",
- "tslib": "^2.4.1",
- "type-check": "^0.4.0",
- "type-fest": "^0.20.2",
- "undici": "^5.12.0",
- "uri-js": "^4.4.1",
- "util-deprecate": "^1.0.2",
- "which": "^2.0.2",
- "word-wrap": "^1.2.3",
- "wrappy": "^1.0.2",
- "ws": "^8.11.0",
- "yocto-queue": "^0.1.0"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/RandArtz/FloydBot.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/RandArtz/FloydBot/issues"
- },
- "homepage": "https://github.com/RandArtz/FloydBot#readme"
- }
|