@inovitas/infra3dapi 1.2.1 → 1.2.2
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/README.md +21 -1
- package/infra3dapi.d.ts +4 -4
- package/infra3dapi.js +1 -1
- package/licenses.txt +11 -273
- package/package.json +1 -1
package/licenses.txt
CHANGED
|
@@ -674,62 +674,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
674
674
|
SOFTWARE.
|
|
675
675
|
|
|
676
676
|
|
|
677
|
-
@terrestris/base-util
|
|
678
|
-
BSD-2-Clause
|
|
679
|
-
Copyright 2018-present terrestris GmbH & Co. KG
|
|
680
|
-
|
|
681
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
682
|
-
are permitted provided that the following conditions are met:
|
|
683
|
-
|
|
684
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
685
|
-
list of conditions and the following disclaimer.
|
|
686
|
-
|
|
687
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
688
|
-
this list of conditions and the following disclaimer in the documentation
|
|
689
|
-
and/or other materials provided with the distribution.
|
|
690
|
-
|
|
691
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
692
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
693
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
694
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
|
695
|
-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
696
|
-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
697
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
698
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
699
|
-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
700
|
-
OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
@terrestris/ol-util
|
|
704
|
-
BSD-2-Clause
|
|
705
|
-
This project is licensed under the 2-Clause BSD License:
|
|
706
|
-
|
|
707
|
-
> Copyright 2018-present terrestris GmbH & Co. KG
|
|
708
|
-
>
|
|
709
|
-
> Redistribution and use in source and binary forms, with or without modification,
|
|
710
|
-
> are permitted provided that the following conditions are met:
|
|
711
|
-
>
|
|
712
|
-
> 1. Redistributions of source code must retain the above copyright notice, this
|
|
713
|
-
> list of conditions and the following disclaimer.
|
|
714
|
-
>
|
|
715
|
-
> 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
716
|
-
> this list of conditions and the following disclaimer in the documentation
|
|
717
|
-
> and/or other materials provided with the distribution.
|
|
718
|
-
>
|
|
719
|
-
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
720
|
-
> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
721
|
-
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
722
|
-
> IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
|
723
|
-
> INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
724
|
-
> BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
725
|
-
> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
726
|
-
> LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
727
|
-
> OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
728
|
-
> OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
729
|
-
|
|
730
|
-
Source: https://opensource.org/licenses/BSD-2-Clause
|
|
731
|
-
|
|
732
|
-
|
|
733
677
|
base64-js
|
|
734
678
|
MIT
|
|
735
679
|
The MIT License (MIT)
|
|
@@ -796,6 +740,17 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
796
740
|
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.
|
|
797
741
|
|
|
798
742
|
|
|
743
|
+
color-name
|
|
744
|
+
MIT
|
|
745
|
+
The MIT License (MIT)
|
|
746
|
+
Copyright (c) 2015 Dmitry Ivanov
|
|
747
|
+
|
|
748
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
749
|
+
|
|
750
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
751
|
+
|
|
752
|
+
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.
|
|
753
|
+
|
|
799
754
|
css-loader
|
|
800
755
|
MIT
|
|
801
756
|
Copyright JS Foundation and other contributors
|
|
@@ -1001,19 +956,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1001
956
|
|
|
1002
957
|
|
|
1003
958
|
|
|
1004
|
-
decode-uri-component
|
|
1005
|
-
MIT
|
|
1006
|
-
The MIT License (MIT)
|
|
1007
|
-
|
|
1008
|
-
Copyright (c) 2017, Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren)
|
|
1009
|
-
|
|
1010
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1011
|
-
|
|
1012
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1013
|
-
|
|
1014
|
-
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.
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
959
|
ev-store
|
|
1018
960
|
MIT
|
|
1019
961
|
Copyright (c) 2012 Colingo.
|
|
@@ -1062,31 +1004,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1062
1004
|
SOFTWARE.
|
|
1063
1005
|
|
|
1064
1006
|
|
|
1065
|
-
filter-obj
|
|
1066
|
-
MIT
|
|
1067
|
-
The MIT License (MIT)
|
|
1068
|
-
|
|
1069
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1070
|
-
|
|
1071
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1072
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1073
|
-
in the Software without restriction, including without limitation the rights
|
|
1074
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1075
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1076
|
-
furnished to do so, subject to the following conditions:
|
|
1077
|
-
|
|
1078
|
-
The above copyright notice and this permission notice shall be included in
|
|
1079
|
-
all copies or substantial portions of the Software.
|
|
1080
|
-
|
|
1081
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1082
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1083
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1084
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1085
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1086
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1087
|
-
THE SOFTWARE.
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
1007
|
geostyler-openlayers-parser
|
|
1091
1008
|
BSD-2-Clause
|
|
1092
1009
|
BSD 2-Clause License
|
|
@@ -2822,32 +2739,6 @@ licenses; we recommend you read them, as their terms may differ from the
|
|
|
2822
2739
|
terms above.
|
|
2823
2740
|
|
|
2824
2741
|
|
|
2825
|
-
loglevel
|
|
2826
|
-
MIT
|
|
2827
|
-
Copyright (c) 2013 Tim Perry
|
|
2828
|
-
|
|
2829
|
-
Permission is hereby granted, free of charge, to any person
|
|
2830
|
-
obtaining a copy of this software and associated documentation
|
|
2831
|
-
files (the "Software"), to deal in the Software without
|
|
2832
|
-
restriction, including without limitation the rights to use,
|
|
2833
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2834
|
-
copies of the Software, and to permit persons to whom the
|
|
2835
|
-
Software is furnished to do so, subject to the following
|
|
2836
|
-
conditions:
|
|
2837
|
-
|
|
2838
|
-
The above copyright notice and this permission notice shall be
|
|
2839
|
-
included in all copies or substantial portions of the Software.
|
|
2840
|
-
|
|
2841
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2842
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
2843
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2844
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
2845
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2846
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2847
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
2848
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
2742
|
lru-cache
|
|
2852
2743
|
ISC
|
|
2853
2744
|
The ISC License
|
|
@@ -3038,45 +2929,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3038
2929
|
SOFTWARE.
|
|
3039
2930
|
|
|
3040
2931
|
|
|
3041
|
-
query-string
|
|
3042
|
-
MIT
|
|
3043
|
-
MIT License
|
|
3044
|
-
|
|
3045
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (http://sindresorhus.com)
|
|
3046
|
-
|
|
3047
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3048
|
-
|
|
3049
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3050
|
-
|
|
3051
|
-
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.
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
querystringify
|
|
3055
|
-
MIT
|
|
3056
|
-
The MIT License (MIT)
|
|
3057
|
-
|
|
3058
|
-
Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
3059
|
-
|
|
3060
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3061
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3062
|
-
in the Software without restriction, including without limitation the rights
|
|
3063
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3064
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3065
|
-
furnished to do so, subject to the following conditions:
|
|
3066
|
-
|
|
3067
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3068
|
-
copies or substantial portions of the Software.
|
|
3069
|
-
|
|
3070
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3071
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3072
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3073
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3074
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3075
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3076
|
-
SOFTWARE.
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
2932
|
rbush
|
|
3081
2933
|
MIT
|
|
3082
2934
|
MIT License
|
|
@@ -3368,32 +3220,6 @@ SOFTWARE.
|
|
|
3368
3220
|
|
|
3369
3221
|
|
|
3370
3222
|
|
|
3371
|
-
requires-port
|
|
3372
|
-
MIT
|
|
3373
|
-
The MIT License (MIT)
|
|
3374
|
-
|
|
3375
|
-
Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
3376
|
-
|
|
3377
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3378
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3379
|
-
in the Software without restriction, including without limitation the rights
|
|
3380
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3381
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3382
|
-
furnished to do so, subject to the following conditions:
|
|
3383
|
-
|
|
3384
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3385
|
-
copies or substantial portions of the Software.
|
|
3386
|
-
|
|
3387
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3388
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3389
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3390
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3391
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3392
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3393
|
-
SOFTWARE.
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
3223
|
rxjs
|
|
3398
3224
|
Apache-2.0
|
|
3399
3225
|
Apache License
|
|
@@ -3650,47 +3476,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3650
3476
|
SOFTWARE.
|
|
3651
3477
|
|
|
3652
3478
|
|
|
3653
|
-
split-on-first
|
|
3654
|
-
MIT
|
|
3655
|
-
MIT License
|
|
3656
|
-
|
|
3657
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3658
|
-
|
|
3659
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3660
|
-
|
|
3661
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3662
|
-
|
|
3663
|
-
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.
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
3479
|
stackframe
|
|
3667
3480
|
SEE LICENSE IN LICENSE
|
|
3668
3481
|
|
|
3669
|
-
strict-uri-encode
|
|
3670
|
-
MIT
|
|
3671
|
-
The MIT License (MIT)
|
|
3672
|
-
|
|
3673
|
-
Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
3674
|
-
|
|
3675
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3676
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3677
|
-
in the Software without restriction, including without limitation the rights
|
|
3678
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3679
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3680
|
-
furnished to do so, subject to the following conditions:
|
|
3681
|
-
|
|
3682
|
-
The above copyright notice and this permission notice shall be included in
|
|
3683
|
-
all copies or substantial portions of the Software.
|
|
3684
|
-
|
|
3685
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3686
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3687
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3688
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3689
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3690
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3691
|
-
THE SOFTWARE.
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
3482
|
string_decoder
|
|
3695
3483
|
MIT
|
|
3696
3484
|
Node.js is licensed for use as follows:
|
|
@@ -3832,32 +3620,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
3832
3620
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
3833
3621
|
PERFORMANCE OF THIS SOFTWARE.
|
|
3834
3622
|
|
|
3835
|
-
url-parse
|
|
3836
|
-
MIT
|
|
3837
|
-
The MIT License (MIT)
|
|
3838
|
-
|
|
3839
|
-
Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
3840
|
-
|
|
3841
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3842
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3843
|
-
in the Software without restriction, including without limitation the rights
|
|
3844
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3845
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3846
|
-
furnished to do so, subject to the following conditions:
|
|
3847
|
-
|
|
3848
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3849
|
-
copies or substantial portions of the Software.
|
|
3850
|
-
|
|
3851
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3852
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3853
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3854
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3855
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3856
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3857
|
-
SOFTWARE.
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
3623
|
use-sync-external-store
|
|
3862
3624
|
MIT
|
|
3863
3625
|
MIT License
|
|
@@ -3896,30 +3658,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3896
3658
|
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.
|
|
3897
3659
|
|
|
3898
3660
|
|
|
3899
|
-
validator
|
|
3900
|
-
MIT
|
|
3901
|
-
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
|
|
3902
|
-
|
|
3903
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3904
|
-
a copy of this software and associated documentation files (the
|
|
3905
|
-
"Software"), to deal in the Software without restriction, including
|
|
3906
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3907
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3908
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3909
|
-
the following conditions:
|
|
3910
|
-
|
|
3911
|
-
The above copyright notice and this permission notice shall be
|
|
3912
|
-
included in all copies or substantial portions of the Software.
|
|
3913
|
-
|
|
3914
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3915
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3916
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3917
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3918
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3919
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3920
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
3661
|
virtual-dom
|
|
3924
3662
|
MIT
|
|
3925
3663
|
Copyright (c) 2014 Matt-Esch.
|