-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
54 lines (54 loc) · 1.79 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@beast/compat@^0.2.5": "jsr:@beast/[email protected]",
"jsr:@crayon/[email protected]": "jsr:@crayon/[email protected]",
"jsr:@std/assert@^0.221.0": "jsr:@std/[email protected]",
"jsr:@std/fmt@^0.221.0": "jsr:@std/[email protected]",
"npm:@types/node": "npm:@types/[email protected]",
"npm:chalk-template": "npm:[email protected]"
},
"jsr": {
"@beast/[email protected]": {
"integrity": "f65f509c741584e3282d975d81c91a152441f77ea8c17ec51a4b757e6632d412"
},
"@crayon/[email protected]": {
"integrity": "812afa0488d6b2a3691d23540493b2280e627ed0aa88ed8161625327b24467b2"
},
"@std/[email protected]": {
"integrity": "a5f1aa6e7909dbea271754fd4ab3f4e687aeff4873b4cef9a320af813adb489a",
"dependencies": [
"jsr:@std/fmt@^0.221.0"
]
},
"@std/[email protected]": {
"integrity": "379fed69bdd9731110f26b9085aeb740606b20428ce6af31ef6bd45ef8efa62a"
}
},
"npm": {
"@types/[email protected]": {
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==",
"dependencies": {}
},
"[email protected]": {
"integrity": "sha512-T2VJbcDuZQ0Tb2EWwSotMPJjgpy1/tGee1BTpUNsGZ/qgNjV2t7Mvu+d4600U564nbLesN1x2dPL+xii174Ekg==",
"dependencies": {
"chalk": "[email protected]"
}
},
"[email protected]": {
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
"dependencies": {}
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@beast/compat@^0.2.5",
"jsr:@crayon/[email protected]",
"jsr:@std/assert@^0.221.0"
]
}
}