@ui-tars-test/cli 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/README.md +231 -0
  2. package/bin/index.js +13 -0
  3. package/dist/337.js +1396 -0
  4. package/dist/337.js.LICENSE.txt +14 -0
  5. package/dist/337.js.map +1 -0
  6. package/dist/337.mjs +1395 -0
  7. package/dist/337.mjs.LICENSE.txt +14 -0
  8. package/dist/337.mjs.map +1 -0
  9. package/dist/597.js +19 -0
  10. package/dist/597.mjs +18 -0
  11. package/dist/663.js +98 -0
  12. package/dist/663.js.map +1 -0
  13. package/dist/663.mjs +97 -0
  14. package/dist/663.mjs.map +1 -0
  15. package/dist/760.js +2957 -0
  16. package/dist/760.js.map +1 -0
  17. package/dist/760.mjs +2956 -0
  18. package/dist/760.mjs.map +1 -0
  19. package/dist/940.js +1013 -0
  20. package/dist/940.js.map +1 -0
  21. package/dist/940.mjs +1011 -0
  22. package/dist/940.mjs.map +1 -0
  23. package/dist/955.js +317 -0
  24. package/dist/955.js.map +1 -0
  25. package/dist/955.mjs +317 -0
  26. package/dist/955.mjs.map +1 -0
  27. package/dist/bundle/index.js +299060 -0
  28. package/dist/cli/commands.js +75 -0
  29. package/dist/cli/commands.js.map +1 -0
  30. package/dist/cli/commands.mjs +41 -0
  31. package/dist/cli/commands.mjs.map +1 -0
  32. package/dist/cli/start.js +447 -0
  33. package/dist/cli/start.js.map +1 -0
  34. package/dist/cli/start.mjs +396 -0
  35. package/dist/cli/start.mjs.map +1 -0
  36. package/dist/gui-agent-macos +0 -0
  37. package/dist/index.js +14 -0
  38. package/dist/index.js.LICENSE.txt +471 -0
  39. package/dist/index.js.map +1 -0
  40. package/dist/index.mjs +8 -0
  41. package/dist/index.mjs.LICENSE.txt +471 -0
  42. package/dist/index.mjs.map +1 -0
  43. package/dist/src/cli/commands.d.ts +2 -0
  44. package/dist/src/cli/commands.d.ts.map +1 -0
  45. package/dist/src/cli/start.d.ts +11 -0
  46. package/dist/src/cli/start.d.ts.map +1 -0
  47. package/dist/src/index.d.ts +2 -0
  48. package/dist/src/index.d.ts.map +1 -0
  49. package/package.json +59 -0
@@ -0,0 +1,471 @@
1
+ /*
2
+ * @package jsftp
3
+ * @copyright Copyright(c) 2012 Ajax.org B.V. <info@c9.io>
4
+ * @author Sergi Mansilla <sergi.mansilla@gmail.com>
5
+ * @license https://github.com/sergi/jsFTP/blob/master/LICENSE MIT License
6
+ */
7
+
8
+ /*!
9
+ * Timm
10
+ *
11
+ * Immutability helpers with fast reads and acceptable writes.
12
+ *
13
+ * @copyright Guillermo Grau Panea 2016
14
+ * @license MIT
15
+ */
16
+
17
+ /*!
18
+ * humanize-ms - index.js
19
+ * Copyright(c) 2014 dead_horse <dead_horse@qq.com>
20
+ * MIT Licensed
21
+ */
22
+
23
+ /*!
24
+ * mime-db
25
+ * Copyright(c) 2014 Jonathan Ong
26
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
27
+ * MIT Licensed
28
+ */
29
+
30
+ /*!
31
+ * mime-types
32
+ * Copyright(c) 2014 Jonathan Ong
33
+ * Copyright(c) 2015 Douglas Christopher Wilson
34
+ * MIT Licensed
35
+ */
36
+
37
+ /*!
38
+ * node-progress
39
+ * Copyright(c) 2011 TJ Holowaychuk <tj@vision-media.ca>
40
+ * MIT Licensed
41
+ */
42
+
43
+ /*!
44
+ * normalize-path <https://github.com/jonschlinkert/normalize-path>
45
+ *
46
+ * Copyright (c) 2014-2018, Jon Schlinkert.
47
+ * Released under the MIT License.
48
+ */
49
+
50
+ /*! Axios v1.11.0 Copyright (c) 2025 Matt Zabriskie and contributors */
51
+
52
+ /*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank */
53
+
54
+ /*! arch. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
55
+
56
+ /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
57
+
58
+ /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
59
+
60
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
61
+
62
+ /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
63
+
64
+ /*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
65
+
66
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
67
+
68
+ /**
69
+ * @license
70
+ * Copyright 2017 Google Inc.
71
+ * SPDX-License-Identifier: Apache-2.0
72
+ */
73
+
74
+ /**
75
+ * @license
76
+ * Copyright 2018 Google Inc.
77
+ * SPDX-License-Identifier: Apache-2.0
78
+ */
79
+
80
+ /**
81
+ * @license
82
+ * Copyright 2019 Google Inc.
83
+ * SPDX-License-Identifier: Apache-2.0
84
+ */
85
+
86
+ /**
87
+ * @license
88
+ * Copyright 2020 Google Inc.
89
+ * SPDX-License-Identifier: Apache-2.0
90
+ */
91
+
92
+ /**
93
+ * @license
94
+ * Copyright 2021 Google Inc.
95
+ * SPDX-License-Identifier: Apache-2.0
96
+ */
97
+
98
+ /**
99
+ * @license
100
+ * Copyright 2022 Google Inc.
101
+ * SPDX-License-Identifier: Apache-2.0
102
+ */
103
+
104
+ /**
105
+ * @license
106
+ * Copyright 2023 Google Inc.
107
+ * SPDX-License-Identifier: Apache-2.0
108
+ */
109
+
110
+ /**
111
+ * @license
112
+ * Copyright 2024 Google Inc.
113
+ * SPDX-License-Identifier: Apache-2.0
114
+ */
115
+
116
+ /**
117
+ * @license
118
+ * Copyright 2024 Google LLC
119
+ *
120
+ * Licensed under the Apache License, Version 2.0 (the "License");
121
+ * you may not use this file except in compliance with the License.
122
+ * You may obtain a copy of the License at
123
+ *
124
+ * http://www.apache.org/licenses/LICENSE-2.0
125
+ *
126
+ * Unless required by applicable law or agreed to in writing, software
127
+ * distributed under the License is distributed on an "AS IS" BASIS,
128
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
129
+ * See the License for the specific language governing permissions and
130
+ * limitations under the License.
131
+ */
132
+
133
+ /**
134
+ * @license
135
+ * Lodash <https://lodash.com/>
136
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
137
+ * Released under MIT license <https://lodash.com/license>
138
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
139
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
140
+ */
141
+
142
+ /**
143
+ * @license
144
+ * web-streams-polyfill v3.3.3
145
+ * Copyright 2024 Mattias Buelens, Diwank Singh Tomer and other contributors.
146
+ * This code is released under the MIT license.
147
+ * SPDX-License-Identifier: MIT
148
+ */
149
+
150
+ /**
151
+ * @license
152
+ * web-streams-polyfill v4.0.0-beta.3
153
+ * Copyright 2021 Mattias Buelens, Diwank Singh Tomer and other contributors.
154
+ * This code is released under the MIT license.
155
+ * SPDX-License-Identifier: MIT
156
+ */
157
+
158
+ /**
159
+ * @package parse-listing
160
+ * @author Sergi Mansilla <sergi.mansilla@gmail.com>
161
+ * @license https://github.com/sergi/parse-listing/blob/master/LICENSE MIT License
162
+ */
163
+
164
+ /**
165
+ * @preserve
166
+ * Copyright 2015-2018 Igor Bezkrovnyi
167
+ * All rights reserved. (MIT Licensed)
168
+ *
169
+ * cie94.ts - part of Image Quantization Library
170
+ */
171
+
172
+ /**
173
+ * @preserve
174
+ * Copyright 2015-2018 Igor Bezkrovnyi
175
+ * All rights reserved. (MIT Licensed)
176
+ *
177
+ * ciede2000.ts - part of Image Quantization Library
178
+ */
179
+
180
+ /**
181
+ * @preserve
182
+ * Copyright 2015-2018 Igor Bezkrovnyi
183
+ * All rights reserved. (MIT Licensed)
184
+ *
185
+ * cmetric.ts - part of Image Quantization Library
186
+ */
187
+
188
+ /**
189
+ * @preserve
190
+ * Copyright 2015-2018 Igor Bezkrovnyi
191
+ * All rights reserved. (MIT Licensed)
192
+ *
193
+ * common.ts - part of Image Quantization Library
194
+ */
195
+
196
+ /**
197
+ * @preserve
198
+ * Copyright 2015-2018 Igor Bezkrovnyi
199
+ * All rights reserved. (MIT Licensed)
200
+ *
201
+ * constants.ts - part of Image Quantization Library
202
+ */
203
+
204
+ /**
205
+ * @preserve
206
+ * Copyright 2015-2018 Igor Bezkrovnyi
207
+ * All rights reserved. (MIT Licensed)
208
+ *
209
+ * ditherErrorDiffusionArray.ts - part of Image Quantization Library
210
+ */
211
+
212
+ /**
213
+ * @preserve
214
+ * Copyright 2015-2018 Igor Bezkrovnyi
215
+ * All rights reserved. (MIT Licensed)
216
+ *
217
+ * euclidean.ts - part of Image Quantization Library
218
+ */
219
+
220
+ /**
221
+ * @preserve
222
+ * Copyright 2015-2018 Igor Bezkrovnyi
223
+ * All rights reserved. (MIT Licensed)
224
+ *
225
+ * helper.ts - part of Image Quantization Library
226
+ */
227
+
228
+ /**
229
+ * @preserve
230
+ * Copyright 2015-2018 Igor Bezkrovnyi
231
+ * All rights reserved. (MIT Licensed)
232
+ *
233
+ * hueStatistics.ts - part of Image Quantization Library
234
+ */
235
+
236
+ /**
237
+ * @preserve
238
+ * Copyright 2015-2018 Igor Bezkrovnyi
239
+ * All rights reserved. (MIT Licensed)
240
+ *
241
+ * iq.ts - Image Quantization Library
242
+ */
243
+
244
+ /**
245
+ * @preserve
246
+ * Copyright 2015-2018 Igor Bezkrovnyi
247
+ * All rights reserved. (MIT Licensed)
248
+ *
249
+ * lab2rgb.ts - part of Image Quantization Library
250
+ */
251
+
252
+ /**
253
+ * @preserve
254
+ * Copyright 2015-2018 Igor Bezkrovnyi
255
+ * All rights reserved. (MIT Licensed)
256
+ *
257
+ * lab2xyz.ts - part of Image Quantization Library
258
+ */
259
+
260
+ /**
261
+ * @preserve
262
+ * Copyright 2015-2018 Igor Bezkrovnyi
263
+ * All rights reserved. (MIT Licensed)
264
+ *
265
+ * manhattanNeuQuant.ts - part of Image Quantization Library
266
+ */
267
+
268
+ /**
269
+ * @preserve
270
+ * Copyright 2015-2018 Igor Bezkrovnyi
271
+ * All rights reserved. (MIT Licensed)
272
+ *
273
+ * nearestColor.ts - part of Image Quantization Library
274
+ */
275
+
276
+ /**
277
+ * @preserve
278
+ * Copyright 2015-2018 Igor Bezkrovnyi
279
+ * All rights reserved. (MIT Licensed)
280
+ *
281
+ * palette.ts - part of Image Quantization Library
282
+ */
283
+
284
+ /**
285
+ * @preserve
286
+ * Copyright 2015-2018 Igor Bezkrovnyi
287
+ * All rights reserved. (MIT Licensed)
288
+ *
289
+ * pngQuant.ts - part of Image Quantization Library
290
+ */
291
+
292
+ /**
293
+ * @preserve
294
+ * Copyright 2015-2018 Igor Bezkrovnyi
295
+ * All rights reserved. (MIT Licensed)
296
+ *
297
+ * point.ts - part of Image Quantization Library
298
+ */
299
+
300
+ /**
301
+ * @preserve
302
+ * Copyright 2015-2018 Igor Bezkrovnyi
303
+ * All rights reserved. (MIT Licensed)
304
+ *
305
+ * pointContainer.ts - part of Image Quantization Library
306
+ */
307
+
308
+ /**
309
+ * @preserve
310
+ * Copyright 2015-2018 Igor Bezkrovnyi
311
+ * All rights reserved. (MIT Licensed)
312
+ *
313
+ * rgb2hsl.ts - part of Image Quantization Library
314
+ */
315
+
316
+ /**
317
+ * @preserve
318
+ * Copyright 2015-2018 Igor Bezkrovnyi
319
+ * All rights reserved. (MIT Licensed)
320
+ *
321
+ * rgb2lab.ts - part of Image Quantization Library
322
+ */
323
+
324
+ /**
325
+ * @preserve
326
+ * Copyright 2015-2018 Igor Bezkrovnyi
327
+ * All rights reserved. (MIT Licensed)
328
+ *
329
+ * rgb2xyz.ts - part of Image Quantization Library
330
+ */
331
+
332
+ /**
333
+ * @preserve
334
+ * Copyright 2015-2018 Igor Bezkrovnyi
335
+ * All rights reserved. (MIT Licensed)
336
+ *
337
+ * ssim.ts - part of Image Quantization Library
338
+ */
339
+
340
+ /**
341
+ * @preserve
342
+ * Copyright 2015-2018 Igor Bezkrovnyi
343
+ * All rights reserved. (MIT Licensed)
344
+ *
345
+ * wuQuant.ts - part of Image Quantization Library
346
+ */
347
+
348
+ /**
349
+ * @preserve
350
+ * Copyright 2015-2018 Igor Bezkrovnyi
351
+ * All rights reserved. (MIT Licensed)
352
+ *
353
+ * xyz2lab.ts - part of Image Quantization Library
354
+ */
355
+
356
+ /**
357
+ * @preserve
358
+ * Copyright 2015-2018 Igor Bezkrovnyi
359
+ * All rights reserved. (MIT Licensed)
360
+ *
361
+ * xyz2rgb.ts - part of Image Quantization Library
362
+ */
363
+
364
+ /**
365
+ * @preserve
366
+ * MIT License
367
+ *
368
+ * Copyright 2015-2018 Igor Bezkrovnyi
369
+ *
370
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
371
+ * of this software and associated documentation files (the "Software"), to
372
+ * deal in the Software without restriction, including without limitation the
373
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
374
+ * sell copies of the Software, and to permit persons to whom the Software is
375
+ * furnished to do so, subject to the following conditions:
376
+ *
377
+ * The above copyright notice and this permission notice shall be included in
378
+ * all copies or substantial portions of the Software.
379
+ *
380
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
381
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
382
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
383
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
384
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
385
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
386
+ * IN THE SOFTWARE.
387
+ *
388
+ * riemersma.ts - part of Image Quantization Library
389
+ */
390
+
391
+ /**
392
+ * @preserve TypeScript port:
393
+ * Copyright 2015-2018 Igor Bezkrovnyi
394
+ * All rights reserved. (MIT Licensed)
395
+ *
396
+ * colorHistogram.ts - part of Image Quantization Library
397
+ */
398
+
399
+ /**
400
+ * @preserve TypeScript port:
401
+ * Copyright 2015-2018 Igor Bezkrovnyi
402
+ * All rights reserved. (MIT Licensed)
403
+ *
404
+ * neuquant.ts - part of Image Quantization Library
405
+ */
406
+
407
+ /**
408
+ * @preserve TypeScript port:
409
+ * Copyright 2015-2018 Igor Bezkrovnyi
410
+ * All rights reserved. (MIT Licensed)
411
+ *
412
+ * rgbquant.ts - part of Image Quantization Library
413
+ */
414
+
415
+ /**
416
+ * Archiver Core
417
+ *
418
+ * @ignore
419
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
420
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
421
+ */
422
+
423
+ /**
424
+ * Archiver Vending
425
+ *
426
+ * @ignore
427
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
428
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
429
+ */
430
+
431
+ /**
432
+ * JSON Format Plugin
433
+ *
434
+ * @module plugins/json
435
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
436
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
437
+ */
438
+
439
+ /**
440
+ * TAR Format Plugin
441
+ *
442
+ * @module plugins/tar
443
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
444
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
445
+ */
446
+
447
+ /**
448
+ * ZIP Format Plugin
449
+ *
450
+ * @module plugins/zip
451
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
452
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
453
+ */
454
+
455
+ /**
456
+ * ZipStream
457
+ *
458
+ * @ignore
459
+ * @license [MIT]{@link https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE}
460
+ * @copyright (c) 2014 Chris Talkington, contributors.
461
+ */
462
+
463
+ //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
464
+
465
+ //! license : MIT
466
+
467
+ //! moment.js
468
+
469
+ //! momentjs.com
470
+
471
+ //! version : 2.30.1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["webpack://@gui-agent/cli/./src/index.ts"],"sourcesContent":["/*\n * Copyright (c) 2025 Bytedance, Inc. and its affiliates.\n * SPDX-License-Identifier: Apache-2.0\n */\nimport { run } from './cli/commands';\n\nrun();\n"],"names":["run"],"mappings":";;;;;;;AAMAA,IAAAA,4BAAAA,GAAAA,AAAAA"}
package/dist/index.mjs ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright (c) 2025 Bytedance, Inc. and its affiliates.
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ import { run } from "./cli/commands.mjs";
6
+ run();
7
+
8
+ //# sourceMappingURL=index.mjs.map