some stuff

This commit is contained in:
john 2024-12-03 17:10:40 +01:00
parent 08ad294d46
commit 6cbf15b783
11 changed files with 165 additions and 5 deletions

17
deno.lock generated Normal file
View file

@ -0,0 +1,17 @@
{
"version": "4",
"specifiers": {
"jsr:@std/path@^1.0.7": "1.0.7"
},
"jsr": {
"@std/path@1.0.7": {
"integrity": "76a689e07f0e15dcc6002ec39d0866797e7156629212b28f27179b8a5c3b33a1"
}
},
"workspace": {
"dependencies": [
"jsr:@std/fs@^1.0.5",
"jsr:@std/path@^1.0.7"
]
}
}