-
Notifications
You must be signed in to change notification settings - Fork 2
/
deno.lock
37 lines (37 loc) · 3.27 KB
/
deno.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"version": "3",
"remote": {
"https://deno.land/std@0.86.0/_util/assert.ts": "2f868145a042a11d5ad0a3c748dcf580add8a0dbc0e876eaa0026303a5488f58",
"https://deno.land/std@0.86.0/async/deferred.ts": "f89ed49ba5e1dd0227c6bd5b23f017be46c3f92e4f0338dda08ff5aa54b9f6c9",
"https://deno.land/std@0.86.0/async/delay.ts": "9de1d8d07d1927767ab7f82434b883f3d8294fb19cad819691a2ad81a728cf3d",
"https://deno.land/std@0.86.0/async/mod.ts": "253b41c658d768613eacfb11caa0a9ca7148442f932018a45576f7f27554c853",
"https://deno.land/std@0.86.0/async/mux_async_iterator.ts": "b9091909db04cdb0af6f7807677372f64c1488de6c4bd86004511b064bf230d6",
"https://deno.land/std@0.86.0/async/pool.ts": "876f9e6815366cd017a3b4fbb9e9ae40310b1b6972f1bd541c94358bc11fb7e5",
"https://deno.land/std@0.86.0/bytes/mod.ts": "1ae1ccfe98c4b979f12b015982c7444f81fcb921bea7aa215bf37d84f46e1e13",
"https://deno.land/std@0.86.0/datetime/formatter.ts": "bf7befcd2c55c3060be199ebc10e40f9c33aef6141c20f7c781d03beef25a49e",
"https://deno.land/std@0.86.0/datetime/mod.ts": "c62a2c7e9d364f8d007f0f2496a4850a0f0790adb529de1988359d8d54f6103c",
"https://deno.land/std@0.86.0/datetime/tokenizer.ts": "492bb6251e75e0c03d5a89a66bd2b03e08e9cbc298d51e002cf59378aaa32c48",
"https://deno.land/std@0.86.0/encoding/base64.ts": "eecae390f1f1d1cae6f6c6d732ede5276bf4b9cd29b1d281678c054dc5cc009e",
"https://deno.land/std@0.86.0/encoding/base64url.ts": "58e369ff130ac4b6d0661fe5189b93f839a91327b086f355c0ce0c74ec5e7c6c",
"https://deno.land/std@0.86.0/encoding/utf8.ts": "ce9becd1224dea119636a4cdcbce9dae016eb2cce4154d4fa352da166321a7b8",
"https://deno.land/std@0.86.0/hash/sha256.ts": "2a06afd9c27942b87ffc8a93b3270065b5fe4ea144fe0939e5d050bfb86d40db",
"https://deno.land/std@0.86.0/hash/sha512.ts": "879e99a4c20d10ddadbe02a643a69565dfbabffc5fa7ddacff3ebcdb664b554c",
"https://deno.land/std@0.86.0/http/_io.ts": "4c64f9897779ad9fe2377f5eecf70731acd6a05b10d47a87d4a42fd6e772a354",
"https://deno.land/std@0.86.0/http/cookie.ts": "deb161ff1a8b9812905cbee2f1a7da70d1e08e215ff32c1c2c7cfa6192e1a8a2",
"https://deno.land/std@0.86.0/http/http_status.ts": "ebaa9bebfb8adc3d7b20c49e11037e4eefd79629ad80d81383933f4cdc91b3eb",
"https://deno.land/std@0.86.0/http/mod.ts": "2c27735357f9e722c8396661089231f74631911ccb3c677e0b7b9f00492c2742",
"https://deno.land/std@0.86.0/http/server.ts": "7d393332295f839bfb99b094c382fc342874c315617c14acbb8e8b294c997bc9",
"https://deno.land/std@0.86.0/io/bufio.ts": "60d292248c8b32b3d8d13a4336b0c381b2dce5b9c9b50a4930205dea87eaf456",
"https://deno.land/std@0.86.0/textproto/mod.ts": "d0fe22dbc44095c388a290027ff42a5f4f4b33d1f19fde765066dd588152d67a",
"https://deno.land/x/cookies@1.0.0/deps.ts": "4688004d833bd9ccb7cca2b06cde7d5a0e7a27fcad90c5c3fb84a65530bb408f",
"https://deno.land/x/cookies@1.0.0/mod.ts": "30e6aa3c42190c5f27fcd7a89ecbd7856e7c37f79c154bbe0cd3d062aedd83ca",
"https://deno.land/x/keygrip@v2.0.0/deps.ts": "9be0b2be0b37dc34c192b6e2cb4f153235770e9c389daf114e550463211a138c",
"https://deno.land/x/keygrip@v2.0.0/mod.ts": "23e39c2715598fb6c2a79c44da6fdd020811ab4270c38176fab57b0773e182f7",
"https://deno.land/x/ms@v0.1.0/ms.ts": "13014fdf12808df48f6e557cc3be22d24db5b8e29b687d710f9012df3428d2c8"
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1"
]
}
}