-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
64 lines (64 loc) · 2 KB
/
Copy pathdeno.lock
File metadata and controls
64 lines (64 loc) · 2 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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@std/assert@^1.0.0": "jsr:@std/assert@1.0.16",
"jsr:@std/assert@^1.0.15": "jsr:@std/assert@1.0.16",
"jsr:@std/bytes@^1.0.6": "jsr:@std/bytes@1.0.6",
"jsr:@std/csv@^1.0.0": "jsr:@std/csv@1.0.6",
"jsr:@std/internal@^1.0.12": "jsr:@std/internal@1.0.12",
"jsr:@std/path@^1.0.0": "jsr:@std/path@1.1.4",
"jsr:@std/streams@^1.0.9": "jsr:@std/streams@1.0.16",
"jsr:@std/testing@^1.0.0": "jsr:@std/testing@1.0.16"
},
"jsr": {
"@std/assert@1.0.16": {
"integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532",
"dependencies": [
"jsr:@std/internal@^1.0.12"
]
},
"@std/bytes@1.0.6": {
"integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
},
"@std/csv@1.0.6": {
"integrity": "52ef0e62799a0028d278fa04762f17f9bd263fad9a8e7f98c14fbd371d62d9fd",
"dependencies": [
"jsr:@std/streams@^1.0.9"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
},
"@std/path@1.1.4": {
"integrity": "1d2d43f39efb1b42f0b1882a25486647cb851481862dc7313390b2bb044314b5",
"dependencies": [
"jsr:@std/internal@^1.0.12"
]
},
"@std/streams@1.0.16": {
"integrity": "85030627befb1767c60d4f65cb30fa2f94af1d6ee6e5b2515b76157a542e89c4",
"dependencies": [
"jsr:@std/bytes@^1.0.6"
]
},
"@std/testing@1.0.16": {
"integrity": "a917ffdeb5924c9be436dc78bc32e511760e14d3a96e49c607fc5ecca86d0092",
"dependencies": [
"jsr:@std/assert@^1.0.15",
"jsr:@std/internal@^1.0.12"
]
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.0",
"jsr:@std/csv@^1.0.0",
"jsr:@std/fs@^1.0.0",
"jsr:@std/path@^1.0.0",
"jsr:@std/testing@^1.0.0"
]
}
}