-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
87 lines (87 loc) · 3.49 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "pipe",
"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/testing": "npm:@jsr/std__testing@^1.0.0-rc.5"
}
},
"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__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/@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/@jsr/std__data-structures": {
"version": "1.0.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__data-structures/1.0.1.tgz",
"integrity": "sha512-rxVsLaPwJEZNqVAfvOSfVw9WKgLwzUgwUIs7aMjKogGSPBSJkwXED6a3zL4eIrXQR+HR3+E0/Y10XYifu0gHkw=="
},
"node_modules/@jsr/std__fs": {
"version": "1.0.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__fs/1.0.1.tgz",
"integrity": "sha512-QXNJz3X3IBYhxC1KEhtNPCUrtS8bofqxlVVN8ONrWXm0V9LbaJKJzsKsH3Z2KvdDmdHF3u+sNjRpafbJkOYedg==",
"dependencies": {
"@jsr/std__path": "^1.0.2"
}
},
"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/@jsr/std__path": {
"version": "1.0.2",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__path/1.0.2.tgz",
"integrity": "sha512-VadQVUlJZhIjRi8RcDQcNzqKcowfEdqntIXhphae0MeHaC1y60OiFealO25WTzBTHqBC58KFNlM7KWH+tepgOg=="
},
"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/testing": {
"name": "@jsr/std__testing",
"version": "1.0.0-rc.5",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__testing/1.0.0-rc.5.tgz",
"integrity": "sha512-p4Fa2fFk3qS9VMkpCCTmo/Jgwz7h6+iXBPbDVSgy2lbAyBDGWVw8d4S0qx8i7O6TQkSgEHyB4bP9z8HYao7NyQ==",
"dependencies": {
"@jsr/std__assert": "^1.0.1",
"@jsr/std__async": "^1.0.1",
"@jsr/std__data-structures": "^1.0.1",
"@jsr/std__fs": "^1.0.0",
"@jsr/std__internal": "^1.0.1",
"@jsr/std__path": "^1.0.2"
}
}
}
}