feature: initial commit
This commit is contained in:
commit
2c27f003c9
15 changed files with 1601 additions and 0 deletions
92
deno.lock
generated
Normal file
92
deno.lock
generated
Normal file
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"version": "5",
|
||||
"specifiers": {
|
||||
"jsr:@andyburke/fsdb@0.4": "0.4.0",
|
||||
"jsr:@andyburke/lurid@0.2": "0.2.0",
|
||||
"jsr:@andyburke/serverus@^0.0.12": "0.0.12",
|
||||
"jsr:@std/async@^1.0.13": "1.0.13",
|
||||
"jsr:@std/cli@^1.0.19": "1.0.20",
|
||||
"jsr:@std/cli@^1.0.20": "1.0.20",
|
||||
"jsr:@std/encoding@1": "1.0.10",
|
||||
"jsr:@std/encoding@^1.0.10": "1.0.10",
|
||||
"jsr:@std/fmt@^1.0.6": "1.0.8",
|
||||
"jsr:@std/fs@^1.0.14": "1.0.18",
|
||||
"jsr:@std/fs@^1.0.18": "1.0.18",
|
||||
"jsr:@std/http@^1.0.13": "1.0.17",
|
||||
"jsr:@std/media-types@^1.1.0": "1.1.0",
|
||||
"jsr:@std/path@^1.0.8": "1.1.0",
|
||||
"jsr:@std/path@^1.1.0": "1.1.0",
|
||||
"jsr:@stdext/crypto@0.1": "0.1.0"
|
||||
},
|
||||
"jsr": {
|
||||
"@andyburke/fsdb@0.4.0": {
|
||||
"integrity": "13ff46528835e6eaf5ff57fcd1bdd97020d608e6d1e03a38be0d162d1bbbace1",
|
||||
"dependencies": [
|
||||
"jsr:@std/cli@^1.0.20",
|
||||
"jsr:@std/fs@^1.0.18",
|
||||
"jsr:@std/path@^1.1.0"
|
||||
]
|
||||
},
|
||||
"@andyburke/lurid@0.2.0": {
|
||||
"integrity": "c5b51e56ef8457b9ef56c060bd9db817a90d8e4784506e348110900286574ce5",
|
||||
"dependencies": [
|
||||
"jsr:@std/cli@^1.0.19"
|
||||
]
|
||||
},
|
||||
"@andyburke/serverus@0.0.12": {
|
||||
"integrity": "051cbffd30577e39ca604e009c3870c4b32b7e4118f2da58fc18ec05afa5b5bb",
|
||||
"dependencies": [
|
||||
"jsr:@std/async",
|
||||
"jsr:@std/cli@^1.0.19",
|
||||
"jsr:@std/fmt",
|
||||
"jsr:@std/fs@^1.0.14",
|
||||
"jsr:@std/http",
|
||||
"jsr:@std/media-types",
|
||||
"jsr:@std/path@^1.0.8"
|
||||
]
|
||||
},
|
||||
"@std/async@1.0.13": {
|
||||
"integrity": "1d76ca5d324aef249908f7f7fe0d39aaf53198e5420604a59ab5c035adc97c96"
|
||||
},
|
||||
"@std/cli@1.0.20": {
|
||||
"integrity": "a8c384a2c98cec6ec6a2055c273a916e2772485eb784af0db004c5ab8ba52333"
|
||||
},
|
||||
"@std/encoding@1.0.10": {
|
||||
"integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1"
|
||||
},
|
||||
"@std/fmt@1.0.8": {
|
||||
"integrity": "71e1fc498787e4434d213647a6e43e794af4fd393ef8f52062246e06f7e372b7"
|
||||
},
|
||||
"@std/fs@1.0.18": {
|
||||
"integrity": "24bcad99eab1af4fde75e05da6e9ed0e0dce5edb71b7e34baacf86ffe3969f3a",
|
||||
"dependencies": [
|
||||
"jsr:@std/path@^1.1.0"
|
||||
]
|
||||
},
|
||||
"@std/http@1.0.17": {
|
||||
"integrity": "98aec8ab4080d95c21f731e3008f69c29c5012d12f1b4e553f85935db601569f"
|
||||
},
|
||||
"@std/media-types@1.1.0": {
|
||||
"integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4"
|
||||
},
|
||||
"@std/path@1.1.0": {
|
||||
"integrity": "ddc94f8e3c275627281cbc23341df6b8bcc874d70374f75fec2533521e3d6886"
|
||||
},
|
||||
"@stdext/crypto@0.1.0": {
|
||||
"integrity": "05dc9e754c2529574d8bf98bd40c7dc468a02dcb2fa5e8644fff6813ceab66a4",
|
||||
"dependencies": [
|
||||
"jsr:@std/encoding@1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"workspace": {
|
||||
"dependencies": [
|
||||
"jsr:@andyburke/fsdb@0.4",
|
||||
"jsr:@andyburke/lurid@0.2",
|
||||
"jsr:@andyburke/serverus@^0.0.12",
|
||||
"jsr:@std/encoding@^1.0.10",
|
||||
"jsr:@std/path@^1.1.0",
|
||||
"jsr:@stdext/crypto@0.1"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue