@zowe/cics-for-zowe-cli 6.7.0 → 6.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +558 -0
- package/npm-shrinkwrap.json +14 -23
- package/package.json +2 -2
package/NOTICE
CHANGED
|
@@ -1444,6 +1444,29 @@ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
|
1444
1444
|
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1445
1445
|
|
|
1446
1446
|
|
|
1447
|
+
------
|
|
1448
|
+
|
|
1449
|
+
** inherits; version 2.0.4 -- https://github.com/isaacs/inherits#readme
|
|
1450
|
+
Copyright (c) Isaac Z. Schlueter
|
|
1451
|
+
|
|
1452
|
+
The ISC License
|
|
1453
|
+
|
|
1454
|
+
Copyright (c) Isaac Z. Schlueter
|
|
1455
|
+
|
|
1456
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
1457
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
1458
|
+
copyright notice and this permission notice appear in all copies.
|
|
1459
|
+
|
|
1460
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1461
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1462
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1463
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
1464
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
1465
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1466
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
|
|
1447
1470
|
------
|
|
1448
1471
|
|
|
1449
1472
|
** npm-bundled; version 3.0.1 -- https://github.com/npm/npm-bundled#readme
|
|
@@ -1744,6 +1767,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1744
1767
|
THE SOFTWARE.
|
|
1745
1768
|
|
|
1746
1769
|
|
|
1770
|
+
------
|
|
1771
|
+
|
|
1772
|
+
** logform; version 2.7.0 -- https://github.com/winstonjs/logform#readme
|
|
1773
|
+
Copyright (c) 2017 Charlie Robbins & the Contributors
|
|
1774
|
+
|
|
1775
|
+
MIT License
|
|
1776
|
+
|
|
1777
|
+
Copyright (c) 2017 Charlie Robbins & the Contributors.
|
|
1778
|
+
|
|
1779
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1780
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1781
|
+
in the Software without restriction, including without limitation the rights
|
|
1782
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1783
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1784
|
+
furnished to do so, subject to the following conditions:
|
|
1785
|
+
|
|
1786
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1787
|
+
copies or substantial portions of the Software.
|
|
1788
|
+
|
|
1789
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1790
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1791
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1792
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1793
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1794
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1795
|
+
SOFTWARE.
|
|
1796
|
+
|
|
1797
|
+
|
|
1747
1798
|
------
|
|
1748
1799
|
|
|
1749
1800
|
** @tufjs/canonical-json; version 2.0.0 -- https://github.com/theupdateframework/tuf-js/tree/main/packages/canonical-json#readme
|
|
@@ -1834,6 +1885,8 @@ Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com)
|
|
|
1834
1885
|
|
|
1835
1886
|
** find-up; version 5.0.0 -- https://github.com/sindresorhus/find-up#readme
|
|
1836
1887
|
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1888
|
+
** is-stream; version 2.0.1 -- https://github.com/sindresorhus/is-stream#readme
|
|
1889
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1837
1890
|
** locate-path; version 6.0.0 -- https://github.com/sindresorhus/locate-path#readme
|
|
1838
1891
|
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1839
1892
|
** p-limit; version 3.1.0 -- https://github.com/sindresorhus/p-limit#readme
|
|
@@ -1942,6 +1995,34 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
1942
1995
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1943
1996
|
|
|
1944
1997
|
|
|
1998
|
+
------
|
|
1999
|
+
|
|
2000
|
+
** simple-swizzle; version 0.2.2 -- https://github.com/qix-/node-simple-swizzle#readme
|
|
2001
|
+
Copyright (c) 2015 Josh Junon
|
|
2002
|
+
|
|
2003
|
+
The MIT License (MIT)
|
|
2004
|
+
|
|
2005
|
+
Copyright (c) 2015 Josh Junon
|
|
2006
|
+
|
|
2007
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2008
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2009
|
+
in the Software without restriction, including without limitation the rights
|
|
2010
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2011
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2012
|
+
furnished to do so, subject to the following conditions:
|
|
2013
|
+
|
|
2014
|
+
The above copyright notice and this permission notice shall be included in
|
|
2015
|
+
all copies or substantial portions of the Software.
|
|
2016
|
+
|
|
2017
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2018
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2019
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2020
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2021
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2022
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2023
|
+
THE SOFTWARE.
|
|
2024
|
+
|
|
2025
|
+
|
|
1945
2026
|
------
|
|
1946
2027
|
|
|
1947
2028
|
** jsonschema; version 1.5.0 -- https://github.com/tdegrunt/jsonschema#readme
|
|
@@ -2160,6 +2241,34 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
2160
2241
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2161
2242
|
|
|
2162
2243
|
|
|
2244
|
+
------
|
|
2245
|
+
|
|
2246
|
+
** safe-stable-stringify; version 2.5.0 -- https://github.com/BridgeAR/safe-stable-stringify#readme
|
|
2247
|
+
Copyright (c) Ruben Bridgewater
|
|
2248
|
+
|
|
2249
|
+
The MIT License (MIT)
|
|
2250
|
+
|
|
2251
|
+
Copyright (c) Ruben Bridgewater
|
|
2252
|
+
|
|
2253
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2254
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2255
|
+
in the Software without restriction, including without limitation the rights
|
|
2256
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2257
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2258
|
+
furnished to do so, subject to the following conditions:
|
|
2259
|
+
|
|
2260
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2261
|
+
copies or substantial portions of the Software.
|
|
2262
|
+
|
|
2263
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2264
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2265
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2266
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2267
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2268
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2269
|
+
SOFTWARE.
|
|
2270
|
+
|
|
2271
|
+
|
|
2163
2272
|
------
|
|
2164
2273
|
|
|
2165
2274
|
** minizlib; version 2.1.2 -- https://github.com/isaacs/minizlib#readme
|
|
@@ -2223,6 +2332,39 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2223
2332
|
SOFTWARE.
|
|
2224
2333
|
|
|
2225
2334
|
|
|
2335
|
+
------
|
|
2336
|
+
|
|
2337
|
+
** @dabh/diagnostics; version 2.0.3 -- https://github.com/3rd-Eden/diagnostics
|
|
2338
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2339
|
+
** colorspace; version 1.1.4 -- https://github.com/3rd-Eden/colorspace
|
|
2340
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2341
|
+
** enabled; version 2.0.0 -- https://github.com/3rd-Eden/enabled#readme
|
|
2342
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2343
|
+
** fn.name; version 1.1.0 -- https://github.com/3rd-Eden/fn.name
|
|
2344
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2345
|
+
|
|
2346
|
+
The MIT License (MIT)
|
|
2347
|
+
|
|
2348
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman, the Contributors.
|
|
2349
|
+
|
|
2350
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2351
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2352
|
+
the Software without restriction, including without limitation the rights to
|
|
2353
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2354
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2355
|
+
subject to the following conditions:
|
|
2356
|
+
|
|
2357
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2358
|
+
copies or substantial portions of the Software.
|
|
2359
|
+
|
|
2360
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2361
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2362
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2363
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2364
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2365
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2366
|
+
|
|
2367
|
+
|
|
2226
2368
|
------
|
|
2227
2369
|
|
|
2228
2370
|
** prettyjson; version 1.2.5 -- http://rafeca.com/prettyjson
|
|
@@ -2321,6 +2463,64 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
2321
2463
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2322
2464
|
|
|
2323
2465
|
|
|
2466
|
+
------
|
|
2467
|
+
|
|
2468
|
+
** readable-stream; version 3.6.2 -- https://github.com/nodejs/readable-stream#readme
|
|
2469
|
+
Copyright Node.js contributors
|
|
2470
|
+
Copyright Joyent, Inc. and other Node contributors
|
|
2471
|
+
** string_decoder; version 1.3.0 -- https://github.com/nodejs/string_decoder
|
|
2472
|
+
Copyright Node.js contributors
|
|
2473
|
+
Copyright Joyent, Inc. and other Node contributors
|
|
2474
|
+
|
|
2475
|
+
Node.js is licensed for use as follows:
|
|
2476
|
+
|
|
2477
|
+
"""
|
|
2478
|
+
Copyright Node.js contributors. All rights reserved.
|
|
2479
|
+
|
|
2480
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2481
|
+
of this software and associated documentation files (the "Software"), to
|
|
2482
|
+
deal in the Software without restriction, including without limitation the
|
|
2483
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
2484
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
|
2485
|
+
furnished to do so, subject to the following conditions:
|
|
2486
|
+
|
|
2487
|
+
The above copyright notice and this permission notice shall be included in
|
|
2488
|
+
all copies or substantial portions of the Software.
|
|
2489
|
+
|
|
2490
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2491
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2492
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2493
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2494
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2495
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2496
|
+
IN THE SOFTWARE.
|
|
2497
|
+
"""
|
|
2498
|
+
|
|
2499
|
+
This license applies to parts of Node.js originating from the
|
|
2500
|
+
https://github.com/joyent/node repository:
|
|
2501
|
+
|
|
2502
|
+
"""
|
|
2503
|
+
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
2504
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2505
|
+
of this software and associated documentation files (the "Software"), to
|
|
2506
|
+
deal in the Software without restriction, including without limitation the
|
|
2507
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
2508
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
|
2509
|
+
furnished to do so, subject to the following conditions:
|
|
2510
|
+
|
|
2511
|
+
The above copyright notice and this permission notice shall be included in
|
|
2512
|
+
all copies or substantial portions of the Software.
|
|
2513
|
+
|
|
2514
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2515
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2516
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2517
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2518
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2519
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2520
|
+
IN THE SOFTWARE.
|
|
2521
|
+
"""
|
|
2522
|
+
|
|
2523
|
+
|
|
2324
2524
|
------
|
|
2325
2525
|
|
|
2326
2526
|
** json-parse-even-better-errors; version 3.0.2 -- https://github.com/npm/json-parse-even-better-errors#readme
|
|
@@ -2354,6 +2554,35 @@ This library is a fork of 'better-json-errors' by Kat Marchán, extended and
|
|
|
2354
2554
|
distributed under the terms of the MIT license above.
|
|
2355
2555
|
|
|
2356
2556
|
|
|
2557
|
+
------
|
|
2558
|
+
|
|
2559
|
+
** winston-transport; version 4.9.0 -- https://github.com/winstonjs/winston-transport#readme
|
|
2560
|
+
Copyright (c) 2015 Charlie Robbins & the contributors
|
|
2561
|
+
|
|
2562
|
+
The MIT License (MIT)
|
|
2563
|
+
|
|
2564
|
+
Copyright (c) 2015 Charlie Robbins & the contributors.
|
|
2565
|
+
|
|
2566
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2567
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2568
|
+
in the Software without restriction, including without limitation the rights
|
|
2569
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2570
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2571
|
+
furnished to do so, subject to the following conditions:
|
|
2572
|
+
|
|
2573
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2574
|
+
copies or substantial portions of the Software.
|
|
2575
|
+
|
|
2576
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2577
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2578
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2579
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2580
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2581
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2582
|
+
SOFTWARE.
|
|
2583
|
+
|
|
2584
|
+
|
|
2585
|
+
|
|
2357
2586
|
------
|
|
2358
2587
|
|
|
2359
2588
|
** brace-expansion; version 2.0.1 -- https://github.com/juliangruber/brace-expansion
|
|
@@ -2410,6 +2639,37 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2410
2639
|
|
|
2411
2640
|
|
|
2412
2641
|
|
|
2642
|
+
------
|
|
2643
|
+
|
|
2644
|
+
** util-deprecate; version 1.0.2 -- https://github.com/TooTallNate/util-deprecate
|
|
2645
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
2646
|
+
|
|
2647
|
+
(The MIT License)
|
|
2648
|
+
|
|
2649
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
2650
|
+
|
|
2651
|
+
Permission is hereby granted, free of charge, to any person
|
|
2652
|
+
obtaining a copy of this software and associated documentation
|
|
2653
|
+
files (the "Software"), to deal in the Software without
|
|
2654
|
+
restriction, including without limitation the rights to use,
|
|
2655
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2656
|
+
copies of the Software, and to permit persons to whom the
|
|
2657
|
+
Software is furnished to do so, subject to the following
|
|
2658
|
+
conditions:
|
|
2659
|
+
|
|
2660
|
+
The above copyright notice and this permission notice shall be
|
|
2661
|
+
included in all copies or substantial portions of the Software.
|
|
2662
|
+
|
|
2663
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2664
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
2665
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2666
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
2667
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2668
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2669
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
2670
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
2671
|
+
|
|
2672
|
+
|
|
2413
2673
|
------
|
|
2414
2674
|
|
|
2415
2675
|
** balanced-match; version 1.0.2 -- https://github.com/juliangruber/balanced-match
|
|
@@ -2781,6 +3041,34 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
2781
3041
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2782
3042
|
|
|
2783
3043
|
|
|
3044
|
+
------
|
|
3045
|
+
|
|
3046
|
+
** text-hex; version 1.0.0 -- https://github.com/3rd-Eden/text-hex
|
|
3047
|
+
Copyright (c) 2014-2015 Arnout Kazemier <opensource@3rd-Eden.com>
|
|
3048
|
+
|
|
3049
|
+
The MIT License (MIT)
|
|
3050
|
+
|
|
3051
|
+
Copyright (c) 2014-2015 Arnout Kazemier <opensource@3rd-Eden.com>
|
|
3052
|
+
|
|
3053
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3054
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3055
|
+
in the Software without restriction, including without limitation the rights
|
|
3056
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3057
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3058
|
+
furnished to do so, subject to the following conditions:
|
|
3059
|
+
|
|
3060
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3061
|
+
copies or substantial portions of the Software.
|
|
3062
|
+
|
|
3063
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3064
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3065
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3066
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3067
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3068
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3069
|
+
SOFTWARE.
|
|
3070
|
+
|
|
3071
|
+
|
|
2784
3072
|
------
|
|
2785
3073
|
|
|
2786
3074
|
** markdown-it; version 14.1.0 -- https://github.com/markdown-it/markdown-it#readme
|
|
@@ -2907,6 +3195,34 @@ modified and distributed under the terms of the MIT license above.
|
|
|
2907
3195
|
https://github.com/bitinn/node-fetch
|
|
2908
3196
|
|
|
2909
3197
|
|
|
3198
|
+
------
|
|
3199
|
+
|
|
3200
|
+
** color-string; version 1.9.1 -- https://github.com/Qix-/color-string#readme
|
|
3201
|
+
Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>
|
|
3202
|
+
|
|
3203
|
+
Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>
|
|
3204
|
+
|
|
3205
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3206
|
+
a copy of this software and associated documentation files (the
|
|
3207
|
+
"Software"), to deal in the Software without restriction, including
|
|
3208
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3209
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3210
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3211
|
+
the following conditions:
|
|
3212
|
+
|
|
3213
|
+
The above copyright notice and this permission notice shall be
|
|
3214
|
+
included in all copies or substantial portions of the Software.
|
|
3215
|
+
|
|
3216
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3217
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3218
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3219
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3220
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3221
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3222
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3223
|
+
|
|
3224
|
+
|
|
3225
|
+
|
|
2910
3226
|
------
|
|
2911
3227
|
|
|
2912
3228
|
** rfdc; version 1.4.1 -- https://github.com/davidmarkclements/rfdc#readme
|
|
@@ -3082,6 +3398,20 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3082
3398
|
SOFTWARE.
|
|
3083
3399
|
|
|
3084
3400
|
|
|
3401
|
+
------
|
|
3402
|
+
|
|
3403
|
+
** kuler; version 2.0.0 -- https://github.com/3rd-Eden/kuler
|
|
3404
|
+
Copyright 2014 Arnout Kazemier
|
|
3405
|
+
|
|
3406
|
+
Copyright 2014 Arnout Kazemier
|
|
3407
|
+
|
|
3408
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3409
|
+
|
|
3410
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3411
|
+
|
|
3412
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3413
|
+
|
|
3414
|
+
|
|
3085
3415
|
------
|
|
3086
3416
|
|
|
3087
3417
|
** react-is; version 18.3.1 -- https://reactjs.org/
|
|
@@ -3287,6 +3617,36 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3287
3617
|
|
|
3288
3618
|
------
|
|
3289
3619
|
|
|
3620
|
+
** color; version 3.2.1 -- https://github.com/Qix-/color#readme
|
|
3621
|
+
Copyright (c) 2012 Heather Arthur
|
|
3622
|
+
|
|
3623
|
+
Copyright (c) 2012 Heather Arthur
|
|
3624
|
+
|
|
3625
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3626
|
+
a copy of this software and associated documentation files (the
|
|
3627
|
+
"Software"), to deal in the Software without restriction, including
|
|
3628
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3629
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3630
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3631
|
+
the following conditions:
|
|
3632
|
+
|
|
3633
|
+
The above copyright notice and this permission notice shall be
|
|
3634
|
+
included in all copies or substantial portions of the Software.
|
|
3635
|
+
|
|
3636
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3637
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3638
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3639
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3640
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3641
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3642
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3643
|
+
|
|
3644
|
+
|
|
3645
|
+
|
|
3646
|
+
------
|
|
3647
|
+
|
|
3648
|
+
** @types/triple-beam; version 1.3.5 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/triple-beam
|
|
3649
|
+
Copyright (c) Microsoft Corporation
|
|
3290
3650
|
** @types/yargs; version 17.0.33 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
|
|
3291
3651
|
Copyright (c) Microsoft Corporation
|
|
3292
3652
|
** @types/yargs-parser; version 21.0.3 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser
|
|
@@ -3433,6 +3793,32 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3433
3793
|
|
|
3434
3794
|
|
|
3435
3795
|
|
|
3796
|
+
------
|
|
3797
|
+
|
|
3798
|
+
** async; version 3.2.6 -- https://caolan.github.io/async/
|
|
3799
|
+
Copyright (c) 2010-2018 Caolan McMahon
|
|
3800
|
+
|
|
3801
|
+
Copyright (c) 2010-2018 Caolan McMahon
|
|
3802
|
+
|
|
3803
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3804
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3805
|
+
in the Software without restriction, including without limitation the rights
|
|
3806
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3807
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3808
|
+
furnished to do so, subject to the following conditions:
|
|
3809
|
+
|
|
3810
|
+
The above copyright notice and this permission notice shall be included in
|
|
3811
|
+
all copies or substantial portions of the Software.
|
|
3812
|
+
|
|
3813
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3814
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3815
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3816
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3817
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3818
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3819
|
+
THE SOFTWARE.
|
|
3820
|
+
|
|
3821
|
+
|
|
3436
3822
|
------
|
|
3437
3823
|
|
|
3438
3824
|
** universalify; version 2.0.1 -- https://github.com/RyanZim/universalify#readme
|
|
@@ -3460,6 +3846,35 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
3460
3846
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3461
3847
|
|
|
3462
3848
|
|
|
3849
|
+
------
|
|
3850
|
+
|
|
3851
|
+
** triple-beam; version 1.4.1 -- https://github.com/winstonjs/triple-beam#readme
|
|
3852
|
+
(c) 2010 Charlie Robbins
|
|
3853
|
+
Copyright (c) 2017 winstonjs
|
|
3854
|
+
|
|
3855
|
+
MIT License
|
|
3856
|
+
|
|
3857
|
+
Copyright (c) 2017 winstonjs
|
|
3858
|
+
|
|
3859
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3860
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3861
|
+
in the Software without restriction, including without limitation the rights
|
|
3862
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3863
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3864
|
+
furnished to do so, subject to the following conditions:
|
|
3865
|
+
|
|
3866
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3867
|
+
copies or substantial portions of the Software.
|
|
3868
|
+
|
|
3869
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3870
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3871
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3872
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3873
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3874
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3875
|
+
SOFTWARE.
|
|
3876
|
+
|
|
3877
|
+
|
|
3463
3878
|
------
|
|
3464
3879
|
|
|
3465
3880
|
** picomatch; version 2.3.1 -- https://github.com/micromatch/picomatch
|
|
@@ -3489,6 +3904,35 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
3489
3904
|
THE SOFTWARE.
|
|
3490
3905
|
|
|
3491
3906
|
|
|
3907
|
+
------
|
|
3908
|
+
|
|
3909
|
+
** fecha; version 4.2.3 -- https://github.com/taylorhakes/fecha
|
|
3910
|
+
Copyright (c) 2015 Taylor Hakes
|
|
3911
|
+
|
|
3912
|
+
The MIT License (MIT)
|
|
3913
|
+
|
|
3914
|
+
Copyright (c) 2015 Taylor Hakes
|
|
3915
|
+
|
|
3916
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3917
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3918
|
+
in the Software without restriction, including without limitation the rights
|
|
3919
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3920
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3921
|
+
furnished to do so, subject to the following conditions:
|
|
3922
|
+
|
|
3923
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3924
|
+
copies or substantial portions of the Software.
|
|
3925
|
+
|
|
3926
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3927
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3928
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3929
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3930
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3931
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3932
|
+
SOFTWARE.
|
|
3933
|
+
|
|
3934
|
+
|
|
3935
|
+
|
|
3492
3936
|
------
|
|
3493
3937
|
|
|
3494
3938
|
** safer-buffer; version 2.1.2 -- https://github.com/ChALkeR/safer-buffer#readme
|
|
@@ -3517,6 +3961,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3517
3961
|
SOFTWARE.
|
|
3518
3962
|
|
|
3519
3963
|
|
|
3964
|
+
------
|
|
3965
|
+
|
|
3966
|
+
** dayjs; version 1.11.13 -- https://day.js.org
|
|
3967
|
+
Copyright (c) 2018-present, iamkun
|
|
3968
|
+
|
|
3969
|
+
MIT License
|
|
3970
|
+
|
|
3971
|
+
Copyright (c) 2018-present, iamkun
|
|
3972
|
+
|
|
3973
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3974
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3975
|
+
in the Software without restriction, including without limitation the rights
|
|
3976
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3977
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3978
|
+
furnished to do so, subject to the following conditions:
|
|
3979
|
+
|
|
3980
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3981
|
+
copies or substantial portions of the Software.
|
|
3982
|
+
|
|
3983
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3984
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3985
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3986
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3987
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3988
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3989
|
+
SOFTWARE.
|
|
3990
|
+
|
|
3991
|
+
|
|
3520
3992
|
------
|
|
3521
3993
|
|
|
3522
3994
|
** yargs; version 17.7.2 -- https://yargs.js.org/
|
|
@@ -3554,6 +4026,9 @@ Copyright (c) Feross Aboukhadijeh (https://feross.org)
|
|
|
3554
4026
|
** run-parallel; version 1.2.0 -- https://github.com/feross/run-parallel
|
|
3555
4027
|
Copyright (c) Feross Aboukhadijeh
|
|
3556
4028
|
Copyright (c) Feross Aboukhadijeh (http://feross.org)
|
|
4029
|
+
** safe-buffer; version 5.2.1 -- https://github.com/feross/safe-buffer
|
|
4030
|
+
Copyright (c) Feross Aboukhadijeh
|
|
4031
|
+
Copyright (c) Feross Aboukhadijeh (http://feross.org)
|
|
3557
4032
|
|
|
3558
4033
|
The MIT License (MIT)
|
|
3559
4034
|
|
|
@@ -3719,6 +4194,35 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
3719
4194
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3720
4195
|
|
|
3721
4196
|
|
|
4197
|
+
------
|
|
4198
|
+
|
|
4199
|
+
** one-time; version 1.0.0 -- https://github.com/3rd-Eden/one-time#readme
|
|
4200
|
+
Copyright (c) 2015 Unshift.io, Arnout Kazemier
|
|
4201
|
+
|
|
4202
|
+
The MIT License (MIT)
|
|
4203
|
+
|
|
4204
|
+
Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
4205
|
+
|
|
4206
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4207
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4208
|
+
in the Software without restriction, including without limitation the rights
|
|
4209
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4210
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4211
|
+
furnished to do so, subject to the following conditions:
|
|
4212
|
+
|
|
4213
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4214
|
+
copies or substantial portions of the Software.
|
|
4215
|
+
|
|
4216
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4217
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4218
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4219
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4220
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4221
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4222
|
+
SOFTWARE.
|
|
4223
|
+
|
|
4224
|
+
|
|
4225
|
+
|
|
3722
4226
|
------
|
|
3723
4227
|
|
|
3724
4228
|
** agent-base; version 7.1.3 -- https://github.com/TooTallNate/proxy-agents#readme
|
|
@@ -3909,6 +4413,34 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3909
4413
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3910
4414
|
|
|
3911
4415
|
|
|
4416
|
+
------
|
|
4417
|
+
|
|
4418
|
+
** is-arrayish; version 0.3.2 -- https://github.com/qix-/node-is-arrayish#readme
|
|
4419
|
+
Copyright (c) 2015 JD Ballard
|
|
4420
|
+
|
|
4421
|
+
The MIT License (MIT)
|
|
4422
|
+
|
|
4423
|
+
Copyright (c) 2015 JD Ballard
|
|
4424
|
+
|
|
4425
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4426
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4427
|
+
in the Software without restriction, including without limitation the rights
|
|
4428
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4429
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4430
|
+
furnished to do so, subject to the following conditions:
|
|
4431
|
+
|
|
4432
|
+
The above copyright notice and this permission notice shall be included in
|
|
4433
|
+
all copies or substantial portions of the Software.
|
|
4434
|
+
|
|
4435
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4436
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4437
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4438
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4439
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4440
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4441
|
+
THE SOFTWARE.
|
|
4442
|
+
|
|
4443
|
+
|
|
3912
4444
|
------
|
|
3913
4445
|
|
|
3914
4446
|
** xml2js; version 0.5.0 -- https://github.com/Leonidas-from-XIV/node-xml2js
|
|
@@ -3961,6 +4493,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
3961
4493
|
THE SOFTWARE.
|
|
3962
4494
|
|
|
3963
4495
|
|
|
4496
|
+
------
|
|
4497
|
+
|
|
4498
|
+
** winston; version 3.17.0 -- https://github.com/winstonjs/winston#readme
|
|
4499
|
+
(c) 2010 Charlie Robbins
|
|
4500
|
+
Copyright (c) 2010 Charlie Robbins
|
|
4501
|
+
|
|
4502
|
+
Copyright (c) 2010 Charlie Robbins
|
|
4503
|
+
|
|
4504
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4505
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4506
|
+
in the Software without restriction, including without limitation the rights
|
|
4507
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4508
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4509
|
+
furnished to do so, subject to the following conditions:
|
|
4510
|
+
|
|
4511
|
+
The above copyright notice and this permission notice shall be included in
|
|
4512
|
+
all copies or substantial portions of the Software.
|
|
4513
|
+
|
|
4514
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4515
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4516
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4517
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4518
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4519
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4520
|
+
THE SOFTWARE.
|
|
4521
|
+
|
|
3964
4522
|
------
|
|
3965
4523
|
|
|
3966
4524
|
** is-lambda; version 1.0.1 -- https://github.com/watson/is-lambda
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cics-for-zowe-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cics-for-zowe-cli",
|
|
9
|
-
"version": "6.
|
|
9
|
+
"version": "6.8.0",
|
|
10
10
|
"license": "EPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@zowe/cics-for-zowe-sdk": "6.
|
|
12
|
+
"@zowe/cics-for-zowe-sdk": "6.8.0"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=18.12.0"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"node_modules/@zowe/cics-for-zowe-sdk": {
|
|
22
|
-
"version": "6.
|
|
23
|
-
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.
|
|
24
|
-
"integrity": "sha512-
|
|
22
|
+
"version": "6.8.0",
|
|
23
|
+
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.8.0.tgz",
|
|
24
|
+
"integrity": "sha512-uo8uqn+8WyIaFUS7DftmvZPw7UWqY4wU6HNCoAeYG15c7Ehs8q6HPVqdr5g04sk1C5V+rGvA6vJ7FxlGCZYZNA==",
|
|
25
25
|
"license": "EPL-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"xml2js": "0.5.0"
|
|
@@ -35,13 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"node_modules/sax": {
|
|
37
37
|
"version": "1.4.1",
|
|
38
|
-
"
|
|
39
|
-
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
|
|
38
|
+
"license": "ISC"
|
|
40
39
|
},
|
|
41
40
|
"node_modules/xml2js": {
|
|
42
41
|
"version": "0.5.0",
|
|
43
|
-
"
|
|
44
|
-
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
42
|
+
"license": "MIT",
|
|
45
43
|
"dependencies": {
|
|
46
44
|
"sax": ">=0.6.0",
|
|
47
45
|
"xmlbuilder": "~11.0.0"
|
|
@@ -52,8 +50,7 @@
|
|
|
52
50
|
},
|
|
53
51
|
"node_modules/xml2js/node_modules/xmlbuilder": {
|
|
54
52
|
"version": "11.0.1",
|
|
55
|
-
"
|
|
56
|
-
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
|
|
53
|
+
"license": "MIT",
|
|
57
54
|
"engines": {
|
|
58
55
|
"node": ">=4.0"
|
|
59
56
|
}
|
|
@@ -61,31 +58,25 @@
|
|
|
61
58
|
},
|
|
62
59
|
"dependencies": {
|
|
63
60
|
"@zowe/cics-for-zowe-sdk": {
|
|
64
|
-
"version": "6.
|
|
65
|
-
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.
|
|
66
|
-
"integrity": "sha512-
|
|
61
|
+
"version": "6.8.0",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.8.0.tgz",
|
|
63
|
+
"integrity": "sha512-uo8uqn+8WyIaFUS7DftmvZPw7UWqY4wU6HNCoAeYG15c7Ehs8q6HPVqdr5g04sk1C5V+rGvA6vJ7FxlGCZYZNA==",
|
|
67
64
|
"requires": {
|
|
68
65
|
"xml2js": "0.5.0"
|
|
69
66
|
}
|
|
70
67
|
},
|
|
71
68
|
"sax": {
|
|
72
|
-
"version": "1.4.1"
|
|
73
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
|
|
74
|
-
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
|
|
69
|
+
"version": "1.4.1"
|
|
75
70
|
},
|
|
76
71
|
"xml2js": {
|
|
77
72
|
"version": "0.5.0",
|
|
78
|
-
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
79
|
-
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
80
73
|
"requires": {
|
|
81
74
|
"sax": ">=0.6.0",
|
|
82
75
|
"xmlbuilder": "~11.0.0"
|
|
83
76
|
},
|
|
84
77
|
"dependencies": {
|
|
85
78
|
"xmlbuilder": {
|
|
86
|
-
"version": "11.0.1"
|
|
87
|
-
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
88
|
-
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA=="
|
|
79
|
+
"version": "11.0.1"
|
|
89
80
|
}
|
|
90
81
|
}
|
|
91
82
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cics-for-zowe-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"author": "Zowe",
|
|
5
5
|
"license": "EPL-2.0",
|
|
6
6
|
"description": "IBM CICS Plug-in for Zowe CLI",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"configurationModule": "lib/imperative.js"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@zowe/cics-for-zowe-sdk": "6.
|
|
55
|
+
"@zowe/cics-for-zowe-sdk": "6.8.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@zowe/imperative": "^8.0.0"
|