-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
66 lines (66 loc) · 2.19 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert": "jsr:@std/assert@1.0.5",
"jsr:@std/assert@1": "jsr:@std/assert@1.0.6",
"jsr:@std/assert@^1.0.6": "jsr:@std/assert@1.0.6",
"jsr:@std/data-structures@^1.0.4": "jsr:@std/data-structures@1.0.4",
"jsr:@std/fs@^1.0.4": "jsr:@std/fs@1.0.5",
"jsr:@std/internal@^1.0.3": "jsr:@std/internal@1.0.3",
"jsr:@std/internal@^1.0.4": "jsr:@std/internal@1.0.4",
"jsr:@std/path@^1.0.6": "jsr:@std/path@1.0.7",
"jsr:@std/path@^1.0.7": "jsr:@std/path@1.0.7",
"jsr:@std/testing@^1.0.3": "jsr:@std/testing@1.0.3"
},
"jsr": {
"@std/assert@1.0.5": {
"integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
"dependencies": [
"jsr:@std/internal@^1.0.3"
]
},
"@std/assert@1.0.6": {
"integrity": "1904c05806a25d94fe791d6d883b685c9e2dcd60e4f9fc30f4fc5cf010c72207",
"dependencies": [
"jsr:@std/internal@^1.0.4"
]
},
"@std/data-structures@1.0.4": {
"integrity": "fa0e20c11eb9ba673417450915c750a0001405a784e2a4e0c3725031681684a0"
},
"@std/fs@1.0.5": {
"integrity": "41806ad6823d0b5f275f9849a2640d87e4ef67c51ee1b8fb02426f55e02fd44e",
"dependencies": [
"jsr:@std/path@^1.0.7"
]
},
"@std/internal@1.0.3": {
"integrity": "208e9b94a3d5649bd880e9ca38b885ab7651ab5b5303a56ed25de4755fb7b11e"
},
"@std/internal@1.0.4": {
"integrity": "62e8e4911527e5e4f307741a795c0b0a9e6958d0b3790716ae71ce085f755422"
},
"@std/path@1.0.7": {
"integrity": "76a689e07f0e15dcc6002ec39d0866797e7156629212b28f27179b8a5c3b33a1"
},
"@std/testing@1.0.3": {
"integrity": "f98c2bee53860a5916727d7e7d3abe920dd6f9edace022e2d059f00d05c2cf42",
"dependencies": [
"jsr:@std/assert@^1.0.6",
"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"
]
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.6",
"jsr:@std/testing@^1.0.3"
]
}
}