-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
82 lines (82 loc) · 2.46 KB
/
deno.lock
File metadata and controls
82 lines (82 loc) · 2.46 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
{
"version": "4",
"specifiers": {
"jsr:@std/assert@0.224": "0.224.0",
"jsr:@std/assert@^1.0.12": "1.0.12",
"jsr:@std/bytes@^1.0.5": "1.0.5",
"jsr:@std/data-structures@^1.0.6": "1.0.6",
"jsr:@std/expect@*": "1.0.15",
"jsr:@std/flags@0.224": "0.224.0",
"jsr:@std/fs@^1.0.16": "1.0.16",
"jsr:@std/internal@^1.0.6": "1.0.6",
"jsr:@std/io@~0.225.2": "0.225.2",
"jsr:@std/path@^1.0.8": "1.0.8",
"jsr:@std/testing@*": "1.0.11",
"jsr:@std/testing@^1.0.11": "1.0.11"
},
"jsr": {
"@std/assert@0.224.0": {
"integrity": "8643233ec7aec38a940a8264a6e3eed9bfa44e7a71cc6b3c8874213ff401967f"
},
"@std/assert@1.0.12": {
"integrity": "08009f0926dda9cbd8bef3a35d3b6a4b964b0ab5c3e140a4e0351fbf34af5b9a",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/bytes@1.0.5": {
"integrity": "4465dd739d7963d964c809202ebea6d5c6b8e3829ef25c6a224290fbb8a1021e"
},
"@std/data-structures@1.0.6": {
"integrity": "76a7fd8080c66604c0496220a791860492ab21a04a63a969c0b9a0609bbbb760"
},
"@std/expect@1.0.15": {
"integrity": "eca360007b5a7f13dbfa1294224baee7fb98dcd460d8461fe64eeae302902945",
"dependencies": [
"jsr:@std/assert@^1.0.12",
"jsr:@std/internal"
]
},
"@std/flags@0.224.0": {
"integrity": "d40eaf58c356b2e1313c6d4e62dc28b614aad2ddae6f5ff72a969e0b1f5ad689",
"dependencies": [
"jsr:@std/assert@0.224"
]
},
"@std/fs@1.0.16": {
"integrity": "81878f62b6eeda0bf546197fc3daa5327c132fee1273f6113f940784a468b036",
"dependencies": [
"jsr:@std/path"
]
},
"@std/internal@1.0.6": {
"integrity": "9533b128f230f73bd209408bb07a4b12f8d4255ab2a4d22a1fd6d87304aca9a4"
},
"@std/io@0.225.2": {
"integrity": "3c740cd4ee4c082e6cfc86458f47e2ab7cb353dc6234d5e9b1f91a2de5f4d6c7",
"dependencies": [
"jsr:@std/bytes"
]
},
"@std/path@1.0.8": {
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
},
"@std/testing@1.0.11": {
"integrity": "12b3db12d34f0f385a26248933bde766c0f8c5ad8b6ab34d4d38f528ab852f48",
"dependencies": [
"jsr:@std/assert@^1.0.12",
"jsr:@std/data-structures",
"jsr:@std/fs",
"jsr:@std/internal",
"jsr:@std/path"
]
}
},
"workspace": {
"dependencies": [
"jsr:@std/flags@0.224",
"jsr:@std/io@~0.225.2",
"jsr:@std/testing@^1.0.11"
]
}
}