big update

This commit is contained in:
2026-01-01 21:27:58 -05:00
parent a1b7382288
commit 933d47c150
27 changed files with 184 additions and 73 deletions

23
deno.lock generated
View File

@@ -2,8 +2,11 @@
"version": "5",
"specifiers": {
"jsr:@std/assert@1": "1.0.16",
"jsr:@std/dotenv@~0.225.6": "0.225.6",
"jsr:@std/fs@^1.0.21": "1.0.21",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/media-types@^1.1.0": "1.1.0"
"jsr:@std/media-types@^1.1.0": "1.1.0",
"jsr:@std/path@^1.1.4": "1.1.4"
},
"jsr": {
"@std/assert@1.0.16": {
@@ -12,16 +15,34 @@
"jsr:@std/internal"
]
},
"@std/dotenv@0.225.6": {
"integrity": "1d6f9db72f565bd26790fa034c26e45ecb260b5245417be76c2279e5734c421b"
},
"@std/fs@1.0.21": {
"integrity": "d720fe1056d78d43065a4d6e0eeb2b19f34adb8a0bc7caf3a4dbf1d4178252cd",
"dependencies": [
"jsr:@std/internal",
"jsr:@std/path"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
},
"@std/media-types@1.1.0": {
"integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4"
},
"@std/path@1.1.4": {
"integrity": "1d2d43f39efb1b42f0b1882a25486647cb851481862dc7313390b2bb044314b5",
"dependencies": [
"jsr:@std/internal"
]
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1",
"jsr:@std/dotenv@~0.225.6",
"jsr:@std/fs@^1.0.21",
"jsr:@std/media-types@^1.1.0"
]
}