@zeyue0329/xiaoma-cli 1.0.4 → 1.0.6
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/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeyue0329/xiaoma-cli-installer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zeyue0329/xiaoma-cli-installer",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.5",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"chalk": "^
|
|
12
|
+
"chalk": "^4.1.2",
|
|
13
13
|
"commander": "^14.0.0",
|
|
14
14
|
"fs-extra": "^11.3.0",
|
|
15
|
-
"inquirer": "^
|
|
15
|
+
"inquirer": "^8.2.6",
|
|
16
16
|
"js-yaml": "^4.1.0",
|
|
17
|
-
"ora": "^
|
|
17
|
+
"ora": "^5.4.1"
|
|
18
18
|
},
|
|
19
19
|
"bin": {
|
|
20
20
|
"xiaoma-cli-installer": "bin/xiaoma.js",
|
|
@@ -24,310 +24,6 @@
|
|
|
24
24
|
"node": ">=20.0.0"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
-
"node_modules/@inquirer/checkbox": {
|
|
28
|
-
"version": "4.2.0",
|
|
29
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.0.tgz",
|
|
30
|
-
"integrity": "sha512-fdSw07FLJEU5vbpOPzXo5c6xmMGDzbZE2+niuDHX5N6mc6V0Ebso/q3xiHra4D73+PMsC8MJmcaZKuAAoaQsSA==",
|
|
31
|
-
"license": "MIT",
|
|
32
|
-
"dependencies": {
|
|
33
|
-
"@inquirer/core": "^10.1.15",
|
|
34
|
-
"@inquirer/figures": "^1.0.13",
|
|
35
|
-
"@inquirer/type": "^3.0.8",
|
|
36
|
-
"ansi-escapes": "^4.3.2",
|
|
37
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
38
|
-
},
|
|
39
|
-
"engines": {
|
|
40
|
-
"node": ">=18"
|
|
41
|
-
},
|
|
42
|
-
"peerDependencies": {
|
|
43
|
-
"@types/node": ">=18"
|
|
44
|
-
},
|
|
45
|
-
"peerDependenciesMeta": {
|
|
46
|
-
"@types/node": {
|
|
47
|
-
"optional": true
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"node_modules/@inquirer/confirm": {
|
|
52
|
-
"version": "5.1.14",
|
|
53
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.14.tgz",
|
|
54
|
-
"integrity": "sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==",
|
|
55
|
-
"license": "MIT",
|
|
56
|
-
"dependencies": {
|
|
57
|
-
"@inquirer/core": "^10.1.15",
|
|
58
|
-
"@inquirer/type": "^3.0.8"
|
|
59
|
-
},
|
|
60
|
-
"engines": {
|
|
61
|
-
"node": ">=18"
|
|
62
|
-
},
|
|
63
|
-
"peerDependencies": {
|
|
64
|
-
"@types/node": ">=18"
|
|
65
|
-
},
|
|
66
|
-
"peerDependenciesMeta": {
|
|
67
|
-
"@types/node": {
|
|
68
|
-
"optional": true
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"node_modules/@inquirer/core": {
|
|
73
|
-
"version": "10.1.15",
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.15.tgz",
|
|
75
|
-
"integrity": "sha512-8xrp836RZvKkpNbVvgWUlxjT4CraKk2q+I3Ksy+seI2zkcE+y6wNs1BVhgcv8VyImFecUhdQrYLdW32pAjwBdA==",
|
|
76
|
-
"license": "MIT",
|
|
77
|
-
"dependencies": {
|
|
78
|
-
"@inquirer/figures": "^1.0.13",
|
|
79
|
-
"@inquirer/type": "^3.0.8",
|
|
80
|
-
"ansi-escapes": "^4.3.2",
|
|
81
|
-
"cli-width": "^4.1.0",
|
|
82
|
-
"mute-stream": "^2.0.0",
|
|
83
|
-
"signal-exit": "^4.1.0",
|
|
84
|
-
"wrap-ansi": "^6.2.0",
|
|
85
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
86
|
-
},
|
|
87
|
-
"engines": {
|
|
88
|
-
"node": ">=18"
|
|
89
|
-
},
|
|
90
|
-
"peerDependencies": {
|
|
91
|
-
"@types/node": ">=18"
|
|
92
|
-
},
|
|
93
|
-
"peerDependenciesMeta": {
|
|
94
|
-
"@types/node": {
|
|
95
|
-
"optional": true
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"node_modules/@inquirer/editor": {
|
|
100
|
-
"version": "4.2.15",
|
|
101
|
-
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.15.tgz",
|
|
102
|
-
"integrity": "sha512-wst31XT8DnGOSS4nNJDIklGKnf+8shuauVrWzgKegWUe28zfCftcWZ2vktGdzJgcylWSS2SrDnYUb6alZcwnCQ==",
|
|
103
|
-
"license": "MIT",
|
|
104
|
-
"dependencies": {
|
|
105
|
-
"@inquirer/core": "^10.1.15",
|
|
106
|
-
"@inquirer/type": "^3.0.8",
|
|
107
|
-
"external-editor": "^3.1.0"
|
|
108
|
-
},
|
|
109
|
-
"engines": {
|
|
110
|
-
"node": ">=18"
|
|
111
|
-
},
|
|
112
|
-
"peerDependencies": {
|
|
113
|
-
"@types/node": ">=18"
|
|
114
|
-
},
|
|
115
|
-
"peerDependenciesMeta": {
|
|
116
|
-
"@types/node": {
|
|
117
|
-
"optional": true
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
"node_modules/@inquirer/expand": {
|
|
122
|
-
"version": "4.0.17",
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.17.tgz",
|
|
124
|
-
"integrity": "sha512-PSqy9VmJx/VbE3CT453yOfNa+PykpKg/0SYP7odez1/NWBGuDXgPhp4AeGYYKjhLn5lUUavVS/JbeYMPdH50Mw==",
|
|
125
|
-
"license": "MIT",
|
|
126
|
-
"dependencies": {
|
|
127
|
-
"@inquirer/core": "^10.1.15",
|
|
128
|
-
"@inquirer/type": "^3.0.8",
|
|
129
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
130
|
-
},
|
|
131
|
-
"engines": {
|
|
132
|
-
"node": ">=18"
|
|
133
|
-
},
|
|
134
|
-
"peerDependencies": {
|
|
135
|
-
"@types/node": ">=18"
|
|
136
|
-
},
|
|
137
|
-
"peerDependenciesMeta": {
|
|
138
|
-
"@types/node": {
|
|
139
|
-
"optional": true
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"node_modules/@inquirer/figures": {
|
|
144
|
-
"version": "1.0.13",
|
|
145
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.13.tgz",
|
|
146
|
-
"integrity": "sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==",
|
|
147
|
-
"license": "MIT",
|
|
148
|
-
"engines": {
|
|
149
|
-
"node": ">=18"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
"node_modules/@inquirer/input": {
|
|
153
|
-
"version": "4.2.1",
|
|
154
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.2.1.tgz",
|
|
155
|
-
"integrity": "sha512-tVC+O1rBl0lJpoUZv4xY+WGWY8V5b0zxU1XDsMsIHYregdh7bN5X5QnIONNBAl0K765FYlAfNHS2Bhn7SSOVow==",
|
|
156
|
-
"license": "MIT",
|
|
157
|
-
"dependencies": {
|
|
158
|
-
"@inquirer/core": "^10.1.15",
|
|
159
|
-
"@inquirer/type": "^3.0.8"
|
|
160
|
-
},
|
|
161
|
-
"engines": {
|
|
162
|
-
"node": ">=18"
|
|
163
|
-
},
|
|
164
|
-
"peerDependencies": {
|
|
165
|
-
"@types/node": ">=18"
|
|
166
|
-
},
|
|
167
|
-
"peerDependenciesMeta": {
|
|
168
|
-
"@types/node": {
|
|
169
|
-
"optional": true
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"node_modules/@inquirer/number": {
|
|
174
|
-
"version": "3.0.17",
|
|
175
|
-
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.17.tgz",
|
|
176
|
-
"integrity": "sha512-GcvGHkyIgfZgVnnimURdOueMk0CztycfC8NZTiIY9arIAkeOgt6zG57G+7vC59Jns3UX27LMkPKnKWAOF5xEYg==",
|
|
177
|
-
"license": "MIT",
|
|
178
|
-
"dependencies": {
|
|
179
|
-
"@inquirer/core": "^10.1.15",
|
|
180
|
-
"@inquirer/type": "^3.0.8"
|
|
181
|
-
},
|
|
182
|
-
"engines": {
|
|
183
|
-
"node": ">=18"
|
|
184
|
-
},
|
|
185
|
-
"peerDependencies": {
|
|
186
|
-
"@types/node": ">=18"
|
|
187
|
-
},
|
|
188
|
-
"peerDependenciesMeta": {
|
|
189
|
-
"@types/node": {
|
|
190
|
-
"optional": true
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
"node_modules/@inquirer/password": {
|
|
195
|
-
"version": "4.0.17",
|
|
196
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.17.tgz",
|
|
197
|
-
"integrity": "sha512-DJolTnNeZ00E1+1TW+8614F7rOJJCM4y4BAGQ3Gq6kQIG+OJ4zr3GLjIjVVJCbKsk2jmkmv6v2kQuN/vriHdZA==",
|
|
198
|
-
"license": "MIT",
|
|
199
|
-
"dependencies": {
|
|
200
|
-
"@inquirer/core": "^10.1.15",
|
|
201
|
-
"@inquirer/type": "^3.0.8",
|
|
202
|
-
"ansi-escapes": "^4.3.2"
|
|
203
|
-
},
|
|
204
|
-
"engines": {
|
|
205
|
-
"node": ">=18"
|
|
206
|
-
},
|
|
207
|
-
"peerDependencies": {
|
|
208
|
-
"@types/node": ">=18"
|
|
209
|
-
},
|
|
210
|
-
"peerDependenciesMeta": {
|
|
211
|
-
"@types/node": {
|
|
212
|
-
"optional": true
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
"node_modules/@inquirer/prompts": {
|
|
217
|
-
"version": "7.8.0",
|
|
218
|
-
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.0.tgz",
|
|
219
|
-
"integrity": "sha512-JHwGbQ6wjf1dxxnalDYpZwZxUEosT+6CPGD9Zh4sm9WXdtUp9XODCQD3NjSTmu+0OAyxWXNOqf0spjIymJa2Tw==",
|
|
220
|
-
"license": "MIT",
|
|
221
|
-
"dependencies": {
|
|
222
|
-
"@inquirer/checkbox": "^4.2.0",
|
|
223
|
-
"@inquirer/confirm": "^5.1.14",
|
|
224
|
-
"@inquirer/editor": "^4.2.15",
|
|
225
|
-
"@inquirer/expand": "^4.0.17",
|
|
226
|
-
"@inquirer/input": "^4.2.1",
|
|
227
|
-
"@inquirer/number": "^3.0.17",
|
|
228
|
-
"@inquirer/password": "^4.0.17",
|
|
229
|
-
"@inquirer/rawlist": "^4.1.5",
|
|
230
|
-
"@inquirer/search": "^3.1.0",
|
|
231
|
-
"@inquirer/select": "^4.3.1"
|
|
232
|
-
},
|
|
233
|
-
"engines": {
|
|
234
|
-
"node": ">=18"
|
|
235
|
-
},
|
|
236
|
-
"peerDependencies": {
|
|
237
|
-
"@types/node": ">=18"
|
|
238
|
-
},
|
|
239
|
-
"peerDependenciesMeta": {
|
|
240
|
-
"@types/node": {
|
|
241
|
-
"optional": true
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
"node_modules/@inquirer/rawlist": {
|
|
246
|
-
"version": "4.1.5",
|
|
247
|
-
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.5.tgz",
|
|
248
|
-
"integrity": "sha512-R5qMyGJqtDdi4Ht521iAkNqyB6p2UPuZUbMifakg1sWtu24gc2Z8CJuw8rP081OckNDMgtDCuLe42Q2Kr3BolA==",
|
|
249
|
-
"license": "MIT",
|
|
250
|
-
"dependencies": {
|
|
251
|
-
"@inquirer/core": "^10.1.15",
|
|
252
|
-
"@inquirer/type": "^3.0.8",
|
|
253
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
254
|
-
},
|
|
255
|
-
"engines": {
|
|
256
|
-
"node": ">=18"
|
|
257
|
-
},
|
|
258
|
-
"peerDependencies": {
|
|
259
|
-
"@types/node": ">=18"
|
|
260
|
-
},
|
|
261
|
-
"peerDependenciesMeta": {
|
|
262
|
-
"@types/node": {
|
|
263
|
-
"optional": true
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
"node_modules/@inquirer/search": {
|
|
268
|
-
"version": "3.1.0",
|
|
269
|
-
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.1.0.tgz",
|
|
270
|
-
"integrity": "sha512-PMk1+O/WBcYJDq2H7foV0aAZSmDdkzZB9Mw2v/DmONRJopwA/128cS9M/TXWLKKdEQKZnKwBzqu2G4x/2Nqx8Q==",
|
|
271
|
-
"license": "MIT",
|
|
272
|
-
"dependencies": {
|
|
273
|
-
"@inquirer/core": "^10.1.15",
|
|
274
|
-
"@inquirer/figures": "^1.0.13",
|
|
275
|
-
"@inquirer/type": "^3.0.8",
|
|
276
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
277
|
-
},
|
|
278
|
-
"engines": {
|
|
279
|
-
"node": ">=18"
|
|
280
|
-
},
|
|
281
|
-
"peerDependencies": {
|
|
282
|
-
"@types/node": ">=18"
|
|
283
|
-
},
|
|
284
|
-
"peerDependenciesMeta": {
|
|
285
|
-
"@types/node": {
|
|
286
|
-
"optional": true
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
"node_modules/@inquirer/select": {
|
|
291
|
-
"version": "4.3.1",
|
|
292
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.3.1.tgz",
|
|
293
|
-
"integrity": "sha512-Gfl/5sqOF5vS/LIrSndFgOh7jgoe0UXEizDqahFRkq5aJBLegZ6WjuMh/hVEJwlFQjyLq1z9fRtvUMkb7jM1LA==",
|
|
294
|
-
"license": "MIT",
|
|
295
|
-
"dependencies": {
|
|
296
|
-
"@inquirer/core": "^10.1.15",
|
|
297
|
-
"@inquirer/figures": "^1.0.13",
|
|
298
|
-
"@inquirer/type": "^3.0.8",
|
|
299
|
-
"ansi-escapes": "^4.3.2",
|
|
300
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
301
|
-
},
|
|
302
|
-
"engines": {
|
|
303
|
-
"node": ">=18"
|
|
304
|
-
},
|
|
305
|
-
"peerDependencies": {
|
|
306
|
-
"@types/node": ">=18"
|
|
307
|
-
},
|
|
308
|
-
"peerDependenciesMeta": {
|
|
309
|
-
"@types/node": {
|
|
310
|
-
"optional": true
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
"node_modules/@inquirer/type": {
|
|
315
|
-
"version": "3.0.8",
|
|
316
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.8.tgz",
|
|
317
|
-
"integrity": "sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==",
|
|
318
|
-
"license": "MIT",
|
|
319
|
-
"engines": {
|
|
320
|
-
"node": ">=18"
|
|
321
|
-
},
|
|
322
|
-
"peerDependencies": {
|
|
323
|
-
"@types/node": ">=18"
|
|
324
|
-
},
|
|
325
|
-
"peerDependenciesMeta": {
|
|
326
|
-
"@types/node": {
|
|
327
|
-
"optional": true
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
27
|
"node_modules/ansi-escapes": {
|
|
332
28
|
"version": "4.3.2",
|
|
333
29
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
|
|
@@ -344,15 +40,12 @@
|
|
|
344
40
|
}
|
|
345
41
|
},
|
|
346
42
|
"node_modules/ansi-regex": {
|
|
347
|
-
"version": "
|
|
348
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
349
|
-
"integrity": "sha512-
|
|
43
|
+
"version": "5.0.1",
|
|
44
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
45
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
350
46
|
"license": "MIT",
|
|
351
47
|
"engines": {
|
|
352
|
-
"node": ">=
|
|
353
|
-
},
|
|
354
|
-
"funding": {
|
|
355
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
48
|
+
"node": ">=8"
|
|
356
49
|
}
|
|
357
50
|
},
|
|
358
51
|
"node_modules/ansi-styles": {
|
|
@@ -376,13 +69,72 @@
|
|
|
376
69
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
377
70
|
"license": "Python-2.0"
|
|
378
71
|
},
|
|
72
|
+
"node_modules/base64-js": {
|
|
73
|
+
"version": "1.5.1",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
75
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
76
|
+
"funding": [
|
|
77
|
+
{
|
|
78
|
+
"type": "github",
|
|
79
|
+
"url": "https://github.com/sponsors/feross"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"type": "patreon",
|
|
83
|
+
"url": "https://www.patreon.com/feross"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "consulting",
|
|
87
|
+
"url": "https://feross.org/support"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"license": "MIT"
|
|
91
|
+
},
|
|
92
|
+
"node_modules/bl": {
|
|
93
|
+
"version": "4.1.0",
|
|
94
|
+
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
95
|
+
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
96
|
+
"license": "MIT",
|
|
97
|
+
"dependencies": {
|
|
98
|
+
"buffer": "^5.5.0",
|
|
99
|
+
"inherits": "^2.0.4",
|
|
100
|
+
"readable-stream": "^3.4.0"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"node_modules/buffer": {
|
|
104
|
+
"version": "5.7.1",
|
|
105
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
106
|
+
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
107
|
+
"funding": [
|
|
108
|
+
{
|
|
109
|
+
"type": "github",
|
|
110
|
+
"url": "https://github.com/sponsors/feross"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"type": "patreon",
|
|
114
|
+
"url": "https://www.patreon.com/feross"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "consulting",
|
|
118
|
+
"url": "https://feross.org/support"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"license": "MIT",
|
|
122
|
+
"dependencies": {
|
|
123
|
+
"base64-js": "^1.3.1",
|
|
124
|
+
"ieee754": "^1.1.13"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
379
127
|
"node_modules/chalk": {
|
|
380
|
-
"version": "
|
|
381
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-
|
|
382
|
-
"integrity": "sha512-
|
|
128
|
+
"version": "4.1.2",
|
|
129
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
130
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
383
131
|
"license": "MIT",
|
|
132
|
+
"dependencies": {
|
|
133
|
+
"ansi-styles": "^4.1.0",
|
|
134
|
+
"supports-color": "^7.1.0"
|
|
135
|
+
},
|
|
384
136
|
"engines": {
|
|
385
|
-
"node": "
|
|
137
|
+
"node": ">=10"
|
|
386
138
|
},
|
|
387
139
|
"funding": {
|
|
388
140
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
@@ -395,18 +147,15 @@
|
|
|
395
147
|
"license": "MIT"
|
|
396
148
|
},
|
|
397
149
|
"node_modules/cli-cursor": {
|
|
398
|
-
"version": "
|
|
399
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-
|
|
400
|
-
"integrity": "sha512-
|
|
150
|
+
"version": "3.1.0",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
152
|
+
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
401
153
|
"license": "MIT",
|
|
402
154
|
"dependencies": {
|
|
403
|
-
"restore-cursor": "^
|
|
155
|
+
"restore-cursor": "^3.1.0"
|
|
404
156
|
},
|
|
405
157
|
"engines": {
|
|
406
|
-
"node": ">=
|
|
407
|
-
},
|
|
408
|
-
"funding": {
|
|
409
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
158
|
+
"node": ">=8"
|
|
410
159
|
}
|
|
411
160
|
},
|
|
412
161
|
"node_modules/cli-spinners": {
|
|
@@ -422,12 +171,21 @@
|
|
|
422
171
|
}
|
|
423
172
|
},
|
|
424
173
|
"node_modules/cli-width": {
|
|
425
|
-
"version": "
|
|
426
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-
|
|
427
|
-
"integrity": "sha512-
|
|
174
|
+
"version": "3.0.0",
|
|
175
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
|
176
|
+
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
|
428
177
|
"license": "ISC",
|
|
429
178
|
"engines": {
|
|
430
|
-
"node": ">=
|
|
179
|
+
"node": ">= 10"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/clone": {
|
|
183
|
+
"version": "1.0.4",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
185
|
+
"integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
|
|
186
|
+
"license": "MIT",
|
|
187
|
+
"engines": {
|
|
188
|
+
"node": ">=0.8"
|
|
431
189
|
}
|
|
432
190
|
},
|
|
433
191
|
"node_modules/color-convert": {
|
|
@@ -457,12 +215,33 @@
|
|
|
457
215
|
"node": ">=20"
|
|
458
216
|
}
|
|
459
217
|
},
|
|
218
|
+
"node_modules/defaults": {
|
|
219
|
+
"version": "1.0.4",
|
|
220
|
+
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
|
|
221
|
+
"integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
|
|
222
|
+
"license": "MIT",
|
|
223
|
+
"dependencies": {
|
|
224
|
+
"clone": "^1.0.2"
|
|
225
|
+
},
|
|
226
|
+
"funding": {
|
|
227
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
460
230
|
"node_modules/emoji-regex": {
|
|
461
|
-
"version": "
|
|
462
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-
|
|
463
|
-
"integrity": "sha512-
|
|
231
|
+
"version": "8.0.0",
|
|
232
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
233
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
464
234
|
"license": "MIT"
|
|
465
235
|
},
|
|
236
|
+
"node_modules/escape-string-regexp": {
|
|
237
|
+
"version": "1.0.5",
|
|
238
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
239
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
240
|
+
"license": "MIT",
|
|
241
|
+
"engines": {
|
|
242
|
+
"node": ">=0.8.0"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
466
245
|
"node_modules/external-editor": {
|
|
467
246
|
"version": "3.1.0",
|
|
468
247
|
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
@@ -477,6 +256,21 @@
|
|
|
477
256
|
"node": ">=4"
|
|
478
257
|
}
|
|
479
258
|
},
|
|
259
|
+
"node_modules/figures": {
|
|
260
|
+
"version": "3.2.0",
|
|
261
|
+
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
|
|
262
|
+
"integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
|
|
263
|
+
"license": "MIT",
|
|
264
|
+
"dependencies": {
|
|
265
|
+
"escape-string-regexp": "^1.0.5"
|
|
266
|
+
},
|
|
267
|
+
"engines": {
|
|
268
|
+
"node": ">=8"
|
|
269
|
+
},
|
|
270
|
+
"funding": {
|
|
271
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
480
274
|
"node_modules/fs-extra": {
|
|
481
275
|
"version": "11.3.1",
|
|
482
276
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz",
|
|
@@ -491,24 +285,21 @@
|
|
|
491
285
|
"node": ">=14.14"
|
|
492
286
|
}
|
|
493
287
|
},
|
|
494
|
-
"node_modules/get-east-asian-width": {
|
|
495
|
-
"version": "1.3.0",
|
|
496
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz",
|
|
497
|
-
"integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==",
|
|
498
|
-
"license": "MIT",
|
|
499
|
-
"engines": {
|
|
500
|
-
"node": ">=18"
|
|
501
|
-
},
|
|
502
|
-
"funding": {
|
|
503
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
288
|
"node_modules/graceful-fs": {
|
|
507
289
|
"version": "4.2.11",
|
|
508
290
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
509
291
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
510
292
|
"license": "ISC"
|
|
511
293
|
},
|
|
294
|
+
"node_modules/has-flag": {
|
|
295
|
+
"version": "4.0.0",
|
|
296
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
297
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
298
|
+
"license": "MIT",
|
|
299
|
+
"engines": {
|
|
300
|
+
"node": ">=8"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
512
303
|
"node_modules/iconv-lite": {
|
|
513
304
|
"version": "0.4.24",
|
|
514
305
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
@@ -521,30 +312,56 @@
|
|
|
521
312
|
"node": ">=0.10.0"
|
|
522
313
|
}
|
|
523
314
|
},
|
|
315
|
+
"node_modules/ieee754": {
|
|
316
|
+
"version": "1.2.1",
|
|
317
|
+
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
318
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
319
|
+
"funding": [
|
|
320
|
+
{
|
|
321
|
+
"type": "github",
|
|
322
|
+
"url": "https://github.com/sponsors/feross"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"type": "patreon",
|
|
326
|
+
"url": "https://www.patreon.com/feross"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"type": "consulting",
|
|
330
|
+
"url": "https://feross.org/support"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"license": "BSD-3-Clause"
|
|
334
|
+
},
|
|
335
|
+
"node_modules/inherits": {
|
|
336
|
+
"version": "2.0.4",
|
|
337
|
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
338
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
339
|
+
"license": "ISC"
|
|
340
|
+
},
|
|
524
341
|
"node_modules/inquirer": {
|
|
525
|
-
"version": "
|
|
526
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-
|
|
527
|
-
"integrity": "sha512-
|
|
528
|
-
"license": "MIT",
|
|
529
|
-
"dependencies": {
|
|
530
|
-
"
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
"
|
|
342
|
+
"version": "8.2.6",
|
|
343
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz",
|
|
344
|
+
"integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==",
|
|
345
|
+
"license": "MIT",
|
|
346
|
+
"dependencies": {
|
|
347
|
+
"ansi-escapes": "^4.2.1",
|
|
348
|
+
"chalk": "^4.1.1",
|
|
349
|
+
"cli-cursor": "^3.1.0",
|
|
350
|
+
"cli-width": "^3.0.0",
|
|
351
|
+
"external-editor": "^3.0.3",
|
|
352
|
+
"figures": "^3.0.0",
|
|
353
|
+
"lodash": "^4.17.21",
|
|
354
|
+
"mute-stream": "0.0.8",
|
|
355
|
+
"ora": "^5.4.1",
|
|
356
|
+
"run-async": "^2.4.0",
|
|
357
|
+
"rxjs": "^7.5.5",
|
|
358
|
+
"string-width": "^4.1.0",
|
|
359
|
+
"strip-ansi": "^6.0.0",
|
|
360
|
+
"through": "^2.3.6",
|
|
361
|
+
"wrap-ansi": "^6.0.1"
|
|
537
362
|
},
|
|
538
363
|
"engines": {
|
|
539
|
-
"node": ">=
|
|
540
|
-
},
|
|
541
|
-
"peerDependencies": {
|
|
542
|
-
"@types/node": ">=18"
|
|
543
|
-
},
|
|
544
|
-
"peerDependenciesMeta": {
|
|
545
|
-
"@types/node": {
|
|
546
|
-
"optional": true
|
|
547
|
-
}
|
|
364
|
+
"node": ">=12.0.0"
|
|
548
365
|
}
|
|
549
366
|
},
|
|
550
367
|
"node_modules/is-fullwidth-code-point": {
|
|
@@ -557,24 +374,21 @@
|
|
|
557
374
|
}
|
|
558
375
|
},
|
|
559
376
|
"node_modules/is-interactive": {
|
|
560
|
-
"version": "
|
|
561
|
-
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-
|
|
562
|
-
"integrity": "sha512-
|
|
377
|
+
"version": "1.0.0",
|
|
378
|
+
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
|
|
379
|
+
"integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
|
|
563
380
|
"license": "MIT",
|
|
564
381
|
"engines": {
|
|
565
|
-
"node": ">=
|
|
566
|
-
},
|
|
567
|
-
"funding": {
|
|
568
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
382
|
+
"node": ">=8"
|
|
569
383
|
}
|
|
570
384
|
},
|
|
571
385
|
"node_modules/is-unicode-supported": {
|
|
572
|
-
"version": "
|
|
573
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-
|
|
574
|
-
"integrity": "sha512-
|
|
386
|
+
"version": "0.1.0",
|
|
387
|
+
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
388
|
+
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
575
389
|
"license": "MIT",
|
|
576
390
|
"engines": {
|
|
577
|
-
"node": ">=
|
|
391
|
+
"node": ">=10"
|
|
578
392
|
},
|
|
579
393
|
"funding": {
|
|
580
394
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -604,88 +418,76 @@
|
|
|
604
418
|
"graceful-fs": "^4.1.6"
|
|
605
419
|
}
|
|
606
420
|
},
|
|
421
|
+
"node_modules/lodash": {
|
|
422
|
+
"version": "4.17.21",
|
|
423
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
424
|
+
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
425
|
+
"license": "MIT"
|
|
426
|
+
},
|
|
607
427
|
"node_modules/log-symbols": {
|
|
608
|
-
"version": "
|
|
609
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-
|
|
610
|
-
"integrity": "sha512-
|
|
428
|
+
"version": "4.1.0",
|
|
429
|
+
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
|
|
430
|
+
"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
|
|
611
431
|
"license": "MIT",
|
|
612
432
|
"dependencies": {
|
|
613
|
-
"chalk": "^
|
|
614
|
-
"is-unicode-supported": "^1.
|
|
433
|
+
"chalk": "^4.1.0",
|
|
434
|
+
"is-unicode-supported": "^0.1.0"
|
|
615
435
|
},
|
|
616
436
|
"engines": {
|
|
617
|
-
"node": ">=
|
|
618
|
-
},
|
|
619
|
-
"funding": {
|
|
620
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
"node_modules/log-symbols/node_modules/is-unicode-supported": {
|
|
624
|
-
"version": "1.3.0",
|
|
625
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
|
|
626
|
-
"integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
|
|
627
|
-
"license": "MIT",
|
|
628
|
-
"engines": {
|
|
629
|
-
"node": ">=12"
|
|
437
|
+
"node": ">=10"
|
|
630
438
|
},
|
|
631
439
|
"funding": {
|
|
632
440
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
633
441
|
}
|
|
634
442
|
},
|
|
635
|
-
"node_modules/mimic-
|
|
636
|
-
"version": "
|
|
637
|
-
"resolved": "https://registry.npmjs.org/mimic-
|
|
638
|
-
"integrity": "sha512-
|
|
443
|
+
"node_modules/mimic-fn": {
|
|
444
|
+
"version": "2.1.0",
|
|
445
|
+
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
446
|
+
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
639
447
|
"license": "MIT",
|
|
640
448
|
"engines": {
|
|
641
|
-
"node": ">=
|
|
642
|
-
},
|
|
643
|
-
"funding": {
|
|
644
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
449
|
+
"node": ">=6"
|
|
645
450
|
}
|
|
646
451
|
},
|
|
647
452
|
"node_modules/mute-stream": {
|
|
648
|
-
"version": "
|
|
649
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-
|
|
650
|
-
"integrity": "sha512-
|
|
651
|
-
"license": "ISC"
|
|
652
|
-
"engines": {
|
|
653
|
-
"node": "^18.17.0 || >=20.5.0"
|
|
654
|
-
}
|
|
453
|
+
"version": "0.0.8",
|
|
454
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
455
|
+
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
456
|
+
"license": "ISC"
|
|
655
457
|
},
|
|
656
458
|
"node_modules/onetime": {
|
|
657
|
-
"version": "
|
|
658
|
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-
|
|
659
|
-
"integrity": "sha512-
|
|
459
|
+
"version": "5.1.2",
|
|
460
|
+
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
461
|
+
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
660
462
|
"license": "MIT",
|
|
661
463
|
"dependencies": {
|
|
662
|
-
"mimic-
|
|
464
|
+
"mimic-fn": "^2.1.0"
|
|
663
465
|
},
|
|
664
466
|
"engines": {
|
|
665
|
-
"node": ">=
|
|
467
|
+
"node": ">=6"
|
|
666
468
|
},
|
|
667
469
|
"funding": {
|
|
668
470
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
669
471
|
}
|
|
670
472
|
},
|
|
671
473
|
"node_modules/ora": {
|
|
672
|
-
"version": "
|
|
673
|
-
"resolved": "https://registry.npmjs.org/ora/-/ora-
|
|
674
|
-
"integrity": "sha512-
|
|
474
|
+
"version": "5.4.1",
|
|
475
|
+
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
476
|
+
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
|
|
675
477
|
"license": "MIT",
|
|
676
478
|
"dependencies": {
|
|
677
|
-
"
|
|
678
|
-
"
|
|
679
|
-
"cli-
|
|
680
|
-
"
|
|
681
|
-
"is-
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
"
|
|
479
|
+
"bl": "^4.1.0",
|
|
480
|
+
"chalk": "^4.1.0",
|
|
481
|
+
"cli-cursor": "^3.1.0",
|
|
482
|
+
"cli-spinners": "^2.5.0",
|
|
483
|
+
"is-interactive": "^1.0.0",
|
|
484
|
+
"is-unicode-supported": "^0.1.0",
|
|
485
|
+
"log-symbols": "^4.1.0",
|
|
486
|
+
"strip-ansi": "^6.0.0",
|
|
487
|
+
"wcwidth": "^1.0.1"
|
|
686
488
|
},
|
|
687
489
|
"engines": {
|
|
688
|
-
"node": ">=
|
|
490
|
+
"node": ">=10"
|
|
689
491
|
},
|
|
690
492
|
"funding": {
|
|
691
493
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -700,26 +502,37 @@
|
|
|
700
502
|
"node": ">=0.10.0"
|
|
701
503
|
}
|
|
702
504
|
},
|
|
703
|
-
"node_modules/
|
|
704
|
-
"version": "
|
|
705
|
-
"resolved": "https://registry.npmjs.org/
|
|
706
|
-
"integrity": "sha512-
|
|
505
|
+
"node_modules/readable-stream": {
|
|
506
|
+
"version": "3.6.2",
|
|
507
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
508
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
707
509
|
"license": "MIT",
|
|
708
510
|
"dependencies": {
|
|
709
|
-
"
|
|
710
|
-
"
|
|
511
|
+
"inherits": "^2.0.3",
|
|
512
|
+
"string_decoder": "^1.1.1",
|
|
513
|
+
"util-deprecate": "^1.0.1"
|
|
711
514
|
},
|
|
712
515
|
"engines": {
|
|
713
|
-
"node": ">=
|
|
516
|
+
"node": ">= 6"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"node_modules/restore-cursor": {
|
|
520
|
+
"version": "3.1.0",
|
|
521
|
+
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
522
|
+
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
523
|
+
"license": "MIT",
|
|
524
|
+
"dependencies": {
|
|
525
|
+
"onetime": "^5.1.0",
|
|
526
|
+
"signal-exit": "^3.0.2"
|
|
714
527
|
},
|
|
715
|
-
"
|
|
716
|
-
"
|
|
528
|
+
"engines": {
|
|
529
|
+
"node": ">=8"
|
|
717
530
|
}
|
|
718
531
|
},
|
|
719
532
|
"node_modules/run-async": {
|
|
720
|
-
"version": "4.
|
|
721
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-4.
|
|
722
|
-
"integrity": "sha512-
|
|
533
|
+
"version": "2.4.1",
|
|
534
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
535
|
+
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
723
536
|
"license": "MIT",
|
|
724
537
|
"engines": {
|
|
725
538
|
"node": ">=0.12.0"
|
|
@@ -734,6 +547,26 @@
|
|
|
734
547
|
"tslib": "^2.1.0"
|
|
735
548
|
}
|
|
736
549
|
},
|
|
550
|
+
"node_modules/safe-buffer": {
|
|
551
|
+
"version": "5.2.1",
|
|
552
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
553
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
554
|
+
"funding": [
|
|
555
|
+
{
|
|
556
|
+
"type": "github",
|
|
557
|
+
"url": "https://github.com/sponsors/feross"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"type": "patreon",
|
|
561
|
+
"url": "https://www.patreon.com/feross"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"type": "consulting",
|
|
565
|
+
"url": "https://feross.org/support"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"license": "MIT"
|
|
569
|
+
},
|
|
737
570
|
"node_modules/safer-buffer": {
|
|
738
571
|
"version": "2.1.2",
|
|
739
572
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -741,61 +574,64 @@
|
|
|
741
574
|
"license": "MIT"
|
|
742
575
|
},
|
|
743
576
|
"node_modules/signal-exit": {
|
|
744
|
-
"version": "
|
|
745
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-
|
|
746
|
-
"integrity": "sha512-
|
|
747
|
-
"license": "ISC"
|
|
748
|
-
"engines": {
|
|
749
|
-
"node": ">=14"
|
|
750
|
-
},
|
|
751
|
-
"funding": {
|
|
752
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
753
|
-
}
|
|
577
|
+
"version": "3.0.7",
|
|
578
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
579
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
580
|
+
"license": "ISC"
|
|
754
581
|
},
|
|
755
|
-
"node_modules/
|
|
756
|
-
"version": "
|
|
757
|
-
"resolved": "https://registry.npmjs.org/
|
|
758
|
-
"integrity": "sha512-
|
|
582
|
+
"node_modules/string_decoder": {
|
|
583
|
+
"version": "1.3.0",
|
|
584
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
585
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
759
586
|
"license": "MIT",
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
},
|
|
763
|
-
"funding": {
|
|
764
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
587
|
+
"dependencies": {
|
|
588
|
+
"safe-buffer": "~5.2.0"
|
|
765
589
|
}
|
|
766
590
|
},
|
|
767
591
|
"node_modules/string-width": {
|
|
768
|
-
"version": "
|
|
769
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
770
|
-
"integrity": "sha512-
|
|
592
|
+
"version": "4.2.3",
|
|
593
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
594
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
771
595
|
"license": "MIT",
|
|
772
596
|
"dependencies": {
|
|
773
|
-
"emoji-regex": "^
|
|
774
|
-
"
|
|
775
|
-
"strip-ansi": "^
|
|
597
|
+
"emoji-regex": "^8.0.0",
|
|
598
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
599
|
+
"strip-ansi": "^6.0.1"
|
|
776
600
|
},
|
|
777
601
|
"engines": {
|
|
778
|
-
"node": ">=
|
|
779
|
-
},
|
|
780
|
-
"funding": {
|
|
781
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
602
|
+
"node": ">=8"
|
|
782
603
|
}
|
|
783
604
|
},
|
|
784
605
|
"node_modules/strip-ansi": {
|
|
785
|
-
"version": "
|
|
786
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-
|
|
787
|
-
"integrity": "sha512-
|
|
606
|
+
"version": "6.0.1",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
608
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
788
609
|
"license": "MIT",
|
|
789
610
|
"dependencies": {
|
|
790
|
-
"ansi-regex": "^
|
|
611
|
+
"ansi-regex": "^5.0.1"
|
|
791
612
|
},
|
|
792
613
|
"engines": {
|
|
793
|
-
"node": ">=
|
|
614
|
+
"node": ">=8"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
"node_modules/supports-color": {
|
|
618
|
+
"version": "7.2.0",
|
|
619
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
620
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
621
|
+
"license": "MIT",
|
|
622
|
+
"dependencies": {
|
|
623
|
+
"has-flag": "^4.0.0"
|
|
794
624
|
},
|
|
795
|
-
"
|
|
796
|
-
"
|
|
625
|
+
"engines": {
|
|
626
|
+
"node": ">=8"
|
|
797
627
|
}
|
|
798
628
|
},
|
|
629
|
+
"node_modules/through": {
|
|
630
|
+
"version": "2.3.8",
|
|
631
|
+
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
632
|
+
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
633
|
+
"license": "MIT"
|
|
634
|
+
},
|
|
799
635
|
"node_modules/tmp": {
|
|
800
636
|
"version": "0.0.33",
|
|
801
637
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
@@ -835,6 +671,21 @@
|
|
|
835
671
|
"node": ">= 10.0.0"
|
|
836
672
|
}
|
|
837
673
|
},
|
|
674
|
+
"node_modules/util-deprecate": {
|
|
675
|
+
"version": "1.0.2",
|
|
676
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
677
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
678
|
+
"license": "MIT"
|
|
679
|
+
},
|
|
680
|
+
"node_modules/wcwidth": {
|
|
681
|
+
"version": "1.0.1",
|
|
682
|
+
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
683
|
+
"integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
|
|
684
|
+
"license": "MIT",
|
|
685
|
+
"dependencies": {
|
|
686
|
+
"defaults": "^1.0.3"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
838
689
|
"node_modules/wrap-ansi": {
|
|
839
690
|
"version": "6.2.0",
|
|
840
691
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
@@ -848,59 +699,6 @@
|
|
|
848
699
|
"engines": {
|
|
849
700
|
"node": ">=8"
|
|
850
701
|
}
|
|
851
|
-
},
|
|
852
|
-
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
853
|
-
"version": "5.0.1",
|
|
854
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
855
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
856
|
-
"license": "MIT",
|
|
857
|
-
"engines": {
|
|
858
|
-
"node": ">=8"
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
|
-
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
862
|
-
"version": "8.0.0",
|
|
863
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
864
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
865
|
-
"license": "MIT"
|
|
866
|
-
},
|
|
867
|
-
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
868
|
-
"version": "4.2.3",
|
|
869
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
870
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
871
|
-
"license": "MIT",
|
|
872
|
-
"dependencies": {
|
|
873
|
-
"emoji-regex": "^8.0.0",
|
|
874
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
875
|
-
"strip-ansi": "^6.0.1"
|
|
876
|
-
},
|
|
877
|
-
"engines": {
|
|
878
|
-
"node": ">=8"
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
|
-
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
882
|
-
"version": "6.0.1",
|
|
883
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
884
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
885
|
-
"license": "MIT",
|
|
886
|
-
"dependencies": {
|
|
887
|
-
"ansi-regex": "^5.0.1"
|
|
888
|
-
},
|
|
889
|
-
"engines": {
|
|
890
|
-
"node": ">=8"
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
"node_modules/yoctocolors-cjs": {
|
|
894
|
-
"version": "2.1.2",
|
|
895
|
-
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
896
|
-
"integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
|
|
897
|
-
"license": "MIT",
|
|
898
|
-
"engines": {
|
|
899
|
-
"node": ">=18"
|
|
900
|
-
},
|
|
901
|
-
"funding": {
|
|
902
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
903
|
-
}
|
|
904
702
|
}
|
|
905
703
|
}
|
|
906
704
|
}
|