@gooddata/sdk-ui-loaders 10.17.0-alpha.0 → 10.17.0-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/NOTICE +591 -1
- package/package.json +5 -5
package/NOTICE
CHANGED
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
|
|
9
9
|
|
10
10
|
Date generated: 2024-11-28
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: 53fcc3ab85a5673bc0334322c96d92f0c718b556
|
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]
|
@@ -580,6 +581,7 @@ Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
|
|
580
581
|
- jackspeak (2.3.6) [blueoak-1.0.0]
|
581
582
|
- jest-worker (27.5.1) [MIT]
|
582
583
|
- js-tokens (4.0.0) [MIT]
|
584
|
+
- js-yaml (4.1.0) [MIT]
|
583
585
|
- jsdom (22.1.0) [MIT]
|
584
586
|
- jsesc (0.5.0) [MIT]
|
585
587
|
- jsesc (2.5.2) [MIT]
|
@@ -11397,6 +11399,275 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
11397
11399
|
|
11398
11400
|
|
11399
11401
|
|
11402
|
+
--------------------------------------------------------------------------------
|
11403
|
+
Package Title: argparse (2.0.1)
|
11404
|
+
|
11405
|
+
Package Locator: npm+argparse$2.0.1
|
11406
|
+
|
11407
|
+
Package Depth: Transitive
|
11408
|
+
--------------------------------------------------------------------------------
|
11409
|
+
|
11410
|
+
* Declared Licenses *
|
11411
|
+
Python-2.0
|
11412
|
+
|
11413
|
+
|
11414
|
+
A. HISTORY OF THE SOFTWARE
|
11415
|
+
==========================
|
11416
|
+
|
11417
|
+
Python was created in the early 1990s by Guido van Rossum at Stichting
|
11418
|
+
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
|
11419
|
+
as a successor of a language called ABC. Guido remains Python's
|
11420
|
+
principal author, although it includes many contributions from others.
|
11421
|
+
|
11422
|
+
In 1995, Guido continued his work on Python at the Corporation for
|
11423
|
+
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
|
11424
|
+
in Reston, Virginia where he released several versions of the
|
11425
|
+
software.
|
11426
|
+
|
11427
|
+
In May 2000, Guido and the Python core development team moved to
|
11428
|
+
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
|
11429
|
+
year, the PythonLabs team moved to Digital Creations, which became
|
11430
|
+
Zope Corporation. In 2001, the Python Software Foundation (PSF, see
|
11431
|
+
https://www.python.org/psf/) was formed, a non-profit organization
|
11432
|
+
created specifically to own Python-related Intellectual Property.
|
11433
|
+
Zope Corporation was a sponsoring member of the PSF.
|
11434
|
+
|
11435
|
+
All Python releases are Open Source (see http://www.opensource.org for
|
11436
|
+
the Open Source Definition). Historically, most, but not all, Python
|
11437
|
+
releases have also been GPL-compatible; the table below summarizes
|
11438
|
+
the various releases.
|
11439
|
+
|
11440
|
+
Release Derived Year Owner GPL-
|
11441
|
+
from compatible? (1)
|
11442
|
+
|
11443
|
+
0.9.0 thru 1.2 1991-1995 CWI yes
|
11444
|
+
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
|
11445
|
+
1.6 1.5.2 2000 CNRI no
|
11446
|
+
2.0 1.6 2000 BeOpen.com no
|
11447
|
+
1.6.1 1.6 2001 CNRI yes (2)
|
11448
|
+
2.1 2.0+1.6.1 2001 PSF no
|
11449
|
+
2.0.1 2.0+1.6.1 2001 PSF yes
|
11450
|
+
2.1.1 2.1+2.0.1 2001 PSF yes
|
11451
|
+
2.1.2 2.1.1 2002 PSF yes
|
11452
|
+
2.1.3 2.1.2 2002 PSF yes
|
11453
|
+
2.2 and above 2.1.1 2001-now PSF yes
|
11454
|
+
|
11455
|
+
Footnotes:
|
11456
|
+
|
11457
|
+
(1) GPL-compatible doesn't mean that we're distributing Python under
|
11458
|
+
the GPL. All Python licenses, unlike the GPL, let you distribute
|
11459
|
+
a modified version without making your changes open source. The
|
11460
|
+
GPL-compatible licenses make it possible to combine Python with
|
11461
|
+
other software that is released under the GPL; the others don't.
|
11462
|
+
|
11463
|
+
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
|
11464
|
+
because its license has a choice of law clause. According to
|
11465
|
+
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
|
11466
|
+
is "not incompatible" with the GPL.
|
11467
|
+
|
11468
|
+
Thanks to the many outside volunteers who have worked under Guido's
|
11469
|
+
direction to make these releases possible.
|
11470
|
+
|
11471
|
+
|
11472
|
+
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
|
11473
|
+
===============================================================
|
11474
|
+
|
11475
|
+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
|
11476
|
+
--------------------------------------------
|
11477
|
+
|
11478
|
+
1. This LICENSE AGREEMENT is between the Python Software Foundation
|
11479
|
+
("PSF"), and the Individual or Organization ("Licensee") accessing and
|
11480
|
+
otherwise using this software ("Python") in source or binary form and
|
11481
|
+
its associated documentation.
|
11482
|
+
|
11483
|
+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
|
11484
|
+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
|
11485
|
+
analyze, test, perform and/or display publicly, prepare derivative works,
|
11486
|
+
distribute, and otherwise use Python alone or in any derivative version,
|
11487
|
+
provided, however, that PSF's License Agreement and PSF's notice of copyright,
|
11488
|
+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
11489
|
+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
|
11490
|
+
All Rights Reserved" are retained in Python alone or in any derivative version
|
11491
|
+
prepared by Licensee.
|
11492
|
+
|
11493
|
+
3. In the event Licensee prepares a derivative work that is based on
|
11494
|
+
or incorporates Python or any part thereof, and wants to make
|
11495
|
+
the derivative work available to others as provided herein, then
|
11496
|
+
Licensee hereby agrees to include in any such work a brief summary of
|
11497
|
+
the changes made to Python.
|
11498
|
+
|
11499
|
+
4. PSF is making Python available to Licensee on an "AS IS"
|
11500
|
+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
11501
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
|
11502
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
11503
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
|
11504
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
11505
|
+
|
11506
|
+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
11507
|
+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
11508
|
+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
|
11509
|
+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
11510
|
+
|
11511
|
+
6. This License Agreement will automatically terminate upon a material
|
11512
|
+
breach of its terms and conditions.
|
11513
|
+
|
11514
|
+
7. Nothing in this License Agreement shall be deemed to create any
|
11515
|
+
relationship of agency, partnership, or joint venture between PSF and
|
11516
|
+
Licensee. This License Agreement does not grant permission to use PSF
|
11517
|
+
trademarks or trade name in a trademark sense to endorse or promote
|
11518
|
+
products or services of Licensee, or any third party.
|
11519
|
+
|
11520
|
+
8. By copying, installing or otherwise using Python, Licensee
|
11521
|
+
agrees to be bound by the terms and conditions of this License
|
11522
|
+
Agreement.
|
11523
|
+
|
11524
|
+
|
11525
|
+
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
|
11526
|
+
-------------------------------------------
|
11527
|
+
|
11528
|
+
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
|
11529
|
+
|
11530
|
+
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
|
11531
|
+
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
|
11532
|
+
Individual or Organization ("Licensee") accessing and otherwise using
|
11533
|
+
this software in source or binary form and its associated
|
11534
|
+
documentation ("the Software").
|
11535
|
+
|
11536
|
+
2. Subject to the terms and conditions of this BeOpen Python License
|
11537
|
+
Agreement, BeOpen hereby grants Licensee a non-exclusive,
|
11538
|
+
royalty-free, world-wide license to reproduce, analyze, test, perform
|
11539
|
+
and/or display publicly, prepare derivative works, distribute, and
|
11540
|
+
otherwise use the Software alone or in any derivative version,
|
11541
|
+
provided, however, that the BeOpen Python License is retained in the
|
11542
|
+
Software, alone or in any derivative version prepared by Licensee.
|
11543
|
+
|
11544
|
+
3. BeOpen is making the Software available to Licensee on an "AS IS"
|
11545
|
+
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
11546
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
|
11547
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
11548
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
|
11549
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
11550
|
+
|
11551
|
+
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
|
11552
|
+
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
|
11553
|
+
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
|
11554
|
+
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
11555
|
+
|
11556
|
+
5. This License Agreement will automatically terminate upon a material
|
11557
|
+
breach of its terms and conditions.
|
11558
|
+
|
11559
|
+
6. This License Agreement shall be governed by and interpreted in all
|
11560
|
+
respects by the law of the State of California, excluding conflict of
|
11561
|
+
law provisions. Nothing in this License Agreement shall be deemed to
|
11562
|
+
create any relationship of agency, partnership, or joint venture
|
11563
|
+
between BeOpen and Licensee. This License Agreement does not grant
|
11564
|
+
permission to use BeOpen trademarks or trade names in a trademark
|
11565
|
+
sense to endorse or promote products or services of Licensee, or any
|
11566
|
+
third party. As an exception, the "BeOpen Python" logos available at
|
11567
|
+
http://www.pythonlabs.com/logos.html may be used according to the
|
11568
|
+
permissions granted on that web page.
|
11569
|
+
|
11570
|
+
7. By copying, installing or otherwise using the software, Licensee
|
11571
|
+
agrees to be bound by the terms and conditions of this License
|
11572
|
+
Agreement.
|
11573
|
+
|
11574
|
+
|
11575
|
+
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
|
11576
|
+
---------------------------------------
|
11577
|
+
|
11578
|
+
1. This LICENSE AGREEMENT is between the Corporation for National
|
11579
|
+
Research Initiatives, having an office at 1895 Preston White Drive,
|
11580
|
+
Reston, VA 20191 ("CNRI"), and the Individual or Organization
|
11581
|
+
("Licensee") accessing and otherwise using Python 1.6.1 software in
|
11582
|
+
source or binary form and its associated documentation.
|
11583
|
+
|
11584
|
+
2. Subject to the terms and conditions of this License Agreement, CNRI
|
11585
|
+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
11586
|
+
license to reproduce, analyze, test, perform and/or display publicly,
|
11587
|
+
prepare derivative works, distribute, and otherwise use Python 1.6.1
|
11588
|
+
alone or in any derivative version, provided, however, that CNRI's
|
11589
|
+
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
|
11590
|
+
1995-2001 Corporation for National Research Initiatives; All Rights
|
11591
|
+
Reserved" are retained in Python 1.6.1 alone or in any derivative
|
11592
|
+
version prepared by Licensee. Alternately, in lieu of CNRI's License
|
11593
|
+
Agreement, Licensee may substitute the following text (omitting the
|
11594
|
+
quotes): "Python 1.6.1 is made available subject to the terms and
|
11595
|
+
conditions in CNRI's License Agreement. This Agreement together with
|
11596
|
+
Python 1.6.1 may be located on the Internet using the following
|
11597
|
+
unique, persistent identifier (known as a handle): 1895.22/1013. This
|
11598
|
+
Agreement may also be obtained from a proxy server on the Internet
|
11599
|
+
using the following URL: http://hdl.handle.net/1895.22/1013".
|
11600
|
+
|
11601
|
+
3. In the event Licensee prepares a derivative work that is based on
|
11602
|
+
or incorporates Python 1.6.1 or any part thereof, and wants to make
|
11603
|
+
the derivative work available to others as provided herein, then
|
11604
|
+
Licensee hereby agrees to include in any such work a brief summary of
|
11605
|
+
the changes made to Python 1.6.1.
|
11606
|
+
|
11607
|
+
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
|
11608
|
+
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
11609
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
|
11610
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
11611
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
|
11612
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
11613
|
+
|
11614
|
+
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
11615
|
+
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
11616
|
+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
|
11617
|
+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
11618
|
+
|
11619
|
+
6. This License Agreement will automatically terminate upon a material
|
11620
|
+
breach of its terms and conditions.
|
11621
|
+
|
11622
|
+
7. This License Agreement shall be governed by the federal
|
11623
|
+
intellectual property law of the United States, including without
|
11624
|
+
limitation the federal copyright law, and, to the extent such
|
11625
|
+
U.S. federal law does not apply, by the law of the Commonwealth of
|
11626
|
+
Virginia, excluding Virginia's conflict of law provisions.
|
11627
|
+
Notwithstanding the foregoing, with regard to derivative works based
|
11628
|
+
on Python 1.6.1 that incorporate non-separable material that was
|
11629
|
+
previously distributed under the GNU General Public License (GPL), the
|
11630
|
+
law of the Commonwealth of Virginia shall govern this License
|
11631
|
+
Agreement only as to issues arising under or with respect to
|
11632
|
+
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
|
11633
|
+
License Agreement shall be deemed to create any relationship of
|
11634
|
+
agency, partnership, or joint venture between CNRI and Licensee. This
|
11635
|
+
License Agreement does not grant permission to use CNRI trademarks or
|
11636
|
+
trade name in a trademark sense to endorse or promote products or
|
11637
|
+
services of Licensee, or any third party.
|
11638
|
+
|
11639
|
+
8. By clicking on the "ACCEPT" button where indicated, or by copying,
|
11640
|
+
installing or otherwise using Python 1.6.1, Licensee agrees to be
|
11641
|
+
bound by the terms and conditions of this License Agreement.
|
11642
|
+
|
11643
|
+
ACCEPT
|
11644
|
+
|
11645
|
+
|
11646
|
+
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
|
11647
|
+
--------------------------------------------------
|
11648
|
+
|
11649
|
+
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
|
11650
|
+
The Netherlands. All rights reserved.
|
11651
|
+
|
11652
|
+
Permission to use, copy, modify, and distribute this software and its
|
11653
|
+
documentation for any purpose and without fee is hereby granted,
|
11654
|
+
provided that the above copyright notice appear in all copies and that
|
11655
|
+
both that copyright notice and this permission notice appear in
|
11656
|
+
supporting documentation, and that the name of Stichting Mathematisch
|
11657
|
+
Centrum or CWI not be used in advertising or publicity pertaining to
|
11658
|
+
distribution of the software without specific, written prior
|
11659
|
+
permission.
|
11660
|
+
|
11661
|
+
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
11662
|
+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
11663
|
+
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
|
11664
|
+
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
11665
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
11666
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
11667
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
11668
|
+
|
11669
|
+
|
11670
|
+
|
11400
11671
|
--------------------------------------------------------------------------------
|
11401
11672
|
Package Title: array-find-index (1.0.2)
|
11402
11673
|
|
@@ -22513,6 +22784,42 @@ THE SOFTWARE.
|
|
22513
22784
|
|
22514
22785
|
|
22515
22786
|
|
22787
|
+
--------------------------------------------------------------------------------
|
22788
|
+
Package Title: js-yaml (4.1.0)
|
22789
|
+
|
22790
|
+
Package Locator: npm+js-yaml$4.1.0
|
22791
|
+
|
22792
|
+
Package Depth: Direct
|
22793
|
+
--------------------------------------------------------------------------------
|
22794
|
+
|
22795
|
+
* Declared Licenses *
|
22796
|
+
MIT
|
22797
|
+
|
22798
|
+
|
22799
|
+
(The MIT License)
|
22800
|
+
|
22801
|
+
Copyright (C) 2011-2015 by Vitaly Puzrin
|
22802
|
+
|
22803
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
22804
|
+
of this software and associated documentation files (the "Software"), to deal
|
22805
|
+
in the Software without restriction, including without limitation the rights
|
22806
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
22807
|
+
copies of the Software, and to permit persons to whom the Software is
|
22808
|
+
furnished to do so, subject to the following conditions:
|
22809
|
+
|
22810
|
+
The above copyright notice and this permission notice shall be included in
|
22811
|
+
all copies or substantial portions of the Software.
|
22812
|
+
|
22813
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
22814
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
22815
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22816
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22817
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22818
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22819
|
+
THE SOFTWARE.
|
22820
|
+
|
22821
|
+
|
22822
|
+
|
22516
22823
|
--------------------------------------------------------------------------------
|
22517
22824
|
Package Title: jsdom (22.1.0)
|
22518
22825
|
|
@@ -58222,6 +58529,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
58222
58529
|
SOFTWARE.
|
58223
58530
|
|
58224
58531
|
|
58532
|
+
* MIT *
|
58533
|
+
|
58534
|
+
(The MIT License)
|
58535
|
+
|
58536
|
+
Copyright (C) 2011-2015 by Vitaly Puzrin
|
58537
|
+
|
58538
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
58539
|
+
of this software and associated documentation files (the "Software"), to deal
|
58540
|
+
in the Software without restriction, including without limitation the rights
|
58541
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
58542
|
+
copies of the Software, and to permit persons to whom the Software is
|
58543
|
+
furnished to do so, subject to the following conditions:
|
58544
|
+
|
58545
|
+
The above copyright notice and this permission notice shall be included in
|
58546
|
+
all copies or substantial portions of the Software.
|
58547
|
+
|
58548
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
58549
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
58550
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
58551
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
58552
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
58553
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
58554
|
+
THE SOFTWARE.
|
58555
|
+
|
58556
|
+
|
58225
58557
|
* MIT *
|
58226
58558
|
|
58227
58559
|
(The MIT License)
|
@@ -59295,6 +59627,264 @@ This software is covered under the following copyright:
|
|
59295
59627
|
@license Apache-2.0
|
59296
59628
|
|
59297
59629
|
|
59630
|
+
* Python-2.0 *
|
59631
|
+
|
59632
|
+
A. HISTORY OF THE SOFTWARE
|
59633
|
+
==========================
|
59634
|
+
|
59635
|
+
Python was created in the early 1990s by Guido van Rossum at Stichting
|
59636
|
+
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
|
59637
|
+
as a successor of a language called ABC. Guido remains Python's
|
59638
|
+
principal author, although it includes many contributions from others.
|
59639
|
+
|
59640
|
+
In 1995, Guido continued his work on Python at the Corporation for
|
59641
|
+
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
|
59642
|
+
in Reston, Virginia where he released several versions of the
|
59643
|
+
software.
|
59644
|
+
|
59645
|
+
In May 2000, Guido and the Python core development team moved to
|
59646
|
+
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
|
59647
|
+
year, the PythonLabs team moved to Digital Creations, which became
|
59648
|
+
Zope Corporation. In 2001, the Python Software Foundation (PSF, see
|
59649
|
+
https://www.python.org/psf/) was formed, a non-profit organization
|
59650
|
+
created specifically to own Python-related Intellectual Property.
|
59651
|
+
Zope Corporation was a sponsoring member of the PSF.
|
59652
|
+
|
59653
|
+
All Python releases are Open Source (see http://www.opensource.org for
|
59654
|
+
the Open Source Definition). Historically, most, but not all, Python
|
59655
|
+
releases have also been GPL-compatible; the table below summarizes
|
59656
|
+
the various releases.
|
59657
|
+
|
59658
|
+
Release Derived Year Owner GPL-
|
59659
|
+
from compatible? (1)
|
59660
|
+
|
59661
|
+
0.9.0 thru 1.2 1991-1995 CWI yes
|
59662
|
+
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
|
59663
|
+
1.6 1.5.2 2000 CNRI no
|
59664
|
+
2.0 1.6 2000 BeOpen.com no
|
59665
|
+
1.6.1 1.6 2001 CNRI yes (2)
|
59666
|
+
2.1 2.0+1.6.1 2001 PSF no
|
59667
|
+
2.0.1 2.0+1.6.1 2001 PSF yes
|
59668
|
+
2.1.1 2.1+2.0.1 2001 PSF yes
|
59669
|
+
2.1.2 2.1.1 2002 PSF yes
|
59670
|
+
2.1.3 2.1.2 2002 PSF yes
|
59671
|
+
2.2 and above 2.1.1 2001-now PSF yes
|
59672
|
+
|
59673
|
+
Footnotes:
|
59674
|
+
|
59675
|
+
(1) GPL-compatible doesn't mean that we're distributing Python under
|
59676
|
+
the GPL. All Python licenses, unlike the GPL, let you distribute
|
59677
|
+
a modified version without making your changes open source. The
|
59678
|
+
GPL-compatible licenses make it possible to combine Python with
|
59679
|
+
other software that is released under the GPL; the others don't.
|
59680
|
+
|
59681
|
+
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
|
59682
|
+
because its license has a choice of law clause. According to
|
59683
|
+
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
|
59684
|
+
is "not incompatible" with the GPL.
|
59685
|
+
|
59686
|
+
Thanks to the many outside volunteers who have worked under Guido's
|
59687
|
+
direction to make these releases possible.
|
59688
|
+
|
59689
|
+
|
59690
|
+
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
|
59691
|
+
===============================================================
|
59692
|
+
|
59693
|
+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
|
59694
|
+
--------------------------------------------
|
59695
|
+
|
59696
|
+
1. This LICENSE AGREEMENT is between the Python Software Foundation
|
59697
|
+
("PSF"), and the Individual or Organization ("Licensee") accessing and
|
59698
|
+
otherwise using this software ("Python") in source or binary form and
|
59699
|
+
its associated documentation.
|
59700
|
+
|
59701
|
+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
|
59702
|
+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
|
59703
|
+
analyze, test, perform and/or display publicly, prepare derivative works,
|
59704
|
+
distribute, and otherwise use Python alone or in any derivative version,
|
59705
|
+
provided, however, that PSF's License Agreement and PSF's notice of copyright,
|
59706
|
+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
59707
|
+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
|
59708
|
+
All Rights Reserved" are retained in Python alone or in any derivative version
|
59709
|
+
prepared by Licensee.
|
59710
|
+
|
59711
|
+
3. In the event Licensee prepares a derivative work that is based on
|
59712
|
+
or incorporates Python or any part thereof, and wants to make
|
59713
|
+
the derivative work available to others as provided herein, then
|
59714
|
+
Licensee hereby agrees to include in any such work a brief summary of
|
59715
|
+
the changes made to Python.
|
59716
|
+
|
59717
|
+
4. PSF is making Python available to Licensee on an "AS IS"
|
59718
|
+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
59719
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
|
59720
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
59721
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
|
59722
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
59723
|
+
|
59724
|
+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
59725
|
+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
59726
|
+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
|
59727
|
+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
59728
|
+
|
59729
|
+
6. This License Agreement will automatically terminate upon a material
|
59730
|
+
breach of its terms and conditions.
|
59731
|
+
|
59732
|
+
7. Nothing in this License Agreement shall be deemed to create any
|
59733
|
+
relationship of agency, partnership, or joint venture between PSF and
|
59734
|
+
Licensee. This License Agreement does not grant permission to use PSF
|
59735
|
+
trademarks or trade name in a trademark sense to endorse or promote
|
59736
|
+
products or services of Licensee, or any third party.
|
59737
|
+
|
59738
|
+
8. By copying, installing or otherwise using Python, Licensee
|
59739
|
+
agrees to be bound by the terms and conditions of this License
|
59740
|
+
Agreement.
|
59741
|
+
|
59742
|
+
|
59743
|
+
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
|
59744
|
+
-------------------------------------------
|
59745
|
+
|
59746
|
+
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
|
59747
|
+
|
59748
|
+
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
|
59749
|
+
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
|
59750
|
+
Individual or Organization ("Licensee") accessing and otherwise using
|
59751
|
+
this software in source or binary form and its associated
|
59752
|
+
documentation ("the Software").
|
59753
|
+
|
59754
|
+
2. Subject to the terms and conditions of this BeOpen Python License
|
59755
|
+
Agreement, BeOpen hereby grants Licensee a non-exclusive,
|
59756
|
+
royalty-free, world-wide license to reproduce, analyze, test, perform
|
59757
|
+
and/or display publicly, prepare derivative works, distribute, and
|
59758
|
+
otherwise use the Software alone or in any derivative version,
|
59759
|
+
provided, however, that the BeOpen Python License is retained in the
|
59760
|
+
Software, alone or in any derivative version prepared by Licensee.
|
59761
|
+
|
59762
|
+
3. BeOpen is making the Software available to Licensee on an "AS IS"
|
59763
|
+
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
59764
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
|
59765
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
59766
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
|
59767
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
59768
|
+
|
59769
|
+
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
|
59770
|
+
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
|
59771
|
+
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
|
59772
|
+
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
59773
|
+
|
59774
|
+
5. This License Agreement will automatically terminate upon a material
|
59775
|
+
breach of its terms and conditions.
|
59776
|
+
|
59777
|
+
6. This License Agreement shall be governed by and interpreted in all
|
59778
|
+
respects by the law of the State of California, excluding conflict of
|
59779
|
+
law provisions. Nothing in this License Agreement shall be deemed to
|
59780
|
+
create any relationship of agency, partnership, or joint venture
|
59781
|
+
between BeOpen and Licensee. This License Agreement does not grant
|
59782
|
+
permission to use BeOpen trademarks or trade names in a trademark
|
59783
|
+
sense to endorse or promote products or services of Licensee, or any
|
59784
|
+
third party. As an exception, the "BeOpen Python" logos available at
|
59785
|
+
http://www.pythonlabs.com/logos.html may be used according to the
|
59786
|
+
permissions granted on that web page.
|
59787
|
+
|
59788
|
+
7. By copying, installing or otherwise using the software, Licensee
|
59789
|
+
agrees to be bound by the terms and conditions of this License
|
59790
|
+
Agreement.
|
59791
|
+
|
59792
|
+
|
59793
|
+
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
|
59794
|
+
---------------------------------------
|
59795
|
+
|
59796
|
+
1. This LICENSE AGREEMENT is between the Corporation for National
|
59797
|
+
Research Initiatives, having an office at 1895 Preston White Drive,
|
59798
|
+
Reston, VA 20191 ("CNRI"), and the Individual or Organization
|
59799
|
+
("Licensee") accessing and otherwise using Python 1.6.1 software in
|
59800
|
+
source or binary form and its associated documentation.
|
59801
|
+
|
59802
|
+
2. Subject to the terms and conditions of this License Agreement, CNRI
|
59803
|
+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
59804
|
+
license to reproduce, analyze, test, perform and/or display publicly,
|
59805
|
+
prepare derivative works, distribute, and otherwise use Python 1.6.1
|
59806
|
+
alone or in any derivative version, provided, however, that CNRI's
|
59807
|
+
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
|
59808
|
+
1995-2001 Corporation for National Research Initiatives; All Rights
|
59809
|
+
Reserved" are retained in Python 1.6.1 alone or in any derivative
|
59810
|
+
version prepared by Licensee. Alternately, in lieu of CNRI's License
|
59811
|
+
Agreement, Licensee may substitute the following text (omitting the
|
59812
|
+
quotes): "Python 1.6.1 is made available subject to the terms and
|
59813
|
+
conditions in CNRI's License Agreement. This Agreement together with
|
59814
|
+
Python 1.6.1 may be located on the Internet using the following
|
59815
|
+
unique, persistent identifier (known as a handle): 1895.22/1013. This
|
59816
|
+
Agreement may also be obtained from a proxy server on the Internet
|
59817
|
+
using the following URL: http://hdl.handle.net/1895.22/1013".
|
59818
|
+
|
59819
|
+
3. In the event Licensee prepares a derivative work that is based on
|
59820
|
+
or incorporates Python 1.6.1 or any part thereof, and wants to make
|
59821
|
+
the derivative work available to others as provided herein, then
|
59822
|
+
Licensee hereby agrees to include in any such work a brief summary of
|
59823
|
+
the changes made to Python 1.6.1.
|
59824
|
+
|
59825
|
+
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
|
59826
|
+
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
59827
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
|
59828
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
59829
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
|
59830
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
59831
|
+
|
59832
|
+
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
59833
|
+
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
59834
|
+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
|
59835
|
+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
59836
|
+
|
59837
|
+
6. This License Agreement will automatically terminate upon a material
|
59838
|
+
breach of its terms and conditions.
|
59839
|
+
|
59840
|
+
7. This License Agreement shall be governed by the federal
|
59841
|
+
intellectual property law of the United States, including without
|
59842
|
+
limitation the federal copyright law, and, to the extent such
|
59843
|
+
U.S. federal law does not apply, by the law of the Commonwealth of
|
59844
|
+
Virginia, excluding Virginia's conflict of law provisions.
|
59845
|
+
Notwithstanding the foregoing, with regard to derivative works based
|
59846
|
+
on Python 1.6.1 that incorporate non-separable material that was
|
59847
|
+
previously distributed under the GNU General Public License (GPL), the
|
59848
|
+
law of the Commonwealth of Virginia shall govern this License
|
59849
|
+
Agreement only as to issues arising under or with respect to
|
59850
|
+
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
|
59851
|
+
License Agreement shall be deemed to create any relationship of
|
59852
|
+
agency, partnership, or joint venture between CNRI and Licensee. This
|
59853
|
+
License Agreement does not grant permission to use CNRI trademarks or
|
59854
|
+
trade name in a trademark sense to endorse or promote products or
|
59855
|
+
services of Licensee, or any third party.
|
59856
|
+
|
59857
|
+
8. By clicking on the "ACCEPT" button where indicated, or by copying,
|
59858
|
+
installing or otherwise using Python 1.6.1, Licensee agrees to be
|
59859
|
+
bound by the terms and conditions of this License Agreement.
|
59860
|
+
|
59861
|
+
ACCEPT
|
59862
|
+
|
59863
|
+
|
59864
|
+
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
|
59865
|
+
--------------------------------------------------
|
59866
|
+
|
59867
|
+
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
|
59868
|
+
The Netherlands. All rights reserved.
|
59869
|
+
|
59870
|
+
Permission to use, copy, modify, and distribute this software and its
|
59871
|
+
documentation for any purpose and without fee is hereby granted,
|
59872
|
+
provided that the above copyright notice appear in all copies and that
|
59873
|
+
both that copyright notice and this permission notice appear in
|
59874
|
+
supporting documentation, and that the name of Stichting Mathematisch
|
59875
|
+
Centrum or CWI not be used in advertising or publicity pertaining to
|
59876
|
+
distribution of the software without specific, written prior
|
59877
|
+
permission.
|
59878
|
+
|
59879
|
+
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
59880
|
+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
59881
|
+
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
|
59882
|
+
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
59883
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
59884
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
59885
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
59886
|
+
|
59887
|
+
|
59298
59888
|
* facebook-patent-rights-2 *
|
59299
59889
|
|
59300
59890
|
Additional Grant of Patent Rights Version 2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-loaders",
|
3
|
-
"version": "10.17.0-alpha.
|
3
|
+
"version": "10.17.0-alpha.1",
|
4
4
|
"description": "GoodData SDK Runtime Component Loaders",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -32,10 +32,10 @@
|
|
32
32
|
"semver": "^7.3.5",
|
33
33
|
"ts-invariant": "^0.7.5",
|
34
34
|
"tslib": "^2.5.0",
|
35
|
-
"@gooddata/sdk-backend-spi": "10.17.0-alpha.
|
36
|
-
"@gooddata/sdk-
|
37
|
-
"@gooddata/sdk-
|
38
|
-
"@gooddata/sdk-ui-dashboard": "10.17.0-alpha.
|
35
|
+
"@gooddata/sdk-backend-spi": "10.17.0-alpha.1",
|
36
|
+
"@gooddata/sdk-model": "10.17.0-alpha.1",
|
37
|
+
"@gooddata/sdk-ui": "10.17.0-alpha.1",
|
38
|
+
"@gooddata/sdk-ui-dashboard": "10.17.0-alpha.1"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|