@likec4/core 1.48.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 (134) hide show
  1. package/dist/THIRD-PARTY-LICENSES.md +1012 -0
  2. package/dist/_chunks/Builder.view-element.mjs +2 -3284
  3. package/dist/_chunks/LikeC4Model.d.mts +21 -25
  4. package/dist/_chunks/RichText.mjs +1 -148
  5. package/dist/_chunks/_types.d.mts +1 -5
  6. package/dist/_chunks/_types2.d.mts +2 -4
  7. package/dist/_chunks/assignTagColors.mjs +1 -24
  8. package/dist/_chunks/calcDriftsFromSnapshot.mjs +1 -379
  9. package/dist/_chunks/guards.d.mts +2026 -0
  10. package/dist/_chunks/guards.mjs +4 -0
  11. package/dist/_chunks/index.d.mts +255 -136
  12. package/dist/_chunks/libs/@mantine/colors-generator.mjs +2 -3403
  13. package/dist/_chunks/libs/@radix-ui/colors.mjs +1 -0
  14. package/dist/_chunks/libs/@ungap/structured-clone.mjs +1 -213
  15. package/dist/_chunks/libs/bail.mjs +1 -14
  16. package/dist/_chunks/libs/ccount.mjs +1 -25
  17. package/dist/_chunks/libs/character-entities-html4.mjs +1 -263
  18. package/dist/_chunks/libs/character-entities-legacy.mjs +1 -117
  19. package/dist/_chunks/libs/character-entities.mjs +2 -2136
  20. package/dist/_chunks/libs/comma-separated-tokens.mjs +1 -18
  21. package/dist/_chunks/libs/decode-named-character-reference.mjs +1 -21
  22. package/dist/_chunks/libs/defu.mjs +1 -42
  23. package/dist/_chunks/libs/devlop.mjs +1 -5
  24. package/dist/_chunks/libs/escape-string-regexp.mjs +1 -8
  25. package/dist/_chunks/libs/extend.mjs +1 -77
  26. package/dist/_chunks/libs/graphology-dag.mjs +1 -703
  27. package/dist/_chunks/libs/graphology.mjs +1 -4565
  28. package/dist/_chunks/libs/hast-util-sanitize.mjs +1 -863
  29. package/dist/_chunks/libs/hast-util-to-html.mjs +9 -2696
  30. package/dist/_chunks/libs/is-plain-obj.mjs +1 -9
  31. package/dist/_chunks/libs/longest-streak.mjs +1 -30
  32. package/dist/_chunks/libs/markdown-table.mjs +2 -290
  33. package/dist/_chunks/libs/mdast-util-find-and-replace.mjs +1 -653
  34. package/dist/_chunks/libs/mdast-util-from-markdown.mjs +3 -8522
  35. package/dist/_chunks/libs/mdast-util-gfm.mjs +15 -2393
  36. package/dist/_chunks/libs/mdast-util-to-hast.mjs +11 -1803
  37. package/dist/_chunks/libs/micromark-extension-gfm.mjs +1 -2243
  38. package/dist/_chunks/libs/mnemonist.d.mts +1 -91
  39. package/dist/_chunks/libs/mnemonist.mjs +1 -1978
  40. package/dist/_chunks/libs/natural-compare-lite.mjs +9 -42
  41. package/dist/_chunks/libs/ohash.mjs +1 -0
  42. package/dist/_chunks/libs/rehype-sanitize.mjs +1 -29
  43. package/dist/_chunks/libs/rehype-stringify.mjs +1 -34
  44. package/dist/_chunks/libs/remark-gfm.mjs +1 -36
  45. package/dist/_chunks/libs/remark-github-blockquote-alert.mjs +3 -100
  46. package/dist/_chunks/libs/remark-parse.mjs +1 -39
  47. package/dist/_chunks/libs/remark-rehype.mjs +1 -171
  48. package/dist/_chunks/libs/remeda.mjs +1 -702
  49. package/dist/_chunks/libs/trough.mjs +1 -158
  50. package/dist/_chunks/libs/unified.mjs +1 -2212
  51. package/dist/_chunks/rolldown-runtime.mjs +1 -42
  52. package/dist/_chunks/{index3.d.mts → theme.d.mts} +15 -13
  53. package/dist/_chunks/{index7.d.mts → to-text.d.mts} +165 -29
  54. package/dist/_chunks/to-text.mjs +1 -0
  55. package/dist/_chunks/vector.d.mts +198 -0
  56. package/dist/_chunks/vector.mjs +1 -0
  57. package/dist/builder/index.d.mts +2 -8
  58. package/dist/builder/index.mjs +1 -662
  59. package/dist/compute-view/index.d.mts +86 -15
  60. package/dist/compute-view/index.mjs +2 -262
  61. package/dist/geometry/index.d.mts +2 -2
  62. package/dist/geometry/index.mjs +1 -3
  63. package/dist/index.d.mts +9 -13
  64. package/dist/index.mjs +1 -27
  65. package/dist/model/index.d.mts +4 -14
  66. package/dist/model/index.mjs +1 -11
  67. package/dist/styles/index.d.mts +2 -8
  68. package/dist/styles/index.mjs +1 -30
  69. package/dist/types/index.d.mts +3 -9
  70. package/dist/types/index.mjs +1 -15
  71. package/dist/utils/graphology/index.d.mts +1 -1
  72. package/dist/utils/graphology/index.mjs +1 -3
  73. package/dist/utils/index.d.mts +4 -11
  74. package/dist/utils/index.mjs +1 -17
  75. package/package.json +13 -12
  76. package/dist/_chunks/LikeC4Styles.mjs +0 -691
  77. package/dist/_chunks/RichText.d.mts +0 -84
  78. package/dist/_chunks/_aux.d.mts +0 -289
  79. package/dist/_chunks/_aux.mjs +0 -18
  80. package/dist/_chunks/connection.mjs +0 -0
  81. package/dist/_chunks/const.d.mts +0 -43
  82. package/dist/_chunks/const.mjs +0 -33
  83. package/dist/_chunks/expression-model.d.mts +0 -192
  84. package/dist/_chunks/expression-model.mjs +0 -103
  85. package/dist/_chunks/expression.d.mts +0 -347
  86. package/dist/_chunks/expression.mjs +0 -107
  87. package/dist/_chunks/find.d.mts +0 -82
  88. package/dist/_chunks/find.mjs +0 -646
  89. package/dist/_chunks/find2.d.mts +0 -78
  90. package/dist/_chunks/find2.mjs +0 -287
  91. package/dist/_chunks/fqnRef.d.mts +0 -58
  92. package/dist/_chunks/fqnRef.mjs +0 -41
  93. package/dist/_chunks/geometry.mjs +0 -335
  94. package/dist/_chunks/index2.d.mts +0 -937
  95. package/dist/_chunks/index4.d.mts +0 -62
  96. package/dist/_chunks/index5.d.mts +0 -42
  97. package/dist/_chunks/index6.d.mts +0 -43
  98. package/dist/_chunks/index8.d.mts +0 -144
  99. package/dist/_chunks/invariant.mjs +0 -18
  100. package/dist/_chunks/iterable.mjs +0 -146
  101. package/dist/_chunks/libs/graphology-types.d.mts +0 -601
  102. package/dist/_chunks/libs/graphology.d.mts +0 -6
  103. package/dist/_chunks/mnemonist.d.mts +0 -1
  104. package/dist/_chunks/mnemonist.mjs +0 -0
  105. package/dist/_chunks/model.mjs +0 -1898
  106. package/dist/_chunks/model2.mjs +0 -0
  107. package/dist/_chunks/relationships-view.mjs +0 -132
  108. package/dist/_chunks/scalar.d.mts +0 -109
  109. package/dist/_chunks/scalar.mjs +0 -84
  110. package/dist/_chunks/utils.mjs +0 -483
  111. package/dist/compute-view/relationships-view/index.d.mts +0 -16
  112. package/dist/compute-view/relationships-view/index.mjs +0 -7
  113. package/dist/model/connection/deployment/index.d.mts +0 -12
  114. package/dist/model/connection/deployment/index.mjs +0 -9
  115. package/dist/model/connection/index.d.mts +0 -14
  116. package/dist/model/connection/index.mjs +0 -10
  117. package/dist/model/connection/model/index.d.mts +0 -12
  118. package/dist/model/connection/model/index.mjs +0 -8
  119. package/dist/types/RichText.d.mts +0 -3
  120. package/dist/types/RichText.mjs +0 -7
  121. package/dist/types/_aux.d.mts +0 -3
  122. package/dist/types/_aux.mjs +0 -3
  123. package/dist/types/expression-model.d.mts +0 -6
  124. package/dist/types/expression-model.mjs +0 -7
  125. package/dist/types/expression.d.mts +0 -5
  126. package/dist/types/expression.mjs +0 -7
  127. package/dist/types/fqnRef.d.mts +0 -4
  128. package/dist/types/fqnRef.mjs +0 -7
  129. package/dist/types/scalar.d.mts +0 -2
  130. package/dist/types/scalar.mjs +0 -7
  131. package/dist/utils/iterable/index.d.mts +0 -9
  132. package/dist/utils/iterable/index.mjs +0 -3
  133. package/dist/utils/mnemonist.d.mts +0 -2
  134. package/dist/utils/mnemonist.mjs +0 -12
@@ -0,0 +1,1012 @@
1
+ # Licenses of Bundled Dependencies
2
+
3
+ The published artifact additionally contains code with the following licenses:
4
+ ISC, MIT, (BSD-3-Clause AND Apache-2.0)
5
+
6
+ # Bundled Dependencies
7
+
8
+ ## @likec4/style-preset
9
+
10
+ License: MIT
11
+ By: Denis Davydkov
12
+ Repository: https://github.com/likec4/likec4
13
+
14
+ > MIT License
15
+ >
16
+ > Copyright (c) 2023-2026 Denis Davydkov
17
+ >
18
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19
+ > of this software and associated documentation files (the "Software"), to deal
20
+ > in the Software without restriction, including without limitation the rights
21
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22
+ > copies of the Software, and to permit persons to whom the Software is
23
+ > furnished to do so, subject to the following conditions:
24
+ >
25
+ > The above copyright notice and this permission notice shall be included in all
26
+ > copies or substantial portions of the Software.
27
+ >
28
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34
+ > SOFTWARE.
35
+
36
+ ---------------------------------------
37
+
38
+ ## @mantine/colors-generator
39
+
40
+ License: MIT
41
+ By: Vitaly Rtishchev
42
+ Repository: https://github.com/mantinedev/mantine
43
+
44
+ ---------------------------------------
45
+
46
+ ## @radix-ui/colors
47
+
48
+ License: MIT
49
+ By: Colm Tuite, Vlad Moroz
50
+
51
+ > MIT License
52
+ >
53
+ > Copyright (c) 2021 Radix
54
+ >
55
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
56
+ > of this software and associated documentation files (the "Software"), to deal
57
+ > in the Software without restriction, including without limitation the rights
58
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
59
+ > copies of the Software, and to permit persons to whom the Software is
60
+ > furnished to do so, subject to the following conditions:
61
+ >
62
+ > The above copyright notice and this permission notice shall be included in all
63
+ > copies or substantial portions of the Software.
64
+ >
65
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
68
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
69
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
70
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
71
+ > SOFTWARE.
72
+
73
+ ---------------------------------------
74
+
75
+ ## @ungap/structured-clone
76
+
77
+ License: ISC
78
+ By: Andrea Giammarchi
79
+ Repository: https://github.com/ungap/structured-clone
80
+
81
+ > ISC License
82
+ >
83
+ > Copyright (c) 2021, Andrea Giammarchi, @WebReflection
84
+ >
85
+ > Permission to use, copy, modify, and/or distribute this software for any
86
+ > purpose with or without fee is hereby granted, provided that the above
87
+ > copyright notice and this permission notice appear in all copies.
88
+ >
89
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
90
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
91
+ > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
92
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
93
+ > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
94
+ > OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
95
+ > PERFORMANCE OF THIS SOFTWARE.
96
+
97
+ ---------------------------------------
98
+
99
+ ## bail, ccount, character-entities, character-entities-html4, character-entities-legacy, mdast-util-to-string, unist-util-position, unist-util-visit
100
+
101
+ License: MIT
102
+ By: Titus Wormer
103
+ Repository: https://github.com/wooorm/bail
104
+
105
+ License: MIT
106
+ By: Titus Wormer
107
+ Repository: https://github.com/wooorm/ccount
108
+
109
+ License: MIT
110
+ By: Titus Wormer
111
+ Repository: https://github.com/wooorm/character-entities
112
+
113
+ License: MIT
114
+ By: Titus Wormer
115
+ Repository: https://github.com/wooorm/character-entities-html4
116
+
117
+ License: MIT
118
+ By: Titus Wormer
119
+ Repository: https://github.com/wooorm/character-entities-legacy
120
+
121
+ License: MIT
122
+ By: Titus Wormer
123
+ Repository: https://github.com/syntax-tree/mdast-util-to-string
124
+
125
+ License: MIT
126
+ By: Titus Wormer
127
+ Repository: https://github.com/syntax-tree/unist-util-position
128
+
129
+ License: MIT
130
+ By: Titus Wormer, Eugene Sharygin, Richard Gibson
131
+ Repository: https://github.com/syntax-tree/unist-util-visit
132
+
133
+ > (The MIT License)
134
+ >
135
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
136
+ >
137
+ > Permission is hereby granted, free of charge, to any person obtaining
138
+ > a copy of this software and associated documentation files (the
139
+ > 'Software'), to deal in the Software without restriction, including
140
+ > without limitation the rights to use, copy, modify, merge, publish,
141
+ > distribute, sublicense, and/or sell copies of the Software, and to
142
+ > permit persons to whom the Software is furnished to do so, subject to
143
+ > the following conditions:
144
+ >
145
+ > The above copyright notice and this permission notice shall be
146
+ > included in all copies or substantial portions of the Software.
147
+ >
148
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
149
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
150
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
151
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
152
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
153
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
154
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
155
+
156
+ ---------------------------------------
157
+
158
+ ## chroma-js
159
+
160
+ License: (BSD-3-Clause AND Apache-2.0)
161
+ By: Gregor Aisch
162
+ Repository: https://github.com/gka/chroma.js
163
+
164
+ > chroma.js - JavaScript library for color conversions
165
+ >
166
+ > Copyright (c) 2011-2025, Gregor Aisch
167
+ > All rights reserved.
168
+ >
169
+ > Redistribution and use in source and binary forms, with or without
170
+ > modification, are permitted provided that the following conditions are met:
171
+ >
172
+ > 1. Redistributions of source code must retain the above copyright notice, this
173
+ > list of conditions and the following disclaimer.
174
+ >
175
+ > 2. Redistributions in binary form must reproduce the above copyright notice,
176
+ > this list of conditions and the following disclaimer in the documentation
177
+ > and/or other materials provided with the distribution.
178
+ >
179
+ > 3. The name Gregor Aisch may not be used to endorse or promote products
180
+ > derived from this software without specific prior written permission.
181
+ >
182
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
183
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
184
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
185
+ > DISCLAIMED. IN NO EVENT SHALL GREGOR AISCH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
186
+ > INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
187
+ > BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
188
+ > DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
189
+ > OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
190
+ > NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
191
+ > EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
192
+ >
193
+ > -------------------------------------------------------
194
+ >
195
+ > chroma.js includes colors from colorbrewer2.org, which are released under
196
+ > the following license:
197
+ >
198
+ > Copyright (c) 2002 Cynthia Brewer, Mark Harrower,
199
+ > and The Pennsylvania State University.
200
+ >
201
+ > Licensed under the Apache License, Version 2.0 (the "License");
202
+ > you may not use this file except in compliance with the License.
203
+ > You may obtain a copy of the License at
204
+ > http://www.apache.org/licenses/LICENSE-2.0
205
+ >
206
+ > Unless required by applicable law or agreed to in writing,
207
+ > software distributed under the License is distributed on an
208
+ > "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
209
+ > either express or implied. See the License for the specific
210
+ > language governing permissions and limitations under the License.
211
+ >
212
+ > ------------------------------------------------------
213
+ >
214
+ > Named colors are taken from X11 Color Names.
215
+ > http://www.w3.org/TR/css3-color/#svg-color
216
+ >
217
+ > @preserve
218
+
219
+ ---------------------------------------
220
+
221
+ ## 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
222
+
223
+ License: MIT
224
+ By: Titus Wormer
225
+ 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
226
+
227
+ > (The MIT License)
228
+ >
229
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
230
+ >
231
+ > Permission is hereby granted, free of charge, to any person obtaining
232
+ > a copy of this software and associated documentation files (the
233
+ > 'Software'), to deal in the Software without restriction, including
234
+ > without limitation the rights to use, copy, modify, merge, publish,
235
+ > distribute, sublicense, and/or sell copies of the Software, and to
236
+ > permit persons to whom the Software is furnished to do so, subject to
237
+ > the following conditions:
238
+ >
239
+ > The above copyright notice and this permission notice shall be
240
+ > included in all copies or substantial portions of the Software.
241
+ >
242
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
243
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
244
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
245
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
246
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
247
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
248
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
249
+
250
+ ---------------------------------------
251
+
252
+ ## decode-named-character-reference, micromark-extension-gfm-footnote
253
+
254
+ License: MIT
255
+ By: Titus Wormer
256
+ Repositories: https://github.com/wooorm/decode-named-character-reference, https://github.com/micromark/micromark-extension-gfm-footnote
257
+
258
+ > (The MIT License)
259
+ >
260
+ > Copyright (c) 2021 Titus Wormer <tituswormer@gmail.com>
261
+ >
262
+ > Permission is hereby granted, free of charge, to any person obtaining
263
+ > a copy of this software and associated documentation files (the
264
+ > 'Software'), to deal in the Software without restriction, including
265
+ > without limitation the rights to use, copy, modify, merge, publish,
266
+ > distribute, sublicense, and/or sell copies of the Software, and to
267
+ > permit persons to whom the Software is furnished to do so, subject to
268
+ > the following conditions:
269
+ >
270
+ > The above copyright notice and this permission notice shall be
271
+ > included in all copies or substantial portions of the Software.
272
+ >
273
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
274
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
275
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
276
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
277
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
278
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
279
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
280
+
281
+ ---------------------------------------
282
+
283
+ ## defu, ohash
284
+
285
+ License: MIT
286
+ Repositories: https://github.com/unjs/defu, https://github.com/unjs/ohash
287
+
288
+ > MIT License
289
+ >
290
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
291
+ >
292
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
293
+ > of this software and associated documentation files (the "Software"), to deal
294
+ > in the Software without restriction, including without limitation the rights
295
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
296
+ > copies of the Software, and to permit persons to whom the Software is
297
+ > furnished to do so, subject to the following conditions:
298
+ >
299
+ > The above copyright notice and this permission notice shall be included in all
300
+ > copies or substantial portions of the Software.
301
+ >
302
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
303
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
304
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
305
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
306
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
307
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
308
+ > SOFTWARE.
309
+
310
+ ---------------------------------------
311
+
312
+ ## devlop
313
+
314
+ License: MIT
315
+ By: Titus Wormer
316
+ Repository: https://github.com/wooorm/devlop
317
+
318
+ > (The MIT License)
319
+ >
320
+ > Copyright (c) 2023 Titus Wormer <tituswormer@gmail.com>
321
+ >
322
+ > Permission is hereby granted, free of charge, to any person obtaining
323
+ > a copy of this software and associated documentation files (the
324
+ > 'Software'), to deal in the Software without restriction, including
325
+ > without limitation the rights to use, copy, modify, merge, publish,
326
+ > distribute, sublicense, and/or sell copies of the Software, and to
327
+ > permit persons to whom the Software is furnished to do so, subject to
328
+ > the following conditions:
329
+ >
330
+ > The above copyright notice and this permission notice shall be
331
+ > included in all copies or substantial portions of the Software.
332
+ >
333
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
334
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
335
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
336
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
337
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
338
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
339
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
340
+
341
+ ---------------------------------------
342
+
343
+ ## escape-string-regexp, is-plain-obj
344
+
345
+ License: MIT
346
+ By: Sindre Sorhus
347
+ Repositories: https://github.com/sindresorhus/escape-string-regexp, https://github.com/sindresorhus/is-plain-obj
348
+
349
+ > MIT License
350
+ >
351
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
352
+ >
353
+ > 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:
354
+ >
355
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
356
+ >
357
+ > 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.
358
+
359
+ ---------------------------------------
360
+
361
+ ## extend
362
+
363
+ License: MIT
364
+ By: Stefan Thomas, Jordan Harband
365
+ Repository: https://github.com/justmoon/node-extend
366
+
367
+ > The MIT License (MIT)
368
+ >
369
+ > Copyright (c) 2014 Stefan Thomas
370
+ >
371
+ > Permission is hereby granted, free of charge, to any person obtaining
372
+ > a copy of this software and associated documentation files (the
373
+ > "Software"), to deal in the Software without restriction, including
374
+ > without limitation the rights to use, copy, modify, merge, publish,
375
+ > distribute, sublicense, and/or sell copies of the Software, and to
376
+ > permit persons to whom the Software is furnished to do so, subject to
377
+ > the following conditions:
378
+ >
379
+ > The above copyright notice and this permission notice shall be
380
+ > included in all copies or substantial portions of the Software.
381
+ >
382
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
383
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
384
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
385
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
386
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
387
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
388
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
389
+
390
+ ---------------------------------------
391
+
392
+ ## graphology
393
+
394
+ License: MIT
395
+ By: Alexis Jacomy, Benjamin Ooghe-Tabanou, Guillaume Plique
396
+ Repository: https://github.com/graphology/graphology
397
+
398
+ > The MIT License (MIT)
399
+ >
400
+ > Copyright (c) 2016-2021 Guillaume Plique (Yomguithereal)
401
+ >
402
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
403
+ > of this software and associated documentation files (the "Software"), to deal
404
+ > in the Software without restriction, including without limitation the rights
405
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
406
+ > copies of the Software, and to permit persons to whom the Software is
407
+ > furnished to do so, subject to the following conditions:
408
+ >
409
+ > The above copyright notice and this permission notice shall be included in
410
+ > all copies or substantial portions of the Software.
411
+ >
412
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
413
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
414
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
415
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
416
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
417
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
418
+ > THE SOFTWARE.
419
+
420
+ ---------------------------------------
421
+
422
+ ## graphology-dag
423
+
424
+ License: MIT
425
+ By: Guillaume Plique, César Pichon
426
+ Repository: https://github.com/graphology/graphology
427
+
428
+ > The MIT License (MIT)
429
+ >
430
+ > Copyright (c) 2022 Guillaume Plique (Yomguithereal)
431
+ >
432
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
433
+ > of this software and associated documentation files (the "Software"), to deal
434
+ > in the Software without restriction, including without limitation the rights
435
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
436
+ > copies of the Software, and to permit persons to whom the Software is
437
+ > furnished to do so, subject to the following conditions:
438
+ >
439
+ > The above copyright notice and this permission notice shall be included in
440
+ > all copies or substantial portions of the Software.
441
+ >
442
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
443
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
444
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
445
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
446
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
447
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
448
+ > THE SOFTWARE.
449
+
450
+ ---------------------------------------
451
+
452
+ ## graphology-utils, obliterator
453
+
454
+ License: MIT
455
+ By: Guillaume Plique, Jules Farjas
456
+ Repository: https://github.com/graphology/graphology
457
+
458
+ License: MIT
459
+ By: Guillaume Plique
460
+ Repository: https://github.com/yomguithereal/obliterator
461
+
462
+ > The MIT License (MIT)
463
+ >
464
+ > Copyright (c) 2017-2021 Guillaume Plique (Yomguithereal)
465
+ >
466
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
467
+ > of this software and associated documentation files (the "Software"), to deal
468
+ > in the Software without restriction, including without limitation the rights
469
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
470
+ > copies of the Software, and to permit persons to whom the Software is
471
+ > furnished to do so, subject to the following conditions:
472
+ >
473
+ > The above copyright notice and this permission notice shall be included in
474
+ > all copies or substantial portions of the Software.
475
+ >
476
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
477
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
478
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
479
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
480
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
481
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
482
+ > THE SOFTWARE.
483
+
484
+ ---------------------------------------
485
+
486
+ ## 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
487
+
488
+ License: MIT
489
+ By: Titus Wormer, Jason Switzer
490
+ Repository: https://github.com/syntax-tree/hast-util-sanitize
491
+
492
+ License: MIT
493
+ By: Titus Wormer
494
+ Repository: https://github.com/syntax-tree/hast-util-to-html
495
+
496
+ License: MIT
497
+ By: Titus Wormer
498
+ Repository: https://github.com/wooorm/markdown-table
499
+
500
+ License: MIT
501
+ By: Titus Wormer
502
+ Repository: https://github.com/syntax-tree/mdast-util-find-and-replace
503
+
504
+ License: MIT
505
+ By: Titus Wormer
506
+ Repository: https://github.com/syntax-tree/mdast-util-from-markdown
507
+
508
+ License: MIT
509
+ By: Titus Wormer
510
+ Repository: https://github.com/syntax-tree/mdast-util-gfm
511
+
512
+ License: MIT
513
+ By: Titus Wormer
514
+ Repository: https://github.com/syntax-tree/mdast-util-gfm-footnote
515
+
516
+ License: MIT
517
+ By: Titus Wormer
518
+ Repository: https://github.com/syntax-tree/mdast-util-to-markdown
519
+
520
+ License: MIT
521
+ By: Titus Wormer
522
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark
523
+
524
+ License: MIT
525
+ By: Titus Wormer
526
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-core-commonmark
527
+
528
+ License: MIT
529
+ By: Titus Wormer
530
+ Repository: https://github.com/micromark/micromark-extension-gfm-table
531
+
532
+ License: MIT
533
+ By: Titus Wormer
534
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-destination
535
+
536
+ License: MIT
537
+ By: Titus Wormer
538
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-label
539
+
540
+ License: MIT
541
+ By: Titus Wormer
542
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-space
543
+
544
+ License: MIT
545
+ By: Titus Wormer
546
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-title
547
+
548
+ License: MIT
549
+ By: Titus Wormer
550
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-factory-whitespace
551
+
552
+ License: MIT
553
+ By: Titus Wormer
554
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-character
555
+
556
+ License: MIT
557
+ By: Titus Wormer
558
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-chunked
559
+
560
+ License: MIT
561
+ By: Titus Wormer
562
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-classify-character
563
+
564
+ License: MIT
565
+ By: Titus Wormer
566
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-combine-extensions
567
+
568
+ License: MIT
569
+ By: Titus Wormer
570
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-numeric-character-reference
571
+
572
+ License: MIT
573
+ By: Titus Wormer
574
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-string
575
+
576
+ License: MIT
577
+ By: Titus Wormer
578
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-html-tag-name
579
+
580
+ License: MIT
581
+ By: Titus Wormer
582
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-normalize-identifier
583
+
584
+ License: MIT
585
+ By: Titus Wormer
586
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-resolve-all
587
+
588
+ License: MIT
589
+ By: Titus Wormer
590
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-sanitize-uri
591
+
592
+ License: MIT
593
+ By: Titus Wormer
594
+ Repository: https://github.com/micromark/micromark/tree/main/packages/micromark-util-subtokenize
595
+
596
+ License: MIT
597
+ By: Titus Wormer
598
+ Repository: https://github.com/remarkjs/remark-gfm
599
+
600
+ License: MIT
601
+ By: Titus Wormer, John Otander
602
+ Repository: https://github.com/remarkjs/remark-rehype
603
+
604
+ > (The MIT License)
605
+ >
606
+ > Copyright (c) Titus Wormer <tituswormer@gmail.com>
607
+ >
608
+ > Permission is hereby granted, free of charge, to any person obtaining
609
+ > a copy of this software and associated documentation files (the
610
+ > 'Software'), to deal in the Software without restriction, including
611
+ > without limitation the rights to use, copy, modify, merge, publish,
612
+ > distribute, sublicense, and/or sell copies of the Software, and to
613
+ > permit persons to whom the Software is furnished to do so, subject to
614
+ > the following conditions:
615
+ >
616
+ > The above copyright notice and this permission notice shall be
617
+ > included in all copies or substantial portions of the Software.
618
+ >
619
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
620
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
621
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
622
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
623
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
624
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
625
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
626
+
627
+ ---------------------------------------
628
+
629
+ ## longest-streak, stringify-entities, trim-lines
630
+
631
+ License: MIT
632
+ By: Titus Wormer
633
+ Repositories: https://github.com/wooorm/longest-streak, https://github.com/wooorm/stringify-entities, https://github.com/wooorm/trim-lines
634
+
635
+ > (The MIT License)
636
+ >
637
+ > Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
638
+ >
639
+ > Permission is hereby granted, free of charge, to any person obtaining
640
+ > a copy of this software and associated documentation files (the
641
+ > 'Software'), to deal in the Software without restriction, including
642
+ > without limitation the rights to use, copy, modify, merge, publish,
643
+ > distribute, sublicense, and/or sell copies of the Software, and to
644
+ > permit persons to whom the Software is furnished to do so, subject to
645
+ > the following conditions:
646
+ >
647
+ > The above copyright notice and this permission notice shall be
648
+ > included in all copies or substantial portions of the Software.
649
+ >
650
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
651
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
652
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
653
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
654
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
655
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
656
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
657
+
658
+ ---------------------------------------
659
+
660
+ ## 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
661
+
662
+ License: MIT
663
+ By: Titus Wormer
664
+ 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
665
+
666
+ > (The MIT License)
667
+ >
668
+ > Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
669
+ >
670
+ > Permission is hereby granted, free of charge, to any person obtaining
671
+ > a copy of this software and associated documentation files (the
672
+ > 'Software'), to deal in the Software without restriction, including
673
+ > without limitation the rights to use, copy, modify, merge, publish,
674
+ > distribute, sublicense, and/or sell copies of the Software, and to
675
+ > permit persons to whom the Software is furnished to do so, subject to
676
+ > the following conditions:
677
+ >
678
+ > The above copyright notice and this permission notice shall be
679
+ > included in all copies or substantial portions of the Software.
680
+ >
681
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
682
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
683
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
684
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
685
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
686
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
687
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
688
+
689
+ ---------------------------------------
690
+
691
+ ## mdast-util-phrasing
692
+
693
+ License: MIT
694
+ By: Victor Felder, Titus Wormer
695
+ Repository: https://github.com/syntax-tree/mdast-util-phrasing
696
+
697
+ > (The MIT License)
698
+ >
699
+ > Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
700
+ > Copyright (c) 2017 Victor Felder <victor@draft.li>
701
+ >
702
+ > Permission is hereby granted, free of charge, to any person obtaining
703
+ > a copy of this software and associated documentation files (the
704
+ > 'Software'), to deal in the Software without restriction, including
705
+ > without limitation the rights to use, copy, modify, merge, publish,
706
+ > distribute, sublicense, and/or sell copies of the Software, and to
707
+ > permit persons to whom the Software is furnished to do so, subject to
708
+ > the following conditions:
709
+ >
710
+ > The above copyright notice and this permission notice shall be
711
+ > included in all copies or substantial portions of the Software.
712
+ >
713
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
714
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
715
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
716
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
717
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
718
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
719
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
720
+
721
+ ---------------------------------------
722
+
723
+ ## mnemonist
724
+
725
+ License: MIT
726
+ By: Guillaume Plique
727
+ Repository: https://github.com/yomguithereal/mnemonist
728
+
729
+ > The MIT License (MIT)
730
+ >
731
+ > Copyright (c) 2016 Guillaume Plique (Yomguithereal)
732
+ >
733
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
734
+ > of this software and associated documentation files (the "Software"), to deal
735
+ > in the Software without restriction, including without limitation the rights
736
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
737
+ > copies of the Software, and to permit persons to whom the Software is
738
+ > furnished to do so, subject to the following conditions:
739
+ >
740
+ > The above copyright notice and this permission notice shall be included in
741
+ > all copies or substantial portions of the Software.
742
+ >
743
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
744
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
745
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
746
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
747
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
748
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
749
+ > THE SOFTWARE.
750
+
751
+ ---------------------------------------
752
+
753
+ ## natural-compare-lite
754
+
755
+ License: MIT
756
+ By: Lauri Rooden
757
+ Repository: https://github.com/litejs/natural-compare-lite
758
+
759
+ ---------------------------------------
760
+
761
+ ## property-information
762
+
763
+ License: MIT
764
+ By: Titus Wormer, Andrew Burgess, Dustin Deus
765
+ Repository: https://github.com/wooorm/property-information
766
+
767
+ > (The MIT License)
768
+ >
769
+ > Copyright (c) Titus Wormer <mailto:tituswormer@gmail.com>
770
+ >
771
+ > Permission is hereby granted, free of charge, to any person obtaining
772
+ > a copy of this software and associated documentation files (the
773
+ > 'Software'), to deal in the Software without restriction, including
774
+ > without limitation the rights to use, copy, modify, merge, publish,
775
+ > distribute, sublicense, and/or sell copies of the Software, and to
776
+ > permit persons to whom the Software is furnished to do so, subject to
777
+ > the following conditions:
778
+ >
779
+ > The above copyright notice and this permission notice shall be
780
+ > included in all copies or substantial portions of the Software.
781
+ >
782
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
783
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
784
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
785
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
786
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
787
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
788
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
789
+
790
+ ---------------------------------------
791
+
792
+ ## rehype-stringify
793
+
794
+ License: MIT
795
+ By: Titus Wormer
796
+ Repository: https://github.com/rehypejs/rehype/tree/main/packages/rehype-stringify
797
+
798
+ > (The MIT License)
799
+ >
800
+ > Copyright (c) Titus Wormer
801
+ >
802
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
803
+ > of this software and associated documentation files (the "Software"), to deal
804
+ > in the Software without restriction, including without limitation the rights
805
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
806
+ > copies of the Software, and to permit persons to whom the Software is
807
+ > furnished to do so, subject to the following conditions:
808
+ >
809
+ > The above copyright notice and this permission notice shall be included in
810
+ > all copies or substantial portions of the Software.
811
+ >
812
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
813
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
814
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
815
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
816
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
817
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
818
+ > THE SOFTWARE.
819
+
820
+ ---------------------------------------
821
+
822
+ ## remark-github-blockquote-alert
823
+
824
+ License: MIT
825
+ By: Kenny Wong
826
+ Repository: https://github.com/jaywcjlove/remark-github-blockquote-alert
827
+
828
+ > MIT License
829
+ >
830
+ > Copyright (c) 2025 Kenny Wang(小弟调调™) <kennyiseeyou@gmail.com> (https://github.com/jaywcjlove)
831
+ >
832
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
833
+ > of this software and associated documentation files (the "Software"), to deal
834
+ > in the Software without restriction, including without limitation the rights
835
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
836
+ > copies of the Software, and to permit persons to whom the Software is
837
+ > furnished to do so, subject to the following conditions:
838
+ >
839
+ > The above copyright notice and this permission notice shall be included in all
840
+ > copies or substantial portions of the Software.
841
+ >
842
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
843
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
844
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
845
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
846
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
847
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
848
+ > SOFTWARE.
849
+
850
+ ---------------------------------------
851
+
852
+ ## remark-parse
853
+
854
+ License: MIT
855
+ By: Titus Wormer, Eugene Sharygin, Junyoung Choi, Elijah Hamovitz, Ika
856
+ Repository: https://github.com/remarkjs/remark/tree/main/packages/remark-parse
857
+
858
+ > (The MIT License)
859
+ >
860
+ > Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
861
+ >
862
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
863
+ > of this software and associated documentation files (the "Software"), to deal
864
+ > in the Software without restriction, including without limitation the rights
865
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
866
+ > copies of the Software, and to permit persons to whom the Software is
867
+ > furnished to do so, subject to the following conditions:
868
+ >
869
+ > The above copyright notice and this permission notice shall be included in
870
+ > all copies or substantial portions of the Software.
871
+ >
872
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
873
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
874
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
875
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
876
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
877
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
878
+ > THE SOFTWARE.
879
+
880
+ ---------------------------------------
881
+
882
+ ## remeda
883
+
884
+ License: MIT
885
+ By: Łukasz Sentkiewicz
886
+ Repository: https://github.com/remeda/remeda
887
+
888
+ ---------------------------------------
889
+
890
+ ## trough
891
+
892
+ License: MIT
893
+ By: Titus Wormer
894
+ Repository: https://github.com/wooorm/trough
895
+
896
+ > (The MIT License)
897
+ >
898
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
899
+ >
900
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
901
+ > of this software and associated documentation files (the "Software"), to deal
902
+ > in the Software without restriction, including without limitation the rights
903
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
904
+ > copies of the Software, and to permit persons to whom the Software is
905
+ > furnished to do so, subject to the following conditions:
906
+ >
907
+ > The above copyright notice and this permission notice shall be included in
908
+ > all copies or substantial portions of the Software.
909
+ >
910
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
911
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
912
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
913
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
914
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
915
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
916
+ > THE SOFTWARE.
917
+
918
+ ---------------------------------------
919
+
920
+ ## unified, vfile
921
+
922
+ License: MIT
923
+ By: Titus Wormer, Junyoung Choi, Hernan Rajchert, Christian Murphy, Vse Mozhet Byt, Richard Littauer
924
+ Repository: https://github.com/unifiedjs/unified
925
+
926
+ License: MIT
927
+ By: Titus Wormer, Brendan Abbott, Denys Dovhan, Kyle Mathews, Shinnosuke Watanabe, Sindre Sorhus
928
+ Repository: https://github.com/vfile/vfile
929
+
930
+ > (The MIT License)
931
+ >
932
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
933
+ >
934
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
935
+ > of this software and associated documentation files (the "Software"), to deal
936
+ > in the Software without restriction, including without limitation the rights
937
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
938
+ > copies of the Software, and to permit persons to whom the Software is
939
+ > furnished to do so, subject to the following conditions:
940
+ >
941
+ > The above copyright notice and this permission notice shall be included in
942
+ > all copies or substantial portions of the Software.
943
+ >
944
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
945
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
946
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
947
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
948
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
949
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
950
+ > THE SOFTWARE.
951
+
952
+ ---------------------------------------
953
+
954
+ ## unist-util-is
955
+
956
+ License: MIT
957
+ By: Titus Wormer, Christian Murphy, Lucas Brandstaetter
958
+ Repository: https://github.com/syntax-tree/unist-util-is
959
+
960
+ > (The MIT license)
961
+ >
962
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
963
+ >
964
+ > Permission is hereby granted, free of charge, to any person obtaining
965
+ > a copy of this software and associated documentation files (the
966
+ > 'Software'), to deal in the Software without restriction, including
967
+ > without limitation the rights to use, copy, modify, merge, publish,
968
+ > distribute, sublicense, and/or sell copies of the Software, and to
969
+ > permit persons to whom the Software is furnished to do so, subject to
970
+ > the following conditions:
971
+ >
972
+ > The above copyright notice and this permission notice shall be
973
+ > included in all copies or substantial portions of the Software.
974
+ >
975
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
976
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
977
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
978
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
979
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
980
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
981
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
982
+
983
+ ---------------------------------------
984
+
985
+ ## vfile-message
986
+
987
+ License: MIT
988
+ By: Titus Wormer
989
+ Repository: https://github.com/vfile/vfile-message
990
+
991
+ > (The MIT License)
992
+ >
993
+ > Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
994
+ >
995
+ > Permission is hereby granted, free of charge, to any person obtaining
996
+ > a copy of this software and associated documentation files (the
997
+ > 'Software'), to deal in the Software without restriction, including
998
+ > without limitation the rights to use, copy, modify, merge, publish,
999
+ > distribute, sublicense, and/or sell copies of the Software, and to
1000
+ > permit persons to whom the Software is furnished to do so, subject to
1001
+ > the following conditions:
1002
+ >
1003
+ > The above copyright notice and this permission notice shall be
1004
+ > included in all copies or substantial portions of the Software.
1005
+ >
1006
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1007
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1008
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1009
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1010
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1011
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1012
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.