agency-cli 1.0.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.
@@ -0,0 +1,899 @@
1
+ {
2
+ "lockfileVersion": 3,
3
+ "name": "agency-cli",
4
+ "packages": {
5
+ "": {
6
+ "bin": {
7
+ "agency": "run-agency.js"
8
+ },
9
+ "dependencies": {
10
+ "axios": "^1.11.0",
11
+ "axios-proxy-builder": "^0.1.2",
12
+ "console.table": "^0.10.0",
13
+ "detect-libc": "^2.0.4",
14
+ "rimraf": "^6.0.1"
15
+ },
16
+ "devDependencies": {
17
+ "prettier": "^3.6.2"
18
+ },
19
+ "engines": {
20
+ "node": ">=14",
21
+ "npm": ">=6"
22
+ },
23
+ "hasInstallScript": true,
24
+ "name": "agency-cli",
25
+ "version": "1.0.0"
26
+ },
27
+ "node_modules/@isaacs/balanced-match": {
28
+ "engines": {
29
+ "node": "20 || >=22"
30
+ },
31
+ "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
32
+ "license": "MIT",
33
+ "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
34
+ "version": "4.0.1"
35
+ },
36
+ "node_modules/@isaacs/brace-expansion": {
37
+ "dependencies": {
38
+ "@isaacs/balanced-match": "^4.0.1"
39
+ },
40
+ "engines": {
41
+ "node": "20 || >=22"
42
+ },
43
+ "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
44
+ "license": "MIT",
45
+ "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
46
+ "version": "5.0.0"
47
+ },
48
+ "node_modules/@isaacs/cliui": {
49
+ "dependencies": {
50
+ "string-width": "^5.1.2",
51
+ "string-width-cjs": "npm:string-width@^4.2.0",
52
+ "strip-ansi": "^7.0.1",
53
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
54
+ "wrap-ansi": "^8.1.0",
55
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
56
+ },
57
+ "engines": {
58
+ "node": ">=12"
59
+ },
60
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
61
+ "license": "ISC",
62
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
63
+ "version": "8.0.2"
64
+ },
65
+ "node_modules/ansi-regex": {
66
+ "engines": {
67
+ "node": ">=12"
68
+ },
69
+ "funding": {
70
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
71
+ },
72
+ "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
73
+ "license": "MIT",
74
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
75
+ "version": "6.1.0"
76
+ },
77
+ "node_modules/ansi-styles": {
78
+ "engines": {
79
+ "node": ">=12"
80
+ },
81
+ "funding": {
82
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
83
+ },
84
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
85
+ "license": "MIT",
86
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
87
+ "version": "6.2.1"
88
+ },
89
+ "node_modules/asynckit": {
90
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
91
+ "license": "MIT",
92
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
93
+ "version": "0.4.0"
94
+ },
95
+ "node_modules/axios": {
96
+ "dependencies": {
97
+ "follow-redirects": "^1.15.6",
98
+ "form-data": "^4.0.4",
99
+ "proxy-from-env": "^1.1.0"
100
+ },
101
+ "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
102
+ "license": "MIT",
103
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
104
+ "version": "1.11.0"
105
+ },
106
+ "node_modules/axios-proxy-builder": {
107
+ "dependencies": {
108
+ "tunnel": "^0.0.6"
109
+ },
110
+ "integrity": "sha512-6uBVsBZzkB3tCC8iyx59mCjQckhB8+GQrI9Cop8eC7ybIsvs/KtnNgEBfRMSEa7GqK2VBGUzgjNYMdPIfotyPA==",
111
+ "license": "MIT",
112
+ "resolved": "https://registry.npmjs.org/axios-proxy-builder/-/axios-proxy-builder-0.1.2.tgz",
113
+ "version": "0.1.2"
114
+ },
115
+ "node_modules/call-bind-apply-helpers": {
116
+ "dependencies": {
117
+ "es-errors": "^1.3.0",
118
+ "function-bind": "^1.1.2"
119
+ },
120
+ "engines": {
121
+ "node": ">= 0.4"
122
+ },
123
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
124
+ "license": "MIT",
125
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
126
+ "version": "1.0.2"
127
+ },
128
+ "node_modules/clone": {
129
+ "engines": {
130
+ "node": ">=0.8"
131
+ },
132
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
133
+ "license": "MIT",
134
+ "optional": true,
135
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
136
+ "version": "1.0.4"
137
+ },
138
+ "node_modules/color-convert": {
139
+ "dependencies": {
140
+ "color-name": "~1.1.4"
141
+ },
142
+ "engines": {
143
+ "node": ">=7.0.0"
144
+ },
145
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
146
+ "license": "MIT",
147
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
148
+ "version": "2.0.1"
149
+ },
150
+ "node_modules/color-name": {
151
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
152
+ "license": "MIT",
153
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
154
+ "version": "1.1.4"
155
+ },
156
+ "node_modules/combined-stream": {
157
+ "dependencies": {
158
+ "delayed-stream": "~1.0.0"
159
+ },
160
+ "engines": {
161
+ "node": ">= 0.8"
162
+ },
163
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
164
+ "license": "MIT",
165
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
166
+ "version": "1.0.8"
167
+ },
168
+ "node_modules/console.table": {
169
+ "dependencies": {
170
+ "easy-table": "1.1.0"
171
+ },
172
+ "engines": {
173
+ "node": "> 0.10"
174
+ },
175
+ "integrity": "sha512-dPyZofqggxuvSf7WXvNjuRfnsOk1YazkVP8FdxH4tcH2c37wc79/Yl6Bhr7Lsu00KMgy2ql/qCMuNu8xctZM8g==",
176
+ "license": "MIT",
177
+ "resolved": "https://registry.npmjs.org/console.table/-/console.table-0.10.0.tgz",
178
+ "version": "0.10.0"
179
+ },
180
+ "node_modules/cross-spawn": {
181
+ "dependencies": {
182
+ "path-key": "^3.1.0",
183
+ "shebang-command": "^2.0.0",
184
+ "which": "^2.0.1"
185
+ },
186
+ "engines": {
187
+ "node": ">= 8"
188
+ },
189
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
190
+ "license": "MIT",
191
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
192
+ "version": "7.0.6"
193
+ },
194
+ "node_modules/defaults": {
195
+ "dependencies": {
196
+ "clone": "^1.0.2"
197
+ },
198
+ "funding": {
199
+ "url": "https://github.com/sponsors/sindresorhus"
200
+ },
201
+ "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
202
+ "license": "MIT",
203
+ "optional": true,
204
+ "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
205
+ "version": "1.0.4"
206
+ },
207
+ "node_modules/delayed-stream": {
208
+ "engines": {
209
+ "node": ">=0.4.0"
210
+ },
211
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
212
+ "license": "MIT",
213
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
214
+ "version": "1.0.0"
215
+ },
216
+ "node_modules/detect-libc": {
217
+ "engines": {
218
+ "node": ">=8"
219
+ },
220
+ "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
221
+ "license": "Apache-2.0",
222
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz",
223
+ "version": "2.0.4"
224
+ },
225
+ "node_modules/dunder-proto": {
226
+ "dependencies": {
227
+ "call-bind-apply-helpers": "^1.0.1",
228
+ "es-errors": "^1.3.0",
229
+ "gopd": "^1.2.0"
230
+ },
231
+ "engines": {
232
+ "node": ">= 0.4"
233
+ },
234
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
235
+ "license": "MIT",
236
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
237
+ "version": "1.0.1"
238
+ },
239
+ "node_modules/eastasianwidth": {
240
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
241
+ "license": "MIT",
242
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
243
+ "version": "0.2.0"
244
+ },
245
+ "node_modules/easy-table": {
246
+ "integrity": "sha512-oq33hWOSSnl2Hoh00tZWaIPi1ievrD9aFG82/IgjlycAnW9hHx5PkJiXpxPsgEE+H7BsbVQXFVFST8TEXS6/pA==",
247
+ "license": "MIT",
248
+ "optionalDependencies": {
249
+ "wcwidth": ">=1.0.1"
250
+ },
251
+ "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz",
252
+ "version": "1.1.0"
253
+ },
254
+ "node_modules/emoji-regex": {
255
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
256
+ "license": "MIT",
257
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
258
+ "version": "9.2.2"
259
+ },
260
+ "node_modules/es-define-property": {
261
+ "engines": {
262
+ "node": ">= 0.4"
263
+ },
264
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
265
+ "license": "MIT",
266
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
267
+ "version": "1.0.1"
268
+ },
269
+ "node_modules/es-errors": {
270
+ "engines": {
271
+ "node": ">= 0.4"
272
+ },
273
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
274
+ "license": "MIT",
275
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
276
+ "version": "1.3.0"
277
+ },
278
+ "node_modules/es-object-atoms": {
279
+ "dependencies": {
280
+ "es-errors": "^1.3.0"
281
+ },
282
+ "engines": {
283
+ "node": ">= 0.4"
284
+ },
285
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
286
+ "license": "MIT",
287
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
288
+ "version": "1.1.1"
289
+ },
290
+ "node_modules/es-set-tostringtag": {
291
+ "dependencies": {
292
+ "es-errors": "^1.3.0",
293
+ "get-intrinsic": "^1.2.6",
294
+ "has-tostringtag": "^1.0.2",
295
+ "hasown": "^2.0.2"
296
+ },
297
+ "engines": {
298
+ "node": ">= 0.4"
299
+ },
300
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
301
+ "license": "MIT",
302
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
303
+ "version": "2.1.0"
304
+ },
305
+ "node_modules/follow-redirects": {
306
+ "engines": {
307
+ "node": ">=4.0"
308
+ },
309
+ "funding": [
310
+ {
311
+ "type": "individual",
312
+ "url": "https://github.com/sponsors/RubenVerborgh"
313
+ }
314
+ ],
315
+ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
316
+ "license": "MIT",
317
+ "peerDependenciesMeta": {
318
+ "debug": {
319
+ "optional": true
320
+ }
321
+ },
322
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
323
+ "version": "1.15.6"
324
+ },
325
+ "node_modules/foreground-child": {
326
+ "dependencies": {
327
+ "cross-spawn": "^7.0.6",
328
+ "signal-exit": "^4.0.1"
329
+ },
330
+ "engines": {
331
+ "node": ">=14"
332
+ },
333
+ "funding": {
334
+ "url": "https://github.com/sponsors/isaacs"
335
+ },
336
+ "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
337
+ "license": "ISC",
338
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
339
+ "version": "3.3.1"
340
+ },
341
+ "node_modules/form-data": {
342
+ "dependencies": {
343
+ "asynckit": "^0.4.0",
344
+ "combined-stream": "^1.0.8",
345
+ "es-set-tostringtag": "^2.1.0",
346
+ "hasown": "^2.0.2",
347
+ "mime-types": "^2.1.12"
348
+ },
349
+ "engines": {
350
+ "node": ">= 6"
351
+ },
352
+ "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
353
+ "license": "MIT",
354
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
355
+ "version": "4.0.4"
356
+ },
357
+ "node_modules/function-bind": {
358
+ "funding": {
359
+ "url": "https://github.com/sponsors/ljharb"
360
+ },
361
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
362
+ "license": "MIT",
363
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
364
+ "version": "1.1.2"
365
+ },
366
+ "node_modules/get-intrinsic": {
367
+ "dependencies": {
368
+ "call-bind-apply-helpers": "^1.0.2",
369
+ "es-define-property": "^1.0.1",
370
+ "es-errors": "^1.3.0",
371
+ "es-object-atoms": "^1.1.1",
372
+ "function-bind": "^1.1.2",
373
+ "get-proto": "^1.0.1",
374
+ "gopd": "^1.2.0",
375
+ "has-symbols": "^1.1.0",
376
+ "hasown": "^2.0.2",
377
+ "math-intrinsics": "^1.1.0"
378
+ },
379
+ "engines": {
380
+ "node": ">= 0.4"
381
+ },
382
+ "funding": {
383
+ "url": "https://github.com/sponsors/ljharb"
384
+ },
385
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
386
+ "license": "MIT",
387
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
388
+ "version": "1.3.0"
389
+ },
390
+ "node_modules/get-proto": {
391
+ "dependencies": {
392
+ "dunder-proto": "^1.0.1",
393
+ "es-object-atoms": "^1.0.0"
394
+ },
395
+ "engines": {
396
+ "node": ">= 0.4"
397
+ },
398
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
399
+ "license": "MIT",
400
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
401
+ "version": "1.0.1"
402
+ },
403
+ "node_modules/glob": {
404
+ "bin": {
405
+ "glob": "dist/esm/bin.mjs"
406
+ },
407
+ "dependencies": {
408
+ "foreground-child": "^3.3.1",
409
+ "jackspeak": "^4.1.1",
410
+ "minimatch": "^10.0.3",
411
+ "minipass": "^7.1.2",
412
+ "package-json-from-dist": "^1.0.0",
413
+ "path-scurry": "^2.0.0"
414
+ },
415
+ "engines": {
416
+ "node": "20 || >=22"
417
+ },
418
+ "funding": {
419
+ "url": "https://github.com/sponsors/isaacs"
420
+ },
421
+ "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
422
+ "license": "ISC",
423
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
424
+ "version": "11.0.3"
425
+ },
426
+ "node_modules/gopd": {
427
+ "engines": {
428
+ "node": ">= 0.4"
429
+ },
430
+ "funding": {
431
+ "url": "https://github.com/sponsors/ljharb"
432
+ },
433
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
434
+ "license": "MIT",
435
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
436
+ "version": "1.2.0"
437
+ },
438
+ "node_modules/has-symbols": {
439
+ "engines": {
440
+ "node": ">= 0.4"
441
+ },
442
+ "funding": {
443
+ "url": "https://github.com/sponsors/ljharb"
444
+ },
445
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
446
+ "license": "MIT",
447
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
448
+ "version": "1.1.0"
449
+ },
450
+ "node_modules/has-tostringtag": {
451
+ "dependencies": {
452
+ "has-symbols": "^1.0.3"
453
+ },
454
+ "engines": {
455
+ "node": ">= 0.4"
456
+ },
457
+ "funding": {
458
+ "url": "https://github.com/sponsors/ljharb"
459
+ },
460
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
461
+ "license": "MIT",
462
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
463
+ "version": "1.0.2"
464
+ },
465
+ "node_modules/hasown": {
466
+ "dependencies": {
467
+ "function-bind": "^1.1.2"
468
+ },
469
+ "engines": {
470
+ "node": ">= 0.4"
471
+ },
472
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
473
+ "license": "MIT",
474
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
475
+ "version": "2.0.2"
476
+ },
477
+ "node_modules/is-fullwidth-code-point": {
478
+ "engines": {
479
+ "node": ">=8"
480
+ },
481
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
482
+ "license": "MIT",
483
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
484
+ "version": "3.0.0"
485
+ },
486
+ "node_modules/isexe": {
487
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
488
+ "license": "ISC",
489
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
490
+ "version": "2.0.0"
491
+ },
492
+ "node_modules/jackspeak": {
493
+ "dependencies": {
494
+ "@isaacs/cliui": "^8.0.2"
495
+ },
496
+ "engines": {
497
+ "node": "20 || >=22"
498
+ },
499
+ "funding": {
500
+ "url": "https://github.com/sponsors/isaacs"
501
+ },
502
+ "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
503
+ "license": "BlueOak-1.0.0",
504
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
505
+ "version": "4.1.1"
506
+ },
507
+ "node_modules/lru-cache": {
508
+ "engines": {
509
+ "node": "20 || >=22"
510
+ },
511
+ "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
512
+ "license": "ISC",
513
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
514
+ "version": "11.1.0"
515
+ },
516
+ "node_modules/math-intrinsics": {
517
+ "engines": {
518
+ "node": ">= 0.4"
519
+ },
520
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
521
+ "license": "MIT",
522
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
523
+ "version": "1.1.0"
524
+ },
525
+ "node_modules/mime-db": {
526
+ "engines": {
527
+ "node": ">= 0.6"
528
+ },
529
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
530
+ "license": "MIT",
531
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
532
+ "version": "1.52.0"
533
+ },
534
+ "node_modules/mime-types": {
535
+ "dependencies": {
536
+ "mime-db": "1.52.0"
537
+ },
538
+ "engines": {
539
+ "node": ">= 0.6"
540
+ },
541
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
542
+ "license": "MIT",
543
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
544
+ "version": "2.1.35"
545
+ },
546
+ "node_modules/minimatch": {
547
+ "dependencies": {
548
+ "@isaacs/brace-expansion": "^5.0.0"
549
+ },
550
+ "engines": {
551
+ "node": "20 || >=22"
552
+ },
553
+ "funding": {
554
+ "url": "https://github.com/sponsors/isaacs"
555
+ },
556
+ "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==",
557
+ "license": "ISC",
558
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
559
+ "version": "10.0.3"
560
+ },
561
+ "node_modules/minipass": {
562
+ "engines": {
563
+ "node": ">=16 || 14 >=14.17"
564
+ },
565
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
566
+ "license": "ISC",
567
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
568
+ "version": "7.1.2"
569
+ },
570
+ "node_modules/package-json-from-dist": {
571
+ "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
572
+ "license": "BlueOak-1.0.0",
573
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
574
+ "version": "1.0.1"
575
+ },
576
+ "node_modules/path-key": {
577
+ "engines": {
578
+ "node": ">=8"
579
+ },
580
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
581
+ "license": "MIT",
582
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
583
+ "version": "3.1.1"
584
+ },
585
+ "node_modules/path-scurry": {
586
+ "dependencies": {
587
+ "lru-cache": "^11.0.0",
588
+ "minipass": "^7.1.2"
589
+ },
590
+ "engines": {
591
+ "node": "20 || >=22"
592
+ },
593
+ "funding": {
594
+ "url": "https://github.com/sponsors/isaacs"
595
+ },
596
+ "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
597
+ "license": "BlueOak-1.0.0",
598
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
599
+ "version": "2.0.0"
600
+ },
601
+ "node_modules/prettier": {
602
+ "bin": {
603
+ "prettier": "bin/prettier.cjs"
604
+ },
605
+ "dev": true,
606
+ "engines": {
607
+ "node": ">=14"
608
+ },
609
+ "funding": {
610
+ "url": "https://github.com/prettier/prettier?sponsor=1"
611
+ },
612
+ "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
613
+ "license": "MIT",
614
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
615
+ "version": "3.6.2"
616
+ },
617
+ "node_modules/proxy-from-env": {
618
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
619
+ "license": "MIT",
620
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
621
+ "version": "1.1.0"
622
+ },
623
+ "node_modules/rimraf": {
624
+ "bin": {
625
+ "rimraf": "dist/esm/bin.mjs"
626
+ },
627
+ "dependencies": {
628
+ "glob": "^11.0.0",
629
+ "package-json-from-dist": "^1.0.0"
630
+ },
631
+ "engines": {
632
+ "node": "20 || >=22"
633
+ },
634
+ "funding": {
635
+ "url": "https://github.com/sponsors/isaacs"
636
+ },
637
+ "integrity": "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==",
638
+ "license": "ISC",
639
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz",
640
+ "version": "6.0.1"
641
+ },
642
+ "node_modules/shebang-command": {
643
+ "dependencies": {
644
+ "shebang-regex": "^3.0.0"
645
+ },
646
+ "engines": {
647
+ "node": ">=8"
648
+ },
649
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
650
+ "license": "MIT",
651
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
652
+ "version": "2.0.0"
653
+ },
654
+ "node_modules/shebang-regex": {
655
+ "engines": {
656
+ "node": ">=8"
657
+ },
658
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
659
+ "license": "MIT",
660
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
661
+ "version": "3.0.0"
662
+ },
663
+ "node_modules/signal-exit": {
664
+ "engines": {
665
+ "node": ">=14"
666
+ },
667
+ "funding": {
668
+ "url": "https://github.com/sponsors/isaacs"
669
+ },
670
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
671
+ "license": "ISC",
672
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
673
+ "version": "4.1.0"
674
+ },
675
+ "node_modules/string-width": {
676
+ "dependencies": {
677
+ "eastasianwidth": "^0.2.0",
678
+ "emoji-regex": "^9.2.2",
679
+ "strip-ansi": "^7.0.1"
680
+ },
681
+ "engines": {
682
+ "node": ">=12"
683
+ },
684
+ "funding": {
685
+ "url": "https://github.com/sponsors/sindresorhus"
686
+ },
687
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
688
+ "license": "MIT",
689
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
690
+ "version": "5.1.2"
691
+ },
692
+ "node_modules/string-width-cjs": {
693
+ "dependencies": {
694
+ "emoji-regex": "^8.0.0",
695
+ "is-fullwidth-code-point": "^3.0.0",
696
+ "strip-ansi": "^6.0.1"
697
+ },
698
+ "engines": {
699
+ "node": ">=8"
700
+ },
701
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
702
+ "license": "MIT",
703
+ "name": "string-width",
704
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
705
+ "version": "4.2.3"
706
+ },
707
+ "node_modules/string-width-cjs/node_modules/ansi-regex": {
708
+ "engines": {
709
+ "node": ">=8"
710
+ },
711
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
712
+ "license": "MIT",
713
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
714
+ "version": "5.0.1"
715
+ },
716
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
717
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
718
+ "license": "MIT",
719
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
720
+ "version": "8.0.0"
721
+ },
722
+ "node_modules/string-width-cjs/node_modules/strip-ansi": {
723
+ "dependencies": {
724
+ "ansi-regex": "^5.0.1"
725
+ },
726
+ "engines": {
727
+ "node": ">=8"
728
+ },
729
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
730
+ "license": "MIT",
731
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
732
+ "version": "6.0.1"
733
+ },
734
+ "node_modules/strip-ansi": {
735
+ "dependencies": {
736
+ "ansi-regex": "^6.0.1"
737
+ },
738
+ "engines": {
739
+ "node": ">=12"
740
+ },
741
+ "funding": {
742
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
743
+ },
744
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
745
+ "license": "MIT",
746
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
747
+ "version": "7.1.0"
748
+ },
749
+ "node_modules/strip-ansi-cjs": {
750
+ "dependencies": {
751
+ "ansi-regex": "^5.0.1"
752
+ },
753
+ "engines": {
754
+ "node": ">=8"
755
+ },
756
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
757
+ "license": "MIT",
758
+ "name": "strip-ansi",
759
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
760
+ "version": "6.0.1"
761
+ },
762
+ "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
763
+ "engines": {
764
+ "node": ">=8"
765
+ },
766
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
767
+ "license": "MIT",
768
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
769
+ "version": "5.0.1"
770
+ },
771
+ "node_modules/tunnel": {
772
+ "engines": {
773
+ "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
774
+ },
775
+ "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
776
+ "license": "MIT",
777
+ "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
778
+ "version": "0.0.6"
779
+ },
780
+ "node_modules/wcwidth": {
781
+ "dependencies": {
782
+ "defaults": "^1.0.3"
783
+ },
784
+ "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
785
+ "license": "MIT",
786
+ "optional": true,
787
+ "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
788
+ "version": "1.0.1"
789
+ },
790
+ "node_modules/which": {
791
+ "bin": {
792
+ "node-which": "bin/node-which"
793
+ },
794
+ "dependencies": {
795
+ "isexe": "^2.0.0"
796
+ },
797
+ "engines": {
798
+ "node": ">= 8"
799
+ },
800
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
801
+ "license": "ISC",
802
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
803
+ "version": "2.0.2"
804
+ },
805
+ "node_modules/wrap-ansi": {
806
+ "dependencies": {
807
+ "ansi-styles": "^6.1.0",
808
+ "string-width": "^5.0.1",
809
+ "strip-ansi": "^7.0.1"
810
+ },
811
+ "engines": {
812
+ "node": ">=12"
813
+ },
814
+ "funding": {
815
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
816
+ },
817
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
818
+ "license": "MIT",
819
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
820
+ "version": "8.1.0"
821
+ },
822
+ "node_modules/wrap-ansi-cjs": {
823
+ "dependencies": {
824
+ "ansi-styles": "^4.0.0",
825
+ "string-width": "^4.1.0",
826
+ "strip-ansi": "^6.0.0"
827
+ },
828
+ "engines": {
829
+ "node": ">=10"
830
+ },
831
+ "funding": {
832
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
833
+ },
834
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
835
+ "license": "MIT",
836
+ "name": "wrap-ansi",
837
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
838
+ "version": "7.0.0"
839
+ },
840
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
841
+ "engines": {
842
+ "node": ">=8"
843
+ },
844
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
845
+ "license": "MIT",
846
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
847
+ "version": "5.0.1"
848
+ },
849
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
850
+ "dependencies": {
851
+ "color-convert": "^2.0.1"
852
+ },
853
+ "engines": {
854
+ "node": ">=8"
855
+ },
856
+ "funding": {
857
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
858
+ },
859
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
860
+ "license": "MIT",
861
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
862
+ "version": "4.3.0"
863
+ },
864
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
865
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
866
+ "license": "MIT",
867
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
868
+ "version": "8.0.0"
869
+ },
870
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
871
+ "dependencies": {
872
+ "emoji-regex": "^8.0.0",
873
+ "is-fullwidth-code-point": "^3.0.0",
874
+ "strip-ansi": "^6.0.1"
875
+ },
876
+ "engines": {
877
+ "node": ">=8"
878
+ },
879
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
880
+ "license": "MIT",
881
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
882
+ "version": "4.2.3"
883
+ },
884
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
885
+ "dependencies": {
886
+ "ansi-regex": "^5.0.1"
887
+ },
888
+ "engines": {
889
+ "node": ">=8"
890
+ },
891
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
892
+ "license": "MIT",
893
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
894
+ "version": "6.0.1"
895
+ }
896
+ },
897
+ "requires": true,
898
+ "version": "1.0.0"
899
+ }