-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
55 lines (55 loc) · 2.13 KB
/
package-lock.json
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
{
"name": "streamutil",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@cross/test": "npm:@jsr/cross__test@^0.0.9",
"@std/assert": "npm:@jsr/std__assert@^1.0.2",
"@std/async": "npm:@jsr/std__async@^1.0.3",
"@std/bytes": "npm:@jsr/std__bytes@^1.0.2"
}
},
"node_modules/@cross/test": {
"name": "@jsr/cross__test",
"version": "0.0.9",
"resolved": "https://npm.jsr.io/~/11/@jsr/cross__test/0.0.9.tgz",
"integrity": "sha512-zwDSXQHw8n6k/gBj1Q67Td34Lb1PfkzLTggXnNZzcRO9SxcdAlzyOKFCF62kTFM7ZjVPqYvqu2gHzMLtj6cayw==",
"dependencies": {
"@jsr/cross__runtime": "^1.0.0"
}
},
"node_modules/@jsr/cross__runtime": {
"version": "1.0.0",
"resolved": "https://npm.jsr.io/~/11/@jsr/cross__runtime/1.0.0.tgz",
"integrity": "sha512-wUtjVBTk65ae4AKQRnxD5x3h4vVmopdKAYie/uS01Qolii2XQ81bKtRTvJ4kx133GYYgIAgyl3ihQ0OK8LcPmQ=="
},
"node_modules/@jsr/std__internal": {
"version": "1.0.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__internal/1.0.1.tgz",
"integrity": "sha512-ssI1kvluIero6cCfiWNmYItqCR8QpQB+STBJoe/xQVZ79SDpoqjK5VF2Eq/2M+Dz8WbqHVmrXRCaGN162x+Ebw=="
},
"node_modules/@std/assert": {
"name": "@jsr/std__assert",
"version": "1.0.2",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__assert/1.0.2.tgz",
"integrity": "sha512-xujHXXeT3zvMNZeCXiDyfiITaqP4rgH8wqHNUD0Iyr4c2R0Ea//zJ4pASA1utIEIxeVu1jpeSlHU4+pagscqgQ==",
"dependencies": {
"@jsr/std__internal": "^1.0.1"
}
},
"node_modules/@std/async": {
"name": "@jsr/std__async",
"version": "1.0.3",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__async/1.0.3.tgz",
"integrity": "sha512-j5NZqYHN/czhfjBKh0jvPU5IRhP3Y5Lk7X3qL5ghw0gDSwI8h/kzlxSMV98ML0L6tXN9SvZU8lqa8Q5evtL4sA=="
},
"node_modules/@std/bytes": {
"name": "@jsr/std__bytes",
"version": "1.0.2",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__bytes/1.0.2.tgz",
"integrity": "sha512-bkZ1rllRB1qsxFbPqtO1VAYTW2+3ZDmf6pcy8xihKS33r0Z1ly6/E/5DoapnJsNy05LdnANUySWt5kj/awgGdg=="
}
}
}