@zowe/cics-for-zowe-cli 6.7.0 → 6.9.3
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 +592 -45
- package/README.md +18 -9
- package/lib/-strings-/en.d.ts +18 -0
- package/lib/-strings-/en.js +21 -0
- package/lib/-strings-/en.js.map +1 -1
- package/lib/define/Define.definition.js +2 -0
- package/lib/define/Define.definition.js.map +1 -1
- package/lib/define/bundle/Bundle.definition.d.ts +12 -0
- package/lib/define/bundle/Bundle.definition.js +62 -0
- package/lib/define/bundle/Bundle.definition.js.map +1 -0
- package/lib/define/bundle/Bundle.handler.d.ts +22 -0
- package/lib/define/bundle/Bundle.handler.js +44 -0
- package/lib/define/bundle/Bundle.handler.js.map +1 -0
- package/npm-shrinkwrap.json +14 -23
- package/package.json +2 -2
package/NOTICE
CHANGED
|
@@ -552,6 +552,22 @@ See the License for the specific language governing permissions and
|
|
|
552
552
|
|
|
553
553
|
limitations under the License.
|
|
554
554
|
|
|
555
|
+
------
|
|
556
|
+
|
|
557
|
+
** http-cache-semantics; version 4.2.0 -- https://github.com/kornelski/http-cache-semantics#readme
|
|
558
|
+
Copyright 2016-2018 Kornel Lesinski
|
|
559
|
+
|
|
560
|
+
Copyright 2016-2018 Kornel Lesiński
|
|
561
|
+
|
|
562
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
563
|
+
|
|
564
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
565
|
+
|
|
566
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
567
|
+
|
|
568
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
569
|
+
|
|
570
|
+
|
|
555
571
|
------
|
|
556
572
|
|
|
557
573
|
** npm-install-checks; version 6.3.0 -- https://github.com/npm/npm-install-checks#readme
|
|
@@ -1444,6 +1460,29 @@ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
|
1444
1460
|
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1445
1461
|
|
|
1446
1462
|
|
|
1463
|
+
------
|
|
1464
|
+
|
|
1465
|
+
** inherits; version 2.0.4 -- https://github.com/isaacs/inherits#readme
|
|
1466
|
+
Copyright (c) Isaac Z. Schlueter
|
|
1467
|
+
|
|
1468
|
+
The ISC License
|
|
1469
|
+
|
|
1470
|
+
Copyright (c) Isaac Z. Schlueter
|
|
1471
|
+
|
|
1472
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
1473
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
1474
|
+
copyright notice and this permission notice appear in all copies.
|
|
1475
|
+
|
|
1476
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1477
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1478
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1479
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
1480
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
1481
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1482
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
|
|
1447
1486
|
------
|
|
1448
1487
|
|
|
1449
1488
|
** npm-bundled; version 3.0.1 -- https://github.com/npm/npm-bundled#readme
|
|
@@ -1744,6 +1783,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1744
1783
|
THE SOFTWARE.
|
|
1745
1784
|
|
|
1746
1785
|
|
|
1786
|
+
------
|
|
1787
|
+
|
|
1788
|
+
** logform; version 2.7.0 -- https://github.com/winstonjs/logform#readme
|
|
1789
|
+
Copyright (c) 2017 Charlie Robbins & the Contributors
|
|
1790
|
+
|
|
1791
|
+
MIT License
|
|
1792
|
+
|
|
1793
|
+
Copyright (c) 2017 Charlie Robbins & the Contributors.
|
|
1794
|
+
|
|
1795
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1796
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1797
|
+
in the Software without restriction, including without limitation the rights
|
|
1798
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1799
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1800
|
+
furnished to do so, subject to the following conditions:
|
|
1801
|
+
|
|
1802
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1803
|
+
copies or substantial portions of the Software.
|
|
1804
|
+
|
|
1805
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1806
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1807
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1808
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1809
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1810
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1811
|
+
SOFTWARE.
|
|
1812
|
+
|
|
1813
|
+
|
|
1747
1814
|
------
|
|
1748
1815
|
|
|
1749
1816
|
** @tufjs/canonical-json; version 2.0.0 -- https://github.com/theupdateframework/tuf-js/tree/main/packages/canonical-json#readme
|
|
@@ -1834,6 +1901,8 @@ Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com)
|
|
|
1834
1901
|
|
|
1835
1902
|
** find-up; version 5.0.0 -- https://github.com/sindresorhus/find-up#readme
|
|
1836
1903
|
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1904
|
+
** is-stream; version 2.0.1 -- https://github.com/sindresorhus/is-stream#readme
|
|
1905
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1837
1906
|
** locate-path; version 6.0.0 -- https://github.com/sindresorhus/locate-path#readme
|
|
1838
1907
|
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1839
1908
|
** p-limit; version 3.1.0 -- https://github.com/sindresorhus/p-limit#readme
|
|
@@ -1942,6 +2011,34 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
1942
2011
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1943
2012
|
|
|
1944
2013
|
|
|
2014
|
+
------
|
|
2015
|
+
|
|
2016
|
+
** simple-swizzle; version 0.2.2 -- https://github.com/qix-/node-simple-swizzle#readme
|
|
2017
|
+
Copyright (c) 2015 Josh Junon
|
|
2018
|
+
|
|
2019
|
+
The MIT License (MIT)
|
|
2020
|
+
|
|
2021
|
+
Copyright (c) 2015 Josh Junon
|
|
2022
|
+
|
|
2023
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2024
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2025
|
+
in the Software without restriction, including without limitation the rights
|
|
2026
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2027
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2028
|
+
furnished to do so, subject to the following conditions:
|
|
2029
|
+
|
|
2030
|
+
The above copyright notice and this permission notice shall be included in
|
|
2031
|
+
all copies or substantial portions of the Software.
|
|
2032
|
+
|
|
2033
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2034
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2035
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2036
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2037
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2038
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2039
|
+
THE SOFTWARE.
|
|
2040
|
+
|
|
2041
|
+
|
|
1945
2042
|
------
|
|
1946
2043
|
|
|
1947
2044
|
** jsonschema; version 1.5.0 -- https://github.com/tdegrunt/jsonschema#readme
|
|
@@ -2160,6 +2257,34 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
2160
2257
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2161
2258
|
|
|
2162
2259
|
|
|
2260
|
+
------
|
|
2261
|
+
|
|
2262
|
+
** safe-stable-stringify; version 2.5.0 -- https://github.com/BridgeAR/safe-stable-stringify#readme
|
|
2263
|
+
Copyright (c) Ruben Bridgewater
|
|
2264
|
+
|
|
2265
|
+
The MIT License (MIT)
|
|
2266
|
+
|
|
2267
|
+
Copyright (c) Ruben Bridgewater
|
|
2268
|
+
|
|
2269
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2270
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2271
|
+
in the Software without restriction, including without limitation the rights
|
|
2272
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2273
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2274
|
+
furnished to do so, subject to the following conditions:
|
|
2275
|
+
|
|
2276
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2277
|
+
copies or substantial portions of the Software.
|
|
2278
|
+
|
|
2279
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2280
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2281
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2282
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2283
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2284
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2285
|
+
SOFTWARE.
|
|
2286
|
+
|
|
2287
|
+
|
|
2163
2288
|
------
|
|
2164
2289
|
|
|
2165
2290
|
** minizlib; version 2.1.2 -- https://github.com/isaacs/minizlib#readme
|
|
@@ -2223,6 +2348,39 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2223
2348
|
SOFTWARE.
|
|
2224
2349
|
|
|
2225
2350
|
|
|
2351
|
+
------
|
|
2352
|
+
|
|
2353
|
+
** @dabh/diagnostics; version 2.0.3 -- https://github.com/3rd-Eden/diagnostics
|
|
2354
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2355
|
+
** colorspace; version 1.1.4 -- https://github.com/3rd-Eden/colorspace
|
|
2356
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2357
|
+
** enabled; version 2.0.0 -- https://github.com/3rd-Eden/enabled#readme
|
|
2358
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2359
|
+
** fn.name; version 1.1.0 -- https://github.com/3rd-Eden/fn.name
|
|
2360
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2361
|
+
|
|
2362
|
+
The MIT License (MIT)
|
|
2363
|
+
|
|
2364
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman, the Contributors.
|
|
2365
|
+
|
|
2366
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2367
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2368
|
+
the Software without restriction, including without limitation the rights to
|
|
2369
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2370
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2371
|
+
subject to the following conditions:
|
|
2372
|
+
|
|
2373
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2374
|
+
copies or substantial portions of the Software.
|
|
2375
|
+
|
|
2376
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2377
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2378
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2379
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2380
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2381
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2382
|
+
|
|
2383
|
+
|
|
2226
2384
|
------
|
|
2227
2385
|
|
|
2228
2386
|
** prettyjson; version 1.2.5 -- http://rafeca.com/prettyjson
|
|
@@ -2321,6 +2479,64 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
2321
2479
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2322
2480
|
|
|
2323
2481
|
|
|
2482
|
+
------
|
|
2483
|
+
|
|
2484
|
+
** readable-stream; version 3.6.2 -- https://github.com/nodejs/readable-stream#readme
|
|
2485
|
+
Copyright Node.js contributors
|
|
2486
|
+
Copyright Joyent, Inc. and other Node contributors
|
|
2487
|
+
** string_decoder; version 1.3.0 -- https://github.com/nodejs/string_decoder
|
|
2488
|
+
Copyright Node.js contributors
|
|
2489
|
+
Copyright Joyent, Inc. and other Node contributors
|
|
2490
|
+
|
|
2491
|
+
Node.js is licensed for use as follows:
|
|
2492
|
+
|
|
2493
|
+
"""
|
|
2494
|
+
Copyright Node.js contributors. All rights reserved.
|
|
2495
|
+
|
|
2496
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2497
|
+
of this software and associated documentation files (the "Software"), to
|
|
2498
|
+
deal in the Software without restriction, including without limitation the
|
|
2499
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
2500
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
|
2501
|
+
furnished to do so, subject to the following conditions:
|
|
2502
|
+
|
|
2503
|
+
The above copyright notice and this permission notice shall be included in
|
|
2504
|
+
all copies or substantial portions of the Software.
|
|
2505
|
+
|
|
2506
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2507
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2508
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2509
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2510
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2511
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2512
|
+
IN THE SOFTWARE.
|
|
2513
|
+
"""
|
|
2514
|
+
|
|
2515
|
+
This license applies to parts of Node.js originating from the
|
|
2516
|
+
https://github.com/joyent/node repository:
|
|
2517
|
+
|
|
2518
|
+
"""
|
|
2519
|
+
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
2520
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2521
|
+
of this software and associated documentation files (the "Software"), to
|
|
2522
|
+
deal in the Software without restriction, including without limitation the
|
|
2523
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
2524
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
|
2525
|
+
furnished to do so, subject to the following conditions:
|
|
2526
|
+
|
|
2527
|
+
The above copyright notice and this permission notice shall be included in
|
|
2528
|
+
all copies or substantial portions of the Software.
|
|
2529
|
+
|
|
2530
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2531
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2532
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2533
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2534
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2535
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2536
|
+
IN THE SOFTWARE.
|
|
2537
|
+
"""
|
|
2538
|
+
|
|
2539
|
+
|
|
2324
2540
|
------
|
|
2325
2541
|
|
|
2326
2542
|
** json-parse-even-better-errors; version 3.0.2 -- https://github.com/npm/json-parse-even-better-errors#readme
|
|
@@ -2356,7 +2572,36 @@ distributed under the terms of the MIT license above.
|
|
|
2356
2572
|
|
|
2357
2573
|
------
|
|
2358
2574
|
|
|
2359
|
-
**
|
|
2575
|
+
** winston-transport; version 4.9.0 -- https://github.com/winstonjs/winston-transport#readme
|
|
2576
|
+
Copyright (c) 2015 Charlie Robbins & the contributors
|
|
2577
|
+
|
|
2578
|
+
The MIT License (MIT)
|
|
2579
|
+
|
|
2580
|
+
Copyright (c) 2015 Charlie Robbins & the contributors.
|
|
2581
|
+
|
|
2582
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2583
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2584
|
+
in the Software without restriction, including without limitation the rights
|
|
2585
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2586
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2587
|
+
furnished to do so, subject to the following conditions:
|
|
2588
|
+
|
|
2589
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2590
|
+
copies or substantial portions of the Software.
|
|
2591
|
+
|
|
2592
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2593
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2594
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2595
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2596
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2597
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2598
|
+
SOFTWARE.
|
|
2599
|
+
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
------
|
|
2603
|
+
|
|
2604
|
+
** brace-expansion; version 2.0.2 -- https://github.com/juliangruber/brace-expansion
|
|
2360
2605
|
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
2361
2606
|
|
|
2362
2607
|
MIT License
|
|
@@ -2410,6 +2655,37 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2410
2655
|
|
|
2411
2656
|
|
|
2412
2657
|
|
|
2658
|
+
------
|
|
2659
|
+
|
|
2660
|
+
** util-deprecate; version 1.0.2 -- https://github.com/TooTallNate/util-deprecate
|
|
2661
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
2662
|
+
|
|
2663
|
+
(The MIT License)
|
|
2664
|
+
|
|
2665
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
2666
|
+
|
|
2667
|
+
Permission is hereby granted, free of charge, to any person
|
|
2668
|
+
obtaining a copy of this software and associated documentation
|
|
2669
|
+
files (the "Software"), to deal in the Software without
|
|
2670
|
+
restriction, including without limitation the rights to use,
|
|
2671
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2672
|
+
copies of the Software, and to permit persons to whom the
|
|
2673
|
+
Software is furnished to do so, subject to the following
|
|
2674
|
+
conditions:
|
|
2675
|
+
|
|
2676
|
+
The above copyright notice and this permission notice shall be
|
|
2677
|
+
included in all copies or substantial portions of the Software.
|
|
2678
|
+
|
|
2679
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2680
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
2681
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2682
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
2683
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2684
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2685
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
2686
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
2687
|
+
|
|
2688
|
+
|
|
2413
2689
|
------
|
|
2414
2690
|
|
|
2415
2691
|
** balanced-match; version 1.0.2 -- https://github.com/juliangruber/balanced-match
|
|
@@ -2783,24 +3059,52 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2783
3059
|
|
|
2784
3060
|
------
|
|
2785
3061
|
|
|
2786
|
-
**
|
|
2787
|
-
(c)
|
|
2788
|
-
Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin
|
|
2789
|
-
Copyright Joyent, Inc. and other Node contributors
|
|
3062
|
+
** text-hex; version 1.0.0 -- https://github.com/3rd-Eden/text-hex
|
|
3063
|
+
Copyright (c) 2014-2015 Arnout Kazemier <opensource@3rd-Eden.com>
|
|
2790
3064
|
|
|
2791
|
-
|
|
3065
|
+
The MIT License (MIT)
|
|
2792
3066
|
|
|
2793
|
-
|
|
2794
|
-
obtaining a copy of this software and associated documentation
|
|
2795
|
-
files (the "Software"), to deal in the Software without
|
|
2796
|
-
restriction, including without limitation the rights to use,
|
|
2797
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2798
|
-
copies of the Software, and to permit persons to whom the
|
|
2799
|
-
Software is furnished to do so, subject to the following
|
|
2800
|
-
conditions:
|
|
3067
|
+
Copyright (c) 2014-2015 Arnout Kazemier <opensource@3rd-Eden.com>
|
|
2801
3068
|
|
|
2802
|
-
|
|
2803
|
-
|
|
3069
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3070
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3071
|
+
in the Software without restriction, including without limitation the rights
|
|
3072
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3073
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3074
|
+
furnished to do so, subject to the following conditions:
|
|
3075
|
+
|
|
3076
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3077
|
+
copies or substantial portions of the Software.
|
|
3078
|
+
|
|
3079
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3080
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3081
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3082
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3083
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3084
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3085
|
+
SOFTWARE.
|
|
3086
|
+
|
|
3087
|
+
|
|
3088
|
+
------
|
|
3089
|
+
|
|
3090
|
+
** markdown-it; version 14.1.0 -- https://github.com/markdown-it/markdown-it#readme
|
|
3091
|
+
(c) (tm)
|
|
3092
|
+
Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin
|
|
3093
|
+
Copyright Joyent, Inc. and other Node contributors
|
|
3094
|
+
|
|
3095
|
+
Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin.
|
|
3096
|
+
|
|
3097
|
+
Permission is hereby granted, free of charge, to any person
|
|
3098
|
+
obtaining a copy of this software and associated documentation
|
|
3099
|
+
files (the "Software"), to deal in the Software without
|
|
3100
|
+
restriction, including without limitation the rights to use,
|
|
3101
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3102
|
+
copies of the Software, and to permit persons to whom the
|
|
3103
|
+
Software is furnished to do so, subject to the following
|
|
3104
|
+
conditions:
|
|
3105
|
+
|
|
3106
|
+
The above copyright notice and this permission notice shall be
|
|
3107
|
+
included in all copies or substantial portions of the Software.
|
|
2804
3108
|
|
|
2805
3109
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2806
3110
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
@@ -2907,6 +3211,34 @@ modified and distributed under the terms of the MIT license above.
|
|
|
2907
3211
|
https://github.com/bitinn/node-fetch
|
|
2908
3212
|
|
|
2909
3213
|
|
|
3214
|
+
------
|
|
3215
|
+
|
|
3216
|
+
** color-string; version 1.9.1 -- https://github.com/Qix-/color-string#readme
|
|
3217
|
+
Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>
|
|
3218
|
+
|
|
3219
|
+
Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>
|
|
3220
|
+
|
|
3221
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3222
|
+
a copy of this software and associated documentation files (the
|
|
3223
|
+
"Software"), to deal in the Software without restriction, including
|
|
3224
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3225
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3226
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3227
|
+
the following conditions:
|
|
3228
|
+
|
|
3229
|
+
The above copyright notice and this permission notice shall be
|
|
3230
|
+
included in all copies or substantial portions of the Software.
|
|
3231
|
+
|
|
3232
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3233
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3234
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3235
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3236
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3237
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3238
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3239
|
+
|
|
3240
|
+
|
|
3241
|
+
|
|
2910
3242
|
------
|
|
2911
3243
|
|
|
2912
3244
|
** rfdc; version 1.4.1 -- https://github.com/davidmarkclements/rfdc#readme
|
|
@@ -3082,6 +3414,20 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3082
3414
|
SOFTWARE.
|
|
3083
3415
|
|
|
3084
3416
|
|
|
3417
|
+
------
|
|
3418
|
+
|
|
3419
|
+
** kuler; version 2.0.0 -- https://github.com/3rd-Eden/kuler
|
|
3420
|
+
Copyright 2014 Arnout Kazemier
|
|
3421
|
+
|
|
3422
|
+
Copyright 2014 Arnout Kazemier
|
|
3423
|
+
|
|
3424
|
+
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:
|
|
3425
|
+
|
|
3426
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3427
|
+
|
|
3428
|
+
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.
|
|
3429
|
+
|
|
3430
|
+
|
|
3085
3431
|
------
|
|
3086
3432
|
|
|
3087
3433
|
** react-is; version 18.3.1 -- https://reactjs.org/
|
|
@@ -3287,6 +3633,36 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3287
3633
|
|
|
3288
3634
|
------
|
|
3289
3635
|
|
|
3636
|
+
** color; version 3.2.1 -- https://github.com/Qix-/color#readme
|
|
3637
|
+
Copyright (c) 2012 Heather Arthur
|
|
3638
|
+
|
|
3639
|
+
Copyright (c) 2012 Heather Arthur
|
|
3640
|
+
|
|
3641
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3642
|
+
a copy of this software and associated documentation files (the
|
|
3643
|
+
"Software"), to deal in the Software without restriction, including
|
|
3644
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3645
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3646
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3647
|
+
the following conditions:
|
|
3648
|
+
|
|
3649
|
+
The above copyright notice and this permission notice shall be
|
|
3650
|
+
included in all copies or substantial portions of the Software.
|
|
3651
|
+
|
|
3652
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3653
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3654
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3655
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3656
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3657
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3658
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3659
|
+
|
|
3660
|
+
|
|
3661
|
+
|
|
3662
|
+
------
|
|
3663
|
+
|
|
3664
|
+
** @types/triple-beam; version 1.3.5 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/triple-beam
|
|
3665
|
+
Copyright (c) Microsoft Corporation
|
|
3290
3666
|
** @types/yargs; version 17.0.33 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
|
|
3291
3667
|
Copyright (c) Microsoft Corporation
|
|
3292
3668
|
** @types/yargs-parser; version 21.0.3 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser
|
|
@@ -3433,6 +3809,32 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3433
3809
|
|
|
3434
3810
|
|
|
3435
3811
|
|
|
3812
|
+
------
|
|
3813
|
+
|
|
3814
|
+
** async; version 3.2.6 -- https://caolan.github.io/async/
|
|
3815
|
+
Copyright (c) 2010-2018 Caolan McMahon
|
|
3816
|
+
|
|
3817
|
+
Copyright (c) 2010-2018 Caolan McMahon
|
|
3818
|
+
|
|
3819
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3820
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3821
|
+
in the Software without restriction, including without limitation the rights
|
|
3822
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3823
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3824
|
+
furnished to do so, subject to the following conditions:
|
|
3825
|
+
|
|
3826
|
+
The above copyright notice and this permission notice shall be included in
|
|
3827
|
+
all copies or substantial portions of the Software.
|
|
3828
|
+
|
|
3829
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3830
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3831
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3832
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3833
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3834
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3835
|
+
THE SOFTWARE.
|
|
3836
|
+
|
|
3837
|
+
|
|
3436
3838
|
------
|
|
3437
3839
|
|
|
3438
3840
|
** universalify; version 2.0.1 -- https://github.com/RyanZim/universalify#readme
|
|
@@ -3460,6 +3862,35 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
3460
3862
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3461
3863
|
|
|
3462
3864
|
|
|
3865
|
+
------
|
|
3866
|
+
|
|
3867
|
+
** triple-beam; version 1.4.1 -- https://github.com/winstonjs/triple-beam#readme
|
|
3868
|
+
(c) 2010 Charlie Robbins
|
|
3869
|
+
Copyright (c) 2017 winstonjs
|
|
3870
|
+
|
|
3871
|
+
MIT License
|
|
3872
|
+
|
|
3873
|
+
Copyright (c) 2017 winstonjs
|
|
3874
|
+
|
|
3875
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3876
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3877
|
+
in the Software without restriction, including without limitation the rights
|
|
3878
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3879
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3880
|
+
furnished to do so, subject to the following conditions:
|
|
3881
|
+
|
|
3882
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3883
|
+
copies or substantial portions of the Software.
|
|
3884
|
+
|
|
3885
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3886
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3887
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3888
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3889
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3890
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3891
|
+
SOFTWARE.
|
|
3892
|
+
|
|
3893
|
+
|
|
3463
3894
|
------
|
|
3464
3895
|
|
|
3465
3896
|
** picomatch; version 2.3.1 -- https://github.com/micromatch/picomatch
|
|
@@ -3489,6 +3920,35 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
3489
3920
|
THE SOFTWARE.
|
|
3490
3921
|
|
|
3491
3922
|
|
|
3923
|
+
------
|
|
3924
|
+
|
|
3925
|
+
** fecha; version 4.2.3 -- https://github.com/taylorhakes/fecha
|
|
3926
|
+
Copyright (c) 2015 Taylor Hakes
|
|
3927
|
+
|
|
3928
|
+
The MIT License (MIT)
|
|
3929
|
+
|
|
3930
|
+
Copyright (c) 2015 Taylor Hakes
|
|
3931
|
+
|
|
3932
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3933
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3934
|
+
in the Software without restriction, including without limitation the rights
|
|
3935
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3936
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3937
|
+
furnished to do so, subject to the following conditions:
|
|
3938
|
+
|
|
3939
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3940
|
+
copies or substantial portions of the Software.
|
|
3941
|
+
|
|
3942
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3943
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3944
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3945
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3946
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3947
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3948
|
+
SOFTWARE.
|
|
3949
|
+
|
|
3950
|
+
|
|
3951
|
+
|
|
3492
3952
|
------
|
|
3493
3953
|
|
|
3494
3954
|
** safer-buffer; version 2.1.2 -- https://github.com/ChALkeR/safer-buffer#readme
|
|
@@ -3517,6 +3977,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3517
3977
|
SOFTWARE.
|
|
3518
3978
|
|
|
3519
3979
|
|
|
3980
|
+
------
|
|
3981
|
+
|
|
3982
|
+
** dayjs; version 1.11.13 -- https://day.js.org
|
|
3983
|
+
Copyright (c) 2018-present, iamkun
|
|
3984
|
+
|
|
3985
|
+
MIT License
|
|
3986
|
+
|
|
3987
|
+
Copyright (c) 2018-present, iamkun
|
|
3988
|
+
|
|
3989
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3990
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3991
|
+
in the Software without restriction, including without limitation the rights
|
|
3992
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3993
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3994
|
+
furnished to do so, subject to the following conditions:
|
|
3995
|
+
|
|
3996
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3997
|
+
copies or substantial portions of the Software.
|
|
3998
|
+
|
|
3999
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4000
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4001
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4002
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4003
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4004
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4005
|
+
SOFTWARE.
|
|
4006
|
+
|
|
4007
|
+
|
|
3520
4008
|
------
|
|
3521
4009
|
|
|
3522
4010
|
** yargs; version 17.7.2 -- https://yargs.js.org/
|
|
@@ -3554,6 +4042,9 @@ Copyright (c) Feross Aboukhadijeh (https://feross.org)
|
|
|
3554
4042
|
** run-parallel; version 1.2.0 -- https://github.com/feross/run-parallel
|
|
3555
4043
|
Copyright (c) Feross Aboukhadijeh
|
|
3556
4044
|
Copyright (c) Feross Aboukhadijeh (http://feross.org)
|
|
4045
|
+
** safe-buffer; version 5.2.1 -- https://github.com/feross/safe-buffer
|
|
4046
|
+
Copyright (c) Feross Aboukhadijeh
|
|
4047
|
+
Copyright (c) Feross Aboukhadijeh (http://feross.org)
|
|
3557
4048
|
|
|
3558
4049
|
The MIT License (MIT)
|
|
3559
4050
|
|
|
@@ -3579,7 +4070,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3579
4070
|
|
|
3580
4071
|
------
|
|
3581
4072
|
|
|
3582
|
-
** encoding; version 0.1.13 -- https://github.com/andris9/encoding
|
|
4073
|
+
** encoding; version 0.1.13 -- https://github.com/andris9/encoding
|
|
3583
4074
|
Copyright (c) 2012-2014 Andris Reinman
|
|
3584
4075
|
|
|
3585
4076
|
Copyright (c) 2012-2014 Andris Reinman
|
|
@@ -3721,7 +4212,36 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3721
4212
|
|
|
3722
4213
|
------
|
|
3723
4214
|
|
|
3724
|
-
**
|
|
4215
|
+
** one-time; version 1.0.0 -- https://github.com/3rd-Eden/one-time#readme
|
|
4216
|
+
Copyright (c) 2015 Unshift.io, Arnout Kazemier
|
|
4217
|
+
|
|
4218
|
+
The MIT License (MIT)
|
|
4219
|
+
|
|
4220
|
+
Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
|
|
4221
|
+
|
|
4222
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4223
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4224
|
+
in the Software without restriction, including without limitation the rights
|
|
4225
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4226
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4227
|
+
furnished to do so, subject to the following conditions:
|
|
4228
|
+
|
|
4229
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4230
|
+
copies or substantial portions of the Software.
|
|
4231
|
+
|
|
4232
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4233
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4234
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4235
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4236
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4237
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4238
|
+
SOFTWARE.
|
|
4239
|
+
|
|
4240
|
+
|
|
4241
|
+
|
|
4242
|
+
------
|
|
4243
|
+
|
|
4244
|
+
** agent-base; version 7.1.4 -- https://github.com/TooTallNate/proxy-agents#readme
|
|
3725
4245
|
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
3726
4246
|
** http-proxy-agent; version 7.0.2 -- https://github.com/TooTallNate/proxy-agents#readme
|
|
3727
4247
|
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
|
|
@@ -3909,6 +4429,34 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3909
4429
|
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
4430
|
|
|
3911
4431
|
|
|
4432
|
+
------
|
|
4433
|
+
|
|
4434
|
+
** is-arrayish; version 0.3.2 -- https://github.com/qix-/node-is-arrayish#readme
|
|
4435
|
+
Copyright (c) 2015 JD Ballard
|
|
4436
|
+
|
|
4437
|
+
The MIT License (MIT)
|
|
4438
|
+
|
|
4439
|
+
Copyright (c) 2015 JD Ballard
|
|
4440
|
+
|
|
4441
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4442
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4443
|
+
in the Software without restriction, including without limitation the rights
|
|
4444
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4445
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4446
|
+
furnished to do so, subject to the following conditions:
|
|
4447
|
+
|
|
4448
|
+
The above copyright notice and this permission notice shall be included in
|
|
4449
|
+
all copies or substantial portions of the Software.
|
|
4450
|
+
|
|
4451
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4452
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4453
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4454
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4455
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4456
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4457
|
+
THE SOFTWARE.
|
|
4458
|
+
|
|
4459
|
+
|
|
3912
4460
|
------
|
|
3913
4461
|
|
|
3914
4462
|
** xml2js; version 0.5.0 -- https://github.com/Leonidas-from-XIV/node-xml2js
|
|
@@ -3961,6 +4509,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
3961
4509
|
THE SOFTWARE.
|
|
3962
4510
|
|
|
3963
4511
|
|
|
4512
|
+
------
|
|
4513
|
+
|
|
4514
|
+
** winston; version 3.17.0 -- https://github.com/winstonjs/winston#readme
|
|
4515
|
+
(c) 2010 Charlie Robbins
|
|
4516
|
+
Copyright (c) 2010 Charlie Robbins
|
|
4517
|
+
|
|
4518
|
+
Copyright (c) 2010 Charlie Robbins
|
|
4519
|
+
|
|
4520
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4521
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4522
|
+
in the Software without restriction, including without limitation the rights
|
|
4523
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4524
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4525
|
+
furnished to do so, subject to the following conditions:
|
|
4526
|
+
|
|
4527
|
+
The above copyright notice and this permission notice shall be included in
|
|
4528
|
+
all copies or substantial portions of the Software.
|
|
4529
|
+
|
|
4530
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4531
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4532
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4533
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4534
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4535
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4536
|
+
THE SOFTWARE.
|
|
4537
|
+
|
|
3964
4538
|
------
|
|
3965
4539
|
|
|
3966
4540
|
** is-lambda; version 1.0.1 -- https://github.com/watson/is-lambda
|
|
@@ -4076,33 +4650,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
4076
4650
|
THE SOFTWARE.
|
|
4077
4651
|
|
|
4078
4652
|
|
|
4079
|
-
------
|
|
4080
|
-
|
|
4081
|
-
** socks; version 2.8.4 -- https://github.com/JoshGlazebrook/socks/
|
|
4082
|
-
Copyright (c) 2013 Josh Glazebrook
|
|
4083
|
-
|
|
4084
|
-
The MIT License (MIT)
|
|
4085
|
-
|
|
4086
|
-
Copyright (c) 2013 Josh Glazebrook
|
|
4087
|
-
|
|
4088
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4089
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
4090
|
-
the Software without restriction, including without limitation the rights to
|
|
4091
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4092
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4093
|
-
subject to the following conditions:
|
|
4094
|
-
|
|
4095
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4096
|
-
copies or substantial portions of the Software.
|
|
4097
|
-
|
|
4098
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4099
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4100
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4101
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4102
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4103
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
4653
|
------
|
|
4107
4654
|
|
|
4108
4655
|
** merge2; version 1.4.1 -- https://github.com/teambition/merge2
|
package/README.md
CHANGED
|
@@ -102,17 +102,26 @@ When an unsuccessful message displays, you can troubleshoot the installation by
|
|
|
102
102
|
|
|
103
103
|
## Creating a user profile
|
|
104
104
|
|
|
105
|
-
You can set up a CICS profile to avoid typing your connection details on every command. The profile contains your host, port, username, and password for the CMCI instance of your choice. You can create multiple profiles and switch between them if necessary.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
105
|
+
You can set up a CICS profile to avoid typing your connection details on every command. The profile contains your host, port, username, and password for the CMCI instance of your choice. You can create multiple profiles and switch between them if necessary.
|
|
106
|
+
|
|
107
|
+
For example,
|
|
108
|
+
|
|
109
|
+
```json
|
|
110
|
+
"cics": {
|
|
111
|
+
"type": "cics",
|
|
112
|
+
"properties": {
|
|
113
|
+
"protocol": "https",
|
|
114
|
+
"port": 443,
|
|
115
|
+
"host": "cmci.example.com",
|
|
116
|
+
},
|
|
117
|
+
"secure": [
|
|
118
|
+
"user",
|
|
119
|
+
"password"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
109
122
|
```
|
|
110
123
|
|
|
111
|
-
**Note:** For more information,
|
|
112
|
-
|
|
113
|
-
```console
|
|
114
|
-
zowe profiles create cis --help
|
|
115
|
-
```
|
|
124
|
+
**Note:** For more information, see [Using team configuration](https://docs.zowe.org/stable/user-guide/cli-using-using-team-profiles) in the Zowe documentation.
|
|
116
125
|
|
|
117
126
|
## Running tests
|
|
118
127
|
|
package/lib/-strings-/en.d.ts
CHANGED
|
@@ -134,6 +134,24 @@ declare const _default: {
|
|
|
134
134
|
EX1: string;
|
|
135
135
|
};
|
|
136
136
|
};
|
|
137
|
+
BUNDLE: {
|
|
138
|
+
DESCRIPTION: string;
|
|
139
|
+
POSITIONALS: {
|
|
140
|
+
BUNDLENAME: string;
|
|
141
|
+
CSDGROUP: string;
|
|
142
|
+
BUNDLEDIR: string;
|
|
143
|
+
};
|
|
144
|
+
OPTIONS: {
|
|
145
|
+
REGIONNAME: string;
|
|
146
|
+
CICSPLEX: string;
|
|
147
|
+
};
|
|
148
|
+
MESSAGES: {
|
|
149
|
+
SUCCESS: string;
|
|
150
|
+
};
|
|
151
|
+
EXAMPLES: {
|
|
152
|
+
EX1: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
137
155
|
};
|
|
138
156
|
};
|
|
139
157
|
DELETE: {
|
package/lib/-strings-/en.js
CHANGED
|
@@ -147,6 +147,27 @@ exports.default = {
|
|
|
147
147
|
"in the CSD group MYGRP where the binding file is /u/exampleapp/wsbind/example.log",
|
|
148
148
|
},
|
|
149
149
|
},
|
|
150
|
+
BUNDLE: {
|
|
151
|
+
DESCRIPTION: "Define a new bundle to CICS.",
|
|
152
|
+
POSITIONALS: {
|
|
153
|
+
BUNDLENAME: "The name of the new bundle to define. The maximum length of the bundle name is eight characters.",
|
|
154
|
+
CSDGROUP: "The CICS system definition (CSD) Group for the new bundle that you want to define." +
|
|
155
|
+
" The maximum length of the group " +
|
|
156
|
+
"name is eight characters.",
|
|
157
|
+
BUNDLEDIR: "The fully qualified name of the root directory for the bundle on z/OS UNIX. " +
|
|
158
|
+
"The first character must be / and the end character /. The maximum length is 255 characters.",
|
|
159
|
+
},
|
|
160
|
+
OPTIONS: {
|
|
161
|
+
REGIONNAME: "The CICS region name to which to define the new bundle",
|
|
162
|
+
CICSPLEX: "The name of the CICSplex to which to define the new bundle",
|
|
163
|
+
},
|
|
164
|
+
MESSAGES: {
|
|
165
|
+
SUCCESS: "The bundle '%s' was defined successfully.",
|
|
166
|
+
},
|
|
167
|
+
EXAMPLES: {
|
|
168
|
+
EX1: "Define a bundle named BND123 to the region name MYREGION in the CSD group MYGRP",
|
|
169
|
+
},
|
|
170
|
+
},
|
|
150
171
|
},
|
|
151
172
|
},
|
|
152
173
|
DELETE: {
|
package/lib/-strings-/en.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/-strings-/en.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/-strings-/en.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
12
12
|
const CicsSession_1 = require("../CicsSession");
|
|
13
|
+
const Bundle_definition_1 = require("./bundle/Bundle.definition");
|
|
13
14
|
const Program_definition_1 = require("./program/Program.definition");
|
|
14
15
|
const Transaction_definition_1 = require("./transaction/Transaction.definition");
|
|
15
16
|
const UrimapClient_definition_1 = require("./urimap-client/UrimapClient.definition");
|
|
@@ -34,6 +35,7 @@ const definition = {
|
|
|
34
35
|
UrimapClient_definition_1.UrimapClientDefinition,
|
|
35
36
|
UrimapPipeline_definition_1.UrimapPipelineDefinition,
|
|
36
37
|
Webservice_definition_1.WebServiceDefinition,
|
|
38
|
+
Bundle_definition_1.BundleDefinition,
|
|
37
39
|
],
|
|
38
40
|
passOn: [
|
|
39
41
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Define.definition.js","sourceRoot":"","sources":["../../src/define/Define.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;AAGH,gDAA6C;AAE7C,qEAAiE;AACjE,iFAA6E;AAC7E,qFAAiF;AACjF,2FAAuF;AACvF,qFAAiF;AACjF,8EAA0E;AAI1E,8FAA8F;AAC9F,MAAM,OAAO,GAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC,OAA8B,CAAC,MAAM,CAAC;AAElF;;GAEG;AACH,MAAM,UAAU,GAAuB;IACrC,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC,OAAO;IACxB,WAAW,EAAE,OAAO,CAAC,WAAW;IAChC,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE;QACR,sCAAiB;QACjB,8CAAqB;QACrB,gDAAsB;QACtB,gDAAsB;QACtB,oDAAwB;QACxB,4CAAoB;
|
|
1
|
+
{"version":3,"file":"Define.definition.js","sourceRoot":"","sources":["../../src/define/Define.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;AAGH,gDAA6C;AAE7C,kEAA8D;AAC9D,qEAAiE;AACjE,iFAA6E;AAC7E,qFAAiF;AACjF,2FAAuF;AACvF,qFAAiF;AACjF,8EAA0E;AAI1E,8FAA8F;AAC9F,MAAM,OAAO,GAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC,OAA8B,CAAC,MAAM,CAAC;AAElF;;GAEG;AACH,MAAM,UAAU,GAAuB;IACrC,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC,OAAO;IACxB,WAAW,EAAE,OAAO,CAAC,WAAW;IAChC,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE;QACR,sCAAiB;QACjB,8CAAqB;QACrB,gDAAsB;QACtB,gDAAsB;QACtB,oDAAwB;QACxB,4CAAoB;QACpB,oCAAgB;KACjB;IACD,MAAM,EAAE;QACN;YACE,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,yBAAW,CAAC,uBAAuB;YAC1C,KAAK,EAAE,IAAI;YACX,WAAW,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;SACjC;KACF;CACF,CAAC;AACF,iBAAS,UAAU,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This program and the accompanying materials are made available under the terms of the
|
|
3
|
+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
|
|
4
|
+
* https://www.eclipse.org/legal/epl-v20.html
|
|
5
|
+
*
|
|
6
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
7
|
+
*
|
|
8
|
+
* Copyright Contributors to the Zowe Project.
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
import { ICommandDefinition } from "@zowe/imperative";
|
|
12
|
+
export declare const BundleDefinition: ICommandDefinition;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This program and the accompanying materials are made available under the terms of the
|
|
4
|
+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
|
|
5
|
+
* https://www.eclipse.org/legal/epl-v20.html
|
|
6
|
+
*
|
|
7
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
8
|
+
*
|
|
9
|
+
* Copyright Contributors to the Zowe Project.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.BundleDefinition = void 0;
|
|
14
|
+
// Does not use the import in anticipation of some internationalization work to be done later.
|
|
15
|
+
const strings = require("../../-strings-/en").default.DEFINE.RESOURCES.BUNDLE;
|
|
16
|
+
exports.BundleDefinition = {
|
|
17
|
+
name: "bundle",
|
|
18
|
+
aliases: ["bund"],
|
|
19
|
+
description: strings.DESCRIPTION,
|
|
20
|
+
handler: __dirname + "/Bundle.handler",
|
|
21
|
+
type: "command",
|
|
22
|
+
positionals: [
|
|
23
|
+
{
|
|
24
|
+
name: "bundleName",
|
|
25
|
+
description: strings.POSITIONALS.BUNDLENAME,
|
|
26
|
+
type: "string",
|
|
27
|
+
required: true,
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: "bundleDir",
|
|
31
|
+
description: strings.POSITIONALS.BUNDLEDIR,
|
|
32
|
+
type: "string",
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: "csdGroup",
|
|
37
|
+
description: strings.POSITIONALS.CSDGROUP,
|
|
38
|
+
type: "string",
|
|
39
|
+
required: true,
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
options: [
|
|
43
|
+
{
|
|
44
|
+
name: "region-name",
|
|
45
|
+
description: strings.OPTIONS.REGIONNAME,
|
|
46
|
+
type: "string",
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: "cics-plex",
|
|
50
|
+
description: strings.OPTIONS.CICSPLEX,
|
|
51
|
+
type: "string",
|
|
52
|
+
},
|
|
53
|
+
],
|
|
54
|
+
profile: { optional: ["cics"] },
|
|
55
|
+
examples: [
|
|
56
|
+
{
|
|
57
|
+
description: strings.EXAMPLES.EX1,
|
|
58
|
+
options: "BND123 /user/myname/bundle1/ MYGRP --region-name MYREGION",
|
|
59
|
+
},
|
|
60
|
+
],
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=Bundle.definition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bundle.definition.js","sourceRoot":"","sources":["../../../src/define/bundle/Bundle.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;;AAMH,8FAA8F;AAC9F,MAAM,OAAO,GAAI,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAA8B,CAAC,MAAM,CAAC,SAAS,CAAC,MAAM,CAAC;AAEzF,QAAA,gBAAgB,GAAuB;IAClD,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,CAAC,MAAM,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC,WAAW;IAChC,OAAO,EAAE,SAAS,GAAG,iBAAiB;IACtC,IAAI,EAAE,SAAS;IACf,WAAW,EAAE;QACX;YACE,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,UAAU;YAC3C,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACf;QACD;YACE,IAAI,EAAE,WAAW;YACjB,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,SAAS;YAC1C,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACf;QACD;YACE,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ;YACzC,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACf;KACF;IACD,OAAO,EAAE;QACP;YACE,IAAI,EAAE,aAAa;YACnB,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,UAAU;YACvC,IAAI,EAAE,QAAQ;SACf;QACD;YACE,IAAI,EAAE,WAAW;YACjB,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,QAAQ;YACrC,IAAI,EAAE,QAAQ;SACf;KACF;IACD,OAAO,EAAE,EAAE,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE;IAC/B,QAAQ,EAAE;QACR;YACE,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC,GAAG;YACjC,OAAO,EAAE,2DAA2D;SACrE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This program and the accompanying materials are made available under the terms of the
|
|
3
|
+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
|
|
4
|
+
* https://www.eclipse.org/legal/epl-v20.html
|
|
5
|
+
*
|
|
6
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
7
|
+
*
|
|
8
|
+
* Copyright Contributors to the Zowe Project.
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
import { ICMCIApiResponse } from "@zowe/cics-for-zowe-sdk";
|
|
12
|
+
import { AbstractSession, IHandlerParameters } from "@zowe/imperative";
|
|
13
|
+
import { CicsBaseHandler } from "../../CicsBaseHandler";
|
|
14
|
+
/**
|
|
15
|
+
* Command handler for defining CICS bundles via CMCI
|
|
16
|
+
* @export
|
|
17
|
+
* @class BundleHandler
|
|
18
|
+
* @implements {ICommandHandler}
|
|
19
|
+
*/
|
|
20
|
+
export default class BundleHandler extends CicsBaseHandler {
|
|
21
|
+
processWithSession(params: IHandlerParameters, session: AbstractSession): Promise<ICMCIApiResponse>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This program and the accompanying materials are made available under the terms of the
|
|
4
|
+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
|
|
5
|
+
* https://www.eclipse.org/legal/epl-v20.html
|
|
6
|
+
*
|
|
7
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
8
|
+
*
|
|
9
|
+
* Copyright Contributors to the Zowe Project.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
const cics_for_zowe_sdk_1 = require("@zowe/cics-for-zowe-sdk");
|
|
14
|
+
const imperative_1 = require("@zowe/imperative");
|
|
15
|
+
const CicsBaseHandler_1 = require("../../CicsBaseHandler");
|
|
16
|
+
// Does not use the import in anticipation of some internationalization work to be done later.
|
|
17
|
+
const strings = require("../../-strings-/en").default.DEFINE.RESOURCES.BUNDLE;
|
|
18
|
+
/**
|
|
19
|
+
* Command handler for defining CICS bundles via CMCI
|
|
20
|
+
* @export
|
|
21
|
+
* @class BundleHandler
|
|
22
|
+
* @implements {ICommandHandler}
|
|
23
|
+
*/
|
|
24
|
+
class BundleHandler extends CicsBaseHandler_1.CicsBaseHandler {
|
|
25
|
+
async processWithSession(params, session) {
|
|
26
|
+
const status = {
|
|
27
|
+
statusMessage: "Defining bundle to CICS",
|
|
28
|
+
percentComplete: 0,
|
|
29
|
+
stageName: imperative_1.TaskStage.IN_PROGRESS,
|
|
30
|
+
};
|
|
31
|
+
params.response.progress.startBar({ task: status });
|
|
32
|
+
const response = await (0, cics_for_zowe_sdk_1.defineBundle)(session, {
|
|
33
|
+
name: params.arguments.bundleName,
|
|
34
|
+
bundleDir: params.arguments.bundleDir,
|
|
35
|
+
csdGroup: params.arguments.csdGroup,
|
|
36
|
+
regionName: params.arguments.regionName,
|
|
37
|
+
cicsPlex: params.arguments.cicsPlex,
|
|
38
|
+
});
|
|
39
|
+
params.response.console.log(strings.MESSAGES.SUCCESS, params.arguments.bundleName);
|
|
40
|
+
return response;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.default = BundleHandler;
|
|
44
|
+
//# sourceMappingURL=Bundle.handler.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bundle.handler.js","sourceRoot":"","sources":["../../../src/define/bundle/Bundle.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;AAEH,+DAAyE;AACzE,iDAAmG;AACnG,2DAAwD;AAIxD,8FAA8F;AAC9F,MAAM,OAAO,GAAI,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAA8B,CAAC,MAAM,CAAC,SAAS,CAAC,MAAM,CAAC;AAEtG;;;;;GAKG;AACH,MAAqB,aAAc,SAAQ,iCAAe;IACjD,KAAK,CAAC,kBAAkB,CAAC,MAA0B,EAAE,OAAwB;QAClF,MAAM,MAAM,GAAoB;YAC9B,aAAa,EAAE,yBAAyB;YACxC,eAAe,EAAE,CAAC;YAClB,SAAS,EAAE,sBAAS,CAAC,WAAW;SACjC,CAAC;QACF,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;QAEpD,MAAM,QAAQ,GAAG,MAAM,IAAA,gCAAY,EAAC,OAAO,EAAE;YAC3C,IAAI,EAAE,MAAM,CAAC,SAAS,CAAC,UAAU;YACjC,SAAS,EAAE,MAAM,CAAC,SAAS,CAAC,SAAS;YACrC,QAAQ,EAAE,MAAM,CAAC,SAAS,CAAC,QAAQ;YACnC,UAAU,EAAE,MAAM,CAAC,SAAS,CAAC,UAAU;YACvC,QAAQ,EAAE,MAAM,CAAC,SAAS,CAAC,QAAQ;SACpC,CAAC,CAAC;QAEH,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;QACnF,OAAO,QAAQ,CAAC;IAClB,CAAC;CACF;AApBD,gCAoBC"}
|
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.9.3",
|
|
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.9.3",
|
|
10
10
|
"license": "EPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@zowe/cics-for-zowe-sdk": "6.
|
|
12
|
+
"@zowe/cics-for-zowe-sdk": "6.9.3"
|
|
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.9.3",
|
|
23
|
+
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.9.3.tgz",
|
|
24
|
+
"integrity": "sha512-aDSMitZdO7VDKg9reelDKIDT1/9e3X97WSc1QeOT5AjeeUrzE4IbheRWqN7r8HPSM+v4Uvu9Gr3Gpxdcz13lRA==",
|
|
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.9.3",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.9.3.tgz",
|
|
63
|
+
"integrity": "sha512-aDSMitZdO7VDKg9reelDKIDT1/9e3X97WSc1QeOT5AjeeUrzE4IbheRWqN7r8HPSM+v4Uvu9Gr3Gpxdcz13lRA==",
|
|
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.9.3",
|
|
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.9.3"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@zowe/imperative": "^8.0.0"
|