remove ffmpeg

This commit is contained in:
Mylloon 2023-02-04 19:19:43 +01:00
parent 22475d4d11
commit 1fabba3c3a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 0 additions and 28 deletions

27
package-lock.json generated
View file

@ -16,7 +16,6 @@
"discord-api-types": "^0.36.3",
"discord-player": "^5.4.0",
"discord.js": "^14.3.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"sqlite3": "^5.0.11",
"typescript": "^4.7.4",
@ -1665,14 +1664,6 @@
"reusify": "^1.0.4"
}
},
"node_modules/ffmpeg": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/ffmpeg/-/ffmpeg-0.0.4.tgz",
"integrity": "sha512-3TgWUJJlZGQn+crJFyhsO/oNeRRnGTy6GhgS98oUCIfZrOW5haPPV7DUfOm3xJcHr5q3TJpjk2GudPutrNisRA==",
"dependencies": {
"when": ">= 0.0.1"
}
},
"node_modules/ffmpeg-static": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-5.1.0.tgz",
@ -3969,11 +3960,6 @@
"webidl-conversions": "^3.0.0"
}
},
"node_modules/when": {
"version": "3.7.8",
"resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz",
"integrity": "sha512-5cZ7mecD3eYcMiCH4wtRPA5iFJZ50BJYDfckI5RRpQiktMiYTcn0ccLTZOvcbBume+1304fQztxeNzNS9Gvrnw=="
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
@ -5326,14 +5312,6 @@
"reusify": "^1.0.4"
}
},
"ffmpeg": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/ffmpeg/-/ffmpeg-0.0.4.tgz",
"integrity": "sha512-3TgWUJJlZGQn+crJFyhsO/oNeRRnGTy6GhgS98oUCIfZrOW5haPPV7DUfOm3xJcHr5q3TJpjk2GudPutrNisRA==",
"requires": {
"when": ">= 0.0.1"
}
},
"ffmpeg-static": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-5.1.0.tgz",
@ -6992,11 +6970,6 @@
"webidl-conversions": "^3.0.0"
}
},
"when": {
"version": "3.7.8",
"resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz",
"integrity": "sha512-5cZ7mecD3eYcMiCH4wtRPA5iFJZ50BJYDfckI5RRpQiktMiYTcn0ccLTZOvcbBume+1304fQztxeNzNS9Gvrnw=="
},
"which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",

View file

@ -23,7 +23,6 @@
"discord-api-types": "^0.36.3",
"discord-player": "^5.4.0",
"discord.js": "^14.3.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"sqlite3": "^5.0.11",
"typescript": "^4.7.4",