-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
102 lines (102 loc) · 3.65 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
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
95
96
97
98
99
100
101
102
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@core/match@^0.3.1": "jsr:@core/[email protected]",
"jsr:@core/[email protected]": "jsr:@core/[email protected]",
"jsr:@std/assert@^1.0.0": "jsr:@std/[email protected]",
"jsr:@std/assert@^1.0.6": "jsr:@std/[email protected]",
"jsr:@std/async@^1.0.5": "jsr:@std/[email protected]",
"jsr:@std/collections@^1.0.0": "jsr:@std/[email protected]",
"jsr:@std/data-structures@^1.0.4": "jsr:@std/[email protected]",
"jsr:@std/fs@^1.0.4": "jsr:@std/[email protected]",
"jsr:@std/internal@^1.0.4": "jsr:@std/[email protected]",
"jsr:@std/path@^1.0.6": "jsr:@std/[email protected]",
"jsr:@std/testing@^1.0.0": "jsr:@std/[email protected]",
"npm:@swc/wasm-web@^1.7.4": "npm:@swc/[email protected]",
"npm:dedent@^1.5.3": "npm:[email protected]",
"npm:[email protected]": "npm:[email protected]"
},
"jsr": {
"@core/[email protected]": {
"integrity": "020bb0199f56877daf270a457bfeee19daa8c721819d36dc987c2a9df7cca4fd",
"dependencies": [
"jsr:@core/[email protected]",
"npm:[email protected]"
]
},
"@core/[email protected]": {
"integrity": "bff7ab4a2f554bbade301127519523b0d3baa4273ecbed51287133ac00a48738"
},
"@std/[email protected]": {
"integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
"dependencies": [
"jsr:@std/internal@^1.0.3"
]
},
"@std/[email protected]": {
"integrity": "1904c05806a25d94fe791d6d883b685c9e2dcd60e4f9fc30f4fc5cf010c72207",
"dependencies": [
"jsr:@std/internal@^1.0.4"
]
},
"@std/[email protected]": {
"integrity": "31d68214bfbb31bd4c6022401d484e3964147c76c9220098baa703a39b6c2da6"
},
"@std/[email protected]": {
"integrity": "4f58104ead08a04a2199374247f07befe50ba01d9cca8cbb23ab9a0419921e71"
},
"@std/[email protected]": {
"integrity": "fa0e20c11eb9ba673417450915c750a0001405a784e2a4e0c3725031681684a0"
},
"@std/[email protected]": {
"integrity": "2907d32d8d1d9e540588fd5fe0ec21ee638134bd51df327ad4e443aaef07123c",
"dependencies": [
"jsr:@std/path@^1.0.6"
]
},
"@std/[email protected]": {
"integrity": "62e8e4911527e5e4f307741a795c0b0a9e6958d0b3790716ae71ce085f755422"
},
"@std/[email protected]": {
"integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed"
},
"@std/[email protected]": {
"integrity": "f98c2bee53860a5916727d7e7d3abe920dd6f9edace022e2d059f00d05c2cf42",
"dependencies": [
"jsr:@std/assert@^1.0.6",
"jsr:@std/async@^1.0.5",
"jsr:@std/data-structures@^1.0.4",
"jsr:@std/fs@^1.0.4",
"jsr:@std/internal@^1.0.4",
"jsr:@std/path@^1.0.6"
]
}
},
"npm": {
"@swc/[email protected]": {
"integrity": "sha512-NVSLa+oopBT+T5aYTRweydYfu/soJwth+ZccgA9DlTq6qddCBXNI7huy9Sxw35ug0OTAY0lHwYCZeglXSv+HRg==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==",
"dependencies": {}
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@core/match@^0.3.1",
"jsr:@std/assert@^1.0.0",
"jsr:@std/collections@^1.0.0",
"jsr:@std/testing@^1.0.0",
"npm:@swc/wasm-web@^1.7.4",
"npm:dedent@^1.5.3"
]
}
}