-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
35 lines (35 loc) · 915 Bytes
/
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
{
"version": "4",
"specifiers": {
"jsr:@std/assert@1": "1.0.6",
"jsr:@std/csv@^1.0.4": "1.0.4",
"jsr:@std/internal@^1.0.4": "1.0.4",
"jsr:@std/streams@^1.0.8": "1.0.8"
},
"jsr": {
"@std/assert@1.0.6": {
"integrity": "1904c05806a25d94fe791d6d883b685c9e2dcd60e4f9fc30f4fc5cf010c72207",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/csv@1.0.4": {
"integrity": "aa351de654b10b8a407275b61f588863b9538027fd47aed90dd9e7f54ab5bdc0",
"dependencies": [
"jsr:@std/streams"
]
},
"@std/internal@1.0.4": {
"integrity": "62e8e4911527e5e4f307741a795c0b0a9e6958d0b3790716ae71ce085f755422"
},
"@std/streams@1.0.8": {
"integrity": "b41332d93d2cf6a82fe4ac2153b930adf1a859392931e2a19d9fabfb6f154fb3"
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1",
"jsr:@std/csv@^1.0.4"
]
}
}