-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
48 lines (48 loc) · 1.83 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
{
"name": "errorutil",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@core/unknownutil": "npm:@jsr/core__unknownutil@^4.2.0",
"@cross/test": "npm:@jsr/cross__test@^0.0.9",
"@std/assert": "npm:@jsr/std__assert@^1.0.2"
}
},
"node_modules/@core/unknownutil": {
"name": "@jsr/core__unknownutil",
"version": "4.2.0",
"resolved": "https://npm.jsr.io/~/11/@jsr/core__unknownutil/4.2.0.tgz",
"integrity": "sha512-HA5TxLa7E1mSNwiG1oRPfeq09SSrr6OH9TIeM5ECy14Vzv3hnsxxQO4il6Nt24HwMwFt2NkJ/RUqWD07Kbyg4g=="
},
"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"
}
}
}
}