Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/test/sanity/package-lock.json
5240 views
1
{
2
"name": "code-oss-dev-sanity-test",
3
"version": "0.1.0",
4
"lockfileVersion": 3,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "code-oss-dev-sanity-test",
9
"version": "0.1.0",
10
"license": "MIT",
11
"dependencies": {
12
"minimist": "^1.2.8",
13
"mocha": "^11.7.5",
14
"mocha-junit-reporter": "^2.2.1",
15
"node-fetch": "^3.3.2",
16
"playwright": "^1.57.0"
17
},
18
"devDependencies": {
19
"@types/minimist": "^1.2.5",
20
"@types/mocha": "^10.0.10",
21
"@types/node": "22.x",
22
"typescript": "^6.0.0-dev.20251110"
23
}
24
},
25
"node_modules/@isaacs/cliui": {
26
"version": "8.0.2",
27
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
28
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
29
"license": "ISC",
30
"dependencies": {
31
"string-width": "^5.1.2",
32
"string-width-cjs": "npm:string-width@^4.2.0",
33
"strip-ansi": "^7.0.1",
34
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
35
"wrap-ansi": "^8.1.0",
36
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
37
},
38
"engines": {
39
"node": ">=12"
40
}
41
},
42
"node_modules/@pkgjs/parseargs": {
43
"version": "0.11.0",
44
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
45
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
46
"license": "MIT",
47
"optional": true,
48
"engines": {
49
"node": ">=14"
50
}
51
},
52
"node_modules/@types/minimist": {
53
"version": "1.2.5",
54
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
55
"integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
56
"dev": true,
57
"license": "MIT"
58
},
59
"node_modules/@types/mocha": {
60
"version": "10.0.10",
61
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz",
62
"integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==",
63
"dev": true,
64
"license": "MIT"
65
},
66
"node_modules/@types/node": {
67
"version": "22.19.1",
68
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz",
69
"integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==",
70
"dev": true,
71
"license": "MIT",
72
"dependencies": {
73
"undici-types": "~6.21.0"
74
}
75
},
76
"node_modules/ansi-regex": {
77
"version": "6.2.2",
78
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
79
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
80
"license": "MIT",
81
"engines": {
82
"node": ">=12"
83
},
84
"funding": {
85
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
86
}
87
},
88
"node_modules/ansi-styles": {
89
"version": "4.3.0",
90
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
91
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
92
"license": "MIT",
93
"dependencies": {
94
"color-convert": "^2.0.1"
95
},
96
"engines": {
97
"node": ">=8"
98
},
99
"funding": {
100
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
101
}
102
},
103
"node_modules/argparse": {
104
"version": "2.0.1",
105
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
106
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
107
"license": "Python-2.0"
108
},
109
"node_modules/balanced-match": {
110
"version": "1.0.2",
111
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
112
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
113
"license": "MIT"
114
},
115
"node_modules/brace-expansion": {
116
"version": "2.0.2",
117
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
118
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
119
"license": "MIT",
120
"dependencies": {
121
"balanced-match": "^1.0.0"
122
}
123
},
124
"node_modules/browser-stdout": {
125
"version": "1.3.1",
126
"resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz",
127
"integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==",
128
"license": "ISC"
129
},
130
"node_modules/camelcase": {
131
"version": "6.3.0",
132
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
133
"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
134
"license": "MIT",
135
"engines": {
136
"node": ">=10"
137
},
138
"funding": {
139
"url": "https://github.com/sponsors/sindresorhus"
140
}
141
},
142
"node_modules/chalk": {
143
"version": "4.1.2",
144
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
145
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
146
"license": "MIT",
147
"dependencies": {
148
"ansi-styles": "^4.1.0",
149
"supports-color": "^7.1.0"
150
},
151
"engines": {
152
"node": ">=10"
153
},
154
"funding": {
155
"url": "https://github.com/chalk/chalk?sponsor=1"
156
}
157
},
158
"node_modules/chalk/node_modules/supports-color": {
159
"version": "7.2.0",
160
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
161
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
162
"license": "MIT",
163
"dependencies": {
164
"has-flag": "^4.0.0"
165
},
166
"engines": {
167
"node": ">=8"
168
}
169
},
170
"node_modules/charenc": {
171
"version": "0.0.2",
172
"resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
173
"integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
174
"license": "BSD-3-Clause",
175
"engines": {
176
"node": "*"
177
}
178
},
179
"node_modules/chokidar": {
180
"version": "4.0.3",
181
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
182
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
183
"license": "MIT",
184
"dependencies": {
185
"readdirp": "^4.0.1"
186
},
187
"engines": {
188
"node": ">= 14.16.0"
189
},
190
"funding": {
191
"url": "https://paulmillr.com/funding/"
192
}
193
},
194
"node_modules/cliui": {
195
"version": "8.0.1",
196
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
197
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
198
"license": "ISC",
199
"dependencies": {
200
"string-width": "^4.2.0",
201
"strip-ansi": "^6.0.1",
202
"wrap-ansi": "^7.0.0"
203
},
204
"engines": {
205
"node": ">=12"
206
}
207
},
208
"node_modules/cliui/node_modules/ansi-regex": {
209
"version": "5.0.1",
210
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
211
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
212
"license": "MIT",
213
"engines": {
214
"node": ">=8"
215
}
216
},
217
"node_modules/cliui/node_modules/emoji-regex": {
218
"version": "8.0.0",
219
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
220
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
221
"license": "MIT"
222
},
223
"node_modules/cliui/node_modules/string-width": {
224
"version": "4.2.3",
225
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
226
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
227
"license": "MIT",
228
"dependencies": {
229
"emoji-regex": "^8.0.0",
230
"is-fullwidth-code-point": "^3.0.0",
231
"strip-ansi": "^6.0.1"
232
},
233
"engines": {
234
"node": ">=8"
235
}
236
},
237
"node_modules/cliui/node_modules/strip-ansi": {
238
"version": "6.0.1",
239
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
240
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
241
"license": "MIT",
242
"dependencies": {
243
"ansi-regex": "^5.0.1"
244
},
245
"engines": {
246
"node": ">=8"
247
}
248
},
249
"node_modules/cliui/node_modules/wrap-ansi": {
250
"version": "7.0.0",
251
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
252
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
253
"license": "MIT",
254
"dependencies": {
255
"ansi-styles": "^4.0.0",
256
"string-width": "^4.1.0",
257
"strip-ansi": "^6.0.0"
258
},
259
"engines": {
260
"node": ">=10"
261
},
262
"funding": {
263
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
264
}
265
},
266
"node_modules/color-convert": {
267
"version": "2.0.1",
268
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
269
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
270
"license": "MIT",
271
"dependencies": {
272
"color-name": "~1.1.4"
273
},
274
"engines": {
275
"node": ">=7.0.0"
276
}
277
},
278
"node_modules/color-name": {
279
"version": "1.1.4",
280
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
281
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
282
"license": "MIT"
283
},
284
"node_modules/cross-spawn": {
285
"version": "7.0.6",
286
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
287
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
288
"license": "MIT",
289
"dependencies": {
290
"path-key": "^3.1.0",
291
"shebang-command": "^2.0.0",
292
"which": "^2.0.1"
293
},
294
"engines": {
295
"node": ">= 8"
296
}
297
},
298
"node_modules/crypt": {
299
"version": "0.0.2",
300
"resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
301
"integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
302
"license": "BSD-3-Clause",
303
"engines": {
304
"node": "*"
305
}
306
},
307
"node_modules/data-uri-to-buffer": {
308
"version": "4.0.1",
309
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
310
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
311
"license": "MIT",
312
"engines": {
313
"node": ">= 12"
314
}
315
},
316
"node_modules/debug": {
317
"version": "4.4.3",
318
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
319
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
320
"license": "MIT",
321
"dependencies": {
322
"ms": "^2.1.3"
323
},
324
"engines": {
325
"node": ">=6.0"
326
},
327
"peerDependenciesMeta": {
328
"supports-color": {
329
"optional": true
330
}
331
}
332
},
333
"node_modules/decamelize": {
334
"version": "4.0.0",
335
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz",
336
"integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==",
337
"license": "MIT",
338
"engines": {
339
"node": ">=10"
340
},
341
"funding": {
342
"url": "https://github.com/sponsors/sindresorhus"
343
}
344
},
345
"node_modules/diff": {
346
"version": "7.0.0",
347
"resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
348
"integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
349
"license": "BSD-3-Clause",
350
"engines": {
351
"node": ">=0.3.1"
352
}
353
},
354
"node_modules/eastasianwidth": {
355
"version": "0.2.0",
356
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
357
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
358
"license": "MIT"
359
},
360
"node_modules/emoji-regex": {
361
"version": "9.2.2",
362
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
363
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
364
"license": "MIT"
365
},
366
"node_modules/escalade": {
367
"version": "3.2.0",
368
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
369
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
370
"license": "MIT",
371
"engines": {
372
"node": ">=6"
373
}
374
},
375
"node_modules/escape-string-regexp": {
376
"version": "4.0.0",
377
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
378
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
379
"license": "MIT",
380
"engines": {
381
"node": ">=10"
382
},
383
"funding": {
384
"url": "https://github.com/sponsors/sindresorhus"
385
}
386
},
387
"node_modules/fetch-blob": {
388
"version": "3.2.0",
389
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
390
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
391
"funding": [
392
{
393
"type": "github",
394
"url": "https://github.com/sponsors/jimmywarting"
395
},
396
{
397
"type": "paypal",
398
"url": "https://paypal.me/jimmywarting"
399
}
400
],
401
"license": "MIT",
402
"dependencies": {
403
"node-domexception": "^1.0.0",
404
"web-streams-polyfill": "^3.0.3"
405
},
406
"engines": {
407
"node": "^12.20 || >= 14.13"
408
}
409
},
410
"node_modules/find-up": {
411
"version": "5.0.0",
412
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
413
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
414
"license": "MIT",
415
"dependencies": {
416
"locate-path": "^6.0.0",
417
"path-exists": "^4.0.0"
418
},
419
"engines": {
420
"node": ">=10"
421
},
422
"funding": {
423
"url": "https://github.com/sponsors/sindresorhus"
424
}
425
},
426
"node_modules/flat": {
427
"version": "5.0.2",
428
"resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",
429
"integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==",
430
"license": "BSD-3-Clause",
431
"bin": {
432
"flat": "cli.js"
433
}
434
},
435
"node_modules/foreground-child": {
436
"version": "3.3.1",
437
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
438
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
439
"license": "ISC",
440
"dependencies": {
441
"cross-spawn": "^7.0.6",
442
"signal-exit": "^4.0.1"
443
},
444
"engines": {
445
"node": ">=14"
446
},
447
"funding": {
448
"url": "https://github.com/sponsors/isaacs"
449
}
450
},
451
"node_modules/formdata-polyfill": {
452
"version": "4.0.10",
453
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
454
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
455
"license": "MIT",
456
"dependencies": {
457
"fetch-blob": "^3.1.2"
458
},
459
"engines": {
460
"node": ">=12.20.0"
461
}
462
},
463
"node_modules/fsevents": {
464
"version": "2.3.2",
465
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
466
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
467
"hasInstallScript": true,
468
"license": "MIT",
469
"optional": true,
470
"os": [
471
"darwin"
472
],
473
"engines": {
474
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
475
}
476
},
477
"node_modules/get-caller-file": {
478
"version": "2.0.5",
479
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
480
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
481
"license": "ISC",
482
"engines": {
483
"node": "6.* || 8.* || >= 10.*"
484
}
485
},
486
"node_modules/glob": {
487
"version": "10.5.0",
488
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
489
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
490
"license": "ISC",
491
"dependencies": {
492
"foreground-child": "^3.1.0",
493
"jackspeak": "^3.1.2",
494
"minimatch": "^9.0.4",
495
"minipass": "^7.1.2",
496
"package-json-from-dist": "^1.0.0",
497
"path-scurry": "^1.11.1"
498
},
499
"bin": {
500
"glob": "dist/esm/bin.mjs"
501
},
502
"funding": {
503
"url": "https://github.com/sponsors/isaacs"
504
}
505
},
506
"node_modules/has-flag": {
507
"version": "4.0.0",
508
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
509
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
510
"license": "MIT",
511
"engines": {
512
"node": ">=8"
513
}
514
},
515
"node_modules/he": {
516
"version": "1.2.0",
517
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
518
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
519
"license": "MIT",
520
"bin": {
521
"he": "bin/he"
522
}
523
},
524
"node_modules/is-buffer": {
525
"version": "1.1.6",
526
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
527
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
528
"license": "MIT"
529
},
530
"node_modules/is-fullwidth-code-point": {
531
"version": "3.0.0",
532
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
533
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
534
"license": "MIT",
535
"engines": {
536
"node": ">=8"
537
}
538
},
539
"node_modules/is-path-inside": {
540
"version": "3.0.3",
541
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
542
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
543
"license": "MIT",
544
"engines": {
545
"node": ">=8"
546
}
547
},
548
"node_modules/is-plain-obj": {
549
"version": "2.1.0",
550
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
551
"integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
552
"license": "MIT",
553
"engines": {
554
"node": ">=8"
555
}
556
},
557
"node_modules/is-unicode-supported": {
558
"version": "0.1.0",
559
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
560
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
561
"license": "MIT",
562
"engines": {
563
"node": ">=10"
564
},
565
"funding": {
566
"url": "https://github.com/sponsors/sindresorhus"
567
}
568
},
569
"node_modules/isexe": {
570
"version": "2.0.0",
571
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
572
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
573
"license": "ISC"
574
},
575
"node_modules/jackspeak": {
576
"version": "3.4.3",
577
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
578
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
579
"license": "BlueOak-1.0.0",
580
"dependencies": {
581
"@isaacs/cliui": "^8.0.2"
582
},
583
"funding": {
584
"url": "https://github.com/sponsors/isaacs"
585
},
586
"optionalDependencies": {
587
"@pkgjs/parseargs": "^0.11.0"
588
}
589
},
590
"node_modules/js-yaml": {
591
"version": "4.1.1",
592
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
593
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
594
"license": "MIT",
595
"dependencies": {
596
"argparse": "^2.0.1"
597
},
598
"bin": {
599
"js-yaml": "bin/js-yaml.js"
600
}
601
},
602
"node_modules/locate-path": {
603
"version": "6.0.0",
604
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
605
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
606
"license": "MIT",
607
"dependencies": {
608
"p-locate": "^5.0.0"
609
},
610
"engines": {
611
"node": ">=10"
612
},
613
"funding": {
614
"url": "https://github.com/sponsors/sindresorhus"
615
}
616
},
617
"node_modules/log-symbols": {
618
"version": "4.1.0",
619
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
620
"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
621
"license": "MIT",
622
"dependencies": {
623
"chalk": "^4.1.0",
624
"is-unicode-supported": "^0.1.0"
625
},
626
"engines": {
627
"node": ">=10"
628
},
629
"funding": {
630
"url": "https://github.com/sponsors/sindresorhus"
631
}
632
},
633
"node_modules/lru-cache": {
634
"version": "10.4.3",
635
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
636
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
637
"license": "ISC"
638
},
639
"node_modules/md5": {
640
"version": "2.3.0",
641
"resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
642
"integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
643
"license": "BSD-3-Clause",
644
"dependencies": {
645
"charenc": "0.0.2",
646
"crypt": "0.0.2",
647
"is-buffer": "~1.1.6"
648
}
649
},
650
"node_modules/minimatch": {
651
"version": "9.0.5",
652
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
653
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
654
"license": "ISC",
655
"dependencies": {
656
"brace-expansion": "^2.0.1"
657
},
658
"engines": {
659
"node": ">=16 || 14 >=14.17"
660
},
661
"funding": {
662
"url": "https://github.com/sponsors/isaacs"
663
}
664
},
665
"node_modules/minimist": {
666
"version": "1.2.8",
667
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
668
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
669
"license": "MIT",
670
"funding": {
671
"url": "https://github.com/sponsors/ljharb"
672
}
673
},
674
"node_modules/minipass": {
675
"version": "7.1.2",
676
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
677
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
678
"license": "ISC",
679
"engines": {
680
"node": ">=16 || 14 >=14.17"
681
}
682
},
683
"node_modules/mkdirp": {
684
"version": "3.0.1",
685
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
686
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
687
"license": "MIT",
688
"bin": {
689
"mkdirp": "dist/cjs/src/bin.js"
690
},
691
"engines": {
692
"node": ">=10"
693
},
694
"funding": {
695
"url": "https://github.com/sponsors/isaacs"
696
}
697
},
698
"node_modules/mocha": {
699
"version": "11.7.5",
700
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
701
"integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==",
702
"license": "MIT",
703
"dependencies": {
704
"browser-stdout": "^1.3.1",
705
"chokidar": "^4.0.1",
706
"debug": "^4.3.5",
707
"diff": "^7.0.0",
708
"escape-string-regexp": "^4.0.0",
709
"find-up": "^5.0.0",
710
"glob": "^10.4.5",
711
"he": "^1.2.0",
712
"is-path-inside": "^3.0.3",
713
"js-yaml": "^4.1.0",
714
"log-symbols": "^4.1.0",
715
"minimatch": "^9.0.5",
716
"ms": "^2.1.3",
717
"picocolors": "^1.1.1",
718
"serialize-javascript": "^6.0.2",
719
"strip-json-comments": "^3.1.1",
720
"supports-color": "^8.1.1",
721
"workerpool": "^9.2.0",
722
"yargs": "^17.7.2",
723
"yargs-parser": "^21.1.1",
724
"yargs-unparser": "^2.0.0"
725
},
726
"bin": {
727
"_mocha": "bin/_mocha",
728
"mocha": "bin/mocha.js"
729
},
730
"engines": {
731
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
732
}
733
},
734
"node_modules/mocha-junit-reporter": {
735
"version": "2.2.1",
736
"resolved": "https://registry.npmjs.org/mocha-junit-reporter/-/mocha-junit-reporter-2.2.1.tgz",
737
"integrity": "sha512-iDn2tlKHn8Vh8o4nCzcUVW4q7iXp7cC4EB78N0cDHIobLymyHNwe0XG8HEHHjc3hJlXm0Vy6zcrxaIhnI2fWmw==",
738
"license": "MIT",
739
"dependencies": {
740
"debug": "^4.3.4",
741
"md5": "^2.3.0",
742
"mkdirp": "^3.0.0",
743
"strip-ansi": "^6.0.1",
744
"xml": "^1.0.1"
745
},
746
"peerDependencies": {
747
"mocha": ">=2.2.5"
748
}
749
},
750
"node_modules/mocha-junit-reporter/node_modules/ansi-regex": {
751
"version": "5.0.1",
752
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
753
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
754
"license": "MIT",
755
"engines": {
756
"node": ">=8"
757
}
758
},
759
"node_modules/mocha-junit-reporter/node_modules/strip-ansi": {
760
"version": "6.0.1",
761
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
762
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
763
"license": "MIT",
764
"dependencies": {
765
"ansi-regex": "^5.0.1"
766
},
767
"engines": {
768
"node": ">=8"
769
}
770
},
771
"node_modules/ms": {
772
"version": "2.1.3",
773
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
774
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
775
"license": "MIT"
776
},
777
"node_modules/node-domexception": {
778
"version": "1.0.0",
779
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
780
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
781
"deprecated": "Use your platform's native DOMException instead",
782
"funding": [
783
{
784
"type": "github",
785
"url": "https://github.com/sponsors/jimmywarting"
786
},
787
{
788
"type": "github",
789
"url": "https://paypal.me/jimmywarting"
790
}
791
],
792
"license": "MIT",
793
"engines": {
794
"node": ">=10.5.0"
795
}
796
},
797
"node_modules/node-fetch": {
798
"version": "3.3.2",
799
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
800
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
801
"license": "MIT",
802
"dependencies": {
803
"data-uri-to-buffer": "^4.0.0",
804
"fetch-blob": "^3.1.4",
805
"formdata-polyfill": "^4.0.10"
806
},
807
"engines": {
808
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
809
},
810
"funding": {
811
"type": "opencollective",
812
"url": "https://opencollective.com/node-fetch"
813
}
814
},
815
"node_modules/p-limit": {
816
"version": "3.1.0",
817
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
818
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
819
"license": "MIT",
820
"dependencies": {
821
"yocto-queue": "^0.1.0"
822
},
823
"engines": {
824
"node": ">=10"
825
},
826
"funding": {
827
"url": "https://github.com/sponsors/sindresorhus"
828
}
829
},
830
"node_modules/p-locate": {
831
"version": "5.0.0",
832
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
833
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
834
"license": "MIT",
835
"dependencies": {
836
"p-limit": "^3.0.2"
837
},
838
"engines": {
839
"node": ">=10"
840
},
841
"funding": {
842
"url": "https://github.com/sponsors/sindresorhus"
843
}
844
},
845
"node_modules/package-json-from-dist": {
846
"version": "1.0.1",
847
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
848
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
849
"license": "BlueOak-1.0.0"
850
},
851
"node_modules/path-exists": {
852
"version": "4.0.0",
853
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
854
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
855
"license": "MIT",
856
"engines": {
857
"node": ">=8"
858
}
859
},
860
"node_modules/path-key": {
861
"version": "3.1.1",
862
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
863
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
864
"license": "MIT",
865
"engines": {
866
"node": ">=8"
867
}
868
},
869
"node_modules/path-scurry": {
870
"version": "1.11.1",
871
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
872
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
873
"license": "BlueOak-1.0.0",
874
"dependencies": {
875
"lru-cache": "^10.2.0",
876
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
877
},
878
"engines": {
879
"node": ">=16 || 14 >=14.18"
880
},
881
"funding": {
882
"url": "https://github.com/sponsors/isaacs"
883
}
884
},
885
"node_modules/picocolors": {
886
"version": "1.1.1",
887
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
888
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
889
"license": "ISC"
890
},
891
"node_modules/playwright": {
892
"version": "1.57.0",
893
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz",
894
"integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==",
895
"license": "Apache-2.0",
896
"dependencies": {
897
"playwright-core": "1.57.0"
898
},
899
"bin": {
900
"playwright": "cli.js"
901
},
902
"engines": {
903
"node": ">=18"
904
},
905
"optionalDependencies": {
906
"fsevents": "2.3.2"
907
}
908
},
909
"node_modules/playwright-core": {
910
"version": "1.57.0",
911
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz",
912
"integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==",
913
"license": "Apache-2.0",
914
"bin": {
915
"playwright-core": "cli.js"
916
},
917
"engines": {
918
"node": ">=18"
919
}
920
},
921
"node_modules/randombytes": {
922
"version": "2.1.0",
923
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
924
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
925
"license": "MIT",
926
"dependencies": {
927
"safe-buffer": "^5.1.0"
928
}
929
},
930
"node_modules/readdirp": {
931
"version": "4.1.2",
932
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
933
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
934
"license": "MIT",
935
"engines": {
936
"node": ">= 14.18.0"
937
},
938
"funding": {
939
"type": "individual",
940
"url": "https://paulmillr.com/funding/"
941
}
942
},
943
"node_modules/require-directory": {
944
"version": "2.1.1",
945
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
946
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
947
"license": "MIT",
948
"engines": {
949
"node": ">=0.10.0"
950
}
951
},
952
"node_modules/safe-buffer": {
953
"version": "5.2.1",
954
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
955
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
956
"funding": [
957
{
958
"type": "github",
959
"url": "https://github.com/sponsors/feross"
960
},
961
{
962
"type": "patreon",
963
"url": "https://www.patreon.com/feross"
964
},
965
{
966
"type": "consulting",
967
"url": "https://feross.org/support"
968
}
969
],
970
"license": "MIT"
971
},
972
"node_modules/serialize-javascript": {
973
"version": "6.0.2",
974
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
975
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
976
"license": "BSD-3-Clause",
977
"dependencies": {
978
"randombytes": "^2.1.0"
979
}
980
},
981
"node_modules/shebang-command": {
982
"version": "2.0.0",
983
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
984
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
985
"license": "MIT",
986
"dependencies": {
987
"shebang-regex": "^3.0.0"
988
},
989
"engines": {
990
"node": ">=8"
991
}
992
},
993
"node_modules/shebang-regex": {
994
"version": "3.0.0",
995
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
996
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
997
"license": "MIT",
998
"engines": {
999
"node": ">=8"
1000
}
1001
},
1002
"node_modules/signal-exit": {
1003
"version": "4.1.0",
1004
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
1005
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
1006
"license": "ISC",
1007
"engines": {
1008
"node": ">=14"
1009
},
1010
"funding": {
1011
"url": "https://github.com/sponsors/isaacs"
1012
}
1013
},
1014
"node_modules/string-width": {
1015
"version": "5.1.2",
1016
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
1017
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
1018
"license": "MIT",
1019
"dependencies": {
1020
"eastasianwidth": "^0.2.0",
1021
"emoji-regex": "^9.2.2",
1022
"strip-ansi": "^7.0.1"
1023
},
1024
"engines": {
1025
"node": ">=12"
1026
},
1027
"funding": {
1028
"url": "https://github.com/sponsors/sindresorhus"
1029
}
1030
},
1031
"node_modules/string-width-cjs": {
1032
"name": "string-width",
1033
"version": "4.2.3",
1034
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1035
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1036
"license": "MIT",
1037
"dependencies": {
1038
"emoji-regex": "^8.0.0",
1039
"is-fullwidth-code-point": "^3.0.0",
1040
"strip-ansi": "^6.0.1"
1041
},
1042
"engines": {
1043
"node": ">=8"
1044
}
1045
},
1046
"node_modules/string-width-cjs/node_modules/ansi-regex": {
1047
"version": "5.0.1",
1048
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1049
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1050
"license": "MIT",
1051
"engines": {
1052
"node": ">=8"
1053
}
1054
},
1055
"node_modules/string-width-cjs/node_modules/emoji-regex": {
1056
"version": "8.0.0",
1057
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1058
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1059
"license": "MIT"
1060
},
1061
"node_modules/string-width-cjs/node_modules/strip-ansi": {
1062
"version": "6.0.1",
1063
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1064
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1065
"license": "MIT",
1066
"dependencies": {
1067
"ansi-regex": "^5.0.1"
1068
},
1069
"engines": {
1070
"node": ">=8"
1071
}
1072
},
1073
"node_modules/strip-ansi": {
1074
"version": "7.1.2",
1075
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
1076
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
1077
"license": "MIT",
1078
"dependencies": {
1079
"ansi-regex": "^6.0.1"
1080
},
1081
"engines": {
1082
"node": ">=12"
1083
},
1084
"funding": {
1085
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
1086
}
1087
},
1088
"node_modules/strip-ansi-cjs": {
1089
"name": "strip-ansi",
1090
"version": "6.0.1",
1091
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1092
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1093
"license": "MIT",
1094
"dependencies": {
1095
"ansi-regex": "^5.0.1"
1096
},
1097
"engines": {
1098
"node": ">=8"
1099
}
1100
},
1101
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
1102
"version": "5.0.1",
1103
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1104
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1105
"license": "MIT",
1106
"engines": {
1107
"node": ">=8"
1108
}
1109
},
1110
"node_modules/strip-json-comments": {
1111
"version": "3.1.1",
1112
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
1113
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
1114
"license": "MIT",
1115
"engines": {
1116
"node": ">=8"
1117
},
1118
"funding": {
1119
"url": "https://github.com/sponsors/sindresorhus"
1120
}
1121
},
1122
"node_modules/supports-color": {
1123
"version": "8.1.1",
1124
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
1125
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
1126
"license": "MIT",
1127
"dependencies": {
1128
"has-flag": "^4.0.0"
1129
},
1130
"engines": {
1131
"node": ">=10"
1132
},
1133
"funding": {
1134
"url": "https://github.com/chalk/supports-color?sponsor=1"
1135
}
1136
},
1137
"node_modules/typescript": {
1138
"version": "6.0.0-dev.20260113",
1139
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.0-dev.20260113.tgz",
1140
"integrity": "sha512-frXm5LJtstQlM511cGZLCalQjX5YUdUhvNSQAEcI4EuHoflAaqvCa2KIzPKNbyH3KmFPjA3EOs9FphTSKNc4CQ==",
1141
"dev": true,
1142
"license": "Apache-2.0",
1143
"bin": {
1144
"tsc": "bin/tsc",
1145
"tsserver": "bin/tsserver"
1146
},
1147
"engines": {
1148
"node": ">=14.17"
1149
}
1150
},
1151
"node_modules/undici-types": {
1152
"version": "6.21.0",
1153
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
1154
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
1155
"dev": true,
1156
"license": "MIT"
1157
},
1158
"node_modules/web-streams-polyfill": {
1159
"version": "3.3.3",
1160
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
1161
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
1162
"license": "MIT",
1163
"engines": {
1164
"node": ">= 8"
1165
}
1166
},
1167
"node_modules/which": {
1168
"version": "2.0.2",
1169
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1170
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1171
"license": "ISC",
1172
"dependencies": {
1173
"isexe": "^2.0.0"
1174
},
1175
"bin": {
1176
"node-which": "bin/node-which"
1177
},
1178
"engines": {
1179
"node": ">= 8"
1180
}
1181
},
1182
"node_modules/workerpool": {
1183
"version": "9.3.4",
1184
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.4.tgz",
1185
"integrity": "sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==",
1186
"license": "Apache-2.0"
1187
},
1188
"node_modules/wrap-ansi": {
1189
"version": "8.1.0",
1190
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
1191
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
1192
"license": "MIT",
1193
"dependencies": {
1194
"ansi-styles": "^6.1.0",
1195
"string-width": "^5.0.1",
1196
"strip-ansi": "^7.0.1"
1197
},
1198
"engines": {
1199
"node": ">=12"
1200
},
1201
"funding": {
1202
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1203
}
1204
},
1205
"node_modules/wrap-ansi-cjs": {
1206
"name": "wrap-ansi",
1207
"version": "7.0.0",
1208
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1209
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1210
"license": "MIT",
1211
"dependencies": {
1212
"ansi-styles": "^4.0.0",
1213
"string-width": "^4.1.0",
1214
"strip-ansi": "^6.0.0"
1215
},
1216
"engines": {
1217
"node": ">=10"
1218
},
1219
"funding": {
1220
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1221
}
1222
},
1223
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
1224
"version": "5.0.1",
1225
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1226
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1227
"license": "MIT",
1228
"engines": {
1229
"node": ">=8"
1230
}
1231
},
1232
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
1233
"version": "8.0.0",
1234
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1235
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1236
"license": "MIT"
1237
},
1238
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
1239
"version": "4.2.3",
1240
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1241
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1242
"license": "MIT",
1243
"dependencies": {
1244
"emoji-regex": "^8.0.0",
1245
"is-fullwidth-code-point": "^3.0.0",
1246
"strip-ansi": "^6.0.1"
1247
},
1248
"engines": {
1249
"node": ">=8"
1250
}
1251
},
1252
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
1253
"version": "6.0.1",
1254
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1255
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1256
"license": "MIT",
1257
"dependencies": {
1258
"ansi-regex": "^5.0.1"
1259
},
1260
"engines": {
1261
"node": ">=8"
1262
}
1263
},
1264
"node_modules/wrap-ansi/node_modules/ansi-styles": {
1265
"version": "6.2.3",
1266
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
1267
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
1268
"license": "MIT",
1269
"engines": {
1270
"node": ">=12"
1271
},
1272
"funding": {
1273
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
1274
}
1275
},
1276
"node_modules/xml": {
1277
"version": "1.0.1",
1278
"resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
1279
"integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==",
1280
"license": "MIT"
1281
},
1282
"node_modules/y18n": {
1283
"version": "5.0.8",
1284
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
1285
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
1286
"license": "ISC",
1287
"engines": {
1288
"node": ">=10"
1289
}
1290
},
1291
"node_modules/yargs": {
1292
"version": "17.7.2",
1293
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
1294
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
1295
"license": "MIT",
1296
"dependencies": {
1297
"cliui": "^8.0.1",
1298
"escalade": "^3.1.1",
1299
"get-caller-file": "^2.0.5",
1300
"require-directory": "^2.1.1",
1301
"string-width": "^4.2.3",
1302
"y18n": "^5.0.5",
1303
"yargs-parser": "^21.1.1"
1304
},
1305
"engines": {
1306
"node": ">=12"
1307
}
1308
},
1309
"node_modules/yargs-parser": {
1310
"version": "21.1.1",
1311
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
1312
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
1313
"license": "ISC",
1314
"engines": {
1315
"node": ">=12"
1316
}
1317
},
1318
"node_modules/yargs-unparser": {
1319
"version": "2.0.0",
1320
"resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz",
1321
"integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==",
1322
"license": "MIT",
1323
"dependencies": {
1324
"camelcase": "^6.0.0",
1325
"decamelize": "^4.0.0",
1326
"flat": "^5.0.2",
1327
"is-plain-obj": "^2.1.0"
1328
},
1329
"engines": {
1330
"node": ">=10"
1331
}
1332
},
1333
"node_modules/yargs/node_modules/ansi-regex": {
1334
"version": "5.0.1",
1335
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1336
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1337
"license": "MIT",
1338
"engines": {
1339
"node": ">=8"
1340
}
1341
},
1342
"node_modules/yargs/node_modules/emoji-regex": {
1343
"version": "8.0.0",
1344
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1345
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1346
"license": "MIT"
1347
},
1348
"node_modules/yargs/node_modules/string-width": {
1349
"version": "4.2.3",
1350
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1351
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1352
"license": "MIT",
1353
"dependencies": {
1354
"emoji-regex": "^8.0.0",
1355
"is-fullwidth-code-point": "^3.0.0",
1356
"strip-ansi": "^6.0.1"
1357
},
1358
"engines": {
1359
"node": ">=8"
1360
}
1361
},
1362
"node_modules/yargs/node_modules/strip-ansi": {
1363
"version": "6.0.1",
1364
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1365
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1366
"license": "MIT",
1367
"dependencies": {
1368
"ansi-regex": "^5.0.1"
1369
},
1370
"engines": {
1371
"node": ">=8"
1372
}
1373
},
1374
"node_modules/yocto-queue": {
1375
"version": "0.1.0",
1376
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
1377
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
1378
"license": "MIT",
1379
"engines": {
1380
"node": ">=10"
1381
},
1382
"funding": {
1383
"url": "https://github.com/sponsors/sindresorhus"
1384
}
1385
}
1386
}
1387
}
1388
1389