@likec4/mcp 1.48.0 → 1.50.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 (34) hide show
  1. package/README.md +11 -1
  2. package/dist/THIRD-PARTY-LICENSES.md +2413 -0
  3. package/dist/_chunks/libs/@chevrotain/cst-dts-gen.mjs +30 -0
  4. package/dist/_chunks/libs/@hono/mcp.mjs +34 -0
  5. package/dist/_chunks/libs/@mantine/colors-generator.mjs +2 -2
  6. package/dist/_chunks/libs/@modelcontextprotocol/sdk.mjs +7 -36
  7. package/dist/_chunks/libs/@radix-ui/colors.mjs +1 -0
  8. package/dist/_chunks/libs/@smithy/is-array-buffer.mjs +1 -0
  9. package/dist/_chunks/libs/chevrotain-allstar.mjs +2 -2
  10. package/dist/_chunks/libs/chevrotain.mjs +35 -35
  11. package/dist/_chunks/libs/citty.mjs +1 -1
  12. package/dist/_chunks/libs/is-error-instance.mjs +1 -1
  13. package/dist/_chunks/libs/isexe.mjs +1 -0
  14. package/dist/_chunks/libs/khroma.mjs +1 -1
  15. package/dist/_chunks/libs/langium.mjs +18 -17
  16. package/dist/_chunks/libs/mdast-util-from-markdown.mjs +2 -2
  17. package/dist/_chunks/libs/mdast-util-gfm.mjs +9 -9
  18. package/dist/_chunks/libs/mdast-util-to-hast.mjs +7 -7
  19. package/dist/_chunks/libs/merge-error-cause.mjs +2 -2
  20. package/dist/_chunks/libs/micromark-extension-gfm.mjs +1 -1
  21. package/dist/_chunks/libs/mnemonist.mjs +1 -1
  22. package/dist/_chunks/libs/nano-spawn.mjs +3 -0
  23. package/dist/_chunks/libs/p-limit.mjs +1 -1
  24. package/dist/_chunks/libs/remeda.mjs +2 -1
  25. package/dist/_chunks/libs/safe-stringify.mjs +1 -1
  26. package/dist/_chunks/libs/ufo.mjs +1 -1
  27. package/dist/_chunks/libs/unified.mjs +1 -1
  28. package/dist/_chunks/libs/which.mjs +1 -0
  29. package/dist/_chunks/rolldown-runtime.mjs +1 -1
  30. package/dist/index.mjs +749 -69
  31. package/package.json +16 -16
  32. package/dist/_chunks/libs/@chevrotain/gast.mjs +0 -1
  33. package/dist/_chunks/libs/hono.mjs +0 -1
  34. package/dist/_chunks/libs/nanoid.mjs +0 -1
@@ -0,0 +1,2413 @@
1
+ # Licenses of Bundled Dependencies
2
+
3
+ The published artifact additionally contains code with the following licenses:
4
+ Apache-2.0, BSD-3-Clause, ISC, MIT, (BSD-3-Clause AND Apache-2.0)
5
+
6
+ # Bundled Dependencies
7
+
8
+ ## @chevrotain/gast, @chevrotain/regexp-to-ast, @chevrotain/utils, chevrotain
9
+
10
+ License: Apache-2.0
11
+ Repository: https://github.com/Chevrotain/chevrotain
12
+
13
+ License: Apache-2.0
14
+ Repository: https://github.com/Chevrotain/chevrotain
15
+
16
+ License: Apache-2.0
17
+ By: Shahar Soel
18
+ Repository: https://github.com/Chevrotain/chevrotain
19
+
20
+ License: Apache-2.0
21
+ By: Shahar Soel
22
+ Repository: https://github.com/Chevrotain/chevrotain
23
+
24
+ > Apache License
25
+ > Version 2.0, January 2004
26
+ > http://www.apache.org/licenses/
27
+ >
28
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
29
+ >
30
+ > 1. Definitions.
31
+ >
32
+ > "License" shall mean the terms and conditions for use, reproduction,
33
+ > and distribution as defined by Sections 1 through 9 of this document.
34
+ >
35
+ > "Licensor" shall mean the copyright owner or entity authorized by
36
+ > the copyright owner that is granting the License.
37
+ >
38
+ > "Legal Entity" shall mean the union of the acting entity and all
39
+ > other entities that control, are controlled by, or are under common
40
+ > control with that entity. For the purposes of this definition,
41
+ > "control" means (i) the power, direct or indirect, to cause the
42
+ > direction or management of such entity, whether by contract or
43
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
44
+ > outstanding shares, or (iii) beneficial ownership of such entity.
45
+ >
46
+ > "You" (or "Your") shall mean an individual or Legal Entity
47
+ > exercising permissions granted by this License.
48
+ >
49
+ > "Source" form shall mean the preferred form for making modifications,
50
+ > including but not limited to software source code, documentation
51
+ > source, and configuration files.
52
+ >
53
+ > "Object" form shall mean any form resulting from mechanical
54
+ > transformation or translation of a Source form, including but
55
+ > not limited to compiled object code, generated documentation,
56
+ > and conversions to other media types.
57
+ >
58
+ > "Work" shall mean the work of authorship, whether in Source or
59
+ > Object form, made available under the License, as indicated by a
60
+ > copyright notice that is included in or attached to the work
61
+ > (an example is provided in the Appendix below).
62
+ >
63
+ > "Derivative Works" shall mean any work, whether in Source or Object
64
+ > form, that is based on (or derived from) the Work and for which the
65
+ > editorial revisions, annotations, elaborations, or other modifications
66
+ > represent, as a whole, an original work of authorship. For the purposes
67
+ > of this License, Derivative Works shall not include works that remain
68
+ > separable from, or merely link (or bind by name) to the interfaces of,
69
+ > the Work and Derivative Works thereof.
70
+ >
71
+ > "Contribution" shall mean any work of authorship, including
72
+ > the original version of the Work and any modifications or additions
73
+ > to that Work or Derivative Works thereof, that is intentionally
74
+ > submitted to Licensor for inclusion in the Work by the copyright owner
75
+ > or by an individual or Legal Entity authorized to submit on behalf of
76
+ > the copyright owner. For the purposes of this definition, "submitted"
77
+ > means any form of electronic, verbal, or written communication sent
78
+ > to the Licensor or its representatives, including but not limited to
79
+ > communication on electronic mailing lists, source code control systems,
80
+ > and issue tracking systems that are managed by, or on behalf of, the
81
+ > Licensor for the purpose of discussing and improving the Work, but
82
+ > excluding communication that is conspicuously marked or otherwise
83
+ > designated in writing by the copyright owner as "Not a Contribution."
84
+ >
85
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
86
+ > on behalf of whom a Contribution has been received by Licensor and
87
+ > subsequently incorporated within the Work.
88
+ >
89
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
90
+ > this License, each Contributor hereby grants to You a perpetual,
91
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
92
+ > copyright license to reproduce, prepare Derivative Works of,
93
+ > publicly display, publicly perform, sublicense, and distribute the
94
+ > Work and such Derivative Works in Source or Object form.
95
+ >
96
+ > 3. Grant of Patent License. Subject to the terms and conditions of
97
+ > this License, each Contributor hereby grants to You a perpetual,
98
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
99
+ > (except as stated in this section) patent license to make, have made,
100
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
101
+ > where such license applies only to those patent claims licensable
102
+ > by such Contributor that are necessarily infringed by their
103
+ > Contribution(s) alone or by combination of their Contribution(s)
104
+ > with the Work to which such Contribution(s) was submitted. If You
105
+ > institute patent litigation against any entity (including a
106
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
107
+ > or a Contribution incorporated within the Work constitutes direct
108
+ > or contributory patent infringement, then any patent licenses
109
+ > granted to You under this License for that Work shall terminate
110
+ > as of the date such litigation is filed.
111
+ >
112
+ > 4. Redistribution. You may reproduce and distribute copies of the
113
+ > Work or Derivative Works thereof in any medium, with or without
114
+ > modifications, and in Source or Object form, provided that You
115
+ > meet the following conditions:
116
+ >
117
+ > (a) You must give any other recipients of the Work or
118
+ > Derivative Works a copy of this License; and
119
+ >
120
+ > (b) You must cause any modified files to carry prominent notices
121
+ > stating that You changed the files; and
122
+ >
123
+ > (c) You must retain, in the Source form of any Derivative Works
124
+ > that You distribute, all copyright, patent, trademark, and
125
+ > attribution notices from the Source form of the Work,
126
+ > excluding those notices that do not pertain to any part of
127
+ > the Derivative Works; and
128
+ >
129
+ > (d) If the Work includes a "NOTICE" text file as part of its
130
+ > distribution, then any Derivative Works that You distribute must
131
+ > include a readable copy of the attribution notices contained
132
+ > within such NOTICE file, excluding those notices that do not
133
+ > pertain to any part of the Derivative Works, in at least one
134
+ > of the following places: within a NOTICE text file distributed
135
+ > as part of the Derivative Works; within the Source form or
136
+ > documentation, if provided along with the Derivative Works; or,
137
+ > within a display generated by the Derivative Works, if and
138
+ > wherever such third-party notices normally appear. The contents
139
+ > of the NOTICE file are for informational purposes only and
140
+ > do not modify the License. You may add Your own attribution
141
+ > notices within Derivative Works that You distribute, alongside
142
+ > or as an addendum to the NOTICE text from the Work, provided
143
+ > that such additional attribution notices cannot be construed
144
+ > as modifying the License.
145
+ >
146
+ > You may add Your own copyright statement to Your modifications and
147
+ > may provide additional or different license terms and conditions
148
+ > for use, reproduction, or distribution of Your modifications, or
149
+ > for any such Derivative Works as a whole, provided Your use,
150
+ > reproduction, and distribution of the Work otherwise complies with
151
+ > the conditions stated in this License.
152
+ >
153
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
154
+ > any Contribution intentionally submitted for inclusion in the Work
155
+ > by You to the Licensor shall be under the terms and conditions of
156
+ > this License, without any additional terms or conditions.
157
+ > Notwithstanding the above, nothing herein shall supersede or modify
158
+ > the terms of any separate license agreement you may have executed
159
+ > with Licensor regarding such Contributions.
160
+ >
161
+ > 6. Trademarks. This License does not grant permission to use the trade
162
+ > names, trademarks, service marks, or product names of the Licensor,
163
+ > except as required for reasonable and customary use in describing the
164
+ > origin of the Work and reproducing the content of the NOTICE file.
165
+ >
166
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
167
+ > agreed to in writing, Licensor provides the Work (and each
168
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
169
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
170
+ > implied, including, without limitation, any warranties or conditions
171
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
172
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
173
+ > appropriateness of using or redistributing the Work and assume any
174
+ > risks associated with Your exercise of permissions under this License.
175
+ >
176
+ > 8. Limitation of Liability. In no event and under no legal theory,
177
+ > whether in tort (including negligence), contract, or otherwise,
178
+ > unless required by applicable law (such as deliberate and grossly
179
+ > negligent acts) or agreed to in writing, shall any Contributor be
180
+ > liable to You for damages, including any direct, indirect, special,
181
+ > incidental, or consequential damages of any character arising as a
182
+ > result of this License or out of the use or inability to use the
183
+ > Work (including but not limited to damages for loss of goodwill,
184
+ > work stoppage, computer failure or malfunction, or any and all
185
+ > other commercial damages or losses), even if such Contributor
186
+ > has been advised of the possibility of such damages.
187
+ >
188
+ > 9. Accepting Warranty or Additional Liability. While redistributing
189
+ > the Work or Derivative Works thereof, You may choose to offer,
190
+ > and charge a fee for, acceptance of support, warranty, indemnity,
191
+ > or other liability obligations and/or rights consistent with this
192
+ > License. However, in accepting such obligations, You may act only
193
+ > on Your own behalf and on Your sole responsibility, not on behalf
194
+ > of any other Contributor, and only if You agree to indemnify,
195
+ > defend, and hold each Contributor harmless for any liability
196
+ > incurred by, or claims asserted against, such Contributor by reason
197
+ > of your accepting any such warranty or additional liability.
198
+ >
199
+ > END OF TERMS AND CONDITIONS
200
+ >
201
+ > APPENDIX: How to apply the Apache License to your work.
202
+ >
203
+ > To apply the Apache License to your work, attach the following
204
+ > boilerplate notice, with the fields enclosed by brackets "[]"
205
+ > replaced with your own identifying information. (Don't include
206
+ > the brackets!) The text should be enclosed in the appropriate
207
+ > comment syntax for the file format. We also recommend that a
208
+ > file or class name and description of purpose be included on the
209
+ > same "printed page" as the copyright notice for easier
210
+ > identification within third-party archives.
211
+ >
212
+ > Copyright [yyyy] [name of copyright owner]
213
+ >
214
+ > Licensed under the Apache License, Version 2.0 (the "License");
215
+ > you may not use this file except in compliance with the License.
216
+ > You may obtain a copy of the License at
217
+ >
218
+ > http://www.apache.org/licenses/LICENSE-2.0
219
+ >
220
+ > Unless required by applicable law or agreed to in writing, software
221
+ > distributed under the License is distributed on an "AS IS" BASIS,
222
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
223
+ > See the License for the specific language governing permissions and
224
+ > limitations under the License.
225
+
226
+ ---------------------------------------
227
+
228
+ ## @hono/mcp
229
+
230
+ License: MIT
231
+ Repository: https://github.com/honojs/middleware
232
+
233
+ ---------------------------------------
234
+
235
+ ## @hono/node-server
236
+
237
+ License: MIT
238
+ By: Yusuke Wada
239
+ Repository: https://github.com/honojs/node-server
240
+
241
+ ---------------------------------------
242
+
243
+ ## @likec4/config, @likec4/core, @likec4/layouts, @likec4/log, @likec4/style-preset
244
+
245
+ License: MIT
246
+ By: Denis Davydkov
247
+ Repositories: https://github.com/likec4/likec4, https://github.com/likec4/likec4, https://github.com/likec4/likec4, https://github.com/likec4/likec4, https://github.com/likec4/likec4
248
+
249
+ > MIT License
250
+ >
251
+ > Copyright (c) 2023-2026 Denis Davydkov
252
+ >
253
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
254
+ > of this software and associated documentation files (the "Software"), to deal
255
+ > in the Software without restriction, including without limitation the rights
256
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
257
+ > copies of the Software, and to permit persons to whom the Software is
258
+ > furnished to do so, subject to the following conditions:
259
+ >
260
+ > The above copyright notice and this permission notice shall be included in all
261
+ > copies or substantial portions of the Software.
262
+ >
263
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
264
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
265
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
266
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
267
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
268
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
269
+ > SOFTWARE.
270
+
271
+ ---------------------------------------
272
+
273
+ ## @likec4/language-server
274
+
275
+ License: MIT
276
+ By: Denis Davydkov
277
+ Repository: https://github.com/likec4/likec4
278
+
279
+ ---------------------------------------
280
+
281
+ ## @logtape/logtape
282
+
283
+ License: MIT
284
+ By: Hong Minhee
285
+ Repository: https://github.com/dahlia/logtape
286
+
287
+ > MIT License
288
+ >
289
+ > Copyright 2024–2025 Hong Minhee
290
+ >
291
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
292
+ > this software and associated documentation files (the "Software"), to deal in
293
+ > the Software without restriction, including without limitation the rights to
294
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
295
+ > the Software, and to permit persons to whom the Software is furnished to do so,
296
+ > subject to the following conditions:
297
+ >
298
+ > The above copyright notice and this permission notice shall be included in all
299
+ > copies or substantial portions of the Software.
300
+ >
301
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
302
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
303
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
304
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
305
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
306
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
307
+
308
+ ---------------------------------------
309
+
310
+ ## @lume/kiwi
311
+
312
+ License: BSD-3-Clause
313
+ Repository: https://github.com/lume/kiwi
314
+
315
+ ---------------------------------------
316
+
317
+ ## @mantine/colors-generator
318
+
319
+ License: MIT
320
+ By: Vitaly Rtishchev
321
+ Repository: https://github.com/mantinedev/mantine
322
+
323
+ > MIT License
324
+ >
325
+ > Copyright (c) 2021 Vitaly Rtishchev
326
+ >
327
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
328
+ > of this software and associated documentation files (the "Software"), to deal
329
+ > in the Software without restriction, including without limitation the rights
330
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
331
+ > copies of the Software, and to permit persons to whom the Software is
332
+ > furnished to do so, subject to the following conditions:
333
+ >
334
+ > The above copyright notice and this permission notice shall be included in all
335
+ > copies or substantial portions of the Software.
336
+ >
337
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
338
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
339
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
340
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
341
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
342
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
343
+ > SOFTWARE.
344
+
345
+ ---------------------------------------
346
+
347
+ ## @modelcontextprotocol/sdk
348
+
349
+ License: MIT
350
+ By: Anthropic, PBC
351
+ Repository: https://github.com/modelcontextprotocol/typescript-sdk
352
+
353
+ > MIT License
354
+ >
355
+ > Copyright (c) 2024 Anthropic, PBC
356
+ >
357
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
358
+ > of this software and associated documentation files (the "Software"), to deal
359
+ > in the Software without restriction, including without limitation the rights
360
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
361
+ > copies of the Software, and to permit persons to whom the Software is
362
+ > furnished to do so, subject to the following conditions:
363
+ >
364
+ > The above copyright notice and this permission notice shall be included in all
365
+ > copies or substantial portions of the Software.
366
+ >
367
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
368
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
369
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
370
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
371
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
372
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
373
+ > SOFTWARE.
374
+
375
+ ---------------------------------------
376
+
377
+ ## @msgpack/msgpack
378
+
379
+ License: ISC
380
+ By: The MessagePack community
381
+ Repository: https://github.com/msgpack/msgpack-javascript
382
+
383
+ > Copyright 2019 The MessagePack Community.
384
+ >
385
+ > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
386
+ >
387
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
388
+
389
+ ---------------------------------------
390
+
391
+ ## @radix-ui/colors
392
+
393
+ License: MIT
394
+ By: Colm Tuite, Vlad Moroz
395
+
396
+ > MIT License
397
+ >
398
+ > Copyright (c) 2021 Radix
399
+ >
400
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
401
+ > of this software and associated documentation files (the "Software"), to deal
402
+ > in the Software without restriction, including without limitation the rights
403
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
404
+ > copies of the Software, and to permit persons to whom the Software is
405
+ > furnished to do so, subject to the following conditions:
406
+ >
407
+ > The above copyright notice and this permission notice shall be included in all
408
+ > copies or substantial portions of the Software.
409
+ >
410
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
411
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
412
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
413
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
414
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
415
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
416
+ > SOFTWARE.
417
+
418
+ ---------------------------------------
419
+
420
+ ## @smithy/util-base64, @smithy/util-buffer-from
421
+
422
+ License: Apache-2.0
423
+ By: AWS SDK for JavaScript Team
424
+ Repositories: https://github.com/smithy-lang/smithy-typescript, https://github.com/smithy-lang/smithy-typescript
425
+
426
+ > Apache License
427
+ > Version 2.0, January 2004
428
+ > http://www.apache.org/licenses/
429
+ >
430
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
431
+ >
432
+ > 1. Definitions.
433
+ >
434
+ > "License" shall mean the terms and conditions for use, reproduction,
435
+ > and distribution as defined by Sections 1 through 9 of this document.
436
+ >
437
+ > "Licensor" shall mean the copyright owner or entity authorized by
438
+ > the copyright owner that is granting the License.
439
+ >
440
+ > "Legal Entity" shall mean the union of the acting entity and all
441
+ > other entities that control, are controlled by, or are under common
442
+ > control with that entity. For the purposes of this definition,
443
+ > "control" means (i) the power, direct or indirect, to cause the
444
+ > direction or management of such entity, whether by contract or
445
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
446
+ > outstanding shares, or (iii) beneficial ownership of such entity.
447
+ >
448
+ > "You" (or "Your") shall mean an individual or Legal Entity
449
+ > exercising permissions granted by this License.
450
+ >
451
+ > "Source" form shall mean the preferred form for making modifications,
452
+ > including but not limited to software source code, documentation
453
+ > source, and configuration files.
454
+ >
455
+ > "Object" form shall mean any form resulting from mechanical
456
+ > transformation or translation of a Source form, including but
457
+ > not limited to compiled object code, generated documentation,
458
+ > and conversions to other media types.
459
+ >
460
+ > "Work" shall mean the work of authorship, whether in Source or
461
+ > Object form, made available under the License, as indicated by a
462
+ > copyright notice that is included in or attached to the work
463
+ > (an example is provided in the Appendix below).
464
+ >
465
+ > "Derivative Works" shall mean any work, whether in Source or Object
466
+ > form, that is based on (or derived from) the Work and for which the
467
+ > editorial revisions, annotations, elaborations, or other modifications
468
+ > represent, as a whole, an original work of authorship. For the purposes
469
+ > of this License, Derivative Works shall not include works that remain
470
+ > separable from, or merely link (or bind by name) to the interfaces of,
471
+ > the Work and Derivative Works thereof.
472
+ >
473
+ > "Contribution" shall mean any work of authorship, including
474
+ > the original version of the Work and any modifications or additions
475
+ > to that Work or Derivative Works thereof, that is intentionally
476
+ > submitted to Licensor for inclusion in the Work by the copyright owner
477
+ > or by an individual or Legal Entity authorized to submit on behalf of
478
+ > the copyright owner. For the purposes of this definition, "submitted"
479
+ > means any form of electronic, verbal, or written communication sent
480
+ > to the Licensor or its representatives, including but not limited to
481
+ > communication on electronic mailing lists, source code control systems,
482
+ > and issue tracking systems that are managed by, or on behalf of, the
483
+ > Licensor for the purpose of discussing and improving the Work, but
484
+ > excluding communication that is conspicuously marked or otherwise
485
+ > designated in writing by the copyright owner as "Not a Contribution."
486
+ >
487
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
488
+ > on behalf of whom a Contribution has been received by Licensor and
489
+ > subsequently incorporated within the Work.
490
+ >
491
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
492
+ > this License, each Contributor hereby grants to You a perpetual,
493
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
494
+ > copyright license to reproduce, prepare Derivative Works of,
495
+ > publicly display, publicly perform, sublicense, and distribute the
496
+ > Work and such Derivative Works in Source or Object form.
497
+ >
498
+ > 3. Grant of Patent License. Subject to the terms and conditions of
499
+ > this License, each Contributor hereby grants to You a perpetual,
500
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
501
+ > (except as stated in this section) patent license to make, have made,
502
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
503
+ > where such license applies only to those patent claims licensable
504
+ > by such Contributor that are necessarily infringed by their
505
+ > Contribution(s) alone or by combination of their Contribution(s)
506
+ > with the Work to which such Contribution(s) was submitted. If You
507
+ > institute patent litigation against any entity (including a
508
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
509
+ > or a Contribution incorporated within the Work constitutes direct
510
+ > or contributory patent infringement, then any patent licenses
511
+ > granted to You under this License for that Work shall terminate
512
+ > as of the date such litigation is filed.
513
+ >
514
+ > 4. Redistribution. You may reproduce and distribute copies of the
515
+ > Work or Derivative Works thereof in any medium, with or without
516
+ > modifications, and in Source or Object form, provided that You
517
+ > meet the following conditions:
518
+ >
519
+ > (a) You must give any other recipients of the Work or
520
+ > Derivative Works a copy of this License; and
521
+ >
522
+ > (b) You must cause any modified files to carry prominent notices
523
+ > stating that You changed the files; and
524
+ >
525
+ > (c) You must retain, in the Source form of any Derivative Works
526
+ > that You distribute, all copyright, patent, trademark, and
527
+ > attribution notices from the Source form of the Work,
528
+ > excluding those notices that do not pertain to any part of
529
+ > the Derivative Works; and
530
+ >
531
+ > (d) If the Work includes a "NOTICE" text file as part of its
532
+ > distribution, then any Derivative Works that You distribute must
533
+ > include a readable copy of the attribution notices contained
534
+ > within such NOTICE file, excluding those notices that do not
535
+ > pertain to any part of the Derivative Works, in at least one
536
+ > of the following places: within a NOTICE text file distributed
537
+ > as part of the Derivative Works; within the Source form or
538
+ > documentation, if provided along with the Derivative Works; or,
539
+ > within a display generated by the Derivative Works, if and
540
+ > wherever such third-party notices normally appear. The contents
541
+ > of the NOTICE file are for informational purposes only and
542
+ > do not modify the License. You may add Your own attribution
543
+ > notices within Derivative Works that You distribute, alongside
544
+ > or as an addendum to the NOTICE text from the Work, provided
545
+ > that such additional attribution notices cannot be construed
546
+ > as modifying the License.
547
+ >
548
+ > You may add Your own copyright statement to Your modifications and
549
+ > may provide additional or different license terms and conditions
550
+ > for use, reproduction, or distribution of Your modifications, or
551
+ > for any such Derivative Works as a whole, provided Your use,
552
+ > reproduction, and distribution of the Work otherwise complies with
553
+ > the conditions stated in this License.
554
+ >
555
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
556
+ > any Contribution intentionally submitted for inclusion in the Work
557
+ > by You to the Licensor shall be under the terms and conditions of
558
+ > this License, without any additional terms or conditions.
559
+ > Notwithstanding the above, nothing herein shall supersede or modify
560
+ > the terms of any separate license agreement you may have executed
561
+ > with Licensor regarding such Contributions.
562
+ >
563
+ > 6. Trademarks. This License does not grant permission to use the trade
564
+ > names, trademarks, service marks, or product names of the Licensor,
565
+ > except as required for reasonable and customary use in describing the
566
+ > origin of the Work and reproducing the content of the NOTICE file.
567
+ >
568
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
569
+ > agreed to in writing, Licensor provides the Work (and each
570
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
571
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
572
+ > implied, including, without limitation, any warranties or conditions
573
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
574
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
575
+ > appropriateness of using or redistributing the Work and assume any
576
+ > risks associated with Your exercise of permissions under this License.
577
+ >
578
+ > 8. Limitation of Liability. In no event and under no legal theory,
579
+ > whether in tort (including negligence), contract, or otherwise,
580
+ > unless required by applicable law (such as deliberate and grossly
581
+ > negligent acts) or agreed to in writing, shall any Contributor be
582
+ > liable to You for damages, including any direct, indirect, special,
583
+ > incidental, or consequential damages of any character arising as a
584
+ > result of this License or out of the use or inability to use the
585
+ > Work (including but not limited to damages for loss of goodwill,
586
+ > work stoppage, computer failure or malfunction, or any and all
587
+ > other commercial damages or losses), even if such Contributor
588
+ > has been advised of the possibility of such damages.
589
+ >
590
+ > 9. Accepting Warranty or Additional Liability. While redistributing
591
+ > the Work or Derivative Works thereof, You may choose to offer,
592
+ > and charge a fee for, acceptance of support, warranty, indemnity,
593
+ > or other liability obligations and/or rights consistent with this
594
+ > License. However, in accepting such obligations, You may act only
595
+ > on Your own behalf and on Your sole responsibility, not on behalf
596
+ > of any other Contributor, and only if You agree to indemnify,
597
+ > defend, and hold each Contributor harmless for any liability
598
+ > incurred by, or claims asserted against, such Contributor by reason
599
+ > of your accepting any such warranty or additional liability.
600
+ >
601
+ > END OF TERMS AND CONDITIONS
602
+ >
603
+ > APPENDIX: How to apply the Apache License to your work.
604
+ >
605
+ > To apply the Apache License to your work, attach the following
606
+ > boilerplate notice, with the fields enclosed by brackets "{}"
607
+ > replaced with your own identifying information. (Don't include
608
+ > the brackets!) The text should be enclosed in the appropriate
609
+ > comment syntax for the file format. We also recommend that a
610
+ > file or class name and description of purpose be included on the
611
+ > same "printed page" as the copyright notice for easier
612
+ > identification within third-party archives.
613
+ >
614
+ > Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
615
+ >
616
+ > Licensed under the Apache License, Version 2.0 (the "License");
617
+ > you may not use this file except in compliance with the License.
618
+ > You may obtain a copy of the License at
619
+ >
620
+ > http://www.apache.org/licenses/LICENSE-2.0
621
+ >
622
+ > Unless required by applicable law or agreed to in writing, software
623
+ > distributed under the License is distributed on an "AS IS" BASIS,
624
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
625
+ > See the License for the specific language governing permissions and
626
+ > limitations under the License.
627
+
628
+ ---------------------------------------
629
+
630
+ ## @ungap/structured-clone
631
+
632
+ License: ISC
633
+ By: Andrea Giammarchi
634
+ Repository: https://github.com/ungap/structured-clone
635
+
636
+ > ISC License
637
+ >
638
+ > Copyright (c) 2021, Andrea Giammarchi, @WebReflection
639
+ >
640
+ > Permission to use, copy, modify, and/or distribute this software for any
641
+ > purpose with or without fee is hereby granted, provided that the above
642
+ > copyright notice and this permission notice appear in all copies.
643
+ >
644
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
645
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
646
+ > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
647
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
648
+ > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
649
+ > OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
650
+ > PERFORMANCE OF THIS SOFTWARE.
651
+
652
+ ---------------------------------------
653
+
654
+ ## ajv
655
+
656
+ License: MIT
657
+ By: Evgeny Poberezkin
658
+ Repository: https://github.com/ajv-validator/ajv
659
+
660
+ > The MIT License (MIT)
661
+ >
662
+ > Copyright (c) 2015-2021 Evgeny Poberezkin
663
+ >
664
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
665
+ > of this software and associated documentation files (the "Software"), to deal
666
+ > in the Software without restriction, including without limitation the rights
667
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
668
+ > copies of the Software, and to permit persons to whom the Software is
669
+ > furnished to do so, subject to the following conditions:
670
+ >
671
+ > The above copyright notice and this permission notice shall be included in all
672
+ > copies or substantial portions of the Software.
673
+ >
674
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
675
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
676
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
677
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
678
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
679
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
680
+ > SOFTWARE.
681
+
682
+ ---------------------------------------
683
+
684
+ ## ajv-formats
685
+
686
+ License: MIT
687
+ By: Evgeny Poberezkin
688
+ Repository: https://github.com/ajv-validator/ajv-formats
689
+
690
+ > MIT License
691
+ >
692
+ > Copyright (c) 2020 Evgeny Poberezkin
693
+ >
694
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
695
+ > of this software and associated documentation files (the "Software"), to deal
696
+ > in the Software without restriction, including without limitation the rights
697
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
698
+ > copies of the Software, and to permit persons to whom the Software is
699
+ > furnished to do so, subject to the following conditions:
700
+ >
701
+ > The above copyright notice and this permission notice shall be included in all
702
+ > copies or substantial portions of the Software.
703
+ >
704
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
705
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
706
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
707
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
708
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
709
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
710
+ > SOFTWARE.
711
+
712
+ ---------------------------------------
713
+
714
+ ## bail, ccount, character-entities, character-entities-html4, character-entities-legacy, mdast-util-to-string, unist-util-position, unist-util-visit
715
+
716
+ License: MIT
717
+ By: Titus Wormer
718
+ Repository: https://github.com/wooorm/bail
719
+
720
+ License: MIT
721
+ By: Titus Wormer
722
+ Repository: https://github.com/wooorm/ccount
723
+
724
+ License: MIT
725
+ By: Titus Wormer
726
+ Repository: https://github.com/wooorm/character-entities
727
+
728
+ License: MIT
729
+ By: Titus Wormer
730
+ Repository: https://github.com/wooorm/character-entities-html4
731
+
732
+ License: MIT
733
+ By: Titus Wormer
734
+ Repository: https://github.com/wooorm/character-entities-legacy
735
+
736
+ License: MIT
737
+ By: Titus Wormer
738
+ Repository: https://github.com/syntax-tree/mdast-util-to-string
739
+
740
+ License: MIT
741
+ By: Titus Wormer
742
+ Repository: https://github.com/syntax-tree/unist-util-position
743
+
744
+ License: MIT
745
+ By: Titus Wormer, Eugene Sharygin, Richard Gibson
746
+ Repository: https://github.com/syntax-tree/unist-util-visit
747
+
748
+ > (The MIT License)
749
+ >
750
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
751
+ >
752
+ > Permission is hereby granted, free of charge, to any person obtaining
753
+ > a copy of this software and associated documentation files (the
754
+ > 'Software'), to deal in the Software without restriction, including
755
+ > without limitation the rights to use, copy, modify, merge, publish,
756
+ > distribute, sublicense, and/or sell copies of the Software, and to
757
+ > permit persons to whom the Software is furnished to do so, subject to
758
+ > the following conditions:
759
+ >
760
+ > The above copyright notice and this permission notice shall be
761
+ > included in all copies or substantial portions of the Software.
762
+ >
763
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
764
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
765
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
766
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
767
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
768
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
769
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
770
+
771
+ ---------------------------------------
772
+
773
+ ## chevrotain-allstar
774
+
775
+ License: MIT
776
+ By: TypeFox
777
+ Repository: https://github.com/langium/chevrotain-allstar
778
+
779
+ > Copyright 2022 TypeFox GmbH
780
+ >
781
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
782
+ > associated documentation files (the "Software"), to deal in the Software without restriction,
783
+ > including without limitation the rights to use, copy, modify, merge, publish, distribute,
784
+ > sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
785
+ > furnished to do so, subject to the following conditions:
786
+ >
787
+ > The above copyright notice and this permission notice shall be included in all copies or
788
+ > substantial portions of the Software.
789
+ >
790
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
791
+ > BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
792
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
793
+ > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
794
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
795
+
796
+ ---------------------------------------
797
+
798
+ ## chokidar
799
+
800
+ License: MIT
801
+ By: Paul Miller
802
+ Repository: https://github.com/paulmillr/chokidar
803
+
804
+ > The MIT License (MIT)
805
+ >
806
+ > Copyright (c) 2012 Paul Miller (https://paulmillr.com), Elan Shanker
807
+ >
808
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
809
+ > of this software and associated documentation files (the “Software”), to deal
810
+ > in the Software without restriction, including without limitation the rights
811
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
812
+ > copies of the Software, and to permit persons to whom the Software is
813
+ > furnished to do so, subject to the following conditions:
814
+ >
815
+ > The above copyright notice and this permission notice shall be included in
816
+ > all copies or substantial portions of the Software.
817
+ >
818
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
819
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
820
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
821
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
822
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
823
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
824
+ > THE SOFTWARE.
825
+
826
+ ---------------------------------------
827
+
828
+ ## chroma-js
829
+
830
+ License: (BSD-3-Clause AND Apache-2.0)
831
+ By: Gregor Aisch
832
+ Repository: https://github.com/gka/chroma.js
833
+
834
+ > chroma.js - JavaScript library for color conversions
835
+ >
836
+ > Copyright (c) 2011-2025, Gregor Aisch
837
+ > All rights reserved.
838
+ >
839
+ > Redistribution and use in source and binary forms, with or without
840
+ > modification, are permitted provided that the following conditions are met:
841
+ >
842
+ > 1. Redistributions of source code must retain the above copyright notice, this
843
+ > list of conditions and the following disclaimer.
844
+ >
845
+ > 2. Redistributions in binary form must reproduce the above copyright notice,
846
+ > this list of conditions and the following disclaimer in the documentation
847
+ > and/or other materials provided with the distribution.
848
+ >
849
+ > 3. The name Gregor Aisch may not be used to endorse or promote products
850
+ > derived from this software without specific prior written permission.
851
+ >
852
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
853
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
854
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
855
+ > DISCLAIMED. IN NO EVENT SHALL GREGOR AISCH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
856
+ > INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
857
+ > BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
858
+ > DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
859
+ > OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
860
+ > NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
861
+ > EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
862
+ >
863
+ > -------------------------------------------------------
864
+ >
865
+ > chroma.js includes colors from colorbrewer2.org, which are released under
866
+ > the following license:
867
+ >
868
+ > Copyright (c) 2002 Cynthia Brewer, Mark Harrower,
869
+ > and The Pennsylvania State University.
870
+ >
871
+ > Licensed under the Apache License, Version 2.0 (the "License");
872
+ > you may not use this file except in compliance with the License.
873
+ > You may obtain a copy of the License at
874
+ > http://www.apache.org/licenses/LICENSE-2.0
875
+ >
876
+ > Unless required by applicable law or agreed to in writing,
877
+ > software distributed under the License is distributed on an
878
+ > "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
879
+ > either express or implied. See the License for the specific
880
+ > language governing permissions and limitations under the License.
881
+ >
882
+ > ------------------------------------------------------
883
+ >
884
+ > Named colors are taken from X11 Color Names.
885
+ > http://www.w3.org/TR/css3-color/#svg-color
886
+ >
887
+ > @preserve
888
+
889
+ ---------------------------------------
890
+
891
+ ## citty, defu, ohash, ufo
892
+
893
+ License: MIT
894
+ Repositories: https://github.com/unjs/citty, https://github.com/unjs/defu, https://github.com/unjs/ohash, https://github.com/unjs/ufo
895
+
896
+ > MIT License
897
+ >
898
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
899
+ >
900
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
901
+ > of this software and associated documentation files (the "Software"), to deal
902
+ > in the Software without restriction, including without limitation the rights
903
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
904
+ > copies of the Software, and to permit persons to whom the Software is
905
+ > furnished to do so, subject to the following conditions:
906
+ >
907
+ > The above copyright notice and this permission notice shall be included in all
908
+ > copies or substantial portions of the Software.
909
+ >
910
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
911
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
912
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
913
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
914
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
915
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
916
+ > SOFTWARE.
917
+
918
+ ---------------------------------------
919
+
920
+ ## comma-separated-tokens, hast-util-whitespace, html-void-elements, mdast-util-to-hast, rehype-sanitize, space-separated-tokens, unist-util-stringify-position, unist-util-visit-parents, zwitch
921
+
922
+ License: MIT
923
+ By: Titus Wormer
924
+ Repositories: https://github.com/wooorm/comma-separated-tokens, https://github.com/syntax-tree/hast-util-whitespace, https://github.com/wooorm/html-void-elements, https://github.com/syntax-tree/mdast-util-to-hast, https://github.com/rehypejs/rehype-sanitize, https://github.com/wooorm/space-separated-tokens, https://github.com/syntax-tree/unist-util-stringify-position, https://github.com/syntax-tree/unist-util-visit-parents, https://github.com/wooorm/zwitch
925
+
926
+ > (The MIT License)
927
+ >
928
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
929
+ >
930
+ > Permission is hereby granted, free of charge, to any person obtaining
931
+ > a copy of this software and associated documentation files (the
932
+ > 'Software'), to deal in the Software without restriction, including
933
+ > without limitation the rights to use, copy, modify, merge, publish,
934
+ > distribute, sublicense, and/or sell copies of the Software, and to
935
+ > permit persons to whom the Software is furnished to do so, subject to
936
+ > the following conditions:
937
+ >
938
+ > The above copyright notice and this permission notice shall be
939
+ > included in all copies or substantial portions of the Software.
940
+ >
941
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
942
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
943
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
944
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
945
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
946
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
947
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
948
+
949
+ ---------------------------------------
950
+
951
+ ## decode-named-character-reference, micromark-extension-gfm-footnote
952
+
953
+ License: MIT
954
+ By: Titus Wormer
955
+ Repositories: https://github.com/wooorm/decode-named-character-reference, https://github.com/micromark/micromark-extension-gfm-footnote
956
+
957
+ > (The MIT License)
958
+ >
959
+ > Copyright (c) 2021 Titus Wormer <tituswormer@gmail.com>
960
+ >
961
+ > Permission is hereby granted, free of charge, to any person obtaining
962
+ > a copy of this software and associated documentation files (the
963
+ > 'Software'), to deal in the Software without restriction, including
964
+ > without limitation the rights to use, copy, modify, merge, publish,
965
+ > distribute, sublicense, and/or sell copies of the Software, and to
966
+ > permit persons to whom the Software is furnished to do so, subject to
967
+ > the following conditions:
968
+ >
969
+ > The above copyright notice and this permission notice shall be
970
+ > included in all copies or substantial portions of the Software.
971
+ >
972
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
973
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
974
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
975
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
976
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
977
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
978
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
979
+
980
+ ---------------------------------------
981
+
982
+ ## devlop
983
+
984
+ License: MIT
985
+ By: Titus Wormer
986
+ Repository: https://github.com/wooorm/devlop
987
+
988
+ > (The MIT License)
989
+ >
990
+ > Copyright (c) 2023 Titus Wormer <tituswormer@gmail.com>
991
+ >
992
+ > Permission is hereby granted, free of charge, to any person obtaining
993
+ > a copy of this software and associated documentation files (the
994
+ > 'Software'), to deal in the Software without restriction, including
995
+ > without limitation the rights to use, copy, modify, merge, publish,
996
+ > distribute, sublicense, and/or sell copies of the Software, and to
997
+ > permit persons to whom the Software is furnished to do so, subject to
998
+ > the following conditions:
999
+ >
1000
+ > The above copyright notice and this permission notice shall be
1001
+ > included in all copies or substantial portions of the Software.
1002
+ >
1003
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1004
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1005
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1006
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1007
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1008
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1009
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1010
+
1011
+ ---------------------------------------
1012
+
1013
+ ## escape-string-regexp, is-plain-obj, nano-spawn, p-limit, p-queue, p-timeout, parse-ms, pretty-ms, safe-stringify, strip-indent, yocto-queue
1014
+
1015
+ License: MIT
1016
+ By: Sindre Sorhus
1017
+ Repository: https://github.com/sindresorhus/escape-string-regexp
1018
+
1019
+ License: MIT
1020
+ By: Sindre Sorhus
1021
+ Repository: https://github.com/sindresorhus/is-plain-obj
1022
+
1023
+ License: MIT
1024
+ By: Sindre Sorhus
1025
+ Repository: https://github.com/sindresorhus/nano-spawn
1026
+
1027
+ License: MIT
1028
+ By: Sindre Sorhus
1029
+ Repository: https://github.com/sindresorhus/p-limit
1030
+
1031
+ License: MIT
1032
+ Repository: https://github.com/sindresorhus/p-queue
1033
+
1034
+ License: MIT
1035
+ By: Sindre Sorhus
1036
+ Repository: https://github.com/sindresorhus/p-timeout
1037
+
1038
+ License: MIT
1039
+ By: Sindre Sorhus
1040
+ Repository: https://github.com/sindresorhus/parse-ms
1041
+
1042
+ License: MIT
1043
+ By: Sindre Sorhus
1044
+ Repository: https://github.com/sindresorhus/pretty-ms
1045
+
1046
+ License: MIT
1047
+ By: Sindre Sorhus
1048
+ Repository: https://github.com/sindresorhus/safe-stringify
1049
+
1050
+ License: MIT
1051
+ By: Sindre Sorhus
1052
+ Repository: https://github.com/sindresorhus/strip-indent
1053
+
1054
+ License: MIT
1055
+ By: Sindre Sorhus
1056
+ Repository: https://github.com/sindresorhus/yocto-queue
1057
+
1058
+ > MIT License
1059
+ >
1060
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1061
+ >
1062
+ > 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:
1063
+ >
1064
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1065
+ >
1066
+ > 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.
1067
+
1068
+ ---------------------------------------
1069
+
1070
+ ## eventemitter3
1071
+
1072
+ License: MIT
1073
+ By: Arnout Kazemier
1074
+ Repository: https://github.com/primus/eventemitter3
1075
+
1076
+ > The MIT License (MIT)
1077
+ >
1078
+ > Copyright (c) 2014 Arnout Kazemier
1079
+ >
1080
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1081
+ > of this software and associated documentation files (the "Software"), to deal
1082
+ > in the Software without restriction, including without limitation the rights
1083
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1084
+ > copies of the Software, and to permit persons to whom the Software is
1085
+ > furnished to do so, subject to the following conditions:
1086
+ >
1087
+ > The above copyright notice and this permission notice shall be included in all
1088
+ > copies or substantial portions of the Software.
1089
+ >
1090
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1091
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1092
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1093
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1094
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1095
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1096
+ > SOFTWARE.
1097
+
1098
+ ---------------------------------------
1099
+
1100
+ ## extend
1101
+
1102
+ License: MIT
1103
+ By: Stefan Thomas, Jordan Harband
1104
+ Repository: https://github.com/justmoon/node-extend
1105
+
1106
+ > The MIT License (MIT)
1107
+ >
1108
+ > Copyright (c) 2014 Stefan Thomas
1109
+ >
1110
+ > Permission is hereby granted, free of charge, to any person obtaining
1111
+ > a copy of this software and associated documentation files (the
1112
+ > "Software"), to deal in the Software without restriction, including
1113
+ > without limitation the rights to use, copy, modify, merge, publish,
1114
+ > distribute, sublicense, and/or sell copies of the Software, and to
1115
+ > permit persons to whom the Software is furnished to do so, subject to
1116
+ > the following conditions:
1117
+ >
1118
+ > The above copyright notice and this permission notice shall be
1119
+ > included in all copies or substantial portions of the Software.
1120
+ >
1121
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1122
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1123
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1124
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1125
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1126
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1127
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1128
+
1129
+ ---------------------------------------
1130
+
1131
+ ## fast-deep-equal, json-schema-traverse
1132
+
1133
+ License: MIT
1134
+ By: Evgeny Poberezkin
1135
+ Repositories: https://github.com/epoberezkin/fast-deep-equal, https://github.com/epoberezkin/json-schema-traverse
1136
+
1137
+ > MIT License
1138
+ >
1139
+ > Copyright (c) 2017 Evgeny Poberezkin
1140
+ >
1141
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1142
+ > of this software and associated documentation files (the "Software"), to deal
1143
+ > in the Software without restriction, including without limitation the rights
1144
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1145
+ > copies of the Software, and to permit persons to whom the Software is
1146
+ > furnished to do so, subject to the following conditions:
1147
+ >
1148
+ > The above copyright notice and this permission notice shall be included in all
1149
+ > copies or substantial portions of the Software.
1150
+ >
1151
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1152
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1153
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1154
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1155
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1156
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1157
+ > SOFTWARE.
1158
+
1159
+ ---------------------------------------
1160
+
1161
+ ## fast-equals
1162
+
1163
+ License: MIT
1164
+ By: Tony Quetano
1165
+ Repository: https://github.com/planttheidea/fast-equals
1166
+
1167
+ > MIT License
1168
+ >
1169
+ > Copyright (c) 2025 Tony Quetano
1170
+ >
1171
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1172
+ > of this software and associated documentation files (the "Software"), to deal
1173
+ > in the Software without restriction, including without limitation the rights
1174
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1175
+ > copies of the Software, and to permit persons to whom the Software is
1176
+ > furnished to do so, subject to the following conditions:
1177
+ >
1178
+ > The above copyright notice and this permission notice shall be included in all
1179
+ > copies or substantial portions of the Software.
1180
+ >
1181
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1182
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1183
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1184
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1185
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1186
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1187
+ > SOFTWARE.
1188
+
1189
+ ---------------------------------------
1190
+
1191
+ ## fast-uri
1192
+
1193
+ License: BSD-3-Clause
1194
+ By: Vincent Le Goff, Matteo Collina, Gürgün Dayıoğlu, Aras Abbasi, Frazer Smith
1195
+ Repository: https://github.com/fastify/fast-uri
1196
+
1197
+ > Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
1198
+ > Copyright (c) 2021-present The Fastify team
1199
+ > All rights reserved.
1200
+ >
1201
+ > The Fastify team members are listed at https://github.com/fastify/fastify#team.
1202
+ >
1203
+ > Redistribution and use in source and binary forms, with or without
1204
+ > modification, are permitted provided that the following conditions are met:
1205
+ > * Redistributions of source code must retain the above copyright
1206
+ > notice, this list of conditions and the following disclaimer.
1207
+ > * Redistributions in binary form must reproduce the above copyright
1208
+ > notice, this list of conditions and the following disclaimer in the
1209
+ > documentation and/or other materials provided with the distribution.
1210
+ > * The names of any contributors may not be used to endorse or promote
1211
+ > products derived from this software without specific prior written
1212
+ > permission.
1213
+ >
1214
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1215
+ > ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1216
+ > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1217
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
1218
+ > DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1219
+ > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1220
+ > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1221
+ > ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1222
+ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1223
+ > SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1224
+ >
1225
+ > * * *
1226
+ >
1227
+ > The complete list of contributors can be found at:
1228
+ > - https://github.com/garycourt/uri-js/graphs/contributors
1229
+
1230
+ ---------------------------------------
1231
+
1232
+ ## fdir
1233
+
1234
+ License: MIT
1235
+ By: thecodrr
1236
+ Repository: https://github.com/thecodrr/fdir
1237
+
1238
+ > Copyright 2023 Abdullah Atta
1239
+ >
1240
+ > 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:
1241
+ >
1242
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1243
+ >
1244
+ > 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.
1245
+
1246
+ ---------------------------------------
1247
+
1248
+ ## graphology
1249
+
1250
+ License: MIT
1251
+ By: Alexis Jacomy, Benjamin Ooghe-Tabanou, Guillaume Plique
1252
+ Repository: https://github.com/graphology/graphology
1253
+
1254
+ > The MIT License (MIT)
1255
+ >
1256
+ > Copyright (c) 2016-2021 Guillaume Plique (Yomguithereal)
1257
+ >
1258
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1259
+ > of this software and associated documentation files (the "Software"), to deal
1260
+ > in the Software without restriction, including without limitation the rights
1261
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1262
+ > copies of the Software, and to permit persons to whom the Software is
1263
+ > furnished to do so, subject to the following conditions:
1264
+ >
1265
+ > The above copyright notice and this permission notice shall be included in
1266
+ > all copies or substantial portions of the Software.
1267
+ >
1268
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1269
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1270
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1271
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1272
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1273
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1274
+ > THE SOFTWARE.
1275
+
1276
+ ---------------------------------------
1277
+
1278
+ ## graphology-dag
1279
+
1280
+ License: MIT
1281
+ By: Guillaume Plique, César Pichon
1282
+ Repository: https://github.com/graphology/graphology
1283
+
1284
+ > The MIT License (MIT)
1285
+ >
1286
+ > Copyright (c) 2022 Guillaume Plique (Yomguithereal)
1287
+ >
1288
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1289
+ > of this software and associated documentation files (the "Software"), to deal
1290
+ > in the Software without restriction, including without limitation the rights
1291
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1292
+ > copies of the Software, and to permit persons to whom the Software is
1293
+ > furnished to do so, subject to the following conditions:
1294
+ >
1295
+ > The above copyright notice and this permission notice shall be included in
1296
+ > all copies or substantial portions of the Software.
1297
+ >
1298
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1299
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1300
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1301
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1302
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1303
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1304
+ > THE SOFTWARE.
1305
+
1306
+ ---------------------------------------
1307
+
1308
+ ## graphology-utils, obliterator
1309
+
1310
+ License: MIT
1311
+ By: Guillaume Plique, Jules Farjas
1312
+ Repository: https://github.com/graphology/graphology
1313
+
1314
+ License: MIT
1315
+ By: Guillaume Plique
1316
+ Repository: https://github.com/yomguithereal/obliterator
1317
+
1318
+ > The MIT License (MIT)
1319
+ >
1320
+ > Copyright (c) 2017-2021 Guillaume Plique (Yomguithereal)
1321
+ >
1322
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1323
+ > of this software and associated documentation files (the "Software"), to deal
1324
+ > in the Software without restriction, including without limitation the rights
1325
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1326
+ > copies of the Software, and to permit persons to whom the Software is
1327
+ > furnished to do so, subject to the following conditions:
1328
+ >
1329
+ > The above copyright notice and this permission notice shall be included in
1330
+ > all copies or substantial portions of the Software.
1331
+ >
1332
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1333
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1334
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1335
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1336
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1337
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1338
+ > THE SOFTWARE.
1339
+
1340
+ ---------------------------------------
1341
+
1342
+ ## hast-util-sanitize, hast-util-to-html, markdown-table, mdast-util-find-and-replace, mdast-util-from-markdown, mdast-util-gfm, mdast-util-gfm-footnote, mdast-util-to-markdown, micromark, micromark-core-commonmark, micromark-extension-gfm-table, micromark-factory-destination, micromark-factory-label, micromark-factory-space, micromark-factory-title, micromark-factory-whitespace, micromark-util-character, micromark-util-chunked, micromark-util-classify-character, micromark-util-combine-extensions, micromark-util-decode-numeric-character-reference, micromark-util-decode-string, micromark-util-html-tag-name, micromark-util-normalize-identifier, micromark-util-resolve-all, micromark-util-sanitize-uri, micromark-util-subtokenize, remark-gfm, remark-rehype
1343
+
1344
+ License: MIT
1345
+ By: Titus Wormer, Jason Switzer
1346
+ Repository: https://github.com/syntax-tree/hast-util-sanitize
1347
+
1348
+ License: MIT
1349
+ By: Titus Wormer
1350
+ Repository: https://github.com/syntax-tree/hast-util-to-html
1351
+
1352
+ License: MIT
1353
+ By: Titus Wormer
1354
+ Repository: https://github.com/wooorm/markdown-table
1355
+
1356
+ License: MIT
1357
+ By: Titus Wormer
1358
+ Repository: https://github.com/syntax-tree/mdast-util-find-and-replace
1359
+
1360
+ License: MIT
1361
+ By: Titus Wormer
1362
+ Repository: https://github.com/syntax-tree/mdast-util-from-markdown
1363
+
1364
+ License: MIT
1365
+ By: Titus Wormer
1366
+ Repository: https://github.com/syntax-tree/mdast-util-gfm
1367
+
1368
+ License: MIT
1369
+ By: Titus Wormer
1370
+ Repository: https://github.com/syntax-tree/mdast-util-gfm-footnote
1371
+
1372
+ License: MIT
1373
+ By: Titus Wormer
1374
+ Repository: https://github.com/syntax-tree/mdast-util-to-markdown
1375
+
1376
+ License: MIT
1377
+ By: Titus Wormer
1378
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark
1379
+
1380
+ License: MIT
1381
+ By: Titus Wormer
1382
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-core-commonmark
1383
+
1384
+ License: MIT
1385
+ By: Titus Wormer
1386
+ Repository: https://github.com/micromark/micromark-extension-gfm-table
1387
+
1388
+ License: MIT
1389
+ By: Titus Wormer
1390
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-destination
1391
+
1392
+ License: MIT
1393
+ By: Titus Wormer
1394
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-label
1395
+
1396
+ License: MIT
1397
+ By: Titus Wormer
1398
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-space
1399
+
1400
+ License: MIT
1401
+ By: Titus Wormer
1402
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-title
1403
+
1404
+ License: MIT
1405
+ By: Titus Wormer
1406
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-whitespace
1407
+
1408
+ License: MIT
1409
+ By: Titus Wormer
1410
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-character
1411
+
1412
+ License: MIT
1413
+ By: Titus Wormer
1414
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-chunked
1415
+
1416
+ License: MIT
1417
+ By: Titus Wormer
1418
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-classify-character
1419
+
1420
+ License: MIT
1421
+ By: Titus Wormer
1422
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-combine-extensions
1423
+
1424
+ License: MIT
1425
+ By: Titus Wormer
1426
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-numeric-character-reference
1427
+
1428
+ License: MIT
1429
+ By: Titus Wormer
1430
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-string
1431
+
1432
+ License: MIT
1433
+ By: Titus Wormer
1434
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-html-tag-name
1435
+
1436
+ License: MIT
1437
+ By: Titus Wormer
1438
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-normalize-identifier
1439
+
1440
+ License: MIT
1441
+ By: Titus Wormer
1442
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-resolve-all
1443
+
1444
+ License: MIT
1445
+ By: Titus Wormer
1446
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-sanitize-uri
1447
+
1448
+ License: MIT
1449
+ By: Titus Wormer
1450
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-subtokenize
1451
+
1452
+ License: MIT
1453
+ By: Titus Wormer
1454
+ Repository: https://github.com/remarkjs/remark-gfm
1455
+
1456
+ License: MIT
1457
+ By: Titus Wormer, John Otander
1458
+ Repository: https://github.com/remarkjs/remark-rehype
1459
+
1460
+ > (The MIT License)
1461
+ >
1462
+ > Copyright (c) Titus Wormer <tituswormer@gmail.com>
1463
+ >
1464
+ > Permission is hereby granted, free of charge, to any person obtaining
1465
+ > a copy of this software and associated documentation files (the
1466
+ > 'Software'), to deal in the Software without restriction, including
1467
+ > without limitation the rights to use, copy, modify, merge, publish,
1468
+ > distribute, sublicense, and/or sell copies of the Software, and to
1469
+ > permit persons to whom the Software is furnished to do so, subject to
1470
+ > the following conditions:
1471
+ >
1472
+ > The above copyright notice and this permission notice shall be
1473
+ > included in all copies or substantial portions of the Software.
1474
+ >
1475
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1476
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1477
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1478
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1479
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1480
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1481
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1482
+
1483
+ ---------------------------------------
1484
+
1485
+ ## hono
1486
+
1487
+ License: MIT
1488
+ By: Yusuke Wada
1489
+ Repository: https://github.com/honojs/hono
1490
+
1491
+ > MIT License
1492
+ >
1493
+ > Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
1494
+ >
1495
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1496
+ > of this software and associated documentation files (the "Software"), to deal
1497
+ > in the Software without restriction, including without limitation the rights
1498
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1499
+ > copies of the Software, and to permit persons to whom the Software is
1500
+ > furnished to do so, subject to the following conditions:
1501
+ >
1502
+ > The above copyright notice and this permission notice shall be included in all
1503
+ > copies or substantial portions of the Software.
1504
+ >
1505
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1506
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1507
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1508
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1509
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1510
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1511
+ > SOFTWARE.
1512
+
1513
+ ---------------------------------------
1514
+
1515
+ ## immer
1516
+
1517
+ License: MIT
1518
+ By: Michel Weststrate
1519
+ Repository: https://github.com/immerjs/immer
1520
+
1521
+ > MIT License
1522
+ >
1523
+ > Copyright (c) 2017 Michel Weststrate
1524
+ >
1525
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1526
+ > of this software and associated documentation files (the "Software"), to deal
1527
+ > in the Software without restriction, including without limitation the rights
1528
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1529
+ > copies of the Software, and to permit persons to whom the Software is
1530
+ > furnished to do so, subject to the following conditions:
1531
+ >
1532
+ > The above copyright notice and this permission notice shall be included in all
1533
+ > copies or substantial portions of the Software.
1534
+ >
1535
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1536
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1537
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1538
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1539
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1540
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1541
+ > SOFTWARE.
1542
+
1543
+ ---------------------------------------
1544
+
1545
+ ## is-error-instance
1546
+
1547
+ License: MIT
1548
+ By: ehmicky
1549
+ Repository: https://github.com/ehmicky/is-error-instance
1550
+
1551
+ > Copyright © 2024 ehmicky
1552
+ >
1553
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1554
+ > this software and associated documentation files (the “Software”), to deal in
1555
+ > the Software without restriction, including without limitation the rights to
1556
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1557
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1558
+ > subject to the following conditions:
1559
+ >
1560
+ > The above copyright notice and this permission notice shall be included in all
1561
+ > copies or substantial portions of the Software.
1562
+ >
1563
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1564
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1565
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1566
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1567
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1568
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1569
+
1570
+ ---------------------------------------
1571
+
1572
+ ## isexe
1573
+
1574
+ License: ISC
1575
+ By: Isaac Z. Schlueter
1576
+ Repository: https://github.com/isaacs/isexe
1577
+
1578
+ > The ISC License
1579
+ >
1580
+ > Copyright (c) 2016-2022 Isaac Z. Schlueter and Contributors
1581
+ >
1582
+ > Permission to use, copy, modify, and/or distribute this software for any
1583
+ > purpose with or without fee is hereby granted, provided that the above
1584
+ > copyright notice and this permission notice appear in all copies.
1585
+ >
1586
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1587
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1588
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1589
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1590
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1591
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1592
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1593
+
1594
+ ---------------------------------------
1595
+
1596
+ ## json5
1597
+
1598
+ License: MIT
1599
+ By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
1600
+ Repository: https://github.com/json5/json5
1601
+
1602
+ > MIT License
1603
+ >
1604
+ > Copyright (c) 2012-2018 Aseem Kishore, and [others].
1605
+ >
1606
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1607
+ > of this software and associated documentation files (the "Software"), to deal
1608
+ > in the Software without restriction, including without limitation the rights
1609
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1610
+ > copies of the Software, and to permit persons to whom the Software is
1611
+ > furnished to do so, subject to the following conditions:
1612
+ >
1613
+ > The above copyright notice and this permission notice shall be included in all
1614
+ > copies or substantial portions of the Software.
1615
+ >
1616
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1617
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1618
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1619
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1620
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1621
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1622
+ > SOFTWARE.
1623
+ >
1624
+ > [others]: https://github.com/json5/json5/contributors
1625
+
1626
+ ---------------------------------------
1627
+
1628
+ ## khroma
1629
+
1630
+ Repository: https://github.com/fabiospampinato/khroma
1631
+
1632
+ > The MIT License (MIT)
1633
+ >
1634
+ > Copyright (c) 2019-present Fabio Spampinato, Andrew Maney
1635
+ >
1636
+ > Permission is hereby granted, free of charge, to any person obtaining a
1637
+ > copy of this software and associated documentation files (the "Software"),
1638
+ > to deal in the Software without restriction, including without limitation
1639
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1640
+ > and/or sell copies of the Software, and to permit persons to whom the
1641
+ > Software is furnished to do so, subject to the following conditions:
1642
+ >
1643
+ > The above copyright notice and this permission notice shall be included in
1644
+ > all copies or substantial portions of the Software.
1645
+ >
1646
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1647
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1648
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1649
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1650
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1651
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1652
+ > DEALINGS IN THE SOFTWARE.
1653
+
1654
+ ---------------------------------------
1655
+
1656
+ ## langium
1657
+
1658
+ License: MIT
1659
+ By: TypeFox
1660
+ Repository: https://github.com/eclipse-langium/langium
1661
+
1662
+ > Copyright 2021 TypeFox GmbH
1663
+ >
1664
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
1665
+ > associated documentation files (the "Software"), to deal in the Software without restriction,
1666
+ > including without limitation the rights to use, copy, modify, merge, publish, distribute,
1667
+ > sublicense, and/or sell 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 copies or
1671
+ > substantial portions of the Software.
1672
+ >
1673
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
1674
+ > BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1675
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1676
+ > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1677
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1678
+
1679
+ ---------------------------------------
1680
+
1681
+ ## lodash-es
1682
+
1683
+ License: MIT
1684
+ By: John-David Dalton, Mathias Bynens
1685
+ Repository: https://github.com/lodash/lodash
1686
+
1687
+ > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1688
+ >
1689
+ > Based on Underscore.js, copyright Jeremy Ashkenas,
1690
+ > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1691
+ >
1692
+ > This software consists of voluntary contributions made by many
1693
+ > individuals. For exact contribution history, see the revision history
1694
+ > available at https://github.com/lodash/lodash
1695
+ >
1696
+ > The following license applies to all parts of this software except as
1697
+ > documented below:
1698
+ >
1699
+ > ====
1700
+ >
1701
+ > Permission is hereby granted, free of charge, to any person obtaining
1702
+ > a copy of this software and associated documentation files (the
1703
+ > "Software"), to deal in the Software without restriction, including
1704
+ > without limitation the rights to use, copy, modify, merge, publish,
1705
+ > distribute, sublicense, and/or sell copies of the Software, and to
1706
+ > permit persons to whom the Software is furnished to do so, subject to
1707
+ > the following conditions:
1708
+ >
1709
+ > The above copyright notice and this permission notice shall be
1710
+ > included in all copies or substantial portions of the Software.
1711
+ >
1712
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1713
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1714
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1715
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1716
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1717
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1718
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1719
+ >
1720
+ > ====
1721
+ >
1722
+ > Copyright and related rights for sample code are waived via CC0. Sample
1723
+ > code is defined as all source code displayed within the prose of the
1724
+ > documentation.
1725
+ >
1726
+ > CC0: http://creativecommons.org/publicdomain/zero/1.0/
1727
+ >
1728
+ > ====
1729
+ >
1730
+ > Files located in the node_modules and vendor directories are externally
1731
+ > maintained libraries used by this software which have their own
1732
+ > licenses; we recommend you read them, as their terms may differ from the
1733
+ > terms above.
1734
+
1735
+ ---------------------------------------
1736
+
1737
+ ## longest-streak, stringify-entities, trim-lines
1738
+
1739
+ License: MIT
1740
+ By: Titus Wormer
1741
+ Repositories: https://github.com/wooorm/longest-streak, https://github.com/wooorm/stringify-entities, https://github.com/wooorm/trim-lines
1742
+
1743
+ > (The MIT License)
1744
+ >
1745
+ > Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
1746
+ >
1747
+ > Permission is hereby granted, free of charge, to any person obtaining
1748
+ > a copy of this software and associated documentation files (the
1749
+ > 'Software'), to deal in the Software without restriction, including
1750
+ > without limitation the rights to use, copy, modify, merge, publish,
1751
+ > distribute, sublicense, and/or sell copies of the Software, and to
1752
+ > permit persons to whom the Software is furnished to do so, subject to
1753
+ > the following conditions:
1754
+ >
1755
+ > The above copyright notice and this permission notice shall be
1756
+ > included in all copies or substantial portions of the Software.
1757
+ >
1758
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1759
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1760
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1761
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1762
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1763
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1764
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1765
+
1766
+ ---------------------------------------
1767
+
1768
+ ## mdast-util-gfm-autolink-literal, mdast-util-gfm-strikethrough, mdast-util-gfm-table, mdast-util-gfm-task-list-item, micromark-extension-gfm, micromark-extension-gfm-autolink-literal, micromark-extension-gfm-strikethrough, micromark-extension-gfm-tagfilter, micromark-extension-gfm-task-list-item
1769
+
1770
+ License: MIT
1771
+ By: Titus Wormer
1772
+ Repositories: https://github.com/syntax-tree/mdast-util-gfm-autolink-literal, https://github.com/syntax-tree/mdast-util-gfm-strikethrough, https://github.com/syntax-tree/mdast-util-gfm-table, https://github.com/syntax-tree/mdast-util-gfm-task-list-item, https://github.com/micromark/micromark-extension-gfm, https://github.com/micromark/micromark-extension-gfm-autolink-literal, https://github.com/micromark/micromark-extension-gfm-strikethrough, https://github.com/micromark/micromark-extension-gfm-tagfilter, https://github.com/micromark/micromark-extension-gfm-task-list-item
1773
+
1774
+ > (The MIT License)
1775
+ >
1776
+ > Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
1777
+ >
1778
+ > Permission is hereby granted, free of charge, to any person obtaining
1779
+ > a copy of this software and associated documentation files (the
1780
+ > 'Software'), to deal in the Software without restriction, including
1781
+ > without limitation the rights to use, copy, modify, merge, publish,
1782
+ > distribute, sublicense, and/or sell copies of the Software, and to
1783
+ > permit persons to whom the Software is furnished to do so, subject to
1784
+ > the following conditions:
1785
+ >
1786
+ > The above copyright notice and this permission notice shall be
1787
+ > included in all copies or substantial portions of the Software.
1788
+ >
1789
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1790
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1791
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1792
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1793
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1794
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1795
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1796
+
1797
+ ---------------------------------------
1798
+
1799
+ ## mdast-util-phrasing
1800
+
1801
+ License: MIT
1802
+ By: Victor Felder, Titus Wormer
1803
+ Repository: https://github.com/syntax-tree/mdast-util-phrasing
1804
+
1805
+ > (The MIT License)
1806
+ >
1807
+ > Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
1808
+ > Copyright (c) 2017 Victor Felder <victor@draft.li>
1809
+ >
1810
+ > Permission is hereby granted, free of charge, to any person obtaining
1811
+ > a copy of this software and associated documentation files (the
1812
+ > 'Software'), to deal in the Software without restriction, including
1813
+ > without limitation the rights to use, copy, modify, merge, publish,
1814
+ > distribute, sublicense, and/or sell copies of the Software, and to
1815
+ > permit persons to whom the Software is furnished to do so, subject to
1816
+ > the following conditions:
1817
+ >
1818
+ > The above copyright notice and this permission notice shall be
1819
+ > included in all copies or substantial portions of the Software.
1820
+ >
1821
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1822
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1823
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1824
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1825
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1826
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1827
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1828
+
1829
+ ---------------------------------------
1830
+
1831
+ ## merge-error-cause, normalize-exception, redefine-property, set-error-class, set-error-message, set-error-props, wrap-error-message
1832
+
1833
+ License: MIT
1834
+ By: ehmicky
1835
+ Repositories: https://github.com/ehmicky/merge-error-cause, https://github.com/ehmicky/normalize-exception, https://github.com/ehmicky/redefine-property, https://github.com/ehmicky/set-error-class, https://github.com/ehmicky/set-error-message, https://github.com/ehmicky/set-error-props, https://github.com/ehmicky/wrap-error-message
1836
+
1837
+ > Copyright © 2025 ehmicky
1838
+ >
1839
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1840
+ > this software and associated documentation files (the “Software”), to deal in
1841
+ > the Software without restriction, including without limitation the rights to
1842
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1843
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1844
+ > subject to the following conditions:
1845
+ >
1846
+ > The above copyright notice and this permission notice shall be included in all
1847
+ > copies or substantial portions of the Software.
1848
+ >
1849
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1850
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1851
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1852
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1853
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1854
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1855
+
1856
+ ---------------------------------------
1857
+
1858
+ ## mnemonist
1859
+
1860
+ License: MIT
1861
+ By: Guillaume Plique
1862
+ Repository: https://github.com/yomguithereal/mnemonist
1863
+
1864
+ > The MIT License (MIT)
1865
+ >
1866
+ > Copyright (c) 2016 Guillaume Plique (Yomguithereal)
1867
+ >
1868
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1869
+ > of this software and associated documentation files (the "Software"), to deal
1870
+ > in the Software without restriction, including without limitation the rights
1871
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1872
+ > copies of the Software, and to permit persons to whom the Software is
1873
+ > furnished to do so, subject to the following conditions:
1874
+ >
1875
+ > The above copyright notice and this permission notice shall be included in
1876
+ > all copies or substantial portions of the Software.
1877
+ >
1878
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1879
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1880
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1881
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1882
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1883
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1884
+ > THE SOFTWARE.
1885
+
1886
+ ---------------------------------------
1887
+
1888
+ ## natural-compare-lite
1889
+
1890
+ License: MIT
1891
+ By: Lauri Rooden
1892
+ Repository: https://github.com/litejs/natural-compare-lite
1893
+
1894
+ ---------------------------------------
1895
+
1896
+ ## picomatch
1897
+
1898
+ License: MIT
1899
+ By: Jon Schlinkert
1900
+ Repository: https://github.com/micromatch/picomatch
1901
+
1902
+ > The MIT License (MIT)
1903
+ >
1904
+ > Copyright (c) 2017-present, Jon Schlinkert.
1905
+ >
1906
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1907
+ > of this software and associated documentation files (the "Software"), to deal
1908
+ > in the Software without restriction, including without limitation the rights
1909
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1910
+ > copies of the Software, and to permit persons to whom the Software is
1911
+ > furnished to do so, subject to the following conditions:
1912
+ >
1913
+ > The above copyright notice and this permission notice shall be included in
1914
+ > all copies or substantial portions of the Software.
1915
+ >
1916
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1917
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1918
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1919
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1920
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1921
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1922
+ > THE SOFTWARE.
1923
+
1924
+ ---------------------------------------
1925
+
1926
+ ## pkce-challenge
1927
+
1928
+ License: MIT
1929
+ By: crouchcd
1930
+ Repository: https://github.com/crouchcd/pkce-challenge
1931
+
1932
+ > MIT License
1933
+ >
1934
+ > Copyright (c) 2019
1935
+ >
1936
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1937
+ > of this software and associated documentation files (the "Software"), to deal
1938
+ > in the Software without restriction, including without limitation the rights
1939
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1940
+ > copies of the Software, and to permit persons to whom the Software is
1941
+ > furnished to do so, subject to the following conditions:
1942
+ >
1943
+ > The above copyright notice and this permission notice shall be included in all
1944
+ > copies or substantial portions of the Software.
1945
+ >
1946
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1947
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1948
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1949
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1950
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1951
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1952
+ > SOFTWARE.
1953
+
1954
+ ---------------------------------------
1955
+
1956
+ ## property-information
1957
+
1958
+ License: MIT
1959
+ By: Titus Wormer, Andrew Burgess, Dustin Deus
1960
+ Repository: https://github.com/wooorm/property-information
1961
+
1962
+ > (The MIT License)
1963
+ >
1964
+ > Copyright (c) Titus Wormer <mailto:tituswormer@gmail.com>
1965
+ >
1966
+ > Permission is hereby granted, free of charge, to any person obtaining
1967
+ > a copy of this software and associated documentation files (the
1968
+ > 'Software'), to deal in the Software without restriction, including
1969
+ > without limitation the rights to use, copy, modify, merge, publish,
1970
+ > distribute, sublicense, and/or sell copies of the Software, and to
1971
+ > permit persons to whom the Software is furnished to do so, subject to
1972
+ > the following conditions:
1973
+ >
1974
+ > The above copyright notice and this permission notice shall be
1975
+ > included in all copies or substantial portions of the Software.
1976
+ >
1977
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1978
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1979
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1980
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1981
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1982
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1983
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1984
+
1985
+ ---------------------------------------
1986
+
1987
+ ## readdirp
1988
+
1989
+ License: MIT
1990
+ By: Thorsten Lorenz, Paul Miller
1991
+ Repository: https://github.com/paulmillr/readdirp
1992
+
1993
+ > MIT License
1994
+ >
1995
+ > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
1996
+ >
1997
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1998
+ > of this software and associated documentation files (the "Software"), to deal
1999
+ > in the Software without restriction, including without limitation the rights
2000
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2001
+ > copies of the Software, and to permit persons to whom the Software is
2002
+ > furnished to do so, subject to the following conditions:
2003
+ >
2004
+ > The above copyright notice and this permission notice shall be included in all
2005
+ > copies or substantial portions of the Software.
2006
+ >
2007
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2008
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2009
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2010
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2011
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2012
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2013
+ > SOFTWARE.
2014
+
2015
+ ---------------------------------------
2016
+
2017
+ ## rehype-stringify
2018
+
2019
+ License: MIT
2020
+ By: Titus Wormer
2021
+ Repository: https://github.com/rehypejs/rehype/tree/main/packages/rehype-stringify
2022
+
2023
+ > (The MIT License)
2024
+ >
2025
+ > Copyright (c) Titus Wormer
2026
+ >
2027
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2028
+ > of this software and associated documentation files (the "Software"), to deal
2029
+ > in the Software without restriction, including without limitation the rights
2030
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2031
+ > copies of the Software, and to permit persons to whom the Software is
2032
+ > furnished to do so, subject to the following conditions:
2033
+ >
2034
+ > The above copyright notice and this permission notice shall be included in
2035
+ > all copies or substantial portions of the Software.
2036
+ >
2037
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2038
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2039
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2040
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2041
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2042
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2043
+ > THE SOFTWARE.
2044
+
2045
+ ---------------------------------------
2046
+
2047
+ ## remark-github-blockquote-alert
2048
+
2049
+ License: MIT
2050
+ By: Kenny Wong
2051
+ Repository: https://github.com/jaywcjlove/remark-github-blockquote-alert
2052
+
2053
+ > MIT License
2054
+ >
2055
+ > Copyright (c) 2025 Kenny Wang(小弟调调™) <kennyiseeyou@gmail.com> (https://github.com/jaywcjlove)
2056
+ >
2057
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2058
+ > of this software and associated documentation files (the "Software"), to deal
2059
+ > in the Software without restriction, including without limitation the rights
2060
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2061
+ > copies of the Software, and to permit persons to whom the Software is
2062
+ > furnished to do so, subject to the following conditions:
2063
+ >
2064
+ > The above copyright notice and this permission notice shall be included in all
2065
+ > copies or substantial portions of the Software.
2066
+ >
2067
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2068
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2069
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2070
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2071
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2072
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2073
+ > SOFTWARE.
2074
+
2075
+ ---------------------------------------
2076
+
2077
+ ## remark-parse
2078
+
2079
+ License: MIT
2080
+ By: Titus Wormer, Eugene Sharygin, Junyoung Choi, Elijah Hamovitz, Ika
2081
+ Repository: https://github.com/remarkjs/remark/tree/main/packages/remark-parse
2082
+
2083
+ > (The MIT License)
2084
+ >
2085
+ > Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
2086
+ >
2087
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2088
+ > of this software and associated documentation files (the "Software"), to deal
2089
+ > in the Software without restriction, including without limitation the rights
2090
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2091
+ > copies of the Software, and to permit persons to whom the Software is
2092
+ > furnished to do so, subject to the following conditions:
2093
+ >
2094
+ > The above copyright notice and this permission notice shall be included in
2095
+ > all copies or substantial portions of the Software.
2096
+ >
2097
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2098
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2099
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2100
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2101
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2102
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2103
+ > THE SOFTWARE.
2104
+
2105
+ ---------------------------------------
2106
+
2107
+ ## remeda
2108
+
2109
+ License: MIT
2110
+ By: Łukasz Sentkiewicz
2111
+ Repository: https://github.com/remeda/remeda
2112
+
2113
+ ---------------------------------------
2114
+
2115
+ ## trough
2116
+
2117
+ License: MIT
2118
+ By: Titus Wormer
2119
+ Repository: https://github.com/wooorm/trough
2120
+
2121
+ > (The MIT License)
2122
+ >
2123
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2124
+ >
2125
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2126
+ > of this software and associated documentation files (the "Software"), to deal
2127
+ > in the Software without restriction, including without limitation the rights
2128
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2129
+ > copies of the Software, and to permit persons to whom the Software is
2130
+ > furnished to do so, subject to the following conditions:
2131
+ >
2132
+ > The above copyright notice and this permission notice shall be included in
2133
+ > all copies or substantial portions of the Software.
2134
+ >
2135
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2136
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2137
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2138
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2139
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2140
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2141
+ > THE SOFTWARE.
2142
+
2143
+ ---------------------------------------
2144
+
2145
+ ## ts-graphviz
2146
+
2147
+ License: MIT
2148
+ By: kamiazya
2149
+ Repository: https://github.com/ts-graphviz/ts-graphviz
2150
+
2151
+ > The MIT License (MIT)
2152
+ >
2153
+ > Copyright (c) 2019-2024 Yuki Yamazaki
2154
+ >
2155
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2156
+ > of this software and associated documentation files (the "Software"), to deal
2157
+ > in the Software without restriction, including without limitation the rights
2158
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2159
+ > copies of the Software, and to permit persons to whom the Software is
2160
+ > furnished to do so, subject to the following conditions:
2161
+ >
2162
+ > The above copyright notice and this permission notice shall be included in all
2163
+ > copies or substantial portions of the Software.
2164
+ >
2165
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2166
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2167
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2168
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2169
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2170
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2171
+ > SOFTWARE.
2172
+
2173
+ ---------------------------------------
2174
+
2175
+ ## unified, vfile
2176
+
2177
+ License: MIT
2178
+ By: Titus Wormer, Junyoung Choi, Hernan Rajchert, Christian Murphy, Vse Mozhet Byt, Richard Littauer
2179
+ Repository: https://github.com/unifiedjs/unified
2180
+
2181
+ License: MIT
2182
+ By: Titus Wormer, Brendan Abbott, Denys Dovhan, Kyle Mathews, Shinnosuke Watanabe, Sindre Sorhus
2183
+ Repository: https://github.com/vfile/vfile
2184
+
2185
+ > (The MIT License)
2186
+ >
2187
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
2188
+ >
2189
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2190
+ > of this software and associated documentation files (the "Software"), to deal
2191
+ > in the Software without restriction, including without limitation the rights
2192
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2193
+ > copies of the Software, and to permit persons to whom the Software is
2194
+ > furnished to do so, subject to the following conditions:
2195
+ >
2196
+ > The above copyright notice and this permission notice shall be included in
2197
+ > all copies or substantial portions of the Software.
2198
+ >
2199
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2200
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2201
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2202
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2203
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2204
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2205
+ > THE SOFTWARE.
2206
+
2207
+ ---------------------------------------
2208
+
2209
+ ## unist-util-is
2210
+
2211
+ License: MIT
2212
+ By: Titus Wormer, Christian Murphy, Lucas Brandstaetter
2213
+ Repository: https://github.com/syntax-tree/unist-util-is
2214
+
2215
+ > (The MIT license)
2216
+ >
2217
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
2218
+ >
2219
+ > Permission is hereby granted, free of charge, to any person obtaining
2220
+ > a copy of this software and associated documentation files (the
2221
+ > 'Software'), to deal in the Software without restriction, including
2222
+ > without limitation the rights to use, copy, modify, merge, publish,
2223
+ > distribute, sublicense, and/or sell copies of the Software, and to
2224
+ > permit persons to whom the Software is furnished to do so, subject to
2225
+ > the following conditions:
2226
+ >
2227
+ > The above copyright notice and this permission notice shall be
2228
+ > included in all copies or substantial portions of the Software.
2229
+ >
2230
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2231
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2232
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2233
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2234
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2235
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2236
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2237
+
2238
+ ---------------------------------------
2239
+
2240
+ ## vfile-message
2241
+
2242
+ License: MIT
2243
+ By: Titus Wormer
2244
+ Repository: https://github.com/vfile/vfile-message
2245
+
2246
+ > (The MIT License)
2247
+ >
2248
+ > Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
2249
+ >
2250
+ > Permission is hereby granted, free of charge, to any person obtaining
2251
+ > a copy of this software and associated documentation files (the
2252
+ > 'Software'), to deal in the Software without restriction, including
2253
+ > without limitation the rights to use, copy, modify, merge, publish,
2254
+ > distribute, sublicense, and/or sell copies of the Software, and to
2255
+ > permit persons to whom the Software is furnished to do so, subject to
2256
+ > the following conditions:
2257
+ >
2258
+ > The above copyright notice and this permission notice shall be
2259
+ > included in all copies or substantial portions of the Software.
2260
+ >
2261
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2262
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2263
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2264
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2265
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2266
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2267
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2268
+
2269
+ ---------------------------------------
2270
+
2271
+ ## vscode-jsonrpc, vscode-languageserver, vscode-languageserver-protocol, vscode-languageserver-textdocument, vscode-languageserver-types
2272
+
2273
+ License: MIT
2274
+ By: Microsoft Corporation
2275
+ Repositories: https://github.com/Microsoft/vscode-languageserver-node, https://github.com/Microsoft/vscode-languageserver-node, https://github.com/Microsoft/vscode-languageserver-node, https://github.com/Microsoft/vscode-languageserver-node, https://github.com/Microsoft/vscode-languageserver-node
2276
+
2277
+ > Copyright (c) Microsoft Corporation
2278
+ >
2279
+ > All rights reserved.
2280
+ >
2281
+ > MIT License
2282
+ >
2283
+ > 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:
2284
+ >
2285
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2286
+ >
2287
+ > 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.
2288
+
2289
+ ---------------------------------------
2290
+
2291
+ ## vscode-uri
2292
+
2293
+ License: MIT
2294
+ By: Microsoft
2295
+ Repository: https://github.com/microsoft/vscode-uri
2296
+
2297
+ > The MIT License (MIT)
2298
+ >
2299
+ > Copyright (c) Microsoft
2300
+ >
2301
+ > 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:
2302
+ >
2303
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2304
+ >
2305
+ > 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.
2306
+
2307
+ ---------------------------------------
2308
+
2309
+ ## which
2310
+
2311
+ License: ISC
2312
+ By: GitHub Inc.
2313
+ Repository: https://github.com/npm/node-which
2314
+
2315
+ > The ISC License
2316
+ >
2317
+ > Copyright (c) Isaac Z. Schlueter and Contributors
2318
+ >
2319
+ > Permission to use, copy, modify, and/or distribute this software for any
2320
+ > purpose with or without fee is hereby granted, provided that the above
2321
+ > copyright notice and this permission notice appear in all copies.
2322
+ >
2323
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2324
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2325
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2326
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2327
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2328
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2329
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2330
+
2331
+ ---------------------------------------
2332
+
2333
+ ## word-wrap
2334
+
2335
+ License: MIT
2336
+ By: Jon Schlinkert, Danilo Sampaio, Fede Ramirez, Joe Hildebrand, Todd Kennedy, Waldemar Reusch, Wolfgang Faust, Zach Hale
2337
+ Repository: https://github.com/jonschlinkert/word-wrap
2338
+
2339
+ > The MIT License (MIT)
2340
+ >
2341
+ > Copyright (c) 2014-2016, Jon Schlinkert
2342
+ >
2343
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2344
+ > of this software and associated documentation files (the "Software"), to deal
2345
+ > in the Software without restriction, including without limitation the rights
2346
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2347
+ > copies of the Software, and to permit persons to whom the Software is
2348
+ > furnished to do so, subject to the following conditions:
2349
+ >
2350
+ > The above copyright notice and this permission notice shall be included in
2351
+ > all copies or substantial portions of the Software.
2352
+ >
2353
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2354
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2355
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2356
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2357
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2358
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2359
+ > THE SOFTWARE.
2360
+
2361
+ ---------------------------------------
2362
+
2363
+ ## zod
2364
+
2365
+ License: MIT
2366
+ By: Colin McDonnell
2367
+ Repository: https://github.com/colinhacks/zod
2368
+
2369
+ > MIT License
2370
+ >
2371
+ > Copyright (c) 2025 Colin McDonnell
2372
+ >
2373
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2374
+ > of this software and associated documentation files (the "Software"), to deal
2375
+ > in the Software without restriction, including without limitation the rights
2376
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2377
+ > copies of the Software, and to permit persons to whom the Software is
2378
+ > furnished to do so, subject to the following conditions:
2379
+ >
2380
+ > The above copyright notice and this permission notice shall be included in all
2381
+ > copies or substantial portions of the Software.
2382
+ >
2383
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2384
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2385
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2386
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2387
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2388
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2389
+ > SOFTWARE.
2390
+
2391
+ ---------------------------------------
2392
+
2393
+ ## zod-to-json-schema
2394
+
2395
+ License: ISC
2396
+ By: Stefan Terdell, Hammad Asif, Noah Rosenzweig, John Wright, Krzysztof Ciombor, Yuta Mombetsu, Tom Arad, Isaac Way, Andreas Berger, Jan Potoms, Santiago Cammi, Philipp Burckhardt, Bram del Canho, Gilad Hecht, Colin McDonnell, Spappz, Jacob Lee, Brett Zamir, Isaiah Marc Sanchez, Mitchell Merry, Enzo Monjardín, Víctor Hernández, Faïz Hernawan Abdillah, Felix Mosheev
2397
+ Repository: https://github.com/StefanTerdell/zod-to-json-schema
2398
+
2399
+ > ISC License
2400
+ >
2401
+ > Copyright (c) 2020, Stefan Terdell
2402
+ >
2403
+ > Permission to use, copy, modify, and/or distribute this software for any
2404
+ > purpose with or without fee is hereby granted, provided that the above
2405
+ > copyright notice and this permission notice appear in all copies.
2406
+ >
2407
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2408
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2409
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2410
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2411
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2412
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2413
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.