-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
94 lines (94 loc) · 3.33 KB
/
deno.lock
File metadata and controls
94 lines (94 loc) · 3.33 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"version": "5",
"specifiers": {
"jsr:@denosaurs/plug@^1.0.6": "1.1.0",
"jsr:@miyauci/rfd@1": "1.0.0",
"jsr:@std/assert@1": "1.0.19",
"jsr:@std/assert@^1.0.17": "1.0.19",
"jsr:@std/encoding@1": "1.0.10",
"jsr:@std/fmt@1": "1.0.9",
"jsr:@std/fs@1": "1.0.23",
"jsr:@std/fs@^1.0.23": "1.0.23",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/path@1": "1.1.4",
"jsr:@std/path@^1.1.4": "1.1.4",
"jsr:@std/testing@1": "1.0.17",
"jsr:@zip-js/zip-js@^2.8.21": "2.8.21"
},
"jsr": {
"@denosaurs/plug@1.1.0": {
"integrity": "eb2f0b7546c7bca2000d8b0282c54d50d91cf6d75cb26a80df25a6de8c4bc044",
"dependencies": [
"jsr:@std/encoding",
"jsr:@std/fmt",
"jsr:@std/fs@1",
"jsr:@std/path@1"
]
},
"@miyauci/rfd@1.0.0": {
"integrity": "be8b7b21fc79fd657cac6b7f7a94ab9ffe40ea0c63c1984d4d4360cd1759923a",
"dependencies": [
"jsr:@denosaurs/plug"
]
},
"@std/assert@1.0.19": {
"integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/encoding@1.0.10": {
"integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1"
},
"@std/fmt@1.0.9": {
"integrity": "2487343e8899fb2be5d0e3d35013e54477ada198854e52dd05ed0422eddcabe0"
},
"@std/fs@1.0.23": {
"integrity": "3ecbae4ce4fee03b180fa710caff36bb5adb66631c46a6460aaad49515565a37",
"dependencies": [
"jsr:@std/internal",
"jsr:@std/path@^1.1.4"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
},
"@std/path@1.1.4": {
"integrity": "1d2d43f39efb1b42f0b1882a25486647cb851481862dc7313390b2bb044314b5",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/testing@1.0.17": {
"integrity": "87bdc2700fa98249d48a17cd72413352d3d3680dcfbdb64947fd0982d6bbf681",
"dependencies": [
"jsr:@std/assert@^1.0.17"
]
},
"@zip-js/zip-js@2.8.21": {
"integrity": "0787af769e7ed64f0728beba0dd7b52a57d26f202c08c54f0200a48d1c38845d"
}
},
"redirects": {
"https://deno.land/x/webui/mod.ts": "https://deno.land/x/webui@2.5.13/mod.ts"
},
"remote": {
"https://deno.land/x/webui@2.5.13/deno.json": "533791ee2a3f2bd716b10b7ff1d0d4e7aa9c87c5f07944067c8b57117ca501d8",
"https://deno.land/x/webui@2.5.13/deps.ts": "c10de0be0b0e7541b4c281755480031ba6e95d995409fcd4f6eac2258aff1fa9",
"https://deno.land/x/webui@2.5.13/mod.ts": "c602b672baaeca93e07cb5fcae2013713d5ef127bddf87e65419f897f1e9fba3",
"https://deno.land/x/webui@2.5.13/src/lib.ts": "1db16bd855a3282b57ef0c11333ad4ddb353050802d6a1ad216b870c31d1fc09",
"https://deno.land/x/webui@2.5.13/src/types.ts": "969e8b75d6d9d6b23c4e26ce1cb4adcf34607df4c6d665f73a36091f1caecf49",
"https://deno.land/x/webui@2.5.13/src/utils.ts": "37d26ec3c0160da746f2367cd2ea4ebad1552965d0d0b3f5338a7876698e7486",
"https://deno.land/x/webui@2.5.13/src/webui.ts": "eb4e35890f5329ad6b9ab00ff405c88b2fec6a65acd0629aecde52eec9c2062d"
},
"workspace": {
"dependencies": [
"jsr:@miyauci/rfd@1",
"jsr:@std/assert@1",
"jsr:@std/fs@^1.0.23",
"jsr:@std/path@1",
"jsr:@std/testing@1",
"jsr:@zip-js/zip-js@^2.8.21"
]
}
}