add @discordjs/opus + jmd.js

This commit is contained in:
2021-04-11 12:12:39 +02:00
parent c49adbb146
commit 5c2e0737c0
977 changed files with 199471 additions and 1074 deletions

27
node_modules/ws/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "ws@^7.3.1",
"_id": "ws@7.4.1",
"_from": "ws@^7.4.4",
"_id": "ws@7.4.4",
"_inBundle": false,
"_integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==",
"_integrity": "sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==",
"_location": "/ws",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ws@^7.3.1",
"raw": "ws@^7.4.4",
"name": "ws",
"escapedName": "ws",
"rawSpec": "^7.3.1",
"rawSpec": "^7.4.4",
"saveSpec": null,
"fetchSpec": "^7.3.1"
"fetchSpec": "^7.4.4"
},
"_requiredBy": [
"/discord.js"
],
"_resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz",
"_shasum": "a333be02696bd0e54cea0434e21dcc8a9ac294bb",
"_spec": "ws@^7.3.1",
"_where": "C:\\Users\\j4kub\\Desktop\\code\\git\\gractwo-bot\\node_modules\\discord.js",
"_resolved": "https://registry.npmjs.org/ws/-/ws-7.4.4.tgz",
"_shasum": "383bc9742cb202292c9077ceab6f6047b17f2d59",
"_spec": "ws@^7.4.4",
"_where": "C:\\Users\\j4kub\\Desktop\\git\\gractwo-bot\\node_modules\\discord.js",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
@@ -37,9 +37,8 @@
"devDependencies": {
"benchmark": "^2.1.4",
"bufferutil": "^4.0.1",
"coveralls": "^3.0.3",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.0.1",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
@@ -85,7 +84,7 @@
"scripts": {
"integration": "mocha --throw-deprecation test/*.integration.js",
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
"test": "nyc --reporter=html --reporter=text mocha --throw-deprecation test/*.test.js"
"test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
},
"version": "7.4.1"
"version": "7.4.4"
}