-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
67 lines (67 loc) · 2.04 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
67
{
"version": "4",
"specifiers": {
"jsr:@std/assert@^1.0.1": "1.0.6",
"jsr:@std/bytes@^1.0.0-rc.3": "1.0.2",
"jsr:@std/cli@1": "1.0.6",
"jsr:@std/csv@~0.224.3": "0.224.3",
"jsr:@std/fmt@~0.225.6": "0.225.6",
"jsr:@std/internal@^1.0.4": "1.0.4",
"jsr:@std/path@^1.0.2": "1.0.6",
"jsr:@std/streams@~0.224.4": "0.224.5",
"jsr:@std/text@^1.0.7": "1.0.7",
"jsr:@std/yaml@~0.224.3": "0.224.3"
},
"jsr": {
"@std/assert@1.0.6": {
"integrity": "1904c05806a25d94fe791d6d883b685c9e2dcd60e4f9fc30f4fc5cf010c72207",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/bytes@1.0.2": {
"integrity": "fbdee322bbd8c599a6af186a1603b3355e59a5fb1baa139f8f4c3c9a1b3e3d57"
},
"@std/cli@1.0.6": {
"integrity": "d22d8b38c66c666d7ad1f2a66c5b122da1704f985d3c47f01129f05abb6c5d3d"
},
"@std/csv@0.224.3": {
"integrity": "cf9cb88954a029b9997a613f67771d39b4d1602c8ea1a289328c89b48460fae3",
"dependencies": [
"jsr:@std/streams"
]
},
"@std/fmt@0.225.6": {
"integrity": "aba6aea27f66813cecfd9484e074a9e9845782ab0685c030e453a8a70b37afc8"
},
"@std/internal@1.0.4": {
"integrity": "62e8e4911527e5e4f307741a795c0b0a9e6958d0b3790716ae71ce085f755422"
},
"@std/path@1.0.6": {
"integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed"
},
"@std/streams@0.224.5": {
"integrity": "bcde7818dd5460d474cdbd674b15f6638b9cd73cd64e52bd852fba2bd4d8ec91",
"dependencies": [
"jsr:@std/bytes"
]
},
"@std/text@1.0.7": {
"integrity": "344a820af99fde81ae1d4f9ce586da3f47a58cda25ac4c4dd688166cf5ed97f1"
},
"@std/yaml@0.224.3": {
"integrity": "9da1ed0094f42ba24570b4d88a094b44a793ac7f2bc085c1939d3ac7e11cc0bb"
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@^1.0.1",
"jsr:@std/cli@1",
"jsr:@std/csv@~0.224.3",
"jsr:@std/fmt@~0.225.6",
"jsr:@std/path@^1.0.2",
"jsr:@std/text@^1.0.7",
"jsr:@std/yaml@~0.224.3"
]
}
}