updated ALL

This commit is contained in:
snus xD
2025-07-20 16:56:52 +05:00
parent 3aac4cc722
commit 7517a1785a
2205 changed files with 6850 additions and 2835 deletions

23
package-lock.json generated
View File

@@ -1,13 +1,26 @@
{
"name": "DELTASPRITEnew",
"name": "DELTASPRITE",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"adm-zip": "^0.5.16"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/node": "^24.0.15"
}
},
"node_modules/@types/adm-zip": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.7.tgz",
"integrity": "sha512-DNEs/QvmyRLurdQPChqq0Md4zGvPwHerAJYWk9l2jCbD1VPpnzRJorOdiq4zsw09NFbYnhfsoEhWtxIzXpn2yw==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/node": {
"version": "24.0.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.15.tgz",
@@ -17,6 +30,14 @@
"undici-types": "~7.8.0"
}
},
"node_modules/adm-zip": {
"version": "0.5.16",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
"integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==",
"engines": {
"node": ">=12.0"
}
},
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",