@inovitas/infra3dapi 0.2.8 → 1.0.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/12.infra3dapi.js +1 -0
- package/274.infra3dapi.js +1 -0
- package/505.infra3dapi.js +1 -0
- package/80.infra3dapi.js +1 -0
- package/README.md +40 -2
- package/infra3dapi.d.ts +153 -0
- package/infra3dapi.js +1 -1
- package/licenses.txt +55 -825
- package/package.json +1 -43
- package/319.infra3dapi.js +0 -1
- package/32.infra3dapi.js +0 -1
- package/34.infra3dapi.js +0 -1
- package/523.infra3dapi.js +0 -1
package/licenses.txt
CHANGED
|
@@ -94,619 +94,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
94
94
|
@inovitas/infra3dsdk
|
|
95
95
|
SEE LICENSE IN LICENSE
|
|
96
96
|
|
|
97
|
-
@aws-crypto/sha256-js
|
|
98
|
-
Apache-2.0
|
|
99
|
-
Apache License
|
|
100
|
-
Version 2.0, January 2004
|
|
101
|
-
http://www.apache.org/licenses/
|
|
102
|
-
|
|
103
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
104
|
-
|
|
105
|
-
1. Definitions.
|
|
106
|
-
|
|
107
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
108
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
109
|
-
|
|
110
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
111
|
-
the copyright owner that is granting the License.
|
|
112
|
-
|
|
113
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
114
|
-
other entities that control, are controlled by, or are under common
|
|
115
|
-
control with that entity. For the purposes of this definition,
|
|
116
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
117
|
-
direction or management of such entity, whether by contract or
|
|
118
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
119
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
120
|
-
|
|
121
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
122
|
-
exercising permissions granted by this License.
|
|
123
|
-
|
|
124
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
125
|
-
including but not limited to software source code, documentation
|
|
126
|
-
source, and configuration files.
|
|
127
|
-
|
|
128
|
-
"Object" form shall mean any form resulting from mechanical
|
|
129
|
-
transformation or translation of a Source form, including but
|
|
130
|
-
not limited to compiled object code, generated documentation,
|
|
131
|
-
and conversions to other media types.
|
|
132
|
-
|
|
133
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
134
|
-
Object form, made available under the License, as indicated by a
|
|
135
|
-
copyright notice that is included in or attached to the work
|
|
136
|
-
(an example is provided in the Appendix below).
|
|
137
|
-
|
|
138
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
139
|
-
form, that is based on (or derived from) the Work and for which the
|
|
140
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
141
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
142
|
-
of this License, Derivative Works shall not include works that remain
|
|
143
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
144
|
-
the Work and Derivative Works thereof.
|
|
145
|
-
|
|
146
|
-
"Contribution" shall mean any work of authorship, including
|
|
147
|
-
the original version of the Work and any modifications or additions
|
|
148
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
149
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
150
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
151
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
152
|
-
means any form of electronic, verbal, or written communication sent
|
|
153
|
-
to the Licensor or its representatives, including but not limited to
|
|
154
|
-
communication on electronic mailing lists, source code control systems,
|
|
155
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
156
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
157
|
-
excluding communication that is conspicuously marked or otherwise
|
|
158
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
159
|
-
|
|
160
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
161
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
162
|
-
subsequently incorporated within the Work.
|
|
163
|
-
|
|
164
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
165
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
166
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
167
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
168
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
169
|
-
Work and such Derivative Works in Source or Object form.
|
|
170
|
-
|
|
171
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
172
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
173
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
174
|
-
(except as stated in this section) patent license to make, have made,
|
|
175
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
176
|
-
where such license applies only to those patent claims licensable
|
|
177
|
-
by such Contributor that are necessarily infringed by their
|
|
178
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
179
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
180
|
-
institute patent litigation against any entity (including a
|
|
181
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
182
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
183
|
-
or contributory patent infringement, then any patent licenses
|
|
184
|
-
granted to You under this License for that Work shall terminate
|
|
185
|
-
as of the date such litigation is filed.
|
|
186
|
-
|
|
187
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
188
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
189
|
-
modifications, and in Source or Object form, provided that You
|
|
190
|
-
meet the following conditions:
|
|
191
|
-
|
|
192
|
-
(a) You must give any other recipients of the Work or
|
|
193
|
-
Derivative Works a copy of this License; and
|
|
194
|
-
|
|
195
|
-
(b) You must cause any modified files to carry prominent notices
|
|
196
|
-
stating that You changed the files; and
|
|
197
|
-
|
|
198
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
199
|
-
that You distribute, all copyright, patent, trademark, and
|
|
200
|
-
attribution notices from the Source form of the Work,
|
|
201
|
-
excluding those notices that do not pertain to any part of
|
|
202
|
-
the Derivative Works; and
|
|
203
|
-
|
|
204
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
205
|
-
distribution, then any Derivative Works that You distribute must
|
|
206
|
-
include a readable copy of the attribution notices contained
|
|
207
|
-
within such NOTICE file, excluding those notices that do not
|
|
208
|
-
pertain to any part of the Derivative Works, in at least one
|
|
209
|
-
of the following places: within a NOTICE text file distributed
|
|
210
|
-
as part of the Derivative Works; within the Source form or
|
|
211
|
-
documentation, if provided along with the Derivative Works; or,
|
|
212
|
-
within a display generated by the Derivative Works, if and
|
|
213
|
-
wherever such third-party notices normally appear. The contents
|
|
214
|
-
of the NOTICE file are for informational purposes only and
|
|
215
|
-
do not modify the License. You may add Your own attribution
|
|
216
|
-
notices within Derivative Works that You distribute, alongside
|
|
217
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
218
|
-
that such additional attribution notices cannot be construed
|
|
219
|
-
as modifying the License.
|
|
220
|
-
|
|
221
|
-
You may add Your own copyright statement to Your modifications and
|
|
222
|
-
may provide additional or different license terms and conditions
|
|
223
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
224
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
225
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
226
|
-
the conditions stated in this License.
|
|
227
|
-
|
|
228
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
229
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
230
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
231
|
-
this License, without any additional terms or conditions.
|
|
232
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
233
|
-
the terms of any separate license agreement you may have executed
|
|
234
|
-
with Licensor regarding such Contributions.
|
|
235
|
-
|
|
236
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
237
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
238
|
-
except as required for reasonable and customary use in describing the
|
|
239
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
240
|
-
|
|
241
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
242
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
243
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
244
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
245
|
-
implied, including, without limitation, any warranties or conditions
|
|
246
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
247
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
248
|
-
appropriateness of using or redistributing the Work and assume any
|
|
249
|
-
risks associated with Your exercise of permissions under this License.
|
|
250
|
-
|
|
251
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
252
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
253
|
-
unless required by applicable law (such as deliberate and grossly
|
|
254
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
255
|
-
liable to You for damages, including any direct, indirect, special,
|
|
256
|
-
incidental, or consequential damages of any character arising as a
|
|
257
|
-
result of this License or out of the use or inability to use the
|
|
258
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
259
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
260
|
-
other commercial damages or losses), even if such Contributor
|
|
261
|
-
has been advised of the possibility of such damages.
|
|
262
|
-
|
|
263
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
264
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
265
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
266
|
-
or other liability obligations and/or rights consistent with this
|
|
267
|
-
License. However, in accepting such obligations, You may act only
|
|
268
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
269
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
270
|
-
defend, and hold each Contributor harmless for any liability
|
|
271
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
272
|
-
of your accepting any such warranty or additional liability.
|
|
273
|
-
|
|
274
|
-
END OF TERMS AND CONDITIONS
|
|
275
|
-
|
|
276
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
277
|
-
|
|
278
|
-
To apply the Apache License to your work, attach the following
|
|
279
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
280
|
-
replaced with your own identifying information. (Don't include
|
|
281
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
282
|
-
comment syntax for the file format. We also recommend that a
|
|
283
|
-
file or class name and description of purpose be included on the
|
|
284
|
-
same "printed page" as the copyright notice for easier
|
|
285
|
-
identification within third-party archives.
|
|
286
|
-
|
|
287
|
-
Copyright {yyyy} {name of copyright owner}
|
|
288
|
-
|
|
289
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
290
|
-
you may not use this file except in compliance with the License.
|
|
291
|
-
You may obtain a copy of the License at
|
|
292
|
-
|
|
293
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
294
|
-
|
|
295
|
-
Unless required by applicable law or agreed to in writing, software
|
|
296
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
297
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
298
|
-
See the License for the specific language governing permissions and
|
|
299
|
-
limitations under the License.
|
|
300
|
-
|
|
301
|
-
@aws-crypto/util
|
|
302
|
-
Apache-2.0
|
|
303
|
-
Apache License
|
|
304
|
-
Version 2.0, January 2004
|
|
305
|
-
http://www.apache.org/licenses/
|
|
306
|
-
|
|
307
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
308
|
-
|
|
309
|
-
1. Definitions.
|
|
310
|
-
|
|
311
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
312
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
313
|
-
|
|
314
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
315
|
-
the copyright owner that is granting the License.
|
|
316
|
-
|
|
317
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
318
|
-
other entities that control, are controlled by, or are under common
|
|
319
|
-
control with that entity. For the purposes of this definition,
|
|
320
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
321
|
-
direction or management of such entity, whether by contract or
|
|
322
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
323
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
324
|
-
|
|
325
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
326
|
-
exercising permissions granted by this License.
|
|
327
|
-
|
|
328
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
329
|
-
including but not limited to software source code, documentation
|
|
330
|
-
source, and configuration files.
|
|
331
|
-
|
|
332
|
-
"Object" form shall mean any form resulting from mechanical
|
|
333
|
-
transformation or translation of a Source form, including but
|
|
334
|
-
not limited to compiled object code, generated documentation,
|
|
335
|
-
and conversions to other media types.
|
|
336
|
-
|
|
337
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
338
|
-
Object form, made available under the License, as indicated by a
|
|
339
|
-
copyright notice that is included in or attached to the work
|
|
340
|
-
(an example is provided in the Appendix below).
|
|
341
|
-
|
|
342
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
343
|
-
form, that is based on (or derived from) the Work and for which the
|
|
344
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
345
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
346
|
-
of this License, Derivative Works shall not include works that remain
|
|
347
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
348
|
-
the Work and Derivative Works thereof.
|
|
349
|
-
|
|
350
|
-
"Contribution" shall mean any work of authorship, including
|
|
351
|
-
the original version of the Work and any modifications or additions
|
|
352
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
353
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
354
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
355
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
356
|
-
means any form of electronic, verbal, or written communication sent
|
|
357
|
-
to the Licensor or its representatives, including but not limited to
|
|
358
|
-
communication on electronic mailing lists, source code control systems,
|
|
359
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
360
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
361
|
-
excluding communication that is conspicuously marked or otherwise
|
|
362
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
363
|
-
|
|
364
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
365
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
366
|
-
subsequently incorporated within the Work.
|
|
367
|
-
|
|
368
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
369
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
370
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
371
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
372
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
373
|
-
Work and such Derivative Works in Source or Object form.
|
|
374
|
-
|
|
375
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
376
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
377
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
378
|
-
(except as stated in this section) patent license to make, have made,
|
|
379
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
380
|
-
where such license applies only to those patent claims licensable
|
|
381
|
-
by such Contributor that are necessarily infringed by their
|
|
382
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
383
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
384
|
-
institute patent litigation against any entity (including a
|
|
385
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
386
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
387
|
-
or contributory patent infringement, then any patent licenses
|
|
388
|
-
granted to You under this License for that Work shall terminate
|
|
389
|
-
as of the date such litigation is filed.
|
|
390
|
-
|
|
391
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
392
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
393
|
-
modifications, and in Source or Object form, provided that You
|
|
394
|
-
meet the following conditions:
|
|
395
|
-
|
|
396
|
-
(a) You must give any other recipients of the Work or
|
|
397
|
-
Derivative Works a copy of this License; and
|
|
398
|
-
|
|
399
|
-
(b) You must cause any modified files to carry prominent notices
|
|
400
|
-
stating that You changed the files; and
|
|
401
|
-
|
|
402
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
403
|
-
that You distribute, all copyright, patent, trademark, and
|
|
404
|
-
attribution notices from the Source form of the Work,
|
|
405
|
-
excluding those notices that do not pertain to any part of
|
|
406
|
-
the Derivative Works; and
|
|
407
|
-
|
|
408
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
409
|
-
distribution, then any Derivative Works that You distribute must
|
|
410
|
-
include a readable copy of the attribution notices contained
|
|
411
|
-
within such NOTICE file, excluding those notices that do not
|
|
412
|
-
pertain to any part of the Derivative Works, in at least one
|
|
413
|
-
of the following places: within a NOTICE text file distributed
|
|
414
|
-
as part of the Derivative Works; within the Source form or
|
|
415
|
-
documentation, if provided along with the Derivative Works; or,
|
|
416
|
-
within a display generated by the Derivative Works, if and
|
|
417
|
-
wherever such third-party notices normally appear. The contents
|
|
418
|
-
of the NOTICE file are for informational purposes only and
|
|
419
|
-
do not modify the License. You may add Your own attribution
|
|
420
|
-
notices within Derivative Works that You distribute, alongside
|
|
421
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
422
|
-
that such additional attribution notices cannot be construed
|
|
423
|
-
as modifying the License.
|
|
424
|
-
|
|
425
|
-
You may add Your own copyright statement to Your modifications and
|
|
426
|
-
may provide additional or different license terms and conditions
|
|
427
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
428
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
429
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
430
|
-
the conditions stated in this License.
|
|
431
|
-
|
|
432
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
433
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
434
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
435
|
-
this License, without any additional terms or conditions.
|
|
436
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
437
|
-
the terms of any separate license agreement you may have executed
|
|
438
|
-
with Licensor regarding such Contributions.
|
|
439
|
-
|
|
440
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
441
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
442
|
-
except as required for reasonable and customary use in describing the
|
|
443
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
444
|
-
|
|
445
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
446
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
447
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
448
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
449
|
-
implied, including, without limitation, any warranties or conditions
|
|
450
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
451
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
452
|
-
appropriateness of using or redistributing the Work and assume any
|
|
453
|
-
risks associated with Your exercise of permissions under this License.
|
|
454
|
-
|
|
455
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
456
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
457
|
-
unless required by applicable law (such as deliberate and grossly
|
|
458
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
459
|
-
liable to You for damages, including any direct, indirect, special,
|
|
460
|
-
incidental, or consequential damages of any character arising as a
|
|
461
|
-
result of this License or out of the use or inability to use the
|
|
462
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
463
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
464
|
-
other commercial damages or losses), even if such Contributor
|
|
465
|
-
has been advised of the possibility of such damages.
|
|
466
|
-
|
|
467
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
468
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
469
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
470
|
-
or other liability obligations and/or rights consistent with this
|
|
471
|
-
License. However, in accepting such obligations, You may act only
|
|
472
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
473
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
474
|
-
defend, and hold each Contributor harmless for any liability
|
|
475
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
476
|
-
of your accepting any such warranty or additional liability.
|
|
477
|
-
|
|
478
|
-
END OF TERMS AND CONDITIONS
|
|
479
|
-
|
|
480
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
481
|
-
|
|
482
|
-
To apply the Apache License to your work, attach the following
|
|
483
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
484
|
-
replaced with your own identifying information. (Don't include
|
|
485
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
486
|
-
comment syntax for the file format. We also recommend that a
|
|
487
|
-
file or class name and description of purpose be included on the
|
|
488
|
-
same "printed page" as the copyright notice for easier
|
|
489
|
-
identification within third-party archives.
|
|
490
|
-
|
|
491
|
-
Copyright {yyyy} {name of copyright owner}
|
|
492
|
-
|
|
493
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
494
|
-
you may not use this file except in compliance with the License.
|
|
495
|
-
You may obtain a copy of the License at
|
|
496
|
-
|
|
497
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
498
|
-
|
|
499
|
-
Unless required by applicable law or agreed to in writing, software
|
|
500
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
501
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
502
|
-
See the License for the specific language governing permissions and
|
|
503
|
-
limitations under the License.
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
@aws-sdk/util-utf8-browser
|
|
507
|
-
Apache-2.0
|
|
508
|
-
Apache License
|
|
509
|
-
Version 2.0, January 2004
|
|
510
|
-
http://www.apache.org/licenses/
|
|
511
|
-
|
|
512
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
513
|
-
|
|
514
|
-
1. Definitions.
|
|
515
|
-
|
|
516
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
517
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
518
|
-
|
|
519
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
520
|
-
the copyright owner that is granting the License.
|
|
521
|
-
|
|
522
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
523
|
-
other entities that control, are controlled by, or are under common
|
|
524
|
-
control with that entity. For the purposes of this definition,
|
|
525
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
526
|
-
direction or management of such entity, whether by contract or
|
|
527
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
528
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
529
|
-
|
|
530
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
531
|
-
exercising permissions granted by this License.
|
|
532
|
-
|
|
533
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
534
|
-
including but not limited to software source code, documentation
|
|
535
|
-
source, and configuration files.
|
|
536
|
-
|
|
537
|
-
"Object" form shall mean any form resulting from mechanical
|
|
538
|
-
transformation or translation of a Source form, including but
|
|
539
|
-
not limited to compiled object code, generated documentation,
|
|
540
|
-
and conversions to other media types.
|
|
541
|
-
|
|
542
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
543
|
-
Object form, made available under the License, as indicated by a
|
|
544
|
-
copyright notice that is included in or attached to the work
|
|
545
|
-
(an example is provided in the Appendix below).
|
|
546
|
-
|
|
547
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
548
|
-
form, that is based on (or derived from) the Work and for which the
|
|
549
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
550
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
551
|
-
of this License, Derivative Works shall not include works that remain
|
|
552
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
553
|
-
the Work and Derivative Works thereof.
|
|
554
|
-
|
|
555
|
-
"Contribution" shall mean any work of authorship, including
|
|
556
|
-
the original version of the Work and any modifications or additions
|
|
557
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
558
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
559
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
560
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
561
|
-
means any form of electronic, verbal, or written communication sent
|
|
562
|
-
to the Licensor or its representatives, including but not limited to
|
|
563
|
-
communication on electronic mailing lists, source code control systems,
|
|
564
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
565
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
566
|
-
excluding communication that is conspicuously marked or otherwise
|
|
567
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
568
|
-
|
|
569
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
570
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
571
|
-
subsequently incorporated within the Work.
|
|
572
|
-
|
|
573
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
574
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
575
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
576
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
577
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
578
|
-
Work and such Derivative Works in Source or Object form.
|
|
579
|
-
|
|
580
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
581
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
582
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
583
|
-
(except as stated in this section) patent license to make, have made,
|
|
584
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
585
|
-
where such license applies only to those patent claims licensable
|
|
586
|
-
by such Contributor that are necessarily infringed by their
|
|
587
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
588
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
589
|
-
institute patent litigation against any entity (including a
|
|
590
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
591
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
592
|
-
or contributory patent infringement, then any patent licenses
|
|
593
|
-
granted to You under this License for that Work shall terminate
|
|
594
|
-
as of the date such litigation is filed.
|
|
595
|
-
|
|
596
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
597
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
598
|
-
modifications, and in Source or Object form, provided that You
|
|
599
|
-
meet the following conditions:
|
|
600
|
-
|
|
601
|
-
(a) You must give any other recipients of the Work or
|
|
602
|
-
Derivative Works a copy of this License; and
|
|
603
|
-
|
|
604
|
-
(b) You must cause any modified files to carry prominent notices
|
|
605
|
-
stating that You changed the files; and
|
|
606
|
-
|
|
607
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
608
|
-
that You distribute, all copyright, patent, trademark, and
|
|
609
|
-
attribution notices from the Source form of the Work,
|
|
610
|
-
excluding those notices that do not pertain to any part of
|
|
611
|
-
the Derivative Works; and
|
|
612
|
-
|
|
613
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
614
|
-
distribution, then any Derivative Works that You distribute must
|
|
615
|
-
include a readable copy of the attribution notices contained
|
|
616
|
-
within such NOTICE file, excluding those notices that do not
|
|
617
|
-
pertain to any part of the Derivative Works, in at least one
|
|
618
|
-
of the following places: within a NOTICE text file distributed
|
|
619
|
-
as part of the Derivative Works; within the Source form or
|
|
620
|
-
documentation, if provided along with the Derivative Works; or,
|
|
621
|
-
within a display generated by the Derivative Works, if and
|
|
622
|
-
wherever such third-party notices normally appear. The contents
|
|
623
|
-
of the NOTICE file are for informational purposes only and
|
|
624
|
-
do not modify the License. You may add Your own attribution
|
|
625
|
-
notices within Derivative Works that You distribute, alongside
|
|
626
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
627
|
-
that such additional attribution notices cannot be construed
|
|
628
|
-
as modifying the License.
|
|
629
|
-
|
|
630
|
-
You may add Your own copyright statement to Your modifications and
|
|
631
|
-
may provide additional or different license terms and conditions
|
|
632
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
633
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
634
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
635
|
-
the conditions stated in this License.
|
|
636
|
-
|
|
637
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
638
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
639
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
640
|
-
this License, without any additional terms or conditions.
|
|
641
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
642
|
-
the terms of any separate license agreement you may have executed
|
|
643
|
-
with Licensor regarding such Contributions.
|
|
644
|
-
|
|
645
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
646
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
647
|
-
except as required for reasonable and customary use in describing the
|
|
648
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
649
|
-
|
|
650
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
651
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
652
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
653
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
654
|
-
implied, including, without limitation, any warranties or conditions
|
|
655
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
656
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
657
|
-
appropriateness of using or redistributing the Work and assume any
|
|
658
|
-
risks associated with Your exercise of permissions under this License.
|
|
659
|
-
|
|
660
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
661
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
662
|
-
unless required by applicable law (such as deliberate and grossly
|
|
663
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
664
|
-
liable to You for damages, including any direct, indirect, special,
|
|
665
|
-
incidental, or consequential damages of any character arising as a
|
|
666
|
-
result of this License or out of the use or inability to use the
|
|
667
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
668
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
669
|
-
other commercial damages or losses), even if such Contributor
|
|
670
|
-
has been advised of the possibility of such damages.
|
|
671
|
-
|
|
672
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
673
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
674
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
675
|
-
or other liability obligations and/or rights consistent with this
|
|
676
|
-
License. However, in accepting such obligations, You may act only
|
|
677
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
678
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
679
|
-
defend, and hold each Contributor harmless for any liability
|
|
680
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
681
|
-
of your accepting any such warranty or additional liability.
|
|
682
|
-
|
|
683
|
-
END OF TERMS AND CONDITIONS
|
|
684
|
-
|
|
685
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
686
|
-
|
|
687
|
-
To apply the Apache License to your work, attach the following
|
|
688
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
689
|
-
replaced with your own identifying information. (Don't include
|
|
690
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
691
|
-
comment syntax for the file format. We also recommend that a
|
|
692
|
-
file or class name and description of purpose be included on the
|
|
693
|
-
same "printed page" as the copyright notice for easier
|
|
694
|
-
identification within third-party archives.
|
|
695
|
-
|
|
696
|
-
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
697
|
-
|
|
698
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
699
|
-
you may not use this file except in compliance with the License.
|
|
700
|
-
You may obtain a copy of the License at
|
|
701
|
-
|
|
702
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
703
|
-
|
|
704
|
-
Unless required by applicable law or agreed to in writing, software
|
|
705
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
706
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
707
|
-
See the License for the specific language governing permissions and
|
|
708
|
-
limitations under the License.
|
|
709
|
-
|
|
710
97
|
@babel/runtime
|
|
711
98
|
MIT
|
|
712
99
|
MIT License
|
|
@@ -1289,8 +676,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1289
676
|
MIT
|
|
1290
677
|
MIT License
|
|
1291
678
|
|
|
1292
|
-
Copyright (c) React Training 2015-2019
|
|
1293
|
-
Copyright (c) Remix Software 2020-
|
|
679
|
+
Copyright (c) React Training LLC 2015-2019
|
|
680
|
+
Copyright (c) Remix Software Inc. 2020-2021
|
|
681
|
+
Copyright (c) Shopify Inc. 2022-2023
|
|
1294
682
|
|
|
1295
683
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1296
684
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1313,32 +701,28 @@ SOFTWARE.
|
|
|
1313
701
|
|
|
1314
702
|
@terrestris/base-util
|
|
1315
703
|
BSD-2-Clause
|
|
1316
|
-
|
|
704
|
+
Copyright 2018-present terrestris GmbH & Co. KG
|
|
1317
705
|
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
> Redistribution and use in source and binary forms, with or without modification,
|
|
1321
|
-
> are permitted provided that the following conditions are met:
|
|
1322
|
-
>
|
|
1323
|
-
> 1. Redistributions of source code must retain the above copyright notice, this
|
|
1324
|
-
> list of conditions and the following disclaimer.
|
|
1325
|
-
>
|
|
1326
|
-
> 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
1327
|
-
> this list of conditions and the following disclaimer in the documentation
|
|
1328
|
-
> and/or other materials provided with the distribution.
|
|
1329
|
-
>
|
|
1330
|
-
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1331
|
-
> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1332
|
-
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
1333
|
-
> IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
|
1334
|
-
> INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
1335
|
-
> BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1336
|
-
> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
1337
|
-
> LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
1338
|
-
> OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
1339
|
-
> OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
706
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
707
|
+
are permitted provided that the following conditions are met:
|
|
1340
708
|
|
|
1341
|
-
|
|
709
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
710
|
+
list of conditions and the following disclaimer.
|
|
711
|
+
|
|
712
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
713
|
+
this list of conditions and the following disclaimer in the documentation
|
|
714
|
+
and/or other materials provided with the distribution.
|
|
715
|
+
|
|
716
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
717
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
718
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
719
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
|
720
|
+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
721
|
+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
722
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
723
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
724
|
+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
725
|
+
OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1342
726
|
|
|
1343
727
|
|
|
1344
728
|
@terrestris/ol-util
|
|
@@ -1371,83 +755,6 @@ This project is licensed under the 2-Clause BSD License:
|
|
|
1371
755
|
Source: https://opensource.org/licenses/BSD-2-Clause
|
|
1372
756
|
|
|
1373
757
|
|
|
1374
|
-
amazon-cognito-identity-js
|
|
1375
|
-
Apache-2.0
|
|
1376
|
-
Apache License
|
|
1377
|
-
Version 2.0, January 2004
|
|
1378
|
-
http://www.apache.org/licenses/
|
|
1379
|
-
|
|
1380
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1381
|
-
|
|
1382
|
-
1. Definitions.
|
|
1383
|
-
|
|
1384
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
1385
|
-
|
|
1386
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
1387
|
-
|
|
1388
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1389
|
-
|
|
1390
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
1391
|
-
|
|
1392
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
1393
|
-
|
|
1394
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
1395
|
-
|
|
1396
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
1397
|
-
|
|
1398
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
1399
|
-
|
|
1400
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
1401
|
-
|
|
1402
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
1403
|
-
|
|
1404
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
1405
|
-
|
|
1406
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
1407
|
-
|
|
1408
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
1409
|
-
|
|
1410
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
1411
|
-
|
|
1412
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
1413
|
-
|
|
1414
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
1415
|
-
|
|
1416
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
1417
|
-
|
|
1418
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
1419
|
-
|
|
1420
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
1421
|
-
|
|
1422
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
1423
|
-
|
|
1424
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
1425
|
-
|
|
1426
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
1427
|
-
|
|
1428
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
1429
|
-
|
|
1430
|
-
END OF TERMS AND CONDITIONS
|
|
1431
|
-
|
|
1432
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
1433
|
-
|
|
1434
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
1435
|
-
|
|
1436
|
-
Copyright [yyyy] [name of copyright owner]
|
|
1437
|
-
|
|
1438
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1439
|
-
you may not use this file except in compliance with the License.
|
|
1440
|
-
You may obtain a copy of the License at
|
|
1441
|
-
|
|
1442
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
1443
|
-
|
|
1444
|
-
Unless required by applicable law or agreed to in writing, software
|
|
1445
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1446
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1447
|
-
See the License for the specific language governing permissions and
|
|
1448
|
-
limitations under the License.
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
758
|
base64-js
|
|
1452
759
|
MIT
|
|
1453
760
|
The MIT License (MIT)
|
|
@@ -1732,30 +1039,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
1732
1039
|
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.
|
|
1733
1040
|
|
|
1734
1041
|
|
|
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
|
-
|
|
1759
1042
|
ev-store
|
|
1760
1043
|
MIT
|
|
1761
1044
|
Copyright (c) 2012 Colingo.
|
|
@@ -2749,12 +2032,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
2749
2032
|
THE SOFTWARE.
|
|
2750
2033
|
|
|
2751
2034
|
|
|
2752
|
-
isarray
|
|
2753
|
-
MIT
|
|
2754
|
-
|
|
2755
|
-
isomorphic-unfetch
|
|
2756
|
-
MIT
|
|
2757
|
-
|
|
2758
2035
|
jquery
|
|
2759
2036
|
MIT
|
|
2760
2037
|
Copyright JS Foundation and other contributors, https://js.foundation/
|
|
@@ -2779,31 +2056,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
2779
2056
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2780
2057
|
|
|
2781
2058
|
|
|
2782
|
-
js-cookie
|
|
2783
|
-
MIT
|
|
2784
|
-
MIT License
|
|
2785
|
-
|
|
2786
|
-
Copyright (c) 2018 Copyright 2018 Klaus Hartl, Fagner Brack, GitHub Contributors
|
|
2787
|
-
|
|
2788
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2789
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2790
|
-
in the Software without restriction, including without limitation the rights
|
|
2791
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2792
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2793
|
-
furnished to do so, subject to the following conditions:
|
|
2794
|
-
|
|
2795
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2796
|
-
copies or substantial portions of the Software.
|
|
2797
|
-
|
|
2798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2799
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2800
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2801
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2802
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2803
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2804
|
-
SOFTWARE.
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
2059
|
jszip
|
|
2808
2060
|
(MIT OR GPL-3.0-or-later)
|
|
2809
2061
|
JSZip is dual licensed. At your choice you may use it under the MIT license *or* the GPLv3
|
|
@@ -3889,7 +3141,7 @@ react-i18next
|
|
|
3889
3141
|
MIT
|
|
3890
3142
|
The MIT License (MIT)
|
|
3891
3143
|
|
|
3892
|
-
Copyright (c)
|
|
3144
|
+
Copyright (c) 2023 i18next
|
|
3893
3145
|
|
|
3894
3146
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3895
3147
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3936,36 +3188,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3936
3188
|
SOFTWARE.
|
|
3937
3189
|
|
|
3938
3190
|
|
|
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
|
-
|
|
3963
3191
|
react-router
|
|
3964
3192
|
MIT
|
|
3965
3193
|
MIT License
|
|
3966
3194
|
|
|
3967
|
-
Copyright (c) React Training 2015-2019
|
|
3968
|
-
Copyright (c) Remix Software 2020-
|
|
3195
|
+
Copyright (c) React Training LLC 2015-2019
|
|
3196
|
+
Copyright (c) Remix Software Inc. 2020-2021
|
|
3197
|
+
Copyright (c) Shopify Inc. 2022-2023
|
|
3969
3198
|
|
|
3970
3199
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3971
3200
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3990,8 +3219,9 @@ react-router-dom
|
|
|
3990
3219
|
MIT
|
|
3991
3220
|
MIT License
|
|
3992
3221
|
|
|
3993
|
-
Copyright (c) React Training 2015-2019
|
|
3994
|
-
Copyright (c) Remix Software 2020-
|
|
3222
|
+
Copyright (c) React Training LLC 2015-2019
|
|
3223
|
+
Copyright (c) Remix Software Inc. 2020-2021
|
|
3224
|
+
Copyright (c) Shopify Inc. 2022-2023
|
|
3995
3225
|
|
|
3996
3226
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3997
3227
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4522,6 +3752,31 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
4522
3752
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4523
3753
|
|
|
4524
3754
|
|
|
3755
|
+
stylis
|
|
3756
|
+
MIT
|
|
3757
|
+
MIT License
|
|
3758
|
+
|
|
3759
|
+
Copyright (c) 2016-present Sultan Tarimo
|
|
3760
|
+
|
|
3761
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3762
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3763
|
+
in the Software without restriction, including without limitation the rights
|
|
3764
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3765
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3766
|
+
furnished to do so, subject to the following conditions:
|
|
3767
|
+
|
|
3768
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3769
|
+
copies or substantial portions of the Software.
|
|
3770
|
+
|
|
3771
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3772
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3773
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3774
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3775
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3776
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3777
|
+
SOFTWARE.
|
|
3778
|
+
|
|
3779
|
+
|
|
4525
3780
|
three
|
|
4526
3781
|
MIT
|
|
4527
3782
|
The MIT License
|
|
@@ -4562,31 +3817,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
4562
3817
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
4563
3818
|
PERFORMANCE OF THIS SOFTWARE.
|
|
4564
3819
|
|
|
4565
|
-
unfetch
|
|
4566
|
-
MIT
|
|
4567
|
-
The MIT License (MIT)
|
|
4568
|
-
|
|
4569
|
-
Copyright (c) 2017 Jason Miller
|
|
4570
|
-
|
|
4571
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4572
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4573
|
-
in the Software without restriction, including without limitation the rights
|
|
4574
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4575
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4576
|
-
furnished to do so, subject to the following conditions:
|
|
4577
|
-
|
|
4578
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4579
|
-
copies or substantial portions of the Software.
|
|
4580
|
-
|
|
4581
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4582
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4583
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4584
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4585
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4586
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4587
|
-
SOFTWARE.
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
3820
|
url-parse
|
|
4591
3821
|
MIT
|
|
4592
3822
|
The MIT License (MIT)
|