@mappedin/mappedin-js 6.17.1 → 6.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.txt +624 -12
- package/lib/esm/GLTFExporter-G4WLRGTD.js +1 -0
- package/lib/esm/GLTFLoader-6KS65AUU.js +1 -0
- package/lib/esm/{chunk-43W5ISDI.js → chunk-5DTIPZIM.js} +1 -1
- package/lib/esm/chunk-7ZLJ5BZG.js +956 -0
- package/lib/esm/chunk-PJFSEFCS.js +660 -0
- package/lib/esm/chunk-PWEV3AFA.js +1 -0
- package/lib/esm/chunk-S634J4FK.js +3819 -0
- package/lib/esm/chunk-XH3AOOQM.js +1515 -0
- package/lib/esm/index.css +1 -1
- package/lib/esm/index.d.ts +1079 -177
- package/lib/esm/index.js +1 -1
- package/lib/esm/inspector-IMRVE3SS.js +482 -0
- package/lib/esm/inspector-PGGVNGUZ.css +1 -0
- package/lib/esm/internal-75ZEUF5X.js +1 -0
- package/lib/esm/internal-Q5HDG37N.css +1 -0
- package/lib/esm/{roboto-regular-MRBWMLOE.js → roboto-regular-6ZYOMS3F.js} +1 -1
- package/lib/esm/src-RKBRVS5G.js +1 -0
- package/lib/esm/src-WUAFLQGO.css +1 -0
- package/lib/esm/text3d-YG2QJ2JU.js +252 -0
- package/lib/esm/workers/collision-worker.csp.js +1 -1
- package/lib/index.css +1 -1
- package/package.json +2 -2
- package/lib/esm/GLTFExporter-CXO2YAF3.js +0 -1
- package/lib/esm/GLTFLoader-I7TPEHSY.js +0 -1
- package/lib/esm/chunk-72VREA6L.js +0 -1
- package/lib/esm/chunk-IGHVNMJ3.js +0 -1
- package/lib/esm/chunk-PCYD3VDS.js +0 -1
- package/lib/esm/chunk-PUC4BMPX.js +0 -1
- package/lib/esm/chunk-RTTZ7LHQ.js +0 -1
- package/lib/esm/inspector-AQXLD4YL.js +0 -1
- package/lib/esm/inspector-YWC6NP6D.css +0 -1
- package/lib/esm/internal-7BZS3RBF.js +0 -1
- package/lib/esm/internal-QC6SWNN2.css +0 -1
- package/lib/esm/src-GA2Z4OON.css +0 -1
- package/lib/esm/src-YUNUBHAQ.js +0 -1
- package/lib/esm/text3d-Z7SSD7IN.js +0 -1
package/THIRD_PARTY_LICENSES.txt
CHANGED
|
@@ -1816,6 +1816,216 @@ Apache License
|
|
|
1816
1816
|
|
|
1817
1817
|
-----------
|
|
1818
1818
|
|
|
1819
|
+
The following npm package may be included in this product:
|
|
1820
|
+
|
|
1821
|
+
- @dimforge/rapier3d-compat@0.12.0
|
|
1822
|
+
|
|
1823
|
+
This package contains the following license:
|
|
1824
|
+
|
|
1825
|
+
Apache License
|
|
1826
|
+
Version 2.0, January 2004
|
|
1827
|
+
http://www.apache.org/licenses/
|
|
1828
|
+
|
|
1829
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1830
|
+
|
|
1831
|
+
1. Definitions.
|
|
1832
|
+
|
|
1833
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1834
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1835
|
+
|
|
1836
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1837
|
+
the copyright owner that is granting the License.
|
|
1838
|
+
|
|
1839
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1840
|
+
other entities that control, are controlled by, or are under common
|
|
1841
|
+
control with that entity. For the purposes of this definition,
|
|
1842
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1843
|
+
direction or management of such entity, whether by contract or
|
|
1844
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1845
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1846
|
+
|
|
1847
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1848
|
+
exercising permissions granted by this License.
|
|
1849
|
+
|
|
1850
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1851
|
+
including but not limited to software source code, documentation
|
|
1852
|
+
source, and configuration files.
|
|
1853
|
+
|
|
1854
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1855
|
+
transformation or translation of a Source form, including but
|
|
1856
|
+
not limited to compiled object code, generated documentation,
|
|
1857
|
+
and conversions to other media types.
|
|
1858
|
+
|
|
1859
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1860
|
+
Object form, made available under the License, as indicated by a
|
|
1861
|
+
copyright notice that is included in or attached to the work
|
|
1862
|
+
(an example is provided in the Appendix below).
|
|
1863
|
+
|
|
1864
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1865
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1866
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1867
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1868
|
+
of this License, Derivative Works shall not include works that remain
|
|
1869
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1870
|
+
the Work and Derivative Works thereof.
|
|
1871
|
+
|
|
1872
|
+
"Contribution" shall mean any work of authorship, including
|
|
1873
|
+
the original version of the Work and any modifications or additions
|
|
1874
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1875
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1876
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1877
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1878
|
+
means any form of electronic, verbal, or written communication sent
|
|
1879
|
+
to the Licensor or its representatives, including but not limited to
|
|
1880
|
+
communication on electronic mailing lists, source code control systems,
|
|
1881
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1882
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1883
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1884
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1885
|
+
|
|
1886
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1887
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1888
|
+
subsequently incorporated within the Work.
|
|
1889
|
+
|
|
1890
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1891
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1892
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1893
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1894
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1895
|
+
Work and such Derivative Works in Source or Object form.
|
|
1896
|
+
|
|
1897
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1898
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1899
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1900
|
+
(except as stated in this section) patent license to make, have made,
|
|
1901
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1902
|
+
where such license applies only to those patent claims licensable
|
|
1903
|
+
by such Contributor that are necessarily infringed by their
|
|
1904
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1905
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1906
|
+
institute patent litigation against any entity (including a
|
|
1907
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1908
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1909
|
+
or contributory patent infringement, then any patent licenses
|
|
1910
|
+
granted to You under this License for that Work shall terminate
|
|
1911
|
+
as of the date such litigation is filed.
|
|
1912
|
+
|
|
1913
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1914
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1915
|
+
modifications, and in Source or Object form, provided that You
|
|
1916
|
+
meet the following conditions:
|
|
1917
|
+
|
|
1918
|
+
(a) You must give any other recipients of the Work or
|
|
1919
|
+
Derivative Works a copy of this License; and
|
|
1920
|
+
|
|
1921
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1922
|
+
stating that You changed the files; and
|
|
1923
|
+
|
|
1924
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1925
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1926
|
+
attribution notices from the Source form of the Work,
|
|
1927
|
+
excluding those notices that do not pertain to any part of
|
|
1928
|
+
the Derivative Works; and
|
|
1929
|
+
|
|
1930
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1931
|
+
distribution, then any Derivative Works that You distribute must
|
|
1932
|
+
include a readable copy of the attribution notices contained
|
|
1933
|
+
within such NOTICE file, excluding those notices that do not
|
|
1934
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1935
|
+
of the following places: within a NOTICE text file distributed
|
|
1936
|
+
as part of the Derivative Works; within the Source form or
|
|
1937
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1938
|
+
within a display generated by the Derivative Works, if and
|
|
1939
|
+
wherever such third-party notices normally appear. The contents
|
|
1940
|
+
of the NOTICE file are for informational purposes only and
|
|
1941
|
+
do not modify the License. You may add Your own attribution
|
|
1942
|
+
notices within Derivative Works that You distribute, alongside
|
|
1943
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1944
|
+
that such additional attribution notices cannot be construed
|
|
1945
|
+
as modifying the License.
|
|
1946
|
+
|
|
1947
|
+
You may add Your own copyright statement to Your modifications and
|
|
1948
|
+
may provide additional or different license terms and conditions
|
|
1949
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1950
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1951
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1952
|
+
the conditions stated in this License.
|
|
1953
|
+
|
|
1954
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1955
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1956
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1957
|
+
this License, without any additional terms or conditions.
|
|
1958
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1959
|
+
the terms of any separate license agreement you may have executed
|
|
1960
|
+
with Licensor regarding such Contributions.
|
|
1961
|
+
|
|
1962
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1963
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1964
|
+
except as required for reasonable and customary use in describing the
|
|
1965
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1966
|
+
|
|
1967
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1968
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1969
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1970
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1971
|
+
implied, including, without limitation, any warranties or conditions
|
|
1972
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1973
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1974
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1975
|
+
risks associated with Your exercise of permissions under this License.
|
|
1976
|
+
|
|
1977
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1978
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1979
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1980
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1981
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1982
|
+
incidental, or consequential damages of any character arising as a
|
|
1983
|
+
result of this License or out of the use or inability to use the
|
|
1984
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1985
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1986
|
+
other commercial damages or losses), even if such Contributor
|
|
1987
|
+
has been advised of the possibility of such damages.
|
|
1988
|
+
|
|
1989
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1990
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1991
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1992
|
+
or other liability obligations and/or rights consistent with this
|
|
1993
|
+
License. However, in accepting such obligations, You may act only
|
|
1994
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1995
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1996
|
+
defend, and hold each Contributor harmless for any liability
|
|
1997
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1998
|
+
of your accepting any such warranty or additional liability.
|
|
1999
|
+
|
|
2000
|
+
END OF TERMS AND CONDITIONS
|
|
2001
|
+
|
|
2002
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
2003
|
+
|
|
2004
|
+
To apply the Apache License to your work, attach the following
|
|
2005
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2006
|
+
replaced with your own identifying information. (Don't include
|
|
2007
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
2008
|
+
comment syntax for the file format. We also recommend that a
|
|
2009
|
+
file or class name and description of purpose be included on the
|
|
2010
|
+
same "printed page" as the copyright notice for easier
|
|
2011
|
+
identification within third-party archives.
|
|
2012
|
+
|
|
2013
|
+
Copyright 2020 Dimforge EURL
|
|
2014
|
+
|
|
2015
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2016
|
+
you may not use this file except in compliance with the License.
|
|
2017
|
+
You may obtain a copy of the License at
|
|
2018
|
+
|
|
2019
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
2020
|
+
|
|
2021
|
+
Unless required by applicable law or agreed to in writing, software
|
|
2022
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2023
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2024
|
+
See the License for the specific language governing permissions and
|
|
2025
|
+
limitations under the License.
|
|
2026
|
+
|
|
2027
|
+
-----------
|
|
2028
|
+
|
|
1819
2029
|
The following npm packages may be included in this product:
|
|
1820
2030
|
|
|
1821
2031
|
- detect-libc@1.0.3
|
|
@@ -2056,7 +2266,7 @@ The following npm packages may be included in this product:
|
|
|
2056
2266
|
- @types/stack-utils@2.0.3
|
|
2057
2267
|
- @types/stats.js@0.17.4
|
|
2058
2268
|
- @types/supercluster@7.1.3
|
|
2059
|
-
- @types/three@0.
|
|
2269
|
+
- @types/three@0.178.1
|
|
2060
2270
|
- @types/ua-parser-js@0.7.39
|
|
2061
2271
|
- @types/webxr@0.5.22
|
|
2062
2272
|
- @types/yargs-parser@21.0.3
|
|
@@ -3050,6 +3260,37 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3050
3260
|
|
|
3051
3261
|
-----------
|
|
3052
3262
|
|
|
3263
|
+
The following npm package may be included in this product:
|
|
3264
|
+
|
|
3265
|
+
- void-elements@3.1.0
|
|
3266
|
+
|
|
3267
|
+
This package contains the following license:
|
|
3268
|
+
|
|
3269
|
+
(The MIT License)
|
|
3270
|
+
|
|
3271
|
+
Copyright (c) 2014 hemanth
|
|
3272
|
+
|
|
3273
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3274
|
+
a copy of this software and associated documentation files (the
|
|
3275
|
+
'Software'), to deal in the Software without restriction, including
|
|
3276
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3277
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3278
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3279
|
+
the following conditions:
|
|
3280
|
+
|
|
3281
|
+
The above copyright notice and this permission notice shall be
|
|
3282
|
+
included in all copies or substantial portions of the Software.
|
|
3283
|
+
|
|
3284
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3285
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3286
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3287
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3288
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3289
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3290
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3291
|
+
|
|
3292
|
+
-----------
|
|
3293
|
+
|
|
3053
3294
|
The following npm package may be included in this product:
|
|
3054
3295
|
|
|
3055
3296
|
- compression@1.8.1
|
|
@@ -4956,6 +5197,69 @@ CC0-1.0
|
|
|
4956
5197
|
|
|
4957
5198
|
-----------
|
|
4958
5199
|
|
|
5200
|
+
The following npm package may be included in this product:
|
|
5201
|
+
|
|
5202
|
+
- chroma-js@2.6.0
|
|
5203
|
+
|
|
5204
|
+
This package contains the following license:
|
|
5205
|
+
|
|
5206
|
+
chroma.js - JavaScript library for color conversions
|
|
5207
|
+
|
|
5208
|
+
Copyright (c) 2011-2024, Gregor Aisch
|
|
5209
|
+
All rights reserved.
|
|
5210
|
+
|
|
5211
|
+
Redistribution and use in source and binary forms, with or without
|
|
5212
|
+
modification, are permitted provided that the following conditions are met:
|
|
5213
|
+
|
|
5214
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
5215
|
+
list of conditions and the following disclaimer.
|
|
5216
|
+
|
|
5217
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
5218
|
+
this list of conditions and the following disclaimer in the documentation
|
|
5219
|
+
and/or other materials provided with the distribution.
|
|
5220
|
+
|
|
5221
|
+
3. The name Gregor Aisch may not be used to endorse or promote products
|
|
5222
|
+
derived from this software without specific prior written permission.
|
|
5223
|
+
|
|
5224
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
5225
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
5226
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
5227
|
+
DISCLAIMED. IN NO EVENT SHALL GREGOR AISCH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
|
5228
|
+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
5229
|
+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
5230
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
|
5231
|
+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
5232
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
5233
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
5234
|
+
|
|
5235
|
+
-------------------------------------------------------
|
|
5236
|
+
|
|
5237
|
+
chroma.js includes colors from colorbrewer2.org, which are released under
|
|
5238
|
+
the following license:
|
|
5239
|
+
|
|
5240
|
+
Copyright (c) 2002 Cynthia Brewer, Mark Harrower,
|
|
5241
|
+
and The Pennsylvania State University.
|
|
5242
|
+
|
|
5243
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5244
|
+
you may not use this file except in compliance with the License.
|
|
5245
|
+
You may obtain a copy of the License at
|
|
5246
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
5247
|
+
|
|
5248
|
+
Unless required by applicable law or agreed to in writing,
|
|
5249
|
+
software distributed under the License is distributed on an
|
|
5250
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
|
5251
|
+
either express or implied. See the License for the specific
|
|
5252
|
+
language governing permissions and limitations under the License.
|
|
5253
|
+
|
|
5254
|
+
------------------------------------------------------
|
|
5255
|
+
|
|
5256
|
+
Named colors are taken from X11 Color Names.
|
|
5257
|
+
http://www.w3.org/TR/css3-color/#svg-color
|
|
5258
|
+
|
|
5259
|
+
@preserve
|
|
5260
|
+
|
|
5261
|
+
-----------
|
|
5262
|
+
|
|
4959
5263
|
The following npm package may be included in this product:
|
|
4960
5264
|
|
|
4961
5265
|
- sprintf-js@1.0.3
|
|
@@ -5128,7 +5432,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5128
5432
|
|
|
5129
5433
|
The following npm package may be included in this product:
|
|
5130
5434
|
|
|
5131
|
-
- handlebars@4.7.
|
|
5435
|
+
- handlebars@4.7.9
|
|
5132
5436
|
|
|
5133
5437
|
This package contains the following license:
|
|
5134
5438
|
|
|
@@ -5881,6 +6185,35 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
5881
6185
|
|
|
5882
6186
|
-----------
|
|
5883
6187
|
|
|
6188
|
+
The following npm package may be included in this product:
|
|
6189
|
+
|
|
6190
|
+
- color-blend@3.0.1
|
|
6191
|
+
|
|
6192
|
+
This package contains the following license:
|
|
6193
|
+
|
|
6194
|
+
Copyright (c) 2016 Florian Reuschel
|
|
6195
|
+
|
|
6196
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6197
|
+
a copy of this software and associated documentation files (the
|
|
6198
|
+
"Software"), to deal in the Software without restriction, including
|
|
6199
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
6200
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6201
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
6202
|
+
the following conditions:
|
|
6203
|
+
|
|
6204
|
+
The above copyright notice and this permission notice shall be
|
|
6205
|
+
included in all copies or substantial portions of the Software.
|
|
6206
|
+
|
|
6207
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
6208
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6209
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
6210
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
6211
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
6212
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
6213
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6214
|
+
|
|
6215
|
+
-----------
|
|
6216
|
+
|
|
5884
6217
|
The following npm packages may be included in this product:
|
|
5885
6218
|
|
|
5886
6219
|
- test-exclude@6.0.0
|
|
@@ -6019,11 +6352,12 @@ SOFTWARE.
|
|
|
6019
6352
|
|
|
6020
6353
|
-----------
|
|
6021
6354
|
|
|
6022
|
-
The following npm
|
|
6355
|
+
The following npm packages may be included in this product:
|
|
6023
6356
|
|
|
6024
6357
|
- csstype@3.1.3
|
|
6358
|
+
- csstype@3.2.3
|
|
6025
6359
|
|
|
6026
|
-
|
|
6360
|
+
These packages each contain the following license:
|
|
6027
6361
|
|
|
6028
6362
|
Copyright (c) 2017-2018 Fredrik Nicol
|
|
6029
6363
|
|
|
@@ -7355,7 +7689,7 @@ The following npm packages may be included in this product:
|
|
|
7355
7689
|
- lodash.defaultsdeep@4.6.1
|
|
7356
7690
|
- lodash.merge@4.6.2
|
|
7357
7691
|
- lodash.mergewith@4.6.2
|
|
7358
|
-
- lodash@4.
|
|
7692
|
+
- lodash@4.18.1
|
|
7359
7693
|
|
|
7360
7694
|
These packages each contain the following license:
|
|
7361
7695
|
|
|
@@ -7734,6 +8068,7 @@ The following npm packages may be included in this product:
|
|
|
7734
8068
|
- @expo/sdk-runtime-versions@1.0.0
|
|
7735
8069
|
- @expo/server@0.6.2
|
|
7736
8070
|
- @expo/ws-tunnel@1.0.6
|
|
8071
|
+
- @mappedin/apps-sdk@0.2.1-eb4e2e8.0
|
|
7737
8072
|
- @radix-ui/react-compose-refs@1.1.2
|
|
7738
8073
|
- @radix-ui/react-slot@1.2.0
|
|
7739
8074
|
- @react-native/assets-registry@0.79.2
|
|
@@ -7775,6 +8110,7 @@ The following npm packages may be included in this product:
|
|
|
7775
8110
|
- expo-system-ui@5.0.11
|
|
7776
8111
|
- expo-web-browser@14.1.6
|
|
7777
8112
|
- expo@53.0.25
|
|
8113
|
+
- html-parse-stringify@3.0.1
|
|
7778
8114
|
- imurmurhash@0.1.4
|
|
7779
8115
|
- jimp-compact@0.16.1
|
|
7780
8116
|
- metro-babel-transformer@0.82.4
|
|
@@ -8552,6 +8888,66 @@ SOFTWARE.
|
|
|
8552
8888
|
|
|
8553
8889
|
-----------
|
|
8554
8890
|
|
|
8891
|
+
The following npm package may be included in this product:
|
|
8892
|
+
|
|
8893
|
+
- styled-components@6.4.1
|
|
8894
|
+
|
|
8895
|
+
This package contains the following license:
|
|
8896
|
+
|
|
8897
|
+
MIT License
|
|
8898
|
+
|
|
8899
|
+
Copyright (c) 2016-present Glen Maddern and Maximilian Stoiber
|
|
8900
|
+
|
|
8901
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8902
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8903
|
+
in the Software without restriction, including without limitation the rights
|
|
8904
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8905
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8906
|
+
furnished to do so, subject to the following conditions:
|
|
8907
|
+
|
|
8908
|
+
The above copyright notice and this permission notice shall be included in all
|
|
8909
|
+
copies or substantial portions of the Software.
|
|
8910
|
+
|
|
8911
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8912
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8913
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8914
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8915
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8916
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
8917
|
+
SOFTWARE.
|
|
8918
|
+
|
|
8919
|
+
-----------
|
|
8920
|
+
|
|
8921
|
+
The following npm package may be included in this product:
|
|
8922
|
+
|
|
8923
|
+
- stylis@4.3.6
|
|
8924
|
+
|
|
8925
|
+
This package contains the following license:
|
|
8926
|
+
|
|
8927
|
+
MIT License
|
|
8928
|
+
|
|
8929
|
+
Copyright (c) 2016-present Sultan Tarimo
|
|
8930
|
+
|
|
8931
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8932
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8933
|
+
in the Software without restriction, including without limitation the rights
|
|
8934
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8935
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8936
|
+
furnished to do so, subject to the following conditions:
|
|
8937
|
+
|
|
8938
|
+
The above copyright notice and this permission notice shall be included in all
|
|
8939
|
+
copies or substantial portions of the Software.
|
|
8940
|
+
|
|
8941
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8942
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8943
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8944
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8945
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8946
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
8947
|
+
SOFTWARE.
|
|
8948
|
+
|
|
8949
|
+
-----------
|
|
8950
|
+
|
|
8555
8951
|
The following npm package may be included in this product:
|
|
8556
8952
|
|
|
8557
8953
|
- buffer-from@1.1.2
|
|
@@ -8830,6 +9226,36 @@ SOFTWARE.
|
|
|
8830
9226
|
|
|
8831
9227
|
-----------
|
|
8832
9228
|
|
|
9229
|
+
The following npm package may be included in this product:
|
|
9230
|
+
|
|
9231
|
+
- dayjs@1.11.20
|
|
9232
|
+
|
|
9233
|
+
This package contains the following license:
|
|
9234
|
+
|
|
9235
|
+
MIT License
|
|
9236
|
+
|
|
9237
|
+
Copyright (c) 2018-present, iamkun
|
|
9238
|
+
|
|
9239
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9240
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9241
|
+
in the Software without restriction, including without limitation the rights
|
|
9242
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9243
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9244
|
+
furnished to do so, subject to the following conditions:
|
|
9245
|
+
|
|
9246
|
+
The above copyright notice and this permission notice shall be included in all
|
|
9247
|
+
copies or substantial portions of the Software.
|
|
9248
|
+
|
|
9249
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
9250
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
9251
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
9252
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
9253
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
9254
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
9255
|
+
SOFTWARE.
|
|
9256
|
+
|
|
9257
|
+
-----------
|
|
9258
|
+
|
|
8833
9259
|
The following npm packages may be included in this product:
|
|
8834
9260
|
|
|
8835
9261
|
- @urql/core@5.2.0
|
|
@@ -9168,6 +9594,37 @@ SOFTWARE.
|
|
|
9168
9594
|
|
|
9169
9595
|
-----------
|
|
9170
9596
|
|
|
9597
|
+
The following npm packages may be included in this product:
|
|
9598
|
+
|
|
9599
|
+
- @tanstack/query-core@5.100.10
|
|
9600
|
+
- @tanstack/react-query@5.100.10
|
|
9601
|
+
|
|
9602
|
+
These packages each contain the following license:
|
|
9603
|
+
|
|
9604
|
+
MIT License
|
|
9605
|
+
|
|
9606
|
+
Copyright (c) 2021-present Tanner Linsley
|
|
9607
|
+
|
|
9608
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9609
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9610
|
+
in the Software without restriction, including without limitation the rights
|
|
9611
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9612
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9613
|
+
furnished to do so, subject to the following conditions:
|
|
9614
|
+
|
|
9615
|
+
The above copyright notice and this permission notice shall be included in all
|
|
9616
|
+
copies or substantial portions of the Software.
|
|
9617
|
+
|
|
9618
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
9619
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
9620
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
9621
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
9622
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
9623
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
9624
|
+
SOFTWARE.
|
|
9625
|
+
|
|
9626
|
+
-----------
|
|
9627
|
+
|
|
9171
9628
|
The following npm package may be included in this product:
|
|
9172
9629
|
|
|
9173
9630
|
- supports-preserve-symlinks-flag@1.0.0
|
|
@@ -9443,6 +9900,37 @@ SOFTWARE.
|
|
|
9443
9900
|
|
|
9444
9901
|
-----------
|
|
9445
9902
|
|
|
9903
|
+
The following npm packages may be included in this product:
|
|
9904
|
+
|
|
9905
|
+
- @emotion/is-prop-valid@1.4.0
|
|
9906
|
+
- @emotion/memoize@0.9.0
|
|
9907
|
+
|
|
9908
|
+
These packages each contain the following license:
|
|
9909
|
+
|
|
9910
|
+
MIT License
|
|
9911
|
+
|
|
9912
|
+
Copyright (c) Emotion team and other contributors
|
|
9913
|
+
|
|
9914
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9915
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9916
|
+
in the Software without restriction, including without limitation the rights
|
|
9917
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9918
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9919
|
+
furnished to do so, subject to the following conditions:
|
|
9920
|
+
|
|
9921
|
+
The above copyright notice and this permission notice shall be included in all
|
|
9922
|
+
copies or substantial portions of the Software.
|
|
9923
|
+
|
|
9924
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
9925
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
9926
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
9927
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
9928
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
9929
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
9930
|
+
SOFTWARE.
|
|
9931
|
+
|
|
9932
|
+
-----------
|
|
9933
|
+
|
|
9446
9934
|
The following npm packages may be included in this product:
|
|
9447
9935
|
|
|
9448
9936
|
- babel-plugin-transform-flow-enums@0.0.2
|
|
@@ -9566,8 +10054,7 @@ The following npm packages may be included in this product:
|
|
|
9566
10054
|
|
|
9567
10055
|
- undici-types@6.21.0
|
|
9568
10056
|
- undici-types@7.16.0
|
|
9569
|
-
- undici@6.
|
|
9570
|
-
- undici@7.10.0
|
|
10057
|
+
- undici@6.24.1
|
|
9571
10058
|
|
|
9572
10059
|
These packages each contain the following license:
|
|
9573
10060
|
|
|
@@ -9622,10 +10109,13 @@ The following npm packages may be included in this product:
|
|
|
9622
10109
|
- jest-worker@29.7.0
|
|
9623
10110
|
- pretty-format@29.7.0
|
|
9624
10111
|
- react-dom@19.0.0
|
|
10112
|
+
- react-dom@19.1.1
|
|
9625
10113
|
- react-is@19.2.4
|
|
9626
10114
|
- react-native@0.79.2
|
|
9627
10115
|
- react@19.0.0
|
|
10116
|
+
- react@19.1.1
|
|
9628
10117
|
- scheduler@0.25.0
|
|
10118
|
+
- scheduler@0.26.0
|
|
9629
10119
|
- use-sync-external-store@1.6.0
|
|
9630
10120
|
|
|
9631
10121
|
These packages each contain the following license:
|
|
@@ -10909,7 +11399,7 @@ THE SOFTWARE.
|
|
|
10909
11399
|
|
|
10910
11400
|
The following npm package may be included in this product:
|
|
10911
11401
|
|
|
10912
|
-
- three@0.
|
|
11402
|
+
- three@0.178.0
|
|
10913
11403
|
|
|
10914
11404
|
This package contains the following license:
|
|
10915
11405
|
|
|
@@ -11935,6 +12425,36 @@ THE SOFTWARE.
|
|
|
11935
12425
|
|
|
11936
12426
|
-----------
|
|
11937
12427
|
|
|
12428
|
+
The following npm package may be included in this product:
|
|
12429
|
+
|
|
12430
|
+
- mobx@6.15.3
|
|
12431
|
+
|
|
12432
|
+
This package contains the following license:
|
|
12433
|
+
|
|
12434
|
+
The MIT License (MIT)
|
|
12435
|
+
|
|
12436
|
+
Copyright (c) 2015 Michel Weststrate
|
|
12437
|
+
|
|
12438
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12439
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12440
|
+
in the Software without restriction, including without limitation the rights
|
|
12441
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12442
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
12443
|
+
furnished to do so, subject to the following conditions:
|
|
12444
|
+
|
|
12445
|
+
The above copyright notice and this permission notice shall be included in all
|
|
12446
|
+
copies or substantial portions of the Software.
|
|
12447
|
+
|
|
12448
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
12449
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
12450
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
12451
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
12452
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
12453
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
12454
|
+
SOFTWARE.
|
|
12455
|
+
|
|
12456
|
+
-----------
|
|
12457
|
+
|
|
11938
12458
|
The following npm package may be included in this product:
|
|
11939
12459
|
|
|
11940
12460
|
- inline-style-prefixer@7.0.1
|
|
@@ -12027,7 +12547,7 @@ SOFTWARE.
|
|
|
12027
12547
|
|
|
12028
12548
|
The following npm package may be included in this product:
|
|
12029
12549
|
|
|
12030
|
-
- ajv@8.
|
|
12550
|
+
- ajv@8.18.0
|
|
12031
12551
|
|
|
12032
12552
|
This package contains the following license:
|
|
12033
12553
|
|
|
@@ -12525,8 +13045,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
12525
13045
|
|
|
12526
13046
|
The following npm packages may be included in this product:
|
|
12527
13047
|
|
|
12528
|
-
- picomatch@2.3.
|
|
12529
|
-
- picomatch@3.0.
|
|
13048
|
+
- picomatch@2.3.2
|
|
13049
|
+
- picomatch@3.0.2
|
|
12530
13050
|
|
|
12531
13051
|
These packages each contain the following license:
|
|
12532
13052
|
|
|
@@ -12631,6 +13151,36 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
12631
13151
|
|
|
12632
13152
|
-----------
|
|
12633
13153
|
|
|
13154
|
+
The following npm package may be included in this product:
|
|
13155
|
+
|
|
13156
|
+
- framer-motion@11.18.2
|
|
13157
|
+
|
|
13158
|
+
This package contains the following license:
|
|
13159
|
+
|
|
13160
|
+
The MIT License (MIT)
|
|
13161
|
+
|
|
13162
|
+
Copyright (c) 2018 Framer B.V.
|
|
13163
|
+
|
|
13164
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13165
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13166
|
+
in the Software without restriction, including without limitation the rights
|
|
13167
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13168
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
13169
|
+
furnished to do so, subject to the following conditions:
|
|
13170
|
+
|
|
13171
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13172
|
+
copies or substantial portions of the Software.
|
|
13173
|
+
|
|
13174
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13175
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
13176
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13177
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
13178
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
13179
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
13180
|
+
SOFTWARE.
|
|
13181
|
+
|
|
13182
|
+
-----------
|
|
13183
|
+
|
|
12634
13184
|
The following npm package may be included in this product:
|
|
12635
13185
|
|
|
12636
13186
|
- cross-spawn@7.0.6
|
|
@@ -12933,6 +13483,37 @@ SOFTWARE.
|
|
|
12933
13483
|
|
|
12934
13484
|
-----------
|
|
12935
13485
|
|
|
13486
|
+
The following npm packages may be included in this product:
|
|
13487
|
+
|
|
13488
|
+
- motion-dom@11.18.1
|
|
13489
|
+
- motion-utils@11.18.1
|
|
13490
|
+
|
|
13491
|
+
These packages each contain the following license:
|
|
13492
|
+
|
|
13493
|
+
The MIT License (MIT)
|
|
13494
|
+
|
|
13495
|
+
Copyright (c) 2024 [Motion](https://motion.dev) B.V.
|
|
13496
|
+
|
|
13497
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13498
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13499
|
+
in the Software without restriction, including without limitation the rights
|
|
13500
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13501
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
13502
|
+
furnished to do so, subject to the following conditions:
|
|
13503
|
+
|
|
13504
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13505
|
+
copies or substantial portions of the Software.
|
|
13506
|
+
|
|
13507
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13508
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
13509
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13510
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
13511
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
13512
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
13513
|
+
SOFTWARE.
|
|
13514
|
+
|
|
13515
|
+
-----------
|
|
13516
|
+
|
|
12936
13517
|
The following npm package may be included in this product:
|
|
12937
13518
|
|
|
12938
13519
|
- i18next@25.8.0
|
|
@@ -12963,6 +13544,37 @@ SOFTWARE.
|
|
|
12963
13544
|
|
|
12964
13545
|
-----------
|
|
12965
13546
|
|
|
13547
|
+
The following npm packages may be included in this product:
|
|
13548
|
+
|
|
13549
|
+
- i18next-browser-languagedetector@8.2.1
|
|
13550
|
+
- react-i18next@15.7.4
|
|
13551
|
+
|
|
13552
|
+
These packages each contain the following license:
|
|
13553
|
+
|
|
13554
|
+
The MIT License (MIT)
|
|
13555
|
+
|
|
13556
|
+
Copyright (c) 2025 i18next
|
|
13557
|
+
|
|
13558
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13559
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13560
|
+
in the Software without restriction, including without limitation the rights
|
|
13561
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13562
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
13563
|
+
furnished to do so, subject to the following conditions:
|
|
13564
|
+
|
|
13565
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13566
|
+
copies or substantial portions of the Software.
|
|
13567
|
+
|
|
13568
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13569
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
13570
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13571
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
13572
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
13573
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
13574
|
+
SOFTWARE.
|
|
13575
|
+
|
|
13576
|
+
-----------
|
|
13577
|
+
|
|
12966
13578
|
The following npm package may be included in this product:
|
|
12967
13579
|
|
|
12968
13580
|
- @expo/schema-utils@0.1.8
|
|
@@ -14030,7 +14642,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
14030
14642
|
|
|
14031
14643
|
The following npm package may be included in this product:
|
|
14032
14644
|
|
|
14033
|
-
- node-forge@1.
|
|
14645
|
+
- node-forge@1.4.0
|
|
14034
14646
|
|
|
14035
14647
|
This package contains the following license:
|
|
14036
14648
|
|