@inovitas/infra3dapi 0.1.0 → 0.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 +24 -24
- package/assets/152236e4b4c8534afed0.png +0 -0
- package/infra3dapi.js +2 -2
- package/licenses.txt +488 -95
- package/package.json +6 -4
package/licenses.txt
CHANGED
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
# Licenses and Copyright Notices:
|
|
2
|
-
|
|
3
|
-
Copyright (C) 2023 iNovitas AG and its affiliate(s).
|
|
4
|
-
All rights reserved.
|
|
5
|
-
|
|
6
|
-
This software and other materials contain proprietary information
|
|
7
|
-
controlled by iNovitas AG and are protected by applicable copyright legislation.
|
|
8
|
-
Any use and utilization of this software and other materials and
|
|
9
|
-
disclosure to any third parties is conditional upon having a separate
|
|
10
|
-
agreement with iNovitas AG for the access, use, utilization or disclosure of this
|
|
11
|
-
software. In the absence of such agreement, the use of the software is not
|
|
12
|
-
allowed.
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
This project contains or depends on third-party software components to which the following licenses apply:
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
mapillary-js
|
|
21
|
-
MIT
|
|
22
|
-
MIT License
|
|
23
|
-
|
|
24
|
-
Copyright (c) Facebook, Inc. and its affiliates.
|
|
25
|
-
|
|
26
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
28
|
-
in the Software without restriction, including without limitation the rights
|
|
29
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
31
|
-
furnished to do so, subject to the following conditions:
|
|
32
|
-
|
|
33
|
-
The above copyright notice and this permission notice shall be included in all
|
|
34
|
-
copies or substantial portions of the Software.
|
|
35
|
-
|
|
36
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
37
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
39
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
40
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42
|
-
SOFTWARE.
|
|
43
|
-
|
|
44
|
-
shapefile-js
|
|
45
|
-
MIT
|
|
46
|
-
MIT License
|
|
47
|
-
|
|
48
|
-
Main library MIT license, original version was less permissive but there is 0 code shared. Included libraries are under their respective lisenses which are:
|
|
49
|
-
|
|
50
|
-
JSZip by @Stuk MIT or GPLv3
|
|
51
|
-
lie by me and @RubenVerborgh MIT
|
|
52
|
-
setImmediate by @NobleJS et al MIT
|
|
53
|
-
World Borders shapefile is CC-BY-SA 3.0.
|
|
54
|
-
Park and Ride shapefile is from MassDOT and is public domain.
|
|
55
|
-
MA town boundaries from MassGIS and is public domain
|
|
56
|
-
NJ County Boundaries from NJgin and should be public domain.
|
|
57
|
-
Proj4js by me et al MIT
|
|
58
|
-
|
|
59
|
-
seidel
|
|
60
|
-
MIT
|
|
61
|
-
MIT License
|
|
62
|
-
|
|
63
|
-
Copyright (c) 2014 Mapbox
|
|
64
|
-
|
|
65
|
-
Based on a port of poly2tri Seidel algorithm implementation
|
|
66
|
-
Copyright (c) 2009, Mason Green
|
|
67
|
-
|
|
68
|
-
All rights reserved.
|
|
69
|
-
|
|
70
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
71
|
-
are permitted provided that the following conditions are met:
|
|
72
|
-
|
|
73
|
-
Redistributions of source code must retain the above copyright notice,
|
|
74
|
-
self list of conditions and the following disclaimer.
|
|
75
|
-
Redistributions in binary form must reproduce the above copyright notice,
|
|
76
|
-
self list of conditions and the following disclaimer in the documentation
|
|
77
|
-
and/or other materials provided with the distribution.
|
|
78
|
-
Neither the name of Poly2Tri nor the names of its contributors may be
|
|
79
|
-
used to endorse or promote products derived from self software without specific
|
|
80
|
-
prior written permission.
|
|
81
|
-
|
|
82
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
83
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
84
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
85
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
86
|
-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
87
|
-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
88
|
-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
89
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
90
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
91
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
92
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
93
|
-
|
|
94
|
-
@inovitas/infra3dsdk
|
|
95
|
-
SEE LICENSE IN LICENSE
|
|
1
|
+
# Licenses and Copyright Notices:
|
|
2
|
+
|
|
3
|
+
Copyright (C) 2023 iNovitas AG and its affiliate(s).
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
This software and other materials contain proprietary information
|
|
7
|
+
controlled by iNovitas AG and are protected by applicable copyright legislation.
|
|
8
|
+
Any use and utilization of this software and other materials and
|
|
9
|
+
disclosure to any third parties is conditional upon having a separate
|
|
10
|
+
agreement with iNovitas AG for the access, use, utilization or disclosure of this
|
|
11
|
+
software. In the absence of such agreement, the use of the software is not
|
|
12
|
+
allowed.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
This project contains or depends on third-party software components to which the following licenses apply:
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
mapillary-js
|
|
21
|
+
MIT
|
|
22
|
+
MIT License
|
|
23
|
+
|
|
24
|
+
Copyright (c) Facebook, Inc. and its affiliates.
|
|
25
|
+
|
|
26
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28
|
+
in the Software without restriction, including without limitation the rights
|
|
29
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
31
|
+
furnished to do so, subject to the following conditions:
|
|
32
|
+
|
|
33
|
+
The above copyright notice and this permission notice shall be included in all
|
|
34
|
+
copies or substantial portions of the Software.
|
|
35
|
+
|
|
36
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
37
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
39
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
40
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42
|
+
SOFTWARE.
|
|
43
|
+
|
|
44
|
+
shapefile-js
|
|
45
|
+
MIT
|
|
46
|
+
MIT License
|
|
47
|
+
|
|
48
|
+
Main library MIT license, original version was less permissive but there is 0 code shared. Included libraries are under their respective lisenses which are:
|
|
49
|
+
|
|
50
|
+
JSZip by @Stuk MIT or GPLv3
|
|
51
|
+
lie by me and @RubenVerborgh MIT
|
|
52
|
+
setImmediate by @NobleJS et al MIT
|
|
53
|
+
World Borders shapefile is CC-BY-SA 3.0.
|
|
54
|
+
Park and Ride shapefile is from MassDOT and is public domain.
|
|
55
|
+
MA town boundaries from MassGIS and is public domain
|
|
56
|
+
NJ County Boundaries from NJgin and should be public domain.
|
|
57
|
+
Proj4js by me et al MIT
|
|
58
|
+
|
|
59
|
+
seidel
|
|
60
|
+
MIT
|
|
61
|
+
MIT License
|
|
62
|
+
|
|
63
|
+
Copyright (c) 2014 Mapbox
|
|
64
|
+
|
|
65
|
+
Based on a port of poly2tri Seidel algorithm implementation
|
|
66
|
+
Copyright (c) 2009, Mason Green
|
|
67
|
+
|
|
68
|
+
All rights reserved.
|
|
69
|
+
|
|
70
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
71
|
+
are permitted provided that the following conditions are met:
|
|
72
|
+
|
|
73
|
+
Redistributions of source code must retain the above copyright notice,
|
|
74
|
+
self list of conditions and the following disclaimer.
|
|
75
|
+
Redistributions in binary form must reproduce the above copyright notice,
|
|
76
|
+
self list of conditions and the following disclaimer in the documentation
|
|
77
|
+
and/or other materials provided with the distribution.
|
|
78
|
+
Neither the name of Poly2Tri nor the names of its contributors may be
|
|
79
|
+
used to endorse or promote products derived from self software without specific
|
|
80
|
+
prior written permission.
|
|
81
|
+
|
|
82
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
83
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
84
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
85
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
86
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
87
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
88
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
89
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
90
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
91
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
92
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
93
|
+
|
|
94
|
+
@inovitas/infra3dsdk
|
|
95
|
+
SEE LICENSE IN LICENSE
|
|
96
96
|
|
|
97
97
|
@aws-crypto/sha256-js
|
|
98
98
|
Apache-2.0
|
|
@@ -1538,6 +1538,68 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
1538
1538
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1539
1539
|
|
|
1540
1540
|
|
|
1541
|
+
d3-color
|
|
1542
|
+
BSD-3-Clause
|
|
1543
|
+
Copyright 2010-2016 Mike Bostock
|
|
1544
|
+
All rights reserved.
|
|
1545
|
+
|
|
1546
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
1547
|
+
are permitted provided that the following conditions are met:
|
|
1548
|
+
|
|
1549
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
1550
|
+
list of conditions and the following disclaimer.
|
|
1551
|
+
|
|
1552
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1553
|
+
this list of conditions and the following disclaimer in the documentation
|
|
1554
|
+
and/or other materials provided with the distribution.
|
|
1555
|
+
|
|
1556
|
+
* Neither the name of the author nor the names of contributors may be used to
|
|
1557
|
+
endorse or promote products derived from this software without specific prior
|
|
1558
|
+
written permission.
|
|
1559
|
+
|
|
1560
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1561
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1562
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1563
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1564
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1565
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1566
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1567
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1568
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1569
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
d3-format
|
|
1573
|
+
BSD-3-Clause
|
|
1574
|
+
Copyright 2010-2015 Mike Bostock
|
|
1575
|
+
All rights reserved.
|
|
1576
|
+
|
|
1577
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
1578
|
+
are permitted provided that the following conditions are met:
|
|
1579
|
+
|
|
1580
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
1581
|
+
list of conditions and the following disclaimer.
|
|
1582
|
+
|
|
1583
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1584
|
+
this list of conditions and the following disclaimer in the documentation
|
|
1585
|
+
and/or other materials provided with the distribution.
|
|
1586
|
+
|
|
1587
|
+
* Neither the name of the author nor the names of contributors may be used to
|
|
1588
|
+
endorse or promote products derived from this software without specific prior
|
|
1589
|
+
written permission.
|
|
1590
|
+
|
|
1591
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1592
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1593
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1594
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1595
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1596
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1597
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1598
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1599
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1600
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1601
|
+
|
|
1602
|
+
|
|
1541
1603
|
d3-selection
|
|
1542
1604
|
BSD-3-Clause
|
|
1543
1605
|
Copyright (c) 2010-2018, Michael Bostock
|
|
@@ -1568,6 +1630,95 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
|
1568
1630
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1569
1631
|
|
|
1570
1632
|
|
|
1633
|
+
d3-time
|
|
1634
|
+
BSD-3-Clause
|
|
1635
|
+
Copyright 2010-2016 Mike Bostock
|
|
1636
|
+
All rights reserved.
|
|
1637
|
+
|
|
1638
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
1639
|
+
are permitted provided that the following conditions are met:
|
|
1640
|
+
|
|
1641
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
1642
|
+
list of conditions and the following disclaimer.
|
|
1643
|
+
|
|
1644
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1645
|
+
this list of conditions and the following disclaimer in the documentation
|
|
1646
|
+
and/or other materials provided with the distribution.
|
|
1647
|
+
|
|
1648
|
+
* Neither the name of the author nor the names of contributors may be used to
|
|
1649
|
+
endorse or promote products derived from this software without specific prior
|
|
1650
|
+
written permission.
|
|
1651
|
+
|
|
1652
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1653
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1654
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1655
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1656
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1657
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1658
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1659
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1660
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1661
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
d3-time-format
|
|
1665
|
+
BSD-3-Clause
|
|
1666
|
+
Copyright 2010-2017 Mike Bostock
|
|
1667
|
+
All rights reserved.
|
|
1668
|
+
|
|
1669
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
1670
|
+
are permitted provided that the following conditions are met:
|
|
1671
|
+
|
|
1672
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
1673
|
+
list of conditions and the following disclaimer.
|
|
1674
|
+
|
|
1675
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1676
|
+
this list of conditions and the following disclaimer in the documentation
|
|
1677
|
+
and/or other materials provided with the distribution.
|
|
1678
|
+
|
|
1679
|
+
* Neither the name of the author nor the names of contributors may be used to
|
|
1680
|
+
endorse or promote products derived from this software without specific prior
|
|
1681
|
+
written permission.
|
|
1682
|
+
|
|
1683
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1684
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1685
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1686
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
1687
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1688
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1689
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
1690
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1691
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1692
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
decimal.js-light
|
|
1696
|
+
MIT
|
|
1697
|
+
The MIT Expat Licence.
|
|
1698
|
+
|
|
1699
|
+
Copyright (c) 2020 Michael Mclaughlin
|
|
1700
|
+
|
|
1701
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
1702
|
+
a copy of this software and associated documentation files (the
|
|
1703
|
+
'Software'), to deal in the Software without restriction, including
|
|
1704
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
1705
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
1706
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
1707
|
+
the following conditions:
|
|
1708
|
+
|
|
1709
|
+
The above copyright notice and this permission notice shall be
|
|
1710
|
+
included in all copies or substantial portions of the Software.
|
|
1711
|
+
|
|
1712
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1713
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1714
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1715
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1716
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1717
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1718
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
|
|
1571
1722
|
decode-uri-component
|
|
1572
1723
|
MIT
|
|
1573
1724
|
The MIT License (MIT)
|
|
@@ -1581,6 +1732,30 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
1581
1732
|
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.
|
|
1582
1733
|
|
|
1583
1734
|
|
|
1735
|
+
dom-helpers
|
|
1736
|
+
MIT
|
|
1737
|
+
The MIT License (MIT)
|
|
1738
|
+
|
|
1739
|
+
Copyright (c) 2015 Jason Quense
|
|
1740
|
+
|
|
1741
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1742
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1743
|
+
in the Software without restriction, including without limitation the rights
|
|
1744
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1745
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1746
|
+
furnished to do so, subject to the following conditions:
|
|
1747
|
+
|
|
1748
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1749
|
+
copies or substantial portions of the Software.
|
|
1750
|
+
|
|
1751
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1752
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1753
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1754
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1755
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1756
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1757
|
+
SOFTWARE.
|
|
1758
|
+
|
|
1584
1759
|
ev-store
|
|
1585
1760
|
MIT
|
|
1586
1761
|
Copyright (c) 2012 Colingo.
|
|
@@ -1604,6 +1779,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1604
1779
|
THE SOFTWARE.
|
|
1605
1780
|
|
|
1606
1781
|
|
|
1782
|
+
eventemitter3
|
|
1783
|
+
MIT
|
|
1784
|
+
The MIT License (MIT)
|
|
1785
|
+
|
|
1786
|
+
Copyright (c) 2014 Arnout Kazemier
|
|
1787
|
+
|
|
1788
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1789
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1790
|
+
in the Software without restriction, including without limitation the rights
|
|
1791
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1792
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1793
|
+
furnished to do so, subject to the following conditions:
|
|
1794
|
+
|
|
1795
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1796
|
+
copies or substantial portions of the Software.
|
|
1797
|
+
|
|
1798
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1799
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1800
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1801
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1802
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1803
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1804
|
+
SOFTWARE.
|
|
1805
|
+
|
|
1806
|
+
|
|
1607
1807
|
filter-obj
|
|
1608
1808
|
MIT
|
|
1609
1809
|
The MIT License (MIT)
|
|
@@ -1720,6 +1920,31 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1720
1920
|
html-parse-stringify
|
|
1721
1921
|
MIT
|
|
1722
1922
|
|
|
1923
|
+
i18next
|
|
1924
|
+
MIT
|
|
1925
|
+
The MIT License (MIT)
|
|
1926
|
+
|
|
1927
|
+
Copyright (c) 2022 i18next
|
|
1928
|
+
|
|
1929
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1930
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1931
|
+
in the Software without restriction, including without limitation the rights
|
|
1932
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1933
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1934
|
+
furnished to do so, subject to the following conditions:
|
|
1935
|
+
|
|
1936
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1937
|
+
copies or substantial portions of the Software.
|
|
1938
|
+
|
|
1939
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1940
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1941
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1942
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1943
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1944
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1945
|
+
SOFTWARE.
|
|
1946
|
+
|
|
1947
|
+
|
|
1723
1948
|
ieee754
|
|
1724
1949
|
BSD-3-Clause
|
|
1725
1950
|
Copyright 2008 Fair Oaks Labs, Inc.
|
|
@@ -1781,6 +2006,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1781
2006
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1782
2007
|
THE SOFTWARE.
|
|
1783
2008
|
|
|
2009
|
+
internmap
|
|
2010
|
+
ISC
|
|
2011
|
+
Copyright 2021 Mike Bostock
|
|
2012
|
+
|
|
2013
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
2014
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
2015
|
+
and this permission notice appear in all copies.
|
|
2016
|
+
|
|
2017
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
2018
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
2019
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
2020
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
2021
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
2022
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
2023
|
+
THIS SOFTWARE.
|
|
2024
|
+
|
|
2025
|
+
|
|
1784
2026
|
intro.js
|
|
1785
2027
|
AGPL-3.0
|
|
1786
2028
|
## License
|
|
@@ -3694,6 +3936,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3694
3936
|
SOFTWARE.
|
|
3695
3937
|
|
|
3696
3938
|
|
|
3939
|
+
react-lifecycles-compat
|
|
3940
|
+
MIT
|
|
3941
|
+
MIT License
|
|
3942
|
+
|
|
3943
|
+
Copyright (c) 2013-present, Facebook, Inc.
|
|
3944
|
+
|
|
3945
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3946
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3947
|
+
in the Software without restriction, including without limitation the rights
|
|
3948
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3949
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3950
|
+
furnished to do so, subject to the following conditions:
|
|
3951
|
+
|
|
3952
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3953
|
+
copies or substantial portions of the Software.
|
|
3954
|
+
|
|
3955
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3956
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3957
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3958
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3959
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3960
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3961
|
+
SOFTWARE.
|
|
3962
|
+
|
|
3697
3963
|
react-router
|
|
3698
3964
|
MIT
|
|
3699
3965
|
MIT License
|
|
@@ -3746,6 +4012,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3746
4012
|
SOFTWARE.
|
|
3747
4013
|
|
|
3748
4014
|
|
|
4015
|
+
react-smooth
|
|
4016
|
+
MIT
|
|
4017
|
+
The MIT License (MIT)
|
|
4018
|
+
|
|
4019
|
+
Copyright (c) 2016 recharts
|
|
4020
|
+
|
|
4021
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4022
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4023
|
+
in the Software without restriction, including without limitation the rights
|
|
4024
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4025
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4026
|
+
furnished to do so, subject to the following conditions:
|
|
4027
|
+
|
|
4028
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4029
|
+
copies or substantial portions of the Software.
|
|
4030
|
+
|
|
4031
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4032
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4033
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4034
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4035
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4036
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4037
|
+
SOFTWARE.
|
|
4038
|
+
|
|
4039
|
+
|
|
3749
4040
|
react-transition-group
|
|
3750
4041
|
BSD-3-Clause
|
|
3751
4042
|
BSD 3-Clause License
|
|
@@ -3780,6 +4071,58 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
3780
4071
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3781
4072
|
|
|
3782
4073
|
|
|
4074
|
+
recharts
|
|
4075
|
+
MIT
|
|
4076
|
+
The MIT License (MIT)
|
|
4077
|
+
|
|
4078
|
+
Copyright (c) 2015-present recharts
|
|
4079
|
+
|
|
4080
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4081
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4082
|
+
in the Software without restriction, including without limitation the rights
|
|
4083
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4084
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4085
|
+
furnished to do so, subject to the following conditions:
|
|
4086
|
+
|
|
4087
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4088
|
+
copies or substantial portions of the Software.
|
|
4089
|
+
|
|
4090
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4091
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4092
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4093
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4094
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4095
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4096
|
+
SOFTWARE.
|
|
4097
|
+
|
|
4098
|
+
|
|
4099
|
+
|
|
4100
|
+
recharts-scale
|
|
4101
|
+
MIT
|
|
4102
|
+
The MIT License (MIT)
|
|
4103
|
+
|
|
4104
|
+
Copyright (c) 2015 Sen Yang
|
|
4105
|
+
|
|
4106
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4107
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4108
|
+
in the Software without restriction, including without limitation the rights
|
|
4109
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4110
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4111
|
+
furnished to do so, subject to the following conditions:
|
|
4112
|
+
|
|
4113
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4114
|
+
copies or substantial portions of the Software.
|
|
4115
|
+
|
|
4116
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4117
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4118
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4119
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4120
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4121
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4122
|
+
SOFTWARE.
|
|
4123
|
+
|
|
4124
|
+
|
|
4125
|
+
|
|
3783
4126
|
requires-port
|
|
3784
4127
|
MIT
|
|
3785
4128
|
The MIT License (MIT)
|
|
@@ -4270,6 +4613,31 @@ SOFTWARE.
|
|
|
4270
4613
|
|
|
4271
4614
|
|
|
4272
4615
|
|
|
4616
|
+
use-sync-external-store
|
|
4617
|
+
MIT
|
|
4618
|
+
MIT License
|
|
4619
|
+
|
|
4620
|
+
Copyright (c) Facebook, Inc. and its affiliates.
|
|
4621
|
+
|
|
4622
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4623
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4624
|
+
in the Software without restriction, including without limitation the rights
|
|
4625
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4626
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4627
|
+
furnished to do so, subject to the following conditions:
|
|
4628
|
+
|
|
4629
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4630
|
+
copies or substantial portions of the Software.
|
|
4631
|
+
|
|
4632
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4633
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4634
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4635
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4636
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4637
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4638
|
+
SOFTWARE.
|
|
4639
|
+
|
|
4640
|
+
|
|
4273
4641
|
uuid
|
|
4274
4642
|
MIT
|
|
4275
4643
|
The MIT License (MIT)
|
|
@@ -4410,3 +4778,28 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
4410
4778
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4411
4779
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4412
4780
|
THE SOFTWARE.
|
|
4781
|
+
|
|
4782
|
+
|
|
4783
|
+
zustand
|
|
4784
|
+
MIT
|
|
4785
|
+
MIT License
|
|
4786
|
+
|
|
4787
|
+
Copyright (c) 2019 Paul Henschel
|
|
4788
|
+
|
|
4789
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4790
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4791
|
+
in the Software without restriction, including without limitation the rights
|
|
4792
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4793
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4794
|
+
furnished to do so, subject to the following conditions:
|
|
4795
|
+
|
|
4796
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4797
|
+
copies or substantial portions of the Software.
|
|
4798
|
+
|
|
4799
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4800
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4801
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4802
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4803
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4804
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4805
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inovitas/infra3dapi",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@babel/preset-react": "^7.18.6",
|
|
6
6
|
"@elastic/apm-rum": "^5.14.0",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"@emotion/react": "^11.10.5",
|
|
9
9
|
"@emotion/styled": "^11.10.5",
|
|
10
10
|
"@fontsource/roboto": "^4.5.8",
|
|
11
|
-
"@inovitas/geocoderjs": "
|
|
12
|
-
"@inovitas/infra3dsdk": "
|
|
11
|
+
"@inovitas/geocoderjs": "0.2.0",
|
|
12
|
+
"@inovitas/infra3dsdk": "5.0.0",
|
|
13
13
|
"@mui/icons-material": "^5.11.9",
|
|
14
14
|
"@mui/lab": "^5.0.0-alpha.120",
|
|
15
15
|
"@mui/material": "^5.11.10",
|
|
@@ -39,9 +39,11 @@
|
|
|
39
39
|
"react-hook-form": "^7.43.5",
|
|
40
40
|
"react-i18next": "^12.2.0",
|
|
41
41
|
"react-router-dom": "^6.8.1",
|
|
42
|
+
"recharts": "^2.10.1",
|
|
42
43
|
"typescript": "^4.9.5",
|
|
43
44
|
"web-vitals": "^2.1.4",
|
|
44
|
-
"worker-loader": "^3.0.8"
|
|
45
|
+
"worker-loader": "^3.0.8",
|
|
46
|
+
"zustand": "^4.4.1"
|
|
45
47
|
},
|
|
46
48
|
"browserslist": {
|
|
47
49
|
"production": [
|