@zowe/cics-for-zowe-cli 6.11.0 → 6.13.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 +106 -189
- package/README.md +27 -27
- package/npm-shrinkwrap.json +9 -9
- package/package.json +3 -3
package/NOTICE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
The package
|
|
1
|
+
The package Zowe CLI Plug-in for IBM CICS Transaction Server may contain the following external packages and source code, with the applicable license information listed:
|
|
2
2
|
|
|
3
3
|
** @sigstore/bundle; version 2.3.2 -- https://github.com/sigstore/sigstore-js/tree/main/packages/bundle#readme
|
|
4
4
|
Copyright 2023 The Sigstore Authors
|
|
@@ -643,37 +643,6 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
|
643
643
|
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.
|
|
644
644
|
|
|
645
645
|
|
|
646
|
-
------
|
|
647
|
-
|
|
648
|
-
** sprintf-js; version 1.1.3 -- https://github.com/alexei/sprintf.js#readme
|
|
649
|
-
Copyright (c) 2007-present, Alexandru Marasteanu <hello@alexei.ro>
|
|
650
|
-
|
|
651
|
-
Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro>
|
|
652
|
-
All rights reserved.
|
|
653
|
-
|
|
654
|
-
Redistribution and use in source and binary forms, with or without
|
|
655
|
-
modification, are permitted provided that the following conditions are met:
|
|
656
|
-
* Redistributions of source code must retain the above copyright
|
|
657
|
-
notice, this list of conditions and the following disclaimer.
|
|
658
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
659
|
-
notice, this list of conditions and the following disclaimer in the
|
|
660
|
-
documentation and/or other materials provided with the distribution.
|
|
661
|
-
* Neither the name of this software nor the names of its contributors may be
|
|
662
|
-
used to endorse or promote products derived from this software without
|
|
663
|
-
specific prior written permission.
|
|
664
|
-
|
|
665
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
666
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
667
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
668
|
-
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
|
669
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
670
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
671
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
672
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
673
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
674
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
675
|
-
|
|
676
|
-
|
|
677
646
|
------
|
|
678
647
|
|
|
679
648
|
** highlight.js; version 11.6.0 -- https://highlightjs.org/
|
|
@@ -867,7 +836,7 @@ Creative Commons may be contacted at http://creativecommons.org/.
|
|
|
867
836
|
|
|
868
837
|
------
|
|
869
838
|
|
|
870
|
-
** spdx-license-ids; version 3.0.
|
|
839
|
+
** spdx-license-ids; version 3.0.22 -- https://github.com/jslicense/spdx-license-ids#readme
|
|
871
840
|
|
|
872
841
|
Creative Commons Legal Code
|
|
873
842
|
|
|
@@ -1760,27 +1729,27 @@ SOFTWARE.
|
|
|
1760
1729
|
** xmlbuilder; version 11.0.1 -- http://github.com/oozcitak/xmlbuilder-js
|
|
1761
1730
|
Copyright (c) 2013 Ozgur Ozcitak
|
|
1762
1731
|
|
|
1763
|
-
The MIT License (MIT)
|
|
1764
|
-
|
|
1765
|
-
Copyright (c) 2013 Ozgur Ozcitak
|
|
1766
|
-
|
|
1767
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1768
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1769
|
-
in the Software without restriction, including without limitation the rights
|
|
1770
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1771
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1772
|
-
furnished to do so, subject to the following conditions:
|
|
1773
|
-
|
|
1774
|
-
The above copyright notice and this permission notice shall be included in
|
|
1775
|
-
all copies or substantial portions of the Software.
|
|
1776
|
-
|
|
1777
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1778
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1779
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1780
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1781
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1782
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1783
|
-
THE SOFTWARE.
|
|
1732
|
+
The MIT License (MIT)
|
|
1733
|
+
|
|
1734
|
+
Copyright (c) 2013 Ozgur Ozcitak
|
|
1735
|
+
|
|
1736
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1737
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1738
|
+
in the Software without restriction, including without limitation the rights
|
|
1739
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1740
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1741
|
+
furnished to do so, subject to the following conditions:
|
|
1742
|
+
|
|
1743
|
+
The above copyright notice and this permission notice shall be included in
|
|
1744
|
+
all copies or substantial portions of the Software.
|
|
1745
|
+
|
|
1746
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1747
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1748
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1749
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1750
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1751
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1752
|
+
THE SOFTWARE.
|
|
1784
1753
|
|
|
1785
1754
|
|
|
1786
1755
|
------
|
|
@@ -1989,31 +1958,31 @@ THE SOFTWARE.
|
|
|
1989
1958
|
** lodash-deep; version 2.0.0 -- https://github.com/marklagendijk/lodash-deep
|
|
1990
1959
|
Copyright (c) 2014-2016 Mark Lagendijk
|
|
1991
1960
|
|
|
1992
|
-
The MIT License (MIT)
|
|
1993
|
-
|
|
1994
|
-
Copyright (c) 2014-2016 Mark Lagendijk
|
|
1995
|
-
|
|
1996
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1997
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1998
|
-
the Software without restriction, including without limitation the rights to
|
|
1999
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2000
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2001
|
-
subject to the following conditions:
|
|
2002
|
-
|
|
2003
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2004
|
-
copies or substantial portions of the Software.
|
|
2005
|
-
|
|
2006
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2007
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2008
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2009
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2010
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2011
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
------
|
|
2015
|
-
|
|
2016
|
-
** simple-swizzle; version 0.2.
|
|
1961
|
+
The MIT License (MIT)
|
|
1962
|
+
|
|
1963
|
+
Copyright (c) 2014-2016 Mark Lagendijk
|
|
1964
|
+
|
|
1965
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1966
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1967
|
+
the Software without restriction, including without limitation the rights to
|
|
1968
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1969
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1970
|
+
subject to the following conditions:
|
|
1971
|
+
|
|
1972
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1973
|
+
copies or substantial portions of the Software.
|
|
1974
|
+
|
|
1975
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1976
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1977
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1978
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1979
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1980
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
------
|
|
1984
|
+
|
|
1985
|
+
** simple-swizzle; version 0.2.4 -- https://github.com/qix-/node-simple-swizzle#readme
|
|
2017
1986
|
Copyright (c) 2015 Josh Junon
|
|
2018
1987
|
|
|
2019
1988
|
The MIT License (MIT)
|
|
@@ -2232,6 +2201,31 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2232
2201
|
|
|
2233
2202
|
|
|
2234
2203
|
|
|
2204
|
+
------
|
|
2205
|
+
|
|
2206
|
+
** fs-extra; version 11.3.1 -- https://github.com/jprichardson/node-fs-extra
|
|
2207
|
+
Copyright (c) 2011-2024 JP Richardson
|
|
2208
|
+
Copyright (c) 2011-2024 JP Richardson (https://github.com/jprichardson)
|
|
2209
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2210
|
+
Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors
|
|
2211
|
+
|
|
2212
|
+
(The MIT License)
|
|
2213
|
+
|
|
2214
|
+
Copyright (c) 2011-2024 JP Richardson
|
|
2215
|
+
|
|
2216
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
2217
|
+
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
2218
|
+
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
2219
|
+
furnished to do so, subject to the following conditions:
|
|
2220
|
+
|
|
2221
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2222
|
+
|
|
2223
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
2224
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2225
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
2226
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2227
|
+
|
|
2228
|
+
|
|
2235
2229
|
------
|
|
2236
2230
|
|
|
2237
2231
|
** safe-stable-stringify; version 2.5.0 -- https://github.com/BridgeAR/safe-stable-stringify#readme
|
|
@@ -2602,34 +2596,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2602
2596
|
SOFTWARE.
|
|
2603
2597
|
|
|
2604
2598
|
|
|
2605
|
-
------
|
|
2606
|
-
|
|
2607
|
-
** debug; version 4.4.1 -- https://github.com/debug-js/debug#readme
|
|
2608
|
-
Copyright (c) 2018-2021 Josh Junon
|
|
2609
|
-
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
2610
|
-
|
|
2611
|
-
(The MIT License)
|
|
2612
|
-
|
|
2613
|
-
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
2614
|
-
Copyright (c) 2018-2021 Josh Junon
|
|
2615
|
-
|
|
2616
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
2617
|
-
and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
2618
|
-
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
2619
|
-
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2620
|
-
subject to the following conditions:
|
|
2621
|
-
|
|
2622
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
2623
|
-
portions of the Software.
|
|
2624
|
-
|
|
2625
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
2626
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2627
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2628
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2629
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
2599
|
------
|
|
2634
2600
|
|
|
2635
2601
|
** util-deprecate; version 1.0.2 -- https://github.com/TooTallNate/util-deprecate
|
|
@@ -3717,28 +3683,28 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3717
3683
|
** @sinclair/typebox; version 0.27.8 --
|
|
3718
3684
|
Copyright (c) 2017-2023 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
|
|
3719
3685
|
|
|
3720
|
-
TypeBox: JSON Schema Type Builder with Static Type Resolution for TypeScript
|
|
3721
|
-
|
|
3722
|
-
The MIT License (MIT)
|
|
3723
|
-
|
|
3724
|
-
Copyright (c) 2017-2023 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
|
|
3725
|
-
|
|
3726
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3727
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3728
|
-
in the Software without restriction, including without limitation the rights
|
|
3729
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3730
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3731
|
-
furnished to do so, subject to the following conditions:
|
|
3732
|
-
|
|
3733
|
-
The above copyright notice and this permission notice shall be included in
|
|
3734
|
-
all copies or substantial portions of the Software.
|
|
3735
|
-
|
|
3736
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3737
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3738
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3739
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3740
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3741
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3686
|
+
TypeBox: JSON Schema Type Builder with Static Type Resolution for TypeScript
|
|
3687
|
+
|
|
3688
|
+
The MIT License (MIT)
|
|
3689
|
+
|
|
3690
|
+
Copyright (c) 2017-2023 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
|
|
3691
|
+
|
|
3692
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3693
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3694
|
+
in the Software without restriction, including without limitation the rights
|
|
3695
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3696
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3697
|
+
furnished to do so, subject to the following conditions:
|
|
3698
|
+
|
|
3699
|
+
The above copyright notice and this permission notice shall be included in
|
|
3700
|
+
all copies or substantial portions of the Software.
|
|
3701
|
+
|
|
3702
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3703
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3704
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3705
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3706
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3707
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3742
3708
|
THE SOFTWARE.
|
|
3743
3709
|
|
|
3744
3710
|
------
|
|
@@ -3746,13 +3712,13 @@ THE SOFTWARE.
|
|
|
3746
3712
|
** color-name; version 1.1.4 -- https://github.com/colorjs/color-name
|
|
3747
3713
|
Copyright (c) 2015 Dmitry Ivanov
|
|
3748
3714
|
|
|
3749
|
-
The MIT License (MIT)
|
|
3750
|
-
Copyright (c) 2015 Dmitry Ivanov
|
|
3751
|
-
|
|
3752
|
-
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:
|
|
3753
|
-
|
|
3754
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3755
|
-
|
|
3715
|
+
The MIT License (MIT)
|
|
3716
|
+
Copyright (c) 2015 Dmitry Ivanov
|
|
3717
|
+
|
|
3718
|
+
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:
|
|
3719
|
+
|
|
3720
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3721
|
+
|
|
3756
3722
|
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.
|
|
3757
3723
|
|
|
3758
3724
|
------
|
|
@@ -4250,7 +4216,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4250
4216
|
|
|
4251
4217
|
------
|
|
4252
4218
|
|
|
4253
|
-
** jsonfile; version 6.
|
|
4219
|
+
** jsonfile; version 6.2.0 -- https://github.com/jprichardson/node-jsonfile#readme
|
|
4254
4220
|
Copyright 2012-2016, JP Richardson <jprichardson@gmail.com>
|
|
4255
4221
|
Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
|
|
4256
4222
|
|
|
@@ -4406,7 +4372,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
4406
4372
|
|
|
4407
4373
|
------
|
|
4408
4374
|
|
|
4409
|
-
** is-arrayish; version 0.3.
|
|
4375
|
+
** is-arrayish; version 0.3.4 -- https://github.com/qix-/node-is-arrayish#readme
|
|
4410
4376
|
Copyright (c) 2015 JD Ballard
|
|
4411
4377
|
|
|
4412
4378
|
The MIT License (MIT)
|
|
@@ -4460,7 +4426,7 @@ IN THE SOFTWARE.
|
|
|
4460
4426
|
|
|
4461
4427
|
------
|
|
4462
4428
|
|
|
4463
|
-
** ip-address; version
|
|
4429
|
+
** ip-address; version 10.0.1 -- https://github.com/beaugunderson/ip-address#readme
|
|
4464
4430
|
Copyright (c) 2011 by Beau Gunderson
|
|
4465
4431
|
|
|
4466
4432
|
Copyright (C) 2011 by Beau Gunderson
|
|
@@ -4538,55 +4504,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
4538
4504
|
SOFTWARE.
|
|
4539
4505
|
|
|
4540
4506
|
|
|
4541
|
-
------
|
|
4542
|
-
|
|
4543
|
-
** jsbn; version 1.1.0 -- https://github.com/andyperlitch/jsbn#readme
|
|
4544
|
-
Copyright (c) 2005 Tom Wu
|
|
4545
|
-
Copyright (c) 2003-2005 Tom Wu
|
|
4546
|
-
Copyright (c) 2005-2009 Tom Wu
|
|
4547
|
-
|
|
4548
|
-
Licensing
|
|
4549
|
-
---------
|
|
4550
|
-
|
|
4551
|
-
This software is covered under the following copyright:
|
|
4552
|
-
|
|
4553
|
-
/*
|
|
4554
|
-
* Copyright (c) 2003-2005 Tom Wu
|
|
4555
|
-
* All Rights Reserved.
|
|
4556
|
-
*
|
|
4557
|
-
* Permission is hereby granted, free of charge, to any person obtaining
|
|
4558
|
-
* a copy of this software and associated documentation files (the
|
|
4559
|
-
* "Software"), to deal in the Software without restriction, including
|
|
4560
|
-
* without limitation the rights to use, copy, modify, merge, publish,
|
|
4561
|
-
* distribute, sublicense, and/or sell copies of the Software, and to
|
|
4562
|
-
* permit persons to whom the Software is furnished to do so, subject to
|
|
4563
|
-
* the following conditions:
|
|
4564
|
-
*
|
|
4565
|
-
* The above copyright notice and this permission notice shall be
|
|
4566
|
-
* included in all copies or substantial portions of the Software.
|
|
4567
|
-
*
|
|
4568
|
-
* THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
4569
|
-
* EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
4570
|
-
* WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
4571
|
-
*
|
|
4572
|
-
* IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
|
|
4573
|
-
* INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
|
|
4574
|
-
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
|
|
4575
|
-
* THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
|
|
4576
|
-
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4577
|
-
*
|
|
4578
|
-
* In addition, the following condition applies:
|
|
4579
|
-
*
|
|
4580
|
-
* All redistributions must retain an intact copy of this copyright notice
|
|
4581
|
-
* and disclaimer.
|
|
4582
|
-
*/
|
|
4583
|
-
|
|
4584
|
-
Address all questions regarding this license to:
|
|
4585
|
-
|
|
4586
|
-
Tom Wu
|
|
4587
|
-
tjw@cs.Stanford.EDU
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
4507
|
------
|
|
4591
4508
|
|
|
4592
4509
|
** braces; version 3.0.3 -- https://github.com/micromatch/braces
|
|
@@ -4627,7 +4544,7 @@ THE SOFTWARE.
|
|
|
4627
4544
|
|
|
4628
4545
|
------
|
|
4629
4546
|
|
|
4630
|
-
** socks; version 2.8.
|
|
4547
|
+
** socks; version 2.8.7 -- https://github.com/JoshGlazebrook/socks/
|
|
4631
4548
|
Copyright (c) 2013 Josh Glazebrook
|
|
4632
4549
|
|
|
4633
4550
|
The MIT License (MIT)
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Zowe CLI Plug-in for IBM CICS Transaction Server
|
|
2
2
|
|
|
3
3
|
[](https://codecov.io/gh/zowe/zowe-cli-cics-plugin)
|
|
4
4
|
|
|
5
|
-
The IBM CICS Plug-in for Zowe CLI lets you extend Zowe CLI to interact with IBM CICS programs and transactions.
|
|
5
|
+
The Zowe® CLI Plug-in for IBM® CICS® Transaction Server (formerly IBM CICS Plug-in for Zowe CLI) lets you extend Zowe CLI to interact with IBM CICS programs and transactions.
|
|
6
6
|
|
|
7
7
|
- [How the plug-in works](#how-the-plug-in-works)
|
|
8
8
|
- [Software requirements](#software-requirements)
|
|
@@ -31,7 +31,7 @@ Before you install and use the plug-in:
|
|
|
31
31
|
|
|
32
32
|
- Install Zowe CLI on your computer.
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
**Note:** For more information, see [Installing Zowe CLI](https://docs.zowe.org/stable/user-guide/cli-installcli/).
|
|
35
35
|
|
|
36
36
|
- Ensure that [IBM CICS Transaction Server V5.3](https://www.ibm.com/docs/en/cics-ts/5.3) or later is installed and running in your mainframe environment.
|
|
37
37
|
|
|
@@ -43,15 +43,15 @@ Use one of the following methods to install the plug-in:
|
|
|
43
43
|
|
|
44
44
|
- Install the plug-in from an online registry or a local package.
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
Use the online registry / local package method when you simply want to install the plug-in to Zowe CLI and start using it.
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
For more information, see [Installing Zowe CLI plug-ins](https://docs.zowe.org/stable/user-guide/cli-installplugins/) on Zowe Docs.
|
|
49
49
|
|
|
50
50
|
- Build the plug-in from source and install it into your Zowe CLI implementation.
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
Use the build from source method when you want to install the plug-in to Zowe CLI using the most current binaries and modify the behavior of the plug-in. For example, you want to create a new command and use the plug-in with the command that you created.
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
For more information, see [Building from source](#building-from-source).
|
|
55
55
|
|
|
56
56
|
## Building from source
|
|
57
57
|
|
|
@@ -59,35 +59,35 @@ Use one of the following methods to install the plug-in:
|
|
|
59
59
|
|
|
60
60
|
**Follow these steps:**
|
|
61
61
|
|
|
62
|
-
1. The first time that you clone the
|
|
62
|
+
1. The first time that you clone the Zowe CLI Plug-in for IBM CICS Transaction Server GitHub repository, issue the following command against the local directory:
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
64
|
+
```console
|
|
65
|
+
npm install
|
|
66
|
+
```
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
The command installs the required dependencies for the plug-in and several development tools. You can run the task at any time to update the tools as needed.
|
|
69
69
|
|
|
70
70
|
2. To build your code changes, issue the following command:
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
72
|
+
```console
|
|
73
|
+
npm run build
|
|
74
|
+
```
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
The first time you build your code changes, you will be prompted for the location of the Imperative CLI Framework package, which is located in the `node_modules/@zowe` folder in the Zowe CLI home directory.
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
**Note:** When you update `package.json` to include new dependencies, or when you pull changes that affect `package.json`, issue the `npm update` command to download the dependencies.
|
|
79
79
|
|
|
80
80
|
3. Issue one of the following commands to install the plug-in:
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
```console
|
|
83
|
+
zowe plugins install @zowe/cics-for-zowe-cli
|
|
84
|
+
```
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
Or:
|
|
87
87
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
88
|
+
```console
|
|
89
|
+
zowe plugins install .
|
|
90
|
+
```
|
|
91
91
|
|
|
92
92
|
**Tip:** After the installation process completes, it validates that the plug-in was installed correct and the names of its commands, options, and arguments do not conflict with that of the other plug-ins that you installed into your Zowe CLI implementation.
|
|
93
93
|
|
|
@@ -153,9 +153,9 @@ Any failures potentially indicate an issue with the set-up of the Rest API or co
|
|
|
153
153
|
|
|
154
154
|
1. To uninstall the plug-in from a base application, issue the following command:
|
|
155
155
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
156
|
+
```console
|
|
157
|
+
zowe plugins uninstall @zowe/cics-for-zowe-cli
|
|
158
|
+
```
|
|
159
159
|
|
|
160
160
|
After the uninstallation process completes successfully, the product no longer contains the plug-in.
|
|
161
161
|
|
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.13.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.13.0",
|
|
10
10
|
"license": "EPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@zowe/cics-for-zowe-sdk": "6.
|
|
12
|
+
"@zowe/cics-for-zowe-sdk": "6.13.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.13.0",
|
|
23
|
+
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.13.0.tgz",
|
|
24
|
+
"integrity": "sha512-9IOf6CazvKExo89dmVAsGNDiap8EnNP/j/QexUO/cJG6c2zkMllcR7f+J732s7M2F9gbmC5QWgGoXN50k+JBCA==",
|
|
25
25
|
"license": "EPL-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"xml2js": "0.5.0"
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@zowe/cics-for-zowe-sdk": {
|
|
61
|
-
"version": "6.
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.
|
|
63
|
-
"integrity": "sha512-
|
|
61
|
+
"version": "6.13.0",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.13.0.tgz",
|
|
63
|
+
"integrity": "sha512-9IOf6CazvKExo89dmVAsGNDiap8EnNP/j/QexUO/cJG6c2zkMllcR7f+J732s7M2F9gbmC5QWgGoXN50k+JBCA==",
|
|
64
64
|
"requires": {
|
|
65
65
|
"xml2js": "0.5.0"
|
|
66
66
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cics-for-zowe-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.13.0",
|
|
4
4
|
"author": "Zowe",
|
|
5
5
|
"license": "EPL-2.0",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "Zowe CLI Plug-in for IBM CICS Transaction Server",
|
|
7
7
|
"homepage": "https://github.com/zowe/cics-for-zowe-client/blob/main/packages/cli/README.md",
|
|
8
8
|
"bugs": {
|
|
9
9
|
"url": "https://github.com/zowe/cics-for-zowe-client/issues"
|
|
@@ -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.13.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@zowe/imperative": "^8.0.0"
|