altair-static 4.1.0 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/build/dist/100.js +1 -0
  2. package/build/dist/108.js +1 -0
  3. package/build/dist/267.js +1 -0
  4. package/build/dist/379.js +1 -0
  5. package/build/dist/3rdpartylicenses.txt +844 -93
  6. package/build/dist/471.js +1 -0
  7. package/build/dist/527.js +1 -0
  8. package/build/dist/604.js +1 -0
  9. package/build/dist/729.js +1 -0
  10. package/build/dist/747.js +1 -0
  11. package/build/dist/790.js +1 -0
  12. package/build/dist/794.js +1 -0
  13. package/build/dist/873.js +1 -0
  14. package/build/dist/929.js +1 -0
  15. package/build/dist/934.js +1 -0
  16. package/build/dist/assets/i18n/ach-UG.json +157 -153
  17. package/build/dist/assets/i18n/cs-CZ.json +4 -0
  18. package/build/dist/assets/i18n/da-DK.json +4 -0
  19. package/build/dist/assets/i18n/de-DE.json +4 -0
  20. package/build/dist/assets/i18n/default.json +10 -1
  21. package/build/dist/assets/i18n/en-US.json +4 -0
  22. package/build/dist/assets/i18n/es-ES.json +4 -0
  23. package/build/dist/assets/i18n/fi-FI.json +4 -0
  24. package/build/dist/assets/i18n/fr-FR.json +4 -0
  25. package/build/dist/assets/i18n/hu-HU.json +4 -0
  26. package/build/dist/assets/i18n/it-IT.json +4 -0
  27. package/build/dist/assets/i18n/ja-JP.json +4 -0
  28. package/build/dist/assets/i18n/ko-KR.json +4 -0
  29. package/build/dist/assets/i18n/nl-NL.json +4 -0
  30. package/build/dist/assets/i18n/no-NO.json +4 -0
  31. package/build/dist/assets/i18n/pl-PL.json +4 -0
  32. package/build/dist/assets/i18n/pt-BR.json +4 -0
  33. package/build/dist/assets/i18n/pt-PT.json +4 -0
  34. package/build/dist/assets/i18n/ro-RO.json +4 -0
  35. package/build/dist/assets/i18n/ru-RU.json +30 -26
  36. package/build/dist/assets/i18n/sr-SP.json +4 -0
  37. package/build/dist/assets/i18n/sv-SE.json +4 -0
  38. package/build/dist/assets/i18n/tr-TR.json +4 -0
  39. package/build/dist/assets/i18n/uk-UA.json +4 -0
  40. package/build/dist/assets/i18n/vi-VN.json +4 -0
  41. package/build/dist/assets/i18n/zh-CN.json +12 -8
  42. package/build/dist/assets/i18n/zh-TW.json +4 -0
  43. package/build/dist/index.html +3 -3
  44. package/build/dist/main.js +1 -0
  45. package/build/dist/polyfills.js +1 -0
  46. package/build/dist/runtime.js +1 -0
  47. package/build/dist/styles.css +2 -2
  48. package/build/index.d.ts +1 -0
  49. package/build/index.js +4 -1
  50. package/build/index.test.d.ts +1 -0
  51. package/build/index.test.js +17 -6
  52. package/build/utils/get-altair-html.d.ts +1 -0
  53. package/build/utils/get-dist.d.ts +1 -0
  54. package/package.json +4 -4
  55. package/src/index.test.ts +21 -6
  56. package/src/index.ts +6 -3
  57. package/tsconfig.json +1 -0
  58. package/build/dist/108-es2018.js +0 -1
  59. package/build/dist/108-es5.js +0 -1
  60. package/build/dist/283-es2018.js +0 -1
  61. package/build/dist/283-es5.js +0 -1
  62. package/build/dist/379-es2018.js +0 -1
  63. package/build/dist/379-es5.js +0 -1
  64. package/build/dist/471-es2018.js +0 -1
  65. package/build/dist/471-es5.js +0 -1
  66. package/build/dist/527-es2018.js +0 -1
  67. package/build/dist/527-es5.js +0 -1
  68. package/build/dist/604-es2018.js +0 -1
  69. package/build/dist/604-es5.js +0 -1
  70. package/build/dist/672-es2018.js +0 -1
  71. package/build/dist/672-es5.js +0 -1
  72. package/build/dist/709-es2018.js +0 -1
  73. package/build/dist/709-es5.js +0 -1
  74. package/build/dist/729-es2018.js +0 -1
  75. package/build/dist/729-es5.js +0 -1
  76. package/build/dist/747-es2018.js +0 -1
  77. package/build/dist/747-es5.js +0 -1
  78. package/build/dist/790-es2018.js +0 -1
  79. package/build/dist/790-es5.js +0 -1
  80. package/build/dist/794-es2018.js +0 -1
  81. package/build/dist/794-es5.js +0 -1
  82. package/build/dist/866-es2018.js +0 -1
  83. package/build/dist/866-es5.js +0 -1
  84. package/build/dist/873-es2018.js +0 -1
  85. package/build/dist/873-es5.js +0 -1
  86. package/build/dist/934-es2018.js +0 -1
  87. package/build/dist/934-es5.js +0 -1
  88. package/build/dist/main-es2018.js +0 -1
  89. package/build/dist/main-es5.js +0 -1
  90. package/build/dist/polyfills-es2018.js +0 -1
  91. package/build/dist/polyfills-es5.js +0 -1
  92. package/build/dist/runtime-es2018.js +0 -1
  93. package/build/dist/runtime-es5.js +0 -1
  94. package/build/index.js.map +0 -1
  95. package/build/index.test.js.map +0 -1
  96. package/build/utils/get-altair-html.js.map +0 -1
  97. package/build/utils/get-dist.js.map +0 -1
  98. package/scripts/prepare_dist.js +0 -77
@@ -1,28 +1,3 @@
1
- @angular-devkit/build-angular
2
- MIT
3
- The MIT License
4
-
5
- Copyright (c) 2017 Google, Inc.
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
24
-
25
-
26
1
  @angular/animations
27
2
  MIT
28
3
 
@@ -384,11 +359,352 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
384
359
  SOFTWARE.
385
360
 
386
361
 
387
- @emotion/utils
362
+ @emotion/utils
363
+ MIT
364
+ MIT License
365
+
366
+ Copyright (c) Emotion team and other contributors
367
+
368
+ Permission is hereby granted, free of charge, to any person obtaining a copy
369
+ of this software and associated documentation files (the "Software"), to deal
370
+ in the Software without restriction, including without limitation the rights
371
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
372
+ copies of the Software, and to permit persons to whom the Software is
373
+ furnished to do so, subject to the following conditions:
374
+
375
+ The above copyright notice and this permission notice shall be included in all
376
+ copies or substantial portions of the Software.
377
+
378
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
379
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
380
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
381
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
382
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
383
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
384
+ SOFTWARE.
385
+
386
+
387
+ @ngneat/hot-toast
388
+ MIT
389
+
390
+ @ngneat/overview
391
+ MIT
392
+
393
+ @ngneat/until-destroy
394
+ MIT
395
+
396
+ @ngrx/effects
397
+ MIT
398
+
399
+ @ngrx/store
400
+ MIT
401
+
402
+ @ngrx/store-devtools
403
+ MIT
404
+
405
+ @ngui/auto-complete
406
+ MIT
407
+ Copyright (c) 2016 Allen Kim <allenhwkim@gmail.com>
408
+
409
+
410
+ 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:
411
+
412
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
413
+
414
+ 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.
415
+
416
+ @ngx-translate/core
417
+ MIT
418
+
419
+ @ngx-translate/http-loader
420
+ MIT
421
+
422
+ @supabase/gotrue-js
423
+ MIT
424
+ MIT License
425
+
426
+ Copyright (c) 2020 Supabase
427
+
428
+ Permission is hereby granted, free of charge, to any person obtaining a copy
429
+ of this software and associated documentation files (the "Software"), to deal
430
+ in the Software without restriction, including without limitation the rights
431
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
432
+ copies of the Software, and to permit persons to whom the Software is
433
+ furnished to do so, subject to the following conditions:
434
+
435
+ The above copyright notice and this permission notice shall be included in all
436
+ copies or substantial portions of the Software.
437
+
438
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
439
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
440
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
441
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
442
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
443
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
444
+ SOFTWARE.
445
+
446
+
447
+ @supabase/postgrest-js
448
+ MIT
449
+ MIT License
450
+
451
+ Copyright (c) 2020 Supabase
452
+
453
+ Permission is hereby granted, free of charge, to any person obtaining a copy
454
+ of this software and associated documentation files (the "Software"), to deal
455
+ in the Software without restriction, including without limitation the rights
456
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
457
+ copies of the Software, and to permit persons to whom the Software is
458
+ furnished to do so, subject to the following conditions:
459
+
460
+ The above copyright notice and this permission notice shall be included in all
461
+ copies or substantial portions of the Software.
462
+
463
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
464
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
465
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
466
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
467
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
468
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
469
+ SOFTWARE.
470
+
471
+
472
+ @supabase/realtime-js
473
+ MIT
474
+ # MIT License
475
+
476
+ Copyright (c) 2020 Supabase
477
+
478
+ Permission is hereby granted, free of charge, to any person obtaining
479
+ a copy of this software and associated documentation files (the
480
+ "Software"), to deal in the Software without restriction, including
481
+ without limitation the rights to use, copy, modify, merge, publish,
482
+ distribute, sublicense, and/or sell copies of the Software, and to
483
+ permit persons to whom the Software is furnished to do so, subject to
484
+ the following conditions:
485
+
486
+ The above copyright notice and this permission notice shall be
487
+ included in all copies or substantial portions of the Software.
488
+
489
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
490
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
491
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
492
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
493
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
494
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
495
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
496
+
497
+
498
+ @supabase/storage-js
499
+ MIT
500
+ Apache License
501
+ Version 2.0, January 2004
502
+ http://www.apache.org/licenses/
503
+
504
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
505
+
506
+ 1. Definitions.
507
+
508
+ "License" shall mean the terms and conditions for use, reproduction,
509
+ and distribution as defined by Sections 1 through 9 of this document.
510
+
511
+ "Licensor" shall mean the copyright owner or entity authorized by
512
+ the copyright owner that is granting the License.
513
+
514
+ "Legal Entity" shall mean the union of the acting entity and all
515
+ other entities that control, are controlled by, or are under common
516
+ control with that entity. For the purposes of this definition,
517
+ "control" means (i) the power, direct or indirect, to cause the
518
+ direction or management of such entity, whether by contract or
519
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
520
+ outstanding shares, or (iii) beneficial ownership of such entity.
521
+
522
+ "You" (or "Your") shall mean an individual or Legal Entity
523
+ exercising permissions granted by this License.
524
+
525
+ "Source" form shall mean the preferred form for making modifications,
526
+ including but not limited to software source code, documentation
527
+ source, and configuration files.
528
+
529
+ "Object" form shall mean any form resulting from mechanical
530
+ transformation or translation of a Source form, including but
531
+ not limited to compiled object code, generated documentation,
532
+ and conversions to other media types.
533
+
534
+ "Work" shall mean the work of authorship, whether in Source or
535
+ Object form, made available under the License, as indicated by a
536
+ copyright notice that is included in or attached to the work
537
+ (an example is provided in the Appendix below).
538
+
539
+ "Derivative Works" shall mean any work, whether in Source or Object
540
+ form, that is based on (or derived from) the Work and for which the
541
+ editorial revisions, annotations, elaborations, or other modifications
542
+ represent, as a whole, an original work of authorship. For the purposes
543
+ of this License, Derivative Works shall not include works that remain
544
+ separable from, or merely link (or bind by name) to the interfaces of,
545
+ the Work and Derivative Works thereof.
546
+
547
+ "Contribution" shall mean any work of authorship, including
548
+ the original version of the Work and any modifications or additions
549
+ to that Work or Derivative Works thereof, that is intentionally
550
+ submitted to Licensor for inclusion in the Work by the copyright owner
551
+ or by an individual or Legal Entity authorized to submit on behalf of
552
+ the copyright owner. For the purposes of this definition, "submitted"
553
+ means any form of electronic, verbal, or written communication sent
554
+ to the Licensor or its representatives, including but not limited to
555
+ communication on electronic mailing lists, source code control systems,
556
+ and issue tracking systems that are managed by, or on behalf of, the
557
+ Licensor for the purpose of discussing and improving the Work, but
558
+ excluding communication that is conspicuously marked or otherwise
559
+ designated in writing by the copyright owner as "Not a Contribution."
560
+
561
+ "Contributor" shall mean Licensor and any individual or Legal Entity
562
+ on behalf of whom a Contribution has been received by Licensor and
563
+ subsequently incorporated within the Work.
564
+
565
+ 2. Grant of Copyright License. Subject to the terms and conditions of
566
+ this License, each Contributor hereby grants to You a perpetual,
567
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
568
+ copyright license to reproduce, prepare Derivative Works of,
569
+ publicly display, publicly perform, sublicense, and distribute the
570
+ Work and such Derivative Works in Source or Object form.
571
+
572
+ 3. Grant of Patent License. Subject to the terms and conditions of
573
+ this License, each Contributor hereby grants to You a perpetual,
574
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
575
+ (except as stated in this section) patent license to make, have made,
576
+ use, offer to sell, sell, import, and otherwise transfer the Work,
577
+ where such license applies only to those patent claims licensable
578
+ by such Contributor that are necessarily infringed by their
579
+ Contribution(s) alone or by combination of their Contribution(s)
580
+ with the Work to which such Contribution(s) was submitted. If You
581
+ institute patent litigation against any entity (including a
582
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
583
+ or a Contribution incorporated within the Work constitutes direct
584
+ or contributory patent infringement, then any patent licenses
585
+ granted to You under this License for that Work shall terminate
586
+ as of the date such litigation is filed.
587
+
588
+ 4. Redistribution. You may reproduce and distribute copies of the
589
+ Work or Derivative Works thereof in any medium, with or without
590
+ modifications, and in Source or Object form, provided that You
591
+ meet the following conditions:
592
+
593
+ (a) You must give any other recipients of the Work or
594
+ Derivative Works a copy of this License; and
595
+
596
+ (b) You must cause any modified files to carry prominent notices
597
+ stating that You changed the files; and
598
+
599
+ (c) You must retain, in the Source form of any Derivative Works
600
+ that You distribute, all copyright, patent, trademark, and
601
+ attribution notices from the Source form of the Work,
602
+ excluding those notices that do not pertain to any part of
603
+ the Derivative Works; and
604
+
605
+ (d) If the Work includes a "NOTICE" text file as part of its
606
+ distribution, then any Derivative Works that You distribute must
607
+ include a readable copy of the attribution notices contained
608
+ within such NOTICE file, excluding those notices that do not
609
+ pertain to any part of the Derivative Works, in at least one
610
+ of the following places: within a NOTICE text file distributed
611
+ as part of the Derivative Works; within the Source form or
612
+ documentation, if provided along with the Derivative Works; or,
613
+ within a display generated by the Derivative Works, if and
614
+ wherever such third-party notices normally appear. The contents
615
+ of the NOTICE file are for informational purposes only and
616
+ do not modify the License. You may add Your own attribution
617
+ notices within Derivative Works that You distribute, alongside
618
+ or as an addendum to the NOTICE text from the Work, provided
619
+ that such additional attribution notices cannot be construed
620
+ as modifying the License.
621
+
622
+ You may add Your own copyright statement to Your modifications and
623
+ may provide additional or different license terms and conditions
624
+ for use, reproduction, or distribution of Your modifications, or
625
+ for any such Derivative Works as a whole, provided Your use,
626
+ reproduction, and distribution of the Work otherwise complies with
627
+ the conditions stated in this License.
628
+
629
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
630
+ any Contribution intentionally submitted for inclusion in the Work
631
+ by You to the Licensor shall be under the terms and conditions of
632
+ this License, without any additional terms or conditions.
633
+ Notwithstanding the above, nothing herein shall supersede or modify
634
+ the terms of any separate license agreement you may have executed
635
+ with Licensor regarding such Contributions.
636
+
637
+ 6. Trademarks. This License does not grant permission to use the trade
638
+ names, trademarks, service marks, or product names of the Licensor,
639
+ except as required for reasonable and customary use in describing the
640
+ origin of the Work and reproducing the content of the NOTICE file.
641
+
642
+ 7. Disclaimer of Warranty. Unless required by applicable law or
643
+ agreed to in writing, Licensor provides the Work (and each
644
+ Contributor provides its Contributions) on an "AS IS" BASIS,
645
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
646
+ implied, including, without limitation, any warranties or conditions
647
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
648
+ PARTICULAR PURPOSE. You are solely responsible for determining the
649
+ appropriateness of using or redistributing the Work and assume any
650
+ risks associated with Your exercise of permissions under this License.
651
+
652
+ 8. Limitation of Liability. In no event and under no legal theory,
653
+ whether in tort (including negligence), contract, or otherwise,
654
+ unless required by applicable law (such as deliberate and grossly
655
+ negligent acts) or agreed to in writing, shall any Contributor be
656
+ liable to You for damages, including any direct, indirect, special,
657
+ incidental, or consequential damages of any character arising as a
658
+ result of this License or out of the use or inability to use the
659
+ Work (including but not limited to damages for loss of goodwill,
660
+ work stoppage, computer failure or malfunction, or any and all
661
+ other commercial damages or losses), even if such Contributor
662
+ has been advised of the possibility of such damages.
663
+
664
+ 9. Accepting Warranty or Additional Liability. While redistributing
665
+ the Work or Derivative Works thereof, You may choose to offer,
666
+ and charge a fee for, acceptance of support, warranty, indemnity,
667
+ or other liability obligations and/or rights consistent with this
668
+ License. However, in accepting such obligations, You may act only
669
+ on Your own behalf and on Your sole responsibility, not on behalf
670
+ of any other Contributor, and only if You agree to indemnify,
671
+ defend, and hold each Contributor harmless for any liability
672
+ incurred by, or claims asserted against, such Contributor by reason
673
+ of your accepting any such warranty or additional liability.
674
+
675
+ END OF TERMS AND CONDITIONS
676
+
677
+ APPENDIX: How to apply the Apache License to your work.
678
+
679
+ To apply the Apache License to your work, attach the following
680
+ boilerplate notice, with the fields enclosed by brackets "[]"
681
+ replaced with your own identifying information. (Don't include
682
+ the brackets!) The text should be enclosed in the appropriate
683
+ comment syntax for the file format. We also recommend that a
684
+ file or class name and description of purpose be included on the
685
+ same "printed page" as the copyright notice for easier
686
+ identification within third-party archives.
687
+
688
+ Copyright [yyyy] [name of copyright owner]
689
+
690
+ Licensed under the Apache License, Version 2.0 (the "License");
691
+ you may not use this file except in compliance with the License.
692
+ You may obtain a copy of the License at
693
+
694
+ http://www.apache.org/licenses/LICENSE-2.0
695
+
696
+ Unless required by applicable law or agreed to in writing, software
697
+ distributed under the License is distributed on an "AS IS" BASIS,
698
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
699
+ See the License for the specific language governing permissions and
700
+ limitations under the License.
701
+
702
+
703
+ @supabase/supabase-js
388
704
  MIT
389
705
  MIT License
390
706
 
391
- Copyright (c) Emotion team and other contributors
707
+ Copyright (c) 2020 Supabase
392
708
 
393
709
  Permission is hereby granted, free of charge, to any person obtaining a copy
394
710
  of this software and associated documentation files (the "Software"), to deal
@@ -409,41 +725,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
409
725
  SOFTWARE.
410
726
 
411
727
 
412
- @ngneat/hot-toast
413
- MIT
414
-
415
- @ngneat/overview
416
- MIT
417
-
418
- @ngneat/until-destroy
419
- MIT
420
-
421
- @ngrx/effects
422
- MIT
423
-
424
- @ngrx/store
425
- MIT
426
-
427
- @ngrx/store-devtools
428
- MIT
429
-
430
- @ngui/auto-complete
431
- MIT
432
- Copyright (c) 2016 Allen Kim <allenhwkim@gmail.com>
433
-
434
-
435
- 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:
436
-
437
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
438
-
439
- 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.
440
-
441
- @ngx-translate/core
442
- MIT
443
-
444
- @ngx-translate/http-loader
445
- MIT
446
-
447
728
  @webcomponents/custom-elements
448
729
  BSD-3-Clause
449
730
  # License
@@ -1280,9 +1561,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1280
1561
  THE SOFTWARE.
1281
1562
 
1282
1563
 
1564
+ convert-css-color-name-to-hex
1565
+ MIT
1566
+ The MIT License (MIT)
1567
+
1568
+ Copyright (c) 2015 Dustin Specker
1569
+
1570
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1571
+ of this software and associated documentation files (the "Software"), to deal
1572
+ in the Software without restriction, including without limitation the rights
1573
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1574
+ copies of the Software, and to permit persons to whom the Software is
1575
+ furnished to do so, subject to the following conditions:
1576
+
1577
+ The above copyright notice and this permission notice shall be included in all
1578
+ copies or substantial portions of the Software.
1579
+
1580
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1581
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1582
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1583
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1584
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1585
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1586
+ SOFTWARE.
1587
+
1283
1588
  core-js
1284
1589
  MIT
1285
- Copyright (c) 2014-2021 Denis Pushkarev
1590
+ Copyright (c) 2014-2020 Denis Pushkarev
1286
1591
 
1287
1592
  Permission is hereby granted, free of charge, to any person obtaining a copy
1288
1593
  of this software and associated documentation files (the "Software"), to deal
@@ -1328,6 +1633,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1328
1633
  SOFTWARE.
1329
1634
 
1330
1635
 
1636
+ cross-fetch
1637
+ MIT
1638
+ The MIT License (MIT)
1639
+
1640
+ Copyright (c) 2017 Leonardo Quixadá
1641
+
1642
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1643
+ of this software and associated documentation files (the "Software"), to deal
1644
+ in the Software without restriction, including without limitation the rights
1645
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1646
+ copies of the Software, and to permit persons to whom the Software is
1647
+ furnished to do so, subject to the following conditions:
1648
+
1649
+ The above copyright notice and this permission notice shall be included in all
1650
+ copies or substantial portions of the Software.
1651
+
1652
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1653
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1654
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1655
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1656
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1657
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1658
+ SOFTWARE.
1659
+
1660
+
1331
1661
  crypto-js
1332
1662
  MIT
1333
1663
  # License
@@ -1356,6 +1686,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1356
1686
  THE SOFTWARE.
1357
1687
 
1358
1688
 
1689
+ css-color-names
1690
+ MIT
1691
+
1359
1692
  curlup
1360
1693
  MIT
1361
1694
 
@@ -1632,6 +1965,66 @@ Apache License
1632
1965
 
1633
1966
 
1634
1967
 
1968
+ dom-serializer
1969
+ MIT
1970
+ License
1971
+
1972
+ (The MIT License)
1973
+
1974
+ Copyright (c) 2014 The cheeriojs contributors
1975
+
1976
+ 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:
1977
+
1978
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1979
+
1980
+ 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.
1981
+
1982
+
1983
+ domelementtype
1984
+ BSD-2-Clause
1985
+ Copyright (c) Felix Böhm
1986
+ All rights reserved.
1987
+
1988
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1989
+
1990
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1991
+
1992
+ 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.
1993
+
1994
+ THIS 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,
1995
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1996
+
1997
+
1998
+ domhandler
1999
+ BSD-2-Clause
2000
+ Copyright (c) Felix Böhm
2001
+ All rights reserved.
2002
+
2003
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2004
+
2005
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2006
+
2007
+ 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.
2008
+
2009
+ THIS 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,
2010
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2011
+
2012
+
2013
+ domutils
2014
+ BSD-2-Clause
2015
+ Copyright (c) Felix Böhm
2016
+ All rights reserved.
2017
+
2018
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2019
+
2020
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2021
+
2022
+ 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.
2023
+
2024
+ THIS 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,
2025
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2026
+
2027
+
1635
2028
  emotion
1636
2029
  MIT
1637
2030
  MIT License
@@ -1657,6 +2050,21 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1657
2050
  SOFTWARE.
1658
2051
 
1659
2052
 
2053
+ entities
2054
+ BSD-2-Clause
2055
+ Copyright (c) Felix Böhm
2056
+ All rights reserved.
2057
+
2058
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2059
+
2060
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2061
+
2062
+ 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.
2063
+
2064
+ THIS 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,
2065
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2066
+
2067
+
1660
2068
  es-abstract
1661
2069
  MIT
1662
2070
  The MIT License (MIT)
@@ -1719,6 +2127,19 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1719
2127
  PERFORMANCE OF THIS SOFTWARE.
1720
2128
 
1721
2129
 
2130
+ escape-string-regexp
2131
+ MIT
2132
+ MIT License
2133
+
2134
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2135
+
2136
+ 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:
2137
+
2138
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2139
+
2140
+ 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.
2141
+
2142
+
1722
2143
  event-emitter
1723
2144
  MIT
1724
2145
  Copyright (C) 2012-2015 Mariusz Nowak (www.medikoo.com)
@@ -2376,6 +2797,27 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2376
2797
  SOFTWARE.
2377
2798
 
2378
2799
 
2800
+ htmlparser2
2801
+ MIT
2802
+ Copyright 2010, 2011, Chris Winberry <chris@winberry.net>. All rights reserved.
2803
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2804
+ of this software and associated documentation files (the "Software"), to
2805
+ deal in the Software without restriction, including without limitation the
2806
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2807
+ sell copies of the Software, and to permit persons to whom the Software is
2808
+ furnished to do so, subject to the following conditions:
2809
+
2810
+ The above copyright notice and this permission notice shall be included in
2811
+ all copies or substantial portions of the Software.
2812
+
2813
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2814
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2815
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2816
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2817
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2818
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2819
+ IN THE SOFTWARE.
2820
+
2379
2821
  ieee754
2380
2822
  BSD-3-Clause
2381
2823
  Copyright 2008 Fair Oaks Labs, Inc.
@@ -2435,6 +2877,30 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2435
2877
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2436
2878
 
2437
2879
 
2880
+ is-css-color-name
2881
+ MIT
2882
+ The MIT License (MIT)
2883
+
2884
+ Copyright (c) 2015 Dustin Specker
2885
+
2886
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2887
+ of this software and associated documentation files (the "Software"), to deal
2888
+ in the Software without restriction, including without limitation the rights
2889
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2890
+ copies of the Software, and to permit persons to whom the Software is
2891
+ furnished to do so, subject to the following conditions:
2892
+
2893
+ The above copyright notice and this permission notice shall be included in all
2894
+ copies or substantial portions of the Software.
2895
+
2896
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2897
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2898
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2899
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2900
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2901
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2902
+ SOFTWARE.
2903
+
2438
2904
  is-generator-function
2439
2905
  MIT
2440
2906
  The MIT License (MIT)
@@ -2459,6 +2925,31 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2459
2925
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2460
2926
 
2461
2927
 
2928
+ is-plain-object
2929
+ MIT
2930
+ The MIT License (MIT)
2931
+
2932
+ Copyright (c) 2014-2017, Jon Schlinkert.
2933
+
2934
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2935
+ of this software and associated documentation files (the "Software"), to deal
2936
+ in the Software without restriction, including without limitation the rights
2937
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2938
+ copies of the Software, and to permit persons to whom the Software is
2939
+ furnished to do so, subject to the following conditions:
2940
+
2941
+ The above copyright notice and this permission notice shall be included in
2942
+ all copies or substantial portions of the Software.
2943
+
2944
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2945
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2946
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2947
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2948
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2949
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2950
+ THE SOFTWARE.
2951
+
2952
+
2462
2953
  is-promise
2463
2954
  MIT
2464
2955
  Copyright (c) 2014 Forbes Lindesay
@@ -3148,6 +3639,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3148
3639
  SOFTWARE.
3149
3640
 
3150
3641
 
3642
+ nanoid
3643
+ MIT
3644
+ The MIT License (MIT)
3645
+
3646
+ Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
3647
+
3648
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3649
+ this software and associated documentation files (the "Software"), to deal in
3650
+ the Software without restriction, including without limitation the rights to
3651
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3652
+ the Software, and to permit persons to whom the Software is furnished to do so,
3653
+ subject to the following conditions:
3654
+
3655
+ The above copyright notice and this permission notice shall be included in all
3656
+ copies or substantial portions of the Software.
3657
+
3658
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3659
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3660
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3661
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3662
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3663
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3664
+
3665
+
3151
3666
  new-github-issue-url
3152
3667
  MIT
3153
3668
  MIT License
@@ -3378,14 +3893,39 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3378
3893
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3379
3894
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3380
3895
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3381
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3382
- THE SOFTWARE.
3896
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3897
+ THE SOFTWARE.
3898
+
3899
+ optimism
3900
+ MIT
3901
+ MIT License
3902
+
3903
+ Copyright (c) 2016 Ben Newman
3904
+
3905
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3906
+ of this software and associated documentation files (the "Software"), to deal
3907
+ in the Software without restriction, including without limitation the rights
3908
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3909
+ copies of the Software, and to permit persons to whom the Software is
3910
+ furnished to do so, subject to the following conditions:
3911
+
3912
+ The above copyright notice and this permission notice shall be included in all
3913
+ copies or substantial portions of the Software.
3914
+
3915
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3916
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3917
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3918
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3919
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3920
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3921
+ SOFTWARE.
3383
3922
 
3384
- optimism
3923
+
3924
+ parse-srcset
3385
3925
  MIT
3386
- MIT License
3926
+ The MIT License (MIT)
3387
3927
 
3388
- Copyright (c) 2016 Ben Newman
3928
+ Copyright (c) 2014 Alex Bell
3389
3929
 
3390
3930
  Permission is hereby granted, free of charge, to any person obtaining a copy
3391
3931
  of this software and associated documentation files (the "Software"), to deal
@@ -3406,9 +3946,53 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3406
3946
  SOFTWARE.
3407
3947
 
3408
3948
 
3949
+
3950
+ picocolors
3951
+ ISC
3952
+ ISC License
3953
+
3954
+ Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
3955
+
3956
+ Permission to use, copy, modify, and/or distribute this software for any
3957
+ purpose with or without fee is hereby granted, provided that the above
3958
+ copyright notice and this permission notice appear in all copies.
3959
+
3960
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3961
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3962
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3963
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3964
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3965
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3966
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3967
+
3968
+
3409
3969
  popper.js
3410
3970
  MIT
3411
3971
 
3972
+ postcss
3973
+ MIT
3974
+ The MIT License (MIT)
3975
+
3976
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
3977
+
3978
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3979
+ this software and associated documentation files (the "Software"), to deal in
3980
+ the Software without restriction, including without limitation the rights to
3981
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3982
+ the Software, and to permit persons to whom the Software is furnished to do so,
3983
+ subject to the following conditions:
3984
+
3985
+ The above copyright notice and this permission notice shall be included in all
3986
+ copies or substantial portions of the Software.
3987
+
3988
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3989
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3990
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3991
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3992
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3993
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3994
+
3995
+
3412
3996
  prettier
3413
3997
  MIT
3414
3998
  Copyright © James Long and contributors
@@ -3492,31 +4076,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3492
4076
  SOFTWARE.
3493
4077
 
3494
4078
 
3495
- regenerator-runtime
3496
- MIT
3497
- MIT License
3498
-
3499
- Copyright (c) 2014-present, Facebook, Inc.
3500
-
3501
- Permission is hereby granted, free of charge, to any person obtaining a copy
3502
- of this software and associated documentation files (the "Software"), to deal
3503
- in the Software without restriction, including without limitation the rights
3504
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3505
- copies of the Software, and to permit persons to whom the Software is
3506
- furnished to do so, subject to the following conditions:
3507
-
3508
- The above copyright notice and this permission notice shall be included in all
3509
- copies or substantial portions of the Software.
3510
-
3511
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3512
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3513
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3514
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3515
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3516
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3517
- SOFTWARE.
3518
-
3519
-
3520
4079
  rxjs
3521
4080
  Apache-2.0
3522
4081
  Apache License
@@ -3723,6 +4282,17 @@ Apache-2.0
3723
4282
 
3724
4283
 
3725
4284
 
4285
+ sanitize-html
4286
+ MIT
4287
+ Copyright (c) 2013, 2014, 2015 P'unk Avenue LLC
4288
+
4289
+ 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:
4290
+
4291
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4292
+
4293
+ 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.
4294
+
4295
+
3726
4296
  sortablejs
3727
4297
  MIT
3728
4298
  MIT License
@@ -4022,6 +4592,187 @@ The above copyright notice and this permission notice shall be included in all c
4022
4592
  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.
4023
4593
 
4024
4594
 
4595
+ websocket
4596
+ Apache-2.0
4597
+
4598
+ Apache License
4599
+ Version 2.0, January 2004
4600
+ http://www.apache.org/licenses/
4601
+
4602
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4603
+
4604
+ 1. Definitions.
4605
+
4606
+ "License" shall mean the terms and conditions for use, reproduction,
4607
+ and distribution as defined by Sections 1 through 9 of this document.
4608
+
4609
+ "Licensor" shall mean the copyright owner or entity authorized by
4610
+ the copyright owner that is granting the License.
4611
+
4612
+ "Legal Entity" shall mean the union of the acting entity and all
4613
+ other entities that control, are controlled by, or are under common
4614
+ control with that entity. For the purposes of this definition,
4615
+ "control" means (i) the power, direct or indirect, to cause the
4616
+ direction or management of such entity, whether by contract or
4617
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
4618
+ outstanding shares, or (iii) beneficial ownership of such entity.
4619
+
4620
+ "You" (or "Your") shall mean an individual or Legal Entity
4621
+ exercising permissions granted by this License.
4622
+
4623
+ "Source" form shall mean the preferred form for making modifications,
4624
+ including but not limited to software source code, documentation
4625
+ source, and configuration files.
4626
+
4627
+ "Object" form shall mean any form resulting from mechanical
4628
+ transformation or translation of a Source form, including but
4629
+ not limited to compiled object code, generated documentation,
4630
+ and conversions to other media types.
4631
+
4632
+ "Work" shall mean the work of authorship, whether in Source or
4633
+ Object form, made available under the License, as indicated by a
4634
+ copyright notice that is included in or attached to the work
4635
+ (an example is provided in the Appendix below).
4636
+
4637
+ "Derivative Works" shall mean any work, whether in Source or Object
4638
+ form, that is based on (or derived from) the Work and for which the
4639
+ editorial revisions, annotations, elaborations, or other modifications
4640
+ represent, as a whole, an original work of authorship. For the purposes
4641
+ of this License, Derivative Works shall not include works that remain
4642
+ separable from, or merely link (or bind by name) to the interfaces of,
4643
+ the Work and Derivative Works thereof.
4644
+
4645
+ "Contribution" shall mean any work of authorship, including
4646
+ the original version of the Work and any modifications or additions
4647
+ to that Work or Derivative Works thereof, that is intentionally
4648
+ submitted to Licensor for inclusion in the Work by the copyright owner
4649
+ or by an individual or Legal Entity authorized to submit on behalf of
4650
+ the copyright owner. For the purposes of this definition, "submitted"
4651
+ means any form of electronic, verbal, or written communication sent
4652
+ to the Licensor or its representatives, including but not limited to
4653
+ communication on electronic mailing lists, source code control systems,
4654
+ and issue tracking systems that are managed by, or on behalf of, the
4655
+ Licensor for the purpose of discussing and improving the Work, but
4656
+ excluding communication that is conspicuously marked or otherwise
4657
+ designated in writing by the copyright owner as "Not a Contribution."
4658
+
4659
+ "Contributor" shall mean Licensor and any individual or Legal Entity
4660
+ on behalf of whom a Contribution has been received by Licensor and
4661
+ subsequently incorporated within the Work.
4662
+
4663
+ 2. Grant of Copyright License. Subject to the terms and conditions of
4664
+ this License, each Contributor hereby grants to You a perpetual,
4665
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4666
+ copyright license to reproduce, prepare Derivative Works of,
4667
+ publicly display, publicly perform, sublicense, and distribute the
4668
+ Work and such Derivative Works in Source or Object form.
4669
+
4670
+ 3. Grant of Patent License. Subject to the terms and conditions of
4671
+ this License, each Contributor hereby grants to You a perpetual,
4672
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4673
+ (except as stated in this section) patent license to make, have made,
4674
+ use, offer to sell, sell, import, and otherwise transfer the Work,
4675
+ where such license applies only to those patent claims licensable
4676
+ by such Contributor that are necessarily infringed by their
4677
+ Contribution(s) alone or by combination of their Contribution(s)
4678
+ with the Work to which such Contribution(s) was submitted. If You
4679
+ institute patent litigation against any entity (including a
4680
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
4681
+ or a Contribution incorporated within the Work constitutes direct
4682
+ or contributory patent infringement, then any patent licenses
4683
+ granted to You under this License for that Work shall terminate
4684
+ as of the date such litigation is filed.
4685
+
4686
+ 4. Redistribution. You may reproduce and distribute copies of the
4687
+ Work or Derivative Works thereof in any medium, with or without
4688
+ modifications, and in Source or Object form, provided that You
4689
+ meet the following conditions:
4690
+
4691
+ (a) You must give any other recipients of the Work or
4692
+ Derivative Works a copy of this License; and
4693
+
4694
+ (b) You must cause any modified files to carry prominent notices
4695
+ stating that You changed the files; and
4696
+
4697
+ (c) You must retain, in the Source form of any Derivative Works
4698
+ that You distribute, all copyright, patent, trademark, and
4699
+ attribution notices from the Source form of the Work,
4700
+ excluding those notices that do not pertain to any part of
4701
+ the Derivative Works; and
4702
+
4703
+ (d) If the Work includes a "NOTICE" text file as part of its
4704
+ distribution, then any Derivative Works that You distribute must
4705
+ include a readable copy of the attribution notices contained
4706
+ within such NOTICE file, excluding those notices that do not
4707
+ pertain to any part of the Derivative Works, in at least one
4708
+ of the following places: within a NOTICE text file distributed
4709
+ as part of the Derivative Works; within the Source form or
4710
+ documentation, if provided along with the Derivative Works; or,
4711
+ within a display generated by the Derivative Works, if and
4712
+ wherever such third-party notices normally appear. The contents
4713
+ of the NOTICE file are for informational purposes only and
4714
+ do not modify the License. You may add Your own attribution
4715
+ notices within Derivative Works that You distribute, alongside
4716
+ or as an addendum to the NOTICE text from the Work, provided
4717
+ that such additional attribution notices cannot be construed
4718
+ as modifying the License.
4719
+
4720
+ You may add Your own copyright statement to Your modifications and
4721
+ may provide additional or different license terms and conditions
4722
+ for use, reproduction, or distribution of Your modifications, or
4723
+ for any such Derivative Works as a whole, provided Your use,
4724
+ reproduction, and distribution of the Work otherwise complies with
4725
+ the conditions stated in this License.
4726
+
4727
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
4728
+ any Contribution intentionally submitted for inclusion in the Work
4729
+ by You to the Licensor shall be under the terms and conditions of
4730
+ this License, without any additional terms or conditions.
4731
+ Notwithstanding the above, nothing herein shall supersede or modify
4732
+ the terms of any separate license agreement you may have executed
4733
+ with Licensor regarding such Contributions.
4734
+
4735
+ 6. Trademarks. This License does not grant permission to use the trade
4736
+ names, trademarks, service marks, or product names of the Licensor,
4737
+ except as required for reasonable and customary use in describing the
4738
+ origin of the Work and reproducing the content of the NOTICE file.
4739
+
4740
+ 7. Disclaimer of Warranty. Unless required by applicable law or
4741
+ agreed to in writing, Licensor provides the Work (and each
4742
+ Contributor provides its Contributions) on an "AS IS" BASIS,
4743
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4744
+ implied, including, without limitation, any warranties or conditions
4745
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4746
+ PARTICULAR PURPOSE. You are solely responsible for determining the
4747
+ appropriateness of using or redistributing the Work and assume any
4748
+ risks associated with Your exercise of permissions under this License.
4749
+
4750
+ 8. Limitation of Liability. In no event and under no legal theory,
4751
+ whether in tort (including negligence), contract, or otherwise,
4752
+ unless required by applicable law (such as deliberate and grossly
4753
+ negligent acts) or agreed to in writing, shall any Contributor be
4754
+ liable to You for damages, including any direct, indirect, special,
4755
+ incidental, or consequential damages of any character arising as a
4756
+ result of this License or out of the use or inability to use the
4757
+ Work (including but not limited to damages for loss of goodwill,
4758
+ work stoppage, computer failure or malfunction, or any and all
4759
+ other commercial damages or losses), even if such Contributor
4760
+ has been advised of the possibility of such damages.
4761
+
4762
+ 9. Accepting Warranty or Additional Liability. While redistributing
4763
+ the Work or Derivative Works thereof, You may choose to offer,
4764
+ and charge a fee for, acceptance of support, warranty, indemnity,
4765
+ or other liability obligations and/or rights consistent with this
4766
+ License. However, in accepting such obligations, You may act only
4767
+ on Your own behalf and on Your sole responsibility, not on behalf
4768
+ of any other Contributor, and only if You agree to indemnify,
4769
+ defend, and hold each Contributor harmless for any liability
4770
+ incurred by, or claims asserted against, such Contributor by reason
4771
+ of your accepting any such warranty or additional liability.
4772
+
4773
+ END OF TERMS AND CONDITIONS
4774
+
4775
+
4025
4776
  which-typed-array
4026
4777
  MIT
4027
4778
  The MIT License (MIT)