Big Update

This commit is contained in:
2025-03-25 21:48:41 +01:00
parent ec6b611646
commit 18605dfc64
16 changed files with 615 additions and 63 deletions

16
npm-shrinkwrap.json generated
View File

@@ -1,15 +1,16 @@
{
"name": "virtueller-stundenplan",
"version": "0.0.2",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "virtueller-stundenplan",
"version": "0.0.2",
"version": "1.0.0",
"license": "CC-BY-NC-4.0",
"dependencies": {
"axios": "^1.8.4"
"axios": "^1.8.4",
"luxon": "^3.5.0"
}
},
"node_modules/asynckit": {
@@ -254,6 +255,15 @@
"node": ">= 0.4"
}
},
"node_modules/luxon": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz",
"integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==",
"license": "MIT",
"engines": {
"node": ">=12"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",