@gooddata/sdk-ui-charts 10.17.0-alpha.0 → 10.17.0-alpha.10

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 (39) hide show
  1. package/NOTICE +1334 -235
  2. package/esm/highcharts/ChartTransformation.d.ts.map +1 -1
  3. package/esm/highcharts/ChartTransformation.js +15 -12
  4. package/esm/highcharts/ChartTransformation.js.map +1 -1
  5. package/esm/highcharts/adapter/Chart.d.ts +0 -18
  6. package/esm/highcharts/adapter/Chart.d.ts.map +1 -1
  7. package/esm/highcharts/adapter/Chart.js +23 -17
  8. package/esm/highcharts/adapter/Chart.js.map +1 -1
  9. package/esm/highcharts/adapter/HighChartsRenderer.d.ts +3 -1
  10. package/esm/highcharts/adapter/HighChartsRenderer.d.ts.map +1 -1
  11. package/esm/highcharts/adapter/HighChartsRenderer.js +19 -1
  12. package/esm/highcharts/adapter/HighChartsRenderer.js.map +1 -1
  13. package/esm/highcharts/adapter/propertyMerger.d.ts +3 -0
  14. package/esm/highcharts/adapter/propertyMerger.d.ts.map +1 -0
  15. package/esm/highcharts/adapter/propertyMerger.js +9 -0
  16. package/esm/highcharts/adapter/propertyMerger.js.map +1 -0
  17. package/esm/highcharts/chartTypes/_chartOptions/chartOptionsForSettings.d.ts.map +1 -1
  18. package/esm/highcharts/chartTypes/_chartOptions/chartOptionsForSettings.js +19 -33
  19. package/esm/highcharts/chartTypes/_chartOptions/chartOptionsForSettings.js.map +1 -1
  20. package/esm/highcharts/constants/label.js +1 -1
  21. package/esm/highcharts/constants/label.js.map +1 -1
  22. package/esm/interfaces/chartConfig.d.ts +11 -0
  23. package/esm/interfaces/chartConfig.d.ts.map +1 -1
  24. package/esm/sdk-ui-charts.d.ts +11 -0
  25. package/package.json +17 -13
  26. package/styles/css/charts.css +18 -18
  27. package/styles/css/charts.css.map +1 -1
  28. package/styles/css/headline.css +10 -10
  29. package/styles/css/main.css +287 -89
  30. package/styles/css/main.css.map +1 -1
  31. package/styles/css/repeater.css +61 -61
  32. package/styles/css/repeater.css.map +1 -1
  33. package/styles/css/tooltip.css +7 -7
  34. package/styles/css/tooltip.css.map +1 -1
  35. package/styles/scss/charts.scss +1 -1
  36. package/styles/scss/headline.scss +8 -8
  37. package/styles/scss/main.scss +1 -0
  38. package/styles/scss/repeater.scss +20 -26
  39. package/styles/scss/tooltip.scss +13 -7
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2024-11-28
10
+ Date generated: 2024-12-4
11
11
 
12
- Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
12
+ Revision ID: b0a420e3a310c2f49caec9faebbc9129417e9159
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -297,6 +297,7 @@ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
297
297
  - ansi-styles (5.2.0) [MIT]
298
298
  - ansi-styles (6.2.1) [MIT]
299
299
  - anymatch (3.1.3) [ISC]
300
+ - argparse (2.0.1) [Python-2.0]
300
301
  - array-find-index (1.0.2) [MIT]
301
302
  - array-flatten (1.1.1) [MIT]
302
303
  - array-flatten (2.1.2) [MIT]
@@ -487,6 +488,7 @@ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
487
488
  - get-stream (6.0.1) [MIT]
488
489
  - get-stream (8.0.1) [MIT]
489
490
  - gl-matrix (3.4.3) [MIT]
491
+ - glob (11.0.0) [ISC]
490
492
  - glob (10.3.10) [ISC]
491
493
  - glob (7.2.3) [ISC]
492
494
  - glob-parent (5.1.2) [ISC]
@@ -578,8 +580,10 @@ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
578
580
  - isexe (2.0.0) [ISC]
579
581
  - isobject (3.0.1) [MIT]
580
582
  - jackspeak (2.3.6) [blueoak-1.0.0]
583
+ - jackspeak (4.0.2) [blueoak-1.0.0]
581
584
  - jest-worker (27.5.1) [MIT]
582
585
  - js-tokens (4.0.0) [MIT]
586
+ - js-yaml (4.1.0) [MIT]
583
587
  - jsdom (22.1.0) [MIT]
584
588
  - jsesc (0.5.0) [MIT]
585
589
  - jsesc (2.5.2) [MIT]
@@ -609,6 +613,7 @@ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
609
613
  - loud-rejection (2.2.0) [MIT]
610
614
  - loupe (2.3.7) [MIT]
611
615
  - lru-cache (10.1.0) [ISC]
616
+ - lru-cache (11.0.2) [ISC]
612
617
  - lru-cache (5.1.1) [ISC]
613
618
  - lru-cache (6.0.0) [ISC]
614
619
  - magic-string (0.30.5) [MIT]
@@ -660,12 +665,14 @@ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
660
665
  - mimic-fn (4.0.0) [MIT]
661
666
  - mini-css-extract-plugin (2.6.1) [MIT]
662
667
  - minimalistic-assert (1.0.1) [ISC]
668
+ - minimatch (10.0.1) [MIT]
663
669
  - minimatch (3.1.2) [MIT]
664
670
  - minimatch (9.0.3) [MIT]
665
671
  - minimist (1.2.8) [MIT]
666
672
  - minipass (3.3.6) [ISC]
667
673
  - minipass (5.0.0) [ISC]
668
674
  - minipass (7.0.4) [ISC]
675
+ - minipass (7.1.2) [ISC]
669
676
  - minizlib (2.1.2) [MIT]
670
677
  - mkdirp (1.0.4) [MIT]
671
678
  - mlly (1.4.2) [MIT]
@@ -707,6 +714,7 @@ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
707
714
  - p-map (3.0.0) [MIT]
708
715
  - p-retry (4.6.2) [MIT]
709
716
  - p-try (2.2.0) [MIT]
717
+ - package-json-from-dist (1.0.1) [blueoak-1.0.0]
710
718
  - parent-module (1.0.1) [MIT]
711
719
  - parse-entities (4.0.1) [MIT]
712
720
  - parse-json (5.2.0) [WTFPL, MIT]
@@ -719,20 +727,21 @@ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
719
727
  - path-key (4.0.0) [MIT]
720
728
  - path-parse (1.0.7) [MIT]
721
729
  - path-scurry (1.10.1) [blueoak-1.0.0]
730
+ - path-scurry (2.0.0) [blueoak-1.0.0]
722
731
  - path-to-regexp (0.1.7) [MIT]
723
732
  - path-type (4.0.0) [MIT]
724
733
  - pathe (1.1.1) [MIT]
725
734
  - pathval (1.1.1) [MIT]
726
735
  - pbf (3.2.1) [MIT, BSD-3-Clause]
727
736
  - picocolors (1.0.0) [ISC]
728
- - picocolors (1.0.1) [ISC]
729
737
  - picocolors (1.1.1) [ISC]
730
738
  - picomatch (2.3.1) [MIT]
731
739
  - pify (4.0.1) [MIT]
732
740
  - pkg-dir (4.2.0) [MIT]
733
741
  - pkg-types (1.0.3) [MIT]
734
742
  - polished (3.7.2) [MIT, OFL-1.1]
735
- - postcss (8.4.45) [MIT]
743
+ - postcss (8.4.49) [MIT]
744
+ - postcss-value-parser (4.2.0) [MIT]
736
745
  - potpack (2.0.0) [ISC]
737
746
  - prettier (2.5.1) [MIT, Apache-2.0, MPL-2.0]
738
747
  - pretty-format (29.7.0) [MIT]
@@ -11397,6 +11406,275 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
11397
11406
 
11398
11407
 
11399
11408
 
11409
+ --------------------------------------------------------------------------------
11410
+ Package Title: argparse (2.0.1)
11411
+
11412
+ Package Locator: npm+argparse$2.0.1
11413
+
11414
+ Package Depth: Transitive
11415
+ --------------------------------------------------------------------------------
11416
+
11417
+ * Declared Licenses *
11418
+ Python-2.0
11419
+
11420
+
11421
+ A. HISTORY OF THE SOFTWARE
11422
+ ==========================
11423
+
11424
+ Python was created in the early 1990s by Guido van Rossum at Stichting
11425
+ Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
11426
+ as a successor of a language called ABC. Guido remains Python's
11427
+ principal author, although it includes many contributions from others.
11428
+
11429
+ In 1995, Guido continued his work on Python at the Corporation for
11430
+ National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
11431
+ in Reston, Virginia where he released several versions of the
11432
+ software.
11433
+
11434
+ In May 2000, Guido and the Python core development team moved to
11435
+ BeOpen.com to form the BeOpen PythonLabs team. In October of the same
11436
+ year, the PythonLabs team moved to Digital Creations, which became
11437
+ Zope Corporation. In 2001, the Python Software Foundation (PSF, see
11438
+ https://www.python.org/psf/) was formed, a non-profit organization
11439
+ created specifically to own Python-related Intellectual Property.
11440
+ Zope Corporation was a sponsoring member of the PSF.
11441
+
11442
+ All Python releases are Open Source (see http://www.opensource.org for
11443
+ the Open Source Definition). Historically, most, but not all, Python
11444
+ releases have also been GPL-compatible; the table below summarizes
11445
+ the various releases.
11446
+
11447
+ Release Derived Year Owner GPL-
11448
+ from compatible? (1)
11449
+
11450
+ 0.9.0 thru 1.2 1991-1995 CWI yes
11451
+ 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
11452
+ 1.6 1.5.2 2000 CNRI no
11453
+ 2.0 1.6 2000 BeOpen.com no
11454
+ 1.6.1 1.6 2001 CNRI yes (2)
11455
+ 2.1 2.0+1.6.1 2001 PSF no
11456
+ 2.0.1 2.0+1.6.1 2001 PSF yes
11457
+ 2.1.1 2.1+2.0.1 2001 PSF yes
11458
+ 2.1.2 2.1.1 2002 PSF yes
11459
+ 2.1.3 2.1.2 2002 PSF yes
11460
+ 2.2 and above 2.1.1 2001-now PSF yes
11461
+
11462
+ Footnotes:
11463
+
11464
+ (1) GPL-compatible doesn't mean that we're distributing Python under
11465
+ the GPL. All Python licenses, unlike the GPL, let you distribute
11466
+ a modified version without making your changes open source. The
11467
+ GPL-compatible licenses make it possible to combine Python with
11468
+ other software that is released under the GPL; the others don't.
11469
+
11470
+ (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
11471
+ because its license has a choice of law clause. According to
11472
+ CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
11473
+ is "not incompatible" with the GPL.
11474
+
11475
+ Thanks to the many outside volunteers who have worked under Guido's
11476
+ direction to make these releases possible.
11477
+
11478
+
11479
+ B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
11480
+ ===============================================================
11481
+
11482
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
11483
+ --------------------------------------------
11484
+
11485
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
11486
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
11487
+ otherwise using this software ("Python") in source or binary form and
11488
+ its associated documentation.
11489
+
11490
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
11491
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
11492
+ analyze, test, perform and/or display publicly, prepare derivative works,
11493
+ distribute, and otherwise use Python alone or in any derivative version,
11494
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
11495
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
11496
+ 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
11497
+ All Rights Reserved" are retained in Python alone or in any derivative version
11498
+ prepared by Licensee.
11499
+
11500
+ 3. In the event Licensee prepares a derivative work that is based on
11501
+ or incorporates Python or any part thereof, and wants to make
11502
+ the derivative work available to others as provided herein, then
11503
+ Licensee hereby agrees to include in any such work a brief summary of
11504
+ the changes made to Python.
11505
+
11506
+ 4. PSF is making Python available to Licensee on an "AS IS"
11507
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
11508
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
11509
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
11510
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
11511
+ INFRINGE ANY THIRD PARTY RIGHTS.
11512
+
11513
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
11514
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
11515
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
11516
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
11517
+
11518
+ 6. This License Agreement will automatically terminate upon a material
11519
+ breach of its terms and conditions.
11520
+
11521
+ 7. Nothing in this License Agreement shall be deemed to create any
11522
+ relationship of agency, partnership, or joint venture between PSF and
11523
+ Licensee. This License Agreement does not grant permission to use PSF
11524
+ trademarks or trade name in a trademark sense to endorse or promote
11525
+ products or services of Licensee, or any third party.
11526
+
11527
+ 8. By copying, installing or otherwise using Python, Licensee
11528
+ agrees to be bound by the terms and conditions of this License
11529
+ Agreement.
11530
+
11531
+
11532
+ BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
11533
+ -------------------------------------------
11534
+
11535
+ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
11536
+
11537
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
11538
+ office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
11539
+ Individual or Organization ("Licensee") accessing and otherwise using
11540
+ this software in source or binary form and its associated
11541
+ documentation ("the Software").
11542
+
11543
+ 2. Subject to the terms and conditions of this BeOpen Python License
11544
+ Agreement, BeOpen hereby grants Licensee a non-exclusive,
11545
+ royalty-free, world-wide license to reproduce, analyze, test, perform
11546
+ and/or display publicly, prepare derivative works, distribute, and
11547
+ otherwise use the Software alone or in any derivative version,
11548
+ provided, however, that the BeOpen Python License is retained in the
11549
+ Software, alone or in any derivative version prepared by Licensee.
11550
+
11551
+ 3. BeOpen is making the Software available to Licensee on an "AS IS"
11552
+ basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
11553
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
11554
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
11555
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
11556
+ INFRINGE ANY THIRD PARTY RIGHTS.
11557
+
11558
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
11559
+ SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
11560
+ AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
11561
+ DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
11562
+
11563
+ 5. This License Agreement will automatically terminate upon a material
11564
+ breach of its terms and conditions.
11565
+
11566
+ 6. This License Agreement shall be governed by and interpreted in all
11567
+ respects by the law of the State of California, excluding conflict of
11568
+ law provisions. Nothing in this License Agreement shall be deemed to
11569
+ create any relationship of agency, partnership, or joint venture
11570
+ between BeOpen and Licensee. This License Agreement does not grant
11571
+ permission to use BeOpen trademarks or trade names in a trademark
11572
+ sense to endorse or promote products or services of Licensee, or any
11573
+ third party. As an exception, the "BeOpen Python" logos available at
11574
+ http://www.pythonlabs.com/logos.html may be used according to the
11575
+ permissions granted on that web page.
11576
+
11577
+ 7. By copying, installing or otherwise using the software, Licensee
11578
+ agrees to be bound by the terms and conditions of this License
11579
+ Agreement.
11580
+
11581
+
11582
+ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
11583
+ ---------------------------------------
11584
+
11585
+ 1. This LICENSE AGREEMENT is between the Corporation for National
11586
+ Research Initiatives, having an office at 1895 Preston White Drive,
11587
+ Reston, VA 20191 ("CNRI"), and the Individual or Organization
11588
+ ("Licensee") accessing and otherwise using Python 1.6.1 software in
11589
+ source or binary form and its associated documentation.
11590
+
11591
+ 2. Subject to the terms and conditions of this License Agreement, CNRI
11592
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
11593
+ license to reproduce, analyze, test, perform and/or display publicly,
11594
+ prepare derivative works, distribute, and otherwise use Python 1.6.1
11595
+ alone or in any derivative version, provided, however, that CNRI's
11596
+ License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
11597
+ 1995-2001 Corporation for National Research Initiatives; All Rights
11598
+ Reserved" are retained in Python 1.6.1 alone or in any derivative
11599
+ version prepared by Licensee. Alternately, in lieu of CNRI's License
11600
+ Agreement, Licensee may substitute the following text (omitting the
11601
+ quotes): "Python 1.6.1 is made available subject to the terms and
11602
+ conditions in CNRI's License Agreement. This Agreement together with
11603
+ Python 1.6.1 may be located on the Internet using the following
11604
+ unique, persistent identifier (known as a handle): 1895.22/1013. This
11605
+ Agreement may also be obtained from a proxy server on the Internet
11606
+ using the following URL: http://hdl.handle.net/1895.22/1013".
11607
+
11608
+ 3. In the event Licensee prepares a derivative work that is based on
11609
+ or incorporates Python 1.6.1 or any part thereof, and wants to make
11610
+ the derivative work available to others as provided herein, then
11611
+ Licensee hereby agrees to include in any such work a brief summary of
11612
+ the changes made to Python 1.6.1.
11613
+
11614
+ 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
11615
+ basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
11616
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
11617
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
11618
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
11619
+ INFRINGE ANY THIRD PARTY RIGHTS.
11620
+
11621
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
11622
+ 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
11623
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
11624
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
11625
+
11626
+ 6. This License Agreement will automatically terminate upon a material
11627
+ breach of its terms and conditions.
11628
+
11629
+ 7. This License Agreement shall be governed by the federal
11630
+ intellectual property law of the United States, including without
11631
+ limitation the federal copyright law, and, to the extent such
11632
+ U.S. federal law does not apply, by the law of the Commonwealth of
11633
+ Virginia, excluding Virginia's conflict of law provisions.
11634
+ Notwithstanding the foregoing, with regard to derivative works based
11635
+ on Python 1.6.1 that incorporate non-separable material that was
11636
+ previously distributed under the GNU General Public License (GPL), the
11637
+ law of the Commonwealth of Virginia shall govern this License
11638
+ Agreement only as to issues arising under or with respect to
11639
+ Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
11640
+ License Agreement shall be deemed to create any relationship of
11641
+ agency, partnership, or joint venture between CNRI and Licensee. This
11642
+ License Agreement does not grant permission to use CNRI trademarks or
11643
+ trade name in a trademark sense to endorse or promote products or
11644
+ services of Licensee, or any third party.
11645
+
11646
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying,
11647
+ installing or otherwise using Python 1.6.1, Licensee agrees to be
11648
+ bound by the terms and conditions of this License Agreement.
11649
+
11650
+ ACCEPT
11651
+
11652
+
11653
+ CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
11654
+ --------------------------------------------------
11655
+
11656
+ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
11657
+ The Netherlands. All rights reserved.
11658
+
11659
+ Permission to use, copy, modify, and distribute this software and its
11660
+ documentation for any purpose and without fee is hereby granted,
11661
+ provided that the above copyright notice appear in all copies and that
11662
+ both that copyright notice and this permission notice appear in
11663
+ supporting documentation, and that the name of Stichting Mathematisch
11664
+ Centrum or CWI not be used in advertising or publicity pertaining to
11665
+ distribution of the software without specific, written prior
11666
+ permission.
11667
+
11668
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
11669
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
11670
+ FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
11671
+ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11672
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
11673
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
11674
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
11675
+
11676
+
11677
+
11400
11678
  --------------------------------------------------------------------------------
11401
11679
  Package Title: array-find-index (1.0.2)
11402
11680
 
@@ -18535,6 +18813,37 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18535
18813
  THE SOFTWARE.
18536
18814
 
18537
18815
 
18816
+ --------------------------------------------------------------------------------
18817
+ Package Title: glob (11.0.0)
18818
+
18819
+ Package Locator: npm+glob$11.0.0
18820
+
18821
+ Package Depth: Direct
18822
+ --------------------------------------------------------------------------------
18823
+
18824
+ * Declared Licenses *
18825
+ ISC
18826
+
18827
+
18828
+ The ISC License
18829
+
18830
+ Copyright (c) Isaac Z. Schlueter and Contributors
18831
+
18832
+ Permission to use, copy, modify, and/or distribute this software for any
18833
+ purpose with or without fee is hereby granted, provided that the above
18834
+ copyright notice and this permission notice appear in all copies.
18835
+
18836
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
18837
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
18838
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18839
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18840
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18841
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
18842
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18843
+
18844
+
18845
+
18846
+
18538
18847
  --------------------------------------------------------------------------------
18539
18848
  Package Title: glob (10.3.10)
18540
18849
 
@@ -22442,228 +22751,79 @@ software or this license, under any kind of legal claim.***
22442
22751
 
22443
22752
 
22444
22753
  --------------------------------------------------------------------------------
22445
- Package Title: jest-worker (27.5.1)
22446
-
22447
- Package Locator: npm+jest-worker$27.5.1
22448
-
22449
- Package Depth: Transitive
22450
- --------------------------------------------------------------------------------
22451
-
22452
- * Declared Licenses *
22453
- MIT
22454
-
22455
-
22456
- MIT License
22457
-
22458
- Copyright (c) Facebook, Inc. and its affiliates.
22459
-
22460
- Permission is hereby granted, free of charge, to any person obtaining a copy
22461
- of this software and associated documentation files (the "Software"), to deal
22462
- in the Software without restriction, including without limitation the rights
22463
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22464
- copies of the Software, and to permit persons to whom the Software is
22465
- furnished to do so, subject to the following conditions:
22466
-
22467
- The above copyright notice and this permission notice shall be included in all
22468
- copies or substantial portions of the Software.
22469
-
22470
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22471
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22472
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22473
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22474
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22475
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22476
- SOFTWARE.
22477
-
22478
-
22479
-
22480
- --------------------------------------------------------------------------------
22481
- Package Title: js-tokens (4.0.0)
22482
-
22483
- Package Locator: npm+js-tokens$4.0.0
22484
-
22485
- Package Depth: Transitive
22486
- --------------------------------------------------------------------------------
22487
-
22488
- * Declared Licenses *
22489
- MIT
22490
-
22491
-
22492
- The MIT License (MIT)
22493
-
22494
- Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
22495
-
22496
- Permission is hereby granted, free of charge, to any person obtaining a copy
22497
- of this software and associated documentation files (the "Software"), to deal
22498
- in the Software without restriction, including without limitation the rights
22499
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22500
- copies of the Software, and to permit persons to whom the Software is
22501
- furnished to do so, subject to the following conditions:
22502
-
22503
- The above copyright notice and this permission notice shall be included in
22504
- all copies or substantial portions of the Software.
22505
-
22506
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22507
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22508
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22509
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22510
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22511
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22512
- THE SOFTWARE.
22513
-
22514
-
22515
-
22516
- --------------------------------------------------------------------------------
22517
- Package Title: jsdom (22.1.0)
22518
-
22519
- Package Locator: npm+jsdom$22.1.0
22520
-
22521
- Package Depth: Direct
22522
- --------------------------------------------------------------------------------
22523
-
22524
- * Declared Licenses *
22525
- MIT
22526
-
22527
-
22528
- Copyright (c) 2010 Elijah Insua
22529
-
22530
- Permission is hereby granted, free of charge, to any person
22531
- obtaining a copy of this software and associated documentation
22532
- files (the "Software"), to deal in the Software without
22533
- restriction, including without limitation the rights to use,
22534
- copy, modify, merge, publish, distribute, sublicense, and/or sell
22535
- copies of the Software, and to permit persons to whom the
22536
- Software is furnished to do so, subject to the following
22537
- conditions:
22538
-
22539
- The above copyright notice and this permission notice shall be
22540
- included in all copies or substantial portions of the Software.
22541
-
22542
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22543
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
22544
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22545
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22546
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22547
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22548
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22549
- OTHER DEALINGS IN THE SOFTWARE.
22550
-
22551
-
22552
-
22553
- --------------------------------------------------------------------------------
22554
- Package Title: jsesc (0.5.0)
22754
+ Package Title: jackspeak (4.0.2)
22555
22755
 
22556
- Package Locator: npm+jsesc$0.5.0
22756
+ Package Locator: npm+jackspeak$4.0.2
22557
22757
 
22558
22758
  Package Depth: Transitive
22559
22759
  --------------------------------------------------------------------------------
22560
22760
 
22561
22761
  * Declared Licenses *
22562
- MIT
22563
-
22564
-
22565
- Copyright Mathias Bynens <http://mathiasbynens.be/>
22566
-
22567
- Permission is hereby granted, free of charge, to any person obtaining
22568
- a copy of this software and associated documentation files (the
22569
- "Software"), to deal in the Software without restriction, including
22570
- without limitation the rights to use, copy, modify, merge, publish,
22571
- distribute, sublicense, and/or sell copies of the Software, and to
22572
- permit persons to whom the Software is furnished to do so, subject to
22573
- the following conditions:
22574
-
22575
- The above copyright notice and this permission notice shall be
22576
- included in all copies or substantial portions of the Software.
22577
-
22578
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22579
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22580
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22581
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22582
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22583
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22584
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22585
-
22586
-
22587
-
22588
- --------------------------------------------------------------------------------
22589
- Package Title: jsesc (2.5.2)
22590
-
22591
- Package Locator: npm+jsesc$2.5.2
22762
+ blueoak-1.0.0
22592
22763
 
22593
- Package Depth: Transitive
22594
- --------------------------------------------------------------------------------
22595
-
22596
- * Declared Licenses *
22597
- MIT
22598
22764
 
22765
+ # Blue Oak Model License
22599
22766
 
22600
- Copyright Mathias Bynens <https://mathiasbynens.be/>
22767
+ Version 1.0.0
22601
22768
 
22602
- Permission is hereby granted, free of charge, to any person obtaining
22603
- a copy of this software and associated documentation files (the
22604
- "Software"), to deal in the Software without restriction, including
22605
- without limitation the rights to use, copy, modify, merge, publish,
22606
- distribute, sublicense, and/or sell copies of the Software, and to
22607
- permit persons to whom the Software is furnished to do so, subject to
22608
- the following conditions:
22769
+ ## Purpose
22609
22770
 
22610
- The above copyright notice and this permission notice shall be
22611
- included in all copies or substantial portions of the Software.
22771
+ This license gives everyone as much permission to work with
22772
+ this software as possible, while protecting contributors
22773
+ from liability.
22612
22774
 
22613
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22614
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22615
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22616
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22617
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22618
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22619
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22775
+ ## Acceptance
22620
22776
 
22777
+ In order to receive this license, you must agree to its
22778
+ rules. The rules of this license are both obligations
22779
+ under that agreement and conditions to your license.
22780
+ You must not do anything with this software that triggers
22781
+ a rule that you cannot or will not follow.
22621
22782
 
22783
+ ## Copyright
22622
22784
 
22623
- --------------------------------------------------------------------------------
22624
- Package Title: json-parse-even-better-errors (2.3.1)
22785
+ Each contributor licenses you to do everything with this
22786
+ software that would otherwise infringe that contributor's
22787
+ copyright in it.
22625
22788
 
22626
- Package Locator: npm+json-parse-even-better-errors$2.3.1
22789
+ ## Notices
22627
22790
 
22628
- Package Depth: Transitive
22629
- --------------------------------------------------------------------------------
22791
+ You must ensure that everyone who gets a copy of
22792
+ any part of this software from you, with or without
22793
+ changes, also gets the text of this license or a link to
22794
+ <https://blueoakcouncil.org/license/1.0.0>.
22630
22795
 
22631
- * Declared Licenses *
22632
- MIT
22796
+ ## Excuse
22633
22797
 
22798
+ If anyone notifies you in writing that you have not
22799
+ complied with [Notices](#notices), you can keep your
22800
+ license by taking all practical steps to comply within 30
22801
+ days after the notice. If you do not do so, your license
22802
+ ends immediately.
22634
22803
 
22635
- Copyright 2017 Kat Marchán
22636
- Copyright npm, Inc.
22804
+ ## Patent
22637
22805
 
22638
- Permission is hereby granted, free of charge, to any person obtaining a
22639
- copy of this software and associated documentation files (the "Software"),
22640
- to deal in the Software without restriction, including without limitation
22641
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
22642
- and/or sell copies of the Software, and to permit persons to whom the
22643
- Software is furnished to do so, subject to the following conditions:
22806
+ Each contributor licenses you to do everything with this
22807
+ software that would otherwise infringe any patent claims
22808
+ they can license or become able to license.
22644
22809
 
22645
- The above copyright notice and this permission notice shall be included in
22646
- all copies or substantial portions of the Software.
22810
+ ## Reliability
22647
22811
 
22648
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22649
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22650
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22651
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22652
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22653
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22654
- DEALINGS IN THE SOFTWARE.
22812
+ No contributor can revoke this license.
22655
22813
 
22656
- ---
22814
+ ## No Liability
22657
22815
 
22658
- This library is a fork of 'better-json-errors' by Kat Marchán, extended and
22659
- distributed under the terms of the MIT license above.
22816
+ **_As far as the law allows, this software comes as is,
22817
+ without any warranty or condition, and no contributor
22818
+ will be liable to anyone for any damages related to this
22819
+ software or this license, under any kind of legal claim._**
22660
22820
 
22661
22821
 
22662
22822
 
22663
22823
  --------------------------------------------------------------------------------
22664
- Package Title: json-schema-traverse (0.4.1)
22824
+ Package Title: jest-worker (27.5.1)
22665
22825
 
22666
- Package Locator: npm+json-schema-traverse$0.4.1
22826
+ Package Locator: npm+jest-worker$27.5.1
22667
22827
 
22668
22828
  Package Depth: Transitive
22669
22829
  --------------------------------------------------------------------------------
@@ -22674,7 +22834,262 @@ MIT
22674
22834
 
22675
22835
  MIT License
22676
22836
 
22677
- Copyright (c) 2017 Evgeny Poberezkin
22837
+ Copyright (c) Facebook, Inc. and its affiliates.
22838
+
22839
+ Permission is hereby granted, free of charge, to any person obtaining a copy
22840
+ of this software and associated documentation files (the "Software"), to deal
22841
+ in the Software without restriction, including without limitation the rights
22842
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22843
+ copies of the Software, and to permit persons to whom the Software is
22844
+ furnished to do so, subject to the following conditions:
22845
+
22846
+ The above copyright notice and this permission notice shall be included in all
22847
+ copies or substantial portions of the Software.
22848
+
22849
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22850
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22851
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22852
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22853
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22854
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22855
+ SOFTWARE.
22856
+
22857
+
22858
+
22859
+ --------------------------------------------------------------------------------
22860
+ Package Title: js-tokens (4.0.0)
22861
+
22862
+ Package Locator: npm+js-tokens$4.0.0
22863
+
22864
+ Package Depth: Transitive
22865
+ --------------------------------------------------------------------------------
22866
+
22867
+ * Declared Licenses *
22868
+ MIT
22869
+
22870
+
22871
+ The MIT License (MIT)
22872
+
22873
+ Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
22874
+
22875
+ Permission is hereby granted, free of charge, to any person obtaining a copy
22876
+ of this software and associated documentation files (the "Software"), to deal
22877
+ in the Software without restriction, including without limitation the rights
22878
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22879
+ copies of the Software, and to permit persons to whom the Software is
22880
+ furnished to do so, subject to the following conditions:
22881
+
22882
+ The above copyright notice and this permission notice shall be included in
22883
+ all copies or substantial portions of the Software.
22884
+
22885
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22886
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22887
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22888
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22889
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22890
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22891
+ THE SOFTWARE.
22892
+
22893
+
22894
+
22895
+ --------------------------------------------------------------------------------
22896
+ Package Title: js-yaml (4.1.0)
22897
+
22898
+ Package Locator: npm+js-yaml$4.1.0
22899
+
22900
+ Package Depth: Direct
22901
+ --------------------------------------------------------------------------------
22902
+
22903
+ * Declared Licenses *
22904
+ MIT
22905
+
22906
+
22907
+ (The MIT License)
22908
+
22909
+ Copyright (C) 2011-2015 by Vitaly Puzrin
22910
+
22911
+ Permission is hereby granted, free of charge, to any person obtaining a copy
22912
+ of this software and associated documentation files (the "Software"), to deal
22913
+ in the Software without restriction, including without limitation the rights
22914
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22915
+ copies of the Software, and to permit persons to whom the Software is
22916
+ furnished to do so, subject to the following conditions:
22917
+
22918
+ The above copyright notice and this permission notice shall be included in
22919
+ all copies or substantial portions of the Software.
22920
+
22921
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22922
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22923
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22924
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22925
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22926
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22927
+ THE SOFTWARE.
22928
+
22929
+
22930
+
22931
+ --------------------------------------------------------------------------------
22932
+ Package Title: jsdom (22.1.0)
22933
+
22934
+ Package Locator: npm+jsdom$22.1.0
22935
+
22936
+ Package Depth: Direct
22937
+ --------------------------------------------------------------------------------
22938
+
22939
+ * Declared Licenses *
22940
+ MIT
22941
+
22942
+
22943
+ Copyright (c) 2010 Elijah Insua
22944
+
22945
+ Permission is hereby granted, free of charge, to any person
22946
+ obtaining a copy of this software and associated documentation
22947
+ files (the "Software"), to deal in the Software without
22948
+ restriction, including without limitation the rights to use,
22949
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
22950
+ copies of the Software, and to permit persons to whom the
22951
+ Software is furnished to do so, subject to the following
22952
+ conditions:
22953
+
22954
+ The above copyright notice and this permission notice shall be
22955
+ included in all copies or substantial portions of the Software.
22956
+
22957
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22958
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
22959
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22960
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22961
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22962
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22963
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22964
+ OTHER DEALINGS IN THE SOFTWARE.
22965
+
22966
+
22967
+
22968
+ --------------------------------------------------------------------------------
22969
+ Package Title: jsesc (0.5.0)
22970
+
22971
+ Package Locator: npm+jsesc$0.5.0
22972
+
22973
+ Package Depth: Transitive
22974
+ --------------------------------------------------------------------------------
22975
+
22976
+ * Declared Licenses *
22977
+ MIT
22978
+
22979
+
22980
+ Copyright Mathias Bynens <http://mathiasbynens.be/>
22981
+
22982
+ Permission is hereby granted, free of charge, to any person obtaining
22983
+ a copy of this software and associated documentation files (the
22984
+ "Software"), to deal in the Software without restriction, including
22985
+ without limitation the rights to use, copy, modify, merge, publish,
22986
+ distribute, sublicense, and/or sell copies of the Software, and to
22987
+ permit persons to whom the Software is furnished to do so, subject to
22988
+ the following conditions:
22989
+
22990
+ The above copyright notice and this permission notice shall be
22991
+ included in all copies or substantial portions of the Software.
22992
+
22993
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22994
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22995
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22996
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22997
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22998
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22999
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23000
+
23001
+
23002
+
23003
+ --------------------------------------------------------------------------------
23004
+ Package Title: jsesc (2.5.2)
23005
+
23006
+ Package Locator: npm+jsesc$2.5.2
23007
+
23008
+ Package Depth: Transitive
23009
+ --------------------------------------------------------------------------------
23010
+
23011
+ * Declared Licenses *
23012
+ MIT
23013
+
23014
+
23015
+ Copyright Mathias Bynens <https://mathiasbynens.be/>
23016
+
23017
+ Permission is hereby granted, free of charge, to any person obtaining
23018
+ a copy of this software and associated documentation files (the
23019
+ "Software"), to deal in the Software without restriction, including
23020
+ without limitation the rights to use, copy, modify, merge, publish,
23021
+ distribute, sublicense, and/or sell copies of the Software, and to
23022
+ permit persons to whom the Software is furnished to do so, subject to
23023
+ the following conditions:
23024
+
23025
+ The above copyright notice and this permission notice shall be
23026
+ included in all copies or substantial portions of the Software.
23027
+
23028
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23029
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23030
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23031
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23032
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23033
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23034
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23035
+
23036
+
23037
+
23038
+ --------------------------------------------------------------------------------
23039
+ Package Title: json-parse-even-better-errors (2.3.1)
23040
+
23041
+ Package Locator: npm+json-parse-even-better-errors$2.3.1
23042
+
23043
+ Package Depth: Transitive
23044
+ --------------------------------------------------------------------------------
23045
+
23046
+ * Declared Licenses *
23047
+ MIT
23048
+
23049
+
23050
+ Copyright 2017 Kat Marchán
23051
+ Copyright npm, Inc.
23052
+
23053
+ Permission is hereby granted, free of charge, to any person obtaining a
23054
+ copy of this software and associated documentation files (the "Software"),
23055
+ to deal in the Software without restriction, including without limitation
23056
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
23057
+ and/or sell copies of the Software, and to permit persons to whom the
23058
+ Software is furnished to do so, subject to the following conditions:
23059
+
23060
+ The above copyright notice and this permission notice shall be included in
23061
+ all copies or substantial portions of the Software.
23062
+
23063
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23064
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23065
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23066
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23067
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23068
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23069
+ DEALINGS IN THE SOFTWARE.
23070
+
23071
+ ---
23072
+
23073
+ This library is a fork of 'better-json-errors' by Kat Marchán, extended and
23074
+ distributed under the terms of the MIT license above.
23075
+
23076
+
23077
+
23078
+ --------------------------------------------------------------------------------
23079
+ Package Title: json-schema-traverse (0.4.1)
23080
+
23081
+ Package Locator: npm+json-schema-traverse$0.4.1
23082
+
23083
+ Package Depth: Transitive
23084
+ --------------------------------------------------------------------------------
23085
+
23086
+ * Declared Licenses *
23087
+ MIT
23088
+
23089
+
23090
+ MIT License
23091
+
23092
+ Copyright (c) 2017 Evgeny Poberezkin
22678
23093
 
22679
23094
  Permission is hereby granted, free of charge, to any person obtaining a copy
22680
23095
  of this software and associated documentation files (the "Software"), to deal
@@ -23586,9 +24001,9 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23586
24001
 
23587
24002
 
23588
24003
  --------------------------------------------------------------------------------
23589
- Package Title: lru-cache (5.1.1)
24004
+ Package Title: lru-cache (11.0.2)
23590
24005
 
23591
- Package Locator: npm+lru-cache$5.1.1
24006
+ Package Locator: npm+lru-cache$11.0.2
23592
24007
 
23593
24008
  Package Depth: Transitive
23594
24009
  --------------------------------------------------------------------------------
@@ -23616,9 +24031,39 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23616
24031
 
23617
24032
 
23618
24033
  --------------------------------------------------------------------------------
23619
- Package Title: lru-cache (6.0.0)
24034
+ Package Title: lru-cache (5.1.1)
23620
24035
 
23621
- Package Locator: npm+lru-cache$6.0.0
24036
+ Package Locator: npm+lru-cache$5.1.1
24037
+
24038
+ Package Depth: Transitive
24039
+ --------------------------------------------------------------------------------
24040
+
24041
+ * Declared Licenses *
24042
+ ISC
24043
+
24044
+
24045
+ The ISC License
24046
+
24047
+ Copyright (c) Isaac Z. Schlueter and Contributors
24048
+
24049
+ Permission to use, copy, modify, and/or distribute this software for any
24050
+ purpose with or without fee is hereby granted, provided that the above
24051
+ copyright notice and this permission notice appear in all copies.
24052
+
24053
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
24054
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
24055
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
24056
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
24057
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
24058
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
24059
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24060
+
24061
+
24062
+
24063
+ --------------------------------------------------------------------------------
24064
+ Package Title: lru-cache (6.0.0)
24065
+
24066
+ Package Locator: npm+lru-cache$6.0.0
23622
24067
 
23623
24068
  Package Depth: Transitive
23624
24069
  --------------------------------------------------------------------------------
@@ -25338,6 +25783,40 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25338
25783
  PERFORMANCE OF THIS SOFTWARE.
25339
25784
 
25340
25785
 
25786
+ --------------------------------------------------------------------------------
25787
+ Package Title: minimatch (10.0.1)
25788
+
25789
+ Package Locator: npm+minimatch$10.0.1
25790
+
25791
+ Package Depth: Transitive
25792
+ --------------------------------------------------------------------------------
25793
+
25794
+ * Declared Licenses *
25795
+ MIT
25796
+
25797
+
25798
+ MIT License
25799
+ Copyright (c)
25800
+
25801
+ Permission is hereby granted, free of charge, to any person obtaining a copy
25802
+ of this software and associated documentation files (the "Software"), to deal
25803
+ in the Software without restriction, including without limitation the rights
25804
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25805
+ copies of the Software, and to permit persons to whom the Software is
25806
+ furnished to do so, subject to the following conditions:
25807
+
25808
+ The above copyright notice and this permission notice shall be included in all
25809
+ copies or substantial portions of the Software.
25810
+
25811
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25812
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25813
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25814
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25815
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25816
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25817
+ SOFTWARE.
25818
+
25819
+
25341
25820
  --------------------------------------------------------------------------------
25342
25821
  Package Title: minimatch (3.1.2)
25343
25822
 
@@ -25529,6 +26008,36 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25529
26008
 
25530
26009
 
25531
26010
 
26011
+ --------------------------------------------------------------------------------
26012
+ Package Title: minipass (7.1.2)
26013
+
26014
+ Package Locator: npm+minipass$7.1.2
26015
+
26016
+ Package Depth: Transitive
26017
+ --------------------------------------------------------------------------------
26018
+
26019
+ * Declared Licenses *
26020
+ ISC
26021
+
26022
+
26023
+ The ISC License
26024
+
26025
+ Copyright (c) npm, Inc. and Contributors
26026
+
26027
+ Permission to use, copy, modify, and/or distribute this software for any
26028
+ purpose with or without fee is hereby granted, provided that the above
26029
+ copyright notice and this permission notice appear in all copies.
26030
+
26031
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
26032
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
26033
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
26034
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
26035
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
26036
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
26037
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26038
+
26039
+
26040
+
25532
26041
  --------------------------------------------------------------------------------
25533
26042
  Package Title: minizlib (2.1.2)
25534
26043
 
@@ -27371,6 +27880,84 @@ THE SOFTWARE.
27371
27880
 
27372
27881
 
27373
27882
 
27883
+ --------------------------------------------------------------------------------
27884
+ Package Title: package-json-from-dist (1.0.1)
27885
+
27886
+ Package Locator: npm+package-json-from-dist$1.0.1
27887
+
27888
+ Package Depth: Transitive
27889
+ --------------------------------------------------------------------------------
27890
+
27891
+ * Declared Licenses *
27892
+ blueoak-1.0.0
27893
+
27894
+
27895
+ All packages under `src/` are licensed according to the terms in
27896
+ their respective `LICENSE` or `LICENSE.md` files.
27897
+
27898
+ The remainder of this project is licensed under the Blue Oak
27899
+ Model License, as follows:
27900
+
27901
+ -----
27902
+
27903
+ # Blue Oak Model License
27904
+
27905
+ Version 1.0.0
27906
+
27907
+ ## Purpose
27908
+
27909
+ This license gives everyone as much permission to work with
27910
+ this software as possible, while protecting contributors
27911
+ from liability.
27912
+
27913
+ ## Acceptance
27914
+
27915
+ In order to receive this license, you must agree to its
27916
+ rules. The rules of this license are both obligations
27917
+ under that agreement and conditions to your license.
27918
+ You must not do anything with this software that triggers
27919
+ a rule that you cannot or will not follow.
27920
+
27921
+ ## Copyright
27922
+
27923
+ Each contributor licenses you to do everything with this
27924
+ software that would otherwise infringe that contributor's
27925
+ copyright in it.
27926
+
27927
+ ## Notices
27928
+
27929
+ You must ensure that everyone who gets a copy of
27930
+ any part of this software from you, with or without
27931
+ changes, also gets the text of this license or a link to
27932
+ <https://blueoakcouncil.org/license/1.0.0>.
27933
+
27934
+ ## Excuse
27935
+
27936
+ If anyone notifies you in writing that you have not
27937
+ complied with [Notices](#notices), you can keep your
27938
+ license by taking all practical steps to comply within 30
27939
+ days after the notice. If you do not do so, your license
27940
+ ends immediately.
27941
+
27942
+ ## Patent
27943
+
27944
+ Each contributor licenses you to do everything with this
27945
+ software that would otherwise infringe any patent claims
27946
+ they can license or become able to license.
27947
+
27948
+ ## Reliability
27949
+
27950
+ No contributor can revoke this license.
27951
+
27952
+ ## No Liability
27953
+
27954
+ ***As far as the law allows, this software comes as is,
27955
+ without any warranty or condition, and no contributor
27956
+ will be liable to anyone for any damages related to this
27957
+ software or this license, under any kind of legal claim.***
27958
+
27959
+
27960
+
27374
27961
  --------------------------------------------------------------------------------
27375
27962
  Package Title: parent-module (1.0.1)
27376
27963
 
@@ -27822,6 +28409,76 @@ software or this license, under any kind of legal claim.***
27822
28409
 
27823
28410
 
27824
28411
 
28412
+ --------------------------------------------------------------------------------
28413
+ Package Title: path-scurry (2.0.0)
28414
+
28415
+ Package Locator: npm+path-scurry$2.0.0
28416
+
28417
+ Package Depth: Transitive
28418
+ --------------------------------------------------------------------------------
28419
+
28420
+ * Declared Licenses *
28421
+ blueoak-1.0.0
28422
+
28423
+
28424
+ # Blue Oak Model License
28425
+
28426
+ Version 1.0.0
28427
+
28428
+ ## Purpose
28429
+
28430
+ This license gives everyone as much permission to work with
28431
+ this software as possible, while protecting contributors
28432
+ from liability.
28433
+
28434
+ ## Acceptance
28435
+
28436
+ In order to receive this license, you must agree to its
28437
+ rules. The rules of this license are both obligations
28438
+ under that agreement and conditions to your license.
28439
+ You must not do anything with this software that triggers
28440
+ a rule that you cannot or will not follow.
28441
+
28442
+ ## Copyright
28443
+
28444
+ Each contributor licenses you to do everything with this
28445
+ software that would otherwise infringe that contributor's
28446
+ copyright in it.
28447
+
28448
+ ## Notices
28449
+
28450
+ You must ensure that everyone who gets a copy of
28451
+ any part of this software from you, with or without
28452
+ changes, also gets the text of this license or a link to
28453
+ <https://blueoakcouncil.org/license/1.0.0>.
28454
+
28455
+ ## Excuse
28456
+
28457
+ If anyone notifies you in writing that you have not
28458
+ complied with [Notices](#notices), you can keep your
28459
+ license by taking all practical steps to comply within 30
28460
+ days after the notice. If you do not do so, your license
28461
+ ends immediately.
28462
+
28463
+ ## Patent
28464
+
28465
+ Each contributor licenses you to do everything with this
28466
+ software that would otherwise infringe any patent claims
28467
+ they can license or become able to license.
28468
+
28469
+ ## Reliability
28470
+
28471
+ No contributor can revoke this license.
28472
+
28473
+ ## No Liability
28474
+
28475
+ ***As far as the law allows, this software comes as is,
28476
+ without any warranty or condition, and no contributor
28477
+ will be liable to anyone for any damages related to this
28478
+ software or this license, under any kind of legal claim.***
28479
+
28480
+
28481
+
27825
28482
  --------------------------------------------------------------------------------
27826
28483
  Package Title: path-to-regexp (0.1.7)
27827
28484
 
@@ -28061,36 +28718,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
28061
28718
 
28062
28719
 
28063
28720
 
28064
- --------------------------------------------------------------------------------
28065
- Package Title: picocolors (1.0.1)
28066
-
28067
- Package Locator: npm+picocolors$1.0.1
28068
-
28069
- Package Depth: Transitive
28070
- --------------------------------------------------------------------------------
28071
-
28072
- * Declared Licenses *
28073
- ISC
28074
-
28075
-
28076
- ISC License
28077
-
28078
- Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
28079
-
28080
- Permission to use, copy, modify, and/or distribute this software for any
28081
- purpose with or without fee is hereby granted, provided that the above
28082
- copyright notice and this permission notice appear in all copies.
28083
-
28084
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
28085
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
28086
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
28087
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
28088
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
28089
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
28090
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
28091
-
28092
-
28093
-
28094
28721
  --------------------------------------------------------------------------------
28095
28722
  Package Title: picocolors (1.1.1)
28096
28723
 
@@ -28343,11 +28970,11 @@ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28343
28970
 
28344
28971
 
28345
28972
  --------------------------------------------------------------------------------
28346
- Package Title: postcss (8.4.45)
28973
+ Package Title: postcss (8.4.49)
28347
28974
 
28348
- Package Locator: npm+postcss$8.4.45
28975
+ Package Locator: npm+postcss$8.4.49
28349
28976
 
28350
- Package Depth: Transitive
28977
+ Package Depth: Direct
28351
28978
  --------------------------------------------------------------------------------
28352
28979
 
28353
28980
  * Declared Licenses *
@@ -28377,6 +29004,43 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28377
29004
 
28378
29005
 
28379
29006
 
29007
+ --------------------------------------------------------------------------------
29008
+ Package Title: postcss-value-parser (4.2.0)
29009
+
29010
+ Package Locator: npm+postcss-value-parser$4.2.0
29011
+
29012
+ Package Depth: Direct
29013
+ --------------------------------------------------------------------------------
29014
+
29015
+ * Declared Licenses *
29016
+ MIT
29017
+
29018
+
29019
+ Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
29020
+
29021
+ Permission is hereby granted, free of charge, to any person
29022
+ obtaining a copy of this software and associated documentation
29023
+ files (the "Software"), to deal in the Software without
29024
+ restriction, including without limitation the rights to use,
29025
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
29026
+ copies of the Software, and to permit persons to whom the
29027
+ Software is furnished to do so, subject to the following
29028
+ conditions:
29029
+
29030
+ The above copyright notice and this permission notice shall be
29031
+ included in all copies or substantial portions of the Software.
29032
+
29033
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
29034
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
29035
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29036
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
29037
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
29038
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
29039
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
29040
+ OTHER DEALINGS IN THE SOFTWARE.
29041
+
29042
+
29043
+
28380
29044
  --------------------------------------------------------------------------------
28381
29045
  Package Title: potpack (2.0.0)
28382
29046
 
@@ -52116,6 +52780,65 @@ will be liable to anyone for any damages related to this
52116
52780
  software or this license, under any kind of legal claim.***
52117
52781
 
52118
52782
 
52783
+ * blueoak-1.0.0 *
52784
+
52785
+ # Blue Oak Model License
52786
+
52787
+ Version 1.0.0
52788
+
52789
+ ## Purpose
52790
+
52791
+ This license gives everyone as much permission to work with
52792
+ this software as possible, while protecting contributors
52793
+ from liability.
52794
+
52795
+ ## Acceptance
52796
+
52797
+ In order to receive this license, you must agree to its
52798
+ rules. The rules of this license are both obligations
52799
+ under that agreement and conditions to your license.
52800
+ You must not do anything with this software that triggers
52801
+ a rule that you cannot or will not follow.
52802
+
52803
+ ## Copyright
52804
+
52805
+ Each contributor licenses you to do everything with this
52806
+ software that would otherwise infringe that contributor's
52807
+ copyright in it.
52808
+
52809
+ ## Notices
52810
+
52811
+ You must ensure that everyone who gets a copy of
52812
+ any part of this software from you, with or without
52813
+ changes, also gets the text of this license or a link to
52814
+ <https://blueoakcouncil.org/license/1.0.0>.
52815
+
52816
+ ## Excuse
52817
+
52818
+ If anyone notifies you in writing that you have not
52819
+ complied with [Notices](#notices), you can keep your
52820
+ license by taking all practical steps to comply within 30
52821
+ days after the notice. If you do not do so, your license
52822
+ ends immediately.
52823
+
52824
+ ## Patent
52825
+
52826
+ Each contributor licenses you to do everything with this
52827
+ software that would otherwise infringe any patent claims
52828
+ they can license or become able to license.
52829
+
52830
+ ## Reliability
52831
+
52832
+ No contributor can revoke this license.
52833
+
52834
+ ## No Liability
52835
+
52836
+ **_As far as the law allows, this software comes as is,
52837
+ without any warranty or condition, and no contributor
52838
+ will be liable to anyone for any damages related to this
52839
+ software or this license, under any kind of legal claim._**
52840
+
52841
+
52119
52842
  * MIT *
52120
52843
 
52121
52844
  # Copyright (c) 2014-present Matt Zabriskie & Collaborators
@@ -58222,6 +58945,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
58222
58945
  SOFTWARE.
58223
58946
 
58224
58947
 
58948
+ * MIT *
58949
+
58950
+ (The MIT License)
58951
+
58952
+ Copyright (C) 2011-2015 by Vitaly Puzrin
58953
+
58954
+ Permission is hereby granted, free of charge, to any person obtaining a copy
58955
+ of this software and associated documentation files (the "Software"), to deal
58956
+ in the Software without restriction, including without limitation the rights
58957
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
58958
+ copies of the Software, and to permit persons to whom the Software is
58959
+ furnished to do so, subject to the following conditions:
58960
+
58961
+ The above copyright notice and this permission notice shall be included in
58962
+ all copies or substantial portions of the Software.
58963
+
58964
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58965
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58966
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58967
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58968
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58969
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
58970
+ THE SOFTWARE.
58971
+
58972
+
58225
58973
  * MIT *
58226
58974
 
58227
58975
  (The MIT License)
@@ -59295,6 +60043,264 @@ This software is covered under the following copyright:
59295
60043
  @license Apache-2.0
59296
60044
 
59297
60045
 
60046
+ * Python-2.0 *
60047
+
60048
+ A. HISTORY OF THE SOFTWARE
60049
+ ==========================
60050
+
60051
+ Python was created in the early 1990s by Guido van Rossum at Stichting
60052
+ Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
60053
+ as a successor of a language called ABC. Guido remains Python's
60054
+ principal author, although it includes many contributions from others.
60055
+
60056
+ In 1995, Guido continued his work on Python at the Corporation for
60057
+ National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
60058
+ in Reston, Virginia where he released several versions of the
60059
+ software.
60060
+
60061
+ In May 2000, Guido and the Python core development team moved to
60062
+ BeOpen.com to form the BeOpen PythonLabs team. In October of the same
60063
+ year, the PythonLabs team moved to Digital Creations, which became
60064
+ Zope Corporation. In 2001, the Python Software Foundation (PSF, see
60065
+ https://www.python.org/psf/) was formed, a non-profit organization
60066
+ created specifically to own Python-related Intellectual Property.
60067
+ Zope Corporation was a sponsoring member of the PSF.
60068
+
60069
+ All Python releases are Open Source (see http://www.opensource.org for
60070
+ the Open Source Definition). Historically, most, but not all, Python
60071
+ releases have also been GPL-compatible; the table below summarizes
60072
+ the various releases.
60073
+
60074
+ Release Derived Year Owner GPL-
60075
+ from compatible? (1)
60076
+
60077
+ 0.9.0 thru 1.2 1991-1995 CWI yes
60078
+ 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
60079
+ 1.6 1.5.2 2000 CNRI no
60080
+ 2.0 1.6 2000 BeOpen.com no
60081
+ 1.6.1 1.6 2001 CNRI yes (2)
60082
+ 2.1 2.0+1.6.1 2001 PSF no
60083
+ 2.0.1 2.0+1.6.1 2001 PSF yes
60084
+ 2.1.1 2.1+2.0.1 2001 PSF yes
60085
+ 2.1.2 2.1.1 2002 PSF yes
60086
+ 2.1.3 2.1.2 2002 PSF yes
60087
+ 2.2 and above 2.1.1 2001-now PSF yes
60088
+
60089
+ Footnotes:
60090
+
60091
+ (1) GPL-compatible doesn't mean that we're distributing Python under
60092
+ the GPL. All Python licenses, unlike the GPL, let you distribute
60093
+ a modified version without making your changes open source. The
60094
+ GPL-compatible licenses make it possible to combine Python with
60095
+ other software that is released under the GPL; the others don't.
60096
+
60097
+ (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
60098
+ because its license has a choice of law clause. According to
60099
+ CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
60100
+ is "not incompatible" with the GPL.
60101
+
60102
+ Thanks to the many outside volunteers who have worked under Guido's
60103
+ direction to make these releases possible.
60104
+
60105
+
60106
+ B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
60107
+ ===============================================================
60108
+
60109
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
60110
+ --------------------------------------------
60111
+
60112
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
60113
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
60114
+ otherwise using this software ("Python") in source or binary form and
60115
+ its associated documentation.
60116
+
60117
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
60118
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
60119
+ analyze, test, perform and/or display publicly, prepare derivative works,
60120
+ distribute, and otherwise use Python alone or in any derivative version,
60121
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
60122
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
60123
+ 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
60124
+ All Rights Reserved" are retained in Python alone or in any derivative version
60125
+ prepared by Licensee.
60126
+
60127
+ 3. In the event Licensee prepares a derivative work that is based on
60128
+ or incorporates Python or any part thereof, and wants to make
60129
+ the derivative work available to others as provided herein, then
60130
+ Licensee hereby agrees to include in any such work a brief summary of
60131
+ the changes made to Python.
60132
+
60133
+ 4. PSF is making Python available to Licensee on an "AS IS"
60134
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
60135
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
60136
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
60137
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
60138
+ INFRINGE ANY THIRD PARTY RIGHTS.
60139
+
60140
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
60141
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
60142
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
60143
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
60144
+
60145
+ 6. This License Agreement will automatically terminate upon a material
60146
+ breach of its terms and conditions.
60147
+
60148
+ 7. Nothing in this License Agreement shall be deemed to create any
60149
+ relationship of agency, partnership, or joint venture between PSF and
60150
+ Licensee. This License Agreement does not grant permission to use PSF
60151
+ trademarks or trade name in a trademark sense to endorse or promote
60152
+ products or services of Licensee, or any third party.
60153
+
60154
+ 8. By copying, installing or otherwise using Python, Licensee
60155
+ agrees to be bound by the terms and conditions of this License
60156
+ Agreement.
60157
+
60158
+
60159
+ BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
60160
+ -------------------------------------------
60161
+
60162
+ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
60163
+
60164
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
60165
+ office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
60166
+ Individual or Organization ("Licensee") accessing and otherwise using
60167
+ this software in source or binary form and its associated
60168
+ documentation ("the Software").
60169
+
60170
+ 2. Subject to the terms and conditions of this BeOpen Python License
60171
+ Agreement, BeOpen hereby grants Licensee a non-exclusive,
60172
+ royalty-free, world-wide license to reproduce, analyze, test, perform
60173
+ and/or display publicly, prepare derivative works, distribute, and
60174
+ otherwise use the Software alone or in any derivative version,
60175
+ provided, however, that the BeOpen Python License is retained in the
60176
+ Software, alone or in any derivative version prepared by Licensee.
60177
+
60178
+ 3. BeOpen is making the Software available to Licensee on an "AS IS"
60179
+ basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
60180
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
60181
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
60182
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
60183
+ INFRINGE ANY THIRD PARTY RIGHTS.
60184
+
60185
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
60186
+ SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
60187
+ AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
60188
+ DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
60189
+
60190
+ 5. This License Agreement will automatically terminate upon a material
60191
+ breach of its terms and conditions.
60192
+
60193
+ 6. This License Agreement shall be governed by and interpreted in all
60194
+ respects by the law of the State of California, excluding conflict of
60195
+ law provisions. Nothing in this License Agreement shall be deemed to
60196
+ create any relationship of agency, partnership, or joint venture
60197
+ between BeOpen and Licensee. This License Agreement does not grant
60198
+ permission to use BeOpen trademarks or trade names in a trademark
60199
+ sense to endorse or promote products or services of Licensee, or any
60200
+ third party. As an exception, the "BeOpen Python" logos available at
60201
+ http://www.pythonlabs.com/logos.html may be used according to the
60202
+ permissions granted on that web page.
60203
+
60204
+ 7. By copying, installing or otherwise using the software, Licensee
60205
+ agrees to be bound by the terms and conditions of this License
60206
+ Agreement.
60207
+
60208
+
60209
+ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
60210
+ ---------------------------------------
60211
+
60212
+ 1. This LICENSE AGREEMENT is between the Corporation for National
60213
+ Research Initiatives, having an office at 1895 Preston White Drive,
60214
+ Reston, VA 20191 ("CNRI"), and the Individual or Organization
60215
+ ("Licensee") accessing and otherwise using Python 1.6.1 software in
60216
+ source or binary form and its associated documentation.
60217
+
60218
+ 2. Subject to the terms and conditions of this License Agreement, CNRI
60219
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
60220
+ license to reproduce, analyze, test, perform and/or display publicly,
60221
+ prepare derivative works, distribute, and otherwise use Python 1.6.1
60222
+ alone or in any derivative version, provided, however, that CNRI's
60223
+ License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
60224
+ 1995-2001 Corporation for National Research Initiatives; All Rights
60225
+ Reserved" are retained in Python 1.6.1 alone or in any derivative
60226
+ version prepared by Licensee. Alternately, in lieu of CNRI's License
60227
+ Agreement, Licensee may substitute the following text (omitting the
60228
+ quotes): "Python 1.6.1 is made available subject to the terms and
60229
+ conditions in CNRI's License Agreement. This Agreement together with
60230
+ Python 1.6.1 may be located on the Internet using the following
60231
+ unique, persistent identifier (known as a handle): 1895.22/1013. This
60232
+ Agreement may also be obtained from a proxy server on the Internet
60233
+ using the following URL: http://hdl.handle.net/1895.22/1013".
60234
+
60235
+ 3. In the event Licensee prepares a derivative work that is based on
60236
+ or incorporates Python 1.6.1 or any part thereof, and wants to make
60237
+ the derivative work available to others as provided herein, then
60238
+ Licensee hereby agrees to include in any such work a brief summary of
60239
+ the changes made to Python 1.6.1.
60240
+
60241
+ 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
60242
+ basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
60243
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
60244
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
60245
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
60246
+ INFRINGE ANY THIRD PARTY RIGHTS.
60247
+
60248
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
60249
+ 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
60250
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
60251
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
60252
+
60253
+ 6. This License Agreement will automatically terminate upon a material
60254
+ breach of its terms and conditions.
60255
+
60256
+ 7. This License Agreement shall be governed by the federal
60257
+ intellectual property law of the United States, including without
60258
+ limitation the federal copyright law, and, to the extent such
60259
+ U.S. federal law does not apply, by the law of the Commonwealth of
60260
+ Virginia, excluding Virginia's conflict of law provisions.
60261
+ Notwithstanding the foregoing, with regard to derivative works based
60262
+ on Python 1.6.1 that incorporate non-separable material that was
60263
+ previously distributed under the GNU General Public License (GPL), the
60264
+ law of the Commonwealth of Virginia shall govern this License
60265
+ Agreement only as to issues arising under or with respect to
60266
+ Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
60267
+ License Agreement shall be deemed to create any relationship of
60268
+ agency, partnership, or joint venture between CNRI and Licensee. This
60269
+ License Agreement does not grant permission to use CNRI trademarks or
60270
+ trade name in a trademark sense to endorse or promote products or
60271
+ services of Licensee, or any third party.
60272
+
60273
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying,
60274
+ installing or otherwise using Python 1.6.1, Licensee agrees to be
60275
+ bound by the terms and conditions of this License Agreement.
60276
+
60277
+ ACCEPT
60278
+
60279
+
60280
+ CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
60281
+ --------------------------------------------------
60282
+
60283
+ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
60284
+ The Netherlands. All rights reserved.
60285
+
60286
+ Permission to use, copy, modify, and distribute this software and its
60287
+ documentation for any purpose and without fee is hereby granted,
60288
+ provided that the above copyright notice appear in all copies and that
60289
+ both that copyright notice and this permission notice appear in
60290
+ supporting documentation, and that the name of Stichting Mathematisch
60291
+ Centrum or CWI not be used in advertising or publicity pertaining to
60292
+ distribution of the software without specific, written prior
60293
+ permission.
60294
+
60295
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
60296
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
60297
+ FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
60298
+ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
60299
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
60300
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
60301
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
60302
+
60303
+
59298
60304
  * facebook-patent-rights-2 *
59299
60305
 
59300
60306
  Additional Grant of Patent Rights Version 2
@@ -59366,6 +60372,73 @@ or contributory infringement or inducement to infringe any patent, including a
59366
60372
  cross-claim or counterclaim.
59367
60373
 
59368
60374
 
60375
+ * blueoak-1.0.0 *
60376
+
60377
+ All packages under `src/` are licensed according to the terms in
60378
+ their respective `LICENSE` or `LICENSE.md` files.
60379
+
60380
+ The remainder of this project is licensed under the Blue Oak
60381
+ Model License, as follows:
60382
+
60383
+ -----
60384
+
60385
+ # Blue Oak Model License
60386
+
60387
+ Version 1.0.0
60388
+
60389
+ ## Purpose
60390
+
60391
+ This license gives everyone as much permission to work with
60392
+ this software as possible, while protecting contributors
60393
+ from liability.
60394
+
60395
+ ## Acceptance
60396
+
60397
+ In order to receive this license, you must agree to its
60398
+ rules. The rules of this license are both obligations
60399
+ under that agreement and conditions to your license.
60400
+ You must not do anything with this software that triggers
60401
+ a rule that you cannot or will not follow.
60402
+
60403
+ ## Copyright
60404
+
60405
+ Each contributor licenses you to do everything with this
60406
+ software that would otherwise infringe that contributor's
60407
+ copyright in it.
60408
+
60409
+ ## Notices
60410
+
60411
+ You must ensure that everyone who gets a copy of
60412
+ any part of this software from you, with or without
60413
+ changes, also gets the text of this license or a link to
60414
+ <https://blueoakcouncil.org/license/1.0.0>.
60415
+
60416
+ ## Excuse
60417
+
60418
+ If anyone notifies you in writing that you have not
60419
+ complied with [Notices](#notices), you can keep your
60420
+ license by taking all practical steps to comply within 30
60421
+ days after the notice. If you do not do so, your license
60422
+ ends immediately.
60423
+
60424
+ ## Patent
60425
+
60426
+ Each contributor licenses you to do everything with this
60427
+ software that would otherwise infringe any patent claims
60428
+ they can license or become able to license.
60429
+
60430
+ ## Reliability
60431
+
60432
+ No contributor can revoke this license.
60433
+
60434
+ ## No Liability
60435
+
60436
+ ***As far as the law allows, this software comes as is,
60437
+ without any warranty or condition, and no contributor
60438
+ will be liable to anyone for any damages related to this
60439
+ software or this license, under any kind of legal claim.***
60440
+
60441
+
59369
60442
  * Apache-2.0 *
59370
60443
 
59371
60444
  Apache License
@@ -61666,6 +62739,32 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
61666
62739
  OTHER DEALINGS IN THE SOFTWARE.
61667
62740
 
61668
62741
 
62742
+ * MIT *
62743
+
62744
+ Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
62745
+
62746
+ Permission is hereby granted, free of charge, to any person
62747
+ obtaining a copy of this software and associated documentation
62748
+ files (the "Software"), to deal in the Software without
62749
+ restriction, including without limitation the rights to use,
62750
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
62751
+ copies of the Software, and to permit persons to whom the
62752
+ Software is furnished to do so, subject to the following
62753
+ conditions:
62754
+
62755
+ The above copyright notice and this permission notice shall be
62756
+ included in all copies or substantial portions of the Software.
62757
+
62758
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
62759
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
62760
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
62761
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
62762
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
62763
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
62764
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
62765
+ OTHER DEALINGS IN THE SOFTWARE.
62766
+
62767
+
61669
62768
  * MIT *
61670
62769
 
61671
62770
  Copyright (c) Chad Walker
@@ -71248,4 +72347,4 @@ POSSIBILITY OF SUCH DAMAGE.
71248
72347
  --------------------------------------------------------------------------------
71249
72348
  --------------------------------------------------------------------------------
71250
72349
 
71251
- Report Generated by FOSSA on 2024-11-28
72350
+ Report Generated by FOSSA on 2024-12-4