-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
146 lines (146 loc) · 6.2 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "iterutil",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@core/pipe": "npm:@jsr/core__pipe@^0.2.0-pre.0",
"@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",
"@std/async": "npm:@jsr/std__async@^1.0.2",
"@std/jsonc": "npm:@jsr/std__jsonc@^1.0.0-rc.3",
"@std/path": "npm:@jsr/std__path@^1.0.2",
"@std/testing": "npm:@jsr/std__testing@^1.0.0-rc.5"
}
},
"node_modules/@core/pipe": {
"name": "@jsr/core__pipe",
"version": "0.2.0-pre.0",
"resolved": "https://npm.jsr.io/~/11/@jsr/core__pipe/0.2.0-pre.0.tgz",
"integrity": "sha512-cumolb49PjxtO+CZq+d/DSYK070S8Tq40Cn4FKfDOsLMExIHZaRbfYZIbop+67dk9oc9MjUiWbfVR7Rgx2ZAyw=="
},
"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__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__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=="
},
"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__json": {
"version": "1.0.0-rc.3",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__json/1.0.0-rc.3.tgz",
"integrity": "sha512-nsHLvMmWTir390Ce3BUlteMF94vqRGpy3MVBi1fGmX7PqnWjpkThBmZJ9vpxME5HAkmA2sBaAOd0FqfQYlR0hw==",
"dependencies": {
"@jsr/std__streams": "^1.0.0-rc.4"
}
},
"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/@jsr/std__streams": {
"version": "1.0.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__streams/1.0.1.tgz",
"integrity": "sha512-riI7IEm66WrrL2dhSRxm1DQdD1zkI+K/ZUQABaj4hSTysURew4No66TGZNKgS2pZMz6LnWol72pz5dmYTbZlyQ==",
"dependencies": {
"@jsr/std__bytes": "^1.0.2-rc.3"
}
},
"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.6",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__async/1.0.6.tgz",
"integrity": "sha512-lIglWWtdtX1jFgMznUaX1zs1vDIA7lARZC+QrfwuHRPo/4k0nCkzEUOjCBczfqxbqviZKf7VjopGxOMAgy9nXA=="
},
"node_modules/@std/jsonc": {
"name": "@jsr/std__jsonc",
"version": "1.0.0-rc.3",
"resolved": "https://npm.jsr.io/~/11/@jsr/std__jsonc/1.0.0-rc.3.tgz",
"integrity": "sha512-4qWZ9mrCieAfQQSdLuSPIUqShG0vJbzA0jmm1ON58VbfQGmftRgC1vfVqRAOpgBwm5GhDZzI+MLhRRqEAF8XSg==",
"dependencies": {
"@jsr/std__json": "^1.0.0-rc.3"
}
},
"node_modules/@std/path": {
"name": "@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/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"
}
}
}
}