@visulima/pail 3.0.3 → 3.2.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 (77) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/LICENSE.md +18 -391
  3. package/README.md +578 -0
  4. package/dist/index.browser.d.ts +4 -3
  5. package/dist/index.browser.js +12 -1
  6. package/dist/index.server.d.ts +19 -74
  7. package/dist/index.server.js +535 -5
  8. package/dist/interactive/index.d.ts +28 -0
  9. package/dist/interactive/index.js +2 -0
  10. package/dist/object-tree.d.ts +17 -0
  11. package/dist/object-tree.js +89 -0
  12. package/dist/packem_shared/AbstractJsonReporter-intFdT_A.js +204 -0
  13. package/dist/packem_shared/InteractiveManager-CZ85hGNW.js +172 -0
  14. package/dist/packem_shared/InteractiveStreamHook-DiSubbJ1.js +21 -0
  15. package/dist/packem_shared/JsonReporter-BqWsVkHP.js +60 -0
  16. package/dist/packem_shared/JsonReporter-DcM2LBX9.js +28 -0
  17. package/dist/packem_shared/PrettyReporter-BFWaYP_J.js +222 -0
  18. package/dist/packem_shared/PrettyReporter-CuLLKr6-.js +169 -0
  19. package/dist/packem_shared/{abstract-json-reporter-wUti0B3k.d.ts → abstract-json-reporter-DiyVyU0j.d.ts} +3 -3
  20. package/dist/packem_shared/{abstract-pretty-reporter-MOYolfGR.d.ts → abstract-pretty-reporter-BbOWXMCs.d.ts} +1 -1
  21. package/dist/packem_shared/abstract-pretty-reporter-DMPDCslJ.js +50 -0
  22. package/dist/packem_shared/constants-DfDr4MHC.js +119 -0
  23. package/dist/packem_shared/format-label-Btft2KGP.js +1194 -0
  24. package/dist/packem_shared/get-longest-label-C9PWeyKq.js +9 -0
  25. package/dist/packem_shared/index-BomQ3E6J.js +650 -0
  26. package/dist/packem_shared/index-DqKWykfa.js +1146 -0
  27. package/dist/packem_shared/interactive-stream-hook-DG4BtN12.js +141 -0
  28. package/dist/packem_shared/{pail.browser-Bs2ng_Qj.d.ts → pail.browser-By9KjOH7.d.ts} +8 -3
  29. package/dist/packem_shared/pail.browser-CPDOE_d1.js +1427 -0
  30. package/dist/packem_shared/{types-RidvA4RN.d.ts → types-D3ycu8-x.d.ts} +2 -29
  31. package/dist/packem_shared/write-console-log-based-on-level-DBmRYXpj.js +14 -0
  32. package/dist/packem_shared/write-stream-BG8fhcs3.js +6 -0
  33. package/dist/processor/caller/caller-processor.d.ts +2 -1
  34. package/dist/processor/caller/caller-processor.js +59 -1
  35. package/dist/processor/message-formatter-processor.d.ts +2 -1
  36. package/dist/processor/message-formatter-processor.js +67 -1
  37. package/dist/processor/opentelemetry-processor.d.ts +19 -0
  38. package/dist/processor/opentelemetry-processor.js +52 -0
  39. package/dist/processor/redact-processor.d.ts +2 -1
  40. package/dist/processor/redact-processor.js +30 -1
  41. package/dist/progress-bar.d.ts +76 -0
  42. package/dist/progress-bar.js +404 -0
  43. package/dist/reporter/file/json-file-reporter.d.ts +3 -2
  44. package/dist/reporter/file/json-file-reporter.js +136 -4
  45. package/dist/reporter/http/abstract-http-reporter.d.ts +102 -0
  46. package/dist/reporter/http/abstract-http-reporter.js +435 -0
  47. package/dist/reporter/http/http-reporter.d.ts +13 -0
  48. package/dist/reporter/http/http-reporter.edge-light.d.ts +168 -0
  49. package/dist/reporter/http/http-reporter.edge-light.js +651 -0
  50. package/dist/reporter/http/http-reporter.js +13 -0
  51. package/dist/reporter/json/index.browser.d.ts +3 -2
  52. package/dist/reporter/json/index.browser.js +2 -1
  53. package/dist/reporter/json/index.d.ts +3 -2
  54. package/dist/reporter/json/index.js +2 -1
  55. package/dist/reporter/pretty/index.browser.d.ts +3 -2
  56. package/dist/reporter/pretty/index.browser.js +1 -1
  57. package/dist/reporter/pretty/index.d.ts +3 -2
  58. package/dist/reporter/pretty/index.js +1 -1
  59. package/dist/reporter/simple/simple-reporter.server.d.ts +3 -2
  60. package/dist/reporter/simple/simple-reporter.server.js +186 -8
  61. package/dist/spinner.d.ts +154 -0
  62. package/dist/spinner.js +2150 -0
  63. package/package.json +69 -3
  64. package/dist/packem_shared/AbstractJsonReporter-UftN6CIL.js +0 -1
  65. package/dist/packem_shared/JsonReporter-DTBtHNaD.js +0 -2
  66. package/dist/packem_shared/JsonReporter-Dl4m0xZe.js +0 -1
  67. package/dist/packem_shared/PrettyReporter-APmxUrnh.js +0 -12
  68. package/dist/packem_shared/PrettyReporter-CGKSTI7X.js +0 -5
  69. package/dist/packem_shared/abstract-pretty-reporter-CUtSm20r.js +0 -1
  70. package/dist/packem_shared/constants-DKfCaSUR.js +0 -1
  71. package/dist/packem_shared/format-label-DqvZRRR6.js +0 -33
  72. package/dist/packem_shared/get-longest-label-B0NrI-o2.js +0 -1
  73. package/dist/packem_shared/getBarChar-mKDZW32R.js +0 -1
  74. package/dist/packem_shared/index-D9hWq9ka.js +0 -1
  75. package/dist/packem_shared/pail.browser-BmHoDvEA.js +0 -19
  76. package/dist/packem_shared/write-console-log-based-on-level-BP95fgQZ.js +0 -1
  77. package/dist/packem_shared/write-stream-CD8XFv1L.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,50 @@
1
+ ## @visulima/pail [3.2.0](https://github.com/visulima/visulima/compare/@visulima/pail@3.1.0...@visulima/pail@3.2.0) (2025-11-07)
2
+
3
+ ### Features
4
+
5
+ * **pail:** add child logger functionality with inheritance and overrides ([c5dce1d](https://github.com/visulima/visulima/commit/c5dce1d3208a75aac223cde650e1072e2fb333b2))
6
+ * **pail:** add OpenTelemetryProcessor for enhanced logging with trace context ([c7dfb9c](https://github.com/visulima/visulima/commit/c7dfb9c5bdabc7e41609d6c3fad9195a49de9a64))
7
+ * **pail:** implement force logging methods to bypass log level filters ([52b8516](https://github.com/visulima/visulima/commit/52b85168fc27feb23879d716ac68676d42d3aa3b))
8
+ * **pail:** introduce HTTP Reporter with Edge compatibility and enhanced logging features ([9cd695c](https://github.com/visulima/visulima/commit/9cd695c6ee34259b65ccd4b98dbe3a3d43bef50a))
9
+
10
+ ### Bug Fixes
11
+
12
+ * **pail:** enhance PailBrowserType and PailServerType to extend Console ([ce7f2c6](https://github.com/visulima/visulima/commit/ce7f2c61551aa899b7775d04518340e61c2db1d2))
13
+ * update TypeScript configurations and improve linting across multiple packages ([6f25ec7](https://github.com/visulima/visulima/commit/6f25ec7841da7246f8f9166efc5292a7089d37ee))
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * **pail:** add simple reporter example for basic usage and advanced features ([be16be5](https://github.com/visulima/visulima/commit/be16be5cbde1cf72019343be646361af02bef8de))
18
+ * **pail:** update package.json dependencies and fix example scripts ([8f98736](https://github.com/visulima/visulima/commit/8f9873619ca5ae49acd27ce63337958a7908c013))
19
+ * update npm and pnpm configurations for monorepo optimization ([#564](https://github.com/visulima/visulima/issues/564)) ([5512b42](https://github.com/visulima/visulima/commit/5512b42f672c216b6a3c9e39035199a4ebd9a4b8))
20
+
21
+ ### Code Refactoring
22
+
23
+ * **pail:** replace hardcoded '/dev/null' with 'devNull' import for improved cross-platform compatibility ([3e8e95d](https://github.com/visulima/visulima/commit/3e8e95da4dc15d1ec0996b5ee3df403953e50c95))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * **@visulima/colorize:** upgraded to 1.4.27
29
+ * **@visulima/error:** upgraded to 5.0.4
30
+ * **@visulima/fmt:** upgraded to 1.1.19
31
+ * **@visulima/inspector:** upgraded to 1.0.28
32
+ * **@visulima/redact:** upgraded to 2.0.3
33
+ * **@visulima/string:** upgraded to 2.0.4
34
+
35
+ ## @visulima/pail [3.1.0](https://github.com/visulima/visulima/compare/@visulima/pail@3.0.3...@visulima/pail@3.1.0) (2025-11-05)
36
+
37
+ ### Features
38
+
39
+ * add comprehensive documentation for Pail logging library ([6b552ad](https://github.com/visulima/visulima/commit/6b552adc5763aa13b9ac03f457db686c09a73e1c))
40
+ * add interactive module and update package.json ([bb9328c](https://github.com/visulima/visulima/commit/bb9328c98701108e601c07c5f1fff4f554c682cf))
41
+ * **pail:** add comprehensive documentation, object tree, spinner, and enhanced progress bar ([f69738b](https://github.com/visulima/visulima/commit/f69738b708fa73b6755d66b0c5ef5283e85fd55b))
42
+
43
+ ### Miscellaneous Chores
44
+
45
+ * update dependencies in package.json for cerebro and pail ([4ff6e98](https://github.com/visulima/visulima/commit/4ff6e984e4e2707095bbdff76c1362fa7d30c8ec))
46
+ * update documentation and improve formatting across multiple files ([449b4fb](https://github.com/visulima/visulima/commit/449b4fbd1a57711e2daf5c8ded6a95c9cca87a03))
47
+
1
48
  ## @visulima/pail [3.0.3](https://github.com/visulima/visulima/compare/@visulima/pail@3.0.2...@visulima/pail@3.0.3) (2025-11-05)
2
49
 
3
50
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -68,7 +68,7 @@ Repository: git+https://github.com/visulima/visulima.git
68
68
  >
69
69
  > > MIT License
70
70
  > >
71
- > > Copyright (c) 2024 visulima
71
+ > > Copyright (c) 2025 visulima
72
72
  > >
73
73
  > > Permission is hereby granted, free of charge, to any person obtaining a copy
74
74
  > > of this software and associated documentation files (the "Software"), to deal
@@ -557,6 +557,23 @@ Repository: git+https://github.com/visulima/visulima.git
557
557
 
558
558
  ---------------------------------------
559
559
 
560
+ ## cli-spinners
561
+ License: MIT
562
+ By: Sindre Sorhus
563
+ Repository: sindresorhus/cli-spinners
564
+
565
+ > MIT License
566
+ >
567
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
568
+ >
569
+ > 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:
570
+ >
571
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
572
+ >
573
+ > 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.
574
+
575
+ ---------------------------------------
576
+
560
577
  ## safe-stable-stringify
561
578
  License: MIT
562
579
  By: Ruben Bridgewater
@@ -610,396 +627,6 @@ The published @visulima/pail artifact additionally contains code with the follow
610
627
  MIT
611
628
 
612
629
  # Bundled types:
613
- ## @visulima/error
614
- License: MIT
615
- By: Daniel Bannert
616
- Repository: git+https://github.com/visulima/visulima.git
617
-
618
- > MIT License
619
- >
620
- > Copyright (c) 2025 visulima
621
- >
622
- > Permission is hereby granted, free of charge, to any person obtaining a copy
623
- > of this software and associated documentation files (the "Software"), to deal
624
- > in the Software without restriction, including without limitation the rights
625
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
626
- > copies of the Software, and to permit persons to whom the Software is
627
- > furnished to do so, subject to the following conditions:
628
- >
629
- > The above copyright notice and this permission notice shall be included in all
630
- > copies or substantial portions of the Software.
631
- >
632
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
633
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
634
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
635
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
636
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
637
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
638
- > SOFTWARE.
639
- >
640
- > <!-- DEPENDENCIES -->
641
- >
642
- > # Licenses of bundled dependencies
643
- > The published @visulima/error artifact additionally contains code with the following licenses:
644
- > MIT
645
- >
646
- > # Bundled dependencies:
647
- > ## @visulima/path
648
- > License: MIT
649
- > By: Daniel Bannert
650
- > Repository: git+https://github.com/visulima/visulima.git
651
- >
652
- > > MIT License
653
- > >
654
- > > Copyright (c) 2024 visulima
655
- > >
656
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
657
- > > of this software and associated documentation files (the "Software"), to deal
658
- > > in the Software without restriction, including without limitation the rights
659
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
660
- > > copies of the Software, and to permit persons to whom the Software is
661
- > > furnished to do so, subject to the following conditions:
662
- > >
663
- > > The above copyright notice and this permission notice shall be included in all
664
- > > copies or substantial portions of the Software.
665
- > >
666
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
667
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
668
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
669
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
670
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
671
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
672
- > > SOFTWARE.
673
- > >
674
- > > ---
675
- > >
676
- > > MIT License
677
- > >
678
- > > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
679
- > >
680
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
681
- > > of this software and associated documentation files (the "Software"), to deal
682
- > > in the Software without restriction, including without limitation the rights
683
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
684
- > > copies of the Software, and to permit persons to whom the Software is
685
- > > furnished to do so, subject to the following conditions:
686
- > >
687
- > > The above copyright notice and this permission notice shall be included in all
688
- > > copies or substantial portions of the Software.
689
- > >
690
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
691
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
692
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
693
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
694
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
695
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
696
- > > SOFTWARE.
697
- > >
698
- > > ---
699
- > >
700
- > > Copyright Joyent, Inc. and other Node contributors.
701
- > >
702
- > > Permission is hereby granted, free of charge, to any person obtaining a
703
- > > copy of this software and associated documentation files (the
704
- > > "Software"), to deal in the Software without restriction, including
705
- > > without limitation the rights to use, copy, modify, merge, publish,
706
- > > distribute, sublicense, and/or sell copies of the Software, and to permit
707
- > > persons to whom the Software is furnished to do so, subject to the
708
- > > following conditions:
709
- > >
710
- > > The above copyright notice and this permission notice shall be included
711
- > > in all copies or substantial portions of the Software.
712
- > >
713
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
714
- > > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
715
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
716
- > > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
717
- > > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
718
- > > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
719
- > > USE OR OTHER DEALINGS IN THE SOFTWARE.
720
- > >
721
- > > ---
722
- > >
723
- > > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
724
- > >
725
- > > The MIT License (MIT)
726
- > >
727
- > > Copyright (c) 2023-present Fabio Spampinato
728
- > >
729
- > > Permission is hereby granted, free of charge, to any person obtaining a
730
- > > copy of this software and associated documentation files (the "Software"),
731
- > > to deal in the Software without restriction, including without limitation
732
- > > the rights to use, copy, modify, merge, publish, distribute, sublicense,
733
- > > and/or sell copies of the Software, and to permit persons to whom the
734
- > > Software is furnished to do so, subject to the following conditions:
735
- > >
736
- > > The above copyright notice and this permission notice shall be included in
737
- > > all copies or substantial portions of the Software.
738
- > >
739
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
740
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
741
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
742
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
743
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
744
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
745
- > > DEALINGS IN THE SOFTWARE.
746
- > >
747
- > >
748
- > >
749
- > > # Licenses of bundled dependencies
750
- > > The published @visulima/path artifact additionally contains code with the following licenses:
751
- > > MIT
752
- > >
753
- > > # Bundled dependencies:
754
- > > ## binary-extensions
755
- > > License: MIT
756
- > > By: Sindre Sorhus
757
- > > Repository: sindresorhus/binary-extensions
758
- > >
759
- > > > MIT License
760
- > > >
761
- > > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
762
- > > > Copyright (c) Paul Miller (https://paulmillr.com)
763
- > > >
764
- > > > 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:
765
- > > >
766
- > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
767
- > > >
768
- > > > 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.
769
- >
770
- > ---------------------------------------
771
- >
772
- > ## is-plain-obj
773
- > License: MIT
774
- > By: Sindre Sorhus
775
- > Repository: sindresorhus/is-plain-obj
776
- >
777
- > > MIT License
778
- > >
779
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
780
- > >
781
- > > 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
- > >
783
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
784
- > >
785
- > > 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.
786
- >
787
- > <!-- /DEPENDENCIES -->
788
-
789
- ---------------------------------------
790
-
791
- ## @visulima/fmt
792
- License: MIT
793
- By: Daniel Bannert
794
- Repository: git+https://github.com/visulima/visulima.git
795
-
796
- > MIT License
797
- >
798
- > Copyright (c) 2025 visulima
799
- >
800
- > Permission is hereby granted, free of charge, to any person obtaining a copy
801
- > of this software and associated documentation files (the "Software"), to deal
802
- > in the Software without restriction, including without limitation the rights
803
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
804
- > copies of the Software, and to permit persons to whom the Software is
805
- > furnished to do so, subject to the following conditions:
806
- >
807
- > The above copyright notice and this permission notice shall be included in all
808
- > copies or substantial portions of the Software.
809
- >
810
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
811
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
812
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
813
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
814
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
815
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
816
- > SOFTWARE.
817
- >
818
- > <!-- DEPENDENCIES -->
819
- > <!-- /DEPENDENCIES -->
820
-
821
- ---------------------------------------
822
-
823
- ## @visulima/inspector
824
- License: MIT
825
- By: Daniel Bannert
826
- Repository: git+https://github.com/visulima/visulima.git
827
-
828
- > MIT License
829
- >
830
- > Copyright (c) 2025 visulima
831
- >
832
- > Permission is hereby granted, free of charge, to any person obtaining a copy
833
- > of this software and associated documentation files (the "Software"), to deal
834
- > in the Software without restriction, including without limitation the rights
835
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
836
- > copies of the Software, and to permit persons to whom the Software is
837
- > furnished to do so, subject to the following conditions:
838
- >
839
- > The above copyright notice and this permission notice shall be included in all
840
- > copies or substantial portions of the Software.
841
- >
842
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
843
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
844
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
845
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
846
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
847
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
848
- > SOFTWARE.
849
- >
850
- > ---
851
- >
852
- > Modified code from the original [loupe](https://github.com/chaijs/loupe/tree/main) repository.
853
- >
854
- > (The MIT License)
855
- >
856
- > Copyright (c) 2011-2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
857
- >
858
- > 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:
859
- >
860
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
861
- >
862
- > 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.
863
- >
864
- > <!-- DEPENDENCIES -->
865
- > <!-- /DEPENDENCIES -->
866
- >
867
- >
868
- >
869
- > # Licenses of bundled types
870
- > The published @visulima/inspector artifact additionally contains code with the following licenses:
871
- > (MIT OR CC0-1.0)
872
- >
873
- > # Bundled types:
874
- > ## type-fest
875
- > License: (MIT OR CC0-1.0)
876
- > By: Sindre Sorhus
877
- > Repository: sindresorhus/type-fest
878
- >
879
- > > Creative Commons Legal Code
880
- > >
881
- > > CC0 1.0 Universal
882
- > >
883
- > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
884
- > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
885
- > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
886
- > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
887
- > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
888
- > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
889
- > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
890
- > > HEREUNDER.
891
- > >
892
- > > Statement of Purpose
893
- > >
894
- > > The laws of most jurisdictions throughout the world automatically confer
895
- > > exclusive Copyright and Related Rights (defined below) upon the creator
896
- > > and subsequent owner(s) (each and all, an "owner") of an original work of
897
- > > authorship and/or a database (each, a "Work").
898
- > >
899
- > > Certain owners wish to permanently relinquish those rights to a Work for
900
- > > the purpose of contributing to a commons of creative, cultural and
901
- > > scientific works ("Commons") that the public can reliably and without fear
902
- > > of later claims of infringement build upon, modify, incorporate in other
903
- > > works, reuse and redistribute as freely as possible in any form whatsoever
904
- > > and for any purposes, including without limitation commercial purposes.
905
- > > These owners may contribute to the Commons to promote the ideal of a free
906
- > > culture and the further production of creative, cultural and scientific
907
- > > works, or to gain reputation or greater distribution for their Work in
908
- > > part through the use and efforts of others.
909
- > >
910
- > > For these and/or other purposes and motivations, and without any
911
- > > expectation of additional consideration or compensation, the person
912
- > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
913
- > > is an owner of Copyright and Related Rights in the Work, voluntarily
914
- > > elects to apply CC0 to the Work and publicly distribute the Work under its
915
- > > terms, with knowledge of his or her Copyright and Related Rights in the
916
- > > Work and the meaning and intended legal effect of CC0 on those rights.
917
- > >
918
- > > 1. Copyright and Related Rights. A Work made available under CC0 may be
919
- > > protected by copyright and related or neighboring rights ("Copyright and
920
- > > Related Rights"). Copyright and Related Rights include, but are not
921
- > > limited to, the following:
922
- > >
923
- > > i. the right to reproduce, adapt, distribute, perform, display,
924
- > > communicate, and translate a Work;
925
- > > ii. moral rights retained by the original author(s) and/or performer(s);
926
- > > iii. publicity and privacy rights pertaining to a person's image or
927
- > > likeness depicted in a Work;
928
- > > iv. rights protecting against unfair competition in regards to a Work,
929
- > > subject to the limitations in paragraph 4(a), below;
930
- > > v. rights protecting the extraction, dissemination, use and reuse of data
931
- > > in a Work;
932
- > > vi. database rights (such as those arising under Directive 96/9/EC of the
933
- > > European Parliament and of the Council of 11 March 1996 on the legal
934
- > > protection of databases, and under any national implementation
935
- > > thereof, including any amended or successor version of such
936
- > > directive); and
937
- > > vii. other similar, equivalent or corresponding rights throughout the
938
- > > world based on applicable law or treaty, and any national
939
- > > implementations thereof.
940
- > >
941
- > > 2. Waiver. To the greatest extent permitted by, but not in contravention
942
- > > of, applicable law, Affirmer hereby overtly, fully, permanently,
943
- > > irrevocably and unconditionally waives, abandons, and surrenders all of
944
- > > Affirmer's Copyright and Related Rights and associated claims and causes
945
- > > of action, whether now known or unknown (including existing as well as
946
- > > future claims and causes of action), in the Work (i) in all territories
947
- > > worldwide, (ii) for the maximum duration provided by applicable law or
948
- > > treaty (including future time extensions), (iii) in any current or future
949
- > > medium and for any number of copies, and (iv) for any purpose whatsoever,
950
- > > including without limitation commercial, advertising or promotional
951
- > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
952
- > > member of the public at large and to the detriment of Affirmer's heirs and
953
- > > successors, fully intending that such Waiver shall not be subject to
954
- > > revocation, rescission, cancellation, termination, or any other legal or
955
- > > equitable action to disrupt the quiet enjoyment of the Work by the public
956
- > > as contemplated by Affirmer's express Statement of Purpose.
957
- > >
958
- > > 3. Public License Fallback. Should any part of the Waiver for any reason
959
- > > be judged legally invalid or ineffective under applicable law, then the
960
- > > Waiver shall be preserved to the maximum extent permitted taking into
961
- > > account Affirmer's express Statement of Purpose. In addition, to the
962
- > > extent the Waiver is so judged Affirmer hereby grants to each affected
963
- > > person a royalty-free, non transferable, non sublicensable, non exclusive,
964
- > > irrevocable and unconditional license to exercise Affirmer's Copyright and
965
- > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
966
- > > maximum duration provided by applicable law or treaty (including future
967
- > > time extensions), (iii) in any current or future medium and for any number
968
- > > of copies, and (iv) for any purpose whatsoever, including without
969
- > > limitation commercial, advertising or promotional purposes (the
970
- > > "License"). The License shall be deemed effective as of the date CC0 was
971
- > > applied by Affirmer to the Work. Should any part of the License for any
972
- > > reason be judged legally invalid or ineffective under applicable law, such
973
- > > partial invalidity or ineffectiveness shall not invalidate the remainder
974
- > > of the License, and in such case Affirmer hereby affirms that he or she
975
- > > will not (i) exercise any of his or her remaining Copyright and Related
976
- > > Rights in the Work or (ii) assert any associated claims and causes of
977
- > > action with respect to the Work, in either case contrary to Affirmer's
978
- > > express Statement of Purpose.
979
- > >
980
- > > 4. Limitations and Disclaimers.
981
- > >
982
- > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
983
- > > surrendered, licensed or otherwise affected by this document.
984
- > > b. Affirmer offers the Work as-is and makes no representations or
985
- > > warranties of any kind concerning the Work, express, implied,
986
- > > statutory or otherwise, including without limitation warranties of
987
- > > title, merchantability, fitness for a particular purpose, non
988
- > > infringement, or the absence of latent or other defects, accuracy, or
989
- > > the present or absence of errors, whether or not discoverable, all to
990
- > > the greatest extent permissible under applicable law.
991
- > > c. Affirmer disclaims responsibility for clearing rights of other persons
992
- > > that may apply to the Work or any use thereof, including without
993
- > > limitation any person's Copyright and Related Rights in the Work.
994
- > > Further, Affirmer disclaims responsibility for obtaining any necessary
995
- > > consents, permissions or other rights required for any use of the
996
- > > Work.
997
- > > d. Affirmer understands and acknowledges that Creative Commons is not a
998
- > > party to this document and has no duty or obligation with respect to
999
- > > this CC0 or use of the Work.
1000
-
1001
- ---------------------------------------
1002
-
1003
630
  ## safe-stable-stringify
1004
631
  License: MIT
1005
632
  By: Ruben Bridgewater