@sqaitech/mcp 0.30.10
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/README.md +3 -0
- package/dist/217.js +4744 -0
- package/dist/251.js +24942 -0
- package/dist/251.js.LICENSE.txt +1 -0
- package/dist/328.js +456 -0
- package/dist/663.js +105 -0
- package/dist/663.js.LICENSE.txt +1 -0
- package/dist/79.js +40 -0
- package/dist/940.js +1156 -0
- package/dist/api.mdx +1167 -0
- package/dist/index.js +261630 -0
- package/dist/index.js.LICENSE.txt +531 -0
- package/package.json +39 -0
|
@@ -0,0 +1,531 @@
|
|
|
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
|
+
object-assign
|
|
10
|
+
(c) Sindre Sorhus
|
|
11
|
+
@license MIT
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*!
|
|
15
|
+
* Timm
|
|
16
|
+
*
|
|
17
|
+
* Immutability helpers with fast reads and acceptable writes.
|
|
18
|
+
*
|
|
19
|
+
* @copyright Guillermo Grau Panea 2016
|
|
20
|
+
* @license MIT
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
/*!
|
|
24
|
+
* accepts
|
|
25
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
26
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
27
|
+
* MIT Licensed
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
/*!
|
|
31
|
+
* base64id v0.1.0
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
/*!
|
|
35
|
+
* cookie
|
|
36
|
+
* Copyright(c) 2012-2014 Roman Shtylman
|
|
37
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
38
|
+
* MIT Licensed
|
|
39
|
+
*/
|
|
40
|
+
|
|
41
|
+
/*!
|
|
42
|
+
* humanize-ms - index.js
|
|
43
|
+
* Copyright(c) 2014 dead_horse <dead_horse@qq.com>
|
|
44
|
+
* MIT Licensed
|
|
45
|
+
*/
|
|
46
|
+
|
|
47
|
+
/*!
|
|
48
|
+
* mime-db
|
|
49
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
50
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
51
|
+
* MIT Licensed
|
|
52
|
+
*/
|
|
53
|
+
|
|
54
|
+
/*!
|
|
55
|
+
* mime-types
|
|
56
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
57
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
58
|
+
* MIT Licensed
|
|
59
|
+
*/
|
|
60
|
+
|
|
61
|
+
/*!
|
|
62
|
+
* negotiator
|
|
63
|
+
* Copyright(c) 2012 Federico Romero
|
|
64
|
+
* Copyright(c) 2012-2014 Isaac Z. Schlueter
|
|
65
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
66
|
+
* MIT Licensed
|
|
67
|
+
*/
|
|
68
|
+
|
|
69
|
+
/*!
|
|
70
|
+
* node-progress
|
|
71
|
+
* Copyright(c) 2011 TJ Holowaychuk <tj@vision-media.ca>
|
|
72
|
+
* MIT Licensed
|
|
73
|
+
*/
|
|
74
|
+
|
|
75
|
+
/*!
|
|
76
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
77
|
+
*
|
|
78
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
79
|
+
* Released under the MIT License.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
/*!
|
|
83
|
+
* vary
|
|
84
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
85
|
+
* MIT Licensed
|
|
86
|
+
*/
|
|
87
|
+
|
|
88
|
+
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
|
89
|
+
|
|
90
|
+
/*! @azure/msal-node v2.16.2 2024-11-19 */
|
|
91
|
+
|
|
92
|
+
/*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors */
|
|
93
|
+
|
|
94
|
+
/*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank */
|
|
95
|
+
|
|
96
|
+
/*! For license information please see us-keyboard-layout.mjs.LICENSE.txt */
|
|
97
|
+
|
|
98
|
+
/*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
|
|
99
|
+
|
|
100
|
+
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
|
101
|
+
|
|
102
|
+
/*! https://mths.be/utf8js v2.1.2 by @mathias */
|
|
103
|
+
|
|
104
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
105
|
+
|
|
106
|
+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
|
|
107
|
+
|
|
108
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
|
|
112
|
+
* CJS and ESM environments.
|
|
113
|
+
*
|
|
114
|
+
* @license
|
|
115
|
+
* Copyright (c) 2016, Contributors
|
|
116
|
+
* SPDX-License-Identifier: ISC
|
|
117
|
+
*/
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @license
|
|
121
|
+
* Copyright (c) 2016, Contributors
|
|
122
|
+
* SPDX-License-Identifier: ISC
|
|
123
|
+
*/
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* @license
|
|
127
|
+
* Copyright 2017 Google Inc.
|
|
128
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
129
|
+
*/
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* @license
|
|
133
|
+
* Copyright 2018 Google Inc.
|
|
134
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
135
|
+
*/
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @license
|
|
139
|
+
* Copyright 2019 Google Inc.
|
|
140
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
141
|
+
*/
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @license
|
|
145
|
+
* Copyright 2020 Google Inc.
|
|
146
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
147
|
+
*/
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* @license
|
|
151
|
+
* Copyright 2021 Google Inc.
|
|
152
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
153
|
+
*/
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* @license
|
|
157
|
+
* Copyright 2022 Google Inc.
|
|
158
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
159
|
+
*/
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @license
|
|
163
|
+
* Copyright 2023 Google Inc.
|
|
164
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
165
|
+
*/
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @license
|
|
169
|
+
* Copyright 2024 Google Inc.
|
|
170
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
171
|
+
*/
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @license
|
|
175
|
+
* Lodash <https://lodash.com/>
|
|
176
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
177
|
+
* Released under MIT license <https://lodash.com/license>
|
|
178
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
179
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
180
|
+
*/
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @license
|
|
184
|
+
* web-streams-polyfill v4.0.0-beta.3
|
|
185
|
+
* Copyright 2021 Mattias Buelens, Diwank Singh Tomer and other contributors.
|
|
186
|
+
* This code is released under the MIT license.
|
|
187
|
+
* SPDX-License-Identifier: MIT
|
|
188
|
+
*/
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @package parse-listing
|
|
192
|
+
* @author Sergi Mansilla <sergi.mansilla@gmail.com>
|
|
193
|
+
* @license https://github.com/sergi/parse-listing/blob/master/LICENSE MIT License
|
|
194
|
+
*/
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* @preserve
|
|
198
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
199
|
+
* All rights reserved. (MIT Licensed)
|
|
200
|
+
*
|
|
201
|
+
* cie94.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
|
+
* ciede2000.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
|
+
* cmetric.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
|
+
* common.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
|
+
* constants.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
|
+
* ditherErrorDiffusionArray.ts - part of Image Quantization Library
|
|
242
|
+
*/
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @preserve
|
|
246
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
247
|
+
* All rights reserved. (MIT Licensed)
|
|
248
|
+
*
|
|
249
|
+
* euclidean.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
|
+
* helper.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
|
+
* hueStatistics.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
|
+
* iq.ts - Image Quantization Library
|
|
274
|
+
*/
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* @preserve
|
|
278
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
279
|
+
* All rights reserved. (MIT Licensed)
|
|
280
|
+
*
|
|
281
|
+
* lab2rgb.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
|
+
* lab2xyz.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
|
+
* manhattanNeuQuant.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
|
+
* nearestColor.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
|
+
* palette.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
|
+
* pngQuant.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
|
+
* point.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
|
+
* pointContainer.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
|
+
* rgb2hsl.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
|
+
* rgb2lab.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
|
+
* rgb2xyz.ts - part of Image Quantization Library
|
|
362
|
+
*/
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* @preserve
|
|
366
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
367
|
+
* All rights reserved. (MIT Licensed)
|
|
368
|
+
*
|
|
369
|
+
* ssim.ts - part of Image Quantization Library
|
|
370
|
+
*/
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @preserve
|
|
374
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
375
|
+
* All rights reserved. (MIT Licensed)
|
|
376
|
+
*
|
|
377
|
+
* wuQuant.ts - part of Image Quantization Library
|
|
378
|
+
*/
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* @preserve
|
|
382
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
383
|
+
* All rights reserved. (MIT Licensed)
|
|
384
|
+
*
|
|
385
|
+
* xyz2lab.ts - part of Image Quantization Library
|
|
386
|
+
*/
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* @preserve
|
|
390
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
391
|
+
* All rights reserved. (MIT Licensed)
|
|
392
|
+
*
|
|
393
|
+
* xyz2rgb.ts - part of Image Quantization Library
|
|
394
|
+
*/
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* @preserve
|
|
398
|
+
* MIT License
|
|
399
|
+
*
|
|
400
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
401
|
+
*
|
|
402
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
403
|
+
* of this software and associated documentation files (the "Software"), to
|
|
404
|
+
* deal in the Software without restriction, including without limitation the
|
|
405
|
+
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
406
|
+
* sell copies of the Software, and to permit persons to whom the Software is
|
|
407
|
+
* furnished to do so, subject to the following conditions:
|
|
408
|
+
*
|
|
409
|
+
* The above copyright notice and this permission notice shall be included in
|
|
410
|
+
* all copies or substantial portions of the Software.
|
|
411
|
+
*
|
|
412
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
413
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
414
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
415
|
+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
416
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
417
|
+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
418
|
+
* IN THE SOFTWARE.
|
|
419
|
+
*
|
|
420
|
+
* riemersma.ts - part of Image Quantization Library
|
|
421
|
+
*/
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* @preserve TypeScript port:
|
|
425
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
426
|
+
* All rights reserved. (MIT Licensed)
|
|
427
|
+
*
|
|
428
|
+
* colorHistogram.ts - part of Image Quantization Library
|
|
429
|
+
*/
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* @preserve TypeScript port:
|
|
433
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
434
|
+
* All rights reserved. (MIT Licensed)
|
|
435
|
+
*
|
|
436
|
+
* neuquant.ts - part of Image Quantization Library
|
|
437
|
+
*/
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* @preserve TypeScript port:
|
|
441
|
+
* Copyright 2015-2018 Igor Bezkrovnyi
|
|
442
|
+
* All rights reserved. (MIT Licensed)
|
|
443
|
+
*
|
|
444
|
+
* rgbquant.ts - part of Image Quantization Library
|
|
445
|
+
*/
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* Archiver Core
|
|
449
|
+
*
|
|
450
|
+
* @ignore
|
|
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
|
+
* Archiver Vending
|
|
457
|
+
*
|
|
458
|
+
* @ignore
|
|
459
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
460
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
461
|
+
*/
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* JSON Format Plugin
|
|
465
|
+
*
|
|
466
|
+
* @module plugins/json
|
|
467
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
468
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
469
|
+
*/
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* TAR Format Plugin
|
|
473
|
+
*
|
|
474
|
+
* @module plugins/tar
|
|
475
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
476
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
477
|
+
*/
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
|
|
481
|
+
*
|
|
482
|
+
* This can be used with JS designed for browsers to improve reuse of code and
|
|
483
|
+
* allow the use of existing libraries.
|
|
484
|
+
*
|
|
485
|
+
* Usage: include("XMLHttpRequest.js") and use XMLHttpRequest per W3C specs.
|
|
486
|
+
*
|
|
487
|
+
* @author Dan DeFelippi <dan@driverdan.com>
|
|
488
|
+
* @contributor David Ellis <d.f.ellis@ieee.org>
|
|
489
|
+
* @license MIT
|
|
490
|
+
*/
|
|
491
|
+
|
|
492
|
+
/**
|
|
493
|
+
* ZIP Format Plugin
|
|
494
|
+
*
|
|
495
|
+
* @module plugins/zip
|
|
496
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
497
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
498
|
+
*/
|
|
499
|
+
|
|
500
|
+
/**
|
|
501
|
+
* ZipStream
|
|
502
|
+
*
|
|
503
|
+
* @ignore
|
|
504
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE}
|
|
505
|
+
* @copyright (c) 2014 Chris Talkington, contributors.
|
|
506
|
+
*/
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* [js-sha256]{@link https://github.com/emn178/js-sha256}
|
|
510
|
+
*
|
|
511
|
+
* @version 0.11.0
|
|
512
|
+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
513
|
+
* @copyright Chen, Yi-Cyuan 2014-2024
|
|
514
|
+
* @license MIT
|
|
515
|
+
*/
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* @license
|
|
519
|
+
* Copyright 2017 Google Inc.
|
|
520
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
521
|
+
*/
|
|
522
|
+
|
|
523
|
+
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
|
524
|
+
|
|
525
|
+
//! license : MIT
|
|
526
|
+
|
|
527
|
+
//! moment.js
|
|
528
|
+
|
|
529
|
+
//! momentjs.com
|
|
530
|
+
|
|
531
|
+
//! version : 2.30.1
|
package/package.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sqaitech/mcp",
|
|
3
|
+
"version": "0.30.10",
|
|
4
|
+
"bin": "dist/index.js",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"devDependencies": {
|
|
9
|
+
"@modelcontextprotocol/inspector": "^0.16.3",
|
|
10
|
+
"@modelcontextprotocol/sdk": "1.10.2",
|
|
11
|
+
"@rslib/core": "^0.11.2",
|
|
12
|
+
"@types/node": "^18.0.0",
|
|
13
|
+
"dotenv": "^16.4.5",
|
|
14
|
+
"puppeteer-core": "24.2.0",
|
|
15
|
+
"typescript": "^5.8.3",
|
|
16
|
+
"vitest": "3.0.5",
|
|
17
|
+
"zod": "3.24.3",
|
|
18
|
+
"@sqaitech/report": "0.13.1",
|
|
19
|
+
"@sqaitech/core": "0.30.10",
|
|
20
|
+
"@sqaitech/android": "0.30.10",
|
|
21
|
+
"@sqaitech/web": "0.30.10",
|
|
22
|
+
"@sqaitech/shared": "0.30.10"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@silvia-odwyer/photon": "0.3.3",
|
|
26
|
+
"@silvia-odwyer/photon-node": "0.3.3",
|
|
27
|
+
"bufferutil": "4.0.9",
|
|
28
|
+
"sharp": "^0.34.3",
|
|
29
|
+
"utf-8-validate": "6.0.5"
|
|
30
|
+
},
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "rslib build",
|
|
34
|
+
"dev": "rslib build --watch",
|
|
35
|
+
"build:watch": "npm run dev",
|
|
36
|
+
"test": "vitest run",
|
|
37
|
+
"inspect": "node scripts/inspect.mjs"
|
|
38
|
+
}
|
|
39
|
+
}
|