-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
40 lines (40 loc) · 1.11 KB
/
Copy pathdeno.lock
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"version": "5",
"specifiers": {
"jsr:@std/assert@^1.0.16": "1.0.16",
"jsr:@std/bytes@^1.0.5": "1.0.6",
"jsr:@std/encoding@^1.0.10": "1.0.10",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/io@~0.225.2": "0.225.2"
},
"jsr": {
"@std/assert@1.0.16": {
"integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/bytes@1.0.6": {
"integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
},
"@std/encoding@1.0.10": {
"integrity": "8783c6384a2d13abd5e9e87a7ae0520a30e9f56aeeaa3bdf910a3eaaf5c811a1"
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
},
"@std/io@0.225.2": {
"integrity": "3c740cd4ee4c082e6cfc86458f47e2ab7cb353dc6234d5e9b1f91a2de5f4d6c7",
"dependencies": [
"jsr:@std/bytes"
]
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.16",
"jsr:@std/encoding@^1.0.10",
"jsr:@std/io@~0.225.2"
]
}
}