@inovitas/infra3dapi 0.1.0-alpha

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/licenses.txt ADDED
@@ -0,0 +1,4412 @@
1
+ # Licenses and Copyright Notices:
2
+
3
+ Copyright (C) 2023 iNovitas AG and its affiliate(s).
4
+ All rights reserved.
5
+
6
+ This software and other materials contain proprietary information
7
+ controlled by iNovitas AG and are protected by applicable copyright legislation.
8
+ Any use and utilization of this software and other materials and
9
+ disclosure to any third parties is conditional upon having a separate
10
+ agreement with iNovitas AG for the access, use, utilization or disclosure of this
11
+ software. In the absence of such agreement, the use of the software is not
12
+ allowed.
13
+
14
+ ---
15
+
16
+ This project contains or depends on third-party software components to which the following licenses apply:
17
+
18
+ ---
19
+
20
+ mapillary-js
21
+ MIT
22
+ MIT License
23
+
24
+ Copyright (c) Facebook, Inc. and its affiliates.
25
+
26
+ Permission is hereby granted, free of charge, to any person obtaining a copy
27
+ of this software and associated documentation files (the "Software"), to deal
28
+ in the Software without restriction, including without limitation the rights
29
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30
+ copies of the Software, and to permit persons to whom the Software is
31
+ furnished to do so, subject to the following conditions:
32
+
33
+ The above copyright notice and this permission notice shall be included in all
34
+ copies or substantial portions of the Software.
35
+
36
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42
+ SOFTWARE.
43
+
44
+ shapefile-js
45
+ MIT
46
+ MIT License
47
+
48
+ Main library MIT license, original version was less permissive but there is 0 code shared. Included libraries are under their respective lisenses which are:
49
+
50
+ JSZip by @Stuk MIT or GPLv3
51
+ lie by me and @RubenVerborgh MIT
52
+ setImmediate by @NobleJS et al MIT
53
+ World Borders shapefile is CC-BY-SA 3.0.
54
+ Park and Ride shapefile is from MassDOT and is public domain.
55
+ MA town boundaries from MassGIS and is public domain
56
+ NJ County Boundaries from NJgin and should be public domain.
57
+ Proj4js by me et al MIT
58
+
59
+ seidel
60
+ MIT
61
+ MIT License
62
+
63
+ Copyright (c) 2014 Mapbox
64
+
65
+ Based on a port of poly2tri Seidel algorithm implementation
66
+ Copyright (c) 2009, Mason Green
67
+
68
+ All rights reserved.
69
+
70
+ Redistribution and use in source and binary forms, with or without modification,
71
+ are permitted provided that the following conditions are met:
72
+
73
+ Redistributions of source code must retain the above copyright notice,
74
+ self list of conditions and the following disclaimer.
75
+ Redistributions in binary form must reproduce the above copyright notice,
76
+ self list of conditions and the following disclaimer in the documentation
77
+ and/or other materials provided with the distribution.
78
+ Neither the name of Poly2Tri nor the names of its contributors may be
79
+ used to endorse or promote products derived from self software without specific
80
+ prior written permission.
81
+
82
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
83
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
84
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
85
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
86
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
87
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
88
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
89
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
90
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
91
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
92
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
93
+
94
+ @inovitas/infra3dsdk
95
+ SEE LICENSE IN LICENSE
96
+
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
+ @babel/runtime
711
+ MIT
712
+ MIT License
713
+
714
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
715
+
716
+ Permission is hereby granted, free of charge, to any person obtaining
717
+ a copy of this software and associated documentation files (the
718
+ "Software"), to deal in the Software without restriction, including
719
+ without limitation the rights to use, copy, modify, merge, publish,
720
+ distribute, sublicense, and/or sell copies of the Software, and to
721
+ permit persons to whom the Software is furnished to do so, subject to
722
+ the following conditions:
723
+
724
+ The above copyright notice and this permission notice shall be
725
+ included in all copies or substantial portions of the Software.
726
+
727
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
728
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
729
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
730
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
731
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
732
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
733
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
734
+
735
+
736
+ @elastic/apm-rum
737
+ MIT
738
+ MIT License
739
+
740
+ Copyright (c) 2017-present, Elasticsearch BV
741
+
742
+ Permission is hereby granted, free of charge, to any person obtaining a copy
743
+ of this software and associated documentation files (the "Software"), to deal
744
+ in the Software without restriction, including without limitation the rights
745
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
746
+ copies of the Software, and to permit persons to whom the Software is
747
+ furnished to do so, subject to the following conditions:
748
+
749
+ The above copyright notice and this permission notice shall be included in
750
+ all copies or substantial portions of the Software.
751
+
752
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
753
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
754
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
755
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
756
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
757
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
758
+ THE SOFTWARE.
759
+
760
+
761
+ @elastic/apm-rum-core
762
+ MIT
763
+ MIT License
764
+
765
+ Copyright (c) 2017-present, Elasticsearch BV
766
+
767
+ Permission is hereby granted, free of charge, to any person obtaining a copy
768
+ of this software and associated documentation files (the "Software"), to deal
769
+ in the Software without restriction, including without limitation the rights
770
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
771
+ copies of the Software, and to permit persons to whom the Software is
772
+ furnished to do so, subject to the following conditions:
773
+
774
+ The above copyright notice and this permission notice shall be included in
775
+ all copies or substantial portions of the Software.
776
+
777
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
778
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
779
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
780
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
781
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
782
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
783
+ THE SOFTWARE.
784
+
785
+
786
+ @emotion/cache
787
+ MIT
788
+ MIT License
789
+
790
+ Copyright (c) Emotion team and other contributors
791
+
792
+ Permission is hereby granted, free of charge, to any person obtaining a copy
793
+ of this software and associated documentation files (the "Software"), to deal
794
+ in the Software without restriction, including without limitation the rights
795
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
796
+ copies of the Software, and to permit persons to whom the Software is
797
+ furnished to do so, subject to the following conditions:
798
+
799
+ The above copyright notice and this permission notice shall be included in all
800
+ copies or substantial portions of the Software.
801
+
802
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
803
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
804
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
805
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
806
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
807
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
808
+ SOFTWARE.
809
+
810
+
811
+ @emotion/hash
812
+ MIT
813
+ MIT License
814
+
815
+ Copyright (c) Emotion team and other contributors
816
+
817
+ Permission is hereby granted, free of charge, to any person obtaining a copy
818
+ of this software and associated documentation files (the "Software"), to deal
819
+ in the Software without restriction, including without limitation the rights
820
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
821
+ copies of the Software, and to permit persons to whom the Software is
822
+ furnished to do so, subject to the following conditions:
823
+
824
+ The above copyright notice and this permission notice shall be included in all
825
+ copies or substantial portions of the Software.
826
+
827
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
828
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
829
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
830
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
831
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
832
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
833
+ SOFTWARE.
834
+
835
+
836
+ @emotion/is-prop-valid
837
+ MIT
838
+ MIT License
839
+
840
+ Copyright (c) Emotion team and other contributors
841
+
842
+ Permission is hereby granted, free of charge, to any person obtaining a copy
843
+ of this software and associated documentation files (the "Software"), to deal
844
+ in the Software without restriction, including without limitation the rights
845
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
846
+ copies of the Software, and to permit persons to whom the Software is
847
+ furnished to do so, subject to the following conditions:
848
+
849
+ The above copyright notice and this permission notice shall be included in all
850
+ copies or substantial portions of the Software.
851
+
852
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
853
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
854
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
855
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
856
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
857
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
858
+ SOFTWARE.
859
+
860
+
861
+ @emotion/memoize
862
+ MIT
863
+ MIT License
864
+
865
+ Copyright (c) Emotion team and other contributors
866
+
867
+ Permission is hereby granted, free of charge, to any person obtaining a copy
868
+ of this software and associated documentation files (the "Software"), to deal
869
+ in the Software without restriction, including without limitation the rights
870
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
871
+ copies of the Software, and to permit persons to whom the Software is
872
+ furnished to do so, subject to the following conditions:
873
+
874
+ The above copyright notice and this permission notice shall be included in all
875
+ copies or substantial portions of the Software.
876
+
877
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
878
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
879
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
880
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
881
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
882
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
883
+ SOFTWARE.
884
+
885
+
886
+ @emotion/react
887
+ MIT
888
+ MIT License
889
+
890
+ Copyright (c) Emotion team and other contributors
891
+
892
+ Permission is hereby granted, free of charge, to any person obtaining a copy
893
+ of this software and associated documentation files (the "Software"), to deal
894
+ in the Software without restriction, including without limitation the rights
895
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
896
+ copies of the Software, and to permit persons to whom the Software is
897
+ furnished to do so, subject to the following conditions:
898
+
899
+ The above copyright notice and this permission notice shall be included in all
900
+ copies or substantial portions of the Software.
901
+
902
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
903
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
904
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
905
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
906
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
907
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
908
+ SOFTWARE.
909
+
910
+
911
+ @emotion/serialize
912
+ MIT
913
+ MIT License
914
+
915
+ Copyright (c) Emotion team and other contributors
916
+
917
+ Permission is hereby granted, free of charge, to any person obtaining a copy
918
+ of this software and associated documentation files (the "Software"), to deal
919
+ in the Software without restriction, including without limitation the rights
920
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
921
+ copies of the Software, and to permit persons to whom the Software is
922
+ furnished to do so, subject to the following conditions:
923
+
924
+ The above copyright notice and this permission notice shall be included in all
925
+ copies or substantial portions of the Software.
926
+
927
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
928
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
929
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
930
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
931
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
932
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
933
+ SOFTWARE.
934
+
935
+
936
+ @emotion/sheet
937
+ MIT
938
+ MIT License
939
+
940
+ Copyright (c) Emotion team and other contributors
941
+
942
+ Permission is hereby granted, free of charge, to any person obtaining a copy
943
+ of this software and associated documentation files (the "Software"), to deal
944
+ in the Software without restriction, including without limitation the rights
945
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
946
+ copies of the Software, and to permit persons to whom the Software is
947
+ furnished to do so, subject to the following conditions:
948
+
949
+ The above copyright notice and this permission notice shall be included in all
950
+ copies or substantial portions of the Software.
951
+
952
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
953
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
954
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
955
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
956
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
957
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
958
+ SOFTWARE.
959
+
960
+
961
+ @emotion/styled
962
+ MIT
963
+ MIT License
964
+
965
+ Copyright (c) Emotion team and other contributors
966
+
967
+ Permission is hereby granted, free of charge, to any person obtaining a copy
968
+ of this software and associated documentation files (the "Software"), to deal
969
+ in the Software without restriction, including without limitation the rights
970
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
971
+ copies of the Software, and to permit persons to whom the Software is
972
+ furnished to do so, subject to the following conditions:
973
+
974
+ The above copyright notice and this permission notice shall be included in all
975
+ copies or substantial portions of the Software.
976
+
977
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
978
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
979
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
980
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
981
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
982
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
983
+ SOFTWARE.
984
+
985
+
986
+ @emotion/unitless
987
+ MIT
988
+ MIT License
989
+
990
+ Copyright (c) Emotion team and other contributors
991
+
992
+ Permission is hereby granted, free of charge, to any person obtaining a copy
993
+ of this software and associated documentation files (the "Software"), to deal
994
+ in the Software without restriction, including without limitation the rights
995
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
996
+ copies of the Software, and to permit persons to whom the Software is
997
+ furnished to do so, subject to the following conditions:
998
+
999
+ The above copyright notice and this permission notice shall be included in all
1000
+ copies or substantial portions of the Software.
1001
+
1002
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1003
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1004
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1005
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1006
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1007
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1008
+ SOFTWARE.
1009
+
1010
+
1011
+ @emotion/use-insertion-effect-with-fallbacks
1012
+ MIT
1013
+ MIT License
1014
+
1015
+ Copyright (c) Emotion team and other contributors
1016
+
1017
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1018
+ of this software and associated documentation files (the "Software"), to deal
1019
+ in the Software without restriction, including without limitation the rights
1020
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1021
+ copies of the Software, and to permit persons to whom the Software is
1022
+ furnished to do so, subject to the following conditions:
1023
+
1024
+ The above copyright notice and this permission notice shall be included in all
1025
+ copies or substantial portions of the Software.
1026
+
1027
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1028
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1029
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1030
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1031
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1032
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1033
+ SOFTWARE.
1034
+
1035
+
1036
+ @emotion/utils
1037
+ MIT
1038
+ MIT License
1039
+
1040
+ Copyright (c) Emotion team and other contributors
1041
+
1042
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1043
+ of this software and associated documentation files (the "Software"), to deal
1044
+ in the Software without restriction, including without limitation the rights
1045
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1046
+ copies of the Software, and to permit persons to whom the Software is
1047
+ furnished to do so, subject to the following conditions:
1048
+
1049
+ The above copyright notice and this permission notice shall be included in all
1050
+ copies or substantial portions of the Software.
1051
+
1052
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1053
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1054
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1055
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1056
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1057
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1058
+ SOFTWARE.
1059
+
1060
+
1061
+ @inovitas/shapefile-js
1062
+ MIT
1063
+
1064
+ @mui/base
1065
+ MIT
1066
+ The MIT License (MIT)
1067
+
1068
+ Copyright (c) 2014 Call-Em-All
1069
+
1070
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1071
+ of this software and associated documentation files (the "Software"), to deal
1072
+ in the Software without restriction, including without limitation the rights
1073
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1074
+ copies of the Software, and to permit persons to whom the Software is
1075
+ furnished to do so, subject to the following conditions:
1076
+
1077
+ The above copyright notice and this permission notice shall be included in all
1078
+ copies or substantial portions of the Software.
1079
+
1080
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1081
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1082
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1083
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1084
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1085
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1086
+ SOFTWARE.
1087
+
1088
+
1089
+ @mui/icons-material
1090
+ MIT
1091
+ The MIT License (MIT)
1092
+
1093
+ Copyright (c) 2014 Call-Em-All
1094
+
1095
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1096
+ of this software and associated documentation files (the "Software"), to deal
1097
+ in the Software without restriction, including without limitation the rights
1098
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1099
+ copies of the Software, and to permit persons to whom the Software is
1100
+ furnished to do so, subject to the following conditions:
1101
+
1102
+ The above copyright notice and this permission notice shall be included in all
1103
+ copies or substantial portions of the Software.
1104
+
1105
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1106
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1107
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1108
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1109
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1110
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1111
+ SOFTWARE.
1112
+
1113
+
1114
+ @mui/lab
1115
+ MIT
1116
+ The MIT License (MIT)
1117
+
1118
+ Copyright (c) 2014 Call-Em-All
1119
+
1120
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1121
+ of this software and associated documentation files (the "Software"), to deal
1122
+ in the Software without restriction, including without limitation the rights
1123
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1124
+ copies of the Software, and to permit persons to whom the Software is
1125
+ furnished to do so, subject to the following conditions:
1126
+
1127
+ The above copyright notice and this permission notice shall be included in all
1128
+ copies or substantial portions of the Software.
1129
+
1130
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1131
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1132
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1133
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1134
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1135
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1136
+ SOFTWARE.
1137
+
1138
+
1139
+ @mui/material
1140
+ MIT
1141
+ The MIT License (MIT)
1142
+
1143
+ Copyright (c) 2014 Call-Em-All
1144
+
1145
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1146
+ of this software and associated documentation files (the "Software"), to deal
1147
+ in the Software without restriction, including without limitation the rights
1148
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1149
+ copies of the Software, and to permit persons to whom the Software is
1150
+ furnished to do so, subject to the following conditions:
1151
+
1152
+ The above copyright notice and this permission notice shall be included in all
1153
+ copies or substantial portions of the Software.
1154
+
1155
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1156
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1157
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1158
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1159
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1160
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1161
+ SOFTWARE.
1162
+
1163
+
1164
+ @mui/private-theming
1165
+ MIT
1166
+ The MIT License (MIT)
1167
+
1168
+ Copyright (c) 2014 Call-Em-All
1169
+
1170
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1171
+ of this software and associated documentation files (the "Software"), to deal
1172
+ in the Software without restriction, including without limitation the rights
1173
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1174
+ copies of the Software, and to permit persons to whom the Software is
1175
+ furnished to do so, subject to the following conditions:
1176
+
1177
+ The above copyright notice and this permission notice shall be included in all
1178
+ copies or substantial portions of the Software.
1179
+
1180
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1181
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1182
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1183
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1184
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1185
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1186
+ SOFTWARE.
1187
+
1188
+
1189
+ @mui/styled-engine
1190
+ MIT
1191
+ The MIT License (MIT)
1192
+
1193
+ Copyright (c) 2014 Call-Em-All
1194
+
1195
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1196
+ of this software and associated documentation files (the "Software"), to deal
1197
+ in the Software without restriction, including without limitation the rights
1198
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1199
+ copies of the Software, and to permit persons to whom the Software is
1200
+ furnished to do so, subject to the following conditions:
1201
+
1202
+ The above copyright notice and this permission notice shall be included in all
1203
+ copies or substantial portions of the Software.
1204
+
1205
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1206
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1207
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1208
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1209
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1210
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1211
+ SOFTWARE.
1212
+
1213
+
1214
+ @mui/system
1215
+ MIT
1216
+ The MIT License (MIT)
1217
+
1218
+ Copyright (c) 2014 Call-Em-All
1219
+
1220
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1221
+ of this software and associated documentation files (the "Software"), to deal
1222
+ in the Software without restriction, including without limitation the rights
1223
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1224
+ copies of the Software, and to permit persons to whom the Software is
1225
+ furnished to do so, subject to the following conditions:
1226
+
1227
+ The above copyright notice and this permission notice shall be included in all
1228
+ copies or substantial portions of the Software.
1229
+
1230
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1231
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1232
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1233
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1234
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1235
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1236
+ SOFTWARE.
1237
+
1238
+
1239
+ @mui/utils
1240
+ MIT
1241
+ The MIT License (MIT)
1242
+
1243
+ Copyright (c) 2014 Call-Em-All
1244
+
1245
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1246
+ of this software and associated documentation files (the "Software"), to deal
1247
+ in the Software without restriction, including without limitation the rights
1248
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1249
+ copies of the Software, and to permit persons to whom the Software is
1250
+ furnished to do so, subject to the following conditions:
1251
+
1252
+ The above copyright notice and this permission notice shall be included in all
1253
+ copies or substantial portions of the Software.
1254
+
1255
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1256
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1257
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1258
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1259
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1260
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1261
+ SOFTWARE.
1262
+
1263
+
1264
+ @popperjs/core
1265
+ MIT
1266
+ The MIT License (MIT)
1267
+
1268
+ Copyright (c) 2019 Federico Zivolo
1269
+
1270
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1271
+ this software and associated documentation files (the "Software"), to deal in
1272
+ the Software without restriction, including without limitation the rights to
1273
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1274
+ the Software, and to permit persons to whom the Software is furnished to do so,
1275
+ subject to the following conditions:
1276
+
1277
+ The above copyright notice and this permission notice shall be included in all
1278
+ copies or substantial portions of the Software.
1279
+
1280
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1281
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1282
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1283
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1284
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1285
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1286
+
1287
+
1288
+ @remix-run/router
1289
+ MIT
1290
+ MIT License
1291
+
1292
+ Copyright (c) React Training 2015-2019
1293
+ Copyright (c) Remix Software 2020-2022
1294
+
1295
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1296
+ of this software and associated documentation files (the "Software"), to deal
1297
+ in the Software without restriction, including without limitation the rights
1298
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1299
+ copies of the Software, and to permit persons to whom the Software is
1300
+ furnished to do so, subject to the following conditions:
1301
+
1302
+ The above copyright notice and this permission notice shall be included in all
1303
+ copies or substantial portions of the Software.
1304
+
1305
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1306
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1307
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1308
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1309
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1310
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1311
+ SOFTWARE.
1312
+
1313
+
1314
+ @terrestris/base-util
1315
+ BSD-2-Clause
1316
+ This project is licensed under the 2-Clause BSD License:
1317
+
1318
+ > Copyright 2018-present terrestris GmbH & Co. KG
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.
1340
+
1341
+ Source: https://opensource.org/licenses/BSD-2-Clause
1342
+
1343
+
1344
+ @terrestris/ol-util
1345
+ BSD-2-Clause
1346
+ This project is licensed under the 2-Clause BSD License:
1347
+
1348
+ > Copyright 2018-present terrestris GmbH & Co. KG
1349
+ >
1350
+ > Redistribution and use in source and binary forms, with or without modification,
1351
+ > are permitted provided that the following conditions are met:
1352
+ >
1353
+ > 1. Redistributions of source code must retain the above copyright notice, this
1354
+ > list of conditions and the following disclaimer.
1355
+ >
1356
+ > 2. Redistributions in binary form must reproduce the above copyright notice,
1357
+ > this list of conditions and the following disclaimer in the documentation
1358
+ > and/or other materials provided with the distribution.
1359
+ >
1360
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1361
+ > ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1362
+ > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1363
+ > IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
1364
+ > INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1365
+ > BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1366
+ > DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1367
+ > LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
1368
+ > OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1369
+ > OF THE POSSIBILITY OF SUCH DAMAGE.
1370
+
1371
+ Source: https://opensource.org/licenses/BSD-2-Clause
1372
+
1373
+
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
+ base64-js
1452
+ MIT
1453
+ The MIT License (MIT)
1454
+
1455
+ Copyright (c) 2014 Jameson Little
1456
+
1457
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1458
+ of this software and associated documentation files (the "Software"), to deal
1459
+ in the Software without restriction, including without limitation the rights
1460
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1461
+ copies of the Software, and to permit persons to whom the Software is
1462
+ furnished to do so, subject to the following conditions:
1463
+
1464
+ The above copyright notice and this permission notice shall be included in
1465
+ all copies or substantial portions of the Software.
1466
+
1467
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1468
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1469
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1470
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1471
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1472
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1473
+ THE SOFTWARE.
1474
+
1475
+
1476
+ browser-split
1477
+ MIT
1478
+
1479
+ buffer
1480
+ MIT
1481
+ The MIT License (MIT)
1482
+
1483
+ Copyright (c) Feross Aboukhadijeh, and other contributors.
1484
+
1485
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1486
+ of this software and associated documentation files (the "Software"), to deal
1487
+ in the Software without restriction, including without limitation the rights
1488
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1489
+ copies of the Software, and to permit persons to whom the Software is
1490
+ furnished to do so, subject to the following conditions:
1491
+
1492
+ The above copyright notice and this permission notice shall be included in
1493
+ all copies or substantial portions of the Software.
1494
+
1495
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1496
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1497
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1498
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1499
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1500
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1501
+ THE SOFTWARE.
1502
+
1503
+
1504
+ clsx
1505
+ MIT
1506
+ MIT License
1507
+
1508
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1509
+
1510
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1511
+
1512
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1513
+
1514
+ 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.
1515
+
1516
+
1517
+ css-loader
1518
+ MIT
1519
+ Copyright JS Foundation and other contributors
1520
+
1521
+ Permission is hereby granted, free of charge, to any person obtaining
1522
+ a copy of this software and associated documentation files (the
1523
+ 'Software'), to deal in the Software without restriction, including
1524
+ without limitation the rights to use, copy, modify, merge, publish,
1525
+ distribute, sublicense, and/or sell copies of the Software, and to
1526
+ permit persons to whom the Software is furnished to do so, subject to
1527
+ the following conditions:
1528
+
1529
+ The above copyright notice and this permission notice shall be
1530
+ included in all copies or substantial portions of the Software.
1531
+
1532
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1533
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1534
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1535
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1536
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1537
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1538
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1539
+
1540
+
1541
+ d3-selection
1542
+ BSD-3-Clause
1543
+ Copyright (c) 2010-2018, Michael Bostock
1544
+ All rights reserved.
1545
+
1546
+ Redistribution and use in source and binary forms, with or without
1547
+ modification, are permitted provided that the following conditions are met:
1548
+
1549
+ * Redistributions of source code must retain the above copyright notice, this
1550
+ list of conditions and the following disclaimer.
1551
+
1552
+ * Redistributions in binary form must reproduce the above copyright notice,
1553
+ this list of conditions and the following disclaimer in the documentation
1554
+ and/or other materials provided with the distribution.
1555
+
1556
+ * The name Michael Bostock may not be used to endorse or promote products
1557
+ derived from this software without specific prior written permission.
1558
+
1559
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1560
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1561
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1562
+ DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
1563
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1564
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1565
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
1566
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1567
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
1568
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1569
+
1570
+
1571
+ decode-uri-component
1572
+ MIT
1573
+ The MIT License (MIT)
1574
+
1575
+ Copyright (c) 2017, Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren)
1576
+
1577
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1578
+
1579
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1580
+
1581
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1582
+
1583
+
1584
+ ev-store
1585
+ MIT
1586
+ Copyright (c) 2012 Colingo.
1587
+
1588
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1589
+ of this software and associated documentation files (the "Software"), to deal
1590
+ in the Software without restriction, including without limitation the rights
1591
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1592
+ copies of the Software, and to permit persons to whom the Software is
1593
+ furnished to do so, subject to the following conditions:
1594
+
1595
+ The above copyright notice and this permission notice shall be included in
1596
+ all copies or substantial portions of the Software.
1597
+
1598
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1599
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1600
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1601
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1602
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1603
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1604
+ THE SOFTWARE.
1605
+
1606
+
1607
+ filter-obj
1608
+ MIT
1609
+ The MIT License (MIT)
1610
+
1611
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1612
+
1613
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1614
+ of this software and associated documentation files (the "Software"), to deal
1615
+ in the Software without restriction, including without limitation the rights
1616
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1617
+ copies of the Software, and to permit persons to whom the Software is
1618
+ furnished to do so, subject to the following conditions:
1619
+
1620
+ The above copyright notice and this permission notice shall be included in
1621
+ all copies or substantial portions of the Software.
1622
+
1623
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1624
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1625
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1626
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1627
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1628
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1629
+ THE SOFTWARE.
1630
+
1631
+
1632
+ geostyler-openlayers-parser
1633
+ BSD-2-Clause
1634
+ BSD 2-Clause License
1635
+
1636
+ Copyright (c) 2018, terrestris GmbH & Co. KG
1637
+ All rights reserved.
1638
+
1639
+ Redistribution and use in source and binary forms, with or without
1640
+ modification, are permitted provided that the following conditions are met:
1641
+
1642
+ * Redistributions of source code must retain the above copyright notice, this
1643
+ list of conditions and the following disclaimer.
1644
+
1645
+ * Redistributions in binary form must reproduce the above copyright notice,
1646
+ this list of conditions and the following disclaimer in the documentation
1647
+ and/or other materials provided with the distribution.
1648
+
1649
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1650
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1651
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1652
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1653
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1654
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1655
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1656
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1657
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1658
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1659
+
1660
+
1661
+ geostyler-style
1662
+ BSD-2-Clause
1663
+
1664
+ global
1665
+ MIT
1666
+ Copyright (c) 2012 Colingo.
1667
+
1668
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1669
+ of this software and associated documentation files (the "Software"), to deal
1670
+ in the Software without restriction, including without limitation the rights
1671
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1672
+ copies of the Software, and to permit persons to whom the Software is
1673
+ furnished to do so, subject to the following conditions:
1674
+
1675
+ The above copyright notice and this permission notice shall be included in
1676
+ all copies or substantial portions of the Software.
1677
+
1678
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1679
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1680
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1681
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1682
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1683
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1684
+ THE SOFTWARE.
1685
+
1686
+
1687
+ hoist-non-react-statics
1688
+ BSD-3-Clause
1689
+ Software License Agreement (BSD License)
1690
+ ========================================
1691
+
1692
+ Copyright (c) 2015, Yahoo! Inc. All rights reserved.
1693
+ ----------------------------------------------------
1694
+
1695
+ Redistribution and use of this software in source and binary forms, with or
1696
+ without modification, are permitted provided that the following conditions are
1697
+ met:
1698
+
1699
+ * Redistributions of source code must retain the above copyright notice, this
1700
+ list of conditions and the following disclaimer.
1701
+ * Redistributions in binary form must reproduce the above copyright notice,
1702
+ this list of conditions and the following disclaimer in the documentation
1703
+ and/or other materials provided with the distribution.
1704
+ * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
1705
+ used to endorse or promote products derived from this software without
1706
+ specific prior written permission of Yahoo! Inc.
1707
+
1708
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1709
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1710
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1711
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1712
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1713
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1714
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1715
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1716
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1717
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1718
+
1719
+
1720
+ html-parse-stringify
1721
+ MIT
1722
+
1723
+ ieee754
1724
+ BSD-3-Clause
1725
+ Copyright 2008 Fair Oaks Labs, Inc.
1726
+
1727
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1728
+
1729
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1730
+
1731
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1732
+
1733
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1734
+
1735
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1736
+
1737
+
1738
+ immediate
1739
+ MIT
1740
+ Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, Domenic Denicola, Brian Cavalier
1741
+
1742
+ Permission is hereby granted, free of charge, to any person obtaining
1743
+ a copy of this software and associated documentation files (the
1744
+ "Software"), to deal in the Software without restriction, including
1745
+ without limitation the rights to use, copy, modify, merge, publish,
1746
+ distribute, sublicense, and/or sell copies of the Software, and to
1747
+ permit persons to whom the Software is furnished to do so, subject to
1748
+ the following conditions:
1749
+
1750
+ The above copyright notice and this permission notice shall be
1751
+ included in all copies or substantial portions of the Software.
1752
+
1753
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1754
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1755
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1756
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1757
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1758
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1759
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1760
+
1761
+
1762
+ individual
1763
+ MIT
1764
+ Copyright (c) 2012 Raynos.
1765
+
1766
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1767
+ of this software and associated documentation files (the "Software"), to deal
1768
+ in the Software without restriction, including without limitation the rights
1769
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1770
+ copies of the Software, and to permit persons to whom the Software is
1771
+ furnished to do so, subject to the following conditions:
1772
+
1773
+ The above copyright notice and this permission notice shall be included in
1774
+ all copies or substantial portions of the Software.
1775
+
1776
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1777
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1778
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1779
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1780
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1781
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1782
+ THE SOFTWARE.
1783
+
1784
+ intro.js
1785
+ AGPL-3.0
1786
+ ## License
1787
+
1788
+ We added commercial license to be able to provide better support, features and versions. If you are using Intro.js for a commercial project, you would need to get a commercial license at [introjs.com](http://introjs.com/#commercial).
1789
+
1790
+ However, if you are using Intro.js version older than v2.0.0, you don't need to obtain a commercial license.
1791
+
1792
+ ### Commercial license
1793
+
1794
+ If you want to use Intro.js for a commercial application, theme or plugin the commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase a commercial license at [introjs.com](http://introjs.com/#commercial)
1795
+
1796
+ ### Open-source license
1797
+
1798
+ Copyright (C) 2012-2022 Afshin Mehrabani (afshin.meh@gmail.com)
1799
+
1800
+ ### GNU AFFERO GENERAL PUBLIC LICENSE
1801
+
1802
+ Version 3, 19 November 2007
1803
+
1804
+ Copyright (C) 2007 Free Software Foundation, Inc.
1805
+ <https://fsf.org/>
1806
+
1807
+ Everyone is permitted to copy and distribute verbatim copies of this
1808
+ license document, but changing it is not allowed.
1809
+
1810
+ ### Preamble
1811
+
1812
+ The GNU Affero General Public License is a free, copyleft license for
1813
+ software and other kinds of works, specifically designed to ensure
1814
+ cooperation with the community in the case of network server software.
1815
+
1816
+ The licenses for most software and other practical works are designed
1817
+ to take away your freedom to share and change the works. By contrast,
1818
+ our General Public Licenses are intended to guarantee your freedom to
1819
+ share and change all versions of a program--to make sure it remains
1820
+ free software for all its users.
1821
+
1822
+ When we speak of free software, we are referring to freedom, not
1823
+ price. Our General Public Licenses are designed to make sure that you
1824
+ have the freedom to distribute copies of free software (and charge for
1825
+ them if you wish), that you receive source code or can get it if you
1826
+ want it, that you can change the software or use pieces of it in new
1827
+ free programs, and that you know you can do these things.
1828
+
1829
+ Developers that use our General Public Licenses protect your rights
1830
+ with two steps: (1) assert copyright on the software, and (2) offer
1831
+ you this License which gives you legal permission to copy, distribute
1832
+ and/or modify the software.
1833
+
1834
+ A secondary benefit of defending all users' freedom is that
1835
+ improvements made in alternate versions of the program, if they
1836
+ receive widespread use, become available for other developers to
1837
+ incorporate. Many developers of free software are heartened and
1838
+ encouraged by the resulting cooperation. However, in the case of
1839
+ software used on network servers, this result may fail to come about.
1840
+ The GNU General Public License permits making a modified version and
1841
+ letting the public access it on a server without ever releasing its
1842
+ source code to the public.
1843
+
1844
+ The GNU Affero General Public License is designed specifically to
1845
+ ensure that, in such cases, the modified source code becomes available
1846
+ to the community. It requires the operator of a network server to
1847
+ provide the source code of the modified version running there to the
1848
+ users of that server. Therefore, public use of a modified version, on
1849
+ a publicly accessible server, gives the public access to the source
1850
+ code of the modified version.
1851
+
1852
+ An older license, called the Affero General Public License and
1853
+ published by Affero, was designed to accomplish similar goals. This is
1854
+ a different license, not a version of the Affero GPL, but Affero has
1855
+ released a new version of the Affero GPL which permits relicensing
1856
+ under this license.
1857
+
1858
+ The precise terms and conditions for copying, distribution and
1859
+ modification follow.
1860
+
1861
+ ### TERMS AND CONDITIONS
1862
+
1863
+ #### 0. Definitions.
1864
+
1865
+ "This License" refers to version 3 of the GNU Affero General Public
1866
+ License.
1867
+
1868
+ "Copyright" also means copyright-like laws that apply to other kinds
1869
+ of works, such as semiconductor masks.
1870
+
1871
+ "The Program" refers to any copyrightable work licensed under this
1872
+ License. Each licensee is addressed as "you". "Licensees" and
1873
+ "recipients" may be individuals or organizations.
1874
+
1875
+ To "modify" a work means to copy from or adapt all or part of the work
1876
+ in a fashion requiring copyright permission, other than the making of
1877
+ an exact copy. The resulting work is called a "modified version" of
1878
+ the earlier work or a work "based on" the earlier work.
1879
+
1880
+ A "covered work" means either the unmodified Program or a work based
1881
+ on the Program.
1882
+
1883
+ To "propagate" a work means to do anything with it that, without
1884
+ permission, would make you directly or secondarily liable for
1885
+ infringement under applicable copyright law, except executing it on a
1886
+ computer or modifying a private copy. Propagation includes copying,
1887
+ distribution (with or without modification), making available to the
1888
+ public, and in some countries other activities as well.
1889
+
1890
+ To "convey" a work means any kind of propagation that enables other
1891
+ parties to make or receive copies. Mere interaction with a user
1892
+ through a computer network, with no transfer of a copy, is not
1893
+ conveying.
1894
+
1895
+ An interactive user interface displays "Appropriate Legal Notices" to
1896
+ the extent that it includes a convenient and prominently visible
1897
+ feature that (1) displays an appropriate copyright notice, and (2)
1898
+ tells the user that there is no warranty for the work (except to the
1899
+ extent that warranties are provided), that licensees may convey the
1900
+ work under this License, and how to view a copy of this License. If
1901
+ the interface presents a list of user commands or options, such as a
1902
+ menu, a prominent item in the list meets this criterion.
1903
+
1904
+ #### 1. Source Code.
1905
+
1906
+ The "source code" for a work means the preferred form of the work for
1907
+ making modifications to it. "Object code" means any non-source form of
1908
+ a work.
1909
+
1910
+ A "Standard Interface" means an interface that either is an official
1911
+ standard defined by a recognized standards body, or, in the case of
1912
+ interfaces specified for a particular programming language, one that
1913
+ is widely used among developers working in that language.
1914
+
1915
+ The "System Libraries" of an executable work include anything, other
1916
+ than the work as a whole, that (a) is included in the normal form of
1917
+ packaging a Major Component, but which is not part of that Major
1918
+ Component, and (b) serves only to enable use of the work with that
1919
+ Major Component, or to implement a Standard Interface for which an
1920
+ implementation is available to the public in source code form. A
1921
+ "Major Component", in this context, means a major essential component
1922
+ (kernel, window system, and so on) of the specific operating system
1923
+ (if any) on which the executable work runs, or a compiler used to
1924
+ produce the work, or an object code interpreter used to run it.
1925
+
1926
+ The "Corresponding Source" for a work in object code form means all
1927
+ the source code needed to generate, install, and (for an executable
1928
+ work) run the object code and to modify the work, including scripts to
1929
+ control those activities. However, it does not include the work's
1930
+ System Libraries, or general-purpose tools or generally available free
1931
+ programs which are used unmodified in performing those activities but
1932
+ which are not part of the work. For example, Corresponding Source
1933
+ includes interface definition files associated with source files for
1934
+ the work, and the source code for shared libraries and dynamically
1935
+ linked subprograms that the work is specifically designed to require,
1936
+ such as by intimate data communication or control flow between those
1937
+ subprograms and other parts of the work.
1938
+
1939
+ The Corresponding Source need not include anything that users can
1940
+ regenerate automatically from other parts of the Corresponding Source.
1941
+
1942
+ The Corresponding Source for a work in source code form is that same
1943
+ work.
1944
+
1945
+ #### 2. Basic Permissions.
1946
+
1947
+ All rights granted under this License are granted for the term of
1948
+ copyright on the Program, and are irrevocable provided the stated
1949
+ conditions are met. This License explicitly affirms your unlimited
1950
+ permission to run the unmodified Program. The output from running a
1951
+ covered work is covered by this License only if the output, given its
1952
+ content, constitutes a covered work. This License acknowledges your
1953
+ rights of fair use or other equivalent, as provided by copyright law.
1954
+
1955
+ You may make, run and propagate covered works that you do not convey,
1956
+ without conditions so long as your license otherwise remains in force.
1957
+ You may convey covered works to others for the sole purpose of having
1958
+ them make modifications exclusively for you, or provide you with
1959
+ facilities for running those works, provided that you comply with the
1960
+ terms of this License in conveying all material for which you do not
1961
+ control copyright. Those thus making or running the covered works for
1962
+ you must do so exclusively on your behalf, under your direction and
1963
+ control, on terms that prohibit them from making any copies of your
1964
+ copyrighted material outside their relationship with you.
1965
+
1966
+ Conveying under any other circumstances is permitted solely under the
1967
+ conditions stated below. Sublicensing is not allowed; section 10 makes
1968
+ it unnecessary.
1969
+
1970
+ #### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
1971
+
1972
+ No covered work shall be deemed part of an effective technological
1973
+ measure under any applicable law fulfilling obligations under article
1974
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
1975
+ similar laws prohibiting or restricting circumvention of such
1976
+ measures.
1977
+
1978
+ When you convey a covered work, you waive any legal power to forbid
1979
+ circumvention of technological measures to the extent such
1980
+ circumvention is effected by exercising rights under this License with
1981
+ respect to the covered work, and you disclaim any intention to limit
1982
+ operation or modification of the work as a means of enforcing, against
1983
+ the work's users, your or third parties' legal rights to forbid
1984
+ circumvention of technological measures.
1985
+
1986
+ #### 4. Conveying Verbatim Copies.
1987
+
1988
+ You may convey verbatim copies of the Program's source code as you
1989
+ receive it, in any medium, provided that you conspicuously and
1990
+ appropriately publish on each copy an appropriate copyright notice;
1991
+ keep intact all notices stating that this License and any
1992
+ non-permissive terms added in accord with section 7 apply to the code;
1993
+ keep intact all notices of the absence of any warranty; and give all
1994
+ recipients a copy of this License along with the Program.
1995
+
1996
+ You may charge any price or no price for each copy that you convey,
1997
+ and you may offer support or warranty protection for a fee.
1998
+
1999
+ #### 5. Conveying Modified Source Versions.
2000
+
2001
+ You may convey a work based on the Program, or the modifications to
2002
+ produce it from the Program, in the form of source code under the
2003
+ terms of section 4, provided that you also meet all of these
2004
+ conditions:
2005
+
2006
+ - a) The work must carry prominent notices stating that you modified
2007
+ it, and giving a relevant date.
2008
+ - b) The work must carry prominent notices stating that it is
2009
+ released under this License and any conditions added under
2010
+ section 7. This requirement modifies the requirement in section 4
2011
+ to "keep intact all notices".
2012
+ - c) You must license the entire work, as a whole, under this
2013
+ License to anyone who comes into possession of a copy. This
2014
+ License will therefore apply, along with any applicable section 7
2015
+ additional terms, to the whole of the work, and all its parts,
2016
+ regardless of how they are packaged. This License gives no
2017
+ permission to license the work in any other way, but it does not
2018
+ invalidate such permission if you have separately received it.
2019
+ - d) If the work has interactive user interfaces, each must display
2020
+ Appropriate Legal Notices; however, if the Program has interactive
2021
+ interfaces that do not display Appropriate Legal Notices, your
2022
+ work need not make them do so.
2023
+
2024
+ A compilation of a covered work with other separate and independent
2025
+ works, which are not by their nature extensions of the covered work,
2026
+ and which are not combined with it such as to form a larger program,
2027
+ in or on a volume of a storage or distribution medium, is called an
2028
+ "aggregate" if the compilation and its resulting copyright are not
2029
+ used to limit the access or legal rights of the compilation's users
2030
+ beyond what the individual works permit. Inclusion of a covered work
2031
+ in an aggregate does not cause this License to apply to the other
2032
+ parts of the aggregate.
2033
+
2034
+ #### 6. Conveying Non-Source Forms.
2035
+
2036
+ You may convey a covered work in object code form under the terms of
2037
+ sections 4 and 5, provided that you also convey the machine-readable
2038
+ Corresponding Source under the terms of this License, in one of these
2039
+ ways:
2040
+
2041
+ - a) Convey the object code in, or embodied in, a physical product
2042
+ (including a physical distribution medium), accompanied by the
2043
+ Corresponding Source fixed on a durable physical medium
2044
+ customarily used for software interchange.
2045
+ - b) Convey the object code in, or embodied in, a physical product
2046
+ (including a physical distribution medium), accompanied by a
2047
+ written offer, valid for at least three years and valid for as
2048
+ long as you offer spare parts or customer support for that product
2049
+ model, to give anyone who possesses the object code either (1) a
2050
+ copy of the Corresponding Source for all the software in the
2051
+ product that is covered by this License, on a durable physical
2052
+ medium customarily used for software interchange, for a price no
2053
+ more than your reasonable cost of physically performing this
2054
+ conveying of source, or (2) access to copy the Corresponding
2055
+ Source from a network server at no charge.
2056
+ - c) Convey individual copies of the object code with a copy of the
2057
+ written offer to provide the Corresponding Source. This
2058
+ alternative is allowed only occasionally and noncommercially, and
2059
+ only if you received the object code with such an offer, in accord
2060
+ with subsection 6b.
2061
+ - d) Convey the object code by offering access from a designated
2062
+ place (gratis or for a charge), and offer equivalent access to the
2063
+ Corresponding Source in the same way through the same place at no
2064
+ further charge. You need not require recipients to copy the
2065
+ Corresponding Source along with the object code. If the place to
2066
+ copy the object code is a network server, the Corresponding Source
2067
+ may be on a different server (operated by you or a third party)
2068
+ that supports equivalent copying facilities, provided you maintain
2069
+ clear directions next to the object code saying where to find the
2070
+ Corresponding Source. Regardless of what server hosts the
2071
+ Corresponding Source, you remain obligated to ensure that it is
2072
+ available for as long as needed to satisfy these requirements.
2073
+ - e) Convey the object code using peer-to-peer transmission,
2074
+ provided you inform other peers where the object code and
2075
+ Corresponding Source of the work are being offered to the general
2076
+ public at no charge under subsection 6d.
2077
+
2078
+ A separable portion of the object code, whose source code is excluded
2079
+ from the Corresponding Source as a System Library, need not be
2080
+ included in conveying the object code work.
2081
+
2082
+ A "User Product" is either (1) a "consumer product", which means any
2083
+ tangible personal property which is normally used for personal,
2084
+ family, or household purposes, or (2) anything designed or sold for
2085
+ incorporation into a dwelling. In determining whether a product is a
2086
+ consumer product, doubtful cases shall be resolved in favor of
2087
+ coverage. For a particular product received by a particular user,
2088
+ "normally used" refers to a typical or common use of that class of
2089
+ product, regardless of the status of the particular user or of the way
2090
+ in which the particular user actually uses, or expects or is expected
2091
+ to use, the product. A product is a consumer product regardless of
2092
+ whether the product has substantial commercial, industrial or
2093
+ non-consumer uses, unless such uses represent the only significant
2094
+ mode of use of the product.
2095
+
2096
+ "Installation Information" for a User Product means any methods,
2097
+ procedures, authorization keys, or other information required to
2098
+ install and execute modified versions of a covered work in that User
2099
+ Product from a modified version of its Corresponding Source. The
2100
+ information must suffice to ensure that the continued functioning of
2101
+ the modified object code is in no case prevented or interfered with
2102
+ solely because modification has been made.
2103
+
2104
+ If you convey an object code work under this section in, or with, or
2105
+ specifically for use in, a User Product, and the conveying occurs as
2106
+ part of a transaction in which the right of possession and use of the
2107
+ User Product is transferred to the recipient in perpetuity or for a
2108
+ fixed term (regardless of how the transaction is characterized), the
2109
+ Corresponding Source conveyed under this section must be accompanied
2110
+ by the Installation Information. But this requirement does not apply
2111
+ if neither you nor any third party retains the ability to install
2112
+ modified object code on the User Product (for example, the work has
2113
+ been installed in ROM).
2114
+
2115
+ The requirement to provide Installation Information does not include a
2116
+ requirement to continue to provide support service, warranty, or
2117
+ updates for a work that has been modified or installed by the
2118
+ recipient, or for the User Product in which it has been modified or
2119
+ installed. Access to a network may be denied when the modification
2120
+ itself materially and adversely affects the operation of the network
2121
+ or violates the rules and protocols for communication across the
2122
+ network.
2123
+
2124
+ Corresponding Source conveyed, and Installation Information provided,
2125
+ in accord with this section must be in a format that is publicly
2126
+ documented (and with an implementation available to the public in
2127
+ source code form), and must require no special password or key for
2128
+ unpacking, reading or copying.
2129
+
2130
+ #### 7. Additional Terms.
2131
+
2132
+ "Additional permissions" are terms that supplement the terms of this
2133
+ License by making exceptions from one or more of its conditions.
2134
+ Additional permissions that are applicable to the entire Program shall
2135
+ be treated as though they were included in this License, to the extent
2136
+ that they are valid under applicable law. If additional permissions
2137
+ apply only to part of the Program, that part may be used separately
2138
+ under those permissions, but the entire Program remains governed by
2139
+ this License without regard to the additional permissions.
2140
+
2141
+ When you convey a copy of a covered work, you may at your option
2142
+ remove any additional permissions from that copy, or from any part of
2143
+ it. (Additional permissions may be written to require their own
2144
+ removal in certain cases when you modify the work.) You may place
2145
+ additional permissions on material, added by you to a covered work,
2146
+ for which you have or can give appropriate copyright permission.
2147
+
2148
+ Notwithstanding any other provision of this License, for material you
2149
+ add to a covered work, you may (if authorized by the copyright holders
2150
+ of that material) supplement the terms of this License with terms:
2151
+
2152
+ - a) Disclaiming warranty or limiting liability differently from the
2153
+ terms of sections 15 and 16 of this License; or
2154
+ - b) Requiring preservation of specified reasonable legal notices or
2155
+ author attributions in that material or in the Appropriate Legal
2156
+ Notices displayed by works containing it; or
2157
+ - c) Prohibiting misrepresentation of the origin of that material,
2158
+ or requiring that modified versions of such material be marked in
2159
+ reasonable ways as different from the original version; or
2160
+ - d) Limiting the use for publicity purposes of names of licensors
2161
+ or authors of the material; or
2162
+ - e) Declining to grant rights under trademark law for use of some
2163
+ trade names, trademarks, or service marks; or
2164
+ - f) Requiring indemnification of licensors and authors of that
2165
+ material by anyone who conveys the material (or modified versions
2166
+ of it) with contractual assumptions of liability to the recipient,
2167
+ for any liability that these contractual assumptions directly
2168
+ impose on those licensors and authors.
2169
+
2170
+ All other non-permissive additional terms are considered "further
2171
+ restrictions" within the meaning of section 10. If the Program as you
2172
+ received it, or any part of it, contains a notice stating that it is
2173
+ governed by this License along with a term that is a further
2174
+ restriction, you may remove that term. If a license document contains
2175
+ a further restriction but permits relicensing or conveying under this
2176
+ License, you may add to a covered work material governed by the terms
2177
+ of that license document, provided that the further restriction does
2178
+ not survive such relicensing or conveying.
2179
+
2180
+ If you add terms to a covered work in accord with this section, you
2181
+ must place, in the relevant source files, a statement of the
2182
+ additional terms that apply to those files, or a notice indicating
2183
+ where to find the applicable terms.
2184
+
2185
+ Additional terms, permissive or non-permissive, may be stated in the
2186
+ form of a separately written license, or stated as exceptions; the
2187
+ above requirements apply either way.
2188
+
2189
+ #### 8. Termination.
2190
+
2191
+ You may not propagate or modify a covered work except as expressly
2192
+ provided under this License. Any attempt otherwise to propagate or
2193
+ modify it is void, and will automatically terminate your rights under
2194
+ this License (including any patent licenses granted under the third
2195
+ paragraph of section 11).
2196
+
2197
+ However, if you cease all violation of this License, then your license
2198
+ from a particular copyright holder is reinstated (a) provisionally,
2199
+ unless and until the copyright holder explicitly and finally
2200
+ terminates your license, and (b) permanently, if the copyright holder
2201
+ fails to notify you of the violation by some reasonable means prior to
2202
+ 60 days after the cessation.
2203
+
2204
+ Moreover, your license from a particular copyright holder is
2205
+ reinstated permanently if the copyright holder notifies you of the
2206
+ violation by some reasonable means, this is the first time you have
2207
+ received notice of violation of this License (for any work) from that
2208
+ copyright holder, and you cure the violation prior to 30 days after
2209
+ your receipt of the notice.
2210
+
2211
+ Termination of your rights under this section does not terminate the
2212
+ licenses of parties who have received copies or rights from you under
2213
+ this License. If your rights have been terminated and not permanently
2214
+ reinstated, you do not qualify to receive new licenses for the same
2215
+ material under section 10.
2216
+
2217
+ #### 9. Acceptance Not Required for Having Copies.
2218
+
2219
+ You are not required to accept this License in order to receive or run
2220
+ a copy of the Program. Ancillary propagation of a covered work
2221
+ occurring solely as a consequence of using peer-to-peer transmission
2222
+ to receive a copy likewise does not require acceptance. However,
2223
+ nothing other than this License grants you permission to propagate or
2224
+ modify any covered work. These actions infringe copyright if you do
2225
+ not accept this License. Therefore, by modifying or propagating a
2226
+ covered work, you indicate your acceptance of this License to do so.
2227
+
2228
+ #### 10. Automatic Licensing of Downstream Recipients.
2229
+
2230
+ Each time you convey a covered work, the recipient automatically
2231
+ receives a license from the original licensors, to run, modify and
2232
+ propagate that work, subject to this License. You are not responsible
2233
+ for enforcing compliance by third parties with this License.
2234
+
2235
+ An "entity transaction" is a transaction transferring control of an
2236
+ organization, or substantially all assets of one, or subdividing an
2237
+ organization, or merging organizations. If propagation of a covered
2238
+ work results from an entity transaction, each party to that
2239
+ transaction who receives a copy of the work also receives whatever
2240
+ licenses to the work the party's predecessor in interest had or could
2241
+ give under the previous paragraph, plus a right to possession of the
2242
+ Corresponding Source of the work from the predecessor in interest, if
2243
+ the predecessor has it or can get it with reasonable efforts.
2244
+
2245
+ You may not impose any further restrictions on the exercise of the
2246
+ rights granted or affirmed under this License. For example, you may
2247
+ not impose a license fee, royalty, or other charge for exercise of
2248
+ rights granted under this License, and you may not initiate litigation
2249
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
2250
+ any patent claim is infringed by making, using, selling, offering for
2251
+ sale, or importing the Program or any portion of it.
2252
+
2253
+ #### 11. Patents.
2254
+
2255
+ A "contributor" is a copyright holder who authorizes use under this
2256
+ License of the Program or a work on which the Program is based. The
2257
+ work thus licensed is called the contributor's "contributor version".
2258
+
2259
+ A contributor's "essential patent claims" are all patent claims owned
2260
+ or controlled by the contributor, whether already acquired or
2261
+ hereafter acquired, that would be infringed by some manner, permitted
2262
+ by this License, of making, using, or selling its contributor version,
2263
+ but do not include claims that would be infringed only as a
2264
+ consequence of further modification of the contributor version. For
2265
+ purposes of this definition, "control" includes the right to grant
2266
+ patent sublicenses in a manner consistent with the requirements of
2267
+ this License.
2268
+
2269
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
2270
+ patent license under the contributor's essential patent claims, to
2271
+ make, use, sell, offer for sale, import and otherwise run, modify and
2272
+ propagate the contents of its contributor version.
2273
+
2274
+ In the following three paragraphs, a "patent license" is any express
2275
+ agreement or commitment, however denominated, not to enforce a patent
2276
+ (such as an express permission to practice a patent or covenant not to
2277
+ sue for patent infringement). To "grant" such a patent license to a
2278
+ party means to make such an agreement or commitment not to enforce a
2279
+ patent against the party.
2280
+
2281
+ If you convey a covered work, knowingly relying on a patent license,
2282
+ and the Corresponding Source of the work is not available for anyone
2283
+ to copy, free of charge and under the terms of this License, through a
2284
+ publicly available network server or other readily accessible means,
2285
+ then you must either (1) cause the Corresponding Source to be so
2286
+ available, or (2) arrange to deprive yourself of the benefit of the
2287
+ patent license for this particular work, or (3) arrange, in a manner
2288
+ consistent with the requirements of this License, to extend the patent
2289
+ license to downstream recipients. "Knowingly relying" means you have
2290
+ actual knowledge that, but for the patent license, your conveying the
2291
+ covered work in a country, or your recipient's use of the covered work
2292
+ in a country, would infringe one or more identifiable patents in that
2293
+ country that you have reason to believe are valid.
2294
+
2295
+ If, pursuant to or in connection with a single transaction or
2296
+ arrangement, you convey, or propagate by procuring conveyance of, a
2297
+ covered work, and grant a patent license to some of the parties
2298
+ receiving the covered work authorizing them to use, propagate, modify
2299
+ or convey a specific copy of the covered work, then the patent license
2300
+ you grant is automatically extended to all recipients of the covered
2301
+ work and works based on it.
2302
+
2303
+ A patent license is "discriminatory" if it does not include within the
2304
+ scope of its coverage, prohibits the exercise of, or is conditioned on
2305
+ the non-exercise of one or more of the rights that are specifically
2306
+ granted under this License. You may not convey a covered work if you
2307
+ are a party to an arrangement with a third party that is in the
2308
+ business of distributing software, under which you make payment to the
2309
+ third party based on the extent of your activity of conveying the
2310
+ work, and under which the third party grants, to any of the parties
2311
+ who would receive the covered work from you, a discriminatory patent
2312
+ license (a) in connection with copies of the covered work conveyed by
2313
+ you (or copies made from those copies), or (b) primarily for and in
2314
+ connection with specific products or compilations that contain the
2315
+ covered work, unless you entered into that arrangement, or that patent
2316
+ license was granted, prior to 28 March 2007.
2317
+
2318
+ Nothing in this License shall be construed as excluding or limiting
2319
+ any implied license or other defenses to infringement that may
2320
+ otherwise be available to you under applicable patent law.
2321
+
2322
+ #### 12. No Surrender of Others' Freedom.
2323
+
2324
+ If conditions are imposed on you (whether by court order, agreement or
2325
+ otherwise) that contradict the conditions of this License, they do not
2326
+ excuse you from the conditions of this License. If you cannot convey a
2327
+ covered work so as to satisfy simultaneously your obligations under
2328
+ this License and any other pertinent obligations, then as a
2329
+ consequence you may not convey it at all. For example, if you agree to
2330
+ terms that obligate you to collect a royalty for further conveying
2331
+ from those to whom you convey the Program, the only way you could
2332
+ satisfy both those terms and this License would be to refrain entirely
2333
+ from conveying the Program.
2334
+
2335
+ #### 13. Remote Network Interaction; Use with the GNU General Public License.
2336
+
2337
+ Notwithstanding any other provision of this License, if you modify the
2338
+ Program, your modified version must prominently offer all users
2339
+ interacting with it remotely through a computer network (if your
2340
+ version supports such interaction) an opportunity to receive the
2341
+ Corresponding Source of your version by providing access to the
2342
+ Corresponding Source from a network server at no charge, through some
2343
+ standard or customary means of facilitating copying of software. This
2344
+ Corresponding Source shall include the Corresponding Source for any
2345
+ work covered by version 3 of the GNU General Public License that is
2346
+ incorporated pursuant to the following paragraph.
2347
+
2348
+ Notwithstanding any other provision of this License, you have
2349
+ permission to link or combine any covered work with a work licensed
2350
+ under version 3 of the GNU General Public License into a single
2351
+ combined work, and to convey the resulting work. The terms of this
2352
+ License will continue to apply to the part which is the covered work,
2353
+ but the work with which it is combined will remain governed by version
2354
+ 3 of the GNU General Public License.
2355
+
2356
+ #### 14. Revised Versions of this License.
2357
+
2358
+ The Free Software Foundation may publish revised and/or new versions
2359
+ of the GNU Affero General Public License from time to time. Such new
2360
+ versions will be similar in spirit to the present version, but may
2361
+ differ in detail to address new problems or concerns.
2362
+
2363
+ Each version is given a distinguishing version number. If the Program
2364
+ specifies that a certain numbered version of the GNU Affero General
2365
+ Public License "or any later version" applies to it, you have the
2366
+ option of following the terms and conditions either of that numbered
2367
+ version or of any later version published by the Free Software
2368
+ Foundation. If the Program does not specify a version number of the
2369
+ GNU Affero General Public License, you may choose any version ever
2370
+ published by the Free Software Foundation.
2371
+
2372
+ If the Program specifies that a proxy can decide which future versions
2373
+ of the GNU Affero General Public License can be used, that proxy's
2374
+ public statement of acceptance of a version permanently authorizes you
2375
+ to choose that version for the Program.
2376
+
2377
+ Later license versions may give you additional or different
2378
+ permissions. However, no additional obligations are imposed on any
2379
+ author or copyright holder as a result of your choosing to follow a
2380
+ later version.
2381
+
2382
+ #### 15. Disclaimer of Warranty.
2383
+
2384
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2385
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2386
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
2387
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
2388
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2389
+ A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
2390
+ PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
2391
+ DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
2392
+ CORRECTION.
2393
+
2394
+ #### 16. Limitation of Liability.
2395
+
2396
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2397
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
2398
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2399
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
2400
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
2401
+ NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
2402
+ LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
2403
+ TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
2404
+ PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
2405
+
2406
+ #### 17. Interpretation of Sections 15 and 16.
2407
+
2408
+ If the disclaimer of warranty and limitation of liability provided
2409
+ above cannot be given local legal effect according to their terms,
2410
+ reviewing courts shall apply local law that most closely approximates
2411
+ an absolute waiver of all civil liability in connection with the
2412
+ Program, unless a warranty or assumption of liability accompanies a
2413
+ copy of the Program in return for a fee.
2414
+
2415
+ END OF TERMS AND CONDITIONS
2416
+
2417
+ ### How to Apply These Terms to Your New Programs
2418
+
2419
+ If you develop a new program, and you want it to be of the greatest
2420
+ possible use to the public, the best way to achieve this is to make it
2421
+ free software which everyone can redistribute and change under these
2422
+ terms.
2423
+
2424
+ To do so, attach the following notices to the program. It is safest to
2425
+ attach them to the start of each source file to most effectively state
2426
+ the exclusion of warranty; and each file should have at least the
2427
+ "copyright" line and a pointer to where the full notice is found.
2428
+
2429
+ Better introductions for websites and features with a step-by-step guide for your projects.
2430
+ Copyright (C) 2012-2021 Afshin Mehrabani
2431
+
2432
+ This program is free software: you can redistribute it and/or modify
2433
+ it under the terms of the GNU Affero General Public License as
2434
+ published by the Free Software Foundation, either version 3 of the
2435
+ License, or (at your option) any later version.
2436
+
2437
+ This program is distributed in the hope that it will be useful,
2438
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
2439
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2440
+ GNU Affero General Public License for more details.
2441
+
2442
+ You should have received a copy of the GNU Affero General Public License
2443
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
2444
+
2445
+ Also add information on how to contact you by electronic and paper
2446
+ mail.
2447
+
2448
+ If your software can interact with users remotely through a computer
2449
+ network, you should also make sure that it provides a way for users to
2450
+ get its source. For example, if your program is a web application, its
2451
+ interface could display a "Source" link that leads users to an archive
2452
+ of the code. There are many ways you could offer source, and different
2453
+ solutions will be better for different programs; see section 13 for
2454
+ the specific requirements.
2455
+
2456
+ You should also get your employer (if you work as a programmer) or
2457
+ school, if any, to sign a "copyright disclaimer" for the program, if
2458
+ necessary. For more information on this, and how to apply and follow
2459
+ the GNU AGPL, see <https://www.gnu.org/licenses/>.
2460
+
2461
+
2462
+ intro.js-react
2463
+ MIT
2464
+ MIT License
2465
+
2466
+ Copyright (c) 2017 HiDeoo
2467
+
2468
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2469
+ of this software and associated documentation files (the "Software"), to deal
2470
+ in the Software without restriction, including without limitation the rights
2471
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2472
+ copies of the Software, and to permit persons to whom the Software is
2473
+ furnished to do so, subject to the following conditions:
2474
+
2475
+ The above copyright notice and this permission notice shall be included in all
2476
+ copies or substantial portions of the Software.
2477
+
2478
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2479
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2480
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2481
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2482
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2483
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2484
+ SOFTWARE.
2485
+
2486
+
2487
+ is-object
2488
+ MIT
2489
+ Copyright (c) 2013 Colingo.
2490
+
2491
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2492
+ of this software and associated documentation files (the "Software"), to deal
2493
+ in the Software without restriction, including without limitation the rights
2494
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2495
+ copies of the Software, and to permit persons to whom the Software is
2496
+ furnished to do so, subject to the following conditions:
2497
+
2498
+ The above copyright notice and this permission notice shall be included in
2499
+ all copies or substantial portions of the Software.
2500
+
2501
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2502
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2503
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2504
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2505
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2506
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2507
+ THE SOFTWARE.
2508
+
2509
+
2510
+ isarray
2511
+ MIT
2512
+
2513
+ isomorphic-unfetch
2514
+ MIT
2515
+
2516
+ jquery
2517
+ MIT
2518
+ Copyright JS Foundation and other contributors, https://js.foundation/
2519
+
2520
+ Permission is hereby granted, free of charge, to any person obtaining
2521
+ a copy of this software and associated documentation files (the
2522
+ "Software"), to deal in the Software without restriction, including
2523
+ without limitation the rights to use, copy, modify, merge, publish,
2524
+ distribute, sublicense, and/or sell copies of the Software, and to
2525
+ permit persons to whom the Software is furnished to do so, subject to
2526
+ the following conditions:
2527
+
2528
+ The above copyright notice and this permission notice shall be
2529
+ included in all copies or substantial portions of the Software.
2530
+
2531
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2532
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2533
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2534
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2535
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2536
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2537
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2538
+
2539
+
2540
+ js-cookie
2541
+ MIT
2542
+ MIT License
2543
+
2544
+ Copyright (c) 2018 Copyright 2018 Klaus Hartl, Fagner Brack, GitHub Contributors
2545
+
2546
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2547
+ of this software and associated documentation files (the "Software"), to deal
2548
+ in the Software without restriction, including without limitation the rights
2549
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2550
+ copies of the Software, and to permit persons to whom the Software is
2551
+ furnished to do so, subject to the following conditions:
2552
+
2553
+ The above copyright notice and this permission notice shall be included in all
2554
+ copies or substantial portions of the Software.
2555
+
2556
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2557
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2558
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2559
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2560
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2561
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2562
+ SOFTWARE.
2563
+
2564
+
2565
+ jszip
2566
+ (MIT OR GPL-3.0-or-later)
2567
+ JSZip is dual licensed. At your choice you may use it under the MIT license *or* the GPLv3
2568
+ license.
2569
+
2570
+ The MIT License
2571
+ ===============
2572
+
2573
+ Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
2574
+
2575
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2576
+ of this software and associated documentation files (the "Software"), to deal
2577
+ in the Software without restriction, including without limitation the rights
2578
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2579
+ copies of the Software, and to permit persons to whom the Software is
2580
+ furnished to do so, subject to the following conditions:
2581
+
2582
+ The above copyright notice and this permission notice shall be included in
2583
+ all copies or substantial portions of the Software.
2584
+
2585
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2586
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2587
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2588
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2589
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2590
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2591
+ THE SOFTWARE.
2592
+
2593
+
2594
+ GPL version 3
2595
+ =============
2596
+
2597
+ GNU GENERAL PUBLIC LICENSE
2598
+ Version 3, 29 June 2007
2599
+
2600
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
2601
+ Everyone is permitted to copy and distribute verbatim copies
2602
+ of this license document, but changing it is not allowed.
2603
+
2604
+ Preamble
2605
+
2606
+ The GNU General Public License is a free, copyleft license for
2607
+ software and other kinds of works.
2608
+
2609
+ The licenses for most software and other practical works are designed
2610
+ to take away your freedom to share and change the works. By contrast,
2611
+ the GNU General Public License is intended to guarantee your freedom to
2612
+ share and change all versions of a program--to make sure it remains free
2613
+ software for all its users. We, the Free Software Foundation, use the
2614
+ GNU General Public License for most of our software; it applies also to
2615
+ any other work released this way by its authors. You can apply it to
2616
+ your programs, too.
2617
+
2618
+ When we speak of free software, we are referring to freedom, not
2619
+ price. Our General Public Licenses are designed to make sure that you
2620
+ have the freedom to distribute copies of free software (and charge for
2621
+ them if you wish), that you receive source code or can get it if you
2622
+ want it, that you can change the software or use pieces of it in new
2623
+ free programs, and that you know you can do these things.
2624
+
2625
+ To protect your rights, we need to prevent others from denying you
2626
+ these rights or asking you to surrender the rights. Therefore, you have
2627
+ certain responsibilities if you distribute copies of the software, or if
2628
+ you modify it: responsibilities to respect the freedom of others.
2629
+
2630
+ For example, if you distribute copies of such a program, whether
2631
+ gratis or for a fee, you must pass on to the recipients the same
2632
+ freedoms that you received. You must make sure that they, too, receive
2633
+ or can get the source code. And you must show them these terms so they
2634
+ know their rights.
2635
+
2636
+ Developers that use the GNU GPL protect your rights with two steps:
2637
+ (1) assert copyright on the software, and (2) offer you this License
2638
+ giving you legal permission to copy, distribute and/or modify it.
2639
+
2640
+ For the developers' and authors' protection, the GPL clearly explains
2641
+ that there is no warranty for this free software. For both users' and
2642
+ authors' sake, the GPL requires that modified versions be marked as
2643
+ changed, so that their problems will not be attributed erroneously to
2644
+ authors of previous versions.
2645
+
2646
+ Some devices are designed to deny users access to install or run
2647
+ modified versions of the software inside them, although the manufacturer
2648
+ can do so. This is fundamentally incompatible with the aim of
2649
+ protecting users' freedom to change the software. The systematic
2650
+ pattern of such abuse occurs in the area of products for individuals to
2651
+ use, which is precisely where it is most unacceptable. Therefore, we
2652
+ have designed this version of the GPL to prohibit the practice for those
2653
+ products. If such problems arise substantially in other domains, we
2654
+ stand ready to extend this provision to those domains in future versions
2655
+ of the GPL, as needed to protect the freedom of users.
2656
+
2657
+ Finally, every program is threatened constantly by software patents.
2658
+ States should not allow patents to restrict development and use of
2659
+ software on general-purpose computers, but in those that do, we wish to
2660
+ avoid the special danger that patents applied to a free program could
2661
+ make it effectively proprietary. To prevent this, the GPL assures that
2662
+ patents cannot be used to render the program non-free.
2663
+
2664
+ The precise terms and conditions for copying, distribution and
2665
+ modification follow.
2666
+
2667
+ TERMS AND CONDITIONS
2668
+
2669
+ 0. Definitions.
2670
+
2671
+ "This License" refers to version 3 of the GNU General Public License.
2672
+
2673
+ "Copyright" also means copyright-like laws that apply to other kinds of
2674
+ works, such as semiconductor masks.
2675
+
2676
+ "The Program" refers to any copyrightable work licensed under this
2677
+ License. Each licensee is addressed as "you". "Licensees" and
2678
+ "recipients" may be individuals or organizations.
2679
+
2680
+ To "modify" a work means to copy from or adapt all or part of the work
2681
+ in a fashion requiring copyright permission, other than the making of an
2682
+ exact copy. The resulting work is called a "modified version" of the
2683
+ earlier work or a work "based on" the earlier work.
2684
+
2685
+ A "covered work" means either the unmodified Program or a work based
2686
+ on the Program.
2687
+
2688
+ To "propagate" a work means to do anything with it that, without
2689
+ permission, would make you directly or secondarily liable for
2690
+ infringement under applicable copyright law, except executing it on a
2691
+ computer or modifying a private copy. Propagation includes copying,
2692
+ distribution (with or without modification), making available to the
2693
+ public, and in some countries other activities as well.
2694
+
2695
+ To "convey" a work means any kind of propagation that enables other
2696
+ parties to make or receive copies. Mere interaction with a user through
2697
+ a computer network, with no transfer of a copy, is not conveying.
2698
+
2699
+ An interactive user interface displays "Appropriate Legal Notices"
2700
+ to the extent that it includes a convenient and prominently visible
2701
+ feature that (1) displays an appropriate copyright notice, and (2)
2702
+ tells the user that there is no warranty for the work (except to the
2703
+ extent that warranties are provided), that licensees may convey the
2704
+ work under this License, and how to view a copy of this License. If
2705
+ the interface presents a list of user commands or options, such as a
2706
+ menu, a prominent item in the list meets this criterion.
2707
+
2708
+ 1. Source Code.
2709
+
2710
+ The "source code" for a work means the preferred form of the work
2711
+ for making modifications to it. "Object code" means any non-source
2712
+ form of a work.
2713
+
2714
+ A "Standard Interface" means an interface that either is an official
2715
+ standard defined by a recognized standards body, or, in the case of
2716
+ interfaces specified for a particular programming language, one that
2717
+ is widely used among developers working in that language.
2718
+
2719
+ The "System Libraries" of an executable work include anything, other
2720
+ than the work as a whole, that (a) is included in the normal form of
2721
+ packaging a Major Component, but which is not part of that Major
2722
+ Component, and (b) serves only to enable use of the work with that
2723
+ Major Component, or to implement a Standard Interface for which an
2724
+ implementation is available to the public in source code form. A
2725
+ "Major Component", in this context, means a major essential component
2726
+ (kernel, window system, and so on) of the specific operating system
2727
+ (if any) on which the executable work runs, or a compiler used to
2728
+ produce the work, or an object code interpreter used to run it.
2729
+
2730
+ The "Corresponding Source" for a work in object code form means all
2731
+ the source code needed to generate, install, and (for an executable
2732
+ work) run the object code and to modify the work, including scripts to
2733
+ control those activities. However, it does not include the work's
2734
+ System Libraries, or general-purpose tools or generally available free
2735
+ programs which are used unmodified in performing those activities but
2736
+ which are not part of the work. For example, Corresponding Source
2737
+ includes interface definition files associated with source files for
2738
+ the work, and the source code for shared libraries and dynamically
2739
+ linked subprograms that the work is specifically designed to require,
2740
+ such as by intimate data communication or control flow between those
2741
+ subprograms and other parts of the work.
2742
+
2743
+ The Corresponding Source need not include anything that users
2744
+ can regenerate automatically from other parts of the Corresponding
2745
+ Source.
2746
+
2747
+ The Corresponding Source for a work in source code form is that
2748
+ same work.
2749
+
2750
+ 2. Basic Permissions.
2751
+
2752
+ All rights granted under this License are granted for the term of
2753
+ copyright on the Program, and are irrevocable provided the stated
2754
+ conditions are met. This License explicitly affirms your unlimited
2755
+ permission to run the unmodified Program. The output from running a
2756
+ covered work is covered by this License only if the output, given its
2757
+ content, constitutes a covered work. This License acknowledges your
2758
+ rights of fair use or other equivalent, as provided by copyright law.
2759
+
2760
+ You may make, run and propagate covered works that you do not
2761
+ convey, without conditions so long as your license otherwise remains
2762
+ in force. You may convey covered works to others for the sole purpose
2763
+ of having them make modifications exclusively for you, or provide you
2764
+ with facilities for running those works, provided that you comply with
2765
+ the terms of this License in conveying all material for which you do
2766
+ not control copyright. Those thus making or running the covered works
2767
+ for you must do so exclusively on your behalf, under your direction
2768
+ and control, on terms that prohibit them from making any copies of
2769
+ your copyrighted material outside their relationship with you.
2770
+
2771
+ Conveying under any other circumstances is permitted solely under
2772
+ the conditions stated below. Sublicensing is not allowed; section 10
2773
+ makes it unnecessary.
2774
+
2775
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2776
+
2777
+ No covered work shall be deemed part of an effective technological
2778
+ measure under any applicable law fulfilling obligations under article
2779
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
2780
+ similar laws prohibiting or restricting circumvention of such
2781
+ measures.
2782
+
2783
+ When you convey a covered work, you waive any legal power to forbid
2784
+ circumvention of technological measures to the extent such circumvention
2785
+ is effected by exercising rights under this License with respect to
2786
+ the covered work, and you disclaim any intention to limit operation or
2787
+ modification of the work as a means of enforcing, against the work's
2788
+ users, your or third parties' legal rights to forbid circumvention of
2789
+ technological measures.
2790
+
2791
+ 4. Conveying Verbatim Copies.
2792
+
2793
+ You may convey verbatim copies of the Program's source code as you
2794
+ receive it, in any medium, provided that you conspicuously and
2795
+ appropriately publish on each copy an appropriate copyright notice;
2796
+ keep intact all notices stating that this License and any
2797
+ non-permissive terms added in accord with section 7 apply to the code;
2798
+ keep intact all notices of the absence of any warranty; and give all
2799
+ recipients a copy of this License along with the Program.
2800
+
2801
+ You may charge any price or no price for each copy that you convey,
2802
+ and you may offer support or warranty protection for a fee.
2803
+
2804
+ 5. Conveying Modified Source Versions.
2805
+
2806
+ You may convey a work based on the Program, or the modifications to
2807
+ produce it from the Program, in the form of source code under the
2808
+ terms of section 4, provided that you also meet all of these conditions:
2809
+
2810
+ a) The work must carry prominent notices stating that you modified
2811
+ it, and giving a relevant date.
2812
+
2813
+ b) The work must carry prominent notices stating that it is
2814
+ released under this License and any conditions added under section
2815
+ 7. This requirement modifies the requirement in section 4 to
2816
+ "keep intact all notices".
2817
+
2818
+ c) You must license the entire work, as a whole, under this
2819
+ License to anyone who comes into possession of a copy. This
2820
+ License will therefore apply, along with any applicable section 7
2821
+ additional terms, to the whole of the work, and all its parts,
2822
+ regardless of how they are packaged. This License gives no
2823
+ permission to license the work in any other way, but it does not
2824
+ invalidate such permission if you have separately received it.
2825
+
2826
+ d) If the work has interactive user interfaces, each must display
2827
+ Appropriate Legal Notices; however, if the Program has interactive
2828
+ interfaces that do not display Appropriate Legal Notices, your
2829
+ work need not make them do so.
2830
+
2831
+ A compilation of a covered work with other separate and independent
2832
+ works, which are not by their nature extensions of the covered work,
2833
+ and which are not combined with it such as to form a larger program,
2834
+ in or on a volume of a storage or distribution medium, is called an
2835
+ "aggregate" if the compilation and its resulting copyright are not
2836
+ used to limit the access or legal rights of the compilation's users
2837
+ beyond what the individual works permit. Inclusion of a covered work
2838
+ in an aggregate does not cause this License to apply to the other
2839
+ parts of the aggregate.
2840
+
2841
+ 6. Conveying Non-Source Forms.
2842
+
2843
+ You may convey a covered work in object code form under the terms
2844
+ of sections 4 and 5, provided that you also convey the
2845
+ machine-readable Corresponding Source under the terms of this License,
2846
+ in one of these ways:
2847
+
2848
+ a) Convey the object code in, or embodied in, a physical product
2849
+ (including a physical distribution medium), accompanied by the
2850
+ Corresponding Source fixed on a durable physical medium
2851
+ customarily used for software interchange.
2852
+
2853
+ b) Convey the object code in, or embodied in, a physical product
2854
+ (including a physical distribution medium), accompanied by a
2855
+ written offer, valid for at least three years and valid for as
2856
+ long as you offer spare parts or customer support for that product
2857
+ model, to give anyone who possesses the object code either (1) a
2858
+ copy of the Corresponding Source for all the software in the
2859
+ product that is covered by this License, on a durable physical
2860
+ medium customarily used for software interchange, for a price no
2861
+ more than your reasonable cost of physically performing this
2862
+ conveying of source, or (2) access to copy the
2863
+ Corresponding Source from a network server at no charge.
2864
+
2865
+ c) Convey individual copies of the object code with a copy of the
2866
+ written offer to provide the Corresponding Source. This
2867
+ alternative is allowed only occasionally and noncommercially, and
2868
+ only if you received the object code with such an offer, in accord
2869
+ with subsection 6b.
2870
+
2871
+ d) Convey the object code by offering access from a designated
2872
+ place (gratis or for a charge), and offer equivalent access to the
2873
+ Corresponding Source in the same way through the same place at no
2874
+ further charge. You need not require recipients to copy the
2875
+ Corresponding Source along with the object code. If the place to
2876
+ copy the object code is a network server, the Corresponding Source
2877
+ may be on a different server (operated by you or a third party)
2878
+ that supports equivalent copying facilities, provided you maintain
2879
+ clear directions next to the object code saying where to find the
2880
+ Corresponding Source. Regardless of what server hosts the
2881
+ Corresponding Source, you remain obligated to ensure that it is
2882
+ available for as long as needed to satisfy these requirements.
2883
+
2884
+ e) Convey the object code using peer-to-peer transmission, provided
2885
+ you inform other peers where the object code and Corresponding
2886
+ Source of the work are being offered to the general public at no
2887
+ charge under subsection 6d.
2888
+
2889
+ A separable portion of the object code, whose source code is excluded
2890
+ from the Corresponding Source as a System Library, need not be
2891
+ included in conveying the object code work.
2892
+
2893
+ A "User Product" is either (1) a "consumer product", which means any
2894
+ tangible personal property which is normally used for personal, family,
2895
+ or household purposes, or (2) anything designed or sold for incorporation
2896
+ into a dwelling. In determining whether a product is a consumer product,
2897
+ doubtful cases shall be resolved in favor of coverage. For a particular
2898
+ product received by a particular user, "normally used" refers to a
2899
+ typical or common use of that class of product, regardless of the status
2900
+ of the particular user or of the way in which the particular user
2901
+ actually uses, or expects or is expected to use, the product. A product
2902
+ is a consumer product regardless of whether the product has substantial
2903
+ commercial, industrial or non-consumer uses, unless such uses represent
2904
+ the only significant mode of use of the product.
2905
+
2906
+ "Installation Information" for a User Product means any methods,
2907
+ procedures, authorization keys, or other information required to install
2908
+ and execute modified versions of a covered work in that User Product from
2909
+ a modified version of its Corresponding Source. The information must
2910
+ suffice to ensure that the continued functioning of the modified object
2911
+ code is in no case prevented or interfered with solely because
2912
+ modification has been made.
2913
+
2914
+ If you convey an object code work under this section in, or with, or
2915
+ specifically for use in, a User Product, and the conveying occurs as
2916
+ part of a transaction in which the right of possession and use of the
2917
+ User Product is transferred to the recipient in perpetuity or for a
2918
+ fixed term (regardless of how the transaction is characterized), the
2919
+ Corresponding Source conveyed under this section must be accompanied
2920
+ by the Installation Information. But this requirement does not apply
2921
+ if neither you nor any third party retains the ability to install
2922
+ modified object code on the User Product (for example, the work has
2923
+ been installed in ROM).
2924
+
2925
+ The requirement to provide Installation Information does not include a
2926
+ requirement to continue to provide support service, warranty, or updates
2927
+ for a work that has been modified or installed by the recipient, or for
2928
+ the User Product in which it has been modified or installed. Access to a
2929
+ network may be denied when the modification itself materially and
2930
+ adversely affects the operation of the network or violates the rules and
2931
+ protocols for communication across the network.
2932
+
2933
+ Corresponding Source conveyed, and Installation Information provided,
2934
+ in accord with this section must be in a format that is publicly
2935
+ documented (and with an implementation available to the public in
2936
+ source code form), and must require no special password or key for
2937
+ unpacking, reading or copying.
2938
+
2939
+ 7. Additional Terms.
2940
+
2941
+ "Additional permissions" are terms that supplement the terms of this
2942
+ License by making exceptions from one or more of its conditions.
2943
+ Additional permissions that are applicable to the entire Program shall
2944
+ be treated as though they were included in this License, to the extent
2945
+ that they are valid under applicable law. If additional permissions
2946
+ apply only to part of the Program, that part may be used separately
2947
+ under those permissions, but the entire Program remains governed by
2948
+ this License without regard to the additional permissions.
2949
+
2950
+ When you convey a copy of a covered work, you may at your option
2951
+ remove any additional permissions from that copy, or from any part of
2952
+ it. (Additional permissions may be written to require their own
2953
+ removal in certain cases when you modify the work.) You may place
2954
+ additional permissions on material, added by you to a covered work,
2955
+ for which you have or can give appropriate copyright permission.
2956
+
2957
+ Notwithstanding any other provision of this License, for material you
2958
+ add to a covered work, you may (if authorized by the copyright holders of
2959
+ that material) supplement the terms of this License with terms:
2960
+
2961
+ a) Disclaiming warranty or limiting liability differently from the
2962
+ terms of sections 15 and 16 of this License; or
2963
+
2964
+ b) Requiring preservation of specified reasonable legal notices or
2965
+ author attributions in that material or in the Appropriate Legal
2966
+ Notices displayed by works containing it; or
2967
+
2968
+ c) Prohibiting misrepresentation of the origin of that material, or
2969
+ requiring that modified versions of such material be marked in
2970
+ reasonable ways as different from the original version; or
2971
+
2972
+ d) Limiting the use for publicity purposes of names of licensors or
2973
+ authors of the material; or
2974
+
2975
+ e) Declining to grant rights under trademark law for use of some
2976
+ trade names, trademarks, or service marks; or
2977
+
2978
+ f) Requiring indemnification of licensors and authors of that
2979
+ material by anyone who conveys the material (or modified versions of
2980
+ it) with contractual assumptions of liability to the recipient, for
2981
+ any liability that these contractual assumptions directly impose on
2982
+ those licensors and authors.
2983
+
2984
+ All other non-permissive additional terms are considered "further
2985
+ restrictions" within the meaning of section 10. If the Program as you
2986
+ received it, or any part of it, contains a notice stating that it is
2987
+ governed by this License along with a term that is a further
2988
+ restriction, you may remove that term. If a license document contains
2989
+ a further restriction but permits relicensing or conveying under this
2990
+ License, you may add to a covered work material governed by the terms
2991
+ of that license document, provided that the further restriction does
2992
+ not survive such relicensing or conveying.
2993
+
2994
+ If you add terms to a covered work in accord with this section, you
2995
+ must place, in the relevant source files, a statement of the
2996
+ additional terms that apply to those files, or a notice indicating
2997
+ where to find the applicable terms.
2998
+
2999
+ Additional terms, permissive or non-permissive, may be stated in the
3000
+ form of a separately written license, or stated as exceptions;
3001
+ the above requirements apply either way.
3002
+
3003
+ 8. Termination.
3004
+
3005
+ You may not propagate or modify a covered work except as expressly
3006
+ provided under this License. Any attempt otherwise to propagate or
3007
+ modify it is void, and will automatically terminate your rights under
3008
+ this License (including any patent licenses granted under the third
3009
+ paragraph of section 11).
3010
+
3011
+ However, if you cease all violation of this License, then your
3012
+ license from a particular copyright holder is reinstated (a)
3013
+ provisionally, unless and until the copyright holder explicitly and
3014
+ finally terminates your license, and (b) permanently, if the copyright
3015
+ holder fails to notify you of the violation by some reasonable means
3016
+ prior to 60 days after the cessation.
3017
+
3018
+ Moreover, your license from a particular copyright holder is
3019
+ reinstated permanently if the copyright holder notifies you of the
3020
+ violation by some reasonable means, this is the first time you have
3021
+ received notice of violation of this License (for any work) from that
3022
+ copyright holder, and you cure the violation prior to 30 days after
3023
+ your receipt of the notice.
3024
+
3025
+ Termination of your rights under this section does not terminate the
3026
+ licenses of parties who have received copies or rights from you under
3027
+ this License. If your rights have been terminated and not permanently
3028
+ reinstated, you do not qualify to receive new licenses for the same
3029
+ material under section 10.
3030
+
3031
+ 9. Acceptance Not Required for Having Copies.
3032
+
3033
+ You are not required to accept this License in order to receive or
3034
+ run a copy of the Program. Ancillary propagation of a covered work
3035
+ occurring solely as a consequence of using peer-to-peer transmission
3036
+ to receive a copy likewise does not require acceptance. However,
3037
+ nothing other than this License grants you permission to propagate or
3038
+ modify any covered work. These actions infringe copyright if you do
3039
+ not accept this License. Therefore, by modifying or propagating a
3040
+ covered work, you indicate your acceptance of this License to do so.
3041
+
3042
+ 10. Automatic Licensing of Downstream Recipients.
3043
+
3044
+ Each time you convey a covered work, the recipient automatically
3045
+ receives a license from the original licensors, to run, modify and
3046
+ propagate that work, subject to this License. You are not responsible
3047
+ for enforcing compliance by third parties with this License.
3048
+
3049
+ An "entity transaction" is a transaction transferring control of an
3050
+ organization, or substantially all assets of one, or subdividing an
3051
+ organization, or merging organizations. If propagation of a covered
3052
+ work results from an entity transaction, each party to that
3053
+ transaction who receives a copy of the work also receives whatever
3054
+ licenses to the work the party's predecessor in interest had or could
3055
+ give under the previous paragraph, plus a right to possession of the
3056
+ Corresponding Source of the work from the predecessor in interest, if
3057
+ the predecessor has it or can get it with reasonable efforts.
3058
+
3059
+ You may not impose any further restrictions on the exercise of the
3060
+ rights granted or affirmed under this License. For example, you may
3061
+ not impose a license fee, royalty, or other charge for exercise of
3062
+ rights granted under this License, and you may not initiate litigation
3063
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
3064
+ any patent claim is infringed by making, using, selling, offering for
3065
+ sale, or importing the Program or any portion of it.
3066
+
3067
+ 11. Patents.
3068
+
3069
+ A "contributor" is a copyright holder who authorizes use under this
3070
+ License of the Program or a work on which the Program is based. The
3071
+ work thus licensed is called the contributor's "contributor version".
3072
+
3073
+ A contributor's "essential patent claims" are all patent claims
3074
+ owned or controlled by the contributor, whether already acquired or
3075
+ hereafter acquired, that would be infringed by some manner, permitted
3076
+ by this License, of making, using, or selling its contributor version,
3077
+ but do not include claims that would be infringed only as a
3078
+ consequence of further modification of the contributor version. For
3079
+ purposes of this definition, "control" includes the right to grant
3080
+ patent sublicenses in a manner consistent with the requirements of
3081
+ this License.
3082
+
3083
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
3084
+ patent license under the contributor's essential patent claims, to
3085
+ make, use, sell, offer for sale, import and otherwise run, modify and
3086
+ propagate the contents of its contributor version.
3087
+
3088
+ In the following three paragraphs, a "patent license" is any express
3089
+ agreement or commitment, however denominated, not to enforce a patent
3090
+ (such as an express permission to practice a patent or covenant not to
3091
+ sue for patent infringement). To "grant" such a patent license to a
3092
+ party means to make such an agreement or commitment not to enforce a
3093
+ patent against the party.
3094
+
3095
+ If you convey a covered work, knowingly relying on a patent license,
3096
+ and the Corresponding Source of the work is not available for anyone
3097
+ to copy, free of charge and under the terms of this License, through a
3098
+ publicly available network server or other readily accessible means,
3099
+ then you must either (1) cause the Corresponding Source to be so
3100
+ available, or (2) arrange to deprive yourself of the benefit of the
3101
+ patent license for this particular work, or (3) arrange, in a manner
3102
+ consistent with the requirements of this License, to extend the patent
3103
+ license to downstream recipients. "Knowingly relying" means you have
3104
+ actual knowledge that, but for the patent license, your conveying the
3105
+ covered work in a country, or your recipient's use of the covered work
3106
+ in a country, would infringe one or more identifiable patents in that
3107
+ country that you have reason to believe are valid.
3108
+
3109
+ If, pursuant to or in connection with a single transaction or
3110
+ arrangement, you convey, or propagate by procuring conveyance of, a
3111
+ covered work, and grant a patent license to some of the parties
3112
+ receiving the covered work authorizing them to use, propagate, modify
3113
+ or convey a specific copy of the covered work, then the patent license
3114
+ you grant is automatically extended to all recipients of the covered
3115
+ work and works based on it.
3116
+
3117
+ A patent license is "discriminatory" if it does not include within
3118
+ the scope of its coverage, prohibits the exercise of, or is
3119
+ conditioned on the non-exercise of one or more of the rights that are
3120
+ specifically granted under this License. You may not convey a covered
3121
+ work if you are a party to an arrangement with a third party that is
3122
+ in the business of distributing software, under which you make payment
3123
+ to the third party based on the extent of your activity of conveying
3124
+ the work, and under which the third party grants, to any of the
3125
+ parties who would receive the covered work from you, a discriminatory
3126
+ patent license (a) in connection with copies of the covered work
3127
+ conveyed by you (or copies made from those copies), or (b) primarily
3128
+ for and in connection with specific products or compilations that
3129
+ contain the covered work, unless you entered into that arrangement,
3130
+ or that patent license was granted, prior to 28 March 2007.
3131
+
3132
+ Nothing in this License shall be construed as excluding or limiting
3133
+ any implied license or other defenses to infringement that may
3134
+ otherwise be available to you under applicable patent law.
3135
+
3136
+ 12. No Surrender of Others' Freedom.
3137
+
3138
+ If conditions are imposed on you (whether by court order, agreement or
3139
+ otherwise) that contradict the conditions of this License, they do not
3140
+ excuse you from the conditions of this License. If you cannot convey a
3141
+ covered work so as to satisfy simultaneously your obligations under this
3142
+ License and any other pertinent obligations, then as a consequence you may
3143
+ not convey it at all. For example, if you agree to terms that obligate you
3144
+ to collect a royalty for further conveying from those to whom you convey
3145
+ the Program, the only way you could satisfy both those terms and this
3146
+ License would be to refrain entirely from conveying the Program.
3147
+
3148
+ 13. Use with the GNU Affero General Public License.
3149
+
3150
+ Notwithstanding any other provision of this License, you have
3151
+ permission to link or combine any covered work with a work licensed
3152
+ under version 3 of the GNU Affero General Public License into a single
3153
+ combined work, and to convey the resulting work. The terms of this
3154
+ License will continue to apply to the part which is the covered work,
3155
+ but the special requirements of the GNU Affero General Public License,
3156
+ section 13, concerning interaction through a network will apply to the
3157
+ combination as such.
3158
+
3159
+ 14. Revised Versions of this License.
3160
+
3161
+ The Free Software Foundation may publish revised and/or new versions of
3162
+ the GNU General Public License from time to time. Such new versions will
3163
+ be similar in spirit to the present version, but may differ in detail to
3164
+ address new problems or concerns.
3165
+
3166
+ Each version is given a distinguishing version number. If the
3167
+ Program specifies that a certain numbered version of the GNU General
3168
+ Public License "or any later version" applies to it, you have the
3169
+ option of following the terms and conditions either of that numbered
3170
+ version or of any later version published by the Free Software
3171
+ Foundation. If the Program does not specify a version number of the
3172
+ GNU General Public License, you may choose any version ever published
3173
+ by the Free Software Foundation.
3174
+
3175
+ If the Program specifies that a proxy can decide which future
3176
+ versions of the GNU General Public License can be used, that proxy's
3177
+ public statement of acceptance of a version permanently authorizes you
3178
+ to choose that version for the Program.
3179
+
3180
+ Later license versions may give you additional or different
3181
+ permissions. However, no additional obligations are imposed on any
3182
+ author or copyright holder as a result of your choosing to follow a
3183
+ later version.
3184
+
3185
+ 15. Disclaimer of Warranty.
3186
+
3187
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
3188
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
3189
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
3190
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
3191
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3192
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
3193
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
3194
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
3195
+
3196
+ 16. Limitation of Liability.
3197
+
3198
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
3199
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
3200
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
3201
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
3202
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
3203
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
3204
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
3205
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
3206
+ SUCH DAMAGES.
3207
+
3208
+ 17. Interpretation of Sections 15 and 16.
3209
+
3210
+ If the disclaimer of warranty and limitation of liability provided
3211
+ above cannot be given local legal effect according to their terms,
3212
+ reviewing courts shall apply local law that most closely approximates
3213
+ an absolute waiver of all civil liability in connection with the
3214
+ Program, unless a warranty or assumption of liability accompanies a
3215
+ copy of the Program in return for a fee.
3216
+
3217
+ END OF TERMS AND CONDITIONS
3218
+
3219
+
3220
+ jwt-decode
3221
+ MIT
3222
+ The MIT License (MIT)
3223
+
3224
+ Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
3225
+
3226
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3227
+ of this software and associated documentation files (the "Software"), to deal
3228
+ in the Software without restriction, including without limitation the rights
3229
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3230
+ copies of the Software, and to permit persons to whom the Software is
3231
+ furnished to do so, subject to the following conditions:
3232
+
3233
+ The above copyright notice and this permission notice shall be included in all
3234
+ copies or substantial portions of the Software.
3235
+
3236
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3237
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3238
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3239
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3240
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3241
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3242
+ SOFTWARE.
3243
+
3244
+
3245
+ latlon-geohash
3246
+ MIT
3247
+ The MIT License (MIT)
3248
+
3249
+ Copyright (c) 2014 Chris Veness
3250
+
3251
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3252
+ of this software and associated documentation files (the "Software"), to deal
3253
+ in the Software without restriction, including without limitation the rights
3254
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3255
+ copies of the Software, and to permit persons to whom the Software is
3256
+ furnished to do so, subject to the following conditions:
3257
+
3258
+ The above copyright notice and this permission notice shall be included in all
3259
+ copies or substantial portions of the Software.
3260
+
3261
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3262
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3263
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3264
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3265
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3266
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3267
+ SOFTWARE.
3268
+
3269
+ lie
3270
+ MIT
3271
+ #Copyright (c) 2014-2018 Calvin Metcalf, Jordan Harband
3272
+
3273
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3274
+
3275
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3276
+
3277
+ **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.**
3278
+
3279
+
3280
+ lodash
3281
+ MIT
3282
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
3283
+
3284
+ Based on Underscore.js, copyright Jeremy Ashkenas,
3285
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
3286
+
3287
+ This software consists of voluntary contributions made by many
3288
+ individuals. For exact contribution history, see the revision history
3289
+ available at https://github.com/lodash/lodash
3290
+
3291
+ The following license applies to all parts of this software except as
3292
+ documented below:
3293
+
3294
+ ====
3295
+
3296
+ Permission is hereby granted, free of charge, to any person obtaining
3297
+ a copy of this software and associated documentation files (the
3298
+ "Software"), to deal in the Software without restriction, including
3299
+ without limitation the rights to use, copy, modify, merge, publish,
3300
+ distribute, sublicense, and/or sell copies of the Software, and to
3301
+ permit persons to whom the Software is furnished to do so, subject to
3302
+ the following conditions:
3303
+
3304
+ The above copyright notice and this permission notice shall be
3305
+ included in all copies or substantial portions of the Software.
3306
+
3307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3308
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3309
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3310
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3311
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3312
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3313
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3314
+
3315
+ ====
3316
+
3317
+ Copyright and related rights for sample code are waived via CC0. Sample
3318
+ code is defined as all source code displayed within the prose of the
3319
+ documentation.
3320
+
3321
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
3322
+
3323
+ ====
3324
+
3325
+ Files located in the node_modules and vendor directories are externally
3326
+ maintained libraries used by this software which have their own
3327
+ licenses; we recommend you read them, as their terms may differ from the
3328
+ terms above.
3329
+
3330
+
3331
+ loglevel
3332
+ MIT
3333
+ Copyright (c) 2013 Tim Perry
3334
+
3335
+ Permission is hereby granted, free of charge, to any person
3336
+ obtaining a copy of this software and associated documentation
3337
+ files (the "Software"), to deal in the Software without
3338
+ restriction, including without limitation the rights to use,
3339
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
3340
+ copies of the Software, and to permit persons to whom the
3341
+ Software is furnished to do so, subject to the following
3342
+ conditions:
3343
+
3344
+ The above copyright notice and this permission notice shall be
3345
+ included in all copies or substantial portions of the Software.
3346
+
3347
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3348
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3349
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3350
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3351
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3352
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3353
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3354
+ OTHER DEALINGS IN THE SOFTWARE.
3355
+
3356
+
3357
+ lru-cache
3358
+ ISC
3359
+ The ISC License
3360
+
3361
+ Copyright (c) Isaac Z. Schlueter and Contributors
3362
+
3363
+ Permission to use, copy, modify, and/or distribute this software for any
3364
+ purpose with or without fee is hereby granted, provided that the above
3365
+ copyright notice and this permission notice appear in all copies.
3366
+
3367
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3368
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3369
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3370
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3371
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3372
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3373
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3374
+
3375
+
3376
+ mgrs
3377
+ MIT
3378
+ Copyright (c) 2012, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral, Calvin Metcalf
3379
+
3380
+ Permission is hereby granted, free of charge, to any person obtaining a
3381
+ copy of this software and associated documentation files (the "Software"),
3382
+ to deal in the Software without restriction, including without limitation
3383
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
3384
+ and/or sell copies of the Software, and to permit persons to whom the
3385
+ Software is furnished to do so, subject to the following conditions:
3386
+
3387
+ The above copyright notice and this permission notice shall be included
3388
+ in all copies or substantial portions of the Software.
3389
+
3390
+ _THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3391
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3392
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3393
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3394
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3395
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3396
+ DEALINGS IN THE SOFTWARE._
3397
+
3398
+ ol
3399
+ BSD-2-Clause
3400
+ BSD 2-Clause License
3401
+
3402
+ Copyright 2005-present, OpenLayers Contributors
3403
+ All rights reserved.
3404
+
3405
+ Redistribution and use in source and binary forms, with or without
3406
+ modification, are permitted provided that the following conditions are met:
3407
+
3408
+ 1. Redistributions of source code must retain the above copyright notice, this
3409
+ list of conditions and the following disclaimer.
3410
+
3411
+ 2. Redistributions in binary form must reproduce the above copyright notice,
3412
+ this list of conditions and the following disclaimer in the documentation
3413
+ and/or other materials provided with the distribution.
3414
+
3415
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
3416
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3417
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3418
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
3419
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3420
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
3421
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3422
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3423
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3424
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3425
+
3426
+
3427
+ parsedbf
3428
+ MIT
3429
+ The MIT License (MIT)
3430
+
3431
+ Copyright (c) 2013 Calvin Metcalf
3432
+
3433
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3434
+ this software and associated documentation files (the "Software"), to deal in
3435
+ the Software without restriction, including without limitation the rights to
3436
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3437
+ the Software, and to permit persons to whom the Software is furnished to do so,
3438
+ subject to the following conditions:
3439
+
3440
+ The above copyright notice and this permission notice shall be included in all
3441
+ copies or substantial portions of the Software.
3442
+
3443
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3444
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3445
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3446
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3447
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3448
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3449
+
3450
+
3451
+ proj4
3452
+ MIT
3453
+ ## Proj4js -- Javascript reprojection library.
3454
+
3455
+ Authors:
3456
+ - Mike Adair madairATdmsolutions.ca
3457
+ - Richard Greenwood richATgreenwoodmap.com
3458
+ - Didier Richard didier.richardATign.fr
3459
+ - Stephen Irons stephen.ironsATclear.net.nz
3460
+ - Olivier Terral oterralATgmail.com
3461
+ - Calvin Metcalf cmetcalfATappgeo.com
3462
+
3463
+ Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
3464
+
3465
+ Permission is hereby granted, free of charge, to any person obtaining a
3466
+ copy of this software and associated documentation files (the "Software"),
3467
+ to deal in the Software without restriction, including without limitation
3468
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
3469
+ and/or sell copies of the Software, and to permit persons to whom the
3470
+ Software is furnished to do so, subject to the following conditions:
3471
+
3472
+ The above copyright notice and this permission notice shall be included
3473
+ in all copies or substantial portions of the Software.
3474
+
3475
+ _THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3476
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3477
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3478
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3479
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3480
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3481
+ DEALINGS IN THE SOFTWARE._
3482
+
3483
+
3484
+ promise-polyfill
3485
+ MIT
3486
+ Copyright (c) 2014 Taylor Hakes
3487
+ Copyright (c) 2014 Forbes Lindesay
3488
+
3489
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3490
+ of this software and associated documentation files (the "Software"), to deal
3491
+ in the Software without restriction, including without limitation the rights
3492
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3493
+ copies of the Software, and to permit persons to whom the Software is
3494
+ furnished to do so, subject to the following conditions:
3495
+
3496
+ The above copyright notice and this permission notice shall be included in
3497
+ all copies or substantial portions of the Software.
3498
+
3499
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3500
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3501
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3502
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3503
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3504
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3505
+ THE SOFTWARE.
3506
+
3507
+ prop-types
3508
+ MIT
3509
+ MIT License
3510
+
3511
+ Copyright (c) 2013-present, Facebook, Inc.
3512
+
3513
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3514
+ of this software and associated documentation files (the "Software"), to deal
3515
+ in the Software without restriction, including without limitation the rights
3516
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3517
+ copies of the Software, and to permit persons to whom the Software is
3518
+ furnished to do so, subject to the following conditions:
3519
+
3520
+ The above copyright notice and this permission notice shall be included in all
3521
+ copies or substantial portions of the Software.
3522
+
3523
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3524
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3525
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3526
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3527
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3528
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3529
+ SOFTWARE.
3530
+
3531
+
3532
+ query-string
3533
+ MIT
3534
+ MIT License
3535
+
3536
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (http://sindresorhus.com)
3537
+
3538
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3539
+
3540
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3541
+
3542
+ 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.
3543
+
3544
+
3545
+ querystringify
3546
+ MIT
3547
+ The MIT License (MIT)
3548
+
3549
+ Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
3550
+
3551
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3552
+ of this software and associated documentation files (the "Software"), to deal
3553
+ in the Software without restriction, including without limitation the rights
3554
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3555
+ copies of the Software, and to permit persons to whom the Software is
3556
+ furnished to do so, subject to the following conditions:
3557
+
3558
+ The above copyright notice and this permission notice shall be included in all
3559
+ copies or substantial portions of the Software.
3560
+
3561
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3562
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3563
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3564
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3565
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3566
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3567
+ SOFTWARE.
3568
+
3569
+
3570
+
3571
+ rbush
3572
+ MIT
3573
+ MIT License
3574
+
3575
+ Copyright (c) 2016 Vladimir Agafonkin
3576
+
3577
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3578
+ of this software and associated documentation files (the "Software"), to deal
3579
+ in the Software without restriction, including without limitation the rights
3580
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3581
+ copies of the Software, and to permit persons to whom the Software is
3582
+ furnished to do so, subject to the following conditions:
3583
+
3584
+ The above copyright notice and this permission notice shall be included in
3585
+ all copies or substantial portions of the Software.
3586
+
3587
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3588
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3589
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3590
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3591
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3592
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3593
+ THE SOFTWARE.
3594
+
3595
+
3596
+ react
3597
+ MIT
3598
+ MIT License
3599
+
3600
+ Copyright (c) Facebook, Inc. and its affiliates.
3601
+
3602
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3603
+ of this software and associated documentation files (the "Software"), to deal
3604
+ in the Software without restriction, including without limitation the rights
3605
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3606
+ copies of the Software, and to permit persons to whom the Software is
3607
+ furnished to do so, subject to the following conditions:
3608
+
3609
+ The above copyright notice and this permission notice shall be included in all
3610
+ copies or substantial portions of the Software.
3611
+
3612
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3613
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3614
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3615
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3616
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3617
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3618
+ SOFTWARE.
3619
+
3620
+
3621
+ react-dom
3622
+ MIT
3623
+ MIT License
3624
+
3625
+ Copyright (c) Facebook, Inc. and its affiliates.
3626
+
3627
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3628
+ of this software and associated documentation files (the "Software"), to deal
3629
+ in the Software without restriction, including without limitation the rights
3630
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3631
+ copies of the Software, and to permit persons to whom the Software is
3632
+ furnished to do so, subject to the following conditions:
3633
+
3634
+ The above copyright notice and this permission notice shall be included in all
3635
+ copies or substantial portions of the Software.
3636
+
3637
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3638
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3639
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3640
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3641
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3642
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3643
+ SOFTWARE.
3644
+
3645
+
3646
+ react-i18next
3647
+ MIT
3648
+ The MIT License (MIT)
3649
+
3650
+ Copyright (c) 2022 i18next
3651
+
3652
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3653
+ of this software and associated documentation files (the "Software"), to deal
3654
+ in the Software without restriction, including without limitation the rights
3655
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3656
+ copies of the Software, and to permit persons to whom the Software is
3657
+ furnished to do so, subject to the following conditions:
3658
+
3659
+ The above copyright notice and this permission notice shall be included in all
3660
+ copies or substantial portions of the Software.
3661
+
3662
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3663
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3664
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3665
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3666
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3667
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3668
+ SOFTWARE.
3669
+
3670
+
3671
+
3672
+ react-is
3673
+ MIT
3674
+ MIT License
3675
+
3676
+ Copyright (c) Facebook, Inc. and its affiliates.
3677
+
3678
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3679
+ of this software and associated documentation files (the "Software"), to deal
3680
+ in the Software without restriction, including without limitation the rights
3681
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3682
+ copies of the Software, and to permit persons to whom the Software is
3683
+ furnished to do so, subject to the following conditions:
3684
+
3685
+ The above copyright notice and this permission notice shall be included in all
3686
+ copies or substantial portions of the Software.
3687
+
3688
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3689
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3690
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3691
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3692
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3693
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3694
+ SOFTWARE.
3695
+
3696
+
3697
+ react-router
3698
+ MIT
3699
+ MIT License
3700
+
3701
+ Copyright (c) React Training 2015-2019
3702
+ Copyright (c) Remix Software 2020-2022
3703
+
3704
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3705
+ of this software and associated documentation files (the "Software"), to deal
3706
+ in the Software without restriction, including without limitation the rights
3707
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3708
+ copies of the Software, and to permit persons to whom the Software is
3709
+ furnished to do so, subject to the following conditions:
3710
+
3711
+ The above copyright notice and this permission notice shall be included in all
3712
+ copies or substantial portions of the Software.
3713
+
3714
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3715
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3716
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3717
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3718
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3719
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3720
+ SOFTWARE.
3721
+
3722
+
3723
+ react-router-dom
3724
+ MIT
3725
+ MIT License
3726
+
3727
+ Copyright (c) React Training 2015-2019
3728
+ Copyright (c) Remix Software 2020-2022
3729
+
3730
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3731
+ of this software and associated documentation files (the "Software"), to deal
3732
+ in the Software without restriction, including without limitation the rights
3733
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3734
+ copies of the Software, and to permit persons to whom the Software is
3735
+ furnished to do so, subject to the following conditions:
3736
+
3737
+ The above copyright notice and this permission notice shall be included in all
3738
+ copies or substantial portions of the Software.
3739
+
3740
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3741
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3742
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3743
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3744
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3745
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3746
+ SOFTWARE.
3747
+
3748
+
3749
+ react-transition-group
3750
+ BSD-3-Clause
3751
+ BSD 3-Clause License
3752
+
3753
+ Copyright (c) 2018, React Community
3754
+ Forked from React (https://github.com/facebook/react) Copyright 2013-present, Facebook, Inc.
3755
+ All rights reserved.
3756
+
3757
+ Redistribution and use in source and binary forms, with or without
3758
+ modification, are permitted provided that the following conditions are met:
3759
+
3760
+ * Redistributions of source code must retain the above copyright notice, this
3761
+ list of conditions and the following disclaimer.
3762
+
3763
+ * Redistributions in binary form must reproduce the above copyright notice,
3764
+ this list of conditions and the following disclaimer in the documentation
3765
+ and/or other materials provided with the distribution.
3766
+
3767
+ * Neither the name of the copyright holder nor the names of its
3768
+ contributors may be used to endorse or promote products derived from
3769
+ this software without specific prior written permission.
3770
+
3771
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
3772
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3773
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3774
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
3775
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3776
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
3777
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3778
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3779
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3780
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3781
+
3782
+
3783
+ requires-port
3784
+ MIT
3785
+ The MIT License (MIT)
3786
+
3787
+ Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
3788
+
3789
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3790
+ of this software and associated documentation files (the "Software"), to deal
3791
+ in the Software without restriction, including without limitation the rights
3792
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3793
+ copies of the Software, and to permit persons to whom the Software is
3794
+ furnished to do so, subject to the following conditions:
3795
+
3796
+ The above copyright notice and this permission notice shall be included in all
3797
+ copies or substantial portions of the Software.
3798
+
3799
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3800
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3801
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3802
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3803
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3804
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3805
+ SOFTWARE.
3806
+
3807
+
3808
+
3809
+ rxjs
3810
+ Apache-2.0
3811
+ Apache License
3812
+ Version 2.0, January 2004
3813
+ http://www.apache.org/licenses/
3814
+
3815
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3816
+
3817
+ 1. Definitions.
3818
+
3819
+ "License" shall mean the terms and conditions for use, reproduction,
3820
+ and distribution as defined by Sections 1 through 9 of this document.
3821
+
3822
+ "Licensor" shall mean the copyright owner or entity authorized by
3823
+ the copyright owner that is granting the License.
3824
+
3825
+ "Legal Entity" shall mean the union of the acting entity and all
3826
+ other entities that control, are controlled by, or are under common
3827
+ control with that entity. For the purposes of this definition,
3828
+ "control" means (i) the power, direct or indirect, to cause the
3829
+ direction or management of such entity, whether by contract or
3830
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3831
+ outstanding shares, or (iii) beneficial ownership of such entity.
3832
+
3833
+ "You" (or "Your") shall mean an individual or Legal Entity
3834
+ exercising permissions granted by this License.
3835
+
3836
+ "Source" form shall mean the preferred form for making modifications,
3837
+ including but not limited to software source code, documentation
3838
+ source, and configuration files.
3839
+
3840
+ "Object" form shall mean any form resulting from mechanical
3841
+ transformation or translation of a Source form, including but
3842
+ not limited to compiled object code, generated documentation,
3843
+ and conversions to other media types.
3844
+
3845
+ "Work" shall mean the work of authorship, whether in Source or
3846
+ Object form, made available under the License, as indicated by a
3847
+ copyright notice that is included in or attached to the work
3848
+ (an example is provided in the Appendix below).
3849
+
3850
+ "Derivative Works" shall mean any work, whether in Source or Object
3851
+ form, that is based on (or derived from) the Work and for which the
3852
+ editorial revisions, annotations, elaborations, or other modifications
3853
+ represent, as a whole, an original work of authorship. For the purposes
3854
+ of this License, Derivative Works shall not include works that remain
3855
+ separable from, or merely link (or bind by name) to the interfaces of,
3856
+ the Work and Derivative Works thereof.
3857
+
3858
+ "Contribution" shall mean any work of authorship, including
3859
+ the original version of the Work and any modifications or additions
3860
+ to that Work or Derivative Works thereof, that is intentionally
3861
+ submitted to Licensor for inclusion in the Work by the copyright owner
3862
+ or by an individual or Legal Entity authorized to submit on behalf of
3863
+ the copyright owner. For the purposes of this definition, "submitted"
3864
+ means any form of electronic, verbal, or written communication sent
3865
+ to the Licensor or its representatives, including but not limited to
3866
+ communication on electronic mailing lists, source code control systems,
3867
+ and issue tracking systems that are managed by, or on behalf of, the
3868
+ Licensor for the purpose of discussing and improving the Work, but
3869
+ excluding communication that is conspicuously marked or otherwise
3870
+ designated in writing by the copyright owner as "Not a Contribution."
3871
+
3872
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3873
+ on behalf of whom a Contribution has been received by Licensor and
3874
+ subsequently incorporated within the Work.
3875
+
3876
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3877
+ this License, each Contributor hereby grants to You a perpetual,
3878
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3879
+ copyright license to reproduce, prepare Derivative Works of,
3880
+ publicly display, publicly perform, sublicense, and distribute the
3881
+ Work and such Derivative Works in Source or Object form.
3882
+
3883
+ 3. Grant of Patent License. Subject to the terms and conditions of
3884
+ this License, each Contributor hereby grants to You a perpetual,
3885
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3886
+ (except as stated in this section) patent license to make, have made,
3887
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3888
+ where such license applies only to those patent claims licensable
3889
+ by such Contributor that are necessarily infringed by their
3890
+ Contribution(s) alone or by combination of their Contribution(s)
3891
+ with the Work to which such Contribution(s) was submitted. If You
3892
+ institute patent litigation against any entity (including a
3893
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3894
+ or a Contribution incorporated within the Work constitutes direct
3895
+ or contributory patent infringement, then any patent licenses
3896
+ granted to You under this License for that Work shall terminate
3897
+ as of the date such litigation is filed.
3898
+
3899
+ 4. Redistribution. You may reproduce and distribute copies of the
3900
+ Work or Derivative Works thereof in any medium, with or without
3901
+ modifications, and in Source or Object form, provided that You
3902
+ meet the following conditions:
3903
+
3904
+ (a) You must give any other recipients of the Work or
3905
+ Derivative Works a copy of this License; and
3906
+
3907
+ (b) You must cause any modified files to carry prominent notices
3908
+ stating that You changed the files; and
3909
+
3910
+ (c) You must retain, in the Source form of any Derivative Works
3911
+ that You distribute, all copyright, patent, trademark, and
3912
+ attribution notices from the Source form of the Work,
3913
+ excluding those notices that do not pertain to any part of
3914
+ the Derivative Works; and
3915
+
3916
+ (d) If the Work includes a "NOTICE" text file as part of its
3917
+ distribution, then any Derivative Works that You distribute must
3918
+ include a readable copy of the attribution notices contained
3919
+ within such NOTICE file, excluding those notices that do not
3920
+ pertain to any part of the Derivative Works, in at least one
3921
+ of the following places: within a NOTICE text file distributed
3922
+ as part of the Derivative Works; within the Source form or
3923
+ documentation, if provided along with the Derivative Works; or,
3924
+ within a display generated by the Derivative Works, if and
3925
+ wherever such third-party notices normally appear. The contents
3926
+ of the NOTICE file are for informational purposes only and
3927
+ do not modify the License. You may add Your own attribution
3928
+ notices within Derivative Works that You distribute, alongside
3929
+ or as an addendum to the NOTICE text from the Work, provided
3930
+ that such additional attribution notices cannot be construed
3931
+ as modifying the License.
3932
+
3933
+ You may add Your own copyright statement to Your modifications and
3934
+ may provide additional or different license terms and conditions
3935
+ for use, reproduction, or distribution of Your modifications, or
3936
+ for any such Derivative Works as a whole, provided Your use,
3937
+ reproduction, and distribution of the Work otherwise complies with
3938
+ the conditions stated in this License.
3939
+
3940
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3941
+ any Contribution intentionally submitted for inclusion in the Work
3942
+ by You to the Licensor shall be under the terms and conditions of
3943
+ this License, without any additional terms or conditions.
3944
+ Notwithstanding the above, nothing herein shall supersede or modify
3945
+ the terms of any separate license agreement you may have executed
3946
+ with Licensor regarding such Contributions.
3947
+
3948
+ 6. Trademarks. This License does not grant permission to use the trade
3949
+ names, trademarks, service marks, or product names of the Licensor,
3950
+ except as required for reasonable and customary use in describing the
3951
+ origin of the Work and reproducing the content of the NOTICE file.
3952
+
3953
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3954
+ agreed to in writing, Licensor provides the Work (and each
3955
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3956
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3957
+ implied, including, without limitation, any warranties or conditions
3958
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3959
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3960
+ appropriateness of using or redistributing the Work and assume any
3961
+ risks associated with Your exercise of permissions under this License.
3962
+
3963
+ 8. Limitation of Liability. In no event and under no legal theory,
3964
+ whether in tort (including negligence), contract, or otherwise,
3965
+ unless required by applicable law (such as deliberate and grossly
3966
+ negligent acts) or agreed to in writing, shall any Contributor be
3967
+ liable to You for damages, including any direct, indirect, special,
3968
+ incidental, or consequential damages of any character arising as a
3969
+ result of this License or out of the use or inability to use the
3970
+ Work (including but not limited to damages for loss of goodwill,
3971
+ work stoppage, computer failure or malfunction, or any and all
3972
+ other commercial damages or losses), even if such Contributor
3973
+ has been advised of the possibility of such damages.
3974
+
3975
+ 9. Accepting Warranty or Additional Liability. While redistributing
3976
+ the Work or Derivative Works thereof, You may choose to offer,
3977
+ and charge a fee for, acceptance of support, warranty, indemnity,
3978
+ or other liability obligations and/or rights consistent with this
3979
+ License. However, in accepting such obligations, You may act only
3980
+ on Your own behalf and on Your sole responsibility, not on behalf
3981
+ of any other Contributor, and only if You agree to indemnify,
3982
+ defend, and hold each Contributor harmless for any liability
3983
+ incurred by, or claims asserted against, such Contributor by reason
3984
+ of your accepting any such warranty or additional liability.
3985
+
3986
+ END OF TERMS AND CONDITIONS
3987
+
3988
+ APPENDIX: How to apply the Apache License to your work.
3989
+
3990
+ To apply the Apache License to your work, attach the following
3991
+ boilerplate notice, with the fields enclosed by brackets "[]"
3992
+ replaced with your own identifying information. (Don't include
3993
+ the brackets!) The text should be enclosed in the appropriate
3994
+ comment syntax for the file format. We also recommend that a
3995
+ file or class name and description of purpose be included on the
3996
+ same "printed page" as the copyright notice for easier
3997
+ identification within third-party archives.
3998
+
3999
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
4000
+
4001
+ Licensed under the Apache License, Version 2.0 (the "License");
4002
+ you may not use this file except in compliance with the License.
4003
+ You may obtain a copy of the License at
4004
+
4005
+ http://www.apache.org/licenses/LICENSE-2.0
4006
+
4007
+ Unless required by applicable law or agreed to in writing, software
4008
+ distributed under the License is distributed on an "AS IS" BASIS,
4009
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4010
+ See the License for the specific language governing permissions and
4011
+ limitations under the License.
4012
+
4013
+
4014
+
4015
+ safe-buffer
4016
+ MIT
4017
+ The MIT License (MIT)
4018
+
4019
+ Copyright (c) Feross Aboukhadijeh
4020
+
4021
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4022
+ of this software and associated documentation files (the "Software"), to deal
4023
+ in the Software without restriction, including without limitation the rights
4024
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4025
+ copies of the Software, and to permit persons to whom the Software is
4026
+ furnished to do so, subject to the following conditions:
4027
+
4028
+ The above copyright notice and this permission notice shall be included in
4029
+ all copies or substantial portions of the Software.
4030
+
4031
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4032
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4033
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4034
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4035
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4036
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4037
+ THE SOFTWARE.
4038
+
4039
+
4040
+ scheduler
4041
+ MIT
4042
+ MIT License
4043
+
4044
+ Copyright (c) Facebook, Inc. and its affiliates.
4045
+
4046
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4047
+ of this software and associated documentation files (the "Software"), to deal
4048
+ in the Software without restriction, including without limitation the rights
4049
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4050
+ copies of the Software, and to permit persons to whom the Software is
4051
+ furnished to do so, subject to the following conditions:
4052
+
4053
+ The above copyright notice and this permission notice shall be included in all
4054
+ copies or substantial portions of the Software.
4055
+
4056
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4057
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4058
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4059
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4060
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4061
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4062
+ SOFTWARE.
4063
+
4064
+
4065
+ split-on-first
4066
+ MIT
4067
+ MIT License
4068
+
4069
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4070
+
4071
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4072
+
4073
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4074
+
4075
+ 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.
4076
+
4077
+
4078
+ stackframe
4079
+ SEE LICENSE IN LICENSE
4080
+
4081
+ strict-uri-encode
4082
+ MIT
4083
+ The MIT License (MIT)
4084
+
4085
+ Copyright (c) Kevin Martensson <kevinmartensson@gmail.com> (github.com/kevva)
4086
+
4087
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4088
+ of this software and associated documentation files (the "Software"), to deal
4089
+ in the Software without restriction, including without limitation the rights
4090
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4091
+ copies of the Software, and to permit persons to whom the Software is
4092
+ furnished to do so, subject to the following conditions:
4093
+
4094
+ The above copyright notice and this permission notice shall be included in
4095
+ all copies or substantial portions of the Software.
4096
+
4097
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4098
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4099
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4100
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4101
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4102
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4103
+ THE SOFTWARE.
4104
+
4105
+
4106
+ string_decoder
4107
+ MIT
4108
+ Node.js is licensed for use as follows:
4109
+
4110
+ """
4111
+ Copyright Node.js contributors. All rights reserved.
4112
+
4113
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4114
+ of this software and associated documentation files (the "Software"), to
4115
+ deal in the Software without restriction, including without limitation the
4116
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
4117
+ sell copies of the Software, and to permit persons to whom the Software is
4118
+ furnished to do so, subject to the following conditions:
4119
+
4120
+ The above copyright notice and this permission notice shall be included in
4121
+ all copies or substantial portions of the Software.
4122
+
4123
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4124
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4125
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4126
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4127
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4128
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
4129
+ IN THE SOFTWARE.
4130
+ """
4131
+
4132
+ This license applies to parts of Node.js originating from the
4133
+ https://github.com/joyent/node repository:
4134
+
4135
+ """
4136
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
4137
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4138
+ of this software and associated documentation files (the "Software"), to
4139
+ deal in the Software without restriction, including without limitation the
4140
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
4141
+ sell copies of the Software, and to permit persons to whom the Software is
4142
+ furnished to do so, subject to the following conditions:
4143
+
4144
+ The above copyright notice and this permission notice shall be included in
4145
+ all copies or substantial portions of the Software.
4146
+
4147
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4148
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4149
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4150
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4151
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4152
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
4153
+ IN THE SOFTWARE.
4154
+ """
4155
+
4156
+
4157
+
4158
+ style-loader
4159
+ MIT
4160
+ Copyright JS Foundation and other contributors
4161
+
4162
+ Permission is hereby granted, free of charge, to any person obtaining
4163
+ a copy of this software and associated documentation files (the
4164
+ 'Software'), to deal in the Software without restriction, including
4165
+ without limitation the rights to use, copy, modify, merge, publish,
4166
+ distribute, sublicense, and/or sell copies of the Software, and to
4167
+ permit persons to whom the Software is furnished to do so, subject to
4168
+ the following conditions:
4169
+
4170
+ The above copyright notice and this permission notice shall be
4171
+ included in all copies or substantial portions of the Software.
4172
+
4173
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4174
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4175
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4176
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4177
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4178
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4179
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4180
+
4181
+
4182
+ three
4183
+ MIT
4184
+ The MIT License
4185
+
4186
+ Copyright © 2010-2017 three.js authors
4187
+
4188
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4189
+ of this software and associated documentation files (the "Software"), to deal
4190
+ in the Software without restriction, including without limitation the rights
4191
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4192
+ copies of the Software, and to permit persons to whom the Software is
4193
+ furnished to do so, subject to the following conditions:
4194
+
4195
+ The above copyright notice and this permission notice shall be included in
4196
+ all copies or substantial portions of the Software.
4197
+
4198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4199
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4200
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4201
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4202
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4203
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4204
+ THE SOFTWARE.
4205
+
4206
+
4207
+ tslib
4208
+ 0BSD
4209
+ Copyright (c) Microsoft Corporation.
4210
+
4211
+ Permission to use, copy, modify, and/or distribute this software for any
4212
+ purpose with or without fee is hereby granted.
4213
+
4214
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
4215
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4216
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
4217
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4218
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
4219
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4220
+ PERFORMANCE OF THIS SOFTWARE.
4221
+
4222
+ unfetch
4223
+ MIT
4224
+ The MIT License (MIT)
4225
+
4226
+ Copyright (c) 2017 Jason Miller
4227
+
4228
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4229
+ of this software and associated documentation files (the "Software"), to deal
4230
+ in the Software without restriction, including without limitation the rights
4231
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4232
+ copies of the Software, and to permit persons to whom the Software is
4233
+ furnished to do so, subject to the following conditions:
4234
+
4235
+ The above copyright notice and this permission notice shall be included in all
4236
+ copies or substantial portions of the Software.
4237
+
4238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4239
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4240
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4241
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4242
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4243
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4244
+ SOFTWARE.
4245
+
4246
+
4247
+ url-parse
4248
+ MIT
4249
+ The MIT License (MIT)
4250
+
4251
+ Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
4252
+
4253
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4254
+ of this software and associated documentation files (the "Software"), to deal
4255
+ in the Software without restriction, including without limitation the rights
4256
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4257
+ copies of the Software, and to permit persons to whom the Software is
4258
+ furnished to do so, subject to the following conditions:
4259
+
4260
+ The above copyright notice and this permission notice shall be included in all
4261
+ copies or substantial portions of the Software.
4262
+
4263
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4264
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4265
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4266
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4267
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4268
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4269
+ SOFTWARE.
4270
+
4271
+
4272
+
4273
+ uuid
4274
+ MIT
4275
+ The MIT License (MIT)
4276
+
4277
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
4278
+
4279
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4280
+
4281
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4282
+
4283
+ 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.
4284
+
4285
+
4286
+ validator
4287
+ MIT
4288
+ Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
4289
+
4290
+ Permission is hereby granted, free of charge, to any person obtaining
4291
+ a copy of this software and associated documentation files (the
4292
+ "Software"), to deal in the Software without restriction, including
4293
+ without limitation the rights to use, copy, modify, merge, publish,
4294
+ distribute, sublicense, and/or sell copies of the Software, and to
4295
+ permit persons to whom the Software is furnished to do so, subject to
4296
+ the following conditions:
4297
+
4298
+ The above copyright notice and this permission notice shall be
4299
+ included in all copies or substantial portions of the Software.
4300
+
4301
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4302
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4303
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4304
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4305
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4306
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4307
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4308
+
4309
+
4310
+ virtual-dom
4311
+ MIT
4312
+ Copyright (c) 2014 Matt-Esch.
4313
+
4314
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4315
+ of this software and associated documentation files (the "Software"), to deal
4316
+ in the Software without restriction, including without limitation the rights
4317
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4318
+ copies of the Software, and to permit persons to whom the Software is
4319
+ furnished to do so, subject to the following conditions:
4320
+
4321
+ The above copyright notice and this permission notice shall be included in
4322
+ all copies or substantial portions of the Software.
4323
+
4324
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4325
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4326
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4327
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4328
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4329
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4330
+ THE SOFTWARE.
4331
+
4332
+
4333
+ void-elements
4334
+ MIT
4335
+ (The MIT License)
4336
+
4337
+ Copyright (c) 2014 hemanth
4338
+
4339
+ Permission is hereby granted, free of charge, to any person obtaining
4340
+ a copy of this software and associated documentation files (the
4341
+ 'Software'), to deal in the Software without restriction, including
4342
+ without limitation the rights to use, copy, modify, merge, publish,
4343
+ distribute, sublicense, and/or sell copies of the Software, and to
4344
+ permit persons to whom the Software is furnished to do so, subject to
4345
+ the following conditions:
4346
+
4347
+ The above copyright notice and this permission notice shall be
4348
+ included in all copies or substantial portions of the Software.
4349
+
4350
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4351
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4352
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4353
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4354
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4355
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4356
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4357
+
4358
+
4359
+ wkt-parser
4360
+ MIT
4361
+ ## Proj4js -- Javascript reprojection library.
4362
+
4363
+ Authors:
4364
+ - Mike Adair madairATdmsolutions.ca
4365
+ - Richard Greenwood richATgreenwoodmap.com
4366
+ - Didier Richard didier.richardATign.fr
4367
+ - Stephen Irons stephen.ironsATclear.net.nz
4368
+ - Olivier Terral oterralATgmail.com
4369
+ - Calvin Metcalf cmetcalfATappgeo.com
4370
+
4371
+ Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
4372
+
4373
+ Permission is hereby granted, free of charge, to any person obtaining a
4374
+ copy of this software and associated documentation files (the "Software"),
4375
+ to deal in the Software without restriction, including without limitation
4376
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
4377
+ and/or sell copies of the Software, and to permit persons to whom the
4378
+ Software is furnished to do so, subject to the following conditions:
4379
+
4380
+ The above copyright notice and this permission notice shall be included
4381
+ in all copies or substantial portions of the Software.
4382
+
4383
+ _THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
4384
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4385
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4386
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4387
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4388
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4389
+ DEALINGS IN THE SOFTWARE._
4390
+
4391
+
4392
+ x-is-array
4393
+ MIT
4394
+ Copyright (c) 2014 Matt-Esch.
4395
+
4396
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4397
+ of this software and associated documentation files (the "Software"), to deal
4398
+ in the Software without restriction, including without limitation the rights
4399
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4400
+ copies of the Software, and to permit persons to whom the Software is
4401
+ furnished to do so, subject to the following conditions:
4402
+
4403
+ The above copyright notice and this permission notice shall be included in
4404
+ all copies or substantial portions of the Software.
4405
+
4406
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4407
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4408
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4409
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4410
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4411
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4412
+ THE SOFTWARE.