@enekesabel/playwright-lite 0.3.0 → 0.4.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.
@@ -0,0 +1,627 @@
1
+ playwright-lite browser expect
2
+
3
+ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
4
+
5
+ The matcher sources are adapted from Playwright's pinned expect implementation.
6
+ The built browser package inlines these dependencies:
7
+
8
+ - @jest/diff-sequences@30.4.0 (https://github.com/jestjs/jest)
9
+ - @jest/expect-utils@30.4.1 (https://github.com/jestjs/jest)
10
+ - @jest/get-type@30.1.0 (https://github.com/jestjs/jest)
11
+ - ansi-styles@5.2.0 (https://github.com/chalk/ansi-styles)
12
+ - jest-diff@30.4.1 (https://github.com/jestjs/jest)
13
+ - jest-matcher-utils@30.4.1 (https://github.com/jestjs/jest)
14
+ - pretty-format@30.4.1 (https://github.com/jestjs/jest)
15
+ - react-is@18.3.1 (https://github.com/facebook/react)
16
+ - react-is@19.3.0 (https://github.com/facebook/react)
17
+
18
+ The remainder of this file retains Playwright's complete pinned expect bundle
19
+ notice inventory. It includes licenses for packages removed from the browser
20
+ adaptation so the provenance of the adapted source remains reviewable.
21
+
22
+ %% @babel/code-frame@7.29.7 NOTICES AND INFORMATION BEGIN HERE
23
+ =========================================
24
+ MIT License
25
+
26
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
27
+
28
+ Permission is hereby granted, free of charge, to any person obtaining
29
+ a copy of this software and associated documentation files (the
30
+ "Software"), to deal in the Software without restriction, including
31
+ without limitation the rights to use, copy, modify, merge, publish,
32
+ distribute, sublicense, and/or sell copies of the Software, and to
33
+ permit persons to whom the Software is furnished to do so, subject to
34
+ the following conditions:
35
+
36
+ The above copyright notice and this permission notice shall be
37
+ included in all copies or substantial portions of the Software.
38
+
39
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
42
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
43
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
44
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
45
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46
+ =========================================
47
+ END OF @babel/code-frame@7.29.7 NOTICES AND INFORMATION
48
+
49
+ %% @babel/helper-validator-identifier@7.29.7 NOTICES AND INFORMATION BEGIN HERE
50
+ =========================================
51
+ MIT License
52
+
53
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
54
+
55
+ Permission is hereby granted, free of charge, to any person obtaining
56
+ a copy of this software and associated documentation files (the
57
+ "Software"), to deal in the Software without restriction, including
58
+ without limitation the rights to use, copy, modify, merge, publish,
59
+ distribute, sublicense, and/or sell copies of the Software, and to
60
+ permit persons to whom the Software is furnished to do so, subject to
61
+ the following conditions:
62
+
63
+ The above copyright notice and this permission notice shall be
64
+ included in all copies or substantial portions of the Software.
65
+
66
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
67
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
68
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
69
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
70
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
71
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
72
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
73
+ =========================================
74
+ END OF @babel/helper-validator-identifier@7.29.7 NOTICES AND INFORMATION
75
+
76
+ %% @jest/diff-sequences@30.4.0 NOTICES AND INFORMATION BEGIN HERE
77
+ =========================================
78
+ MIT License
79
+
80
+ Copyright (c) Meta Platforms, Inc. and affiliates.
81
+ Copyright Contributors to the Jest project.
82
+
83
+ Permission is hereby granted, free of charge, to any person obtaining a copy
84
+ of this software and associated documentation files (the "Software"), to deal
85
+ in the Software without restriction, including without limitation the rights
86
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
87
+ copies of the Software, and to permit persons to whom the Software is
88
+ furnished to do so, subject to the following conditions:
89
+
90
+ The above copyright notice and this permission notice shall be included in all
91
+ copies or substantial portions of the Software.
92
+
93
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
94
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
95
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
96
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
97
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
99
+ SOFTWARE.
100
+ =========================================
101
+ END OF @jest/diff-sequences@30.4.0 NOTICES AND INFORMATION
102
+
103
+ %% @jest/expect-utils@30.4.1 NOTICES AND INFORMATION BEGIN HERE
104
+ =========================================
105
+ MIT License
106
+
107
+ Copyright (c) Meta Platforms, Inc. and affiliates.
108
+ Copyright Contributors to the Jest project.
109
+
110
+ Permission is hereby granted, free of charge, to any person obtaining a copy
111
+ of this software and associated documentation files (the "Software"), to deal
112
+ in the Software without restriction, including without limitation the rights
113
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114
+ copies of the Software, and to permit persons to whom the Software is
115
+ furnished to do so, subject to the following conditions:
116
+
117
+ The above copyright notice and this permission notice shall be included in all
118
+ copies or substantial portions of the Software.
119
+
120
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
123
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
124
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
125
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
126
+ SOFTWARE.
127
+ =========================================
128
+ END OF @jest/expect-utils@30.4.1 NOTICES AND INFORMATION
129
+
130
+ %% @jest/get-type@30.1.0 NOTICES AND INFORMATION BEGIN HERE
131
+ =========================================
132
+ MIT License
133
+
134
+ Copyright (c) Meta Platforms, Inc. and affiliates.
135
+ Copyright Contributors to the Jest project.
136
+
137
+ Permission is hereby granted, free of charge, to any person obtaining a copy
138
+ of this software and associated documentation files (the "Software"), to deal
139
+ in the Software without restriction, including without limitation the rights
140
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
141
+ copies of the Software, and to permit persons to whom the Software is
142
+ furnished to do so, subject to the following conditions:
143
+
144
+ The above copyright notice and this permission notice shall be included in all
145
+ copies or substantial portions of the Software.
146
+
147
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
148
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
149
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
150
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
151
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
152
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
153
+ SOFTWARE.
154
+ =========================================
155
+ END OF @jest/get-type@30.1.0 NOTICES AND INFORMATION
156
+
157
+ %% ansi-styles@4.3.0 NOTICES AND INFORMATION BEGIN HERE
158
+ =========================================
159
+ MIT License
160
+
161
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
162
+
163
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
164
+
165
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
166
+
167
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
168
+ =========================================
169
+ END OF ansi-styles@4.3.0 NOTICES AND INFORMATION
170
+
171
+ %% ansi-styles@5.2.0 NOTICES AND INFORMATION BEGIN HERE
172
+ =========================================
173
+ MIT License
174
+
175
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
176
+
177
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
178
+
179
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
180
+
181
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
182
+ =========================================
183
+ END OF ansi-styles@5.2.0 NOTICES AND INFORMATION
184
+
185
+ %% chalk@4.1.2 NOTICES AND INFORMATION BEGIN HERE
186
+ =========================================
187
+ MIT License
188
+
189
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
190
+
191
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
192
+
193
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
194
+
195
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
196
+ =========================================
197
+ END OF chalk@4.1.2 NOTICES AND INFORMATION
198
+
199
+ %% ci-info@4.4.0 NOTICES AND INFORMATION BEGIN HERE
200
+ =========================================
201
+ The MIT License (MIT)
202
+
203
+ Copyright (c) 2016 Thomas Watson Steen
204
+
205
+ Permission is hereby granted, free of charge, to any person obtaining a copy
206
+ of this software and associated documentation files (the "Software"), to deal
207
+ in the Software without restriction, including without limitation the rights
208
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
209
+ copies of the Software, and to permit persons to whom the Software is
210
+ furnished to do so, subject to the following conditions:
211
+
212
+ The above copyright notice and this permission notice shall be included in all
213
+ copies or substantial portions of the Software.
214
+
215
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
216
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
217
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
218
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
219
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
220
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
221
+ SOFTWARE.
222
+ =========================================
223
+ END OF ci-info@4.4.0 NOTICES AND INFORMATION
224
+
225
+ %% color-convert@2.0.1 NOTICES AND INFORMATION BEGIN HERE
226
+ =========================================
227
+ Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
228
+
229
+ Permission is hereby granted, free of charge, to any person obtaining
230
+ a copy of this software and associated documentation files (the
231
+ "Software"), to deal in the Software without restriction, including
232
+ without limitation the rights to use, copy, modify, merge, publish,
233
+ distribute, sublicense, and/or sell copies of the Software, and to
234
+ permit persons to whom the Software is furnished to do so, subject to
235
+ the following conditions:
236
+
237
+ The above copyright notice and this permission notice shall be
238
+ included in all copies or substantial portions of the Software.
239
+
240
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
241
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
242
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
243
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
244
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
245
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
246
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
247
+ =========================================
248
+ END OF color-convert@2.0.1 NOTICES AND INFORMATION
249
+
250
+ %% color-name@1.1.4 NOTICES AND INFORMATION BEGIN HERE
251
+ =========================================
252
+ The MIT License (MIT)
253
+ Copyright (c) 2015 Dmitry Ivanov
254
+
255
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
256
+
257
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
258
+
259
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
260
+ =========================================
261
+ END OF color-name@1.1.4 NOTICES AND INFORMATION
262
+
263
+ %% escape-string-regexp@2.0.0 NOTICES AND INFORMATION BEGIN HERE
264
+ =========================================
265
+ MIT License
266
+
267
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
268
+
269
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
270
+
271
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
272
+
273
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
274
+ =========================================
275
+ END OF escape-string-regexp@2.0.0 NOTICES AND INFORMATION
276
+
277
+ %% graceful-fs@4.2.11 NOTICES AND INFORMATION BEGIN HERE
278
+ =========================================
279
+ The ISC License
280
+
281
+ Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
282
+
283
+ Permission to use, copy, modify, and/or distribute this software for any
284
+ purpose with or without fee is hereby granted, provided that the above
285
+ copyright notice and this permission notice appear in all copies.
286
+
287
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
288
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
289
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
290
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
291
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
292
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
293
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
294
+ =========================================
295
+ END OF graceful-fs@4.2.11 NOTICES AND INFORMATION
296
+
297
+ %% has-flag@4.0.0 NOTICES AND INFORMATION BEGIN HERE
298
+ =========================================
299
+ MIT License
300
+
301
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
302
+
303
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
304
+
305
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
306
+
307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
308
+ =========================================
309
+ END OF has-flag@4.0.0 NOTICES AND INFORMATION
310
+
311
+ %% jest-diff@30.4.1 NOTICES AND INFORMATION BEGIN HERE
312
+ =========================================
313
+ MIT License
314
+
315
+ Copyright (c) Meta Platforms, Inc. and affiliates.
316
+ Copyright Contributors to the Jest project.
317
+
318
+ Permission is hereby granted, free of charge, to any person obtaining a copy
319
+ of this software and associated documentation files (the "Software"), to deal
320
+ in the Software without restriction, including without limitation the rights
321
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
322
+ copies of the Software, and to permit persons to whom the Software is
323
+ furnished to do so, subject to the following conditions:
324
+
325
+ The above copyright notice and this permission notice shall be included in all
326
+ copies or substantial portions of the Software.
327
+
328
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
329
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
330
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
331
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
332
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
333
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
334
+ SOFTWARE.
335
+ =========================================
336
+ END OF jest-diff@30.4.1 NOTICES AND INFORMATION
337
+
338
+ %% jest-matcher-utils@30.4.1 NOTICES AND INFORMATION BEGIN HERE
339
+ =========================================
340
+ MIT License
341
+
342
+ Copyright (c) Meta Platforms, Inc. and affiliates.
343
+ Copyright Contributors to the Jest project.
344
+
345
+ Permission is hereby granted, free of charge, to any person obtaining a copy
346
+ of this software and associated documentation files (the "Software"), to deal
347
+ in the Software without restriction, including without limitation the rights
348
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
349
+ copies of the Software, and to permit persons to whom the Software is
350
+ furnished to do so, subject to the following conditions:
351
+
352
+ The above copyright notice and this permission notice shall be included in all
353
+ copies or substantial portions of the Software.
354
+
355
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
356
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
357
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
358
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
359
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
360
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
361
+ SOFTWARE.
362
+ =========================================
363
+ END OF jest-matcher-utils@30.4.1 NOTICES AND INFORMATION
364
+
365
+ %% jest-message-util@30.4.1 NOTICES AND INFORMATION BEGIN HERE
366
+ =========================================
367
+ MIT License
368
+
369
+ Copyright (c) Meta Platforms, Inc. and affiliates.
370
+ Copyright Contributors to the Jest project.
371
+
372
+ Permission is hereby granted, free of charge, to any person obtaining a copy
373
+ of this software and associated documentation files (the "Software"), to deal
374
+ in the Software without restriction, including without limitation the rights
375
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
376
+ copies of the Software, and to permit persons to whom the Software is
377
+ furnished to do so, subject to the following conditions:
378
+
379
+ The above copyright notice and this permission notice shall be included in all
380
+ copies or substantial portions of the Software.
381
+
382
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
383
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
384
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
385
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
386
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
387
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
388
+ SOFTWARE.
389
+ =========================================
390
+ END OF jest-message-util@30.4.1 NOTICES AND INFORMATION
391
+
392
+ %% jest-util@30.4.1 NOTICES AND INFORMATION BEGIN HERE
393
+ =========================================
394
+ MIT License
395
+
396
+ Copyright (c) Meta Platforms, Inc. and affiliates.
397
+ Copyright Contributors to the Jest project.
398
+
399
+ Permission is hereby granted, free of charge, to any person obtaining a copy
400
+ of this software and associated documentation files (the "Software"), to deal
401
+ in the Software without restriction, including without limitation the rights
402
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
403
+ copies of the Software, and to permit persons to whom the Software is
404
+ furnished to do so, subject to the following conditions:
405
+
406
+ The above copyright notice and this permission notice shall be included in all
407
+ copies or substantial portions of the Software.
408
+
409
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
410
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
411
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
412
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
413
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
414
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
415
+ SOFTWARE.
416
+ =========================================
417
+ END OF jest-util@30.4.1 NOTICES AND INFORMATION
418
+
419
+ %% js-tokens@4.0.0 NOTICES AND INFORMATION BEGIN HERE
420
+ =========================================
421
+ The MIT License (MIT)
422
+
423
+ Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
424
+
425
+ Permission is hereby granted, free of charge, to any person obtaining a copy
426
+ of this software and associated documentation files (the "Software"), to deal
427
+ in the Software without restriction, including without limitation the rights
428
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
429
+ copies of the Software, and to permit persons to whom the Software is
430
+ furnished to do so, subject to the following conditions:
431
+
432
+ The above copyright notice and this permission notice shall be included in
433
+ all copies or substantial portions of the Software.
434
+
435
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
436
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
437
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
438
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
439
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
440
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
441
+ THE SOFTWARE.
442
+ =========================================
443
+ END OF js-tokens@4.0.0 NOTICES AND INFORMATION
444
+
445
+ %% picocolors@1.1.1 NOTICES AND INFORMATION BEGIN HERE
446
+ =========================================
447
+ ISC License
448
+
449
+ Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
450
+
451
+ Permission to use, copy, modify, and/or distribute this software for any
452
+ purpose with or without fee is hereby granted, provided that the above
453
+ copyright notice and this permission notice appear in all copies.
454
+
455
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
456
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
457
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
458
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
459
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
460
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
461
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
462
+ =========================================
463
+ END OF picocolors@1.1.1 NOTICES AND INFORMATION
464
+
465
+ %% picomatch@4.0.4 NOTICES AND INFORMATION BEGIN HERE
466
+ =========================================
467
+ The MIT License (MIT)
468
+
469
+ Copyright (c) 2017-present, Jon Schlinkert.
470
+
471
+ Permission is hereby granted, free of charge, to any person obtaining a copy
472
+ of this software and associated documentation files (the "Software"), to deal
473
+ in the Software without restriction, including without limitation the rights
474
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
475
+ copies of the Software, and to permit persons to whom the Software is
476
+ furnished to do so, subject to the following conditions:
477
+
478
+ The above copyright notice and this permission notice shall be included in
479
+ all copies or substantial portions of the Software.
480
+
481
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
482
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
483
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
484
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
485
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
486
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
487
+ THE SOFTWARE.
488
+ =========================================
489
+ END OF picomatch@4.0.4 NOTICES AND INFORMATION
490
+
491
+ %% pretty-format@30.4.1 NOTICES AND INFORMATION BEGIN HERE
492
+ =========================================
493
+ MIT License
494
+
495
+ Copyright (c) Meta Platforms, Inc. and affiliates.
496
+ Copyright Contributors to the Jest project.
497
+
498
+ Permission is hereby granted, free of charge, to any person obtaining a copy
499
+ of this software and associated documentation files (the "Software"), to deal
500
+ in the Software without restriction, including without limitation the rights
501
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
502
+ copies of the Software, and to permit persons to whom the Software is
503
+ furnished to do so, subject to the following conditions:
504
+
505
+ The above copyright notice and this permission notice shall be included in all
506
+ copies or substantial portions of the Software.
507
+
508
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
509
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
510
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
511
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
512
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
513
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
514
+ SOFTWARE.
515
+ =========================================
516
+ END OF pretty-format@30.4.1 NOTICES AND INFORMATION
517
+
518
+ %% react-is@18.3.1 NOTICES AND INFORMATION BEGIN HERE
519
+ =========================================
520
+ MIT License
521
+
522
+ Copyright (c) Facebook, Inc. and its affiliates.
523
+
524
+ Permission is hereby granted, free of charge, to any person obtaining a copy
525
+ of this software and associated documentation files (the "Software"), to deal
526
+ in the Software without restriction, including without limitation the rights
527
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
528
+ copies of the Software, and to permit persons to whom the Software is
529
+ furnished to do so, subject to the following conditions:
530
+
531
+ The above copyright notice and this permission notice shall be included in all
532
+ copies or substantial portions of the Software.
533
+
534
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
535
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
536
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
537
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
538
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
539
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
540
+ SOFTWARE.
541
+ =========================================
542
+ END OF react-is@18.3.1 NOTICES AND INFORMATION
543
+
544
+ %% react-is@19.3.0 NOTICES AND INFORMATION BEGIN HERE
545
+ =========================================
546
+ MIT License
547
+
548
+ Copyright (c) Meta Platforms, Inc. and affiliates.
549
+
550
+ Permission is hereby granted, free of charge, to any person obtaining a copy
551
+ of this software and associated documentation files (the "Software"), to deal
552
+ in the Software without restriction, including without limitation the rights
553
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
554
+ copies of the Software, and to permit persons to whom the Software is
555
+ furnished to do so, subject to the following conditions:
556
+
557
+ The above copyright notice and this permission notice shall be included in all
558
+ copies or substantial portions of the Software.
559
+
560
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
561
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
562
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
563
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
564
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
565
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
566
+ SOFTWARE.
567
+ =========================================
568
+ END OF react-is@19.3.0 NOTICES AND INFORMATION
569
+
570
+ %% slash@3.0.0 NOTICES AND INFORMATION BEGIN HERE
571
+ =========================================
572
+ MIT License
573
+
574
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
575
+
576
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
577
+
578
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
579
+
580
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
581
+ =========================================
582
+ END OF slash@3.0.0 NOTICES AND INFORMATION
583
+
584
+ %% stack-utils@2.0.6 NOTICES AND INFORMATION BEGIN HERE
585
+ =========================================
586
+ The MIT License (MIT)
587
+
588
+ Copyright (c) 2016-2022 Isaac Z. Schlueter <i@izs.me>, James Talmage <james@talmage.io> (github.com/jamestalmage), and Contributors
589
+
590
+ Permission is hereby granted, free of charge, to any person obtaining a copy
591
+ of this software and associated documentation files (the "Software"), to deal
592
+ in the Software without restriction, including without limitation the rights
593
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
594
+ copies of the Software, and to permit persons to whom the Software is
595
+ furnished to do so, subject to the following conditions:
596
+
597
+ The above copyright notice and this permission notice shall be included in
598
+ all copies or substantial portions of the Software.
599
+
600
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
601
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
602
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
603
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
604
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
605
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
606
+ THE SOFTWARE.
607
+ =========================================
608
+ END OF stack-utils@2.0.6 NOTICES AND INFORMATION
609
+
610
+ %% supports-color@7.2.0 NOTICES AND INFORMATION BEGIN HERE
611
+ =========================================
612
+ MIT License
613
+
614
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
615
+
616
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
617
+
618
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
619
+
620
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
621
+ =========================================
622
+ END OF supports-color@7.2.0 NOTICES AND INFORMATION
623
+
624
+ SUMMARY
625
+ =========================================
626
+ Total Packages: 27
627
+ =========================================