@zowe/cli 6.40.4 → 6.40.5
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/LICENSE +277 -0
- package/lib/main.js +0 -0
- package/npm-shrinkwrap.json +119 -130
- package/package.json +12 -12
- package/scripts/performanceAnalysis.js +0 -85
- package/scripts/performanceTest.js +0 -128
package/LICENSE
ADDED
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
Eclipse Public License - v 2.0
|
|
2
|
+
|
|
3
|
+
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
|
4
|
+
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
|
|
5
|
+
OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
|
6
|
+
|
|
7
|
+
1. DEFINITIONS
|
|
8
|
+
|
|
9
|
+
"Contribution" means:
|
|
10
|
+
|
|
11
|
+
a) in the case of the initial Contributor, the initial content
|
|
12
|
+
Distributed under this Agreement, and
|
|
13
|
+
|
|
14
|
+
b) in the case of each subsequent Contributor:
|
|
15
|
+
i) changes to the Program, and
|
|
16
|
+
ii) additions to the Program;
|
|
17
|
+
where such changes and/or additions to the Program originate from
|
|
18
|
+
and are Distributed by that particular Contributor. A Contribution
|
|
19
|
+
"originates" from a Contributor if it was added to the Program by
|
|
20
|
+
such Contributor itself or anyone acting on such Contributor's behalf.
|
|
21
|
+
Contributions do not include changes or additions to the Program that
|
|
22
|
+
are not Modified Works.
|
|
23
|
+
|
|
24
|
+
"Contributor" means any person or entity that Distributes the Program.
|
|
25
|
+
|
|
26
|
+
"Licensed Patents" mean patent claims licensable by a Contributor which
|
|
27
|
+
are necessarily infringed by the use or sale of its Contribution alone
|
|
28
|
+
or when combined with the Program.
|
|
29
|
+
|
|
30
|
+
"Program" means the Contributions Distributed in accordance with this
|
|
31
|
+
Agreement.
|
|
32
|
+
|
|
33
|
+
"Recipient" means anyone who receives the Program under this Agreement
|
|
34
|
+
or any Secondary License (as applicable), including Contributors.
|
|
35
|
+
|
|
36
|
+
"Derivative Works" shall mean any work, whether in Source Code or other
|
|
37
|
+
form, that is based on (or derived from) the Program and for which the
|
|
38
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
39
|
+
represent, as a whole, an original work of authorship.
|
|
40
|
+
|
|
41
|
+
"Modified Works" shall mean any work in Source Code or other form that
|
|
42
|
+
results from an addition to, deletion from, or modification of the
|
|
43
|
+
contents of the Program, including, for purposes of clarity any new file
|
|
44
|
+
in Source Code form that contains any contents of the Program. Modified
|
|
45
|
+
Works shall not include works that contain only declarations,
|
|
46
|
+
interfaces, types, classes, structures, or files of the Program solely
|
|
47
|
+
in each case in order to link to, bind by name, or subclass the Program
|
|
48
|
+
or Modified Works thereof.
|
|
49
|
+
|
|
50
|
+
"Distribute" means the acts of a) distributing or b) making available
|
|
51
|
+
in any manner that enables the transfer of a copy.
|
|
52
|
+
|
|
53
|
+
"Source Code" means the form of a Program preferred for making
|
|
54
|
+
modifications, including but not limited to software source code,
|
|
55
|
+
documentation source, and configuration files.
|
|
56
|
+
|
|
57
|
+
"Secondary License" means either the GNU General Public License,
|
|
58
|
+
Version 2.0, or any later versions of that license, including any
|
|
59
|
+
exceptions or additional permissions as identified by the initial
|
|
60
|
+
Contributor.
|
|
61
|
+
|
|
62
|
+
2. GRANT OF RIGHTS
|
|
63
|
+
|
|
64
|
+
a) Subject to the terms of this Agreement, each Contributor hereby
|
|
65
|
+
grants Recipient a non-exclusive, worldwide, royalty-free copyright
|
|
66
|
+
license to reproduce, prepare Derivative Works of, publicly display,
|
|
67
|
+
publicly perform, Distribute and sublicense the Contribution of such
|
|
68
|
+
Contributor, if any, and such Derivative Works.
|
|
69
|
+
|
|
70
|
+
b) Subject to the terms of this Agreement, each Contributor hereby
|
|
71
|
+
grants Recipient a non-exclusive, worldwide, royalty-free patent
|
|
72
|
+
license under Licensed Patents to make, use, sell, offer to sell,
|
|
73
|
+
import and otherwise transfer the Contribution of such Contributor,
|
|
74
|
+
if any, in Source Code or other form. This patent license shall
|
|
75
|
+
apply to the combination of the Contribution and the Program if, at
|
|
76
|
+
the time the Contribution is added by the Contributor, such addition
|
|
77
|
+
of the Contribution causes such combination to be covered by the
|
|
78
|
+
Licensed Patents. The patent license shall not apply to any other
|
|
79
|
+
combinations which include the Contribution. No hardware per se is
|
|
80
|
+
licensed hereunder.
|
|
81
|
+
|
|
82
|
+
c) Recipient understands that although each Contributor grants the
|
|
83
|
+
licenses to its Contributions set forth herein, no assurances are
|
|
84
|
+
provided by any Contributor that the Program does not infringe the
|
|
85
|
+
patent or other intellectual property rights of any other entity.
|
|
86
|
+
Each Contributor disclaims any liability to Recipient for claims
|
|
87
|
+
brought by any other entity based on infringement of intellectual
|
|
88
|
+
property rights or otherwise. As a condition to exercising the
|
|
89
|
+
rights and licenses granted hereunder, each Recipient hereby
|
|
90
|
+
assumes sole responsibility to secure any other intellectual
|
|
91
|
+
property rights needed, if any. For example, if a third party
|
|
92
|
+
patent license is required to allow Recipient to Distribute the
|
|
93
|
+
Program, it is Recipient's responsibility to acquire that license
|
|
94
|
+
before distributing the Program.
|
|
95
|
+
|
|
96
|
+
d) Each Contributor represents that to its knowledge it has
|
|
97
|
+
sufficient copyright rights in its Contribution, if any, to grant
|
|
98
|
+
the copyright license set forth in this Agreement.
|
|
99
|
+
|
|
100
|
+
e) Notwithstanding the terms of any Secondary License, no
|
|
101
|
+
Contributor makes additional grants to any Recipient (other than
|
|
102
|
+
those set forth in this Agreement) as a result of such Recipient's
|
|
103
|
+
receipt of the Program under the terms of a Secondary License
|
|
104
|
+
(if permitted under the terms of Section 3).
|
|
105
|
+
|
|
106
|
+
3. REQUIREMENTS
|
|
107
|
+
|
|
108
|
+
3.1 If a Contributor Distributes the Program in any form, then:
|
|
109
|
+
|
|
110
|
+
a) the Program must also be made available as Source Code, in
|
|
111
|
+
accordance with section 3.2, and the Contributor must accompany
|
|
112
|
+
the Program with a statement that the Source Code for the Program
|
|
113
|
+
is available under this Agreement, and informs Recipients how to
|
|
114
|
+
obtain it in a reasonable manner on or through a medium customarily
|
|
115
|
+
used for software exchange; and
|
|
116
|
+
|
|
117
|
+
b) the Contributor may Distribute the Program under a license
|
|
118
|
+
different than this Agreement, provided that such license:
|
|
119
|
+
i) effectively disclaims on behalf of all other Contributors all
|
|
120
|
+
warranties and conditions, express and implied, including
|
|
121
|
+
warranties or conditions of title and non-infringement, and
|
|
122
|
+
implied warranties or conditions of merchantability and fitness
|
|
123
|
+
for a particular purpose;
|
|
124
|
+
|
|
125
|
+
ii) effectively excludes on behalf of all other Contributors all
|
|
126
|
+
liability for damages, including direct, indirect, special,
|
|
127
|
+
incidental and consequential damages, such as lost profits;
|
|
128
|
+
|
|
129
|
+
iii) does not attempt to limit or alter the recipients' rights
|
|
130
|
+
in the Source Code under section 3.2; and
|
|
131
|
+
|
|
132
|
+
iv) requires any subsequent distribution of the Program by any
|
|
133
|
+
party to be under a license that satisfies the requirements
|
|
134
|
+
of this section 3.
|
|
135
|
+
|
|
136
|
+
3.2 When the Program is Distributed as Source Code:
|
|
137
|
+
|
|
138
|
+
a) it must be made available under this Agreement, or if the
|
|
139
|
+
Program (i) is combined with other material in a separate file or
|
|
140
|
+
files made available under a Secondary License, and (ii) the initial
|
|
141
|
+
Contributor attached to the Source Code the notice described in
|
|
142
|
+
Exhibit A of this Agreement, then the Program may be made available
|
|
143
|
+
under the terms of such Secondary Licenses, and
|
|
144
|
+
|
|
145
|
+
b) a copy of this Agreement must be included with each copy of
|
|
146
|
+
the Program.
|
|
147
|
+
|
|
148
|
+
3.3 Contributors may not remove or alter any copyright, patent,
|
|
149
|
+
trademark, attribution notices, disclaimers of warranty, or limitations
|
|
150
|
+
of liability ("notices") contained within the Program from any copy of
|
|
151
|
+
the Program which they Distribute, provided that Contributors may add
|
|
152
|
+
their own appropriate notices.
|
|
153
|
+
|
|
154
|
+
4. COMMERCIAL DISTRIBUTION
|
|
155
|
+
|
|
156
|
+
Commercial distributors of software may accept certain responsibilities
|
|
157
|
+
with respect to end users, business partners and the like. While this
|
|
158
|
+
license is intended to facilitate the commercial use of the Program,
|
|
159
|
+
the Contributor who includes the Program in a commercial product
|
|
160
|
+
offering should do so in a manner which does not create potential
|
|
161
|
+
liability for other Contributors. Therefore, if a Contributor includes
|
|
162
|
+
the Program in a commercial product offering, such Contributor
|
|
163
|
+
("Commercial Contributor") hereby agrees to defend and indemnify every
|
|
164
|
+
other Contributor ("Indemnified Contributor") against any losses,
|
|
165
|
+
damages and costs (collectively "Losses") arising from claims, lawsuits
|
|
166
|
+
and other legal actions brought by a third party against the Indemnified
|
|
167
|
+
Contributor to the extent caused by the acts or omissions of such
|
|
168
|
+
Commercial Contributor in connection with its distribution of the Program
|
|
169
|
+
in a commercial product offering. The obligations in this section do not
|
|
170
|
+
apply to any claims or Losses relating to any actual or alleged
|
|
171
|
+
intellectual property infringement. In order to qualify, an Indemnified
|
|
172
|
+
Contributor must: a) promptly notify the Commercial Contributor in
|
|
173
|
+
writing of such claim, and b) allow the Commercial Contributor to control,
|
|
174
|
+
and cooperate with the Commercial Contributor in, the defense and any
|
|
175
|
+
related settlement negotiations. The Indemnified Contributor may
|
|
176
|
+
participate in any such claim at its own expense.
|
|
177
|
+
|
|
178
|
+
For example, a Contributor might include the Program in a commercial
|
|
179
|
+
product offering, Product X. That Contributor is then a Commercial
|
|
180
|
+
Contributor. If that Commercial Contributor then makes performance
|
|
181
|
+
claims, or offers warranties related to Product X, those performance
|
|
182
|
+
claims and warranties are such Commercial Contributor's responsibility
|
|
183
|
+
alone. Under this section, the Commercial Contributor would have to
|
|
184
|
+
defend claims against the other Contributors related to those performance
|
|
185
|
+
claims and warranties, and if a court requires any other Contributor to
|
|
186
|
+
pay any damages as a result, the Commercial Contributor must pay
|
|
187
|
+
those damages.
|
|
188
|
+
|
|
189
|
+
5. NO WARRANTY
|
|
190
|
+
|
|
191
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
|
192
|
+
PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
|
|
193
|
+
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
|
|
194
|
+
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
|
195
|
+
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
|
|
196
|
+
PURPOSE. Each Recipient is solely responsible for determining the
|
|
197
|
+
appropriateness of using and distributing the Program and assumes all
|
|
198
|
+
risks associated with its exercise of rights under this Agreement,
|
|
199
|
+
including but not limited to the risks and costs of program errors,
|
|
200
|
+
compliance with applicable laws, damage to or loss of data, programs
|
|
201
|
+
or equipment, and unavailability or interruption of operations.
|
|
202
|
+
|
|
203
|
+
6. DISCLAIMER OF LIABILITY
|
|
204
|
+
|
|
205
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
|
206
|
+
PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
|
|
207
|
+
SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
208
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
|
|
209
|
+
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
210
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
211
|
+
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
|
|
212
|
+
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
|
|
213
|
+
POSSIBILITY OF SUCH DAMAGES.
|
|
214
|
+
|
|
215
|
+
7. GENERAL
|
|
216
|
+
|
|
217
|
+
If any provision of this Agreement is invalid or unenforceable under
|
|
218
|
+
applicable law, it shall not affect the validity or enforceability of
|
|
219
|
+
the remainder of the terms of this Agreement, and without further
|
|
220
|
+
action by the parties hereto, such provision shall be reformed to the
|
|
221
|
+
minimum extent necessary to make such provision valid and enforceable.
|
|
222
|
+
|
|
223
|
+
If Recipient institutes patent litigation against any entity
|
|
224
|
+
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
|
225
|
+
Program itself (excluding combinations of the Program with other software
|
|
226
|
+
or hardware) infringes such Recipient's patent(s), then such Recipient's
|
|
227
|
+
rights granted under Section 2(b) shall terminate as of the date such
|
|
228
|
+
litigation is filed.
|
|
229
|
+
|
|
230
|
+
All Recipient's rights under this Agreement shall terminate if it
|
|
231
|
+
fails to comply with any of the material terms or conditions of this
|
|
232
|
+
Agreement and does not cure such failure in a reasonable period of
|
|
233
|
+
time after becoming aware of such noncompliance. If all Recipient's
|
|
234
|
+
rights under this Agreement terminate, Recipient agrees to cease use
|
|
235
|
+
and distribution of the Program as soon as reasonably practicable.
|
|
236
|
+
However, Recipient's obligations under this Agreement and any licenses
|
|
237
|
+
granted by Recipient relating to the Program shall continue and survive.
|
|
238
|
+
|
|
239
|
+
Everyone is permitted to copy and distribute copies of this Agreement,
|
|
240
|
+
but in order to avoid inconsistency the Agreement is copyrighted and
|
|
241
|
+
may only be modified in the following manner. The Agreement Steward
|
|
242
|
+
reserves the right to publish new versions (including revisions) of
|
|
243
|
+
this Agreement from time to time. No one other than the Agreement
|
|
244
|
+
Steward has the right to modify this Agreement. The Eclipse Foundation
|
|
245
|
+
is the initial Agreement Steward. The Eclipse Foundation may assign the
|
|
246
|
+
responsibility to serve as the Agreement Steward to a suitable separate
|
|
247
|
+
entity. Each new version of the Agreement will be given a distinguishing
|
|
248
|
+
version number. The Program (including Contributions) may always be
|
|
249
|
+
Distributed subject to the version of the Agreement under which it was
|
|
250
|
+
received. In addition, after a new version of the Agreement is published,
|
|
251
|
+
Contributor may elect to Distribute the Program (including its
|
|
252
|
+
Contributions) under the new version.
|
|
253
|
+
|
|
254
|
+
Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
|
|
255
|
+
receives no rights or licenses to the intellectual property of any
|
|
256
|
+
Contributor under this Agreement, whether expressly, by implication,
|
|
257
|
+
estoppel or otherwise. All rights in the Program not expressly granted
|
|
258
|
+
under this Agreement are reserved. Nothing in this Agreement is intended
|
|
259
|
+
to be enforceable by any entity that is not a Contributor or Recipient.
|
|
260
|
+
No third-party beneficiary rights are created under this Agreement.
|
|
261
|
+
|
|
262
|
+
Exhibit A - Form of Secondary Licenses Notice
|
|
263
|
+
|
|
264
|
+
"This Source Code may also be made available under the following
|
|
265
|
+
Secondary Licenses when the conditions for such availability set forth
|
|
266
|
+
in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
|
|
267
|
+
version(s), and exceptions or additional permissions here}."
|
|
268
|
+
|
|
269
|
+
Simply including a copy of this Agreement, including this Exhibit A
|
|
270
|
+
is not sufficient to license the Source Code under Secondary Licenses.
|
|
271
|
+
|
|
272
|
+
If it is not possible or desirable to put the notice in a particular
|
|
273
|
+
file, then You may include the notice in a location (such as a LICENSE
|
|
274
|
+
file in a relevant directory) where a recipient would be likely to
|
|
275
|
+
look for such a notice.
|
|
276
|
+
|
|
277
|
+
You may add additional accurate notices of copyright ownership.
|
package/lib/main.js
CHANGED
|
File without changes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "6.40.
|
|
3
|
+
"version": "6.40.5",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "6.40.
|
|
9
|
+
"version": "6.40.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@zowe/core-for-zowe-sdk": "6.40.
|
|
14
|
-
"@zowe/imperative": "4.18.
|
|
13
|
+
"@zowe/core-for-zowe-sdk": "6.40.5",
|
|
14
|
+
"@zowe/imperative": "4.18.7",
|
|
15
15
|
"@zowe/perf-timing": "1.0.7",
|
|
16
|
-
"@zowe/provisioning-for-zowe-sdk": "6.40.
|
|
17
|
-
"@zowe/zos-console-for-zowe-sdk": "6.40.
|
|
18
|
-
"@zowe/zos-files-for-zowe-sdk": "6.40.
|
|
19
|
-
"@zowe/zos-jobs-for-zowe-sdk": "6.40.
|
|
20
|
-
"@zowe/zos-logs-for-zowe-sdk": "6.40.
|
|
21
|
-
"@zowe/zos-tso-for-zowe-sdk": "6.40.
|
|
22
|
-
"@zowe/zos-uss-for-zowe-sdk": "6.40.
|
|
23
|
-
"@zowe/zos-workflows-for-zowe-sdk": "6.40.
|
|
24
|
-
"@zowe/zosmf-for-zowe-sdk": "6.40.
|
|
16
|
+
"@zowe/provisioning-for-zowe-sdk": "6.40.5",
|
|
17
|
+
"@zowe/zos-console-for-zowe-sdk": "6.40.5",
|
|
18
|
+
"@zowe/zos-files-for-zowe-sdk": "6.40.5",
|
|
19
|
+
"@zowe/zos-jobs-for-zowe-sdk": "6.40.5",
|
|
20
|
+
"@zowe/zos-logs-for-zowe-sdk": "6.40.5",
|
|
21
|
+
"@zowe/zos-tso-for-zowe-sdk": "6.40.5",
|
|
22
|
+
"@zowe/zos-uss-for-zowe-sdk": "6.40.5",
|
|
23
|
+
"@zowe/zos-workflows-for-zowe-sdk": "6.40.5",
|
|
24
|
+
"@zowe/zosmf-for-zowe-sdk": "6.40.5",
|
|
25
25
|
"get-stdin": "7.0.0",
|
|
26
26
|
"minimatch": "3.0.4"
|
|
27
27
|
},
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"node_modules/@npmcli/git/node_modules/retry": {
|
|
117
117
|
"version": "0.12.0",
|
|
118
118
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
119
|
-
"integrity": "
|
|
119
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
120
120
|
"engines": {
|
|
121
121
|
"node": ">= 4"
|
|
122
122
|
}
|
|
@@ -210,10 +210,9 @@
|
|
|
210
210
|
"integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
|
|
211
211
|
},
|
|
212
212
|
"node_modules/@zowe/core-for-zowe-sdk": {
|
|
213
|
-
"version": "6.40.
|
|
214
|
-
"resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-6.40.
|
|
215
|
-
"integrity": "sha512-
|
|
216
|
-
"license": "EPL-2.0",
|
|
213
|
+
"version": "6.40.5",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-6.40.5.tgz",
|
|
215
|
+
"integrity": "sha512-dGls7NEHhHD5oHrUGXfcibc3UNYAmF6EwhpaeN+XfaGYR/hHZxpYF55GALmaC15LU8svOTl6Lg7Z5ibHn0EP2w==",
|
|
217
216
|
"dependencies": {
|
|
218
217
|
"string-width": "4.2.3"
|
|
219
218
|
},
|
|
@@ -222,10 +221,9 @@
|
|
|
222
221
|
}
|
|
223
222
|
},
|
|
224
223
|
"node_modules/@zowe/imperative": {
|
|
225
|
-
"version": "4.18.
|
|
226
|
-
"resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-4.18.
|
|
227
|
-
"integrity": "sha512-
|
|
228
|
-
"license": "EPL-2.0",
|
|
224
|
+
"version": "4.18.7",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-4.18.7.tgz",
|
|
226
|
+
"integrity": "sha512-c+3dbI5O7JyJ6EVw75rZaqiEqV7nqptlvMWj59oLScxHP2eXcwQVMLXhdE4UW4BfrlQ1+rVcQc3SF7lHJEgg4g==",
|
|
229
227
|
"dependencies": {
|
|
230
228
|
"@types/lodash-deep": "2.0.0",
|
|
231
229
|
"@types/yargs": "13.0.4",
|
|
@@ -297,12 +295,12 @@
|
|
|
297
295
|
"node_modules/@zowe/imperative/node_modules/color-name": {
|
|
298
296
|
"version": "1.1.3",
|
|
299
297
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
300
|
-
"integrity": "
|
|
298
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
|
|
301
299
|
},
|
|
302
300
|
"node_modules/@zowe/imperative/node_modules/escape-string-regexp": {
|
|
303
301
|
"version": "1.0.5",
|
|
304
302
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
305
|
-
"integrity": "
|
|
303
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
306
304
|
"engines": {
|
|
307
305
|
"node": ">=0.8.0"
|
|
308
306
|
}
|
|
@@ -322,7 +320,7 @@
|
|
|
322
320
|
"node_modules/@zowe/imperative/node_modules/has-flag": {
|
|
323
321
|
"version": "3.0.0",
|
|
324
322
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
325
|
-
"integrity": "
|
|
323
|
+
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
326
324
|
"engines": {
|
|
327
325
|
"node": ">=4"
|
|
328
326
|
}
|
|
@@ -423,10 +421,9 @@
|
|
|
423
421
|
}
|
|
424
422
|
},
|
|
425
423
|
"node_modules/@zowe/provisioning-for-zowe-sdk": {
|
|
426
|
-
"version": "6.40.
|
|
427
|
-
"resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-6.40.
|
|
428
|
-
"integrity": "sha512-
|
|
429
|
-
"license": "EPL-2.0",
|
|
424
|
+
"version": "6.40.5",
|
|
425
|
+
"resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-6.40.5.tgz",
|
|
426
|
+
"integrity": "sha512-7nq+Ou5817r1J3bM71su7kY4c5qVH0nol/FxZztgTaJK3ND4/UYkXiVCs5C5bCdiAinOaORI6PDlwzUlN1mmfg==",
|
|
430
427
|
"dependencies": {
|
|
431
428
|
"js-yaml": "3.14.1"
|
|
432
429
|
},
|
|
@@ -436,20 +433,18 @@
|
|
|
436
433
|
}
|
|
437
434
|
},
|
|
438
435
|
"node_modules/@zowe/zos-console-for-zowe-sdk": {
|
|
439
|
-
"version": "6.40.
|
|
440
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-6.40.
|
|
441
|
-
"integrity": "sha512-
|
|
442
|
-
"license": "EPL-2.0",
|
|
436
|
+
"version": "6.40.5",
|
|
437
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-6.40.5.tgz",
|
|
438
|
+
"integrity": "sha512-p5ntseSjnpwIldpwdAbw9dpFo51KE9nP+c691GDM7DKJA1bYOiPJ5cpUFHLLqSB6MK+EI81ujIITQ0yDqOOu8w==",
|
|
443
439
|
"peerDependencies": {
|
|
444
440
|
"@zowe/core-for-zowe-sdk": "^6.24.1",
|
|
445
441
|
"@zowe/imperative": "^4.8.1"
|
|
446
442
|
}
|
|
447
443
|
},
|
|
448
444
|
"node_modules/@zowe/zos-files-for-zowe-sdk": {
|
|
449
|
-
"version": "6.40.
|
|
450
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-6.40.
|
|
451
|
-
"integrity": "sha512-
|
|
452
|
-
"license": "EPL-2.0",
|
|
445
|
+
"version": "6.40.5",
|
|
446
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-6.40.5.tgz",
|
|
447
|
+
"integrity": "sha512-CjkHt2VfxAzxJB7LAb4Ne1+5e2Shh/6T3Al7oHd60cDvAeDIQn9wNvnSz6Rh++uEaPHUhzFK76H1Wsgvcpk5lQ==",
|
|
453
448
|
"dependencies": {
|
|
454
449
|
"minimatch": "3.0.4"
|
|
455
450
|
},
|
|
@@ -459,12 +454,11 @@
|
|
|
459
454
|
}
|
|
460
455
|
},
|
|
461
456
|
"node_modules/@zowe/zos-jobs-for-zowe-sdk": {
|
|
462
|
-
"version": "6.40.
|
|
463
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-6.40.
|
|
464
|
-
"integrity": "sha512-
|
|
465
|
-
"license": "EPL-2.0",
|
|
457
|
+
"version": "6.40.5",
|
|
458
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-6.40.5.tgz",
|
|
459
|
+
"integrity": "sha512-Y9To0tT1U4Rm7iyWCaKB3tcI+8RLM6ezVq2cSgZYrh/tCsFo8FP4d3UaLOMgsEafaVA7R6xyerXN/8bRntUmew==",
|
|
466
460
|
"dependencies": {
|
|
467
|
-
"@zowe/zos-files-for-zowe-sdk": "6.40.
|
|
461
|
+
"@zowe/zos-files-for-zowe-sdk": "6.40.5"
|
|
468
462
|
},
|
|
469
463
|
"peerDependencies": {
|
|
470
464
|
"@zowe/core-for-zowe-sdk": "^6.24.1",
|
|
@@ -472,22 +466,20 @@
|
|
|
472
466
|
}
|
|
473
467
|
},
|
|
474
468
|
"node_modules/@zowe/zos-logs-for-zowe-sdk": {
|
|
475
|
-
"version": "6.40.
|
|
476
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-6.40.
|
|
477
|
-
"integrity": "sha512-
|
|
478
|
-
"license": "EPL-2.0",
|
|
469
|
+
"version": "6.40.5",
|
|
470
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-6.40.5.tgz",
|
|
471
|
+
"integrity": "sha512-09c9mHnlcD7NBe+tx4Egw4dE1bcloo/rQjHFcOCh47DELhWFgQBsLh9Ndg6PV/kqWwZqfl0i1ZFRSCUFjmaUzg==",
|
|
479
472
|
"peerDependencies": {
|
|
480
473
|
"@zowe/core-for-zowe-sdk": "^6.24.1",
|
|
481
474
|
"@zowe/imperative": "^4.8.1"
|
|
482
475
|
}
|
|
483
476
|
},
|
|
484
477
|
"node_modules/@zowe/zos-tso-for-zowe-sdk": {
|
|
485
|
-
"version": "6.40.
|
|
486
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-6.40.
|
|
487
|
-
"integrity": "sha512-
|
|
488
|
-
"license": "EPL-2.0",
|
|
478
|
+
"version": "6.40.5",
|
|
479
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-6.40.5.tgz",
|
|
480
|
+
"integrity": "sha512-aSStyh3iK5Oi1/5tSfX7dBcg2iZPdluc65FDKg4T0zgTO4qVJ71TqY2xEZA7uJ0eQkNHaVj1+funqII6ukO4iw==",
|
|
489
481
|
"dependencies": {
|
|
490
|
-
"@zowe/zosmf-for-zowe-sdk": "6.40.
|
|
482
|
+
"@zowe/zosmf-for-zowe-sdk": "6.40.5"
|
|
491
483
|
},
|
|
492
484
|
"peerDependencies": {
|
|
493
485
|
"@zowe/core-for-zowe-sdk": "^6.24.1",
|
|
@@ -495,10 +487,9 @@
|
|
|
495
487
|
}
|
|
496
488
|
},
|
|
497
489
|
"node_modules/@zowe/zos-uss-for-zowe-sdk": {
|
|
498
|
-
"version": "6.40.
|
|
499
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-6.40.
|
|
500
|
-
"integrity": "sha512-
|
|
501
|
-
"license": "EPL-2.0",
|
|
490
|
+
"version": "6.40.5",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-6.40.5.tgz",
|
|
492
|
+
"integrity": "sha512-9WFWnlW4ZKeDzhcMRQw0OcjrE2KHsDSX+up2sxQtJ8gvB6Pu4cYrXfgiy0KFPedM512HPSKkpjnfI6drUkhB8Q==",
|
|
502
493
|
"dependencies": {
|
|
503
494
|
"ssh2": "1.4.0"
|
|
504
495
|
},
|
|
@@ -507,12 +498,11 @@
|
|
|
507
498
|
}
|
|
508
499
|
},
|
|
509
500
|
"node_modules/@zowe/zos-workflows-for-zowe-sdk": {
|
|
510
|
-
"version": "6.40.
|
|
511
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-6.40.
|
|
512
|
-
"integrity": "sha512-
|
|
513
|
-
"license": "EPL-2.0",
|
|
501
|
+
"version": "6.40.5",
|
|
502
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-6.40.5.tgz",
|
|
503
|
+
"integrity": "sha512-sI34L11FrFMkLbPjxl2MVNHRTTfFk5m/tu9BqxHDe0+YD+C6axsWnCRIRmcrcZqMP0tHI2xAmhplYp0qpFz+dA==",
|
|
514
504
|
"dependencies": {
|
|
515
|
-
"@zowe/zos-files-for-zowe-sdk": "6.40.
|
|
505
|
+
"@zowe/zos-files-for-zowe-sdk": "6.40.5"
|
|
516
506
|
},
|
|
517
507
|
"peerDependencies": {
|
|
518
508
|
"@zowe/core-for-zowe-sdk": "^6.24.1",
|
|
@@ -520,10 +510,9 @@
|
|
|
520
510
|
}
|
|
521
511
|
},
|
|
522
512
|
"node_modules/@zowe/zosmf-for-zowe-sdk": {
|
|
523
|
-
"version": "6.40.
|
|
524
|
-
"resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-6.40.
|
|
525
|
-
"integrity": "sha512-
|
|
526
|
-
"license": "EPL-2.0",
|
|
513
|
+
"version": "6.40.5",
|
|
514
|
+
"resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-6.40.5.tgz",
|
|
515
|
+
"integrity": "sha512-mApv7HGHlOvWvkENPUOMtXM06A2cKzYbDkeGIw0CX7A8u1HcpTzKnHVrSxAYRWRzgAoFORC5D25+d9sGKbAcLg==",
|
|
527
516
|
"peerDependencies": {
|
|
528
517
|
"@zowe/core-for-zowe-sdk": "^6.24.1",
|
|
529
518
|
"@zowe/imperative": "^4.8.1"
|
|
@@ -857,7 +846,7 @@
|
|
|
857
846
|
"node_modules/err-code": {
|
|
858
847
|
"version": "1.1.2",
|
|
859
848
|
"resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz",
|
|
860
|
-
"integrity": "
|
|
849
|
+
"integrity": "sha512-CJAN+O0/yA1CKfRn9SXOGctSpEM7DCon/r/5r2eXFMY2zCCJBasFhcM5I+1kh3Ap11FsQCX+vGHceNPvpWKhoA=="
|
|
861
850
|
},
|
|
862
851
|
"node_modules/esprima": {
|
|
863
852
|
"version": "4.0.1",
|
|
@@ -879,7 +868,7 @@
|
|
|
879
868
|
"node_modules/find-up": {
|
|
880
869
|
"version": "2.1.0",
|
|
881
870
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
|
|
882
|
-
"integrity": "
|
|
871
|
+
"integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==",
|
|
883
872
|
"dependencies": {
|
|
884
873
|
"locate-path": "^2.0.0"
|
|
885
874
|
},
|
|
@@ -1082,7 +1071,7 @@
|
|
|
1082
1071
|
"node_modules/jsonfile": {
|
|
1083
1072
|
"version": "4.0.0",
|
|
1084
1073
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
1085
|
-
"integrity": "
|
|
1074
|
+
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
1086
1075
|
"optionalDependencies": {
|
|
1087
1076
|
"graceful-fs": "^4.1.6"
|
|
1088
1077
|
}
|
|
@@ -1114,7 +1103,7 @@
|
|
|
1114
1103
|
"node_modules/locate-path": {
|
|
1115
1104
|
"version": "2.0.0",
|
|
1116
1105
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
|
|
1117
|
-
"integrity": "
|
|
1106
|
+
"integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==",
|
|
1118
1107
|
"dependencies": {
|
|
1119
1108
|
"p-locate": "^2.0.0",
|
|
1120
1109
|
"path-exists": "^3.0.0"
|
|
@@ -1205,9 +1194,9 @@
|
|
|
1205
1194
|
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
1206
1195
|
},
|
|
1207
1196
|
"node_modules/minipass": {
|
|
1208
|
-
"version": "3.
|
|
1209
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.
|
|
1210
|
-
"integrity": "sha512-
|
|
1197
|
+
"version": "3.3.4",
|
|
1198
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.4.tgz",
|
|
1199
|
+
"integrity": "sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==",
|
|
1211
1200
|
"dependencies": {
|
|
1212
1201
|
"yallist": "^4.0.0"
|
|
1213
1202
|
},
|
|
@@ -1555,7 +1544,7 @@
|
|
|
1555
1544
|
"node_modules/npm-registry-fetch/node_modules/retry": {
|
|
1556
1545
|
"version": "0.12.0",
|
|
1557
1546
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
1558
|
-
"integrity": "
|
|
1547
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
1559
1548
|
"engines": {
|
|
1560
1549
|
"node": ">= 4"
|
|
1561
1550
|
}
|
|
@@ -1608,7 +1597,7 @@
|
|
|
1608
1597
|
"node_modules/p-locate": {
|
|
1609
1598
|
"version": "2.0.0",
|
|
1610
1599
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
|
|
1611
|
-
"integrity": "
|
|
1600
|
+
"integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==",
|
|
1612
1601
|
"dependencies": {
|
|
1613
1602
|
"p-limit": "^1.1.0"
|
|
1614
1603
|
},
|
|
@@ -1633,7 +1622,7 @@
|
|
|
1633
1622
|
"node_modules/p-try": {
|
|
1634
1623
|
"version": "1.0.0",
|
|
1635
1624
|
"resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
|
|
1636
|
-
"integrity": "
|
|
1625
|
+
"integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==",
|
|
1637
1626
|
"engines": {
|
|
1638
1627
|
"node": ">=4"
|
|
1639
1628
|
}
|
|
@@ -1694,7 +1683,7 @@
|
|
|
1694
1683
|
"node_modules/path-exists": {
|
|
1695
1684
|
"version": "3.0.0",
|
|
1696
1685
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
|
1697
|
-
"integrity": "
|
|
1686
|
+
"integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
|
|
1698
1687
|
"engines": {
|
|
1699
1688
|
"node": ">=4"
|
|
1700
1689
|
}
|
|
@@ -1746,7 +1735,7 @@
|
|
|
1746
1735
|
"node_modules/promise-retry": {
|
|
1747
1736
|
"version": "1.1.1",
|
|
1748
1737
|
"resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz",
|
|
1749
|
-
"integrity": "
|
|
1738
|
+
"integrity": "sha512-StEy2osPr28o17bIW776GtwO6+Q+M9zPiZkYfosciUUMYqjhU/ffwRAH0zN2+uvGyUsn8/YICIHRzLbPacpZGw==",
|
|
1750
1739
|
"dependencies": {
|
|
1751
1740
|
"err-code": "^1.0.0",
|
|
1752
1741
|
"retry": "^0.10.0"
|
|
@@ -1788,7 +1777,7 @@
|
|
|
1788
1777
|
"node_modules/retry": {
|
|
1789
1778
|
"version": "0.10.1",
|
|
1790
1779
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz",
|
|
1791
|
-
"integrity": "
|
|
1780
|
+
"integrity": "sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ==",
|
|
1792
1781
|
"engines": {
|
|
1793
1782
|
"node": "*"
|
|
1794
1783
|
}
|
|
@@ -2287,7 +2276,7 @@
|
|
|
2287
2276
|
"retry": {
|
|
2288
2277
|
"version": "0.12.0",
|
|
2289
2278
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
2290
|
-
"integrity": "
|
|
2279
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow=="
|
|
2291
2280
|
},
|
|
2292
2281
|
"yallist": {
|
|
2293
2282
|
"version": "4.0.0",
|
|
@@ -2364,17 +2353,17 @@
|
|
|
2364
2353
|
"integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
|
|
2365
2354
|
},
|
|
2366
2355
|
"@zowe/core-for-zowe-sdk": {
|
|
2367
|
-
"version": "6.40.
|
|
2368
|
-
"resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-6.40.
|
|
2369
|
-
"integrity": "sha512-
|
|
2356
|
+
"version": "6.40.5",
|
|
2357
|
+
"resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-6.40.5.tgz",
|
|
2358
|
+
"integrity": "sha512-dGls7NEHhHD5oHrUGXfcibc3UNYAmF6EwhpaeN+XfaGYR/hHZxpYF55GALmaC15LU8svOTl6Lg7Z5ibHn0EP2w==",
|
|
2370
2359
|
"requires": {
|
|
2371
2360
|
"string-width": "4.2.3"
|
|
2372
2361
|
}
|
|
2373
2362
|
},
|
|
2374
2363
|
"@zowe/imperative": {
|
|
2375
|
-
"version": "4.18.
|
|
2376
|
-
"resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-4.18.
|
|
2377
|
-
"integrity": "sha512-
|
|
2364
|
+
"version": "4.18.7",
|
|
2365
|
+
"resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-4.18.7.tgz",
|
|
2366
|
+
"integrity": "sha512-c+3dbI5O7JyJ6EVw75rZaqiEqV7nqptlvMWj59oLScxHP2eXcwQVMLXhdE4UW4BfrlQ1+rVcQc3SF7lHJEgg4g==",
|
|
2378
2367
|
"requires": {
|
|
2379
2368
|
"@types/lodash-deep": "2.0.0",
|
|
2380
2369
|
"@types/yargs": "13.0.4",
|
|
@@ -2437,12 +2426,12 @@
|
|
|
2437
2426
|
"color-name": {
|
|
2438
2427
|
"version": "1.1.3",
|
|
2439
2428
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
2440
|
-
"integrity": "
|
|
2429
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
|
|
2441
2430
|
},
|
|
2442
2431
|
"escape-string-regexp": {
|
|
2443
2432
|
"version": "1.0.5",
|
|
2444
2433
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
2445
|
-
"integrity": "
|
|
2434
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
|
|
2446
2435
|
},
|
|
2447
2436
|
"find-up": {
|
|
2448
2437
|
"version": "4.1.0",
|
|
@@ -2456,7 +2445,7 @@
|
|
|
2456
2445
|
"has-flag": {
|
|
2457
2446
|
"version": "3.0.0",
|
|
2458
2447
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
2459
|
-
"integrity": "
|
|
2448
|
+
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
|
|
2460
2449
|
},
|
|
2461
2450
|
"locate-path": {
|
|
2462
2451
|
"version": "5.0.0",
|
|
@@ -2525,69 +2514,69 @@
|
|
|
2525
2514
|
}
|
|
2526
2515
|
},
|
|
2527
2516
|
"@zowe/provisioning-for-zowe-sdk": {
|
|
2528
|
-
"version": "6.40.
|
|
2529
|
-
"resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-6.40.
|
|
2530
|
-
"integrity": "sha512-
|
|
2517
|
+
"version": "6.40.5",
|
|
2518
|
+
"resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-6.40.5.tgz",
|
|
2519
|
+
"integrity": "sha512-7nq+Ou5817r1J3bM71su7kY4c5qVH0nol/FxZztgTaJK3ND4/UYkXiVCs5C5bCdiAinOaORI6PDlwzUlN1mmfg==",
|
|
2531
2520
|
"requires": {
|
|
2532
2521
|
"js-yaml": "3.14.1"
|
|
2533
2522
|
}
|
|
2534
2523
|
},
|
|
2535
2524
|
"@zowe/zos-console-for-zowe-sdk": {
|
|
2536
|
-
"version": "6.40.
|
|
2537
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-6.40.
|
|
2538
|
-
"integrity": "sha512-
|
|
2525
|
+
"version": "6.40.5",
|
|
2526
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-6.40.5.tgz",
|
|
2527
|
+
"integrity": "sha512-p5ntseSjnpwIldpwdAbw9dpFo51KE9nP+c691GDM7DKJA1bYOiPJ5cpUFHLLqSB6MK+EI81ujIITQ0yDqOOu8w==",
|
|
2539
2528
|
"requires": {}
|
|
2540
2529
|
},
|
|
2541
2530
|
"@zowe/zos-files-for-zowe-sdk": {
|
|
2542
|
-
"version": "6.40.
|
|
2543
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-6.40.
|
|
2544
|
-
"integrity": "sha512-
|
|
2531
|
+
"version": "6.40.5",
|
|
2532
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-6.40.5.tgz",
|
|
2533
|
+
"integrity": "sha512-CjkHt2VfxAzxJB7LAb4Ne1+5e2Shh/6T3Al7oHd60cDvAeDIQn9wNvnSz6Rh++uEaPHUhzFK76H1Wsgvcpk5lQ==",
|
|
2545
2534
|
"requires": {
|
|
2546
2535
|
"minimatch": "3.0.4"
|
|
2547
2536
|
}
|
|
2548
2537
|
},
|
|
2549
2538
|
"@zowe/zos-jobs-for-zowe-sdk": {
|
|
2550
|
-
"version": "6.40.
|
|
2551
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-6.40.
|
|
2552
|
-
"integrity": "sha512-
|
|
2539
|
+
"version": "6.40.5",
|
|
2540
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-6.40.5.tgz",
|
|
2541
|
+
"integrity": "sha512-Y9To0tT1U4Rm7iyWCaKB3tcI+8RLM6ezVq2cSgZYrh/tCsFo8FP4d3UaLOMgsEafaVA7R6xyerXN/8bRntUmew==",
|
|
2553
2542
|
"requires": {
|
|
2554
|
-
"@zowe/zos-files-for-zowe-sdk": "6.40.
|
|
2543
|
+
"@zowe/zos-files-for-zowe-sdk": "6.40.5"
|
|
2555
2544
|
}
|
|
2556
2545
|
},
|
|
2557
2546
|
"@zowe/zos-logs-for-zowe-sdk": {
|
|
2558
|
-
"version": "6.40.
|
|
2559
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-6.40.
|
|
2560
|
-
"integrity": "sha512-
|
|
2547
|
+
"version": "6.40.5",
|
|
2548
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-6.40.5.tgz",
|
|
2549
|
+
"integrity": "sha512-09c9mHnlcD7NBe+tx4Egw4dE1bcloo/rQjHFcOCh47DELhWFgQBsLh9Ndg6PV/kqWwZqfl0i1ZFRSCUFjmaUzg==",
|
|
2561
2550
|
"requires": {}
|
|
2562
2551
|
},
|
|
2563
2552
|
"@zowe/zos-tso-for-zowe-sdk": {
|
|
2564
|
-
"version": "6.40.
|
|
2565
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-6.40.
|
|
2566
|
-
"integrity": "sha512-
|
|
2553
|
+
"version": "6.40.5",
|
|
2554
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-6.40.5.tgz",
|
|
2555
|
+
"integrity": "sha512-aSStyh3iK5Oi1/5tSfX7dBcg2iZPdluc65FDKg4T0zgTO4qVJ71TqY2xEZA7uJ0eQkNHaVj1+funqII6ukO4iw==",
|
|
2567
2556
|
"requires": {
|
|
2568
|
-
"@zowe/zosmf-for-zowe-sdk": "6.40.
|
|
2557
|
+
"@zowe/zosmf-for-zowe-sdk": "6.40.5"
|
|
2569
2558
|
}
|
|
2570
2559
|
},
|
|
2571
2560
|
"@zowe/zos-uss-for-zowe-sdk": {
|
|
2572
|
-
"version": "6.40.
|
|
2573
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-6.40.
|
|
2574
|
-
"integrity": "sha512-
|
|
2561
|
+
"version": "6.40.5",
|
|
2562
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-6.40.5.tgz",
|
|
2563
|
+
"integrity": "sha512-9WFWnlW4ZKeDzhcMRQw0OcjrE2KHsDSX+up2sxQtJ8gvB6Pu4cYrXfgiy0KFPedM512HPSKkpjnfI6drUkhB8Q==",
|
|
2575
2564
|
"requires": {
|
|
2576
2565
|
"ssh2": "1.4.0"
|
|
2577
2566
|
}
|
|
2578
2567
|
},
|
|
2579
2568
|
"@zowe/zos-workflows-for-zowe-sdk": {
|
|
2580
|
-
"version": "6.40.
|
|
2581
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-6.40.
|
|
2582
|
-
"integrity": "sha512-
|
|
2569
|
+
"version": "6.40.5",
|
|
2570
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-6.40.5.tgz",
|
|
2571
|
+
"integrity": "sha512-sI34L11FrFMkLbPjxl2MVNHRTTfFk5m/tu9BqxHDe0+YD+C6axsWnCRIRmcrcZqMP0tHI2xAmhplYp0qpFz+dA==",
|
|
2583
2572
|
"requires": {
|
|
2584
|
-
"@zowe/zos-files-for-zowe-sdk": "6.40.
|
|
2573
|
+
"@zowe/zos-files-for-zowe-sdk": "6.40.5"
|
|
2585
2574
|
}
|
|
2586
2575
|
},
|
|
2587
2576
|
"@zowe/zosmf-for-zowe-sdk": {
|
|
2588
|
-
"version": "6.40.
|
|
2589
|
-
"resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-6.40.
|
|
2590
|
-
"integrity": "sha512-
|
|
2577
|
+
"version": "6.40.5",
|
|
2578
|
+
"resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-6.40.5.tgz",
|
|
2579
|
+
"integrity": "sha512-mApv7HGHlOvWvkENPUOMtXM06A2cKzYbDkeGIw0CX7A8u1HcpTzKnHVrSxAYRWRzgAoFORC5D25+d9sGKbAcLg==",
|
|
2591
2580
|
"requires": {}
|
|
2592
2581
|
},
|
|
2593
2582
|
"aggregate-error": {
|
|
@@ -2847,7 +2836,7 @@
|
|
|
2847
2836
|
"err-code": {
|
|
2848
2837
|
"version": "1.1.2",
|
|
2849
2838
|
"resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz",
|
|
2850
|
-
"integrity": "
|
|
2839
|
+
"integrity": "sha512-CJAN+O0/yA1CKfRn9SXOGctSpEM7DCon/r/5r2eXFMY2zCCJBasFhcM5I+1kh3Ap11FsQCX+vGHceNPvpWKhoA=="
|
|
2851
2840
|
},
|
|
2852
2841
|
"esprima": {
|
|
2853
2842
|
"version": "4.0.1",
|
|
@@ -2862,7 +2851,7 @@
|
|
|
2862
2851
|
"find-up": {
|
|
2863
2852
|
"version": "2.1.0",
|
|
2864
2853
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
|
|
2865
|
-
"integrity": "
|
|
2854
|
+
"integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==",
|
|
2866
2855
|
"requires": {
|
|
2867
2856
|
"locate-path": "^2.0.0"
|
|
2868
2857
|
}
|
|
@@ -3028,7 +3017,7 @@
|
|
|
3028
3017
|
"jsonfile": {
|
|
3029
3018
|
"version": "4.0.0",
|
|
3030
3019
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
3031
|
-
"integrity": "
|
|
3020
|
+
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
3032
3021
|
"requires": {
|
|
3033
3022
|
"graceful-fs": "^4.1.6"
|
|
3034
3023
|
}
|
|
@@ -3054,7 +3043,7 @@
|
|
|
3054
3043
|
"locate-path": {
|
|
3055
3044
|
"version": "2.0.0",
|
|
3056
3045
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
|
|
3057
|
-
"integrity": "
|
|
3046
|
+
"integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==",
|
|
3058
3047
|
"requires": {
|
|
3059
3048
|
"p-locate": "^2.0.0",
|
|
3060
3049
|
"path-exists": "^3.0.0"
|
|
@@ -3131,9 +3120,9 @@
|
|
|
3131
3120
|
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
3132
3121
|
},
|
|
3133
3122
|
"minipass": {
|
|
3134
|
-
"version": "3.
|
|
3135
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.
|
|
3136
|
-
"integrity": "sha512-
|
|
3123
|
+
"version": "3.3.4",
|
|
3124
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.4.tgz",
|
|
3125
|
+
"integrity": "sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==",
|
|
3137
3126
|
"requires": {
|
|
3138
3127
|
"yallist": "^4.0.0"
|
|
3139
3128
|
},
|
|
@@ -3413,7 +3402,7 @@
|
|
|
3413
3402
|
"retry": {
|
|
3414
3403
|
"version": "0.12.0",
|
|
3415
3404
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
3416
|
-
"integrity": "
|
|
3405
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow=="
|
|
3417
3406
|
},
|
|
3418
3407
|
"socks-proxy-agent": {
|
|
3419
3408
|
"version": "5.0.1",
|
|
@@ -3456,7 +3445,7 @@
|
|
|
3456
3445
|
"p-locate": {
|
|
3457
3446
|
"version": "2.0.0",
|
|
3458
3447
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
|
|
3459
|
-
"integrity": "
|
|
3448
|
+
"integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==",
|
|
3460
3449
|
"requires": {
|
|
3461
3450
|
"p-limit": "^1.1.0"
|
|
3462
3451
|
}
|
|
@@ -3472,7 +3461,7 @@
|
|
|
3472
3461
|
"p-try": {
|
|
3473
3462
|
"version": "1.0.0",
|
|
3474
3463
|
"resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
|
|
3475
|
-
"integrity": "
|
|
3464
|
+
"integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww=="
|
|
3476
3465
|
},
|
|
3477
3466
|
"pacote": {
|
|
3478
3467
|
"version": "11.1.4",
|
|
@@ -3520,7 +3509,7 @@
|
|
|
3520
3509
|
"path-exists": {
|
|
3521
3510
|
"version": "3.0.0",
|
|
3522
3511
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
|
3523
|
-
"integrity": "
|
|
3512
|
+
"integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
|
|
3524
3513
|
},
|
|
3525
3514
|
"path-is-absolute": {
|
|
3526
3515
|
"version": "1.0.1",
|
|
@@ -3557,7 +3546,7 @@
|
|
|
3557
3546
|
"promise-retry": {
|
|
3558
3547
|
"version": "1.1.1",
|
|
3559
3548
|
"resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz",
|
|
3560
|
-
"integrity": "
|
|
3549
|
+
"integrity": "sha512-StEy2osPr28o17bIW776GtwO6+Q+M9zPiZkYfosciUUMYqjhU/ffwRAH0zN2+uvGyUsn8/YICIHRzLbPacpZGw==",
|
|
3561
3550
|
"requires": {
|
|
3562
3551
|
"err-code": "^1.0.0",
|
|
3563
3552
|
"retry": "^0.10.0"
|
|
@@ -3590,7 +3579,7 @@
|
|
|
3590
3579
|
"retry": {
|
|
3591
3580
|
"version": "0.10.1",
|
|
3592
3581
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz",
|
|
3593
|
-
"integrity": "
|
|
3582
|
+
"integrity": "sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ=="
|
|
3594
3583
|
},
|
|
3595
3584
|
"rfdc": {
|
|
3596
3585
|
"version": "1.3.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "6.40.
|
|
3
|
+
"version": "6.40.5",
|
|
4
4
|
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
|
|
5
5
|
"author": "Zowe",
|
|
6
6
|
"license": "EPL-2.0",
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@zowe/core-for-zowe-sdk": "6.40.
|
|
59
|
-
"@zowe/imperative": "4.18.
|
|
58
|
+
"@zowe/core-for-zowe-sdk": "6.40.5",
|
|
59
|
+
"@zowe/imperative": "4.18.7",
|
|
60
60
|
"@zowe/perf-timing": "1.0.7",
|
|
61
|
-
"@zowe/provisioning-for-zowe-sdk": "6.40.
|
|
62
|
-
"@zowe/zos-console-for-zowe-sdk": "6.40.
|
|
63
|
-
"@zowe/zos-files-for-zowe-sdk": "6.40.
|
|
64
|
-
"@zowe/zos-jobs-for-zowe-sdk": "6.40.
|
|
65
|
-
"@zowe/zos-logs-for-zowe-sdk": "6.40.
|
|
66
|
-
"@zowe/zos-tso-for-zowe-sdk": "6.40.
|
|
67
|
-
"@zowe/zos-uss-for-zowe-sdk": "6.40.
|
|
68
|
-
"@zowe/zos-workflows-for-zowe-sdk": "6.40.
|
|
69
|
-
"@zowe/zosmf-for-zowe-sdk": "6.40.
|
|
61
|
+
"@zowe/provisioning-for-zowe-sdk": "6.40.5",
|
|
62
|
+
"@zowe/zos-console-for-zowe-sdk": "6.40.5",
|
|
63
|
+
"@zowe/zos-files-for-zowe-sdk": "6.40.5",
|
|
64
|
+
"@zowe/zos-jobs-for-zowe-sdk": "6.40.5",
|
|
65
|
+
"@zowe/zos-logs-for-zowe-sdk": "6.40.5",
|
|
66
|
+
"@zowe/zos-tso-for-zowe-sdk": "6.40.5",
|
|
67
|
+
"@zowe/zos-uss-for-zowe-sdk": "6.40.5",
|
|
68
|
+
"@zowe/zos-workflows-for-zowe-sdk": "6.40.5",
|
|
69
|
+
"@zowe/zosmf-for-zowe-sdk": "6.40.5",
|
|
70
70
|
"get-stdin": "7.0.0",
|
|
71
71
|
"minimatch": "3.0.4"
|
|
72
72
|
},
|
|
@@ -1,85 +0,0 @@
|
|
|
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
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Read in a directory containing json files of runs of scripts/performanceTest.js
|
|
14
|
-
* from different systems, and analyze the results, providing a summary
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
const fs = require("fs");
|
|
18
|
-
const {TextUtils} = require("@brightside/imperative");
|
|
19
|
-
const {resolve} = require("path");
|
|
20
|
-
const jsonFilesDirectory = resolve(process.argv[2]);
|
|
21
|
-
if (jsonFilesDirectory == null) {
|
|
22
|
-
console.error("You must specify a directory containing performance test JSON files as the " +
|
|
23
|
-
"first positional argument to this script.");
|
|
24
|
-
process.exit(1);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
console.log("Analyzing performance test results in the directory '%s'", jsonFilesDirectory);
|
|
28
|
-
const filesInDir = fs.readdirSync(jsonFilesDirectory);
|
|
29
|
-
const jsonFiles = [];
|
|
30
|
-
for (const file of filesInDir) {
|
|
31
|
-
if (file.indexOf(".json") >= 0) {
|
|
32
|
-
jsonFiles.push(file);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
const finalResults = {};
|
|
37
|
-
|
|
38
|
-
for (const file of jsonFiles) {
|
|
39
|
-
const jsonResult = require(resolve(jsonFilesDirectory + "/" + file));
|
|
40
|
-
for (const result of jsonResult.results) {
|
|
41
|
-
if (finalResults[result.label] == null) {
|
|
42
|
-
// if this is the first time we've seen this label, initialize the result for the task
|
|
43
|
-
finalResults[result.label] = {
|
|
44
|
-
longest: -1,
|
|
45
|
-
shortest: 99999999999999999999999999999,
|
|
46
|
-
numResults: 0,
|
|
47
|
-
total: 0,
|
|
48
|
-
average: 0
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
finalResults[result.label].total += result.elapsedTime;
|
|
53
|
-
finalResults[result.label].numResults++;
|
|
54
|
-
if (finalResults[result.label].longest < result.elapsedTime) {
|
|
55
|
-
finalResults[result.label].longest = result.elapsedTime;
|
|
56
|
-
}
|
|
57
|
-
if (finalResults[result.label].shortest > result.elapsedTime) {
|
|
58
|
-
finalResults[result.label].shortest = result.elapsedTime;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
for (const label of Object.keys(finalResults)) {
|
|
64
|
-
finalResults[label].average = (finalResults[label].total / finalResults[label].numResults).toFixed(2);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Get a report of the results
|
|
69
|
-
*
|
|
70
|
-
* First, add human-readable keys to the result object
|
|
71
|
-
*/
|
|
72
|
-
const stringifiedResults = Object.keys(finalResults).map(function (label) {
|
|
73
|
-
const result = finalResults[label];
|
|
74
|
-
const newResult = {};
|
|
75
|
-
newResult.Task = label;
|
|
76
|
-
newResult["Shortest time (ms)"] = result.shortest;
|
|
77
|
-
newResult["Average time (ms)"] = result.average;
|
|
78
|
-
newResult["Longest time (ms)"] = result.longest;
|
|
79
|
-
newResult["Number of tests"] = result.numResults;
|
|
80
|
-
delete newResult.elapsedTime;
|
|
81
|
-
return newResult;
|
|
82
|
-
});
|
|
83
|
-
|
|
84
|
-
const resultTable = TextUtils.getTable(stringifiedResults, "blue", undefined, undefined, true);
|
|
85
|
-
console.log("\n" + resultTable);
|
|
@@ -1,128 +0,0 @@
|
|
|
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
|
-
|
|
12
|
-
const childProcess = require("child_process");
|
|
13
|
-
const moment = require("moment");
|
|
14
|
-
const os = require("os");
|
|
15
|
-
const {IO, TextUtils} = require("@brightside/imperative");
|
|
16
|
-
const fs = require("fs");
|
|
17
|
-
const {resolve, join} = require("path");
|
|
18
|
-
|
|
19
|
-
const tempHomeDir = resolve(__dirname + "/../__tests__/__results__/performance");
|
|
20
|
-
const resultFile = tempHomeDir + "/results.txt";
|
|
21
|
-
IO.createDirsSyncFromFilePath(resultFile);
|
|
22
|
-
const resultJSONFile = join(tempHomeDir, `results_${moment().format('x')}.json`);
|
|
23
|
-
const packageName = "@brightside/core";
|
|
24
|
-
const binName = "bright";
|
|
25
|
-
|
|
26
|
-
const header = `Performance Tests\nCurrent time ${moment()}\nPlatform '${os.platform()}'. Architecture '${os.arch()}'\n` +
|
|
27
|
-
`Total Memory: ${os.totalmem()}. Free memory ${os.freemem()}\n` +
|
|
28
|
-
`Number of CPUs ${os.cpus().length}.\n` +
|
|
29
|
-
`User name: ${os.userInfo().username}\n`;
|
|
30
|
-
console.log(header);
|
|
31
|
-
IO.writeFile(resultFile, header);
|
|
32
|
-
|
|
33
|
-
const results = [];
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Set the current home directory
|
|
37
|
-
*/
|
|
38
|
-
const env = JSON.parse(JSON.stringify(process.env)); // copy the current environmental variables
|
|
39
|
-
env.ZOWE_CLI_HOME = tempHomeDir;
|
|
40
|
-
deleteHomeDirectory();
|
|
41
|
-
uninstallBrightside();
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Execute our list of performance test tasks here
|
|
45
|
-
*/
|
|
46
|
-
results.push(execTimed(`npm install -g ${packageName}@next`, "Install @next version of Brightside"));
|
|
47
|
-
results.push(execTimed(`${binName} --help`, `Issue ${binName} --help (no plugins) `));
|
|
48
|
-
results.push(execTimed(`${binName} profiles list zosmf --rfj`, "List zosmf profiles (no plugins) "));
|
|
49
|
-
results.push(execTimed(`${binName} plugins install @brightside/filemasterplus`, "Install filemaster plugin "));
|
|
50
|
-
results.push(execTimed(`${binName} --help`, `Issue ${binName} --help (1 plugin) `));
|
|
51
|
-
results.push(execTimed(`${binName} plugins install @brightside/endevor`, "Install endevor plugin (with filemaster installed) "));
|
|
52
|
-
results.push(execTimed(`${binName} --help`, `Issue ${binName} --help (2 plugins) `));
|
|
53
|
-
results.push(execTimed(`${binName} profiles list zosmf --rfj`, "List zosmf profiles (2 plugins) "));
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* Get a report of the results
|
|
57
|
-
*
|
|
58
|
-
* First, add human-readable keys to the result object
|
|
59
|
-
*/
|
|
60
|
-
const stringifiedResults = results.map(function (result) {
|
|
61
|
-
const newResult = JSON.parse(JSON.stringify(result)); // copy the result before modifying
|
|
62
|
-
if (newResult.Passed != null) {
|
|
63
|
-
newResult.Passed = newResult.Passed ? TextUtils.chalk.green(":)") : TextUtils.chalk.red("X");
|
|
64
|
-
}
|
|
65
|
-
newResult["Elapsed Time (ms)"] = newResult.elapsedTime;
|
|
66
|
-
newResult.Task = newResult.label;
|
|
67
|
-
delete newResult.label;
|
|
68
|
-
delete newResult.elapsedTime;
|
|
69
|
-
return newResult;
|
|
70
|
-
});
|
|
71
|
-
const resultTable = TextUtils.getTable(stringifiedResults, "blue", undefined, undefined, true);
|
|
72
|
-
console.log("\n" + resultTable);
|
|
73
|
-
IO.writeFile(resultFile, resultTable);
|
|
74
|
-
IO.writeFile(resultJSONFile, JSON.stringify({header, results}, null, 2));
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Execute a command synchronously and time how long it takes to execute
|
|
78
|
-
* @param command - the command to execute
|
|
79
|
-
* @param label - label for the action you are performing with this command
|
|
80
|
-
* @param expectedTime - the amount of time in milliseconds you expect this command to take
|
|
81
|
-
*/
|
|
82
|
-
function execTimed(command, label, expectedTime) {
|
|
83
|
-
console.log("Running '%s'\n", command);
|
|
84
|
-
const beforeTimeStamp = moment();
|
|
85
|
-
const outputFileName = join(tempHomeDir, "output/" + label + ".txt");
|
|
86
|
-
IO.createDirsSyncFromFilePath(outputFileName);
|
|
87
|
-
const outputFileStream = fs.openSync(outputFileName, "w+");
|
|
88
|
-
|
|
89
|
-
childProcess.execSync(command, {env, stdio: ["inherit", outputFileStream, outputFileStream]});
|
|
90
|
-
const afterTimeStamp = moment();
|
|
91
|
-
const elapsedTime = afterTimeStamp.diff(beforeTimeStamp);
|
|
92
|
-
let timeGreaterThanExpected = undefined;
|
|
93
|
-
const result = {label, elapsedTime};
|
|
94
|
-
if (expectedTime != null) {
|
|
95
|
-
timeGreaterThanExpected = elapsedTime > expectedTime;
|
|
96
|
-
if (timeGreaterThanExpected) {
|
|
97
|
-
result.Passed = false;
|
|
98
|
-
} else if (timeGreaterThanExpected === false) {
|
|
99
|
-
// don't set timeGreaterThanExpected if there's no expected time
|
|
100
|
-
result.Passed = true;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
return result;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* Delete the temporary brightside home directory
|
|
109
|
-
*/
|
|
110
|
-
function deleteHomeDirectory() {
|
|
111
|
-
console.log("Deleting %s...", tempHomeDir);
|
|
112
|
-
try {
|
|
113
|
-
require("rimraf").sync(tempHomeDir);
|
|
114
|
-
} catch (rimrafError) {
|
|
115
|
-
throw new Error("Failed to delete " + tempHomeDir + ". Rimraf error:" + rimrafError);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
function uninstallBrightside() {
|
|
120
|
-
console.log("Uninstalling %s before global install\n", packageName);
|
|
121
|
-
const outputFileName = join(tempHomeDir, "output/uninstall.txt");
|
|
122
|
-
IO.createDirsSyncFromFilePath(outputFileName);
|
|
123
|
-
const outputFileStream = fs.openSync(outputFileName, "w+");
|
|
124
|
-
childProcess.execSync(`npm uninstall -g ${packageName}`, {
|
|
125
|
-
env,
|
|
126
|
-
stdio: ["inherit", outputFileStream, outputFileStream]
|
|
127
|
-
});
|
|
128
|
-
}
|