@teamkeel/functions-runtime 0.338.0 → 0.339.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.test +2 -0
- package/package.json +1 -1
- package/pnpm-lock.yaml +738 -328
- package/src/ModelAPI.test.js +0 -3
- package/src/database.js +43 -12
- package/src/handleRequest.js +2 -2
- package/src/handleRequest.test.js +0 -3
- package/src/permissions.test.js +0 -3
- package/vite.config.js +7 -0
package/pnpm-lock.yaml
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
lockfileVersion:
|
|
1
|
+
lockfileVersion: "6.0"
|
|
2
2
|
|
|
3
3
|
dependencies:
|
|
4
|
-
|
|
4
|
+
"@opentelemetry/api":
|
|
5
5
|
specifier: ^1.4.1
|
|
6
6
|
version: 1.4.1
|
|
7
|
-
|
|
7
|
+
"@opentelemetry/exporter-trace-otlp-proto":
|
|
8
8
|
specifier: ^0.38.0
|
|
9
9
|
version: 0.38.0(@opentelemetry/api@1.4.1)
|
|
10
|
-
|
|
10
|
+
"@opentelemetry/resources":
|
|
11
11
|
specifier: ^1.12.0
|
|
12
12
|
version: 1.12.0(@opentelemetry/api@1.4.1)
|
|
13
|
-
|
|
13
|
+
"@opentelemetry/sdk-trace-base":
|
|
14
14
|
specifier: ^1.12.0
|
|
15
15
|
version: 1.12.0(@opentelemetry/api@1.4.1)
|
|
16
|
-
|
|
16
|
+
"@opentelemetry/sdk-trace-node":
|
|
17
17
|
specifier: ^1.12.0
|
|
18
18
|
version: 1.12.0(@opentelemetry/api@1.4.1)
|
|
19
19
|
change-case:
|
|
@@ -41,10 +41,12 @@ devDependencies:
|
|
|
41
41
|
version: 0.27.1
|
|
42
42
|
|
|
43
43
|
packages:
|
|
44
|
-
|
|
45
44
|
/@esbuild/android-arm64@0.16.17:
|
|
46
|
-
resolution:
|
|
47
|
-
|
|
45
|
+
resolution:
|
|
46
|
+
{
|
|
47
|
+
integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==,
|
|
48
|
+
}
|
|
49
|
+
engines: { node: ">=12" }
|
|
48
50
|
cpu: [arm64]
|
|
49
51
|
os: [android]
|
|
50
52
|
requiresBuild: true
|
|
@@ -52,8 +54,11 @@ packages:
|
|
|
52
54
|
optional: true
|
|
53
55
|
|
|
54
56
|
/@esbuild/android-arm@0.16.17:
|
|
55
|
-
resolution:
|
|
56
|
-
|
|
57
|
+
resolution:
|
|
58
|
+
{
|
|
59
|
+
integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==,
|
|
60
|
+
}
|
|
61
|
+
engines: { node: ">=12" }
|
|
57
62
|
cpu: [arm]
|
|
58
63
|
os: [android]
|
|
59
64
|
requiresBuild: true
|
|
@@ -61,8 +66,11 @@ packages:
|
|
|
61
66
|
optional: true
|
|
62
67
|
|
|
63
68
|
/@esbuild/android-x64@0.16.17:
|
|
64
|
-
resolution:
|
|
65
|
-
|
|
69
|
+
resolution:
|
|
70
|
+
{
|
|
71
|
+
integrity: sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==,
|
|
72
|
+
}
|
|
73
|
+
engines: { node: ">=12" }
|
|
66
74
|
cpu: [x64]
|
|
67
75
|
os: [android]
|
|
68
76
|
requiresBuild: true
|
|
@@ -70,8 +78,11 @@ packages:
|
|
|
70
78
|
optional: true
|
|
71
79
|
|
|
72
80
|
/@esbuild/darwin-arm64@0.16.17:
|
|
73
|
-
resolution:
|
|
74
|
-
|
|
81
|
+
resolution:
|
|
82
|
+
{
|
|
83
|
+
integrity: sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==,
|
|
84
|
+
}
|
|
85
|
+
engines: { node: ">=12" }
|
|
75
86
|
cpu: [arm64]
|
|
76
87
|
os: [darwin]
|
|
77
88
|
requiresBuild: true
|
|
@@ -79,8 +90,11 @@ packages:
|
|
|
79
90
|
optional: true
|
|
80
91
|
|
|
81
92
|
/@esbuild/darwin-x64@0.16.17:
|
|
82
|
-
resolution:
|
|
83
|
-
|
|
93
|
+
resolution:
|
|
94
|
+
{
|
|
95
|
+
integrity: sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==,
|
|
96
|
+
}
|
|
97
|
+
engines: { node: ">=12" }
|
|
84
98
|
cpu: [x64]
|
|
85
99
|
os: [darwin]
|
|
86
100
|
requiresBuild: true
|
|
@@ -88,8 +102,11 @@ packages:
|
|
|
88
102
|
optional: true
|
|
89
103
|
|
|
90
104
|
/@esbuild/freebsd-arm64@0.16.17:
|
|
91
|
-
resolution:
|
|
92
|
-
|
|
105
|
+
resolution:
|
|
106
|
+
{
|
|
107
|
+
integrity: sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==,
|
|
108
|
+
}
|
|
109
|
+
engines: { node: ">=12" }
|
|
93
110
|
cpu: [arm64]
|
|
94
111
|
os: [freebsd]
|
|
95
112
|
requiresBuild: true
|
|
@@ -97,8 +114,11 @@ packages:
|
|
|
97
114
|
optional: true
|
|
98
115
|
|
|
99
116
|
/@esbuild/freebsd-x64@0.16.17:
|
|
100
|
-
resolution:
|
|
101
|
-
|
|
117
|
+
resolution:
|
|
118
|
+
{
|
|
119
|
+
integrity: sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==,
|
|
120
|
+
}
|
|
121
|
+
engines: { node: ">=12" }
|
|
102
122
|
cpu: [x64]
|
|
103
123
|
os: [freebsd]
|
|
104
124
|
requiresBuild: true
|
|
@@ -106,8 +126,11 @@ packages:
|
|
|
106
126
|
optional: true
|
|
107
127
|
|
|
108
128
|
/@esbuild/linux-arm64@0.16.17:
|
|
109
|
-
resolution:
|
|
110
|
-
|
|
129
|
+
resolution:
|
|
130
|
+
{
|
|
131
|
+
integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==,
|
|
132
|
+
}
|
|
133
|
+
engines: { node: ">=12" }
|
|
111
134
|
cpu: [arm64]
|
|
112
135
|
os: [linux]
|
|
113
136
|
requiresBuild: true
|
|
@@ -115,8 +138,11 @@ packages:
|
|
|
115
138
|
optional: true
|
|
116
139
|
|
|
117
140
|
/@esbuild/linux-arm@0.16.17:
|
|
118
|
-
resolution:
|
|
119
|
-
|
|
141
|
+
resolution:
|
|
142
|
+
{
|
|
143
|
+
integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==,
|
|
144
|
+
}
|
|
145
|
+
engines: { node: ">=12" }
|
|
120
146
|
cpu: [arm]
|
|
121
147
|
os: [linux]
|
|
122
148
|
requiresBuild: true
|
|
@@ -124,8 +150,11 @@ packages:
|
|
|
124
150
|
optional: true
|
|
125
151
|
|
|
126
152
|
/@esbuild/linux-ia32@0.16.17:
|
|
127
|
-
resolution:
|
|
128
|
-
|
|
153
|
+
resolution:
|
|
154
|
+
{
|
|
155
|
+
integrity: sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==,
|
|
156
|
+
}
|
|
157
|
+
engines: { node: ">=12" }
|
|
129
158
|
cpu: [ia32]
|
|
130
159
|
os: [linux]
|
|
131
160
|
requiresBuild: true
|
|
@@ -133,8 +162,11 @@ packages:
|
|
|
133
162
|
optional: true
|
|
134
163
|
|
|
135
164
|
/@esbuild/linux-loong64@0.16.17:
|
|
136
|
-
resolution:
|
|
137
|
-
|
|
165
|
+
resolution:
|
|
166
|
+
{
|
|
167
|
+
integrity: sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==,
|
|
168
|
+
}
|
|
169
|
+
engines: { node: ">=12" }
|
|
138
170
|
cpu: [loong64]
|
|
139
171
|
os: [linux]
|
|
140
172
|
requiresBuild: true
|
|
@@ -142,8 +174,11 @@ packages:
|
|
|
142
174
|
optional: true
|
|
143
175
|
|
|
144
176
|
/@esbuild/linux-mips64el@0.16.17:
|
|
145
|
-
resolution:
|
|
146
|
-
|
|
177
|
+
resolution:
|
|
178
|
+
{
|
|
179
|
+
integrity: sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==,
|
|
180
|
+
}
|
|
181
|
+
engines: { node: ">=12" }
|
|
147
182
|
cpu: [mips64el]
|
|
148
183
|
os: [linux]
|
|
149
184
|
requiresBuild: true
|
|
@@ -151,8 +186,11 @@ packages:
|
|
|
151
186
|
optional: true
|
|
152
187
|
|
|
153
188
|
/@esbuild/linux-ppc64@0.16.17:
|
|
154
|
-
resolution:
|
|
155
|
-
|
|
189
|
+
resolution:
|
|
190
|
+
{
|
|
191
|
+
integrity: sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==,
|
|
192
|
+
}
|
|
193
|
+
engines: { node: ">=12" }
|
|
156
194
|
cpu: [ppc64]
|
|
157
195
|
os: [linux]
|
|
158
196
|
requiresBuild: true
|
|
@@ -160,8 +198,11 @@ packages:
|
|
|
160
198
|
optional: true
|
|
161
199
|
|
|
162
200
|
/@esbuild/linux-riscv64@0.16.17:
|
|
163
|
-
resolution:
|
|
164
|
-
|
|
201
|
+
resolution:
|
|
202
|
+
{
|
|
203
|
+
integrity: sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==,
|
|
204
|
+
}
|
|
205
|
+
engines: { node: ">=12" }
|
|
165
206
|
cpu: [riscv64]
|
|
166
207
|
os: [linux]
|
|
167
208
|
requiresBuild: true
|
|
@@ -169,8 +210,11 @@ packages:
|
|
|
169
210
|
optional: true
|
|
170
211
|
|
|
171
212
|
/@esbuild/linux-s390x@0.16.17:
|
|
172
|
-
resolution:
|
|
173
|
-
|
|
213
|
+
resolution:
|
|
214
|
+
{
|
|
215
|
+
integrity: sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==,
|
|
216
|
+
}
|
|
217
|
+
engines: { node: ">=12" }
|
|
174
218
|
cpu: [s390x]
|
|
175
219
|
os: [linux]
|
|
176
220
|
requiresBuild: true
|
|
@@ -178,8 +222,11 @@ packages:
|
|
|
178
222
|
optional: true
|
|
179
223
|
|
|
180
224
|
/@esbuild/linux-x64@0.16.17:
|
|
181
|
-
resolution:
|
|
182
|
-
|
|
225
|
+
resolution:
|
|
226
|
+
{
|
|
227
|
+
integrity: sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==,
|
|
228
|
+
}
|
|
229
|
+
engines: { node: ">=12" }
|
|
183
230
|
cpu: [x64]
|
|
184
231
|
os: [linux]
|
|
185
232
|
requiresBuild: true
|
|
@@ -187,8 +234,11 @@ packages:
|
|
|
187
234
|
optional: true
|
|
188
235
|
|
|
189
236
|
/@esbuild/netbsd-x64@0.16.17:
|
|
190
|
-
resolution:
|
|
191
|
-
|
|
237
|
+
resolution:
|
|
238
|
+
{
|
|
239
|
+
integrity: sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==,
|
|
240
|
+
}
|
|
241
|
+
engines: { node: ">=12" }
|
|
192
242
|
cpu: [x64]
|
|
193
243
|
os: [netbsd]
|
|
194
244
|
requiresBuild: true
|
|
@@ -196,8 +246,11 @@ packages:
|
|
|
196
246
|
optional: true
|
|
197
247
|
|
|
198
248
|
/@esbuild/openbsd-x64@0.16.17:
|
|
199
|
-
resolution:
|
|
200
|
-
|
|
249
|
+
resolution:
|
|
250
|
+
{
|
|
251
|
+
integrity: sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==,
|
|
252
|
+
}
|
|
253
|
+
engines: { node: ">=12" }
|
|
201
254
|
cpu: [x64]
|
|
202
255
|
os: [openbsd]
|
|
203
256
|
requiresBuild: true
|
|
@@ -205,8 +258,11 @@ packages:
|
|
|
205
258
|
optional: true
|
|
206
259
|
|
|
207
260
|
/@esbuild/sunos-x64@0.16.17:
|
|
208
|
-
resolution:
|
|
209
|
-
|
|
261
|
+
resolution:
|
|
262
|
+
{
|
|
263
|
+
integrity: sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==,
|
|
264
|
+
}
|
|
265
|
+
engines: { node: ">=12" }
|
|
210
266
|
cpu: [x64]
|
|
211
267
|
os: [sunos]
|
|
212
268
|
requiresBuild: true
|
|
@@ -214,8 +270,11 @@ packages:
|
|
|
214
270
|
optional: true
|
|
215
271
|
|
|
216
272
|
/@esbuild/win32-arm64@0.16.17:
|
|
217
|
-
resolution:
|
|
218
|
-
|
|
273
|
+
resolution:
|
|
274
|
+
{
|
|
275
|
+
integrity: sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==,
|
|
276
|
+
}
|
|
277
|
+
engines: { node: ">=12" }
|
|
219
278
|
cpu: [arm64]
|
|
220
279
|
os: [win32]
|
|
221
280
|
requiresBuild: true
|
|
@@ -223,8 +282,11 @@ packages:
|
|
|
223
282
|
optional: true
|
|
224
283
|
|
|
225
284
|
/@esbuild/win32-ia32@0.16.17:
|
|
226
|
-
resolution:
|
|
227
|
-
|
|
285
|
+
resolution:
|
|
286
|
+
{
|
|
287
|
+
integrity: sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==,
|
|
288
|
+
}
|
|
289
|
+
engines: { node: ">=12" }
|
|
228
290
|
cpu: [ia32]
|
|
229
291
|
os: [win32]
|
|
230
292
|
requiresBuild: true
|
|
@@ -232,8 +294,11 @@ packages:
|
|
|
232
294
|
optional: true
|
|
233
295
|
|
|
234
296
|
/@esbuild/win32-x64@0.16.17:
|
|
235
|
-
resolution:
|
|
236
|
-
|
|
297
|
+
resolution:
|
|
298
|
+
{
|
|
299
|
+
integrity: sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==,
|
|
300
|
+
}
|
|
301
|
+
engines: { node: ">=12" }
|
|
237
302
|
cpu: [x64]
|
|
238
303
|
os: [win32]
|
|
239
304
|
requiresBuild: true
|
|
@@ -241,252 +306,360 @@ packages:
|
|
|
241
306
|
optional: true
|
|
242
307
|
|
|
243
308
|
/@opentelemetry/api@1.4.1:
|
|
244
|
-
resolution:
|
|
245
|
-
|
|
309
|
+
resolution:
|
|
310
|
+
{
|
|
311
|
+
integrity: sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==,
|
|
312
|
+
}
|
|
313
|
+
engines: { node: ">=8.0.0" }
|
|
246
314
|
dev: false
|
|
247
315
|
|
|
248
316
|
/@opentelemetry/context-async-hooks@1.12.0(@opentelemetry/api@1.4.1):
|
|
249
|
-
resolution:
|
|
250
|
-
|
|
317
|
+
resolution:
|
|
318
|
+
{
|
|
319
|
+
integrity: sha512-PmwAanPNWCyS9JYFzhzVzHgviLhc0UHjOwdth+hp3HgQQ9XZZNE635P8JhAUHZmbghW9/qQFafRWOS4VN9VVnQ==,
|
|
320
|
+
}
|
|
321
|
+
engines: { node: ">=14" }
|
|
251
322
|
peerDependencies:
|
|
252
|
-
|
|
323
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
253
324
|
dependencies:
|
|
254
|
-
|
|
325
|
+
"@opentelemetry/api": 1.4.1
|
|
255
326
|
dev: false
|
|
256
327
|
|
|
257
328
|
/@opentelemetry/core@1.12.0(@opentelemetry/api@1.4.1):
|
|
258
|
-
resolution:
|
|
259
|
-
|
|
329
|
+
resolution:
|
|
330
|
+
{
|
|
331
|
+
integrity: sha512-4DWYNb3dLs2mSCGl65jY3aEgbvPWSHVQV/dmDWiYeWUrMakZQFcymqZOSUNZO0uDrEJoxMu8O5tZktX6UKFwag==,
|
|
332
|
+
}
|
|
333
|
+
engines: { node: ">=14" }
|
|
260
334
|
peerDependencies:
|
|
261
|
-
|
|
335
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
262
336
|
dependencies:
|
|
263
|
-
|
|
264
|
-
|
|
337
|
+
"@opentelemetry/api": 1.4.1
|
|
338
|
+
"@opentelemetry/semantic-conventions": 1.12.0
|
|
265
339
|
dev: false
|
|
266
340
|
|
|
267
341
|
/@opentelemetry/exporter-trace-otlp-proto@0.38.0(@opentelemetry/api@1.4.1):
|
|
268
|
-
resolution:
|
|
269
|
-
|
|
342
|
+
resolution:
|
|
343
|
+
{
|
|
344
|
+
integrity: sha512-M1YctP+T6485noDAJPsnpsx85xsfqyCr06CadTQBJHIgjStgsKTDA86iVpv7XEqW5lwdIThn/boDou2vyi0bQA==,
|
|
345
|
+
}
|
|
346
|
+
engines: { node: ">=14" }
|
|
270
347
|
peerDependencies:
|
|
271
|
-
|
|
348
|
+
"@opentelemetry/api": ^1.0.0
|
|
272
349
|
dependencies:
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
350
|
+
"@opentelemetry/api": 1.4.1
|
|
351
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
352
|
+
"@opentelemetry/otlp-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
|
|
353
|
+
"@opentelemetry/otlp-proto-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
|
|
354
|
+
"@opentelemetry/otlp-transformer": 0.38.0(@opentelemetry/api@1.4.1)
|
|
355
|
+
"@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
|
|
356
|
+
"@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
|
|
280
357
|
dev: false
|
|
281
358
|
|
|
282
359
|
/@opentelemetry/otlp-exporter-base@0.38.0(@opentelemetry/api@1.4.1):
|
|
283
|
-
resolution:
|
|
284
|
-
|
|
360
|
+
resolution:
|
|
361
|
+
{
|
|
362
|
+
integrity: sha512-VWQo7vUDyW/7/FT8RErAtM/29i/fllCc9xMtnK7kDuheAjJU68zrZ88bQOsLamHvOCU3KVpozjfTZVxZKQRYXw==,
|
|
363
|
+
}
|
|
364
|
+
engines: { node: ">=14" }
|
|
285
365
|
peerDependencies:
|
|
286
|
-
|
|
366
|
+
"@opentelemetry/api": ^1.0.0
|
|
287
367
|
dependencies:
|
|
288
|
-
|
|
289
|
-
|
|
368
|
+
"@opentelemetry/api": 1.4.1
|
|
369
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
290
370
|
dev: false
|
|
291
371
|
|
|
292
372
|
/@opentelemetry/otlp-proto-exporter-base@0.38.0(@opentelemetry/api@1.4.1):
|
|
293
|
-
resolution:
|
|
294
|
-
|
|
373
|
+
resolution:
|
|
374
|
+
{
|
|
375
|
+
integrity: sha512-/Z68pIgFv+IwQQfJOJQ9ga7KZ5ET2cFAnpWO9JsxrHjW9glmX+T9RgcF7rfSAFl2JSM9A+kQ11WYRjE2tNKxqg==,
|
|
376
|
+
}
|
|
377
|
+
engines: { node: ">=14" }
|
|
295
378
|
peerDependencies:
|
|
296
|
-
|
|
379
|
+
"@opentelemetry/api": ^1.0.0
|
|
297
380
|
dependencies:
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
381
|
+
"@opentelemetry/api": 1.4.1
|
|
382
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
383
|
+
"@opentelemetry/otlp-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
|
|
301
384
|
protobufjs: 7.2.3
|
|
302
385
|
dev: false
|
|
303
386
|
|
|
304
387
|
/@opentelemetry/otlp-transformer@0.38.0(@opentelemetry/api@1.4.1):
|
|
305
|
-
resolution:
|
|
306
|
-
|
|
388
|
+
resolution:
|
|
389
|
+
{
|
|
390
|
+
integrity: sha512-ykQEipby0NVSi2ih5E8J2GNJ6y9zYDPSef0nD8j33XPKxfyVG5184rUrCsh6TIk1d/GlYl8gB9Wy4TdRvwl6kA==,
|
|
391
|
+
}
|
|
392
|
+
engines: { node: ">=14" }
|
|
307
393
|
peerDependencies:
|
|
308
|
-
|
|
394
|
+
"@opentelemetry/api": ">=1.3.0 <1.5.0"
|
|
309
395
|
dependencies:
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
396
|
+
"@opentelemetry/api": 1.4.1
|
|
397
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
398
|
+
"@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
|
|
399
|
+
"@opentelemetry/sdk-metrics": 1.12.0(@opentelemetry/api@1.4.1)
|
|
400
|
+
"@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
|
|
315
401
|
dev: false
|
|
316
402
|
|
|
317
403
|
/@opentelemetry/propagator-b3@1.12.0(@opentelemetry/api@1.4.1):
|
|
318
|
-
resolution:
|
|
319
|
-
|
|
404
|
+
resolution:
|
|
405
|
+
{
|
|
406
|
+
integrity: sha512-WFcn98075QPc2zE1obhKydJHUehI5/HuLoelPEVwATj+487hjCwjHj9r2fgmQkWpvuNSB7CJaA0ys6qqq1N6lg==,
|
|
407
|
+
}
|
|
408
|
+
engines: { node: ">=14" }
|
|
320
409
|
peerDependencies:
|
|
321
|
-
|
|
410
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
322
411
|
dependencies:
|
|
323
|
-
|
|
324
|
-
|
|
412
|
+
"@opentelemetry/api": 1.4.1
|
|
413
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
325
414
|
dev: false
|
|
326
415
|
|
|
327
416
|
/@opentelemetry/propagator-jaeger@1.12.0(@opentelemetry/api@1.4.1):
|
|
328
|
-
resolution:
|
|
329
|
-
|
|
417
|
+
resolution:
|
|
418
|
+
{
|
|
419
|
+
integrity: sha512-ugtWF7GC6X5RIJ0+iMwW2iVAGNs206CAeq8XQ8OkJRg+v0lp4H0/i+gJ4hubTT8NIL5a3IxtIrAENPLIGdLucQ==,
|
|
420
|
+
}
|
|
421
|
+
engines: { node: ">=14" }
|
|
330
422
|
peerDependencies:
|
|
331
|
-
|
|
423
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
332
424
|
dependencies:
|
|
333
|
-
|
|
334
|
-
|
|
425
|
+
"@opentelemetry/api": 1.4.1
|
|
426
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
335
427
|
dev: false
|
|
336
428
|
|
|
337
429
|
/@opentelemetry/resources@1.12.0(@opentelemetry/api@1.4.1):
|
|
338
|
-
resolution:
|
|
339
|
-
|
|
430
|
+
resolution:
|
|
431
|
+
{
|
|
432
|
+
integrity: sha512-gunMKXG0hJrR0LXrqh7BVbziA/+iJBL3ZbXCXO64uY+SrExkwoyJkpiq9l5ismkGF/A20mDEV7tGwh+KyPw00Q==,
|
|
433
|
+
}
|
|
434
|
+
engines: { node: ">=14" }
|
|
340
435
|
peerDependencies:
|
|
341
|
-
|
|
436
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
342
437
|
dependencies:
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
438
|
+
"@opentelemetry/api": 1.4.1
|
|
439
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
440
|
+
"@opentelemetry/semantic-conventions": 1.12.0
|
|
346
441
|
dev: false
|
|
347
442
|
|
|
348
443
|
/@opentelemetry/sdk-metrics@1.12.0(@opentelemetry/api@1.4.1):
|
|
349
|
-
resolution:
|
|
350
|
-
|
|
444
|
+
resolution:
|
|
445
|
+
{
|
|
446
|
+
integrity: sha512-zOy88Jfk88eTxqu+9ypHLs184dGydJocSWtvWMY10QKVVaxhC3SLKa0uxI/zBtD9S+x0LP65wxrTSfSoUNtCOA==,
|
|
447
|
+
}
|
|
448
|
+
engines: { node: ">=14" }
|
|
351
449
|
peerDependencies:
|
|
352
|
-
|
|
450
|
+
"@opentelemetry/api": ">=1.3.0 <1.5.0"
|
|
353
451
|
dependencies:
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
452
|
+
"@opentelemetry/api": 1.4.1
|
|
453
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
454
|
+
"@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
|
|
357
455
|
lodash.merge: 4.6.2
|
|
358
456
|
dev: false
|
|
359
457
|
|
|
360
458
|
/@opentelemetry/sdk-trace-base@1.12.0(@opentelemetry/api@1.4.1):
|
|
361
|
-
resolution:
|
|
362
|
-
|
|
459
|
+
resolution:
|
|
460
|
+
{
|
|
461
|
+
integrity: sha512-pfCOB3tNDlYVoWuz4D7Ji+Jmy9MHnATWHVpkERdCEiwUGEZ+4IvNPXUcPc37wJVmMpjGLeaWgPPrie0KIpWf1A==,
|
|
462
|
+
}
|
|
463
|
+
engines: { node: ">=14" }
|
|
363
464
|
peerDependencies:
|
|
364
|
-
|
|
465
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
365
466
|
dependencies:
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
467
|
+
"@opentelemetry/api": 1.4.1
|
|
468
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
469
|
+
"@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
|
|
470
|
+
"@opentelemetry/semantic-conventions": 1.12.0
|
|
370
471
|
dev: false
|
|
371
472
|
|
|
372
473
|
/@opentelemetry/sdk-trace-node@1.12.0(@opentelemetry/api@1.4.1):
|
|
373
|
-
resolution:
|
|
374
|
-
|
|
474
|
+
resolution:
|
|
475
|
+
{
|
|
476
|
+
integrity: sha512-PxpDemnNZLLeFNLAu95/K3QubjlaScXVjVQPlwPui65VRxIvxGVysnN7DFfsref+qoh1hI6nlrYSij43vxdm2w==,
|
|
477
|
+
}
|
|
478
|
+
engines: { node: ">=14" }
|
|
375
479
|
peerDependencies:
|
|
376
|
-
|
|
480
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
377
481
|
dependencies:
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
482
|
+
"@opentelemetry/api": 1.4.1
|
|
483
|
+
"@opentelemetry/context-async-hooks": 1.12.0(@opentelemetry/api@1.4.1)
|
|
484
|
+
"@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
|
|
485
|
+
"@opentelemetry/propagator-b3": 1.12.0(@opentelemetry/api@1.4.1)
|
|
486
|
+
"@opentelemetry/propagator-jaeger": 1.12.0(@opentelemetry/api@1.4.1)
|
|
487
|
+
"@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
|
|
384
488
|
semver: 7.5.0
|
|
385
489
|
dev: false
|
|
386
490
|
|
|
387
491
|
/@opentelemetry/semantic-conventions@1.12.0:
|
|
388
|
-
resolution:
|
|
389
|
-
|
|
492
|
+
resolution:
|
|
493
|
+
{
|
|
494
|
+
integrity: sha512-hO+bdeGOlJwqowUBoZF5LyP3ORUFOP1G0GRv8N45W/cztXbT2ZEXaAzfokRS9Xc9FWmYrDj32mF6SzH6wuoIyA==,
|
|
495
|
+
}
|
|
496
|
+
engines: { node: ">=14" }
|
|
390
497
|
dev: false
|
|
391
498
|
|
|
392
499
|
/@protobufjs/aspromise@1.1.2:
|
|
393
|
-
resolution:
|
|
500
|
+
resolution:
|
|
501
|
+
{
|
|
502
|
+
integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==,
|
|
503
|
+
}
|
|
394
504
|
dev: false
|
|
395
505
|
|
|
396
506
|
/@protobufjs/base64@1.1.2:
|
|
397
|
-
resolution:
|
|
507
|
+
resolution:
|
|
508
|
+
{
|
|
509
|
+
integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==,
|
|
510
|
+
}
|
|
398
511
|
dev: false
|
|
399
512
|
|
|
400
513
|
/@protobufjs/codegen@2.0.4:
|
|
401
|
-
resolution:
|
|
514
|
+
resolution:
|
|
515
|
+
{
|
|
516
|
+
integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==,
|
|
517
|
+
}
|
|
402
518
|
dev: false
|
|
403
519
|
|
|
404
520
|
/@protobufjs/eventemitter@1.1.0:
|
|
405
|
-
resolution:
|
|
521
|
+
resolution:
|
|
522
|
+
{
|
|
523
|
+
integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==,
|
|
524
|
+
}
|
|
406
525
|
dev: false
|
|
407
526
|
|
|
408
527
|
/@protobufjs/fetch@1.1.0:
|
|
409
|
-
resolution:
|
|
528
|
+
resolution:
|
|
529
|
+
{
|
|
530
|
+
integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==,
|
|
531
|
+
}
|
|
410
532
|
dependencies:
|
|
411
|
-
|
|
412
|
-
|
|
533
|
+
"@protobufjs/aspromise": 1.1.2
|
|
534
|
+
"@protobufjs/inquire": 1.1.0
|
|
413
535
|
dev: false
|
|
414
536
|
|
|
415
537
|
/@protobufjs/float@1.0.2:
|
|
416
|
-
resolution:
|
|
538
|
+
resolution:
|
|
539
|
+
{
|
|
540
|
+
integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==,
|
|
541
|
+
}
|
|
417
542
|
dev: false
|
|
418
543
|
|
|
419
544
|
/@protobufjs/inquire@1.1.0:
|
|
420
|
-
resolution:
|
|
545
|
+
resolution:
|
|
546
|
+
{
|
|
547
|
+
integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==,
|
|
548
|
+
}
|
|
421
549
|
dev: false
|
|
422
550
|
|
|
423
551
|
/@protobufjs/path@1.1.2:
|
|
424
|
-
resolution:
|
|
552
|
+
resolution:
|
|
553
|
+
{
|
|
554
|
+
integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==,
|
|
555
|
+
}
|
|
425
556
|
dev: false
|
|
426
557
|
|
|
427
558
|
/@protobufjs/pool@1.1.0:
|
|
428
|
-
resolution:
|
|
559
|
+
resolution:
|
|
560
|
+
{
|
|
561
|
+
integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==,
|
|
562
|
+
}
|
|
429
563
|
dev: false
|
|
430
564
|
|
|
431
565
|
/@protobufjs/utf8@1.1.0:
|
|
432
|
-
resolution:
|
|
566
|
+
resolution:
|
|
567
|
+
{
|
|
568
|
+
integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==,
|
|
569
|
+
}
|
|
433
570
|
dev: false
|
|
434
571
|
|
|
435
572
|
/@types/chai-subset@1.3.3:
|
|
436
|
-
resolution:
|
|
573
|
+
resolution:
|
|
574
|
+
{
|
|
575
|
+
integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==,
|
|
576
|
+
}
|
|
437
577
|
dependencies:
|
|
438
|
-
|
|
578
|
+
"@types/chai": 4.3.4
|
|
439
579
|
dev: true
|
|
440
580
|
|
|
441
581
|
/@types/chai@4.3.4:
|
|
442
|
-
resolution:
|
|
582
|
+
resolution:
|
|
583
|
+
{
|
|
584
|
+
integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==,
|
|
585
|
+
}
|
|
443
586
|
dev: true
|
|
444
587
|
|
|
445
588
|
/@types/node@18.11.18:
|
|
446
|
-
resolution:
|
|
589
|
+
resolution:
|
|
590
|
+
{
|
|
591
|
+
integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==,
|
|
592
|
+
}
|
|
447
593
|
|
|
448
594
|
/acorn-walk@8.2.0:
|
|
449
|
-
resolution:
|
|
450
|
-
|
|
595
|
+
resolution:
|
|
596
|
+
{
|
|
597
|
+
integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==,
|
|
598
|
+
}
|
|
599
|
+
engines: { node: ">=0.4.0" }
|
|
451
600
|
dev: true
|
|
452
601
|
|
|
453
602
|
/acorn@8.8.1:
|
|
454
|
-
resolution:
|
|
455
|
-
|
|
603
|
+
resolution:
|
|
604
|
+
{
|
|
605
|
+
integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==,
|
|
606
|
+
}
|
|
607
|
+
engines: { node: ">=0.4.0" }
|
|
456
608
|
hasBin: true
|
|
457
609
|
dev: true
|
|
458
610
|
|
|
459
611
|
/assertion-error@1.1.0:
|
|
460
|
-
resolution:
|
|
612
|
+
resolution:
|
|
613
|
+
{
|
|
614
|
+
integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==,
|
|
615
|
+
}
|
|
461
616
|
dev: true
|
|
462
617
|
|
|
463
618
|
/base-convert-int-array@1.0.1:
|
|
464
|
-
resolution:
|
|
619
|
+
resolution:
|
|
620
|
+
{
|
|
621
|
+
integrity: sha512-NWqzaoXx8L/SS32R+WmKqnQkVXVYl2PwNJ68QV3RAlRRL1uV+yxJT66abXI1cAvqCXQTyXr7/9NN4Af90/zDVw==,
|
|
622
|
+
}
|
|
465
623
|
dev: false
|
|
466
624
|
|
|
467
625
|
/buffer-from@1.1.2:
|
|
468
|
-
resolution:
|
|
626
|
+
resolution:
|
|
627
|
+
{
|
|
628
|
+
integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==,
|
|
629
|
+
}
|
|
469
630
|
dev: true
|
|
470
631
|
|
|
471
632
|
/buffer-writer@2.0.0:
|
|
472
|
-
resolution:
|
|
473
|
-
|
|
633
|
+
resolution:
|
|
634
|
+
{
|
|
635
|
+
integrity: sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==,
|
|
636
|
+
}
|
|
637
|
+
engines: { node: ">=4" }
|
|
474
638
|
dev: false
|
|
475
639
|
|
|
476
640
|
/cac@6.7.14:
|
|
477
|
-
resolution:
|
|
478
|
-
|
|
641
|
+
resolution:
|
|
642
|
+
{
|
|
643
|
+
integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==,
|
|
644
|
+
}
|
|
645
|
+
engines: { node: ">=8" }
|
|
479
646
|
dev: true
|
|
480
647
|
|
|
481
648
|
/camel-case@4.1.2:
|
|
482
|
-
resolution:
|
|
649
|
+
resolution:
|
|
650
|
+
{
|
|
651
|
+
integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==,
|
|
652
|
+
}
|
|
483
653
|
dependencies:
|
|
484
654
|
pascal-case: 3.1.2
|
|
485
655
|
tslib: 2.4.1
|
|
486
656
|
dev: false
|
|
487
657
|
|
|
488
658
|
/capital-case@1.0.4:
|
|
489
|
-
resolution:
|
|
659
|
+
resolution:
|
|
660
|
+
{
|
|
661
|
+
integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==,
|
|
662
|
+
}
|
|
490
663
|
dependencies:
|
|
491
664
|
no-case: 3.0.4
|
|
492
665
|
tslib: 2.4.1
|
|
@@ -494,8 +667,11 @@ packages:
|
|
|
494
667
|
dev: false
|
|
495
668
|
|
|
496
669
|
/chai@4.3.7:
|
|
497
|
-
resolution:
|
|
498
|
-
|
|
670
|
+
resolution:
|
|
671
|
+
{
|
|
672
|
+
integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==,
|
|
673
|
+
}
|
|
674
|
+
engines: { node: ">=4" }
|
|
499
675
|
dependencies:
|
|
500
676
|
assertion-error: 1.1.0
|
|
501
677
|
check-error: 1.0.2
|
|
@@ -507,7 +683,10 @@ packages:
|
|
|
507
683
|
dev: true
|
|
508
684
|
|
|
509
685
|
/change-case@4.1.2:
|
|
510
|
-
resolution:
|
|
686
|
+
resolution:
|
|
687
|
+
{
|
|
688
|
+
integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==,
|
|
689
|
+
}
|
|
511
690
|
dependencies:
|
|
512
691
|
camel-case: 4.1.2
|
|
513
692
|
capital-case: 1.0.4
|
|
@@ -524,11 +703,17 @@ packages:
|
|
|
524
703
|
dev: false
|
|
525
704
|
|
|
526
705
|
/check-error@1.0.2:
|
|
527
|
-
resolution:
|
|
706
|
+
resolution:
|
|
707
|
+
{
|
|
708
|
+
integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==,
|
|
709
|
+
}
|
|
528
710
|
dev: true
|
|
529
711
|
|
|
530
712
|
/constant-case@3.0.4:
|
|
531
|
-
resolution:
|
|
713
|
+
resolution:
|
|
714
|
+
{
|
|
715
|
+
integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==,
|
|
716
|
+
}
|
|
532
717
|
dependencies:
|
|
533
718
|
no-case: 3.0.4
|
|
534
719
|
tslib: 2.4.1
|
|
@@ -536,10 +721,13 @@ packages:
|
|
|
536
721
|
dev: false
|
|
537
722
|
|
|
538
723
|
/debug@4.3.4:
|
|
539
|
-
resolution:
|
|
540
|
-
|
|
724
|
+
resolution:
|
|
725
|
+
{
|
|
726
|
+
integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==,
|
|
727
|
+
}
|
|
728
|
+
engines: { node: ">=6.0" }
|
|
541
729
|
peerDependencies:
|
|
542
|
-
supports-color:
|
|
730
|
+
supports-color: "*"
|
|
543
731
|
peerDependenciesMeta:
|
|
544
732
|
supports-color:
|
|
545
733
|
optional: true
|
|
@@ -548,138 +736,198 @@ packages:
|
|
|
548
736
|
dev: true
|
|
549
737
|
|
|
550
738
|
/deep-eql@4.1.3:
|
|
551
|
-
resolution:
|
|
552
|
-
|
|
739
|
+
resolution:
|
|
740
|
+
{
|
|
741
|
+
integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==,
|
|
742
|
+
}
|
|
743
|
+
engines: { node: ">=6" }
|
|
553
744
|
dependencies:
|
|
554
745
|
type-detect: 4.0.8
|
|
555
746
|
dev: true
|
|
556
747
|
|
|
557
748
|
/dot-case@3.0.4:
|
|
558
|
-
resolution:
|
|
749
|
+
resolution:
|
|
750
|
+
{
|
|
751
|
+
integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==,
|
|
752
|
+
}
|
|
559
753
|
dependencies:
|
|
560
754
|
no-case: 3.0.4
|
|
561
755
|
tslib: 2.4.1
|
|
562
756
|
dev: false
|
|
563
757
|
|
|
564
758
|
/esbuild@0.16.17:
|
|
565
|
-
resolution:
|
|
566
|
-
|
|
759
|
+
resolution:
|
|
760
|
+
{
|
|
761
|
+
integrity: sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==,
|
|
762
|
+
}
|
|
763
|
+
engines: { node: ">=12" }
|
|
567
764
|
hasBin: true
|
|
568
765
|
requiresBuild: true
|
|
569
766
|
optionalDependencies:
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
767
|
+
"@esbuild/android-arm": 0.16.17
|
|
768
|
+
"@esbuild/android-arm64": 0.16.17
|
|
769
|
+
"@esbuild/android-x64": 0.16.17
|
|
770
|
+
"@esbuild/darwin-arm64": 0.16.17
|
|
771
|
+
"@esbuild/darwin-x64": 0.16.17
|
|
772
|
+
"@esbuild/freebsd-arm64": 0.16.17
|
|
773
|
+
"@esbuild/freebsd-x64": 0.16.17
|
|
774
|
+
"@esbuild/linux-arm": 0.16.17
|
|
775
|
+
"@esbuild/linux-arm64": 0.16.17
|
|
776
|
+
"@esbuild/linux-ia32": 0.16.17
|
|
777
|
+
"@esbuild/linux-loong64": 0.16.17
|
|
778
|
+
"@esbuild/linux-mips64el": 0.16.17
|
|
779
|
+
"@esbuild/linux-ppc64": 0.16.17
|
|
780
|
+
"@esbuild/linux-riscv64": 0.16.17
|
|
781
|
+
"@esbuild/linux-s390x": 0.16.17
|
|
782
|
+
"@esbuild/linux-x64": 0.16.17
|
|
783
|
+
"@esbuild/netbsd-x64": 0.16.17
|
|
784
|
+
"@esbuild/openbsd-x64": 0.16.17
|
|
785
|
+
"@esbuild/sunos-x64": 0.16.17
|
|
786
|
+
"@esbuild/win32-arm64": 0.16.17
|
|
787
|
+
"@esbuild/win32-ia32": 0.16.17
|
|
788
|
+
"@esbuild/win32-x64": 0.16.17
|
|
592
789
|
dev: true
|
|
593
790
|
|
|
594
791
|
/fsevents@2.3.2:
|
|
595
|
-
resolution:
|
|
596
|
-
|
|
792
|
+
resolution:
|
|
793
|
+
{
|
|
794
|
+
integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==,
|
|
795
|
+
}
|
|
796
|
+
engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
|
|
597
797
|
os: [darwin]
|
|
598
798
|
requiresBuild: true
|
|
599
799
|
dev: true
|
|
600
800
|
optional: true
|
|
601
801
|
|
|
602
802
|
/function-bind@1.1.1:
|
|
603
|
-
resolution:
|
|
803
|
+
resolution:
|
|
804
|
+
{
|
|
805
|
+
integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==,
|
|
806
|
+
}
|
|
604
807
|
dev: true
|
|
605
808
|
|
|
606
809
|
/get-func-name@2.0.0:
|
|
607
|
-
resolution:
|
|
810
|
+
resolution:
|
|
811
|
+
{
|
|
812
|
+
integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==,
|
|
813
|
+
}
|
|
608
814
|
dev: true
|
|
609
815
|
|
|
610
816
|
/has@1.0.3:
|
|
611
|
-
resolution:
|
|
612
|
-
|
|
817
|
+
resolution:
|
|
818
|
+
{
|
|
819
|
+
integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==,
|
|
820
|
+
}
|
|
821
|
+
engines: { node: ">= 0.4.0" }
|
|
613
822
|
dependencies:
|
|
614
823
|
function-bind: 1.1.1
|
|
615
824
|
dev: true
|
|
616
825
|
|
|
617
826
|
/header-case@2.0.4:
|
|
618
|
-
resolution:
|
|
827
|
+
resolution:
|
|
828
|
+
{
|
|
829
|
+
integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==,
|
|
830
|
+
}
|
|
619
831
|
dependencies:
|
|
620
832
|
capital-case: 1.0.4
|
|
621
833
|
tslib: 2.4.1
|
|
622
834
|
dev: false
|
|
623
835
|
|
|
624
836
|
/is-core-module@2.11.0:
|
|
625
|
-
resolution:
|
|
837
|
+
resolution:
|
|
838
|
+
{
|
|
839
|
+
integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==,
|
|
840
|
+
}
|
|
626
841
|
dependencies:
|
|
627
842
|
has: 1.0.3
|
|
628
843
|
dev: true
|
|
629
844
|
|
|
630
845
|
/json-rpc-2.0@1.4.2:
|
|
631
|
-
resolution:
|
|
846
|
+
resolution:
|
|
847
|
+
{
|
|
848
|
+
integrity: sha512-oqiMRhWN4Q+2ySitZR5GA9vtiNOK19GTDDad0yn8/T/ND+Ap81QP6+3UMl738H4bmRbCEwhQkkBruNqx7EXfUQ==,
|
|
849
|
+
}
|
|
632
850
|
dev: false
|
|
633
851
|
|
|
634
852
|
/jsonc-parser@3.2.0:
|
|
635
|
-
resolution:
|
|
853
|
+
resolution:
|
|
854
|
+
{
|
|
855
|
+
integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==,
|
|
856
|
+
}
|
|
636
857
|
dev: true
|
|
637
858
|
|
|
638
859
|
/ksuid@3.0.0:
|
|
639
|
-
resolution:
|
|
860
|
+
resolution:
|
|
861
|
+
{
|
|
862
|
+
integrity: sha512-81CkBGn/06ZVAjGvFZi6fVG8VcPeMH0JpJ4V1Z9VwrMMaGIeAjY4jrVdrIcxhL9I2ZUU6t5uiyswcmkk+KZegA==,
|
|
863
|
+
}
|
|
640
864
|
dependencies:
|
|
641
865
|
base-convert-int-array: 1.0.1
|
|
642
866
|
dev: false
|
|
643
867
|
|
|
644
868
|
/kysely@0.23.4:
|
|
645
|
-
resolution:
|
|
646
|
-
|
|
869
|
+
resolution:
|
|
870
|
+
{
|
|
871
|
+
integrity: sha512-3icLnj1fahUtZsP9zzOvF4DcdhekGsLX4ZaoBaIz0ZeHegyRDdbwpJD7zezAJ+KwQZNDeKchel6MikFNLsSZIA==,
|
|
872
|
+
}
|
|
873
|
+
engines: { node: ">=14.0.0" }
|
|
647
874
|
dev: false
|
|
648
875
|
|
|
649
876
|
/local-pkg@0.4.2:
|
|
650
|
-
resolution:
|
|
651
|
-
|
|
877
|
+
resolution:
|
|
878
|
+
{
|
|
879
|
+
integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==,
|
|
880
|
+
}
|
|
881
|
+
engines: { node: ">=14" }
|
|
652
882
|
dev: true
|
|
653
883
|
|
|
654
884
|
/lodash.merge@4.6.2:
|
|
655
|
-
resolution:
|
|
885
|
+
resolution:
|
|
886
|
+
{
|
|
887
|
+
integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==,
|
|
888
|
+
}
|
|
656
889
|
dev: false
|
|
657
890
|
|
|
658
891
|
/long@5.2.3:
|
|
659
|
-
resolution:
|
|
892
|
+
resolution:
|
|
893
|
+
{
|
|
894
|
+
integrity: sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==,
|
|
895
|
+
}
|
|
660
896
|
dev: false
|
|
661
897
|
|
|
662
898
|
/loupe@2.3.6:
|
|
663
|
-
resolution:
|
|
899
|
+
resolution:
|
|
900
|
+
{
|
|
901
|
+
integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==,
|
|
902
|
+
}
|
|
664
903
|
dependencies:
|
|
665
904
|
get-func-name: 2.0.0
|
|
666
905
|
dev: true
|
|
667
906
|
|
|
668
907
|
/lower-case@2.0.2:
|
|
669
|
-
resolution:
|
|
908
|
+
resolution:
|
|
909
|
+
{
|
|
910
|
+
integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==,
|
|
911
|
+
}
|
|
670
912
|
dependencies:
|
|
671
913
|
tslib: 2.4.1
|
|
672
914
|
dev: false
|
|
673
915
|
|
|
674
916
|
/lru-cache@6.0.0:
|
|
675
|
-
resolution:
|
|
676
|
-
|
|
917
|
+
resolution:
|
|
918
|
+
{
|
|
919
|
+
integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==,
|
|
920
|
+
}
|
|
921
|
+
engines: { node: ">=10" }
|
|
677
922
|
dependencies:
|
|
678
923
|
yallist: 4.0.0
|
|
679
924
|
dev: false
|
|
680
925
|
|
|
681
926
|
/mlly@1.1.0:
|
|
682
|
-
resolution:
|
|
927
|
+
resolution:
|
|
928
|
+
{
|
|
929
|
+
integrity: sha512-cwzBrBfwGC1gYJyfcy8TcZU1f+dbH/T+TuOhtYP2wLv/Fb51/uV7HJQfBPtEupZ2ORLRU1EKFS/QfS3eo9+kBQ==,
|
|
930
|
+
}
|
|
683
931
|
dependencies:
|
|
684
932
|
acorn: 8.8.1
|
|
685
933
|
pathe: 1.0.0
|
|
@@ -688,87 +936,135 @@ packages:
|
|
|
688
936
|
dev: true
|
|
689
937
|
|
|
690
938
|
/ms@2.1.2:
|
|
691
|
-
resolution:
|
|
939
|
+
resolution:
|
|
940
|
+
{
|
|
941
|
+
integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==,
|
|
942
|
+
}
|
|
692
943
|
dev: true
|
|
693
944
|
|
|
694
945
|
/nanoid@3.3.4:
|
|
695
|
-
resolution:
|
|
696
|
-
|
|
946
|
+
resolution:
|
|
947
|
+
{
|
|
948
|
+
integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==,
|
|
949
|
+
}
|
|
950
|
+
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
|
697
951
|
hasBin: true
|
|
698
952
|
dev: true
|
|
699
953
|
|
|
700
954
|
/no-case@3.0.4:
|
|
701
|
-
resolution:
|
|
955
|
+
resolution:
|
|
956
|
+
{
|
|
957
|
+
integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==,
|
|
958
|
+
}
|
|
702
959
|
dependencies:
|
|
703
960
|
lower-case: 2.0.2
|
|
704
961
|
tslib: 2.4.1
|
|
705
962
|
dev: false
|
|
706
963
|
|
|
707
964
|
/packet-reader@1.0.0:
|
|
708
|
-
resolution:
|
|
965
|
+
resolution:
|
|
966
|
+
{
|
|
967
|
+
integrity: sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==,
|
|
968
|
+
}
|
|
709
969
|
dev: false
|
|
710
970
|
|
|
711
971
|
/param-case@3.0.4:
|
|
712
|
-
resolution:
|
|
972
|
+
resolution:
|
|
973
|
+
{
|
|
974
|
+
integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==,
|
|
975
|
+
}
|
|
713
976
|
dependencies:
|
|
714
977
|
dot-case: 3.0.4
|
|
715
978
|
tslib: 2.4.1
|
|
716
979
|
dev: false
|
|
717
980
|
|
|
718
981
|
/pascal-case@3.1.2:
|
|
719
|
-
resolution:
|
|
982
|
+
resolution:
|
|
983
|
+
{
|
|
984
|
+
integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==,
|
|
985
|
+
}
|
|
720
986
|
dependencies:
|
|
721
987
|
no-case: 3.0.4
|
|
722
988
|
tslib: 2.4.1
|
|
723
989
|
dev: false
|
|
724
990
|
|
|
725
991
|
/path-case@3.0.4:
|
|
726
|
-
resolution:
|
|
992
|
+
resolution:
|
|
993
|
+
{
|
|
994
|
+
integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==,
|
|
995
|
+
}
|
|
727
996
|
dependencies:
|
|
728
997
|
dot-case: 3.0.4
|
|
729
998
|
tslib: 2.4.1
|
|
730
999
|
dev: false
|
|
731
1000
|
|
|
732
1001
|
/path-parse@1.0.7:
|
|
733
|
-
resolution:
|
|
1002
|
+
resolution:
|
|
1003
|
+
{
|
|
1004
|
+
integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==,
|
|
1005
|
+
}
|
|
734
1006
|
dev: true
|
|
735
1007
|
|
|
736
1008
|
/pathe@0.2.0:
|
|
737
|
-
resolution:
|
|
1009
|
+
resolution:
|
|
1010
|
+
{
|
|
1011
|
+
integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==,
|
|
1012
|
+
}
|
|
738
1013
|
dev: true
|
|
739
1014
|
|
|
740
1015
|
/pathe@1.0.0:
|
|
741
|
-
resolution:
|
|
1016
|
+
resolution:
|
|
1017
|
+
{
|
|
1018
|
+
integrity: sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==,
|
|
1019
|
+
}
|
|
742
1020
|
dev: true
|
|
743
1021
|
|
|
744
1022
|
/pathval@1.1.1:
|
|
745
|
-
resolution:
|
|
1023
|
+
resolution:
|
|
1024
|
+
{
|
|
1025
|
+
integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==,
|
|
1026
|
+
}
|
|
746
1027
|
dev: true
|
|
747
1028
|
|
|
748
1029
|
/pg-connection-string@2.5.0:
|
|
749
|
-
resolution:
|
|
1030
|
+
resolution:
|
|
1031
|
+
{
|
|
1032
|
+
integrity: sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==,
|
|
1033
|
+
}
|
|
750
1034
|
dev: false
|
|
751
1035
|
|
|
752
1036
|
/pg-int8@1.0.1:
|
|
753
|
-
resolution:
|
|
754
|
-
|
|
1037
|
+
resolution:
|
|
1038
|
+
{
|
|
1039
|
+
integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==,
|
|
1040
|
+
}
|
|
1041
|
+
engines: { node: ">=4.0.0" }
|
|
755
1042
|
dev: false
|
|
756
1043
|
|
|
757
1044
|
/pg-pool@3.5.2(pg@8.8.0):
|
|
758
|
-
resolution:
|
|
1045
|
+
resolution:
|
|
1046
|
+
{
|
|
1047
|
+
integrity: sha512-His3Fh17Z4eg7oANLob6ZvH8xIVen3phEZh2QuyrIl4dQSDVEabNducv6ysROKpDNPSD+12tONZVWfSgMvDD9w==,
|
|
1048
|
+
}
|
|
759
1049
|
peerDependencies:
|
|
760
|
-
pg:
|
|
1050
|
+
pg: ">=8.0"
|
|
761
1051
|
dependencies:
|
|
762
1052
|
pg: 8.8.0
|
|
763
1053
|
dev: false
|
|
764
1054
|
|
|
765
1055
|
/pg-protocol@1.5.0:
|
|
766
|
-
resolution:
|
|
1056
|
+
resolution:
|
|
1057
|
+
{
|
|
1058
|
+
integrity: sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==,
|
|
1059
|
+
}
|
|
767
1060
|
dev: false
|
|
768
1061
|
|
|
769
1062
|
/pg-types@2.2.0:
|
|
770
|
-
resolution:
|
|
771
|
-
|
|
1063
|
+
resolution:
|
|
1064
|
+
{
|
|
1065
|
+
integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==,
|
|
1066
|
+
}
|
|
1067
|
+
engines: { node: ">=4" }
|
|
772
1068
|
dependencies:
|
|
773
1069
|
pg-int8: 1.0.1
|
|
774
1070
|
postgres-array: 2.0.0
|
|
@@ -778,10 +1074,13 @@ packages:
|
|
|
778
1074
|
dev: false
|
|
779
1075
|
|
|
780
1076
|
/pg@8.8.0:
|
|
781
|
-
resolution:
|
|
782
|
-
|
|
1077
|
+
resolution:
|
|
1078
|
+
{
|
|
1079
|
+
integrity: sha512-UXYN0ziKj+AeNNP7VDMwrehpACThH7LUl/p8TDFpEUuSejCUIwGSfxpHsPvtM6/WXFy6SU4E5RG4IJV/TZAGjw==,
|
|
1080
|
+
}
|
|
1081
|
+
engines: { node: ">= 8.0.0" }
|
|
783
1082
|
peerDependencies:
|
|
784
|
-
pg-native:
|
|
1083
|
+
pg-native: ">=3.0.1"
|
|
785
1084
|
peerDependenciesMeta:
|
|
786
1085
|
pg-native:
|
|
787
1086
|
optional: true
|
|
@@ -796,17 +1095,26 @@ packages:
|
|
|
796
1095
|
dev: false
|
|
797
1096
|
|
|
798
1097
|
/pgpass@1.0.5:
|
|
799
|
-
resolution:
|
|
1098
|
+
resolution:
|
|
1099
|
+
{
|
|
1100
|
+
integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==,
|
|
1101
|
+
}
|
|
800
1102
|
dependencies:
|
|
801
1103
|
split2: 4.1.0
|
|
802
1104
|
dev: false
|
|
803
1105
|
|
|
804
1106
|
/picocolors@1.0.0:
|
|
805
|
-
resolution:
|
|
1107
|
+
resolution:
|
|
1108
|
+
{
|
|
1109
|
+
integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==,
|
|
1110
|
+
}
|
|
806
1111
|
dev: true
|
|
807
1112
|
|
|
808
1113
|
/pkg-types@1.0.1:
|
|
809
|
-
resolution:
|
|
1114
|
+
resolution:
|
|
1115
|
+
{
|
|
1116
|
+
integrity: sha512-jHv9HB+Ho7dj6ItwppRDDl0iZRYBD0jsakHXtFgoLr+cHSF6xC+QL54sJmWxyGxOLYSHm0afhXhXcQDQqH9z8g==,
|
|
1117
|
+
}
|
|
810
1118
|
dependencies:
|
|
811
1119
|
jsonc-parser: 3.2.0
|
|
812
1120
|
mlly: 1.1.0
|
|
@@ -814,8 +1122,11 @@ packages:
|
|
|
814
1122
|
dev: true
|
|
815
1123
|
|
|
816
1124
|
/postcss@8.4.21:
|
|
817
|
-
resolution:
|
|
818
|
-
|
|
1125
|
+
resolution:
|
|
1126
|
+
{
|
|
1127
|
+
integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==,
|
|
1128
|
+
}
|
|
1129
|
+
engines: { node: ^10 || ^12 || >=14 }
|
|
819
1130
|
dependencies:
|
|
820
1131
|
nanoid: 3.3.4
|
|
821
1132
|
picocolors: 1.0.0
|
|
@@ -823,54 +1134,75 @@ packages:
|
|
|
823
1134
|
dev: true
|
|
824
1135
|
|
|
825
1136
|
/postgres-array@2.0.0:
|
|
826
|
-
resolution:
|
|
827
|
-
|
|
1137
|
+
resolution:
|
|
1138
|
+
{
|
|
1139
|
+
integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==,
|
|
1140
|
+
}
|
|
1141
|
+
engines: { node: ">=4" }
|
|
828
1142
|
dev: false
|
|
829
1143
|
|
|
830
1144
|
/postgres-bytea@1.0.0:
|
|
831
|
-
resolution:
|
|
832
|
-
|
|
1145
|
+
resolution:
|
|
1146
|
+
{
|
|
1147
|
+
integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==,
|
|
1148
|
+
}
|
|
1149
|
+
engines: { node: ">=0.10.0" }
|
|
833
1150
|
dev: false
|
|
834
1151
|
|
|
835
1152
|
/postgres-date@1.0.7:
|
|
836
|
-
resolution:
|
|
837
|
-
|
|
1153
|
+
resolution:
|
|
1154
|
+
{
|
|
1155
|
+
integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==,
|
|
1156
|
+
}
|
|
1157
|
+
engines: { node: ">=0.10.0" }
|
|
838
1158
|
dev: false
|
|
839
1159
|
|
|
840
1160
|
/postgres-interval@1.2.0:
|
|
841
|
-
resolution:
|
|
842
|
-
|
|
1161
|
+
resolution:
|
|
1162
|
+
{
|
|
1163
|
+
integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==,
|
|
1164
|
+
}
|
|
1165
|
+
engines: { node: ">=0.10.0" }
|
|
843
1166
|
dependencies:
|
|
844
1167
|
xtend: 4.0.2
|
|
845
1168
|
dev: false
|
|
846
1169
|
|
|
847
1170
|
/prettier@2.7.1:
|
|
848
|
-
resolution:
|
|
849
|
-
|
|
1171
|
+
resolution:
|
|
1172
|
+
{
|
|
1173
|
+
integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==,
|
|
1174
|
+
}
|
|
1175
|
+
engines: { node: ">=10.13.0" }
|
|
850
1176
|
hasBin: true
|
|
851
1177
|
dev: true
|
|
852
1178
|
|
|
853
1179
|
/protobufjs@7.2.3:
|
|
854
|
-
resolution:
|
|
855
|
-
|
|
1180
|
+
resolution:
|
|
1181
|
+
{
|
|
1182
|
+
integrity: sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg==,
|
|
1183
|
+
}
|
|
1184
|
+
engines: { node: ">=12.0.0" }
|
|
856
1185
|
requiresBuild: true
|
|
857
1186
|
dependencies:
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
1187
|
+
"@protobufjs/aspromise": 1.1.2
|
|
1188
|
+
"@protobufjs/base64": 1.1.2
|
|
1189
|
+
"@protobufjs/codegen": 2.0.4
|
|
1190
|
+
"@protobufjs/eventemitter": 1.1.0
|
|
1191
|
+
"@protobufjs/fetch": 1.1.0
|
|
1192
|
+
"@protobufjs/float": 1.0.2
|
|
1193
|
+
"@protobufjs/inquire": 1.1.0
|
|
1194
|
+
"@protobufjs/path": 1.1.2
|
|
1195
|
+
"@protobufjs/pool": 1.1.0
|
|
1196
|
+
"@protobufjs/utf8": 1.1.0
|
|
1197
|
+
"@types/node": 18.11.18
|
|
869
1198
|
long: 5.2.3
|
|
870
1199
|
dev: false
|
|
871
1200
|
|
|
872
1201
|
/resolve@1.22.1:
|
|
873
|
-
resolution:
|
|
1202
|
+
resolution:
|
|
1203
|
+
{
|
|
1204
|
+
integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==,
|
|
1205
|
+
}
|
|
874
1206
|
hasBin: true
|
|
875
1207
|
dependencies:
|
|
876
1208
|
is-core-module: 2.11.0
|
|
@@ -879,23 +1211,32 @@ packages:
|
|
|
879
1211
|
dev: true
|
|
880
1212
|
|
|
881
1213
|
/rollup@3.10.0:
|
|
882
|
-
resolution:
|
|
883
|
-
|
|
1214
|
+
resolution:
|
|
1215
|
+
{
|
|
1216
|
+
integrity: sha512-JmRYz44NjC1MjVF2VKxc0M1a97vn+cDxeqWmnwyAF4FvpjK8YFdHpaqvQB+3IxCvX05vJxKZkoMDU8TShhmJVA==,
|
|
1217
|
+
}
|
|
1218
|
+
engines: { node: ">=14.18.0", npm: ">=8.0.0" }
|
|
884
1219
|
hasBin: true
|
|
885
1220
|
optionalDependencies:
|
|
886
1221
|
fsevents: 2.3.2
|
|
887
1222
|
dev: true
|
|
888
1223
|
|
|
889
1224
|
/semver@7.5.0:
|
|
890
|
-
resolution:
|
|
891
|
-
|
|
1225
|
+
resolution:
|
|
1226
|
+
{
|
|
1227
|
+
integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==,
|
|
1228
|
+
}
|
|
1229
|
+
engines: { node: ">=10" }
|
|
892
1230
|
hasBin: true
|
|
893
1231
|
dependencies:
|
|
894
1232
|
lru-cache: 6.0.0
|
|
895
1233
|
dev: false
|
|
896
1234
|
|
|
897
1235
|
/sentence-case@3.0.4:
|
|
898
|
-
resolution:
|
|
1236
|
+
resolution:
|
|
1237
|
+
{
|
|
1238
|
+
integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==,
|
|
1239
|
+
}
|
|
899
1240
|
dependencies:
|
|
900
1241
|
no-case: 3.0.4
|
|
901
1242
|
tslib: 2.4.1
|
|
@@ -903,95 +1244,149 @@ packages:
|
|
|
903
1244
|
dev: false
|
|
904
1245
|
|
|
905
1246
|
/siginfo@2.0.0:
|
|
906
|
-
resolution:
|
|
1247
|
+
resolution:
|
|
1248
|
+
{
|
|
1249
|
+
integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==,
|
|
1250
|
+
}
|
|
907
1251
|
dev: true
|
|
908
1252
|
|
|
909
1253
|
/snake-case@3.0.4:
|
|
910
|
-
resolution:
|
|
1254
|
+
resolution:
|
|
1255
|
+
{
|
|
1256
|
+
integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==,
|
|
1257
|
+
}
|
|
911
1258
|
dependencies:
|
|
912
1259
|
dot-case: 3.0.4
|
|
913
1260
|
tslib: 2.4.1
|
|
914
1261
|
dev: false
|
|
915
1262
|
|
|
916
1263
|
/source-map-js@1.0.2:
|
|
917
|
-
resolution:
|
|
918
|
-
|
|
1264
|
+
resolution:
|
|
1265
|
+
{
|
|
1266
|
+
integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==,
|
|
1267
|
+
}
|
|
1268
|
+
engines: { node: ">=0.10.0" }
|
|
919
1269
|
dev: true
|
|
920
1270
|
|
|
921
1271
|
/source-map-support@0.5.21:
|
|
922
|
-
resolution:
|
|
1272
|
+
resolution:
|
|
1273
|
+
{
|
|
1274
|
+
integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==,
|
|
1275
|
+
}
|
|
923
1276
|
dependencies:
|
|
924
1277
|
buffer-from: 1.1.2
|
|
925
1278
|
source-map: 0.6.1
|
|
926
1279
|
dev: true
|
|
927
1280
|
|
|
928
1281
|
/source-map@0.6.1:
|
|
929
|
-
resolution:
|
|
930
|
-
|
|
1282
|
+
resolution:
|
|
1283
|
+
{
|
|
1284
|
+
integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==,
|
|
1285
|
+
}
|
|
1286
|
+
engines: { node: ">=0.10.0" }
|
|
931
1287
|
dev: true
|
|
932
1288
|
|
|
933
1289
|
/split2@4.1.0:
|
|
934
|
-
resolution:
|
|
935
|
-
|
|
1290
|
+
resolution:
|
|
1291
|
+
{
|
|
1292
|
+
integrity: sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==,
|
|
1293
|
+
}
|
|
1294
|
+
engines: { node: ">= 10.x" }
|
|
936
1295
|
dev: false
|
|
937
1296
|
|
|
938
1297
|
/stackback@0.0.2:
|
|
939
|
-
resolution:
|
|
1298
|
+
resolution:
|
|
1299
|
+
{
|
|
1300
|
+
integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==,
|
|
1301
|
+
}
|
|
940
1302
|
dev: true
|
|
941
1303
|
|
|
942
1304
|
/strip-literal@1.0.0:
|
|
943
|
-
resolution:
|
|
1305
|
+
resolution:
|
|
1306
|
+
{
|
|
1307
|
+
integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==,
|
|
1308
|
+
}
|
|
944
1309
|
dependencies:
|
|
945
1310
|
acorn: 8.8.1
|
|
946
1311
|
dev: true
|
|
947
1312
|
|
|
948
1313
|
/supports-preserve-symlinks-flag@1.0.0:
|
|
949
|
-
resolution:
|
|
950
|
-
|
|
1314
|
+
resolution:
|
|
1315
|
+
{
|
|
1316
|
+
integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==,
|
|
1317
|
+
}
|
|
1318
|
+
engines: { node: ">= 0.4" }
|
|
951
1319
|
dev: true
|
|
952
1320
|
|
|
953
1321
|
/tinybench@2.3.1:
|
|
954
|
-
resolution:
|
|
1322
|
+
resolution:
|
|
1323
|
+
{
|
|
1324
|
+
integrity: sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==,
|
|
1325
|
+
}
|
|
955
1326
|
dev: true
|
|
956
1327
|
|
|
957
1328
|
/tinypool@0.3.0:
|
|
958
|
-
resolution:
|
|
959
|
-
|
|
1329
|
+
resolution:
|
|
1330
|
+
{
|
|
1331
|
+
integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==,
|
|
1332
|
+
}
|
|
1333
|
+
engines: { node: ">=14.0.0" }
|
|
960
1334
|
dev: true
|
|
961
1335
|
|
|
962
1336
|
/tinyspy@1.0.2:
|
|
963
|
-
resolution:
|
|
964
|
-
|
|
1337
|
+
resolution:
|
|
1338
|
+
{
|
|
1339
|
+
integrity: sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==,
|
|
1340
|
+
}
|
|
1341
|
+
engines: { node: ">=14.0.0" }
|
|
965
1342
|
dev: true
|
|
966
1343
|
|
|
967
1344
|
/tslib@2.4.1:
|
|
968
|
-
resolution:
|
|
1345
|
+
resolution:
|
|
1346
|
+
{
|
|
1347
|
+
integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==,
|
|
1348
|
+
}
|
|
969
1349
|
dev: false
|
|
970
1350
|
|
|
971
1351
|
/type-detect@4.0.8:
|
|
972
|
-
resolution:
|
|
973
|
-
|
|
1352
|
+
resolution:
|
|
1353
|
+
{
|
|
1354
|
+
integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==,
|
|
1355
|
+
}
|
|
1356
|
+
engines: { node: ">=4" }
|
|
974
1357
|
dev: true
|
|
975
1358
|
|
|
976
1359
|
/ufo@1.0.1:
|
|
977
|
-
resolution:
|
|
1360
|
+
resolution:
|
|
1361
|
+
{
|
|
1362
|
+
integrity: sha512-boAm74ubXHY7KJQZLlXrtMz52qFvpsbOxDcZOnw/Wf+LS4Mmyu7JxmzD4tDLtUQtmZECypJ0FrCz4QIe6dvKRA==,
|
|
1363
|
+
}
|
|
978
1364
|
dev: true
|
|
979
1365
|
|
|
980
1366
|
/upper-case-first@2.0.2:
|
|
981
|
-
resolution:
|
|
1367
|
+
resolution:
|
|
1368
|
+
{
|
|
1369
|
+
integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==,
|
|
1370
|
+
}
|
|
982
1371
|
dependencies:
|
|
983
1372
|
tslib: 2.4.1
|
|
984
1373
|
dev: false
|
|
985
1374
|
|
|
986
1375
|
/upper-case@2.0.2:
|
|
987
|
-
resolution:
|
|
1376
|
+
resolution:
|
|
1377
|
+
{
|
|
1378
|
+
integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==,
|
|
1379
|
+
}
|
|
988
1380
|
dependencies:
|
|
989
1381
|
tslib: 2.4.1
|
|
990
1382
|
dev: false
|
|
991
1383
|
|
|
992
1384
|
/vite-node@0.27.1(@types/node@18.11.18):
|
|
993
|
-
resolution:
|
|
994
|
-
|
|
1385
|
+
resolution:
|
|
1386
|
+
{
|
|
1387
|
+
integrity: sha512-d6+ue/3NzsfndWaPbYh/bFkHbmAWfDXI4B874zRx+WREnG6CUHUbBC8lKaRYZjeR6gCPN5m1aVNNRXBYICA9XA==,
|
|
1388
|
+
}
|
|
1389
|
+
engines: { node: ">=v14.16.0" }
|
|
995
1390
|
hasBin: true
|
|
996
1391
|
dependencies:
|
|
997
1392
|
cac: 6.7.14
|
|
@@ -1003,7 +1398,7 @@ packages:
|
|
|
1003
1398
|
source-map-support: 0.5.21
|
|
1004
1399
|
vite: 4.0.4(@types/node@18.11.18)
|
|
1005
1400
|
transitivePeerDependencies:
|
|
1006
|
-
-
|
|
1401
|
+
- "@types/node"
|
|
1007
1402
|
- less
|
|
1008
1403
|
- sass
|
|
1009
1404
|
- stylus
|
|
@@ -1013,18 +1408,21 @@ packages:
|
|
|
1013
1408
|
dev: true
|
|
1014
1409
|
|
|
1015
1410
|
/vite@4.0.4(@types/node@18.11.18):
|
|
1016
|
-
resolution:
|
|
1017
|
-
|
|
1411
|
+
resolution:
|
|
1412
|
+
{
|
|
1413
|
+
integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==,
|
|
1414
|
+
}
|
|
1415
|
+
engines: { node: ^14.18.0 || >=16.0.0 }
|
|
1018
1416
|
hasBin: true
|
|
1019
1417
|
peerDependencies:
|
|
1020
|
-
|
|
1021
|
-
less:
|
|
1022
|
-
sass:
|
|
1023
|
-
stylus:
|
|
1024
|
-
sugarss:
|
|
1418
|
+
"@types/node": ">= 14"
|
|
1419
|
+
less: "*"
|
|
1420
|
+
sass: "*"
|
|
1421
|
+
stylus: "*"
|
|
1422
|
+
sugarss: "*"
|
|
1025
1423
|
terser: ^5.4.0
|
|
1026
1424
|
peerDependenciesMeta:
|
|
1027
|
-
|
|
1425
|
+
"@types/node":
|
|
1028
1426
|
optional: true
|
|
1029
1427
|
less:
|
|
1030
1428
|
optional: true
|
|
@@ -1037,7 +1435,7 @@ packages:
|
|
|
1037
1435
|
terser:
|
|
1038
1436
|
optional: true
|
|
1039
1437
|
dependencies:
|
|
1040
|
-
|
|
1438
|
+
"@types/node": 18.11.18
|
|
1041
1439
|
esbuild: 0.16.17
|
|
1042
1440
|
postcss: 8.4.21
|
|
1043
1441
|
resolve: 1.22.1
|
|
@@ -1047,30 +1445,33 @@ packages:
|
|
|
1047
1445
|
dev: true
|
|
1048
1446
|
|
|
1049
1447
|
/vitest@0.27.1:
|
|
1050
|
-
resolution:
|
|
1051
|
-
|
|
1448
|
+
resolution:
|
|
1449
|
+
{
|
|
1450
|
+
integrity: sha512-1sIpQ1DVFTEn7c1ici1XHcVfdU4nKiBmPtPAtGKJJJLuJjojTv/OHGgcf69P57alM4ty8V4NMv+7Yoi5Cxqx9g==,
|
|
1451
|
+
}
|
|
1452
|
+
engines: { node: ">=v14.16.0" }
|
|
1052
1453
|
hasBin: true
|
|
1053
1454
|
peerDependencies:
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
happy-dom:
|
|
1058
|
-
jsdom:
|
|
1455
|
+
"@edge-runtime/vm": "*"
|
|
1456
|
+
"@vitest/browser": "*"
|
|
1457
|
+
"@vitest/ui": "*"
|
|
1458
|
+
happy-dom: "*"
|
|
1459
|
+
jsdom: "*"
|
|
1059
1460
|
peerDependenciesMeta:
|
|
1060
|
-
|
|
1461
|
+
"@edge-runtime/vm":
|
|
1061
1462
|
optional: true
|
|
1062
|
-
|
|
1463
|
+
"@vitest/browser":
|
|
1063
1464
|
optional: true
|
|
1064
|
-
|
|
1465
|
+
"@vitest/ui":
|
|
1065
1466
|
optional: true
|
|
1066
1467
|
happy-dom:
|
|
1067
1468
|
optional: true
|
|
1068
1469
|
jsdom:
|
|
1069
1470
|
optional: true
|
|
1070
1471
|
dependencies:
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1472
|
+
"@types/chai": 4.3.4
|
|
1473
|
+
"@types/chai-subset": 1.3.3
|
|
1474
|
+
"@types/node": 18.11.18
|
|
1074
1475
|
acorn: 8.8.1
|
|
1075
1476
|
acorn-walk: 8.2.0
|
|
1076
1477
|
cac: 6.7.14
|
|
@@ -1096,8 +1497,11 @@ packages:
|
|
|
1096
1497
|
dev: true
|
|
1097
1498
|
|
|
1098
1499
|
/why-is-node-running@2.2.2:
|
|
1099
|
-
resolution:
|
|
1100
|
-
|
|
1500
|
+
resolution:
|
|
1501
|
+
{
|
|
1502
|
+
integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==,
|
|
1503
|
+
}
|
|
1504
|
+
engines: { node: ">=8" }
|
|
1101
1505
|
hasBin: true
|
|
1102
1506
|
dependencies:
|
|
1103
1507
|
siginfo: 2.0.0
|
|
@@ -1105,10 +1509,16 @@ packages:
|
|
|
1105
1509
|
dev: true
|
|
1106
1510
|
|
|
1107
1511
|
/xtend@4.0.2:
|
|
1108
|
-
resolution:
|
|
1109
|
-
|
|
1512
|
+
resolution:
|
|
1513
|
+
{
|
|
1514
|
+
integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==,
|
|
1515
|
+
}
|
|
1516
|
+
engines: { node: ">=0.4" }
|
|
1110
1517
|
dev: false
|
|
1111
1518
|
|
|
1112
1519
|
/yallist@4.0.0:
|
|
1113
|
-
resolution:
|
|
1520
|
+
resolution:
|
|
1521
|
+
{
|
|
1522
|
+
integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==,
|
|
1523
|
+
}
|
|
1114
1524
|
dev: false
|