Revert "add @discordjs/opus + jmd.js"

This reverts commit 5c2e0737c0.
This commit is contained in:
2021-04-11 12:15:40 +02:00
parent 5c2e0737c0
commit ead89a22d8
977 changed files with 1074 additions and 199471 deletions

50
node_modules/discord.js/package.json generated vendored
View File

@@ -1,28 +1,28 @@
{
"_from": "discord.js@^12.5.1",
"_id": "discord.js@12.5.3",
"_from": "discord.js",
"_id": "discord.js@12.5.1",
"_inBundle": false,
"_integrity": "sha512-D3nkOa/pCkNyn6jLZnAiJApw2N9XrIsXUAdThf01i7yrEuqUmDGc7/CexVWwEcgbQR97XQ+mcnqJpmJ/92B4Aw==",
"_integrity": "sha512-VwZkVaUAIOB9mKdca0I5MefPMTQJTNg0qdgi1huF3iwsFwJ0L5s/Y69AQe+iPmjuV6j9rtKoG0Ta0n9vgEIL6w==",
"_location": "/discord.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "tag",
"registry": true,
"raw": "discord.js@^12.5.1",
"raw": "discord.js",
"name": "discord.js",
"escapedName": "discord.js",
"rawSpec": "^12.5.1",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "^12.5.1"
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/discord.js/-/discord.js-12.5.3.tgz",
"_shasum": "56820d473c24320871df9ea0bbc6b462f21cf85c",
"_spec": "discord.js@^12.5.1",
"_where": "C:\\Users\\j4kub\\Desktop\\git\\gractwo-bot",
"_resolved": "https://registry.npmjs.org/discord.js/-/discord.js-12.5.1.tgz",
"_shasum": "992b45753e3815526a279914ccc281d3496f5990",
"_spec": "discord.js",
"_where": "C:\\Users\\j4kub\\Desktop\\code\\git\\gractwo-bot",
"author": {
"name": "Amish Shah",
"email": "amishshah.2k@gmail.com"
@@ -97,33 +97,33 @@
"@discordjs/form-data": "^3.0.1",
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.1",
"prism-media": "^1.2.9",
"prism-media": "^1.2.2",
"setimmediate": "^1.0.5",
"tweetnacl": "^1.0.3",
"ws": "^7.4.4"
"ws": "^7.3.1"
},
"deprecated": false,
"description": "A powerful library for interacting with the Discord API",
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-angular": "^12.0.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@types/node": "^12.12.6",
"@types/ws": "^7.4.0",
"cross-env": "^7.0.3",
"@types/ws": "^7.2.7",
"cross-env": "^7.0.2",
"discord.js-docgen": "git+https://github.com/discordjs/docgen.git",
"dtslint": "^4.0.8",
"eslint": "^7.23.0",
"dtslint": "^4.0.4",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.6.3",
"jest": "^26.6.0",
"json-filter-loader": "^1.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"lint-staged": "^10.4.2",
"prettier": "^2.1.2",
"terser-webpack-plugin": "^4.2.3",
"tslint": "^6.1.3",
"typescript": "^4.2.3",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
@@ -188,5 +188,5 @@
},
"types": "./typings/index.d.ts",
"unpkg": "./webpack/discord.min.js",
"version": "12.5.3"
"version": "12.5.1"
}