@portofcontext/pctx 0.1.1

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