khiops-visualization 11.10.6 → 11.10.7
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/3rdpartylicenses.txt +449 -1150
- package/khiops-webcomponents.bundle.js +3 -3
- package/main.js +1 -1
- package/package.json +1 -1
- package/polyfills.js +1 -1
- package/styles.css +1 -1
- package/styles.js +1 -1
package/3rdpartylicenses.txt
CHANGED
|
@@ -647,220 +647,129 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
647
647
|
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.
|
|
648
648
|
|
|
649
649
|
|
|
650
|
-
complex.js
|
|
651
|
-
MIT
|
|
652
|
-
MIT License
|
|
653
|
-
|
|
654
|
-
Copyright (c) 2024 Robert Eisele
|
|
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
650
|
d3
|
|
676
|
-
|
|
677
|
-
Copyright 2010-
|
|
678
|
-
All rights reserved.
|
|
679
|
-
|
|
680
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
681
|
-
are permitted provided that the following conditions are met:
|
|
682
|
-
|
|
683
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
684
|
-
list of conditions and the following disclaimer.
|
|
685
|
-
|
|
686
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
687
|
-
this list of conditions and the following disclaimer in the documentation
|
|
688
|
-
and/or other materials provided with the distribution.
|
|
651
|
+
ISC
|
|
652
|
+
Copyright 2010-2023 Mike Bostock
|
|
689
653
|
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
654
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
655
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
656
|
+
and this permission notice appear in all copies.
|
|
693
657
|
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
702
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
703
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
658
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
659
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
660
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
661
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
662
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
663
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
664
|
+
THIS SOFTWARE.
|
|
704
665
|
|
|
705
666
|
|
|
706
667
|
d3-array
|
|
707
|
-
|
|
708
|
-
Copyright 2010-
|
|
709
|
-
All rights reserved.
|
|
710
|
-
|
|
711
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
712
|
-
are permitted provided that the following conditions are met:
|
|
713
|
-
|
|
714
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
715
|
-
list of conditions and the following disclaimer.
|
|
716
|
-
|
|
717
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
718
|
-
this list of conditions and the following disclaimer in the documentation
|
|
719
|
-
and/or other materials provided with the distribution.
|
|
668
|
+
ISC
|
|
669
|
+
Copyright 2010-2023 Mike Bostock
|
|
720
670
|
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
671
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
672
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
673
|
+
and this permission notice appear in all copies.
|
|
724
674
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
733
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
734
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
675
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
676
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
677
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
678
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
679
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
680
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
681
|
+
THIS SOFTWARE.
|
|
735
682
|
|
|
736
683
|
|
|
737
684
|
d3-axis
|
|
738
|
-
|
|
739
|
-
Copyright 2010-
|
|
740
|
-
All rights reserved.
|
|
741
|
-
|
|
742
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
743
|
-
are permitted provided that the following conditions are met:
|
|
744
|
-
|
|
745
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
746
|
-
list of conditions and the following disclaimer.
|
|
747
|
-
|
|
748
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
749
|
-
this list of conditions and the following disclaimer in the documentation
|
|
750
|
-
and/or other materials provided with the distribution.
|
|
685
|
+
ISC
|
|
686
|
+
Copyright 2010-2021 Mike Bostock
|
|
751
687
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
688
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
689
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
690
|
+
and this permission notice appear in all copies.
|
|
755
691
|
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
764
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
765
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
692
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
693
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
694
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
695
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
696
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
697
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
698
|
+
THIS SOFTWARE.
|
|
766
699
|
|
|
767
700
|
|
|
768
701
|
d3-brush
|
|
769
|
-
|
|
770
|
-
Copyright 2010-
|
|
771
|
-
All rights reserved.
|
|
772
|
-
|
|
773
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
774
|
-
are permitted provided that the following conditions are met:
|
|
775
|
-
|
|
776
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
777
|
-
list of conditions and the following disclaimer.
|
|
778
|
-
|
|
779
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
780
|
-
this list of conditions and the following disclaimer in the documentation
|
|
781
|
-
and/or other materials provided with the distribution.
|
|
702
|
+
ISC
|
|
703
|
+
Copyright 2010-2021 Mike Bostock
|
|
782
704
|
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
705
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
706
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
707
|
+
and this permission notice appear in all copies.
|
|
786
708
|
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
795
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
796
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
709
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
710
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
711
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
712
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
713
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
714
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
715
|
+
THIS SOFTWARE.
|
|
797
716
|
|
|
798
717
|
|
|
799
718
|
d3-chord
|
|
800
|
-
|
|
801
|
-
Copyright 2010-
|
|
802
|
-
All rights reserved.
|
|
803
|
-
|
|
804
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
805
|
-
are permitted provided that the following conditions are met:
|
|
806
|
-
|
|
807
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
808
|
-
list of conditions and the following disclaimer.
|
|
719
|
+
ISC
|
|
720
|
+
Copyright 2010-2021 Mike Bostock
|
|
809
721
|
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
722
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
723
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
724
|
+
and this permission notice appear in all copies.
|
|
813
725
|
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
726
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
727
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
728
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
729
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
730
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
731
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
732
|
+
THIS SOFTWARE.
|
|
817
733
|
|
|
818
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
819
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
820
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
821
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
822
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
823
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
824
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
825
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
826
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
827
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
828
734
|
|
|
735
|
+
d3-color
|
|
736
|
+
ISC
|
|
737
|
+
Copyright 2010-2022 Mike Bostock
|
|
829
738
|
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
All rights reserved.
|
|
739
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
740
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
741
|
+
and this permission notice appear in all copies.
|
|
834
742
|
|
|
835
|
-
|
|
836
|
-
|
|
743
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
744
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
745
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
746
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
747
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
748
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
749
|
+
THIS SOFTWARE.
|
|
837
750
|
|
|
838
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
839
|
-
list of conditions and the following disclaimer.
|
|
840
751
|
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
752
|
+
d3-contour
|
|
753
|
+
ISC
|
|
754
|
+
Copyright 2012-2023 Mike Bostock
|
|
844
755
|
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
756
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
757
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
758
|
+
and this permission notice appear in all copies.
|
|
848
759
|
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
857
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
858
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
760
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
761
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
762
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
763
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
764
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
765
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
766
|
+
THIS SOFTWARE.
|
|
859
767
|
|
|
860
768
|
|
|
861
|
-
d3-
|
|
769
|
+
d3-delaunay
|
|
862
770
|
ISC
|
|
863
|
-
Copyright
|
|
771
|
+
Copyright 2018-2021 Observable, Inc.
|
|
772
|
+
Copyright 2021 Mapbox
|
|
864
773
|
|
|
865
774
|
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
866
775
|
with or without fee is hereby granted, provided that the above copyright notice
|
|
@@ -875,465 +784,61 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
|
875
784
|
THIS SOFTWARE.
|
|
876
785
|
|
|
877
786
|
|
|
878
|
-
d3-contour
|
|
879
|
-
BSD-3-Clause
|
|
880
|
-
Copyright 2012-2017 Mike Bostock
|
|
881
|
-
All rights reserved.
|
|
882
|
-
|
|
883
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
884
|
-
are permitted provided that the following conditions are met:
|
|
885
|
-
|
|
886
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
887
|
-
list of conditions and the following disclaimer.
|
|
888
|
-
|
|
889
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
890
|
-
this list of conditions and the following disclaimer in the documentation
|
|
891
|
-
and/or other materials provided with the distribution.
|
|
892
|
-
|
|
893
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
894
|
-
endorse or promote products derived from this software without specific prior
|
|
895
|
-
written permission.
|
|
896
|
-
|
|
897
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
898
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
899
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
900
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
901
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
902
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
903
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
904
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
905
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
906
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
907
|
-
|
|
908
|
-
|
|
909
787
|
d3-dispatch
|
|
910
|
-
|
|
911
|
-
Copyright 2010-
|
|
912
|
-
All rights reserved.
|
|
913
|
-
|
|
914
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
915
|
-
are permitted provided that the following conditions are met:
|
|
916
|
-
|
|
917
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
918
|
-
list of conditions and the following disclaimer.
|
|
919
|
-
|
|
920
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
921
|
-
this list of conditions and the following disclaimer in the documentation
|
|
922
|
-
and/or other materials provided with the distribution.
|
|
788
|
+
ISC
|
|
789
|
+
Copyright 2010-2021 Mike Bostock
|
|
923
790
|
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
791
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
792
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
793
|
+
and this permission notice appear in all copies.
|
|
927
794
|
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
936
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
937
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
795
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
796
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
797
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
798
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
799
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
800
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
801
|
+
THIS SOFTWARE.
|
|
938
802
|
|
|
939
803
|
|
|
940
804
|
d3-drag
|
|
941
|
-
|
|
942
|
-
Copyright 2010-
|
|
943
|
-
All rights reserved.
|
|
944
|
-
|
|
945
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
946
|
-
are permitted provided that the following conditions are met:
|
|
947
|
-
|
|
948
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
949
|
-
list of conditions and the following disclaimer.
|
|
950
|
-
|
|
951
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
952
|
-
this list of conditions and the following disclaimer in the documentation
|
|
953
|
-
and/or other materials provided with the distribution.
|
|
805
|
+
ISC
|
|
806
|
+
Copyright 2010-2021 Mike Bostock
|
|
954
807
|
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
808
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
809
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
810
|
+
and this permission notice appear in all copies.
|
|
958
811
|
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
967
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
968
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
812
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
813
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
814
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
815
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
816
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
817
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
818
|
+
THIS SOFTWARE.
|
|
969
819
|
|
|
970
820
|
|
|
971
821
|
d3-dsv
|
|
972
|
-
|
|
973
|
-
Copyright 2013-
|
|
974
|
-
All rights reserved.
|
|
975
|
-
|
|
976
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
977
|
-
are permitted provided that the following conditions are met:
|
|
978
|
-
|
|
979
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
980
|
-
list of conditions and the following disclaimer.
|
|
981
|
-
|
|
982
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
983
|
-
this list of conditions and the following disclaimer in the documentation
|
|
984
|
-
and/or other materials provided with the distribution.
|
|
985
|
-
|
|
986
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
987
|
-
endorse or promote products derived from this software without specific prior
|
|
988
|
-
written permission.
|
|
989
|
-
|
|
990
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
991
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
992
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
993
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
994
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
995
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
996
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
997
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
998
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
999
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
d3-ease
|
|
1003
|
-
BSD-3-Clause
|
|
1004
|
-
Copyright 2010-2016 Mike Bostock
|
|
1005
|
-
Copyright 2001 Robert Penner
|
|
1006
|
-
All rights reserved.
|
|
1007
|
-
|
|
1008
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1009
|
-
are permitted provided that the following conditions are met:
|
|
1010
|
-
|
|
1011
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1012
|
-
list of conditions and the following disclaimer.
|
|
1013
|
-
|
|
1014
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1015
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1016
|
-
and/or other materials provided with the distribution.
|
|
1017
|
-
|
|
1018
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1019
|
-
endorse or promote products derived from this software without specific prior
|
|
1020
|
-
written permission.
|
|
1021
|
-
|
|
1022
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1023
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1024
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1025
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1026
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1027
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1028
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1029
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1030
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1031
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
d3-fetch
|
|
1035
|
-
BSD-3-Clause
|
|
1036
|
-
Copyright 2016 Mike Bostock
|
|
1037
|
-
All rights reserved.
|
|
1038
|
-
|
|
1039
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1040
|
-
are permitted provided that the following conditions are met:
|
|
1041
|
-
|
|
1042
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1043
|
-
list of conditions and the following disclaimer.
|
|
1044
|
-
|
|
1045
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1046
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1047
|
-
and/or other materials provided with the distribution.
|
|
1048
|
-
|
|
1049
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1050
|
-
endorse or promote products derived from this software without specific prior
|
|
1051
|
-
written permission.
|
|
1052
|
-
|
|
1053
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1054
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1055
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1056
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1057
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1058
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1059
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1060
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1061
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1062
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
d3-force
|
|
1066
|
-
BSD-3-Clause
|
|
1067
|
-
Copyright 2010-2016 Mike Bostock
|
|
1068
|
-
All rights reserved.
|
|
1069
|
-
|
|
1070
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1071
|
-
are permitted provided that the following conditions are met:
|
|
1072
|
-
|
|
1073
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1074
|
-
list of conditions and the following disclaimer.
|
|
1075
|
-
|
|
1076
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1077
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1078
|
-
and/or other materials provided with the distribution.
|
|
1079
|
-
|
|
1080
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1081
|
-
endorse or promote products derived from this software without specific prior
|
|
1082
|
-
written permission.
|
|
1083
|
-
|
|
1084
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1085
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1086
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1087
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1088
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1089
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1090
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1091
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1092
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1093
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
d3-format
|
|
1097
|
-
BSD-3-Clause
|
|
1098
|
-
Copyright 2010-2015 Mike Bostock
|
|
1099
|
-
All rights reserved.
|
|
1100
|
-
|
|
1101
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1102
|
-
are permitted provided that the following conditions are met:
|
|
1103
|
-
|
|
1104
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1105
|
-
list of conditions and the following disclaimer.
|
|
1106
|
-
|
|
1107
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1108
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1109
|
-
and/or other materials provided with the distribution.
|
|
1110
|
-
|
|
1111
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1112
|
-
endorse or promote products derived from this software without specific prior
|
|
1113
|
-
written permission.
|
|
1114
|
-
|
|
1115
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1116
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1117
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1118
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1119
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1120
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1121
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1122
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1123
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1124
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
d3-geo
|
|
1128
|
-
BSD-3-Clause
|
|
1129
|
-
Copyright 2010-2016 Mike Bostock
|
|
1130
|
-
All rights reserved.
|
|
1131
|
-
|
|
1132
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1133
|
-
are permitted provided that the following conditions are met:
|
|
1134
|
-
|
|
1135
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1136
|
-
list of conditions and the following disclaimer.
|
|
1137
|
-
|
|
1138
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1139
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1140
|
-
and/or other materials provided with the distribution.
|
|
1141
|
-
|
|
1142
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1143
|
-
endorse or promote products derived from this software without specific prior
|
|
1144
|
-
written permission.
|
|
1145
|
-
|
|
1146
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1147
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1148
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1149
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1150
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1151
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1152
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1153
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1154
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1155
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1156
|
-
|
|
1157
|
-
This license applies to GeographicLib, versions 1.12 and later.
|
|
1158
|
-
|
|
1159
|
-
Copyright (c) 2008-2012, Charles Karney
|
|
1160
|
-
|
|
1161
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1162
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1163
|
-
the Software without restriction, including without limitation the rights to
|
|
1164
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1165
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1166
|
-
subject to the following conditions:
|
|
1167
|
-
|
|
1168
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1169
|
-
copies or substantial portions of the Software.
|
|
1170
|
-
|
|
1171
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1172
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1173
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1174
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1175
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1176
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
d3-hierarchy
|
|
1180
|
-
BSD-3-Clause
|
|
1181
|
-
Copyright 2010-2016 Mike Bostock
|
|
1182
|
-
All rights reserved.
|
|
1183
|
-
|
|
1184
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1185
|
-
are permitted provided that the following conditions are met:
|
|
1186
|
-
|
|
1187
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1188
|
-
list of conditions and the following disclaimer.
|
|
1189
|
-
|
|
1190
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1191
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1192
|
-
and/or other materials provided with the distribution.
|
|
1193
|
-
|
|
1194
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1195
|
-
endorse or promote products derived from this software without specific prior
|
|
1196
|
-
written permission.
|
|
1197
|
-
|
|
1198
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1199
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1200
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1201
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1202
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1203
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1204
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1205
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1206
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1207
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
d3-interpolate
|
|
1211
|
-
BSD-3-Clause
|
|
1212
|
-
Copyright 2010-2016 Mike Bostock
|
|
1213
|
-
All rights reserved.
|
|
1214
|
-
|
|
1215
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1216
|
-
are permitted provided that the following conditions are met:
|
|
1217
|
-
|
|
1218
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1219
|
-
list of conditions and the following disclaimer.
|
|
1220
|
-
|
|
1221
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1222
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1223
|
-
and/or other materials provided with the distribution.
|
|
1224
|
-
|
|
1225
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1226
|
-
endorse or promote products derived from this software without specific prior
|
|
1227
|
-
written permission.
|
|
1228
|
-
|
|
1229
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1230
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1231
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1232
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1233
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1234
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1235
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1236
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1237
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1238
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
d3-path
|
|
1242
|
-
BSD-3-Clause
|
|
1243
|
-
Copyright 2015-2016 Mike Bostock
|
|
1244
|
-
All rights reserved.
|
|
1245
|
-
|
|
1246
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1247
|
-
are permitted provided that the following conditions are met:
|
|
1248
|
-
|
|
1249
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1250
|
-
list of conditions and the following disclaimer.
|
|
1251
|
-
|
|
1252
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1253
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1254
|
-
and/or other materials provided with the distribution.
|
|
1255
|
-
|
|
1256
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1257
|
-
endorse or promote products derived from this software without specific prior
|
|
1258
|
-
written permission.
|
|
1259
|
-
|
|
1260
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1261
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1262
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1263
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1264
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1265
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1266
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1267
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1268
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1269
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
d3-polygon
|
|
1273
|
-
BSD-3-Clause
|
|
1274
|
-
Copyright 2010-2016 Mike Bostock
|
|
1275
|
-
All rights reserved.
|
|
1276
|
-
|
|
1277
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1278
|
-
are permitted provided that the following conditions are met:
|
|
1279
|
-
|
|
1280
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1281
|
-
list of conditions and the following disclaimer.
|
|
1282
|
-
|
|
1283
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1284
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1285
|
-
and/or other materials provided with the distribution.
|
|
1286
|
-
|
|
1287
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1288
|
-
endorse or promote products derived from this software without specific prior
|
|
1289
|
-
written permission.
|
|
1290
|
-
|
|
1291
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1292
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1293
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1294
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1295
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1296
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1297
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1298
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1299
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1300
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
d3-quadtree
|
|
1304
|
-
BSD-3-Clause
|
|
1305
|
-
Copyright 2010-2016 Mike Bostock
|
|
1306
|
-
All rights reserved.
|
|
1307
|
-
|
|
1308
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
1309
|
-
are permitted provided that the following conditions are met:
|
|
1310
|
-
|
|
1311
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1312
|
-
list of conditions and the following disclaimer.
|
|
1313
|
-
|
|
1314
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1315
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1316
|
-
and/or other materials provided with the distribution.
|
|
822
|
+
ISC
|
|
823
|
+
Copyright 2013-2021 Mike Bostock
|
|
1317
824
|
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
825
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
826
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
827
|
+
and this permission notice appear in all copies.
|
|
1321
828
|
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1330
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1331
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
829
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
830
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
831
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
832
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
833
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
834
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
835
|
+
THIS SOFTWARE.
|
|
1332
836
|
|
|
1333
837
|
|
|
1334
|
-
d3-
|
|
838
|
+
d3-ease
|
|
1335
839
|
BSD-3-Clause
|
|
1336
|
-
Copyright 2010-
|
|
840
|
+
Copyright 2010-2021 Mike Bostock
|
|
841
|
+
Copyright 2001 Robert Penner
|
|
1337
842
|
All rights reserved.
|
|
1338
843
|
|
|
1339
844
|
Redistribution and use in source and binary forms, with or without modification,
|
|
@@ -1362,353 +867,346 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1362
867
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1363
868
|
|
|
1364
869
|
|
|
1365
|
-
d3-
|
|
1366
|
-
|
|
1367
|
-
Copyright
|
|
1368
|
-
All rights reserved.
|
|
870
|
+
d3-fetch
|
|
871
|
+
ISC
|
|
872
|
+
Copyright 2016-2021 Mike Bostock
|
|
1369
873
|
|
|
1370
|
-
|
|
1371
|
-
|
|
874
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
875
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
876
|
+
and this permission notice appear in all copies.
|
|
1372
877
|
|
|
1373
|
-
|
|
1374
|
-
|
|
878
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
879
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
880
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
881
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
882
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
883
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
884
|
+
THIS SOFTWARE.
|
|
1375
885
|
|
|
1376
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1377
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1378
|
-
and/or other materials provided with the distribution.
|
|
1379
886
|
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
887
|
+
d3-force
|
|
888
|
+
ISC
|
|
889
|
+
Copyright 2010-2021 Mike Bostock
|
|
1383
890
|
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1388
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1389
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1390
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1391
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1392
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1393
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
891
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
892
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
893
|
+
and this permission notice appear in all copies.
|
|
1394
894
|
|
|
895
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
896
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
897
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
898
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
899
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
900
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
901
|
+
THIS SOFTWARE.
|
|
1395
902
|
|
|
1396
|
-
d3-scale-chromatic
|
|
1397
|
-
BSD-3-Clause
|
|
1398
|
-
Copyright 2010-2018 Mike Bostock
|
|
1399
|
-
All rights reserved.
|
|
1400
903
|
|
|
1401
|
-
|
|
1402
|
-
|
|
904
|
+
d3-format
|
|
905
|
+
ISC
|
|
906
|
+
Copyright 2010-2021 Mike Bostock
|
|
1403
907
|
|
|
1404
|
-
|
|
1405
|
-
|
|
908
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
909
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
910
|
+
and this permission notice appear in all copies.
|
|
1406
911
|
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
912
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
913
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
914
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
915
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
916
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
917
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
918
|
+
THIS SOFTWARE.
|
|
1410
919
|
|
|
1411
|
-
* Neither the name of the author nor the names of contributors may be used to
|
|
1412
|
-
endorse or promote products derived from this software without specific prior
|
|
1413
|
-
written permission.
|
|
1414
920
|
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1419
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1420
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1421
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1422
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1423
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1424
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
921
|
+
d3-geo
|
|
922
|
+
ISC
|
|
923
|
+
Copyright 2010-2024 Mike Bostock
|
|
1425
924
|
|
|
1426
|
-
|
|
1427
|
-
|
|
925
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
926
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
927
|
+
and this permission notice appear in all copies.
|
|
1428
928
|
|
|
1429
|
-
|
|
1430
|
-
|
|
929
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
930
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
931
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
932
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
933
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
934
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
935
|
+
THIS SOFTWARE.
|
|
1431
936
|
|
|
1432
|
-
|
|
1433
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
1434
|
-
License at
|
|
937
|
+
This license applies to GeographicLib, versions 1.12 and later.
|
|
1435
938
|
|
|
1436
|
-
|
|
939
|
+
Copyright 2008-2012 Charles Karney
|
|
1437
940
|
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
941
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
942
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
943
|
+
the Software without restriction, including without limitation the rights to
|
|
944
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
945
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
946
|
+
subject to the following conditions:
|
|
1442
947
|
|
|
948
|
+
The above copyright notice and this permission notice shall be included in all
|
|
949
|
+
copies or substantial portions of the Software.
|
|
1443
950
|
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
951
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
952
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
953
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
954
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
955
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
956
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1448
957
|
|
|
1449
|
-
Redistribution and use in source and binary forms, with or without
|
|
1450
|
-
modification, are permitted provided that the following conditions are met:
|
|
1451
958
|
|
|
1452
|
-
|
|
1453
|
-
|
|
959
|
+
d3-hierarchy
|
|
960
|
+
ISC
|
|
961
|
+
Copyright 2010-2021 Mike Bostock
|
|
1454
962
|
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
963
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
964
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
965
|
+
and this permission notice appear in all copies.
|
|
1458
966
|
|
|
1459
|
-
|
|
1460
|
-
|
|
967
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
968
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
969
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
970
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
971
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
972
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
973
|
+
THIS SOFTWARE.
|
|
1461
974
|
|
|
1462
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
1463
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
1464
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1465
|
-
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
|
|
1466
|
-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
1467
|
-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1468
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
|
1469
|
-
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
1470
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
1471
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1472
975
|
|
|
976
|
+
d3-interpolate
|
|
977
|
+
ISC
|
|
978
|
+
Copyright 2010-2021 Mike Bostock
|
|
1473
979
|
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
All rights reserved.
|
|
980
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
981
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
982
|
+
and this permission notice appear in all copies.
|
|
1478
983
|
|
|
1479
|
-
|
|
1480
|
-
|
|
984
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
985
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
986
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
987
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
988
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
989
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
990
|
+
THIS SOFTWARE.
|
|
1481
991
|
|
|
1482
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1483
|
-
list of conditions and the following disclaimer.
|
|
1484
992
|
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
993
|
+
d3-path
|
|
994
|
+
ISC
|
|
995
|
+
Copyright 2015-2022 Mike Bostock
|
|
1488
996
|
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
997
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
998
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
999
|
+
and this permission notice appear in all copies.
|
|
1492
1000
|
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1501
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1502
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1001
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1002
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1003
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1004
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1005
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1006
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1007
|
+
THIS SOFTWARE.
|
|
1503
1008
|
|
|
1504
1009
|
|
|
1505
|
-
d3-
|
|
1506
|
-
|
|
1507
|
-
Copyright 2010-
|
|
1508
|
-
All rights reserved.
|
|
1010
|
+
d3-polygon
|
|
1011
|
+
ISC
|
|
1012
|
+
Copyright 2010-2021 Mike Bostock
|
|
1509
1013
|
|
|
1510
|
-
|
|
1511
|
-
|
|
1014
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1015
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1016
|
+
and this permission notice appear in all copies.
|
|
1512
1017
|
|
|
1513
|
-
|
|
1514
|
-
|
|
1018
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1019
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1020
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1021
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1022
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1023
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1024
|
+
THIS SOFTWARE.
|
|
1515
1025
|
|
|
1516
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1517
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1518
|
-
and/or other materials provided with the distribution.
|
|
1519
1026
|
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1027
|
+
d3-quadtree
|
|
1028
|
+
ISC
|
|
1029
|
+
Copyright 2010-2021 Mike Bostock
|
|
1523
1030
|
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1031
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1032
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1033
|
+
and this permission notice appear in all copies.
|
|
1034
|
+
|
|
1035
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1036
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1037
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1038
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1039
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1040
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1041
|
+
THIS SOFTWARE.
|
|
1534
1042
|
|
|
1535
1043
|
|
|
1536
|
-
d3-
|
|
1537
|
-
|
|
1538
|
-
Copyright 2010-
|
|
1539
|
-
All rights reserved.
|
|
1044
|
+
d3-random
|
|
1045
|
+
ISC
|
|
1046
|
+
Copyright 2010-2021 Mike Bostock
|
|
1540
1047
|
|
|
1541
|
-
|
|
1542
|
-
|
|
1048
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1049
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1050
|
+
and this permission notice appear in all copies.
|
|
1543
1051
|
|
|
1544
|
-
|
|
1545
|
-
|
|
1052
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1053
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1054
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1055
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1056
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1057
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1058
|
+
THIS SOFTWARE.
|
|
1546
1059
|
|
|
1547
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1548
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1549
|
-
and/or other materials provided with the distribution.
|
|
1550
1060
|
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1061
|
+
d3-scale
|
|
1062
|
+
ISC
|
|
1063
|
+
Copyright 2010-2021 Mike Bostock
|
|
1554
1064
|
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1559
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1560
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1561
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1562
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1563
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1564
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1065
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1066
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1067
|
+
and this permission notice appear in all copies.
|
|
1565
1068
|
|
|
1069
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1070
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1071
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1072
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1073
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1074
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1075
|
+
THIS SOFTWARE.
|
|
1566
1076
|
|
|
1567
|
-
d3-timer
|
|
1568
|
-
BSD-3-Clause
|
|
1569
|
-
Copyright 2010-2016 Mike Bostock
|
|
1570
|
-
All rights reserved.
|
|
1571
1077
|
|
|
1572
|
-
|
|
1573
|
-
|
|
1078
|
+
d3-scale-chromatic
|
|
1079
|
+
ISC
|
|
1080
|
+
Copyright 2010-2024 Mike Bostock
|
|
1574
1081
|
|
|
1575
|
-
|
|
1576
|
-
|
|
1082
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1083
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1084
|
+
and this permission notice appear in all copies.
|
|
1577
1085
|
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1086
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1087
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1088
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1089
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1090
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1091
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1092
|
+
THIS SOFTWARE.
|
|
1581
1093
|
|
|
1582
|
-
|
|
1583
|
-
endorse or promote products derived from this software without specific prior
|
|
1584
|
-
written permission.
|
|
1094
|
+
Apache-Style Software License for ColorBrewer software and ColorBrewer Color Schemes
|
|
1585
1095
|
|
|
1586
|
-
|
|
1587
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1588
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1589
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1590
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1591
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1592
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1593
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1594
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1595
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1096
|
+
Copyright 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State University
|
|
1596
1097
|
|
|
1098
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
1099
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
1100
|
+
License at
|
|
1597
1101
|
|
|
1598
|
-
|
|
1599
|
-
BSD-3-Clause
|
|
1600
|
-
Copyright (c) 2010-2015, Michael Bostock
|
|
1601
|
-
All rights reserved.
|
|
1102
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1602
1103
|
|
|
1603
|
-
|
|
1604
|
-
|
|
1104
|
+
Unless required by applicable law or agreed to in writing, software distributed
|
|
1105
|
+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
1106
|
+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
1107
|
+
specific language governing permissions and limitations under the License.
|
|
1605
1108
|
|
|
1606
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1607
|
-
list of conditions and the following disclaimer.
|
|
1608
1109
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1110
|
+
d3-selection
|
|
1111
|
+
ISC
|
|
1112
|
+
Copyright 2010-2021 Mike Bostock
|
|
1612
1113
|
|
|
1613
|
-
|
|
1614
|
-
|
|
1114
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1115
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1116
|
+
and this permission notice appear in all copies.
|
|
1615
1117
|
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
1624
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
1625
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1118
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1119
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1120
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1121
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1122
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1123
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1124
|
+
THIS SOFTWARE.
|
|
1626
1125
|
|
|
1627
|
-
TERMS OF USE - EASING EQUATIONS
|
|
1628
1126
|
|
|
1629
|
-
|
|
1127
|
+
d3-shape
|
|
1128
|
+
ISC
|
|
1129
|
+
Copyright 2010-2022 Mike Bostock
|
|
1630
1130
|
|
|
1631
|
-
|
|
1632
|
-
|
|
1131
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1132
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1133
|
+
and this permission notice appear in all copies.
|
|
1633
1134
|
|
|
1634
|
-
|
|
1635
|
-
|
|
1135
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1136
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1137
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1138
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1139
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1140
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1141
|
+
THIS SOFTWARE.
|
|
1636
1142
|
|
|
1637
|
-
- Redistributions of source code must retain the above copyright notice, this
|
|
1638
|
-
list of conditions and the following disclaimer.
|
|
1639
1143
|
|
|
1640
|
-
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1144
|
+
d3-time
|
|
1145
|
+
ISC
|
|
1146
|
+
Copyright 2010-2022 Mike Bostock
|
|
1643
1147
|
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1148
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1149
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1150
|
+
and this permission notice appear in all copies.
|
|
1647
1151
|
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1656
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1657
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1152
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1153
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1154
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1155
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1156
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1157
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1158
|
+
THIS SOFTWARE.
|
|
1658
1159
|
|
|
1659
1160
|
|
|
1660
|
-
d3-
|
|
1661
|
-
|
|
1662
|
-
Copyright 2010-
|
|
1663
|
-
All rights reserved.
|
|
1161
|
+
d3-time-format
|
|
1162
|
+
ISC
|
|
1163
|
+
Copyright 2010-2021 Mike Bostock
|
|
1664
1164
|
|
|
1665
|
-
|
|
1666
|
-
|
|
1165
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1166
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1167
|
+
and this permission notice appear in all copies.
|
|
1667
1168
|
|
|
1668
|
-
|
|
1669
|
-
|
|
1169
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1170
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1171
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1172
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1173
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1174
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1175
|
+
THIS SOFTWARE.
|
|
1670
1176
|
|
|
1671
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1672
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1673
|
-
and/or other materials provided with the distribution.
|
|
1674
1177
|
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1178
|
+
d3-timer
|
|
1179
|
+
ISC
|
|
1180
|
+
Copyright 2010-2021 Mike Bostock
|
|
1678
1181
|
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1683
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1684
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1685
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1686
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1687
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1688
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1182
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1183
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1184
|
+
and this permission notice appear in all copies.
|
|
1689
1185
|
|
|
1690
|
-
|
|
1691
|
-
|
|
1186
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1187
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1188
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1189
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1190
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1191
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1192
|
+
THIS SOFTWARE.
|
|
1692
1193
|
|
|
1693
|
-
Licensed under The MIT License
|
|
1694
|
-
http://en.wikipedia.org/wiki/MIT_License
|
|
1695
1194
|
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1700
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1701
|
-
subject to the following conditions:
|
|
1195
|
+
d3-transition
|
|
1196
|
+
ISC
|
|
1197
|
+
Copyright 2010-2021 Mike Bostock
|
|
1702
1198
|
|
|
1703
|
-
|
|
1704
|
-
|
|
1199
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1200
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1201
|
+
and this permission notice appear in all copies.
|
|
1705
1202
|
|
|
1706
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1203
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1204
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1205
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1206
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1207
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1208
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1209
|
+
THIS SOFTWARE.
|
|
1712
1210
|
|
|
1713
1211
|
|
|
1714
1212
|
d3-zoom
|
|
@@ -1728,31 +1226,23 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
|
1728
1226
|
THIS SOFTWARE.
|
|
1729
1227
|
|
|
1730
1228
|
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
Copyright (c) 2025 Michael Mclaughlin
|
|
1736
|
-
|
|
1737
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
1738
|
-
a copy of this software and associated documentation files (the
|
|
1739
|
-
'Software'), to deal in the Software without restriction, including
|
|
1740
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
1741
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
1742
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
1743
|
-
the following conditions:
|
|
1229
|
+
delaunator
|
|
1230
|
+
ISC
|
|
1231
|
+
ISC License
|
|
1744
1232
|
|
|
1745
|
-
|
|
1746
|
-
included in all copies or substantial portions of the Software.
|
|
1233
|
+
Copyright (c) 2021, Mapbox
|
|
1747
1234
|
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1752
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1753
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1754
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1235
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1236
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1237
|
+
and this permission notice appear in all copies.
|
|
1755
1238
|
|
|
1239
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1240
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1241
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1242
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1243
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1244
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1245
|
+
THIS SOFTWARE.
|
|
1756
1246
|
|
|
1757
1247
|
|
|
1758
1248
|
dprop
|
|
@@ -1846,31 +1336,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1846
1336
|
[1]: http://eligrey.com
|
|
1847
1337
|
|
|
1848
1338
|
|
|
1849
|
-
fraction.js
|
|
1850
|
-
MIT
|
|
1851
|
-
MIT License
|
|
1852
|
-
|
|
1853
|
-
Copyright (c) 2025 Robert Eisele
|
|
1854
|
-
|
|
1855
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1856
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1857
|
-
in the Software without restriction, including without limitation the rights
|
|
1858
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1859
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1860
|
-
furnished to do so, subject to the following conditions:
|
|
1861
|
-
|
|
1862
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1863
|
-
copies or substantial portions of the Software.
|
|
1864
|
-
|
|
1865
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1866
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1867
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1868
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1869
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1870
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1871
|
-
SOFTWARE.
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
1339
|
gl-vec2
|
|
1875
1340
|
zlib
|
|
1876
1341
|
Copyright (c) 2013 Brandon Jones, Colin MacKenzie IV
|
|
@@ -1966,6 +1431,23 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
1966
1431
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1967
1432
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1968
1433
|
|
|
1434
|
+
internmap
|
|
1435
|
+
ISC
|
|
1436
|
+
Copyright 2021 Mike Bostock
|
|
1437
|
+
|
|
1438
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
1439
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
1440
|
+
and this permission notice appear in all copies.
|
|
1441
|
+
|
|
1442
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1443
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1444
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1445
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1446
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
1447
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
1448
|
+
THIS SOFTWARE.
|
|
1449
|
+
|
|
1450
|
+
|
|
1969
1451
|
is-browser
|
|
1970
1452
|
MIT
|
|
1971
1453
|
Copyright (c) 2013 Forbes Lindesay
|
|
@@ -1988,9 +1470,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1988
1470
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1989
1471
|
THE SOFTWARE.
|
|
1990
1472
|
|
|
1991
|
-
javascript-natural-sort
|
|
1992
|
-
MIT
|
|
1993
|
-
|
|
1994
1473
|
khiops-hypertree
|
|
1995
1474
|
MIT License
|
|
1996
1475
|
|
|
@@ -2018,7 +1497,7 @@ SOFTWARE.
|
|
|
2018
1497
|
khiops-visualization
|
|
2019
1498
|
BSD-3-Clause-Clear
|
|
2020
1499
|
|
|
2021
|
-
lodash
|
|
1500
|
+
lodash-es
|
|
2022
1501
|
MIT
|
|
2023
1502
|
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
2024
1503
|
|
|
@@ -2069,186 +1548,6 @@ licenses; we recommend you read them, as their terms may differ from the
|
|
|
2069
1548
|
terms above.
|
|
2070
1549
|
|
|
2071
1550
|
|
|
2072
|
-
mathjs
|
|
2073
|
-
Apache-2.0
|
|
2074
|
-
Apache License
|
|
2075
|
-
Version 2.0, January 2004
|
|
2076
|
-
https://www.apache.org/licenses/
|
|
2077
|
-
|
|
2078
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2079
|
-
|
|
2080
|
-
1. Definitions.
|
|
2081
|
-
|
|
2082
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
2083
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
2084
|
-
|
|
2085
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
2086
|
-
the copyright owner that is granting the License.
|
|
2087
|
-
|
|
2088
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
2089
|
-
other entities that control, are controlled by, or are under common
|
|
2090
|
-
control with that entity. For the purposes of this definition,
|
|
2091
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
2092
|
-
direction or management of such entity, whether by contract or
|
|
2093
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2094
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2095
|
-
|
|
2096
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
2097
|
-
exercising permissions granted by this License.
|
|
2098
|
-
|
|
2099
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
2100
|
-
including but not limited to software source code, documentation
|
|
2101
|
-
source, and configuration files.
|
|
2102
|
-
|
|
2103
|
-
"Object" form shall mean any form resulting from mechanical
|
|
2104
|
-
transformation or translation of a Source form, including but
|
|
2105
|
-
not limited to compiled object code, generated documentation,
|
|
2106
|
-
and conversions to other media types.
|
|
2107
|
-
|
|
2108
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
2109
|
-
Object form, made available under the License, as indicated by a
|
|
2110
|
-
copyright notice that is included in or attached to the work
|
|
2111
|
-
(an example is provided in the Appendix below).
|
|
2112
|
-
|
|
2113
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
2114
|
-
form, that is based on (or derived from) the Work and for which the
|
|
2115
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
2116
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
2117
|
-
of this License, Derivative Works shall not include works that remain
|
|
2118
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
2119
|
-
the Work and Derivative Works thereof.
|
|
2120
|
-
|
|
2121
|
-
"Contribution" shall mean any work of authorship, including
|
|
2122
|
-
the original version of the Work and any modifications or additions
|
|
2123
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
2124
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2125
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
2126
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
2127
|
-
means any form of electronic, verbal, or written communication sent
|
|
2128
|
-
to the Licensor or its representatives, including but not limited to
|
|
2129
|
-
communication on electronic mailing lists, source code control systems,
|
|
2130
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
2131
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
2132
|
-
excluding communication that is conspicuously marked or otherwise
|
|
2133
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
2134
|
-
|
|
2135
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2136
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
2137
|
-
subsequently incorporated within the Work.
|
|
2138
|
-
|
|
2139
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2140
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2141
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2142
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
2143
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
2144
|
-
Work and such Derivative Works in Source or Object form.
|
|
2145
|
-
|
|
2146
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
2147
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2148
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2149
|
-
(except as stated in this section) patent license to make, have made,
|
|
2150
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2151
|
-
where such license applies only to those patent claims licensable
|
|
2152
|
-
by such Contributor that are necessarily infringed by their
|
|
2153
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
2154
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
2155
|
-
institute patent litigation against any entity (including a
|
|
2156
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2157
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
2158
|
-
or contributory patent infringement, then any patent licenses
|
|
2159
|
-
granted to You under this License for that Work shall terminate
|
|
2160
|
-
as of the date such litigation is filed.
|
|
2161
|
-
|
|
2162
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
2163
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
2164
|
-
modifications, and in Source or Object form, provided that You
|
|
2165
|
-
meet the following conditions:
|
|
2166
|
-
|
|
2167
|
-
(a) You must give any other recipients of the Work or
|
|
2168
|
-
Derivative Works a copy of this License; and
|
|
2169
|
-
|
|
2170
|
-
(b) You must cause any modified files to carry prominent notices
|
|
2171
|
-
stating that You changed the files; and
|
|
2172
|
-
|
|
2173
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
2174
|
-
that You distribute, all copyright, patent, trademark, and
|
|
2175
|
-
attribution notices from the Source form of the Work,
|
|
2176
|
-
excluding those notices that do not pertain to any part of
|
|
2177
|
-
the Derivative Works; and
|
|
2178
|
-
|
|
2179
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
2180
|
-
distribution, then any Derivative Works that You distribute must
|
|
2181
|
-
include a readable copy of the attribution notices contained
|
|
2182
|
-
within such NOTICE file, excluding those notices that do not
|
|
2183
|
-
pertain to any part of the Derivative Works, in at least one
|
|
2184
|
-
of the following places: within a NOTICE text file distributed
|
|
2185
|
-
as part of the Derivative Works; within the Source form or
|
|
2186
|
-
documentation, if provided along with the Derivative Works; or,
|
|
2187
|
-
within a display generated by the Derivative Works, if and
|
|
2188
|
-
wherever such third-party notices normally appear. The contents
|
|
2189
|
-
of the NOTICE file are for informational purposes only and
|
|
2190
|
-
do not modify the License. You may add Your own attribution
|
|
2191
|
-
notices within Derivative Works that You distribute, alongside
|
|
2192
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
2193
|
-
that such additional attribution notices cannot be construed
|
|
2194
|
-
as modifying the License.
|
|
2195
|
-
|
|
2196
|
-
You may add Your own copyright statement to Your modifications and
|
|
2197
|
-
may provide additional or different license terms and conditions
|
|
2198
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
2199
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
2200
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
2201
|
-
the conditions stated in this License.
|
|
2202
|
-
|
|
2203
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2204
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
2205
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
2206
|
-
this License, without any additional terms or conditions.
|
|
2207
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
2208
|
-
the terms of any separate license agreement you may have executed
|
|
2209
|
-
with Licensor regarding such Contributions.
|
|
2210
|
-
|
|
2211
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
2212
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
2213
|
-
except as required for reasonable and customary use in describing the
|
|
2214
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
2215
|
-
|
|
2216
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2217
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
2218
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2219
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2220
|
-
implied, including, without limitation, any warranties or conditions
|
|
2221
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2222
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2223
|
-
appropriateness of using or redistributing the Work and assume any
|
|
2224
|
-
risks associated with Your exercise of permissions under this License.
|
|
2225
|
-
|
|
2226
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
2227
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
2228
|
-
unless required by applicable law (such as deliberate and grossly
|
|
2229
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
2230
|
-
liable to You for damages, including any direct, indirect, special,
|
|
2231
|
-
incidental, or consequential damages of any character arising as a
|
|
2232
|
-
result of this License or out of the use or inability to use the
|
|
2233
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
2234
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
2235
|
-
other commercial damages or losses), even if such Contributor
|
|
2236
|
-
has been advised of the possibility of such damages.
|
|
2237
|
-
|
|
2238
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
2239
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
2240
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2241
|
-
or other liability obligations and/or rights consistent with this
|
|
2242
|
-
License. However, in accepting such obligations, You may act only
|
|
2243
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
2244
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
2245
|
-
defend, and hold each Contributor harmless for any liability
|
|
2246
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
2247
|
-
of your accepting any such warranty or additional liability.
|
|
2248
|
-
|
|
2249
|
-
END OF TERMS AND CONDITIONS
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
1551
|
mouse-event-offset
|
|
2253
1552
|
MIT
|
|
2254
1553
|
The MIT License (MIT)
|
|
@@ -2547,6 +1846,34 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2547
1846
|
|
|
2548
1847
|
|
|
2549
1848
|
|
|
1849
|
+
robust-predicates
|
|
1850
|
+
Unlicense
|
|
1851
|
+
This is free and unencumbered software released into the public domain.
|
|
1852
|
+
|
|
1853
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
1854
|
+
distribute this software, either in source code form or as a compiled
|
|
1855
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
|
1856
|
+
means.
|
|
1857
|
+
|
|
1858
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
|
1859
|
+
of this software dedicate any and all copyright interest in the
|
|
1860
|
+
software to the public domain. We make this dedication for the benefit
|
|
1861
|
+
of the public at large and to the detriment of our heirs and
|
|
1862
|
+
successors. We intend this dedication to be an overt act of
|
|
1863
|
+
relinquishment in perpetuity of all present and future rights to this
|
|
1864
|
+
software under copyright law.
|
|
1865
|
+
|
|
1866
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1867
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1868
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1869
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
1870
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
1871
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
1872
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
1873
|
+
|
|
1874
|
+
For more information, please refer to <http://unlicense.org>
|
|
1875
|
+
|
|
1876
|
+
|
|
2550
1877
|
rxjs
|
|
2551
1878
|
Apache-2.0
|
|
2552
1879
|
Apache License
|
|
@@ -2753,9 +2080,6 @@ Apache-2.0
|
|
|
2753
2080
|
|
|
2754
2081
|
|
|
2755
2082
|
|
|
2756
|
-
seedrandom
|
|
2757
|
-
MIT
|
|
2758
|
-
|
|
2759
2083
|
to-px
|
|
2760
2084
|
MIT
|
|
2761
2085
|
|
|
@@ -2847,31 +2171,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
2847
2171
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2848
2172
|
PERFORMANCE OF THIS SOFTWARE.
|
|
2849
2173
|
|
|
2850
|
-
typed-function
|
|
2851
|
-
MIT
|
|
2852
|
-
The MIT License (MIT)
|
|
2853
|
-
|
|
2854
|
-
Copyright (c) 2014-2024 Jos de Jong
|
|
2855
|
-
|
|
2856
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2857
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2858
|
-
in the Software without restriction, including without limitation the rights
|
|
2859
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2860
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2861
|
-
furnished to do so, subject to the following conditions:
|
|
2862
|
-
|
|
2863
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2864
|
-
copies or substantial portions of the Software.
|
|
2865
|
-
|
|
2866
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2867
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2868
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2869
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2870
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2871
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2872
|
-
SOFTWARE.
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
2174
|
zone.js
|
|
2876
2175
|
MIT
|
|
2877
2176
|
The MIT License
|