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