Initial commit

This commit is contained in:
2024-11-13 20:07:09 -05:00
commit 1bc82ab1fc
4 changed files with 106 additions and 0 deletions

30
deno.lock generated Normal file
View File

@@ -0,0 +1,30 @@
{
"version": "4",
"specifiers": {
"jsr:@std/assert@1": "1.0.8",
"jsr:@std/internal@^1.0.5": "1.0.5",
"npm:chalk@^5.3.0": "5.3.0"
},
"jsr": {
"@std/assert@1.0.8": {
"integrity": "ebe0bd7eb488ee39686f77003992f389a06c3da1bbd8022184804852b2fa641b",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/internal@1.0.5": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
}
},
"npm": {
"chalk@5.3.0": {
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1",
"npm:chalk@^5.3.0"
]
}
}