This commit is contained in:
Raphix
2023-04-11 22:26:27 +02:00
parent 2a62ebc2f6
commit 31ba11951b
6 changed files with 204 additions and 15 deletions

63
package-lock.json generated
View File

@ -1,16 +1,17 @@
{
"name": "subsonics-discord",
"version": "1.0.0",
"version": "4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "subsonics-discord",
"version": "1.0.0",
"version": "4.0",
"dependencies": {
"discord.js": "^14.9.0",
"erela.js": "^2.4.0",
"nodemon": "^2.0.22"
"nodemon": "^2.0.22",
"ytfps": "^1.1.0"
}
},
"node_modules/@discordjs/builders": {
@ -141,6 +142,14 @@
"node": ">= 8"
}
},
"node_modules/axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"dependencies": {
"follow-redirects": "^1.14.0"
}
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
@ -298,6 +307,25 @@
"node": ">=8"
}
},
"node_modules/follow-redirects": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
"node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
@ -716,6 +744,14 @@
"optional": true
}
}
},
"node_modules/ytfps": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ytfps/-/ytfps-1.1.0.tgz",
"integrity": "sha512-uev6HLs/cGsjPFiF4wfW93g03Da0SUhIG+n+Wfv25VOEWaXuwP/H5hNv1pa0JP8cAnfr8NG+rOM3JPswzq+Q3Q==",
"dependencies": {
"axios": "^0.21.1"
}
}
},
"dependencies": {
@ -817,6 +853,14 @@
"picomatch": "^2.0.4"
}
},
"axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"requires": {
"follow-redirects": "^1.14.0"
}
},
"balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
@ -939,6 +983,11 @@
"to-regex-range": "^5.0.1"
}
},
"follow-redirects": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA=="
},
"fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
@ -1206,6 +1255,14 @@
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {}
},
"ytfps": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ytfps/-/ytfps-1.1.0.tgz",
"integrity": "sha512-uev6HLs/cGsjPFiF4wfW93g03Da0SUhIG+n+Wfv25VOEWaXuwP/H5hNv1pa0JP8cAnfr8NG+rOM3JPswzq+Q3Q==",
"requires": {
"axios": "^0.21.1"
}
}
}
}