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