@@ -102,6 +102,7 @@ Package|Version|License
102
102
**[ansi-styles](#3d188f4ce9ad01e2061b3dafeb74005547429b09fb5b114980303db9cf34f4ee)**|3.2.1|MIT
103
103
**[aproba](#b8b30f42274956b772cec4ea9f13cebaa5900724e514eaf0098a3ad6f1f7f16e)**|1.2.0|ISC
104
104
**[are-we-there-yet](#e87803217bf3563b7a87fe74fac98a2d39ff04818ae8ade28d4a48434907030b)**|1.1.7|ISC
105
+ **[argparse](#eb6fb2df860c4a7d86e82ee4f11a49f6ed75c3fa50ca7844991b389ef38df18c)**|2.0.1|Python-2.0
105
106
**[array-back](#d21c23dddedd084017eb841a79ffc469f66f68e195a48c53f20144d941b472f1)**|4.0.1|MIT
106
107
**[askcharacter](#cb7238c8d3e6299f34f8808ce2bb65f6f9632b27f907d02e488d6918d33b93a2)**|1.0.0|Apache-2.0
107
108
**[askpassword](#5623d58c516104595a6ca3884ba06bc77269b98085d3de58917a6655bea1116c)**|1.2.4|Apache-2.0
@@ -189,6 +190,7 @@ Package|Version|License
189
190
**[join-component](#e3b7c74ebe2a0ad1c2f2cabfde196da4dc350a8c6cd6016f884d316a85a58d6b)**|1.1.0|MIT
190
191
**[js-beautify](#d765bfc8cda9b9b7e4d7d6a81961c72231bee3a2ba03334e3bd6b08c664d339f)**|1.14.0|MIT
191
192
**[js-tokens](#f4371f095c6f087cf41433031f8c612e21a4258b18cb4e847ffae73905e146d4)**|4.0.0|MIT
193
+ **[js-yaml](#b7325d630b0ab313450fcd188788f6ee374aadd75df4969a9e3c48507ef88bdf)**|4.1.0|MIT
192
194
**[jsesc](#253e8a44fc188759c5ce35330e4f20aacf1d0253d7e8d7dffd4a1f884a10ce1e)**|2.5.2|MIT
193
195
**[json5](#09ffc110586bcf66cb9b8f0b4f993a330e4287d87d0ae06a70e22f01d16e6acf)**|2.2.0|MIT
194
196
**[kerberos](#480754bb9f65a90c52364d80a4e368d121a9f2c9b83269a9d10ce84cad3addbe)**|2.0.0|Apache-2.0
@@ -6324,6 +6326,273 @@ Authors:
6324
6326
* Rebecca Turner (http://re-becca.org)
6325
6327
6326
6328
6329
+ <a id="eb6fb2df860c4a7d86e82ee4f11a49f6ed75c3fa50ca7844991b389ef38df18c"></a>
6330
+ ### [argparse](https://www.npmjs.com/package/argparse) (version 2.0.1)
6331
+ <!-- initially found at packages/cli-repl/node_modules/argparse -->
6332
+ > CLI arguments parser. Native port of python's argparse.
6333
+
6334
+ License tags: Python-2.0
6335
+
6336
+ License files:
6337
+ * LICENSE:
6338
+
6339
+ A. HISTORY OF THE SOFTWARE
6340
+ ==========================
6341
+
6342
+ Python was created in the early 1990s by Guido van Rossum at Stichting
6343
+ Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
6344
+ as a successor of a language called ABC. Guido remains Python's
6345
+ principal author, although it includes many contributions from others.
6346
+
6347
+ In 1995, Guido continued his work on Python at the Corporation for
6348
+ National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
6349
+ in Reston, Virginia where he released several versions of the
6350
+ software.
6351
+
6352
+ In May 2000, Guido and the Python core development team moved to
6353
+ BeOpen.com to form the BeOpen PythonLabs team. In October of the same
6354
+ year, the PythonLabs team moved to Digital Creations, which became
6355
+ Zope Corporation. In 2001, the Python Software Foundation (PSF, see
6356
+ https://www.python.org/psf/) was formed, a non-profit organization
6357
+ created specifically to own Python-related Intellectual Property.
6358
+ Zope Corporation was a sponsoring member of the PSF.
6359
+
6360
+ All Python releases are Open Source (see http://www.opensource.org for
6361
+ the Open Source Definition). Historically, most, but not all, Python
6362
+ releases have also been GPL-compatible; the table below summarizes
6363
+ the various releases.
6364
+
6365
+ Release Derived Year Owner GPL-
6366
+ from compatible? (1)
6367
+
6368
+ 0.9.0 thru 1.2 1991-1995 CWI yes
6369
+ 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
6370
+ 1.6 1.5.2 2000 CNRI no
6371
+ 2.0 1.6 2000 BeOpen.com no
6372
+ 1.6.1 1.6 2001 CNRI yes (2)
6373
+ 2.1 2.0+1.6.1 2001 PSF no
6374
+ 2.0.1 2.0+1.6.1 2001 PSF yes
6375
+ 2.1.1 2.1+2.0.1 2001 PSF yes
6376
+ 2.1.2 2.1.1 2002 PSF yes
6377
+ 2.1.3 2.1.2 2002 PSF yes
6378
+ 2.2 and above 2.1.1 2001-now PSF yes
6379
+
6380
+ Footnotes:
6381
+
6382
+ (1) GPL-compatible doesn't mean that we're distributing Python under
6383
+ the GPL. All Python licenses, unlike the GPL, let you distribute
6384
+ a modified version without making your changes open source. The
6385
+ GPL-compatible licenses make it possible to combine Python with
6386
+ other software that is released under the GPL; the others don't.
6387
+
6388
+ (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
6389
+ because its license has a choice of law clause. According to
6390
+ CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
6391
+ is "not incompatible" with the GPL.
6392
+
6393
+ Thanks to the many outside volunteers who have worked under Guido's
6394
+ direction to make these releases possible.
6395
+
6396
+
6397
+ B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
6398
+ ===============================================================
6399
+
6400
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
6401
+ --------------------------------------------
6402
+
6403
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
6404
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
6405
+ otherwise using this software ("Python") in source or binary form and
6406
+ its associated documentation.
6407
+
6408
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
6409
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
6410
+ analyze, test, perform and/or display publicly, prepare derivative works,
6411
+ distribute, and otherwise use Python alone or in any derivative version,
6412
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
6413
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
6414
+ 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
6415
+ All Rights Reserved" are retained in Python alone or in any derivative version
6416
+ prepared by Licensee.
6417
+
6418
+ 3. In the event Licensee prepares a derivative work that is based on
6419
+ or incorporates Python or any part thereof, and wants to make
6420
+ the derivative work available to others as provided herein, then
6421
+ Licensee hereby agrees to include in any such work a brief summary of
6422
+ the changes made to Python.
6423
+
6424
+ 4. PSF is making Python available to Licensee on an "AS IS"
6425
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
6426
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
6427
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
6428
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
6429
+ INFRINGE ANY THIRD PARTY RIGHTS.
6430
+
6431
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
6432
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
6433
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
6434
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
6435
+
6436
+ 6. This License Agreement will automatically terminate upon a material
6437
+ breach of its terms and conditions.
6438
+
6439
+ 7. Nothing in this License Agreement shall be deemed to create any
6440
+ relationship of agency, partnership, or joint venture between PSF and
6441
+ Licensee. This License Agreement does not grant permission to use PSF
6442
+ trademarks or trade name in a trademark sense to endorse or promote
6443
+ products or services of Licensee, or any third party.
6444
+
6445
+ 8. By copying, installing or otherwise using Python, Licensee
6446
+ agrees to be bound by the terms and conditions of this License
6447
+ Agreement.
6448
+
6449
+
6450
+ BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
6451
+ -------------------------------------------
6452
+
6453
+ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
6454
+
6455
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
6456
+ office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
6457
+ Individual or Organization ("Licensee") accessing and otherwise using
6458
+ this software in source or binary form and its associated
6459
+ documentation ("the Software").
6460
+
6461
+ 2. Subject to the terms and conditions of this BeOpen Python License
6462
+ Agreement, BeOpen hereby grants Licensee a non-exclusive,
6463
+ royalty-free, world-wide license to reproduce, analyze, test, perform
6464
+ and/or display publicly, prepare derivative works, distribute, and
6465
+ otherwise use the Software alone or in any derivative version,
6466
+ provided, however, that the BeOpen Python License is retained in the
6467
+ Software, alone or in any derivative version prepared by Licensee.
6468
+
6469
+ 3. BeOpen is making the Software available to Licensee on an "AS IS"
6470
+ basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
6471
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
6472
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
6473
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
6474
+ INFRINGE ANY THIRD PARTY RIGHTS.
6475
+
6476
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
6477
+ SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
6478
+ AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
6479
+ DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
6480
+
6481
+ 5. This License Agreement will automatically terminate upon a material
6482
+ breach of its terms and conditions.
6483
+
6484
+ 6. This License Agreement shall be governed by and interpreted in all
6485
+ respects by the law of the State of California, excluding conflict of
6486
+ law provisions. Nothing in this License Agreement shall be deemed to
6487
+ create any relationship of agency, partnership, or joint venture
6488
+ between BeOpen and Licensee. This License Agreement does not grant
6489
+ permission to use BeOpen trademarks or trade names in a trademark
6490
+ sense to endorse or promote products or services of Licensee, or any
6491
+ third party. As an exception, the "BeOpen Python" logos available at
6492
+ http://www.pythonlabs.com/logos.html may be used according to the
6493
+ permissions granted on that web page.
6494
+
6495
+ 7. By copying, installing or otherwise using the software, Licensee
6496
+ agrees to be bound by the terms and conditions of this License
6497
+ Agreement.
6498
+
6499
+
6500
+ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
6501
+ ---------------------------------------
6502
+
6503
+ 1. This LICENSE AGREEMENT is between the Corporation for National
6504
+ Research Initiatives, having an office at 1895 Preston White Drive,
6505
+ Reston, VA 20191 ("CNRI"), and the Individual or Organization
6506
+ ("Licensee") accessing and otherwise using Python 1.6.1 software in
6507
+ source or binary form and its associated documentation.
6508
+
6509
+ 2. Subject to the terms and conditions of this License Agreement, CNRI
6510
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
6511
+ license to reproduce, analyze, test, perform and/or display publicly,
6512
+ prepare derivative works, distribute, and otherwise use Python 1.6.1
6513
+ alone or in any derivative version, provided, however, that CNRI's
6514
+ License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
6515
+ 1995-2001 Corporation for National Research Initiatives; All Rights
6516
+ Reserved" are retained in Python 1.6.1 alone or in any derivative
6517
+ version prepared by Licensee. Alternately, in lieu of CNRI's License
6518
+ Agreement, Licensee may substitute the following text (omitting the
6519
+ quotes): "Python 1.6.1 is made available subject to the terms and
6520
+ conditions in CNRI's License Agreement. This Agreement together with
6521
+ Python 1.6.1 may be located on the Internet using the following
6522
+ unique, persistent identifier (known as a handle): 1895.22/1013. This
6523
+ Agreement may also be obtained from a proxy server on the Internet
6524
+ using the following URL: http://hdl.handle.net/1895.22/1013".
6525
+
6526
+ 3. In the event Licensee prepares a derivative work that is based on
6527
+ or incorporates Python 1.6.1 or any part thereof, and wants to make
6528
+ the derivative work available to others as provided herein, then
6529
+ Licensee hereby agrees to include in any such work a brief summary of
6530
+ the changes made to Python 1.6.1.
6531
+
6532
+ 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
6533
+ basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
6534
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
6535
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
6536
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
6537
+ INFRINGE ANY THIRD PARTY RIGHTS.
6538
+
6539
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
6540
+ 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
6541
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
6542
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
6543
+
6544
+ 6. This License Agreement will automatically terminate upon a material
6545
+ breach of its terms and conditions.
6546
+
6547
+ 7. This License Agreement shall be governed by the federal
6548
+ intellectual property law of the United States, including without
6549
+ limitation the federal copyright law, and, to the extent such
6550
+ U.S. federal law does not apply, by the law of the Commonwealth of
6551
+ Virginia, excluding Virginia's conflict of law provisions.
6552
+ Notwithstanding the foregoing, with regard to derivative works based
6553
+ on Python 1.6.1 that incorporate non-separable material that was
6554
+ previously distributed under the GNU General Public License (GPL), the
6555
+ law of the Commonwealth of Virginia shall govern this License
6556
+ Agreement only as to issues arising under or with respect to
6557
+ Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
6558
+ License Agreement shall be deemed to create any relationship of
6559
+ agency, partnership, or joint venture between CNRI and Licensee. This
6560
+ License Agreement does not grant permission to use CNRI trademarks or
6561
+ trade name in a trademark sense to endorse or promote products or
6562
+ services of Licensee, or any third party.
6563
+
6564
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying,
6565
+ installing or otherwise using Python 1.6.1, Licensee agrees to be
6566
+ bound by the terms and conditions of this License Agreement.
6567
+
6568
+ ACCEPT
6569
+
6570
+
6571
+ CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
6572
+ --------------------------------------------------
6573
+
6574
+ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
6575
+ The Netherlands. All rights reserved.
6576
+
6577
+ Permission to use, copy, modify, and distribute this software and its
6578
+ documentation for any purpose and without fee is hereby granted,
6579
+ provided that the above copyright notice appear in all copies and that
6580
+ both that copyright notice and this permission notice appear in
6581
+ supporting documentation, and that the name of Stichting Mathematisch
6582
+ Centrum or CWI not be used in advertising or publicity pertaining to
6583
+ distribution of the software without specific, written prior
6584
+ permission.
6585
+
6586
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
6587
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
6588
+ FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
6589
+ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
6590
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
6591
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
6592
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6593
+
6594
+
6595
+
6327
6596
<a id="d21c23dddedd084017eb841a79ffc469f66f68e195a48c53f20144d941b472f1"></a>
6328
6597
### [array-back](https://www.npmjs.com/package/array-back) (version 4.0.1)
6329
6598
<!-- initially found at packages/cli-repl/node_modules/array-back -->
@@ -11653,6 +11922,46 @@ Authors:
11653
11922
* Simon Lydell
11654
11923
11655
11924
11925
+ <a id="b7325d630b0ab313450fcd188788f6ee374aadd75df4969a9e3c48507ef88bdf"></a>
11926
+ ### [js-yaml](https://www.npmjs.com/package/js-yaml) (version 4.1.0)
11927
+ <!-- initially found at packages/cli-repl/node_modules/js-yaml -->
11928
+ > YAML 1.2 parser and serializer
11929
+
11930
+ License tags: MIT
11931
+
11932
+ License files:
11933
+ * LICENSE:
11934
+
11935
+ (The MIT License)
11936
+
11937
+ Copyright (C) 2011-2015 by Vitaly Puzrin
11938
+
11939
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11940
+ of this software and associated documentation files (the "Software"), to deal
11941
+ in the Software without restriction, including without limitation the rights
11942
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11943
+ copies of the Software, and to permit persons to whom the Software is
11944
+ furnished to do so, subject to the following conditions:
11945
+
11946
+ The above copyright notice and this permission notice shall be included in
11947
+ all copies or substantial portions of the Software.
11948
+
11949
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11950
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11951
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11952
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11953
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11954
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11955
+ THE SOFTWARE.
11956
+
11957
+
11958
+ Authors:
11959
+ * Vladimir Zapparov <
[email protected] >
11960
+ * Aleksey V Zapparov <
[email protected] > (http://www.ixti.net/)
11961
+ * Vitaly Puzrin <
[email protected] > (https://github.com/puzrin)
11962
+ * Martin Grenfell <
[email protected] > (http://got-ravings.blogspot.com)
11963
+
11964
+
11656
11965
<a id="253e8a44fc188759c5ce35330e4f20aacf1d0253d7e8d7dffd4a1f884a10ce1e"></a>
11657
11966
### [jsesc](https://www.npmjs.com/package/jsesc) (version 2.5.2)
11658
11967
<!-- initially found at packages/js-multiline-to-singleline/node_modules/jsesc -->
0 commit comments