@visulima/cerebro 3.0.0-alpha.27 → 3.0.0-alpha.29
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.
- package/CHANGELOG.md +40 -0
- package/LICENSE.md +733 -225
- package/README.md +126 -2
- package/dist/commands/completion-command.d.ts +1 -1
- package/dist/commands/help-command.d.ts +1 -1
- package/dist/commands/help-command.js +1 -1
- package/dist/commands/readme-command.d.ts +1 -1
- package/dist/commands/readme-command.js +1 -1
- package/dist/commands/version-command.d.ts +1 -1
- package/dist/index.d.ts +82 -3
- package/dist/index.js +1 -1
- package/dist/logger/create-pail-logger.d.ts +1 -36
- package/dist/packem_shared/Cerebro-CtfwEvsG.js +4 -0
- package/dist/packem_shared/constants-DmzZF6_u-BmMwILI_.js +1 -0
- package/dist/packem_shared/index-Bl6FHt1Y.js +6 -0
- package/dist/packem_shared/{plugin-manager.d-Dz-wu1tI.d.ts → plugin-manager.d-CuIdny8w.d.ts} +77 -4
- package/dist/plugins/error-handler-plugin.d.ts +1 -1
- package/dist/plugins/runtime-version-check-plugin.d.ts +1 -1
- package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +1 -1
- package/package.json +7 -10
- package/dist/packem_shared/Cerebro-Bx5ieMPF.js +0 -4
- package/dist/packem_shared/index-DZdxQ8Yb.js +0 -6
package/LICENSE.md
CHANGED
|
@@ -169,14 +169,11 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
169
169
|
>
|
|
170
170
|
>
|
|
171
171
|
> # Licenses of bundled types
|
|
172
|
-
>
|
|
173
172
|
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
174
173
|
> MIT
|
|
175
174
|
>
|
|
176
175
|
> # Bundled types:
|
|
177
|
-
>
|
|
178
176
|
> ## @visulima/error
|
|
179
|
-
>
|
|
180
177
|
> License: MIT
|
|
181
178
|
> By: Daniel Bannert
|
|
182
179
|
> Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -204,40 +201,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
204
201
|
> > SOFTWARE.
|
|
205
202
|
> >
|
|
206
203
|
> >
|
|
207
|
-
>
|
|
208
|
-
> # Licenses of bundled dependencies
|
|
209
|
-
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
210
|
-
> MIT
|
|
211
|
-
>
|
|
212
|
-
> # Bundled dependencies:
|
|
213
|
-
> ## @visulima/error
|
|
214
|
-
> License: MIT
|
|
215
|
-
> By: Daniel Bannert
|
|
216
|
-
> Repository: git+https://github.com/visulima/visulima.git
|
|
217
|
-
>
|
|
218
|
-
> > MIT License
|
|
219
|
-
> >
|
|
220
|
-
> > Copyright (c) 2026 visulima
|
|
221
|
-
> >
|
|
222
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
223
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
224
|
-
> > in the Software without restriction, including without limitation the rights
|
|
225
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
226
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
227
|
-
> > furnished to do so, subject to the following conditions:
|
|
228
|
-
> >
|
|
229
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
230
|
-
> > copies or substantial portions of the Software.
|
|
231
|
-
> >
|
|
232
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
233
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
234
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
235
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
236
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
237
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
238
|
-
> > SOFTWARE.
|
|
239
|
-
> >
|
|
240
|
-
> >
|
|
241
204
|
> >
|
|
242
205
|
> > # Licenses of bundled dependencies
|
|
243
206
|
> >
|
|
@@ -262,7 +225,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
262
225
|
> > >
|
|
263
226
|
> > > 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.
|
|
264
227
|
> >
|
|
265
|
-
> >
|
|
228
|
+
> >
|
|
266
229
|
> >
|
|
267
230
|
> >
|
|
268
231
|
> >
|
|
@@ -288,34 +251,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
288
251
|
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
289
252
|
> > > See the License for the specific language governing permissions and
|
|
290
253
|
> > > limitations under the License.
|
|
291
|
-
>
|
|
292
|
-
>
|
|
293
|
-
>
|
|
294
|
-
> > # Licenses of bundled types
|
|
295
|
-
> >
|
|
296
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
297
|
-
> > Apache-2.0
|
|
298
|
-
> >
|
|
299
|
-
> > # Bundled types:
|
|
300
|
-
> >
|
|
301
|
-
> > ## ai
|
|
302
|
-
> >
|
|
303
|
-
> > License: Apache-2.0
|
|
304
|
-
> > Repository: git+https://github.com/vercel/ai.git
|
|
305
|
-
> >
|
|
306
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
307
|
-
> > >
|
|
308
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
309
|
-
> > > you may not use this file except in compliance with the License.
|
|
310
|
-
> > > You may obtain a copy of the License at
|
|
311
|
-
> > >
|
|
312
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
313
|
-
> > >
|
|
314
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
315
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
316
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
317
|
-
> > > See the License for the specific language governing permissions and
|
|
318
|
-
> > > limitations under the License.
|
|
319
254
|
|
|
320
255
|
---------------------------------------
|
|
321
256
|
|
|
@@ -525,43 +460,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
525
460
|
|
|
526
461
|
---------------------------------------
|
|
527
462
|
|
|
528
|
-
##
|
|
529
|
-
License: MIT
|
|
530
|
-
By: Thomas Watson Steen, Sibiraj
|
|
531
|
-
Repository: github:watson/ci-info
|
|
532
|
-
|
|
533
|
-
> The MIT License (MIT)
|
|
534
|
-
>
|
|
535
|
-
> Copyright (c) 2016 Thomas Watson Steen
|
|
536
|
-
>
|
|
537
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
538
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
539
|
-
> in the Software without restriction, including without limitation the rights
|
|
540
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
541
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
542
|
-
> furnished to do so, subject to the following conditions:
|
|
543
|
-
>
|
|
544
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
545
|
-
> copies or substantial portions of the Software.
|
|
546
|
-
>
|
|
547
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
548
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
549
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
550
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
551
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
552
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
553
|
-
> SOFTWARE.
|
|
554
|
-
|
|
555
|
-
<!-- /DEPENDENCIES -->
|
|
556
|
-
|
|
557
|
-
<!-- TYPE_DEPENDENCIES -->
|
|
558
|
-
|
|
559
|
-
# Licenses of bundled types
|
|
560
|
-
The published @visulima/cerebro artifact additionally contains code with the following licenses:
|
|
561
|
-
MIT
|
|
562
|
-
|
|
563
|
-
# Bundled types:
|
|
564
|
-
## @visulima/command-line-args
|
|
463
|
+
## @visulima/string
|
|
565
464
|
License: MIT
|
|
566
465
|
By: Daniel Bannert
|
|
567
466
|
Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -588,45 +487,51 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
588
487
|
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
589
488
|
> SOFTWARE.
|
|
590
489
|
>
|
|
591
|
-
> ---
|
|
592
|
-
>
|
|
593
|
-
> The MIT License (MIT)
|
|
594
|
-
>
|
|
595
|
-
> Copyright (c) 2014-24 Lloyd Brookes <opensource@75lb.com>
|
|
596
|
-
>
|
|
597
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
598
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
599
|
-
> in the Software without restriction, including without limitation the rights
|
|
600
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
601
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
602
|
-
> furnished to do so, subject to the following conditions:
|
|
603
|
-
>
|
|
604
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
605
|
-
> copies or substantial portions of the Software.
|
|
606
|
-
>
|
|
607
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
608
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
609
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
610
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
611
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
612
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
613
|
-
> SOFTWARE.
|
|
614
490
|
>
|
|
615
|
-
> <!-- DEPENDENCIES -->
|
|
616
491
|
>
|
|
617
492
|
> # Licenses of bundled dependencies
|
|
618
|
-
> The published @visulima/
|
|
493
|
+
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
619
494
|
> MIT
|
|
620
495
|
>
|
|
621
496
|
> # Bundled dependencies:
|
|
622
|
-
> ##
|
|
497
|
+
> ## codsen-utils
|
|
623
498
|
> License: MIT
|
|
624
|
-
> By:
|
|
625
|
-
> Repository: git+https://github.com/
|
|
499
|
+
> By: Roy Revelt
|
|
500
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
626
501
|
>
|
|
627
502
|
> > MIT License
|
|
628
503
|
> >
|
|
629
|
-
> > Copyright
|
|
504
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
505
|
+
> >
|
|
506
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
507
|
+
> > a copy of this software and associated documentation files (the
|
|
508
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
509
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
510
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
511
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
512
|
+
> > the following conditions:
|
|
513
|
+
> >
|
|
514
|
+
> > The above copyright notice and this permission notice shall be
|
|
515
|
+
> > included in all copies or substantial portions of the Software.
|
|
516
|
+
> >
|
|
517
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
518
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
519
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
520
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
521
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
522
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
523
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
524
|
+
>
|
|
525
|
+
> ---------------------------------------
|
|
526
|
+
>
|
|
527
|
+
> ## emoji-regex-xs
|
|
528
|
+
> License: MIT
|
|
529
|
+
> By: Steven Levithan
|
|
530
|
+
> Repository: git+https://github.com/slevithan/emoji-regex-xs.git
|
|
531
|
+
>
|
|
532
|
+
> > MIT License
|
|
533
|
+
> >
|
|
534
|
+
> > Copyright (c) 2025 Steven Levithan
|
|
630
535
|
> >
|
|
631
536
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
632
537
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -645,79 +550,17 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
645
550
|
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
646
551
|
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
647
552
|
> > SOFTWARE.
|
|
648
|
-
> >
|
|
649
|
-
> >
|
|
650
|
-
> >
|
|
651
|
-
> > # Licenses of bundled dependencies
|
|
652
|
-
> >
|
|
653
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
654
|
-
> > MIT
|
|
655
|
-
> >
|
|
656
|
-
> > # Bundled dependencies:
|
|
657
|
-
> >
|
|
658
|
-
> > ## is-plain-obj
|
|
659
|
-
> >
|
|
660
|
-
> > License: MIT
|
|
661
|
-
> > By: Sindre Sorhus
|
|
662
|
-
> > Repository: sindresorhus/is-plain-obj
|
|
663
|
-
> >
|
|
664
|
-
> > > MIT License
|
|
665
|
-
> > >
|
|
666
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
667
|
-
> > >
|
|
668
|
-
> > > 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:
|
|
669
|
-
> > >
|
|
670
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
671
|
-
> > >
|
|
672
|
-
> > > 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.
|
|
673
|
-
> >
|
|
674
|
-
> >
|
|
675
|
-
> >
|
|
676
|
-
> >
|
|
677
|
-
> >
|
|
678
|
-
> > # Licenses of bundled types
|
|
679
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
680
|
-
> > Apache-2.0
|
|
681
|
-
> >
|
|
682
|
-
> > # Bundled types:
|
|
683
|
-
> > ## ai
|
|
684
|
-
> > License: Apache-2.0
|
|
685
|
-
> > Repository: https://github.com/vercel/ai
|
|
686
|
-
> >
|
|
687
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
688
|
-
> > >
|
|
689
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
690
|
-
> > > you may not use this file except in compliance with the License.
|
|
691
|
-
> > > You may obtain a copy of the License at
|
|
692
|
-
> > >
|
|
693
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
694
|
-
> > >
|
|
695
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
696
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
697
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
698
|
-
> > > See the License for the specific language governing permissions and
|
|
699
|
-
> > > limitations under the License.
|
|
700
|
-
>
|
|
701
|
-
> <!-- /DEPENDENCIES -->
|
|
702
|
-
>
|
|
703
|
-
>
|
|
704
|
-
>
|
|
705
|
-
> # Licenses of bundled types
|
|
706
553
|
>
|
|
707
|
-
>
|
|
708
|
-
> MIT
|
|
709
|
-
>
|
|
710
|
-
> # Bundled types:
|
|
711
|
-
>
|
|
712
|
-
> ## @visulima/error
|
|
554
|
+
> ---------------------------------------
|
|
713
555
|
>
|
|
556
|
+
> ## fastest-levenshtein
|
|
714
557
|
> License: MIT
|
|
715
|
-
> By:
|
|
716
|
-
> Repository: git+https://github.com/
|
|
558
|
+
> By: Kasper U. Weihe
|
|
559
|
+
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
717
560
|
>
|
|
718
561
|
> > MIT License
|
|
719
562
|
> >
|
|
720
|
-
> > Copyright (c)
|
|
563
|
+
> > Copyright (c) 2020 Kasper Unn Weihe
|
|
721
564
|
> >
|
|
722
565
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
723
566
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -736,22 +579,32 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
736
579
|
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
737
580
|
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
738
581
|
> > SOFTWARE.
|
|
739
|
-
> >
|
|
740
|
-
> > <!-- DEPENDENCIES -->
|
|
741
582
|
>
|
|
742
|
-
>
|
|
743
|
-
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
744
|
-
> MIT
|
|
583
|
+
> ---------------------------------------
|
|
745
584
|
>
|
|
746
|
-
>
|
|
747
|
-
> ## @visulima/error
|
|
585
|
+
> ## get-east-asian-width
|
|
748
586
|
> License: MIT
|
|
749
|
-
> By:
|
|
750
|
-
> Repository:
|
|
587
|
+
> By: Sindre Sorhus
|
|
588
|
+
> Repository: sindresorhus/get-east-asian-width
|
|
751
589
|
>
|
|
752
590
|
> > MIT License
|
|
753
591
|
> >
|
|
754
|
-
> > Copyright (c)
|
|
592
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
593
|
+
> >
|
|
594
|
+
> > 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:
|
|
595
|
+
> >
|
|
596
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
597
|
+
> >
|
|
598
|
+
> > 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.
|
|
599
|
+
>
|
|
600
|
+
> ---------------------------------------
|
|
601
|
+
>
|
|
602
|
+
> ## html-entities
|
|
603
|
+
> License: MIT
|
|
604
|
+
> By: Marat Dulin
|
|
605
|
+
> Repository: https://github.com/mdevils/html-entities.git
|
|
606
|
+
>
|
|
607
|
+
> > Copyright (c) 2021 Dulin Marat
|
|
755
608
|
> >
|
|
756
609
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
757
610
|
> > of this software and associated documentation files (the "Software"), to deal
|
|
@@ -760,27 +613,622 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
760
613
|
> > copies of the Software, and to permit persons to whom the Software is
|
|
761
614
|
> > furnished to do so, subject to the following conditions:
|
|
762
615
|
> >
|
|
763
|
-
> > The above copyright notice and this permission notice shall be included in
|
|
764
|
-
> > copies or substantial portions of the Software.
|
|
616
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
617
|
+
> > all copies or substantial portions of the Software.
|
|
765
618
|
> >
|
|
766
619
|
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
767
620
|
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
768
621
|
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
769
622
|
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
770
623
|
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
771
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
772
|
-
> > SOFTWARE.
|
|
773
|
-
>
|
|
774
|
-
>
|
|
775
|
-
>
|
|
776
|
-
>
|
|
624
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
625
|
+
> > THE SOFTWARE.
|
|
626
|
+
>
|
|
627
|
+
> ---------------------------------------
|
|
628
|
+
>
|
|
629
|
+
> ## indent-string
|
|
630
|
+
> License: MIT
|
|
631
|
+
> By: Sindre Sorhus
|
|
632
|
+
> Repository: sindresorhus/indent-string
|
|
633
|
+
>
|
|
634
|
+
> > MIT License
|
|
777
635
|
> >
|
|
778
|
-
> >
|
|
779
|
-
> > MIT
|
|
636
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
780
637
|
> >
|
|
781
|
-
> >
|
|
638
|
+
> > 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:
|
|
782
639
|
> >
|
|
783
|
-
> >
|
|
640
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
641
|
+
> >
|
|
642
|
+
> > 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.
|
|
643
|
+
>
|
|
644
|
+
> ---------------------------------------
|
|
645
|
+
>
|
|
646
|
+
> ## lodash-es
|
|
647
|
+
> License: MIT
|
|
648
|
+
> By: John-David Dalton, Mathias Bynens
|
|
649
|
+
> Repository: lodash/lodash
|
|
650
|
+
>
|
|
651
|
+
> > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
652
|
+
> >
|
|
653
|
+
> > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
654
|
+
> > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
655
|
+
> >
|
|
656
|
+
> > This software consists of voluntary contributions made by many
|
|
657
|
+
> > individuals. For exact contribution history, see the revision history
|
|
658
|
+
> > available at https://github.com/lodash/lodash
|
|
659
|
+
> >
|
|
660
|
+
> > The following license applies to all parts of this software except as
|
|
661
|
+
> > documented below:
|
|
662
|
+
> >
|
|
663
|
+
> > ====
|
|
664
|
+
> >
|
|
665
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
666
|
+
> > a copy of this software and associated documentation files (the
|
|
667
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
668
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
669
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
670
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
671
|
+
> > the following conditions:
|
|
672
|
+
> >
|
|
673
|
+
> > The above copyright notice and this permission notice shall be
|
|
674
|
+
> > included in all copies or substantial portions of the Software.
|
|
675
|
+
> >
|
|
676
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
677
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
678
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
679
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
680
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
681
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
682
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
683
|
+
> >
|
|
684
|
+
> > ====
|
|
685
|
+
> >
|
|
686
|
+
> > Copyright and related rights for sample code are waived via CC0. Sample
|
|
687
|
+
> > code is defined as all source code displayed within the prose of the
|
|
688
|
+
> > documentation.
|
|
689
|
+
> >
|
|
690
|
+
> > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
691
|
+
> >
|
|
692
|
+
> > ====
|
|
693
|
+
> >
|
|
694
|
+
> > Files located in the node_modules and vendor directories are externally
|
|
695
|
+
> > maintained libraries used by this software which have their own
|
|
696
|
+
> > licenses; we recommend you read them, as their terms may differ from the
|
|
697
|
+
> > terms above.
|
|
698
|
+
>
|
|
699
|
+
> ---------------------------------------
|
|
700
|
+
>
|
|
701
|
+
> ## ranges-apply
|
|
702
|
+
> License: MIT
|
|
703
|
+
> By: Roy Revelt
|
|
704
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
705
|
+
>
|
|
706
|
+
> > MIT License
|
|
707
|
+
> >
|
|
708
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
709
|
+
> >
|
|
710
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
711
|
+
> > a copy of this software and associated documentation files (the
|
|
712
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
713
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
714
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
715
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
716
|
+
> > the following conditions:
|
|
717
|
+
> >
|
|
718
|
+
> > The above copyright notice and this permission notice shall be
|
|
719
|
+
> > included in all copies or substantial portions of the Software.
|
|
720
|
+
> >
|
|
721
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
722
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
723
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
724
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
725
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
726
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
727
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
728
|
+
>
|
|
729
|
+
> ---------------------------------------
|
|
730
|
+
>
|
|
731
|
+
> ## ranges-merge
|
|
732
|
+
> License: MIT
|
|
733
|
+
> By: Roy Revelt
|
|
734
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
735
|
+
>
|
|
736
|
+
> > MIT License
|
|
737
|
+
> >
|
|
738
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
739
|
+
> >
|
|
740
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
741
|
+
> > a copy of this software and associated documentation files (the
|
|
742
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
743
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
744
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
745
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
746
|
+
> > the following conditions:
|
|
747
|
+
> >
|
|
748
|
+
> > The above copyright notice and this permission notice shall be
|
|
749
|
+
> > included in all copies or substantial portions of the Software.
|
|
750
|
+
> >
|
|
751
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
752
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
753
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
754
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
755
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
756
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
757
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
758
|
+
>
|
|
759
|
+
> ---------------------------------------
|
|
760
|
+
>
|
|
761
|
+
> ## ranges-push
|
|
762
|
+
> License: MIT
|
|
763
|
+
> By: Roy Revelt
|
|
764
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
765
|
+
>
|
|
766
|
+
> > MIT License
|
|
767
|
+
> >
|
|
768
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
769
|
+
> >
|
|
770
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
771
|
+
> > a copy of this software and associated documentation files (the
|
|
772
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
773
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
774
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
775
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
776
|
+
> > the following conditions:
|
|
777
|
+
> >
|
|
778
|
+
> > The above copyright notice and this permission notice shall be
|
|
779
|
+
> > included in all copies or substantial portions of the Software.
|
|
780
|
+
> >
|
|
781
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
782
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
783
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
784
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
785
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
786
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
787
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
788
|
+
>
|
|
789
|
+
> ---------------------------------------
|
|
790
|
+
>
|
|
791
|
+
> ## ranges-sort
|
|
792
|
+
> License: MIT
|
|
793
|
+
> By: Roy Revelt
|
|
794
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
795
|
+
>
|
|
796
|
+
> > MIT License
|
|
797
|
+
> >
|
|
798
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
799
|
+
> >
|
|
800
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
801
|
+
> > a copy of this software and associated documentation files (the
|
|
802
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
803
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
804
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
805
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
806
|
+
> > the following conditions:
|
|
807
|
+
> >
|
|
808
|
+
> > The above copyright notice and this permission notice shall be
|
|
809
|
+
> > included in all copies or substantial portions of the Software.
|
|
810
|
+
> >
|
|
811
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
812
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
813
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
814
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
815
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
816
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
817
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
818
|
+
>
|
|
819
|
+
> ---------------------------------------
|
|
820
|
+
>
|
|
821
|
+
> ## redent
|
|
822
|
+
> License: MIT
|
|
823
|
+
> By: Sindre Sorhus
|
|
824
|
+
> Repository: sindresorhus/redent
|
|
825
|
+
>
|
|
826
|
+
> > MIT License
|
|
827
|
+
> >
|
|
828
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
829
|
+
> >
|
|
830
|
+
> > 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:
|
|
831
|
+
> >
|
|
832
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
833
|
+
> >
|
|
834
|
+
> > 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.
|
|
835
|
+
>
|
|
836
|
+
> ---------------------------------------
|
|
837
|
+
>
|
|
838
|
+
> ## rfdc
|
|
839
|
+
> License: MIT
|
|
840
|
+
> By: David Mark Clements
|
|
841
|
+
> Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
842
|
+
>
|
|
843
|
+
> > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
844
|
+
> >
|
|
845
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
846
|
+
> > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
847
|
+
> > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
848
|
+
> > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
849
|
+
> >
|
|
850
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
851
|
+
> > of the Software.
|
|
852
|
+
> >
|
|
853
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
854
|
+
> > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
855
|
+
> > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
856
|
+
> > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
857
|
+
> > IN THE SOFTWARE.
|
|
858
|
+
>
|
|
859
|
+
> ---------------------------------------
|
|
860
|
+
>
|
|
861
|
+
> ## string-collapse-leading-whitespace
|
|
862
|
+
> License: MIT
|
|
863
|
+
> By: Roy Revelt
|
|
864
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
865
|
+
>
|
|
866
|
+
> > MIT License
|
|
867
|
+
> >
|
|
868
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
869
|
+
> >
|
|
870
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
871
|
+
> > a copy of this software and associated documentation files (the
|
|
872
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
873
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
874
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
875
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
876
|
+
> > the following conditions:
|
|
877
|
+
> >
|
|
878
|
+
> > The above copyright notice and this permission notice shall be
|
|
879
|
+
> > included in all copies or substantial portions of the Software.
|
|
880
|
+
> >
|
|
881
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
882
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
883
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
884
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
885
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
886
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
887
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
888
|
+
>
|
|
889
|
+
> ---------------------------------------
|
|
890
|
+
>
|
|
891
|
+
> ## string-left-right
|
|
892
|
+
> License: MIT
|
|
893
|
+
> By: Roy Revelt
|
|
894
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
895
|
+
>
|
|
896
|
+
> > MIT License
|
|
897
|
+
> >
|
|
898
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
899
|
+
> >
|
|
900
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
901
|
+
> > a copy of this software and associated documentation files (the
|
|
902
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
903
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
904
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
905
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
906
|
+
> > the following conditions:
|
|
907
|
+
> >
|
|
908
|
+
> > The above copyright notice and this permission notice shall be
|
|
909
|
+
> > included in all copies or substantial portions of the Software.
|
|
910
|
+
> >
|
|
911
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
912
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
913
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
914
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
915
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
916
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
917
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
918
|
+
>
|
|
919
|
+
> ---------------------------------------
|
|
920
|
+
>
|
|
921
|
+
> ## string-strip-html
|
|
922
|
+
> License: MIT
|
|
923
|
+
> By: Roy Revelt
|
|
924
|
+
> Repository: git+https://github.com/codsen/codsen.git
|
|
925
|
+
>
|
|
926
|
+
> > MIT License
|
|
927
|
+
> >
|
|
928
|
+
> > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
929
|
+
> >
|
|
930
|
+
> > Permission is hereby granted, free of charge, to any person obtaining
|
|
931
|
+
> > a copy of this software and associated documentation files (the
|
|
932
|
+
> > "Software"), to deal in the Software without restriction, including
|
|
933
|
+
> > without limitation the rights to use, copy, modify, merge, publish,
|
|
934
|
+
> > distribute, sublicense, and/or sell copies of the Software, and to
|
|
935
|
+
> > permit persons to whom the Software is furnished to do so, subject to
|
|
936
|
+
> > the following conditions:
|
|
937
|
+
> >
|
|
938
|
+
> > The above copyright notice and this permission notice shall be
|
|
939
|
+
> > included in all copies or substantial portions of the Software.
|
|
940
|
+
> >
|
|
941
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
942
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
943
|
+
> > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
944
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
945
|
+
> > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
946
|
+
> > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
947
|
+
> > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
948
|
+
>
|
|
949
|
+
> ---------------------------------------
|
|
950
|
+
>
|
|
951
|
+
> ## strip-indent
|
|
952
|
+
> License: MIT
|
|
953
|
+
> By: Sindre Sorhus
|
|
954
|
+
> Repository: sindresorhus/strip-indent
|
|
955
|
+
>
|
|
956
|
+
> > MIT License
|
|
957
|
+
> >
|
|
958
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
959
|
+
> >
|
|
960
|
+
> > 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:
|
|
961
|
+
> >
|
|
962
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
963
|
+
> >
|
|
964
|
+
> > 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.
|
|
965
|
+
>
|
|
966
|
+
> ---------------------------------------
|
|
967
|
+
>
|
|
968
|
+
> ## tiny-invariant
|
|
969
|
+
> License: MIT
|
|
970
|
+
> By: Alex Reardon
|
|
971
|
+
> Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
972
|
+
>
|
|
973
|
+
> > MIT License
|
|
974
|
+
> >
|
|
975
|
+
> > Copyright (c) 2019 Alexander Reardon
|
|
976
|
+
> >
|
|
977
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
978
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
979
|
+
> > in the Software without restriction, including without limitation the rights
|
|
980
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
981
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
982
|
+
> > furnished to do so, subject to the following conditions:
|
|
983
|
+
> >
|
|
984
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
985
|
+
> > copies or substantial portions of the Software.
|
|
986
|
+
> >
|
|
987
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
988
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
989
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
990
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
991
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
992
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
993
|
+
> > SOFTWARE.
|
|
994
|
+
>
|
|
995
|
+
>
|
|
996
|
+
>
|
|
997
|
+
>
|
|
998
|
+
>
|
|
999
|
+
> # Licenses of bundled types
|
|
1000
|
+
> The published @visulima/string artifact additionally contains code with the following licenses:
|
|
1001
|
+
> MIT
|
|
1002
|
+
>
|
|
1003
|
+
> # Bundled types:
|
|
1004
|
+
> ## fastest-levenshtein
|
|
1005
|
+
> License: MIT
|
|
1006
|
+
> By: Kasper U. Weihe
|
|
1007
|
+
> Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
1008
|
+
>
|
|
1009
|
+
> > MIT License
|
|
1010
|
+
> >
|
|
1011
|
+
> > Copyright (c) 2020 Kasper Unn Weihe
|
|
1012
|
+
> >
|
|
1013
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1014
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
1015
|
+
> > in the Software without restriction, including without limitation the rights
|
|
1016
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1017
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
1018
|
+
> > furnished to do so, subject to the following conditions:
|
|
1019
|
+
> >
|
|
1020
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
1021
|
+
> > copies or substantial portions of the Software.
|
|
1022
|
+
> >
|
|
1023
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1024
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1025
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1026
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1027
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1028
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1029
|
+
> > SOFTWARE.
|
|
1030
|
+
>
|
|
1031
|
+
> ---------------------------------------
|
|
1032
|
+
>
|
|
1033
|
+
> ## get-east-asian-width
|
|
1034
|
+
> License: MIT
|
|
1035
|
+
> By: Sindre Sorhus
|
|
1036
|
+
> Repository: sindresorhus/get-east-asian-width
|
|
1037
|
+
>
|
|
1038
|
+
> > MIT License
|
|
1039
|
+
> >
|
|
1040
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1041
|
+
> >
|
|
1042
|
+
> > 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:
|
|
1043
|
+
> >
|
|
1044
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1045
|
+
> >
|
|
1046
|
+
> > 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.
|
|
1047
|
+
>
|
|
1048
|
+
> ---------------------------------------
|
|
1049
|
+
>
|
|
1050
|
+
> ## indent-string
|
|
1051
|
+
> License: MIT
|
|
1052
|
+
> By: Sindre Sorhus
|
|
1053
|
+
> Repository: sindresorhus/indent-string
|
|
1054
|
+
>
|
|
1055
|
+
> > MIT License
|
|
1056
|
+
> >
|
|
1057
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1058
|
+
> >
|
|
1059
|
+
> > 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:
|
|
1060
|
+
> >
|
|
1061
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1062
|
+
> >
|
|
1063
|
+
> > 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.
|
|
1064
|
+
>
|
|
1065
|
+
> ---------------------------------------
|
|
1066
|
+
>
|
|
1067
|
+
> ## redent
|
|
1068
|
+
> License: MIT
|
|
1069
|
+
> By: Sindre Sorhus
|
|
1070
|
+
> Repository: sindresorhus/redent
|
|
1071
|
+
>
|
|
1072
|
+
> > MIT License
|
|
1073
|
+
> >
|
|
1074
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1075
|
+
> >
|
|
1076
|
+
> > 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:
|
|
1077
|
+
> >
|
|
1078
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1079
|
+
> >
|
|
1080
|
+
> > 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.
|
|
1081
|
+
>
|
|
1082
|
+
> ---------------------------------------
|
|
1083
|
+
>
|
|
1084
|
+
> ## strip-indent
|
|
1085
|
+
> License: MIT
|
|
1086
|
+
> By: Sindre Sorhus
|
|
1087
|
+
> Repository: sindresorhus/strip-indent
|
|
1088
|
+
>
|
|
1089
|
+
> > MIT License
|
|
1090
|
+
> >
|
|
1091
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1092
|
+
> >
|
|
1093
|
+
> > 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:
|
|
1094
|
+
> >
|
|
1095
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1096
|
+
> >
|
|
1097
|
+
> > 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.
|
|
1098
|
+
|
|
1099
|
+
---------------------------------------
|
|
1100
|
+
|
|
1101
|
+
## ci-info
|
|
1102
|
+
License: MIT
|
|
1103
|
+
By: Thomas Watson Steen, Sibiraj
|
|
1104
|
+
Repository: github:watson/ci-info
|
|
1105
|
+
|
|
1106
|
+
> The MIT License (MIT)
|
|
1107
|
+
>
|
|
1108
|
+
> Copyright (c) 2016 Thomas Watson Steen
|
|
1109
|
+
>
|
|
1110
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1111
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1112
|
+
> in the Software without restriction, including without limitation the rights
|
|
1113
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1114
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1115
|
+
> furnished to do so, subject to the following conditions:
|
|
1116
|
+
>
|
|
1117
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1118
|
+
> copies or substantial portions of the Software.
|
|
1119
|
+
>
|
|
1120
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1121
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1122
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1123
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1124
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1125
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1126
|
+
> SOFTWARE.
|
|
1127
|
+
|
|
1128
|
+
<!-- /DEPENDENCIES -->
|
|
1129
|
+
|
|
1130
|
+
<!-- TYPE_DEPENDENCIES -->
|
|
1131
|
+
|
|
1132
|
+
# Licenses of bundled types
|
|
1133
|
+
The published @visulima/cerebro artifact additionally contains code with the following licenses:
|
|
1134
|
+
MIT
|
|
1135
|
+
|
|
1136
|
+
# Bundled types:
|
|
1137
|
+
## @visulima/command-line-args
|
|
1138
|
+
License: MIT
|
|
1139
|
+
By: Daniel Bannert
|
|
1140
|
+
Repository: git+https://github.com/visulima/visulima.git
|
|
1141
|
+
|
|
1142
|
+
> MIT License
|
|
1143
|
+
>
|
|
1144
|
+
> Copyright (c) 2026 visulima
|
|
1145
|
+
>
|
|
1146
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1147
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1148
|
+
> in the Software without restriction, including without limitation the rights
|
|
1149
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1150
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1151
|
+
> furnished to do so, subject to the following conditions:
|
|
1152
|
+
>
|
|
1153
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1154
|
+
> copies or substantial portions of the Software.
|
|
1155
|
+
>
|
|
1156
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1157
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1158
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1159
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1160
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1161
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1162
|
+
> SOFTWARE.
|
|
1163
|
+
>
|
|
1164
|
+
> ---
|
|
1165
|
+
>
|
|
1166
|
+
> The MIT License (MIT)
|
|
1167
|
+
>
|
|
1168
|
+
> Copyright (c) 2014-24 Lloyd Brookes <opensource@75lb.com>
|
|
1169
|
+
>
|
|
1170
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1171
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1172
|
+
> in the Software without restriction, including without limitation the rights
|
|
1173
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1174
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1175
|
+
> furnished to do so, subject to the following conditions:
|
|
1176
|
+
>
|
|
1177
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1178
|
+
> copies or substantial portions of the Software.
|
|
1179
|
+
>
|
|
1180
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1181
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1182
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1183
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1184
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1185
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1186
|
+
> SOFTWARE.
|
|
1187
|
+
>
|
|
1188
|
+
> <!-- DEPENDENCIES -->
|
|
1189
|
+
>
|
|
1190
|
+
> # Licenses of bundled dependencies
|
|
1191
|
+
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
1192
|
+
> MIT
|
|
1193
|
+
>
|
|
1194
|
+
> # Bundled dependencies:
|
|
1195
|
+
> ## @visulima/error
|
|
1196
|
+
> License: MIT
|
|
1197
|
+
> By: Daniel Bannert
|
|
1198
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
1199
|
+
>
|
|
1200
|
+
> > MIT License
|
|
1201
|
+
> >
|
|
1202
|
+
> > Copyright (c) 2026 visulima
|
|
1203
|
+
> >
|
|
1204
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1205
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
1206
|
+
> > in the Software without restriction, including without limitation the rights
|
|
1207
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1208
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
1209
|
+
> > furnished to do so, subject to the following conditions:
|
|
1210
|
+
> >
|
|
1211
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
1212
|
+
> > copies or substantial portions of the Software.
|
|
1213
|
+
> >
|
|
1214
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1215
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1216
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1217
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1218
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1219
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1220
|
+
> > SOFTWARE.
|
|
1221
|
+
> >
|
|
1222
|
+
> >
|
|
1223
|
+
> >
|
|
1224
|
+
> > # Licenses of bundled dependencies
|
|
1225
|
+
> >
|
|
1226
|
+
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
1227
|
+
> > MIT
|
|
1228
|
+
> >
|
|
1229
|
+
> > # Bundled dependencies:
|
|
1230
|
+
> >
|
|
1231
|
+
> > ## is-plain-obj
|
|
784
1232
|
> >
|
|
785
1233
|
> > License: MIT
|
|
786
1234
|
> > By: Sindre Sorhus
|
|
@@ -825,17 +1273,77 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
825
1273
|
>
|
|
826
1274
|
> <!-- /DEPENDENCIES -->
|
|
827
1275
|
>
|
|
828
|
-
>
|
|
1276
|
+
>
|
|
1277
|
+
>
|
|
1278
|
+
> # Licenses of bundled types
|
|
1279
|
+
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
1280
|
+
> MIT
|
|
1281
|
+
>
|
|
1282
|
+
> # Bundled types:
|
|
1283
|
+
> ## @visulima/error
|
|
1284
|
+
> License: MIT
|
|
1285
|
+
> By: Daniel Bannert
|
|
1286
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
1287
|
+
>
|
|
1288
|
+
> > MIT License
|
|
1289
|
+
> >
|
|
1290
|
+
> > Copyright (c) 2026 visulima
|
|
1291
|
+
> >
|
|
1292
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1293
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
1294
|
+
> > in the Software without restriction, including without limitation the rights
|
|
1295
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1296
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
1297
|
+
> > furnished to do so, subject to the following conditions:
|
|
1298
|
+
> >
|
|
1299
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
1300
|
+
> > copies or substantial portions of the Software.
|
|
1301
|
+
> >
|
|
1302
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1303
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1304
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1305
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1306
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1307
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1308
|
+
> > SOFTWARE.
|
|
1309
|
+
> >
|
|
1310
|
+
> > <!-- DEPENDENCIES -->
|
|
1311
|
+
> >
|
|
1312
|
+
> > # Licenses of bundled dependencies
|
|
829
1313
|
> >
|
|
830
1314
|
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
1315
|
+
> > MIT
|
|
1316
|
+
> >
|
|
1317
|
+
> > # Bundled dependencies:
|
|
1318
|
+
> >
|
|
1319
|
+
> > ## is-plain-obj
|
|
1320
|
+
> >
|
|
1321
|
+
> > License: MIT
|
|
1322
|
+
> > By: Sindre Sorhus
|
|
1323
|
+
> > Repository: sindresorhus/is-plain-obj
|
|
1324
|
+
> >
|
|
1325
|
+
> > > MIT License
|
|
1326
|
+
> > >
|
|
1327
|
+
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1328
|
+
> > >
|
|
1329
|
+
> > > 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:
|
|
1330
|
+
> > >
|
|
1331
|
+
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1332
|
+
> > >
|
|
1333
|
+
> > > 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.
|
|
1334
|
+
> >
|
|
1335
|
+
> > <!-- /DEPENDENCIES -->
|
|
1336
|
+
> >
|
|
1337
|
+
> >
|
|
1338
|
+
> >
|
|
1339
|
+
> > # Licenses of bundled types
|
|
1340
|
+
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
831
1341
|
> > Apache-2.0
|
|
832
1342
|
> >
|
|
833
1343
|
> > # Bundled types:
|
|
834
|
-
> >
|
|
835
1344
|
> > ## ai
|
|
836
|
-
> >
|
|
837
1345
|
> > License: Apache-2.0
|
|
838
|
-
> > Repository:
|
|
1346
|
+
> > Repository: https://github.com/vercel/ai
|
|
839
1347
|
> >
|
|
840
1348
|
> > > Copyright 2023 Vercel, Inc.
|
|
841
1349
|
> > >
|