@voltro/ui-shadcn 0.1.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.
Files changed (72) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/LICENSE +57 -0
  3. package/README.md +26 -0
  4. package/SECURITY.md +56 -0
  5. package/THIRD-PARTY-NOTICES.md +3016 -0
  6. package/dist/brand.d.ts +73 -0
  7. package/dist/brand.js +177 -0
  8. package/dist/cn.d.ts +11 -0
  9. package/dist/cn.js +6 -0
  10. package/dist/index.d.ts +1183 -0
  11. package/dist/index.js +2636 -0
  12. package/dist/tokens.css +532 -0
  13. package/package.json +64 -0
  14. package/src/brand/README.md +60 -0
  15. package/src/brand/assets/voltro-favicon.svg +30 -0
  16. package/src/brand/assets/voltro-icon-dark.svg +26 -0
  17. package/src/brand/assets/voltro-icon.svg +14 -0
  18. package/src/brand/assets/voltro-mark-mono.svg +5 -0
  19. package/src/brand/assets/voltro-mark.svg +14 -0
  20. package/src/brand/voltroLogo.tsx +244 -0
  21. package/src/cn.ts +10 -0
  22. package/src/compositions/appShell.tsx +72 -0
  23. package/src/compositions/codeCompare.tsx +88 -0
  24. package/src/compositions/docShell.tsx +112 -0
  25. package/src/compositions/docsLayout.tsx +577 -0
  26. package/src/compositions/featureBento.tsx +103 -0
  27. package/src/compositions/featureGrid.tsx +41 -0
  28. package/src/compositions/heroSection.tsx +55 -0
  29. package/src/compositions/landingCta.tsx +85 -0
  30. package/src/compositions/landingHero.tsx +174 -0
  31. package/src/compositions/landingStats.tsx +99 -0
  32. package/src/compositions/loginCard.tsx +139 -0
  33. package/src/compositions/pageHeader.tsx +58 -0
  34. package/src/compositions/profileMenu.tsx +316 -0
  35. package/src/compositions/siteFooter.tsx +250 -0
  36. package/src/compositions/themeToggle.tsx +82 -0
  37. package/src/cookies.ts +109 -0
  38. package/src/index.ts +160 -0
  39. package/src/primitives/animatedNumber.tsx +73 -0
  40. package/src/primitives/avatar.tsx +39 -0
  41. package/src/primitives/badge.tsx +39 -0
  42. package/src/primitives/button.tsx +53 -0
  43. package/src/primitives/callout.tsx +97 -0
  44. package/src/primitives/card.tsx +68 -0
  45. package/src/primitives/checkbox.tsx +55 -0
  46. package/src/primitives/codeBlock.tsx +134 -0
  47. package/src/primitives/codeWindow.tsx +84 -0
  48. package/src/primitives/dialog.tsx +43 -0
  49. package/src/primitives/docCard.tsx +109 -0
  50. package/src/primitives/docIcons.tsx +268 -0
  51. package/src/primitives/dropdownMenu.tsx +162 -0
  52. package/src/primitives/gridOverlay.tsx +51 -0
  53. package/src/primitives/highlightedCode.tsx +112 -0
  54. package/src/primitives/input.tsx +25 -0
  55. package/src/primitives/label.tsx +19 -0
  56. package/src/primitives/localeSwitcher.tsx +90 -0
  57. package/src/primitives/meshBackdrop.tsx +62 -0
  58. package/src/primitives/scrollReveal.tsx +70 -0
  59. package/src/primitives/searchModal.tsx +304 -0
  60. package/src/primitives/select.tsx +24 -0
  61. package/src/primitives/separator.tsx +24 -0
  62. package/src/primitives/skeleton.tsx +12 -0
  63. package/src/primitives/sparkles.tsx +105 -0
  64. package/src/primitives/steps.tsx +55 -0
  65. package/src/primitives/tabs.tsx +102 -0
  66. package/src/primitives/textarea.tsx +24 -0
  67. package/src/primitives/toast.tsx +44 -0
  68. package/src/primitives/tocScrollSpy.tsx +110 -0
  69. package/src/primitives/toggle.tsx +50 -0
  70. package/src/primitives/toggleGroup.tsx +62 -0
  71. package/src/tokens.css +532 -0
  72. package/src/widgets.tsx +297 -0
@@ -0,0 +1,3016 @@
1
+ # Third-Party Notices — @voltro/ui-shadcn
2
+
3
+ This package depends on the open-source software listed below. Each is the
4
+ property of its respective copyright holders and is used under the terms of
5
+ its license. This file is provided for attribution; it grants no rights in
6
+ @voltro/ui-shadcn itself, which is proprietary (see LICENSE).
7
+
8
+ Generated from the resolved runtime dependency closure (96 packages).
9
+
10
+ ---
11
+
12
+ ## @effect/sql@0.51.1
13
+
14
+ License: MIT
15
+
16
+ ```
17
+ MIT License
18
+
19
+ Copyright (c) 2023-present The Contributors
20
+
21
+ Permission is hereby granted, free of charge, to any person obtaining a copy
22
+ of this software and associated documentation files (the "Software"), to deal
23
+ in the Software without restriction, including without limitation the rights
24
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25
+ copies of the Software, and to permit persons to whom the Software is
26
+ furnished to do so, subject to the following conditions:
27
+
28
+ The above copyright notice and this permission notice shall be included in all
29
+ copies or substantial portions of the Software.
30
+
31
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37
+ SOFTWARE.
38
+ ```
39
+
40
+ ## @floating-ui/core@1.7.5
41
+
42
+ License: MIT
43
+
44
+ ```
45
+ MIT License
46
+
47
+ Copyright (c) 2021-present Floating UI contributors
48
+
49
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
50
+ this software and associated documentation files (the "Software"), to deal in
51
+ the Software without restriction, including without limitation the rights to
52
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
53
+ the Software, and to permit persons to whom the Software is furnished to do so,
54
+ subject to the following conditions:
55
+
56
+ The above copyright notice and this permission notice shall be included in all
57
+ copies or substantial portions of the Software.
58
+
59
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
61
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
62
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
63
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
64
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
65
+ ```
66
+
67
+ ## @floating-ui/dom@1.7.6
68
+
69
+ License: MIT
70
+
71
+ ```
72
+ MIT License
73
+
74
+ Copyright (c) 2021-present Floating UI contributors
75
+
76
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
77
+ this software and associated documentation files (the "Software"), to deal in
78
+ the Software without restriction, including without limitation the rights to
79
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
80
+ the Software, and to permit persons to whom the Software is furnished to do so,
81
+ subject to the following conditions:
82
+
83
+ The above copyright notice and this permission notice shall be included in all
84
+ copies or substantial portions of the Software.
85
+
86
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
87
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
88
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
89
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
90
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
91
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
92
+ ```
93
+
94
+ ## @floating-ui/react-dom@2.1.8
95
+
96
+ License: MIT
97
+
98
+ ```
99
+ MIT License
100
+
101
+ Copyright (c) 2021-present Floating UI contributors
102
+
103
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
104
+ this software and associated documentation files (the "Software"), to deal in
105
+ the Software without restriction, including without limitation the rights to
106
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
107
+ the Software, and to permit persons to whom the Software is furnished to do so,
108
+ subject to the following conditions:
109
+
110
+ The above copyright notice and this permission notice shall be included in all
111
+ copies or substantial portions of the Software.
112
+
113
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
114
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
115
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
116
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
117
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
118
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
119
+ ```
120
+
121
+ ## @floating-ui/utils@0.2.11
122
+
123
+ License: MIT
124
+
125
+ ```
126
+ MIT License
127
+
128
+ Copyright (c) 2021-present Floating UI contributors
129
+
130
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
131
+ this software and associated documentation files (the "Software"), to deal in
132
+ the Software without restriction, including without limitation the rights to
133
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
134
+ the Software, and to permit persons to whom the Software is furnished to do so,
135
+ subject to the following conditions:
136
+
137
+ The above copyright notice and this permission notice shall be included in all
138
+ copies or substantial portions of the Software.
139
+
140
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
141
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
142
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
143
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
144
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
145
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
146
+ ```
147
+
148
+ ## @radix-ui/primitive@1.1.5
149
+
150
+ License: MIT
151
+
152
+ ```
153
+ MIT License
154
+
155
+ Copyright (c) 2022 WorkOS
156
+
157
+ Permission is hereby granted, free of charge, to any person obtaining a copy
158
+ of this software and associated documentation files (the "Software"), to deal
159
+ in the Software without restriction, including without limitation the rights
160
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
161
+ copies of the Software, and to permit persons to whom the Software is
162
+ furnished to do so, subject to the following conditions:
163
+
164
+ The above copyright notice and this permission notice shall be included in all
165
+ copies or substantial portions of the Software.
166
+
167
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
168
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
169
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
170
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
171
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
172
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
173
+ SOFTWARE.
174
+ ```
175
+
176
+ ## @radix-ui/react-arrow@1.1.11
177
+
178
+ License: MIT
179
+
180
+ ```
181
+ MIT License
182
+
183
+ Copyright (c) 2022 WorkOS
184
+
185
+ Permission is hereby granted, free of charge, to any person obtaining a copy
186
+ of this software and associated documentation files (the "Software"), to deal
187
+ in the Software without restriction, including without limitation the rights
188
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
189
+ copies of the Software, and to permit persons to whom the Software is
190
+ furnished to do so, subject to the following conditions:
191
+
192
+ The above copyright notice and this permission notice shall be included in all
193
+ copies or substantial portions of the Software.
194
+
195
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
196
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
197
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
198
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
199
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
200
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
201
+ SOFTWARE.
202
+ ```
203
+
204
+ ## @radix-ui/react-collection@1.1.12
205
+
206
+ License: MIT
207
+
208
+ ```
209
+ MIT License
210
+
211
+ Copyright (c) 2022 WorkOS
212
+
213
+ Permission is hereby granted, free of charge, to any person obtaining a copy
214
+ of this software and associated documentation files (the "Software"), to deal
215
+ in the Software without restriction, including without limitation the rights
216
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
217
+ copies of the Software, and to permit persons to whom the Software is
218
+ furnished to do so, subject to the following conditions:
219
+
220
+ The above copyright notice and this permission notice shall be included in all
221
+ copies or substantial portions of the Software.
222
+
223
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
224
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
225
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
226
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
227
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
228
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
229
+ SOFTWARE.
230
+ ```
231
+
232
+ ## @radix-ui/react-compose-refs@1.1.3
233
+
234
+ License: MIT
235
+
236
+ ```
237
+ MIT License
238
+
239
+ Copyright (c) 2022 WorkOS
240
+
241
+ Permission is hereby granted, free of charge, to any person obtaining a copy
242
+ of this software and associated documentation files (the "Software"), to deal
243
+ in the Software without restriction, including without limitation the rights
244
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
245
+ copies of the Software, and to permit persons to whom the Software is
246
+ furnished to do so, subject to the following conditions:
247
+
248
+ The above copyright notice and this permission notice shall be included in all
249
+ copies or substantial portions of the Software.
250
+
251
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
252
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
253
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
254
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
255
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
256
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
257
+ SOFTWARE.
258
+ ```
259
+
260
+ ## @radix-ui/react-context@1.2.0
261
+
262
+ License: MIT
263
+
264
+ ```
265
+ MIT License
266
+
267
+ Copyright (c) 2022 WorkOS
268
+
269
+ Permission is hereby granted, free of charge, to any person obtaining a copy
270
+ of this software and associated documentation files (the "Software"), to deal
271
+ in the Software without restriction, including without limitation the rights
272
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
273
+ copies of the Software, and to permit persons to whom the Software is
274
+ furnished to do so, subject to the following conditions:
275
+
276
+ The above copyright notice and this permission notice shall be included in all
277
+ copies or substantial portions of the Software.
278
+
279
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
280
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
281
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
282
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
283
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
284
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
285
+ SOFTWARE.
286
+ ```
287
+
288
+ ## @radix-ui/react-direction@1.1.2
289
+
290
+ License: MIT
291
+
292
+ ```
293
+ MIT License
294
+
295
+ Copyright (c) 2022 WorkOS
296
+
297
+ Permission is hereby granted, free of charge, to any person obtaining a copy
298
+ of this software and associated documentation files (the "Software"), to deal
299
+ in the Software without restriction, including without limitation the rights
300
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
301
+ copies of the Software, and to permit persons to whom the Software is
302
+ furnished to do so, subject to the following conditions:
303
+
304
+ The above copyright notice and this permission notice shall be included in all
305
+ copies or substantial portions of the Software.
306
+
307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
308
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
309
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
310
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
311
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
312
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
313
+ SOFTWARE.
314
+ ```
315
+
316
+ ## @radix-ui/react-dismissable-layer@1.1.15
317
+
318
+ License: MIT
319
+
320
+ ```
321
+ MIT License
322
+
323
+ Copyright (c) 2022 WorkOS
324
+
325
+ Permission is hereby granted, free of charge, to any person obtaining a copy
326
+ of this software and associated documentation files (the "Software"), to deal
327
+ in the Software without restriction, including without limitation the rights
328
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
329
+ copies of the Software, and to permit persons to whom the Software is
330
+ furnished to do so, subject to the following conditions:
331
+
332
+ The above copyright notice and this permission notice shall be included in all
333
+ copies or substantial portions of the Software.
334
+
335
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
336
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
337
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
338
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
339
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
340
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
341
+ SOFTWARE.
342
+ ```
343
+
344
+ ## @radix-ui/react-dropdown-menu@2.1.20
345
+
346
+ License: MIT
347
+
348
+ ```
349
+ MIT License
350
+
351
+ Copyright (c) 2022 WorkOS
352
+
353
+ Permission is hereby granted, free of charge, to any person obtaining a copy
354
+ of this software and associated documentation files (the "Software"), to deal
355
+ in the Software without restriction, including without limitation the rights
356
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
357
+ copies of the Software, and to permit persons to whom the Software is
358
+ furnished to do so, subject to the following conditions:
359
+
360
+ The above copyright notice and this permission notice shall be included in all
361
+ copies or substantial portions of the Software.
362
+
363
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
364
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
365
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
366
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
367
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
368
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
369
+ SOFTWARE.
370
+ ```
371
+
372
+ ## @radix-ui/react-focus-guards@1.1.4
373
+
374
+ License: MIT
375
+
376
+ ```
377
+ MIT License
378
+
379
+ Copyright (c) 2022 WorkOS
380
+
381
+ Permission is hereby granted, free of charge, to any person obtaining a copy
382
+ of this software and associated documentation files (the "Software"), to deal
383
+ in the Software without restriction, including without limitation the rights
384
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
385
+ copies of the Software, and to permit persons to whom the Software is
386
+ furnished to do so, subject to the following conditions:
387
+
388
+ The above copyright notice and this permission notice shall be included in all
389
+ copies or substantial portions of the Software.
390
+
391
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
392
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
393
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
394
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
395
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
396
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
397
+ SOFTWARE.
398
+ ```
399
+
400
+ ## @radix-ui/react-focus-scope@1.1.12
401
+
402
+ License: MIT
403
+
404
+ ```
405
+ MIT License
406
+
407
+ Copyright (c) 2022 WorkOS
408
+
409
+ Permission is hereby granted, free of charge, to any person obtaining a copy
410
+ of this software and associated documentation files (the "Software"), to deal
411
+ in the Software without restriction, including without limitation the rights
412
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
413
+ copies of the Software, and to permit persons to whom the Software is
414
+ furnished to do so, subject to the following conditions:
415
+
416
+ The above copyright notice and this permission notice shall be included in all
417
+ copies or substantial portions of the Software.
418
+
419
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
420
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
421
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
422
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
423
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
424
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
425
+ SOFTWARE.
426
+ ```
427
+
428
+ ## @radix-ui/react-id@1.1.2
429
+
430
+ License: MIT
431
+
432
+ ```
433
+ MIT License
434
+
435
+ Copyright (c) 2022 WorkOS
436
+
437
+ Permission is hereby granted, free of charge, to any person obtaining a copy
438
+ of this software and associated documentation files (the "Software"), to deal
439
+ in the Software without restriction, including without limitation the rights
440
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
441
+ copies of the Software, and to permit persons to whom the Software is
442
+ furnished to do so, subject to the following conditions:
443
+
444
+ The above copyright notice and this permission notice shall be included in all
445
+ copies or substantial portions of the Software.
446
+
447
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
448
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
449
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
450
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
451
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
452
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
453
+ SOFTWARE.
454
+ ```
455
+
456
+ ## @radix-ui/react-menu@2.1.20
457
+
458
+ License: MIT
459
+
460
+ ```
461
+ MIT License
462
+
463
+ Copyright (c) 2022 WorkOS
464
+
465
+ Permission is hereby granted, free of charge, to any person obtaining a copy
466
+ of this software and associated documentation files (the "Software"), to deal
467
+ in the Software without restriction, including without limitation the rights
468
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
469
+ copies of the Software, and to permit persons to whom the Software is
470
+ furnished to do so, subject to the following conditions:
471
+
472
+ The above copyright notice and this permission notice shall be included in all
473
+ copies or substantial portions of the Software.
474
+
475
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
476
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
477
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
478
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
479
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
480
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
481
+ SOFTWARE.
482
+ ```
483
+
484
+ ## @radix-ui/react-popper@1.3.3
485
+
486
+ License: MIT
487
+
488
+ ```
489
+ MIT License
490
+
491
+ Copyright (c) 2022 WorkOS
492
+
493
+ Permission is hereby granted, free of charge, to any person obtaining a copy
494
+ of this software and associated documentation files (the "Software"), to deal
495
+ in the Software without restriction, including without limitation the rights
496
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
497
+ copies of the Software, and to permit persons to whom the Software is
498
+ furnished to do so, subject to the following conditions:
499
+
500
+ The above copyright notice and this permission notice shall be included in all
501
+ copies or substantial portions of the Software.
502
+
503
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
504
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
505
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
506
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
507
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
508
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
509
+ SOFTWARE.
510
+ ```
511
+
512
+ ## @radix-ui/react-portal@1.1.13
513
+
514
+ License: MIT
515
+
516
+ ```
517
+ MIT License
518
+
519
+ Copyright (c) 2022 WorkOS
520
+
521
+ Permission is hereby granted, free of charge, to any person obtaining a copy
522
+ of this software and associated documentation files (the "Software"), to deal
523
+ in the Software without restriction, including without limitation the rights
524
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
525
+ copies of the Software, and to permit persons to whom the Software is
526
+ furnished to do so, subject to the following conditions:
527
+
528
+ The above copyright notice and this permission notice shall be included in all
529
+ copies or substantial portions of the Software.
530
+
531
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
532
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
533
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
534
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
535
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
536
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
537
+ SOFTWARE.
538
+ ```
539
+
540
+ ## @radix-ui/react-presence@1.1.7
541
+
542
+ License: MIT
543
+
544
+ ```
545
+ MIT License
546
+
547
+ Copyright (c) 2022 WorkOS
548
+
549
+ Permission is hereby granted, free of charge, to any person obtaining a copy
550
+ of this software and associated documentation files (the "Software"), to deal
551
+ in the Software without restriction, including without limitation the rights
552
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
553
+ copies of the Software, and to permit persons to whom the Software is
554
+ furnished to do so, subject to the following conditions:
555
+
556
+ The above copyright notice and this permission notice shall be included in all
557
+ copies or substantial portions of the Software.
558
+
559
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
560
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
561
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
562
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
563
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
564
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
565
+ SOFTWARE.
566
+ ```
567
+
568
+ ## @radix-ui/react-primitive@2.1.7
569
+
570
+ License: MIT
571
+
572
+ ```
573
+ MIT License
574
+
575
+ Copyright (c) 2022 WorkOS
576
+
577
+ Permission is hereby granted, free of charge, to any person obtaining a copy
578
+ of this software and associated documentation files (the "Software"), to deal
579
+ in the Software without restriction, including without limitation the rights
580
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
581
+ copies of the Software, and to permit persons to whom the Software is
582
+ furnished to do so, subject to the following conditions:
583
+
584
+ The above copyright notice and this permission notice shall be included in all
585
+ copies or substantial portions of the Software.
586
+
587
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
588
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
589
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
590
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
591
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
592
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
593
+ SOFTWARE.
594
+ ```
595
+
596
+ ## @radix-ui/react-roving-focus@1.1.15
597
+
598
+ License: MIT
599
+
600
+ ```
601
+ MIT License
602
+
603
+ Copyright (c) 2022 WorkOS
604
+
605
+ Permission is hereby granted, free of charge, to any person obtaining a copy
606
+ of this software and associated documentation files (the "Software"), to deal
607
+ in the Software without restriction, including without limitation the rights
608
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
609
+ copies of the Software, and to permit persons to whom the Software is
610
+ furnished to do so, subject to the following conditions:
611
+
612
+ The above copyright notice and this permission notice shall be included in all
613
+ copies or substantial portions of the Software.
614
+
615
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
616
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
617
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
618
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
619
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
620
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
621
+ SOFTWARE.
622
+ ```
623
+
624
+ ## @radix-ui/react-slot@1.3.0
625
+
626
+ License: MIT
627
+
628
+ ```
629
+ MIT License
630
+
631
+ Copyright (c) 2022 WorkOS
632
+
633
+ Permission is hereby granted, free of charge, to any person obtaining a copy
634
+ of this software and associated documentation files (the "Software"), to deal
635
+ in the Software without restriction, including without limitation the rights
636
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
637
+ copies of the Software, and to permit persons to whom the Software is
638
+ furnished to do so, subject to the following conditions:
639
+
640
+ The above copyright notice and this permission notice shall be included in all
641
+ copies or substantial portions of the Software.
642
+
643
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
644
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
645
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
646
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
647
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
648
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
649
+ SOFTWARE.
650
+ ```
651
+
652
+ ## @radix-ui/react-toggle@1.1.14
653
+
654
+ License: MIT
655
+
656
+ ```
657
+ MIT License
658
+
659
+ Copyright (c) 2022 WorkOS
660
+
661
+ Permission is hereby granted, free of charge, to any person obtaining a copy
662
+ of this software and associated documentation files (the "Software"), to deal
663
+ in the Software without restriction, including without limitation the rights
664
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
665
+ copies of the Software, and to permit persons to whom the Software is
666
+ furnished to do so, subject to the following conditions:
667
+
668
+ The above copyright notice and this permission notice shall be included in all
669
+ copies or substantial portions of the Software.
670
+
671
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
672
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
673
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
674
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
675
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
676
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
677
+ SOFTWARE.
678
+ ```
679
+
680
+ ## @radix-ui/react-toggle-group@1.1.15
681
+
682
+ License: MIT
683
+
684
+ ```
685
+ MIT License
686
+
687
+ Copyright (c) 2022 WorkOS
688
+
689
+ Permission is hereby granted, free of charge, to any person obtaining a copy
690
+ of this software and associated documentation files (the "Software"), to deal
691
+ in the Software without restriction, including without limitation the rights
692
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
693
+ copies of the Software, and to permit persons to whom the Software is
694
+ furnished to do so, subject to the following conditions:
695
+
696
+ The above copyright notice and this permission notice shall be included in all
697
+ copies or substantial portions of the Software.
698
+
699
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
700
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
701
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
702
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
703
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
704
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
705
+ SOFTWARE.
706
+ ```
707
+
708
+ ## @radix-ui/react-use-callback-ref@1.1.2
709
+
710
+ License: MIT
711
+
712
+ ```
713
+ MIT License
714
+
715
+ Copyright (c) 2022 WorkOS
716
+
717
+ Permission is hereby granted, free of charge, to any person obtaining a copy
718
+ of this software and associated documentation files (the "Software"), to deal
719
+ in the Software without restriction, including without limitation the rights
720
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
721
+ copies of the Software, and to permit persons to whom the Software is
722
+ furnished to do so, subject to the following conditions:
723
+
724
+ The above copyright notice and this permission notice shall be included in all
725
+ copies or substantial portions of the Software.
726
+
727
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
728
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
729
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
730
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
731
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
732
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
733
+ SOFTWARE.
734
+ ```
735
+
736
+ ## @radix-ui/react-use-controllable-state@1.2.3
737
+
738
+ License: MIT
739
+
740
+ ```
741
+ MIT License
742
+
743
+ Copyright (c) 2022 WorkOS
744
+
745
+ Permission is hereby granted, free of charge, to any person obtaining a copy
746
+ of this software and associated documentation files (the "Software"), to deal
747
+ in the Software without restriction, including without limitation the rights
748
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
749
+ copies of the Software, and to permit persons to whom the Software is
750
+ furnished to do so, subject to the following conditions:
751
+
752
+ The above copyright notice and this permission notice shall be included in all
753
+ copies or substantial portions of the Software.
754
+
755
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
756
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
757
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
758
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
759
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
760
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
761
+ SOFTWARE.
762
+ ```
763
+
764
+ ## @radix-ui/react-use-effect-event@0.0.3
765
+
766
+ License: MIT
767
+
768
+ ```
769
+ MIT License
770
+
771
+ Copyright (c) 2022 WorkOS
772
+
773
+ Permission is hereby granted, free of charge, to any person obtaining a copy
774
+ of this software and associated documentation files (the "Software"), to deal
775
+ in the Software without restriction, including without limitation the rights
776
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
777
+ copies of the Software, and to permit persons to whom the Software is
778
+ furnished to do so, subject to the following conditions:
779
+
780
+ The above copyright notice and this permission notice shall be included in all
781
+ copies or substantial portions of the Software.
782
+
783
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
784
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
785
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
786
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
787
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
788
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
789
+ SOFTWARE.
790
+ ```
791
+
792
+ ## @radix-ui/react-use-is-hydrated@0.1.1
793
+
794
+ License: MIT
795
+
796
+ ```
797
+ MIT License
798
+
799
+ Copyright (c) 2022 WorkOS
800
+
801
+ Permission is hereby granted, free of charge, to any person obtaining a copy
802
+ of this software and associated documentation files (the "Software"), to deal
803
+ in the Software without restriction, including without limitation the rights
804
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
805
+ copies of the Software, and to permit persons to whom the Software is
806
+ furnished to do so, subject to the following conditions:
807
+
808
+ The above copyright notice and this permission notice shall be included in all
809
+ copies or substantial portions of the Software.
810
+
811
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
812
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
813
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
814
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
815
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
816
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
817
+ SOFTWARE.
818
+ ```
819
+
820
+ ## @radix-ui/react-use-layout-effect@1.1.2
821
+
822
+ License: MIT
823
+
824
+ ```
825
+ MIT License
826
+
827
+ Copyright (c) 2022 WorkOS
828
+
829
+ Permission is hereby granted, free of charge, to any person obtaining a copy
830
+ of this software and associated documentation files (the "Software"), to deal
831
+ in the Software without restriction, including without limitation the rights
832
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
833
+ copies of the Software, and to permit persons to whom the Software is
834
+ furnished to do so, subject to the following conditions:
835
+
836
+ The above copyright notice and this permission notice shall be included in all
837
+ copies or substantial portions of the Software.
838
+
839
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
840
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
841
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
842
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
843
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
844
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
845
+ SOFTWARE.
846
+ ```
847
+
848
+ ## @radix-ui/react-use-rect@1.1.2
849
+
850
+ License: MIT
851
+
852
+ ```
853
+ MIT License
854
+
855
+ Copyright (c) 2022 WorkOS
856
+
857
+ Permission is hereby granted, free of charge, to any person obtaining a copy
858
+ of this software and associated documentation files (the "Software"), to deal
859
+ in the Software without restriction, including without limitation the rights
860
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
861
+ copies of the Software, and to permit persons to whom the Software is
862
+ furnished to do so, subject to the following conditions:
863
+
864
+ The above copyright notice and this permission notice shall be included in all
865
+ copies or substantial portions of the Software.
866
+
867
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
868
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
869
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
870
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
871
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
872
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
873
+ SOFTWARE.
874
+ ```
875
+
876
+ ## @radix-ui/react-use-size@1.1.2
877
+
878
+ License: MIT
879
+
880
+ ```
881
+ MIT License
882
+
883
+ Copyright (c) 2022 WorkOS
884
+
885
+ Permission is hereby granted, free of charge, to any person obtaining a copy
886
+ of this software and associated documentation files (the "Software"), to deal
887
+ in the Software without restriction, including without limitation the rights
888
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
889
+ copies of the Software, and to permit persons to whom the Software is
890
+ furnished to do so, subject to the following conditions:
891
+
892
+ The above copyright notice and this permission notice shall be included in all
893
+ copies or substantial portions of the Software.
894
+
895
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
896
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
897
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
898
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
899
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
900
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
901
+ SOFTWARE.
902
+ ```
903
+
904
+ ## @radix-ui/rect@1.1.2
905
+
906
+ License: MIT
907
+
908
+ ```
909
+ MIT License
910
+
911
+ Copyright (c) 2022 WorkOS
912
+
913
+ Permission is hereby granted, free of charge, to any person obtaining a copy
914
+ of this software and associated documentation files (the "Software"), to deal
915
+ in the Software without restriction, including without limitation the rights
916
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
917
+ copies of the Software, and to permit persons to whom the Software is
918
+ furnished to do so, subject to the following conditions:
919
+
920
+ The above copyright notice and this permission notice shall be included in all
921
+ copies or substantial portions of the Software.
922
+
923
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
924
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
925
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
926
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
927
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
928
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
929
+ SOFTWARE.
930
+ ```
931
+
932
+ ## @shikijs/core@4.3.1
933
+
934
+ License: MIT
935
+
936
+ ```
937
+ MIT License
938
+
939
+ Copyright (c) 2021 Pine Wu
940
+ Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
941
+
942
+ Permission is hereby granted, free of charge, to any person obtaining a copy
943
+ of this software and associated documentation files (the "Software"), to deal
944
+ in the Software without restriction, including without limitation the rights
945
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
946
+ copies of the Software, and to permit persons to whom the Software is
947
+ furnished to do so, subject to the following conditions:
948
+
949
+ The above copyright notice and this permission notice shall be included in all
950
+ copies or substantial portions of the Software.
951
+
952
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
953
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
954
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
955
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
956
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
957
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
958
+ SOFTWARE.
959
+ ```
960
+
961
+ ## @shikijs/engine-javascript@4.3.1
962
+
963
+ License: MIT
964
+
965
+ ```
966
+ MIT License
967
+
968
+ Copyright (c) 2021 Pine Wu
969
+ Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
970
+
971
+ Permission is hereby granted, free of charge, to any person obtaining a copy
972
+ of this software and associated documentation files (the "Software"), to deal
973
+ in the Software without restriction, including without limitation the rights
974
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
975
+ copies of the Software, and to permit persons to whom the Software is
976
+ furnished to do so, subject to the following conditions:
977
+
978
+ The above copyright notice and this permission notice shall be included in all
979
+ copies or substantial portions of the Software.
980
+
981
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
982
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
983
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
984
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
985
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
986
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
987
+ SOFTWARE.
988
+ ```
989
+
990
+ ## @shikijs/engine-oniguruma@4.3.1
991
+
992
+ License: MIT
993
+
994
+ ```
995
+ MIT License
996
+
997
+ Copyright (c) 2021 Pine Wu
998
+ Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
999
+
1000
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1001
+ of this software and associated documentation files (the "Software"), to deal
1002
+ in the Software without restriction, including without limitation the rights
1003
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1004
+ copies of the Software, and to permit persons to whom the Software is
1005
+ furnished to do so, subject to the following conditions:
1006
+
1007
+ The above copyright notice and this permission notice shall be included in all
1008
+ copies or substantial portions of the Software.
1009
+
1010
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1011
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1012
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1013
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1014
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1015
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1016
+ SOFTWARE.
1017
+ ```
1018
+
1019
+ ## @shikijs/langs@4.3.1
1020
+
1021
+ License: MIT
1022
+
1023
+ ```
1024
+ MIT License
1025
+
1026
+ Copyright (c) 2021 Pine Wu
1027
+ Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
1028
+
1029
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1030
+ of this software and associated documentation files (the "Software"), to deal
1031
+ in the Software without restriction, including without limitation the rights
1032
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1033
+ copies of the Software, and to permit persons to whom the Software is
1034
+ furnished to do so, subject to the following conditions:
1035
+
1036
+ The above copyright notice and this permission notice shall be included in all
1037
+ copies or substantial portions of the Software.
1038
+
1039
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1040
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1041
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1042
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1043
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1044
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1045
+ SOFTWARE.
1046
+ ```
1047
+
1048
+ ## @shikijs/primitive@4.3.1
1049
+
1050
+ License: MIT
1051
+
1052
+ ```
1053
+ MIT License
1054
+
1055
+ Copyright (c) 2021 Pine Wu
1056
+ Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
1057
+
1058
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1059
+ of this software and associated documentation files (the "Software"), to deal
1060
+ in the Software without restriction, including without limitation the rights
1061
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1062
+ copies of the Software, and to permit persons to whom the Software is
1063
+ furnished to do so, subject to the following conditions:
1064
+
1065
+ The above copyright notice and this permission notice shall be included in all
1066
+ copies or substantial portions of the Software.
1067
+
1068
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1069
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1070
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1071
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1072
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1073
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1074
+ SOFTWARE.
1075
+ ```
1076
+
1077
+ ## @shikijs/themes@4.3.1
1078
+
1079
+ License: MIT
1080
+
1081
+ ```
1082
+ MIT License
1083
+
1084
+ Copyright (c) 2021 Pine Wu
1085
+ Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
1086
+
1087
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1088
+ of this software and associated documentation files (the "Software"), to deal
1089
+ in the Software without restriction, including without limitation the rights
1090
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1091
+ copies of the Software, and to permit persons to whom the Software is
1092
+ furnished to do so, subject to the following conditions:
1093
+
1094
+ The above copyright notice and this permission notice shall be included in all
1095
+ copies or substantial portions of the Software.
1096
+
1097
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1098
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1099
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1100
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1101
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1102
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1103
+ SOFTWARE.
1104
+ ```
1105
+
1106
+ ## @shikijs/types@4.3.1
1107
+
1108
+ License: MIT
1109
+
1110
+ ```
1111
+ MIT License
1112
+
1113
+ Copyright (c) 2021 Pine Wu
1114
+ Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
1115
+
1116
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1117
+ of this software and associated documentation files (the "Software"), to deal
1118
+ in the Software without restriction, including without limitation the rights
1119
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1120
+ copies of the Software, and to permit persons to whom the Software is
1121
+ furnished to do so, subject to the following conditions:
1122
+
1123
+ The above copyright notice and this permission notice shall be included in all
1124
+ copies or substantial portions of the Software.
1125
+
1126
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1127
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1128
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1129
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1130
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1131
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1132
+ SOFTWARE.
1133
+ ```
1134
+
1135
+ ## @shikijs/vscode-textmate@10.0.2
1136
+
1137
+ License: MIT
1138
+
1139
+ ```
1140
+ The MIT License (MIT)
1141
+
1142
+ Copyright (c) Microsoft Corporation
1143
+
1144
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1145
+ of this software and associated documentation files (the "Software"), to deal
1146
+ in the Software without restriction, including without limitation the rights
1147
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1148
+ copies of the Software, and to permit persons to whom the Software is
1149
+ furnished to do so, subject to the following conditions:
1150
+
1151
+ The above copyright notice and this permission notice shall be included in all
1152
+ copies or substantial portions of the Software.
1153
+
1154
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1155
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1156
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1157
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1158
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1159
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1160
+ SOFTWARE.
1161
+ ```
1162
+
1163
+ ## @types/hast@3.0.4
1164
+
1165
+ License: MIT
1166
+
1167
+ ```
1168
+ MIT License
1169
+
1170
+ Copyright (c) Microsoft Corporation.
1171
+
1172
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1173
+ of this software and associated documentation files (the "Software"), to deal
1174
+ in the Software without restriction, including without limitation the rights
1175
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1176
+ copies of the Software, and to permit persons to whom the Software is
1177
+ furnished to do so, subject to the following conditions:
1178
+
1179
+ The above copyright notice and this permission notice shall be included in all
1180
+ copies or substantial portions of the Software.
1181
+
1182
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1183
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1184
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1185
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1186
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1187
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1188
+ SOFTWARE
1189
+ ```
1190
+
1191
+ ## @types/mdast@4.0.4
1192
+
1193
+ License: MIT
1194
+
1195
+ ```
1196
+ MIT License
1197
+
1198
+ Copyright (c) Microsoft Corporation.
1199
+
1200
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1201
+ of this software and associated documentation files (the "Software"), to deal
1202
+ in the Software without restriction, including without limitation the rights
1203
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1204
+ copies of the Software, and to permit persons to whom the Software is
1205
+ furnished to do so, subject to the following conditions:
1206
+
1207
+ The above copyright notice and this permission notice shall be included in all
1208
+ copies or substantial portions of the Software.
1209
+
1210
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1211
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1212
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1213
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1214
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1215
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1216
+ SOFTWARE
1217
+ ```
1218
+
1219
+ ## @types/unist@3.0.3
1220
+
1221
+ License: MIT
1222
+
1223
+ ```
1224
+ MIT License
1225
+
1226
+ Copyright (c) Microsoft Corporation.
1227
+
1228
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1229
+ of this software and associated documentation files (the "Software"), to deal
1230
+ in the Software without restriction, including without limitation the rights
1231
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1232
+ copies of the Software, and to permit persons to whom the Software is
1233
+ furnished to do so, subject to the following conditions:
1234
+
1235
+ The above copyright notice and this permission notice shall be included in all
1236
+ copies or substantial portions of the Software.
1237
+
1238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1239
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1240
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1241
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1242
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1243
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1244
+ SOFTWARE
1245
+ ```
1246
+
1247
+ ## @ungap/structured-clone@1.3.1
1248
+
1249
+ License: ISC
1250
+
1251
+ ```
1252
+ ISC License
1253
+
1254
+ Copyright (c) 2021, Andrea Giammarchi, @WebReflection
1255
+
1256
+ Permission to use, copy, modify, and/or distribute this software for any
1257
+ purpose with or without fee is hereby granted, provided that the above
1258
+ copyright notice and this permission notice appear in all copies.
1259
+
1260
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1261
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1262
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1263
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1264
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1265
+ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1266
+ PERFORMANCE OF THIS SOFTWARE.
1267
+ ```
1268
+
1269
+ ## aria-hidden@1.2.6
1270
+
1271
+ License: MIT
1272
+
1273
+ ```
1274
+ MIT License
1275
+
1276
+ Copyright (c) 2017 Anton Korzunov
1277
+
1278
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1279
+ of this software and associated documentation files (the "Software"), to deal
1280
+ in the Software without restriction, including without limitation the rights
1281
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1282
+ copies of the Software, and to permit persons to whom the Software is
1283
+ furnished to do so, subject to the following conditions:
1284
+
1285
+ The above copyright notice and this permission notice shall be included in all
1286
+ copies or substantial portions of the Software.
1287
+
1288
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1289
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1290
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1291
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1292
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1293
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1294
+ SOFTWARE.
1295
+ ```
1296
+
1297
+ ## ccount@2.0.1
1298
+
1299
+ License: MIT
1300
+
1301
+ ```
1302
+ (The MIT License)
1303
+
1304
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
1305
+
1306
+ Permission is hereby granted, free of charge, to any person obtaining
1307
+ a copy of this software and associated documentation files (the
1308
+ 'Software'), to deal in the Software without restriction, including
1309
+ without limitation the rights to use, copy, modify, merge, publish,
1310
+ distribute, sublicense, and/or sell copies of the Software, and to
1311
+ permit persons to whom the Software is furnished to do so, subject to
1312
+ the following conditions:
1313
+
1314
+ The above copyright notice and this permission notice shall be
1315
+ included in all copies or substantial portions of the Software.
1316
+
1317
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1318
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1319
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1320
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1321
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1322
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1323
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1324
+ ```
1325
+
1326
+ ## character-entities-html4@2.1.0
1327
+
1328
+ License: MIT
1329
+
1330
+ ```
1331
+ (The MIT License)
1332
+
1333
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
1334
+
1335
+ Permission is hereby granted, free of charge, to any person obtaining
1336
+ a copy of this software and associated documentation files (the
1337
+ 'Software'), to deal in the Software without restriction, including
1338
+ without limitation the rights to use, copy, modify, merge, publish,
1339
+ distribute, sublicense, and/or sell copies of the Software, and to
1340
+ permit persons to whom the Software is furnished to do so, subject to
1341
+ the following conditions:
1342
+
1343
+ The above copyright notice and this permission notice shall be
1344
+ included in all copies or substantial portions of the Software.
1345
+
1346
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1347
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1348
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1349
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1350
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1351
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1352
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1353
+ ```
1354
+
1355
+ ## character-entities-legacy@3.0.0
1356
+
1357
+ License: MIT
1358
+
1359
+ ```
1360
+ (The MIT License)
1361
+
1362
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
1363
+
1364
+ Permission is hereby granted, free of charge, to any person obtaining
1365
+ a copy of this software and associated documentation files (the
1366
+ 'Software'), to deal in the Software without restriction, including
1367
+ without limitation the rights to use, copy, modify, merge, publish,
1368
+ distribute, sublicense, and/or sell copies of the Software, and to
1369
+ permit persons to whom the Software is furnished to do so, subject to
1370
+ the following conditions:
1371
+
1372
+ The above copyright notice and this permission notice shall be
1373
+ included in all copies or substantial portions of the Software.
1374
+
1375
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1376
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1377
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1378
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1379
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1380
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1381
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1382
+ ```
1383
+
1384
+ ## class-variance-authority@0.7.1
1385
+
1386
+ License: Apache-2.0
1387
+
1388
+ ```
1389
+ Apache License
1390
+ Version 2.0, January 2004
1391
+ http://www.apache.org/licenses/
1392
+
1393
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1394
+
1395
+ 1. Definitions.
1396
+
1397
+ "License" shall mean the terms and conditions for use, reproduction,
1398
+ and distribution as defined by Sections 1 through 9 of this document.
1399
+
1400
+ "Licensor" shall mean the copyright owner or entity authorized by
1401
+ the copyright owner that is granting the License.
1402
+
1403
+ "Legal Entity" shall mean the union of the acting entity and all
1404
+ other entities that control, are controlled by, or are under common
1405
+ control with that entity. For the purposes of this definition,
1406
+ "control" means (i) the power, direct or indirect, to cause the
1407
+ direction or management of such entity, whether by contract or
1408
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1409
+ outstanding shares, or (iii) beneficial ownership of such entity.
1410
+
1411
+ "You" (or "Your") shall mean an individual or Legal Entity
1412
+ exercising permissions granted by this License.
1413
+
1414
+ "Source" form shall mean the preferred form for making modifications,
1415
+ including but not limited to software source code, documentation
1416
+ source, and configuration files.
1417
+
1418
+ "Object" form shall mean any form resulting from mechanical
1419
+ transformation or translation of a Source form, including but
1420
+ not limited to compiled object code, generated documentation,
1421
+ and conversions to other media types.
1422
+
1423
+ "Work" shall mean the work of authorship, whether in Source or
1424
+ Object form, made available under the License, as indicated by a
1425
+ copyright notice that is included in or attached to the work
1426
+ (an example is provided in the Appendix below).
1427
+
1428
+ "Derivative Works" shall mean any work, whether in Source or Object
1429
+ form, that is based on (or derived from) the Work and for which the
1430
+ editorial revisions, annotations, elaborations, or other modifications
1431
+ represent, as a whole, an original work of authorship. For the purposes
1432
+ of this License, Derivative Works shall not include works that remain
1433
+ separable from, or merely link (or bind by name) to the interfaces of,
1434
+ the Work and Derivative Works thereof.
1435
+
1436
+ "Contribution" shall mean any work of authorship, including
1437
+ the original version of the Work and any modifications or additions
1438
+ to that Work or Derivative Works thereof, that is intentionally
1439
+ submitted to Licensor for inclusion in the Work by the copyright owner
1440
+ or by an individual or Legal Entity authorized to submit on behalf of
1441
+ the copyright owner. For the purposes of this definition, "submitted"
1442
+ means any form of electronic, verbal, or written communication sent
1443
+ to the Licensor or its representatives, including but not limited to
1444
+ communication on electronic mailing lists, source code control systems,
1445
+ and issue tracking systems that are managed by, or on behalf of, the
1446
+ Licensor for the purpose of discussing and improving the Work, but
1447
+ excluding communication that is conspicuously marked or otherwise
1448
+ designated in writing by the copyright owner as "Not a Contribution."
1449
+
1450
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1451
+ on behalf of whom a Contribution has been received by Licensor and
1452
+ subsequently incorporated within the Work.
1453
+
1454
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1455
+ this License, each Contributor hereby grants to You a perpetual,
1456
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1457
+ copyright license to reproduce, prepare Derivative Works of,
1458
+ publicly display, publicly perform, sublicense, and distribute the
1459
+ Work and such Derivative Works in Source or Object form.
1460
+
1461
+ 3. Grant of Patent License. Subject to the terms and conditions of
1462
+ this License, each Contributor hereby grants to You a perpetual,
1463
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1464
+ (except as stated in this section) patent license to make, have made,
1465
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1466
+ where such license applies only to those patent claims licensable
1467
+ by such Contributor that are necessarily infringed by their
1468
+ Contribution(s) alone or by combination of their Contribution(s)
1469
+ with the Work to which such Contribution(s) was submitted. If You
1470
+ institute patent litigation against any entity (including a
1471
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1472
+ or a Contribution incorporated within the Work constitutes direct
1473
+ or contributory patent infringement, then any patent licenses
1474
+ granted to You under this License for that Work shall terminate
1475
+ as of the date such litigation is filed.
1476
+
1477
+ 4. Redistribution. You may reproduce and distribute copies of the
1478
+ Work or Derivative Works thereof in any medium, with or without
1479
+ modifications, and in Source or Object form, provided that You
1480
+ meet the following conditions:
1481
+
1482
+ (a) You must give any other recipients of the Work or
1483
+ Derivative Works a copy of this License; and
1484
+
1485
+ (b) You must cause any modified files to carry prominent notices
1486
+ stating that You changed the files; and
1487
+
1488
+ (c) You must retain, in the Source form of any Derivative Works
1489
+ that You distribute, all copyright, patent, trademark, and
1490
+ attribution notices from the Source form of the Work,
1491
+ excluding those notices that do not pertain to any part of
1492
+ the Derivative Works; and
1493
+
1494
+ (d) If the Work includes a "NOTICE" text file as part of its
1495
+ distribution, then any Derivative Works that You distribute must
1496
+ include a readable copy of the attribution notices contained
1497
+ within such NOTICE file, excluding those notices that do not
1498
+ pertain to any part of the Derivative Works, in at least one
1499
+ of the following places: within a NOTICE text file distributed
1500
+ as part of the Derivative Works; within the Source form or
1501
+ documentation, if provided along with the Derivative Works; or,
1502
+ within a display generated by the Derivative Works, if and
1503
+ wherever such third-party notices normally appear. The contents
1504
+ of the NOTICE file are for informational purposes only and
1505
+ do not modify the License. You may add Your own attribution
1506
+ notices within Derivative Works that You distribute, alongside
1507
+ or as an addendum to the NOTICE text from the Work, provided
1508
+ that such additional attribution notices cannot be construed
1509
+ as modifying the License.
1510
+
1511
+ You may add Your own copyright statement to Your modifications and
1512
+ may provide additional or different license terms and conditions
1513
+ for use, reproduction, or distribution of Your modifications, or
1514
+ for any such Derivative Works as a whole, provided Your use,
1515
+ reproduction, and distribution of the Work otherwise complies with
1516
+ the conditions stated in this License.
1517
+
1518
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1519
+ any Contribution intentionally submitted for inclusion in the Work
1520
+ by You to the Licensor shall be under the terms and conditions of
1521
+ this License, without any additional terms or conditions.
1522
+ Notwithstanding the above, nothing herein shall supersede or modify
1523
+ the terms of any separate license agreement you may have executed
1524
+ with Licensor regarding such Contributions.
1525
+
1526
+ 6. Trademarks. This License does not grant permission to use the trade
1527
+ names, trademarks, service marks, or product names of the Licensor,
1528
+ except as required for reasonable and customary use in describing the
1529
+ origin of the Work and reproducing the content of the NOTICE file.
1530
+
1531
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1532
+ agreed to in writing, Licensor provides the Work (and each
1533
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1534
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1535
+ implied, including, without limitation, any warranties or conditions
1536
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1537
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1538
+ appropriateness of using or redistributing the Work and assume any
1539
+ risks associated with Your exercise of permissions under this License.
1540
+
1541
+ 8. Limitation of Liability. In no event and under no legal theory,
1542
+ whether in tort (including negligence), contract, or otherwise,
1543
+ unless required by applicable law (such as deliberate and grossly
1544
+ negligent acts) or agreed to in writing, shall any Contributor be
1545
+ liable to You for damages, including any direct, indirect, special,
1546
+ incidental, or consequential damages of any character arising as a
1547
+ result of this License or out of the use or inability to use the
1548
+ Work (including but not limited to damages for loss of goodwill,
1549
+ work stoppage, computer failure or malfunction, or any and all
1550
+ other commercial damages or losses), even if such Contributor
1551
+ has been advised of the possibility of such damages.
1552
+
1553
+ 9. Accepting Warranty or Additional Liability. While redistributing
1554
+ the Work or Derivative Works thereof, You may choose to offer,
1555
+ and charge a fee for, acceptance of support, warranty, indemnity,
1556
+ or other liability obligations and/or rights consistent with this
1557
+ License. However, in accepting such obligations, You may act only
1558
+ on Your own behalf and on Your sole responsibility, not on behalf
1559
+ of any other Contributor, and only if You agree to indemnify,
1560
+ defend, and hold each Contributor harmless for any liability
1561
+ incurred by, or claims asserted against, such Contributor by reason
1562
+ of your accepting any such warranty or additional liability.
1563
+
1564
+ END OF TERMS AND CONDITIONS
1565
+
1566
+ Copyright 2022 Joe Bell
1567
+
1568
+ Licensed under the Apache License, Version 2.0 (the "License");
1569
+ you may not use this file except in compliance with the License.
1570
+ You may obtain a copy of the License at
1571
+
1572
+ http://www.apache.org/licenses/LICENSE-2.0
1573
+
1574
+ Unless required by applicable law or agreed to in writing, software
1575
+ distributed under the License is distributed on an "AS IS" BASIS,
1576
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1577
+ See the License for the specific language governing permissions and
1578
+ limitations under the License.
1579
+ ```
1580
+
1581
+ ## clsx@2.1.1
1582
+
1583
+ License: MIT
1584
+
1585
+ ```
1586
+ MIT License
1587
+
1588
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1589
+
1590
+ 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:
1591
+
1592
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1593
+
1594
+ 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.
1595
+ ```
1596
+
1597
+ ## comma-separated-tokens@2.0.3
1598
+
1599
+ License: MIT
1600
+
1601
+ ```
1602
+ (The MIT License)
1603
+
1604
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1605
+
1606
+ Permission is hereby granted, free of charge, to any person obtaining
1607
+ a copy of this software and associated documentation files (the
1608
+ 'Software'), to deal in the Software without restriction, including
1609
+ without limitation the rights to use, copy, modify, merge, publish,
1610
+ distribute, sublicense, and/or sell copies of the Software, and to
1611
+ permit persons to whom the Software is furnished to do so, subject to
1612
+ the following conditions:
1613
+
1614
+ The above copyright notice and this permission notice shall be
1615
+ included in all copies or substantial portions of the Software.
1616
+
1617
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1618
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1619
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1620
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1621
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1622
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1623
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1624
+ ```
1625
+
1626
+ ## dequal@2.0.3
1627
+
1628
+ License: MIT
1629
+
1630
+ ```
1631
+ The MIT License (MIT)
1632
+
1633
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1634
+
1635
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1636
+ of this software and associated documentation files (the "Software"), to deal
1637
+ in the Software without restriction, including without limitation the rights
1638
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1639
+ copies of the Software, and to permit persons to whom the Software is
1640
+ furnished to do so, subject to the following conditions:
1641
+
1642
+ The above copyright notice and this permission notice shall be included in
1643
+ all copies or substantial portions of the Software.
1644
+
1645
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1646
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1647
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1648
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1649
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1650
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1651
+ THE SOFTWARE.
1652
+ ```
1653
+
1654
+ ## detect-node-es@1.1.0
1655
+
1656
+ License: MIT
1657
+
1658
+ ```
1659
+ MIT License
1660
+
1661
+ Copyright (c) 2017 Ilya Kantor
1662
+
1663
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1664
+ of this software and associated documentation files (the "Software"), to deal
1665
+ in the Software without restriction, including without limitation the rights
1666
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1667
+ copies of the Software, and to permit persons to whom the Software is
1668
+ furnished to do so, subject to the following conditions:
1669
+
1670
+ The above copyright notice and this permission notice shall be included in all
1671
+ copies or substantial portions of the Software.
1672
+
1673
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1674
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1675
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1676
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1677
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1678
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1679
+ SOFTWARE.
1680
+ ```
1681
+
1682
+ ## devlop@1.1.0
1683
+
1684
+ License: MIT
1685
+
1686
+ ```
1687
+ (The MIT License)
1688
+
1689
+ Copyright (c) 2023 Titus Wormer <tituswormer@gmail.com>
1690
+
1691
+ Permission is hereby granted, free of charge, to any person obtaining
1692
+ a copy of this software and associated documentation files (the
1693
+ 'Software'), to deal in the Software without restriction, including
1694
+ without limitation the rights to use, copy, modify, merge, publish,
1695
+ distribute, sublicense, and/or sell copies of the Software, and to
1696
+ permit persons to whom the Software is furnished to do so, subject to
1697
+ the following conditions:
1698
+
1699
+ The above copyright notice and this permission notice shall be
1700
+ included in all copies or substantial portions of the Software.
1701
+
1702
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1703
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1704
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1705
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1706
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1707
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1708
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1709
+ ```
1710
+
1711
+ ## get-nonce@1.0.1
1712
+
1713
+ License: MIT
1714
+
1715
+ ```
1716
+ MIT License
1717
+
1718
+ Copyright (c) 2020 Anton Korzunov
1719
+
1720
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1721
+ of this software and associated documentation files (the "Software"), to deal
1722
+ in the Software without restriction, including without limitation the rights
1723
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1724
+ copies of the Software, and to permit persons to whom the Software is
1725
+ furnished to do so, subject to the following conditions:
1726
+
1727
+ The above copyright notice and this permission notice shall be included in all
1728
+ copies or substantial portions of the Software.
1729
+
1730
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1731
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1732
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1733
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1734
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1735
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1736
+ SOFTWARE.
1737
+ ```
1738
+
1739
+ ## hast-util-to-html@9.0.5
1740
+
1741
+ License: MIT
1742
+
1743
+ ```
1744
+ (The MIT License)
1745
+
1746
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
1747
+
1748
+ Permission is hereby granted, free of charge, to any person obtaining
1749
+ a copy of this software and associated documentation files (the
1750
+ 'Software'), to deal in the Software without restriction, including
1751
+ without limitation the rights to use, copy, modify, merge, publish,
1752
+ distribute, sublicense, and/or sell copies of the Software, and to
1753
+ permit persons to whom the Software is furnished to do so, subject to
1754
+ the following conditions:
1755
+
1756
+ The above copyright notice and this permission notice shall be
1757
+ included in all copies or substantial portions of the Software.
1758
+
1759
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1760
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1761
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1762
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1763
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1764
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1765
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1766
+ ```
1767
+
1768
+ ## hast-util-whitespace@3.0.0
1769
+
1770
+ License: MIT
1771
+
1772
+ ```
1773
+ (The MIT License)
1774
+
1775
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1776
+
1777
+ Permission is hereby granted, free of charge, to any person obtaining
1778
+ a copy of this software and associated documentation files (the
1779
+ 'Software'), to deal in the Software without restriction, including
1780
+ without limitation the rights to use, copy, modify, merge, publish,
1781
+ distribute, sublicense, and/or sell copies of the Software, and to
1782
+ permit persons to whom the Software is furnished to do so, subject to
1783
+ the following conditions:
1784
+
1785
+ The above copyright notice and this permission notice shall be
1786
+ included in all copies or substantial portions of the Software.
1787
+
1788
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1789
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1790
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1791
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1792
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1793
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1794
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1795
+ ```
1796
+
1797
+ ## html-void-elements@3.0.0
1798
+
1799
+ License: MIT
1800
+
1801
+ ```
1802
+ (The MIT License)
1803
+
1804
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1805
+
1806
+ Permission is hereby granted, free of charge, to any person obtaining
1807
+ a copy of this software and associated documentation files (the
1808
+ 'Software'), to deal in the Software without restriction, including
1809
+ without limitation the rights to use, copy, modify, merge, publish,
1810
+ distribute, sublicense, and/or sell copies of the Software, and to
1811
+ permit persons to whom the Software is furnished to do so, subject to
1812
+ the following conditions:
1813
+
1814
+ The above copyright notice and this permission notice shall be
1815
+ included in all copies or substantial portions of the Software.
1816
+
1817
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1818
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1819
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1820
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1821
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1822
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1823
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1824
+ ```
1825
+
1826
+ ## jose@6.2.3
1827
+
1828
+ License: MIT
1829
+
1830
+ ```
1831
+ The MIT License (MIT)
1832
+
1833
+ Copyright (c) 2018 Filip Skokan
1834
+
1835
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1836
+ of this software and associated documentation files (the "Software"), to deal
1837
+ in the Software without restriction, including without limitation the rights
1838
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1839
+ copies of the Software, and to permit persons to whom the Software is
1840
+ furnished to do so, subject to the following conditions:
1841
+
1842
+ The above copyright notice and this permission notice shall be included in all
1843
+ copies or substantial portions of the Software.
1844
+
1845
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1846
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1847
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1848
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1849
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1850
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1851
+ SOFTWARE.
1852
+ ```
1853
+
1854
+ ## layerr@3.0.0
1855
+
1856
+ License: MIT
1857
+
1858
+ ```
1859
+ MIT License
1860
+
1861
+ Copyright (c) 2020 Perry Mitchell
1862
+
1863
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1864
+ of this software and associated documentation files (the "Software"), to deal
1865
+ in the Software without restriction, including without limitation the rights
1866
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1867
+ copies of the Software, and to permit persons to whom the Software is
1868
+ furnished to do so, subject to the following conditions:
1869
+
1870
+ The above copyright notice and this permission notice shall be included in all
1871
+ copies or substantial portions of the Software.
1872
+
1873
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1874
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1875
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1876
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1877
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1878
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1879
+ SOFTWARE.
1880
+ ```
1881
+
1882
+ ## mdast-util-to-hast@13.2.1
1883
+
1884
+ License: MIT
1885
+
1886
+ ```
1887
+ (The MIT License)
1888
+
1889
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1890
+
1891
+ Permission is hereby granted, free of charge, to any person obtaining
1892
+ a copy of this software and associated documentation files (the
1893
+ 'Software'), to deal in the Software without restriction, including
1894
+ without limitation the rights to use, copy, modify, merge, publish,
1895
+ distribute, sublicense, and/or sell copies of the Software, and to
1896
+ permit persons to whom the Software is furnished to do so, subject to
1897
+ the following conditions:
1898
+
1899
+ The above copyright notice and this permission notice shall be
1900
+ included in all copies or substantial portions of the Software.
1901
+
1902
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1903
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1904
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1905
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1906
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1907
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1908
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1909
+ ```
1910
+
1911
+ ## micromark-util-character@2.1.1
1912
+
1913
+ License: MIT
1914
+
1915
+ ```
1916
+ (The MIT License)
1917
+
1918
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
1919
+
1920
+ Permission is hereby granted, free of charge, to any person obtaining
1921
+ a copy of this software and associated documentation files (the
1922
+ 'Software'), to deal in the Software without restriction, including
1923
+ without limitation the rights to use, copy, modify, merge, publish,
1924
+ distribute, sublicense, and/or sell copies of the Software, and to
1925
+ permit persons to whom the Software is furnished to do so, subject to
1926
+ the following conditions:
1927
+
1928
+ The above copyright notice and this permission notice shall be
1929
+ included in all copies or substantial portions of the Software.
1930
+
1931
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1932
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1933
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1934
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1935
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1936
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1937
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1938
+ ```
1939
+
1940
+ ## micromark-util-encode@2.0.1
1941
+
1942
+ License: MIT
1943
+
1944
+ ```
1945
+ (The MIT License)
1946
+
1947
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
1948
+
1949
+ Permission is hereby granted, free of charge, to any person obtaining
1950
+ a copy of this software and associated documentation files (the
1951
+ 'Software'), to deal in the Software without restriction, including
1952
+ without limitation the rights to use, copy, modify, merge, publish,
1953
+ distribute, sublicense, and/or sell copies of the Software, and to
1954
+ permit persons to whom the Software is furnished to do so, subject to
1955
+ the following conditions:
1956
+
1957
+ The above copyright notice and this permission notice shall be
1958
+ included in all copies or substantial portions of the Software.
1959
+
1960
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1961
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1962
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1963
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1964
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1965
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1966
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1967
+ ```
1968
+
1969
+ ## micromark-util-sanitize-uri@2.0.1
1970
+
1971
+ License: MIT
1972
+
1973
+ ```
1974
+ (The MIT License)
1975
+
1976
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
1977
+
1978
+ Permission is hereby granted, free of charge, to any person obtaining
1979
+ a copy of this software and associated documentation files (the
1980
+ 'Software'), to deal in the Software without restriction, including
1981
+ without limitation the rights to use, copy, modify, merge, publish,
1982
+ distribute, sublicense, and/or sell copies of the Software, and to
1983
+ permit persons to whom the Software is furnished to do so, subject to
1984
+ the following conditions:
1985
+
1986
+ The above copyright notice and this permission notice shall be
1987
+ included in all copies or substantial portions of the Software.
1988
+
1989
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1990
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1991
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1992
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1993
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1994
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1995
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1996
+ ```
1997
+
1998
+ ## micromark-util-symbol@2.0.1
1999
+
2000
+ License: MIT
2001
+
2002
+ ```
2003
+ (The MIT License)
2004
+
2005
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
2006
+
2007
+ Permission is hereby granted, free of charge, to any person obtaining
2008
+ a copy of this software and associated documentation files (the
2009
+ 'Software'), to deal in the Software without restriction, including
2010
+ without limitation the rights to use, copy, modify, merge, publish,
2011
+ distribute, sublicense, and/or sell copies of the Software, and to
2012
+ permit persons to whom the Software is furnished to do so, subject to
2013
+ the following conditions:
2014
+
2015
+ The above copyright notice and this permission notice shall be
2016
+ included in all copies or substantial portions of the Software.
2017
+
2018
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2019
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2020
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2021
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2022
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2023
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2024
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2025
+ ```
2026
+
2027
+ ## micromark-util-types@2.0.2
2028
+
2029
+ License: MIT
2030
+
2031
+ ```
2032
+ (The MIT License)
2033
+
2034
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
2035
+
2036
+ Permission is hereby granted, free of charge, to any person obtaining
2037
+ a copy of this software and associated documentation files (the
2038
+ 'Software'), to deal in the Software without restriction, including
2039
+ without limitation the rights to use, copy, modify, merge, publish,
2040
+ distribute, sublicense, and/or sell copies of the Software, and to
2041
+ permit persons to whom the Software is furnished to do so, subject to
2042
+ the following conditions:
2043
+
2044
+ The above copyright notice and this permission notice shall be
2045
+ included in all copies or substantial portions of the Software.
2046
+
2047
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2048
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2049
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2050
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2051
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2052
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2053
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2054
+ ```
2055
+
2056
+ ## oniguruma-parser@0.12.2
2057
+
2058
+ License: MIT
2059
+
2060
+ ```
2061
+ MIT License
2062
+
2063
+ Copyright (c) 2025-2026 Steven Levithan
2064
+
2065
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2066
+ of this software and associated documentation files (the "Software"), to deal
2067
+ in the Software without restriction, including without limitation the rights
2068
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2069
+ copies of the Software, and to permit persons to whom the Software is
2070
+ furnished to do so, subject to the following conditions:
2071
+
2072
+ The above copyright notice and this permission notice shall be included in all
2073
+ copies or substantial portions of the Software.
2074
+
2075
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2076
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2077
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2078
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2079
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2080
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2081
+ SOFTWARE.
2082
+ ```
2083
+
2084
+ ## oniguruma-to-es@4.3.6
2085
+
2086
+ License: MIT
2087
+
2088
+ ```
2089
+ MIT License
2090
+
2091
+ Copyright (c) 2024-2026 Steven Levithan
2092
+
2093
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2094
+ of this software and associated documentation files (the "Software"), to deal
2095
+ in the Software without restriction, including without limitation the rights
2096
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2097
+ copies of the Software, and to permit persons to whom the Software is
2098
+ furnished to do so, subject to the following conditions:
2099
+
2100
+ The above copyright notice and this permission notice shall be included in all
2101
+ copies or substantial portions of the Software.
2102
+
2103
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2104
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2105
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2106
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2107
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2108
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2109
+ SOFTWARE.
2110
+ ```
2111
+
2112
+ ## property-information@7.2.0
2113
+
2114
+ License: MIT
2115
+
2116
+ ```
2117
+ (The MIT License)
2118
+
2119
+ Copyright (c) Titus Wormer <mailto:tituswormer@gmail.com>
2120
+
2121
+ Permission is hereby granted, free of charge, to any person obtaining
2122
+ a copy of this software and associated documentation files (the
2123
+ 'Software'), to deal in the Software without restriction, including
2124
+ without limitation the rights to use, copy, modify, merge, publish,
2125
+ distribute, sublicense, and/or sell copies of the Software, and to
2126
+ permit persons to whom the Software is furnished to do so, subject to
2127
+ the following conditions:
2128
+
2129
+ The above copyright notice and this permission notice shall be
2130
+ included in all copies or substantial portions of the Software.
2131
+
2132
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2133
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2134
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2135
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2136
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2137
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2138
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2139
+ ```
2140
+
2141
+ ## react-remove-scroll@2.7.2
2142
+
2143
+ License: MIT
2144
+
2145
+ ```
2146
+ MIT License
2147
+
2148
+ Copyright (c) 2017 Anton Korzunov
2149
+
2150
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2151
+ of this software and associated documentation files (the "Software"), to deal
2152
+ in the Software without restriction, including without limitation the rights
2153
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2154
+ copies of the Software, and to permit persons to whom the Software is
2155
+ furnished to do so, subject to the following conditions:
2156
+
2157
+ The above copyright notice and this permission notice shall be included in all
2158
+ copies or substantial portions of the Software.
2159
+
2160
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2161
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2162
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2163
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2164
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2165
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2166
+ SOFTWARE.
2167
+ ```
2168
+
2169
+ ## react-remove-scroll-bar@2.3.8
2170
+
2171
+ License: MIT
2172
+
2173
+ _(no bundled license text found in the package; see its npm page.)_
2174
+
2175
+ ## react-style-singleton@2.2.3
2176
+
2177
+ License: MIT
2178
+
2179
+ ```
2180
+ MIT License
2181
+
2182
+ Copyright (c) 2017 Anton Korzunov
2183
+
2184
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2185
+ of this software and associated documentation files (the "Software"), to deal
2186
+ in the Software without restriction, including without limitation the rights
2187
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2188
+ copies of the Software, and to permit persons to whom the Software is
2189
+ furnished to do so, subject to the following conditions:
2190
+
2191
+ The above copyright notice and this permission notice shall be included in all
2192
+ copies or substantial portions of the Software.
2193
+
2194
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2195
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2196
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2197
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2198
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2199
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2200
+ SOFTWARE.
2201
+ ```
2202
+
2203
+ ## regex@6.1.0
2204
+
2205
+ License: MIT
2206
+
2207
+ ```
2208
+ MIT License
2209
+
2210
+ Copyright (c) 2025 Steven Levithan
2211
+
2212
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2213
+ of this software and associated documentation files (the "Software"), to deal
2214
+ in the Software without restriction, including without limitation the rights
2215
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2216
+ copies of the Software, and to permit persons to whom the Software is
2217
+ furnished to do so, subject to the following conditions:
2218
+
2219
+ The above copyright notice and this permission notice shall be included in all
2220
+ copies or substantial portions of the Software.
2221
+
2222
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2223
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2224
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2225
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2226
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2227
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2228
+ SOFTWARE.
2229
+ ```
2230
+
2231
+ ## regex-recursion@6.0.2
2232
+
2233
+ License: MIT
2234
+
2235
+ ```
2236
+ MIT License
2237
+
2238
+ Copyright (c) 2025 Steven Levithan
2239
+
2240
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2241
+ of this software and associated documentation files (the "Software"), to deal
2242
+ in the Software without restriction, including without limitation the rights
2243
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2244
+ copies of the Software, and to permit persons to whom the Software is
2245
+ furnished to do so, subject to the following conditions:
2246
+
2247
+ The above copyright notice and this permission notice shall be included in all
2248
+ copies or substantial portions of the Software.
2249
+
2250
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2251
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2252
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2253
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2254
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2255
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2256
+ SOFTWARE.
2257
+ ```
2258
+
2259
+ ## regex-utilities@2.3.0
2260
+
2261
+ License: MIT
2262
+
2263
+ ```
2264
+ MIT License
2265
+
2266
+ Copyright (c) 2024 Steven Levithan
2267
+
2268
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2269
+ of this software and associated documentation files (the "Software"), to deal
2270
+ in the Software without restriction, including without limitation the rights
2271
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2272
+ copies of the Software, and to permit persons to whom the Software is
2273
+ furnished to do so, subject to the following conditions:
2274
+
2275
+ The above copyright notice and this permission notice shall be included in all
2276
+ copies or substantial portions of the Software.
2277
+
2278
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2279
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2280
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2281
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2282
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2283
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2284
+ SOFTWARE.
2285
+ ```
2286
+
2287
+ ## shiki@4.3.1
2288
+
2289
+ License: MIT
2290
+
2291
+ ```
2292
+ MIT License
2293
+
2294
+ Copyright (c) 2021 Pine Wu
2295
+ Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
2296
+
2297
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2298
+ of this software and associated documentation files (the "Software"), to deal
2299
+ in the Software without restriction, including without limitation the rights
2300
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2301
+ copies of the Software, and to permit persons to whom the Software is
2302
+ furnished to do so, subject to the following conditions:
2303
+
2304
+ The above copyright notice and this permission notice shall be included in all
2305
+ copies or substantial portions of the Software.
2306
+
2307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2308
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2309
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2310
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2311
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2312
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2313
+ SOFTWARE.
2314
+ ```
2315
+
2316
+ ## space-separated-tokens@2.0.2
2317
+
2318
+ License: MIT
2319
+
2320
+ ```
2321
+ (The MIT License)
2322
+
2323
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2324
+
2325
+ Permission is hereby granted, free of charge, to any person obtaining
2326
+ a copy of this software and associated documentation files (the
2327
+ 'Software'), to deal in the Software without restriction, including
2328
+ without limitation the rights to use, copy, modify, merge, publish,
2329
+ distribute, sublicense, and/or sell copies of the Software, and to
2330
+ permit persons to whom the Software is furnished to do so, subject to
2331
+ the following conditions:
2332
+
2333
+ The above copyright notice and this permission notice shall be
2334
+ included in all copies or substantial portions of the Software.
2335
+
2336
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2337
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2338
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2339
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2340
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2341
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2342
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2343
+ ```
2344
+
2345
+ ## stringify-entities@4.0.4
2346
+
2347
+ License: MIT
2348
+
2349
+ ```
2350
+ (The MIT License)
2351
+
2352
+ Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
2353
+
2354
+ Permission is hereby granted, free of charge, to any person obtaining
2355
+ a copy of this software and associated documentation files (the
2356
+ 'Software'), to deal in the Software without restriction, including
2357
+ without limitation the rights to use, copy, modify, merge, publish,
2358
+ distribute, sublicense, and/or sell copies of the Software, and to
2359
+ permit persons to whom the Software is furnished to do so, subject to
2360
+ the following conditions:
2361
+
2362
+ The above copyright notice and this permission notice shall be
2363
+ included in all copies or substantial portions of the Software.
2364
+
2365
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2366
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2367
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2368
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2369
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2370
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2371
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2372
+ ```
2373
+
2374
+ ## tailwind-merge@3.6.0
2375
+
2376
+ License: MIT
2377
+
2378
+ ```
2379
+ MIT License
2380
+
2381
+ Copyright (c) 2021 Dany Castillo
2382
+
2383
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2384
+ of this software and associated documentation files (the "Software"), to deal
2385
+ in the Software without restriction, including without limitation the rights
2386
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2387
+ copies of the Software, and to permit persons to whom the Software is
2388
+ furnished to do so, subject to the following conditions:
2389
+
2390
+ The above copyright notice and this permission notice shall be included in all
2391
+ copies or substantial portions of the Software.
2392
+
2393
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2394
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2395
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2396
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2397
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2398
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2399
+ SOFTWARE.
2400
+ ```
2401
+
2402
+ ## trim-lines@3.0.1
2403
+
2404
+ License: MIT
2405
+
2406
+ ```
2407
+ (The MIT License)
2408
+
2409
+ Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
2410
+
2411
+ Permission is hereby granted, free of charge, to any person obtaining
2412
+ a copy of this software and associated documentation files (the
2413
+ 'Software'), to deal in the Software without restriction, including
2414
+ without limitation the rights to use, copy, modify, merge, publish,
2415
+ distribute, sublicense, and/or sell copies of the Software, and to
2416
+ permit persons to whom the Software is furnished to do so, subject to
2417
+ the following conditions:
2418
+
2419
+ The above copyright notice and this permission notice shall be
2420
+ included in all copies or substantial portions of the Software.
2421
+
2422
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2423
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2424
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2425
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2426
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2427
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2428
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2429
+ ```
2430
+
2431
+ ## tslib@2.8.1
2432
+
2433
+ License: 0BSD
2434
+
2435
+ ```
2436
+ Copyright (c) Microsoft Corporation.
2437
+
2438
+ Permission to use, copy, modify, and/or distribute this software for any
2439
+ purpose with or without fee is hereby granted.
2440
+
2441
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
2442
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2443
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
2444
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2445
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2446
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2447
+ PERFORMANCE OF THIS SOFTWARE.
2448
+ ```
2449
+
2450
+ ## tw-animate-css@1.4.0
2451
+
2452
+ License: MIT
2453
+
2454
+ ```
2455
+ MIT License
2456
+
2457
+ Copyright (c) 2025 Wombosvideo
2458
+
2459
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2460
+ of this software and associated documentation files (the "Software"), to deal
2461
+ in the Software without restriction, including without limitation the rights
2462
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2463
+ copies of the Software, and to permit persons to whom the Software is
2464
+ furnished to do so, subject to the following conditions:
2465
+
2466
+ The above copyright notice and this permission notice shall be included in all
2467
+ copies or substantial portions of the Software.
2468
+
2469
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2470
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2471
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2472
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2473
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2474
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2475
+ SOFTWARE.
2476
+ ```
2477
+
2478
+ ## typeid-js@1.2.0
2479
+
2480
+ License: Apache-2.0
2481
+
2482
+ ```
2483
+ Apache License
2484
+ Version 2.0, January 2004
2485
+ http://www.apache.org/licenses/
2486
+
2487
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2488
+
2489
+ 1. Definitions.
2490
+
2491
+ "License" shall mean the terms and conditions for use, reproduction,
2492
+ and distribution as defined by Sections 1 through 9 of this document.
2493
+
2494
+ "Licensor" shall mean the copyright owner or entity authorized by
2495
+ the copyright owner that is granting the License.
2496
+
2497
+ "Legal Entity" shall mean the union of the acting entity and all
2498
+ other entities that control, are controlled by, or are under common
2499
+ control with that entity. For the purposes of this definition,
2500
+ "control" means (i) the power, direct or indirect, to cause the
2501
+ direction or management of such entity, whether by contract or
2502
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
2503
+ outstanding shares, or (iii) beneficial ownership of such entity.
2504
+
2505
+ "You" (or "Your") shall mean an individual or Legal Entity
2506
+ exercising permissions granted by this License.
2507
+
2508
+ "Source" form shall mean the preferred form for making modifications,
2509
+ including but not limited to software source code, documentation
2510
+ source, and configuration files.
2511
+
2512
+ "Object" form shall mean any form resulting from mechanical
2513
+ transformation or translation of a Source form, including but
2514
+ not limited to compiled object code, generated documentation,
2515
+ and conversions to other media types.
2516
+
2517
+ "Work" shall mean the work of authorship, whether in Source or
2518
+ Object form, made available under the License, as indicated by a
2519
+ copyright notice that is included in or attached to the work
2520
+ (an example is provided in the Appendix below).
2521
+
2522
+ "Derivative Works" shall mean any work, whether in Source or Object
2523
+ form, that is based on (or derived from) the Work and for which the
2524
+ editorial revisions, annotations, elaborations, or other modifications
2525
+ represent, as a whole, an original work of authorship. For the purposes
2526
+ of this License, Derivative Works shall not include works that remain
2527
+ separable from, or merely link (or bind by name) to the interfaces of,
2528
+ the Work and Derivative Works thereof.
2529
+
2530
+ "Contribution" shall mean any work of authorship, including
2531
+ the original version of the Work and any modifications or additions
2532
+ to that Work or Derivative Works thereof, that is intentionally
2533
+ submitted to Licensor for inclusion in the Work by the copyright owner
2534
+ or by an individual or Legal Entity authorized to submit on behalf of
2535
+ the copyright owner. For the purposes of this definition, "submitted"
2536
+ means any form of electronic, verbal, or written communication sent
2537
+ to the Licensor or its representatives, including but not limited to
2538
+ communication on electronic mailing lists, source code control systems,
2539
+ and issue tracking systems that are managed by, or on behalf of, the
2540
+ Licensor for the purpose of discussing and improving the Work, but
2541
+ excluding communication that is conspicuously marked or otherwise
2542
+ designated in writing by the copyright owner as "Not a Contribution."
2543
+
2544
+ "Contributor" shall mean Licensor and any individual or Legal Entity
2545
+ on behalf of whom a Contribution has been received by Licensor and
2546
+ subsequently incorporated within the Work.
2547
+
2548
+ 2. Grant of Copyright License. Subject to the terms and conditions of
2549
+ this License, each Contributor hereby grants to You a perpetual,
2550
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2551
+ copyright license to reproduce, prepare Derivative Works of,
2552
+ publicly display, publicly perform, sublicense, and distribute the
2553
+ Work and such Derivative Works in Source or Object form.
2554
+
2555
+ 3. Grant of Patent License. Subject to the terms and conditions of
2556
+ this License, each Contributor hereby grants to You a perpetual,
2557
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2558
+ (except as stated in this section) patent license to make, have made,
2559
+ use, offer to sell, sell, import, and otherwise transfer the Work,
2560
+ where such license applies only to those patent claims licensable
2561
+ by such Contributor that are necessarily infringed by their
2562
+ Contribution(s) alone or by combination of their Contribution(s)
2563
+ with the Work to which such Contribution(s) was submitted. If You
2564
+ institute patent litigation against any entity (including a
2565
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
2566
+ or a Contribution incorporated within the Work constitutes direct
2567
+ or contributory patent infringement, then any patent licenses
2568
+ granted to You under this License for that Work shall terminate
2569
+ as of the date such litigation is filed.
2570
+
2571
+ 4. Redistribution. You may reproduce and distribute copies of the
2572
+ Work or Derivative Works thereof in any medium, with or without
2573
+ modifications, and in Source or Object form, provided that You
2574
+ meet the following conditions:
2575
+
2576
+ (a) You must give any other recipients of the Work or
2577
+ Derivative Works a copy of this License; and
2578
+
2579
+ (b) You must cause any modified files to carry prominent notices
2580
+ stating that You changed the files; and
2581
+
2582
+ (c) You must retain, in the Source form of any Derivative Works
2583
+ that You distribute, all copyright, patent, trademark, and
2584
+ attribution notices from the Source form of the Work,
2585
+ excluding those notices that do not pertain to any part of
2586
+ the Derivative Works; and
2587
+
2588
+ (d) If the Work includes a "NOTICE" text file as part of its
2589
+ distribution, then any Derivative Works that You distribute must
2590
+ include a readable copy of the attribution notices contained
2591
+ within such NOTICE file, excluding those notices that do not
2592
+ pertain to any part of the Derivative Works, in at least one
2593
+ of the following places: within a NOTICE text file distributed
2594
+ as part of the Derivative Works; within the Source form or
2595
+ documentation, if provided along with the Derivative Works; or,
2596
+ within a display generated by the Derivative Works, if and
2597
+ wherever such third-party notices normally appear. The contents
2598
+ of the NOTICE file are for informational purposes only and
2599
+ do not modify the License. You may add Your own attribution
2600
+ notices within Derivative Works that You distribute, alongside
2601
+ or as an addendum to the NOTICE text from the Work, provided
2602
+ that such additional attribution notices cannot be construed
2603
+ as modifying the License.
2604
+
2605
+ You may add Your own copyright statement to Your modifications and
2606
+ may provide additional or different license terms and conditions
2607
+ for use, reproduction, or distribution of Your modifications, or
2608
+ for any such Derivative Works as a whole, provided Your use,
2609
+ reproduction, and distribution of the Work otherwise complies with
2610
+ the conditions stated in this License.
2611
+
2612
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
2613
+ any Contribution intentionally submitted for inclusion in the Work
2614
+ by You to the Licensor shall be under the terms and conditions of
2615
+ this License, without any additional terms or conditions.
2616
+ Notwithstanding the above, nothing herein shall supersede or modify
2617
+ the terms of any separate license agreement you may have executed
2618
+ with Licensor regarding such Contributions.
2619
+
2620
+ 6. Trademarks. This License does not grant permission to use the trade
2621
+ names, trademarks, service marks, or product names of the Licensor,
2622
+ except as required for reasonable and customary use in describing the
2623
+ origin of the Work and reproducing the content of the NOTICE file.
2624
+
2625
+ 7. Disclaimer of Warranty. Unless required by applicable law or
2626
+ agreed to in writing, Licensor provides the Work (and each
2627
+ Contributor provides its Contributions) on an "AS IS" BASIS,
2628
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2629
+ implied, including, without limitation, any warranties or conditions
2630
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2631
+ PARTICULAR PURPOSE. You are solely responsible for determining the
2632
+ appropriateness of using or redistributing the Work and assume any
2633
+ risks associated with Your exercise of permissions under this License.
2634
+
2635
+ 8. Limitation of Liability. In no event and under no legal theory,
2636
+ whether in tort (including negligence), contract, or otherwise,
2637
+ unless required by applicable law (such as deliberate and grossly
2638
+ negligent acts) or agreed to in writing, shall any Contributor be
2639
+ liable to You for damages, including any direct, indirect, special,
2640
+ incidental, or consequential damages of any character arising as a
2641
+ result of this License or out of the use or inability to use the
2642
+ Work (including but not limited to damages for loss of goodwill,
2643
+ work stoppage, computer failure or malfunction, or any and all
2644
+ other commercial damages or losses), even if such Contributor
2645
+ has been advised of the possibility of such damages.
2646
+
2647
+ 9. Accepting Warranty or Additional Liability. While redistributing
2648
+ the Work or Derivative Works thereof, You may choose to offer,
2649
+ and charge a fee for, acceptance of support, warranty, indemnity,
2650
+ or other liability obligations and/or rights consistent with this
2651
+ License. However, in accepting such obligations, You may act only
2652
+ on Your own behalf and on Your sole responsibility, not on behalf
2653
+ of any other Contributor, and only if You agree to indemnify,
2654
+ defend, and hold each Contributor harmless for any liability
2655
+ incurred by, or claims asserted against, such Contributor by reason
2656
+ of your accepting any such warranty or additional liability.
2657
+
2658
+ END OF TERMS AND CONDITIONS
2659
+
2660
+ APPENDIX: How to apply the Apache License to your work.
2661
+
2662
+ To apply the Apache License to your work, attach the following
2663
+ boilerplate notice, with the fields enclosed by brackets "[]"
2664
+ replaced with your own identifying information. (Don't include
2665
+ the brackets!) The text should be enclosed in the appropriate
2666
+ comment syntax for the file format. We also recommend that a
2667
+ file or class name and description of purpose be included on the
2668
+ same "printed page" as the copyright notice for easier
2669
+ identification within third-party archives.
2670
+
2671
+ Copyright [yyyy] [name of copyright owner]
2672
+
2673
+ Licensed under the Apache License, Version 2.0 (the "License");
2674
+ you may not use this file except in compliance with the License.
2675
+ You may obtain a copy of the License at
2676
+
2677
+ http://www.apache.org/licenses/LICENSE-2.0
2678
+
2679
+ Unless required by applicable law or agreed to in writing, software
2680
+ distributed under the License is distributed on an "AS IS" BASIS,
2681
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2682
+ See the License for the specific language governing permissions and
2683
+ limitations under the License.
2684
+ ```
2685
+
2686
+ ## ulidx@2.4.1
2687
+
2688
+ License: MIT
2689
+
2690
+ ```
2691
+ MIT License
2692
+
2693
+ Copyright (c) 2021 Perry Mitchell
2694
+
2695
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2696
+ of this software and associated documentation files (the "Software"), to deal
2697
+ in the Software without restriction, including without limitation the rights
2698
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2699
+ copies of the Software, and to permit persons to whom the Software is
2700
+ furnished to do so, subject to the following conditions:
2701
+
2702
+ The above copyright notice and this permission notice shall be included in all
2703
+ copies or substantial portions of the Software.
2704
+
2705
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2706
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2707
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2708
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2709
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2710
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2711
+ SOFTWARE.
2712
+ ```
2713
+
2714
+ ## unist-util-is@6.0.1
2715
+
2716
+ License: MIT
2717
+
2718
+ ```
2719
+ (The MIT license)
2720
+
2721
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
2722
+
2723
+ Permission is hereby granted, free of charge, to any person obtaining
2724
+ a copy of this software and associated documentation files (the
2725
+ 'Software'), to deal in the Software without restriction, including
2726
+ without limitation the rights to use, copy, modify, merge, publish,
2727
+ distribute, sublicense, and/or sell copies of the Software, and to
2728
+ permit persons to whom the Software is furnished to do so, subject to
2729
+ the following conditions:
2730
+
2731
+ The above copyright notice and this permission notice shall be
2732
+ included in all copies or substantial portions of the Software.
2733
+
2734
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2735
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2736
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2737
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2738
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2739
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2740
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2741
+ ```
2742
+
2743
+ ## unist-util-position@5.0.0
2744
+
2745
+ License: MIT
2746
+
2747
+ ```
2748
+ (The MIT License)
2749
+
2750
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
2751
+
2752
+ Permission is hereby granted, free of charge, to any person obtaining
2753
+ a copy of this software and associated documentation files (the
2754
+ 'Software'), to deal in the Software without restriction, including
2755
+ without limitation the rights to use, copy, modify, merge, publish,
2756
+ distribute, sublicense, and/or sell copies of the Software, and to
2757
+ permit persons to whom the Software is furnished to do so, subject to
2758
+ the following conditions:
2759
+
2760
+ The above copyright notice and this permission notice shall be
2761
+ included in all copies or substantial portions of the Software.
2762
+
2763
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2764
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2765
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2766
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2767
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2768
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2769
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2770
+ ```
2771
+
2772
+ ## unist-util-stringify-position@4.0.0
2773
+
2774
+ License: MIT
2775
+
2776
+ ```
2777
+ (The MIT License)
2778
+
2779
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2780
+
2781
+ Permission is hereby granted, free of charge, to any person obtaining
2782
+ a copy of this software and associated documentation files (the
2783
+ 'Software'), to deal in the Software without restriction, including
2784
+ without limitation the rights to use, copy, modify, merge, publish,
2785
+ distribute, sublicense, and/or sell copies of the Software, and to
2786
+ permit persons to whom the Software is furnished to do so, subject to
2787
+ the following conditions:
2788
+
2789
+ The above copyright notice and this permission notice shall be
2790
+ included in all copies or substantial portions of the Software.
2791
+
2792
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2793
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2794
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2795
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2796
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2797
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2798
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2799
+ ```
2800
+
2801
+ ## unist-util-visit@5.1.0
2802
+
2803
+ License: MIT
2804
+
2805
+ ```
2806
+ (The MIT License)
2807
+
2808
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
2809
+
2810
+ Permission is hereby granted, free of charge, to any person obtaining
2811
+ a copy of this software and associated documentation files (the
2812
+ 'Software'), to deal in the Software without restriction, including
2813
+ without limitation the rights to use, copy, modify, merge, publish,
2814
+ distribute, sublicense, and/or sell copies of the Software, and to
2815
+ permit persons to whom the Software is furnished to do so, subject to
2816
+ the following conditions:
2817
+
2818
+ The above copyright notice and this permission notice shall be
2819
+ included in all copies or substantial portions of the Software.
2820
+
2821
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2822
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2823
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2824
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2825
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2826
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2827
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2828
+ ```
2829
+
2830
+ ## unist-util-visit-parents@6.0.2
2831
+
2832
+ License: MIT
2833
+
2834
+ ```
2835
+ (The MIT License)
2836
+
2837
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2838
+
2839
+ Permission is hereby granted, free of charge, to any person obtaining
2840
+ a copy of this software and associated documentation files (the
2841
+ 'Software'), to deal in the Software without restriction, including
2842
+ without limitation the rights to use, copy, modify, merge, publish,
2843
+ distribute, sublicense, and/or sell copies of the Software, and to
2844
+ permit persons to whom the Software is furnished to do so, subject to
2845
+ the following conditions:
2846
+
2847
+ The above copyright notice and this permission notice shall be
2848
+ included in all copies or substantial portions of the Software.
2849
+
2850
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2851
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2852
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2853
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2854
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2855
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2856
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2857
+ ```
2858
+
2859
+ ## use-callback-ref@1.3.3
2860
+
2861
+ License: MIT
2862
+
2863
+ ```
2864
+ MIT License
2865
+
2866
+ Copyright (c) 2017 Anton Korzunov
2867
+
2868
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2869
+ of this software and associated documentation files (the "Software"), to deal
2870
+ in the Software without restriction, including without limitation the rights
2871
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2872
+ copies of the Software, and to permit persons to whom the Software is
2873
+ furnished to do so, subject to the following conditions:
2874
+
2875
+ The above copyright notice and this permission notice shall be included in all
2876
+ copies or substantial portions of the Software.
2877
+
2878
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2879
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2880
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2881
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2882
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2883
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2884
+ SOFTWARE.
2885
+ ```
2886
+
2887
+ ## use-sidecar@1.1.3
2888
+
2889
+ License: MIT
2890
+
2891
+ ```
2892
+ MIT License
2893
+
2894
+ Copyright (c) 2017 Anton Korzunov
2895
+
2896
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2897
+ of this software and associated documentation files (the "Software"), to deal
2898
+ in the Software without restriction, including without limitation the rights
2899
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2900
+ copies of the Software, and to permit persons to whom the Software is
2901
+ furnished to do so, subject to the following conditions:
2902
+
2903
+ The above copyright notice and this permission notice shall be included in all
2904
+ copies or substantial portions of the Software.
2905
+
2906
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2907
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2908
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2909
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2910
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2911
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2912
+ SOFTWARE.
2913
+ ```
2914
+
2915
+ ## uuid@11.1.1
2916
+
2917
+ License: MIT
2918
+
2919
+ ```
2920
+ The MIT License (MIT)
2921
+
2922
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
2923
+
2924
+ 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:
2925
+
2926
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2927
+
2928
+ 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.
2929
+ ```
2930
+
2931
+ ## vfile@6.0.3
2932
+
2933
+ License: MIT
2934
+
2935
+ ```
2936
+ (The MIT License)
2937
+
2938
+ Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
2939
+
2940
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2941
+ of this software and associated documentation files (the "Software"), to deal
2942
+ in the Software without restriction, including without limitation the rights
2943
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2944
+ copies of the Software, and to permit persons to whom the Software is
2945
+ furnished to do so, subject to the following conditions:
2946
+
2947
+ The above copyright notice and this permission notice shall be included in
2948
+ all copies or substantial portions of the Software.
2949
+
2950
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2951
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2952
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2953
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2954
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2955
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2956
+ THE SOFTWARE.
2957
+ ```
2958
+
2959
+ ## vfile-message@4.0.3
2960
+
2961
+ License: MIT
2962
+
2963
+ ```
2964
+ (The MIT License)
2965
+
2966
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
2967
+
2968
+ Permission is hereby granted, free of charge, to any person obtaining
2969
+ a copy of this software and associated documentation files (the
2970
+ 'Software'), to deal in the Software without restriction, including
2971
+ without limitation the rights to use, copy, modify, merge, publish,
2972
+ distribute, sublicense, and/or sell copies of the Software, and to
2973
+ permit persons to whom the Software is furnished to do so, subject to
2974
+ the following conditions:
2975
+
2976
+ The above copyright notice and this permission notice shall be
2977
+ included in all copies or substantial portions of the Software.
2978
+
2979
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2980
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2981
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2982
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2983
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2984
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2985
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2986
+ ```
2987
+
2988
+ ## zwitch@2.0.4
2989
+
2990
+ License: MIT
2991
+
2992
+ ```
2993
+ (The MIT License)
2994
+
2995
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2996
+
2997
+ Permission is hereby granted, free of charge, to any person obtaining
2998
+ a copy of this software and associated documentation files (the
2999
+ 'Software'), to deal in the Software without restriction, including
3000
+ without limitation the rights to use, copy, modify, merge, publish,
3001
+ distribute, sublicense, and/or sell copies of the Software, and to
3002
+ permit persons to whom the Software is furnished to do so, subject to
3003
+ the following conditions:
3004
+
3005
+ The above copyright notice and this permission notice shall be
3006
+ included in all copies or substantial portions of the Software.
3007
+
3008
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3009
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3010
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3011
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3012
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3013
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3014
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3015
+ ```
3016
+