@brendangraham/steer 0.1.21

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,718 @@
1
+ {
2
+ "lockfileVersion": 3,
3
+ "name": "@brendangraham/steer",
4
+ "packages": {
5
+ "": {
6
+ "bin": {
7
+ "schema-generator": "run-schema-generator.js",
8
+ "steer": "run-steer.js"
9
+ },
10
+ "dependencies": {
11
+ "axios": "^1.7.9",
12
+ "axios-proxy-builder": "^0.1.2",
13
+ "console.table": "^0.10.0",
14
+ "detect-libc": "^2.0.3",
15
+ "rimraf": "^5.0.8"
16
+ },
17
+ "devDependencies": {
18
+ "prettier": "^3.4.2"
19
+ },
20
+ "engines": {
21
+ "node": ">=14",
22
+ "npm": ">=6"
23
+ },
24
+ "hasInstallScript": true,
25
+ "license": "AGPL-3.0-or-later",
26
+ "name": "@brendangraham/steer",
27
+ "version": "0.1.21"
28
+ },
29
+ "node_modules/@isaacs/cliui": {
30
+ "dependencies": {
31
+ "string-width": "^5.1.2",
32
+ "string-width-cjs": "npm:string-width@^4.2.0",
33
+ "strip-ansi": "^7.0.1",
34
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
35
+ "wrap-ansi": "^8.1.0",
36
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
37
+ },
38
+ "engines": {
39
+ "node": ">=12"
40
+ },
41
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
42
+ "license": "ISC",
43
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
44
+ "version": "8.0.2"
45
+ },
46
+ "node_modules/@pkgjs/parseargs": {
47
+ "engines": {
48
+ "node": ">=14"
49
+ },
50
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
51
+ "license": "MIT",
52
+ "optional": true,
53
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
54
+ "version": "0.11.0"
55
+ },
56
+ "node_modules/ansi-regex": {
57
+ "engines": {
58
+ "node": ">=12"
59
+ },
60
+ "funding": {
61
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
62
+ },
63
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
64
+ "license": "MIT",
65
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
66
+ "version": "6.0.1"
67
+ },
68
+ "node_modules/ansi-styles": {
69
+ "engines": {
70
+ "node": ">=12"
71
+ },
72
+ "funding": {
73
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
74
+ },
75
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
76
+ "license": "MIT",
77
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
78
+ "version": "6.2.1"
79
+ },
80
+ "node_modules/asynckit": {
81
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
82
+ "license": "MIT",
83
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
84
+ "version": "0.4.0"
85
+ },
86
+ "node_modules/axios": {
87
+ "dependencies": {
88
+ "follow-redirects": "^1.15.6",
89
+ "form-data": "^4.0.0",
90
+ "proxy-from-env": "^1.1.0"
91
+ },
92
+ "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
93
+ "license": "MIT",
94
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
95
+ "version": "1.7.9"
96
+ },
97
+ "node_modules/axios-proxy-builder": {
98
+ "dependencies": {
99
+ "tunnel": "^0.0.6"
100
+ },
101
+ "integrity": "sha512-6uBVsBZzkB3tCC8iyx59mCjQckhB8+GQrI9Cop8eC7ybIsvs/KtnNgEBfRMSEa7GqK2VBGUzgjNYMdPIfotyPA==",
102
+ "license": "MIT",
103
+ "resolved": "https://registry.npmjs.org/axios-proxy-builder/-/axios-proxy-builder-0.1.2.tgz",
104
+ "version": "0.1.2"
105
+ },
106
+ "node_modules/balanced-match": {
107
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
108
+ "license": "MIT",
109
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
110
+ "version": "1.0.2"
111
+ },
112
+ "node_modules/brace-expansion": {
113
+ "dependencies": {
114
+ "balanced-match": "^1.0.0"
115
+ },
116
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
117
+ "license": "MIT",
118
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
119
+ "version": "2.0.1"
120
+ },
121
+ "node_modules/clone": {
122
+ "engines": {
123
+ "node": ">=0.8"
124
+ },
125
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
126
+ "license": "MIT",
127
+ "optional": true,
128
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
129
+ "version": "1.0.4"
130
+ },
131
+ "node_modules/color-convert": {
132
+ "dependencies": {
133
+ "color-name": "~1.1.4"
134
+ },
135
+ "engines": {
136
+ "node": ">=7.0.0"
137
+ },
138
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
139
+ "license": "MIT",
140
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
141
+ "version": "2.0.1"
142
+ },
143
+ "node_modules/color-name": {
144
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
145
+ "license": "MIT",
146
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
147
+ "version": "1.1.4"
148
+ },
149
+ "node_modules/combined-stream": {
150
+ "dependencies": {
151
+ "delayed-stream": "~1.0.0"
152
+ },
153
+ "engines": {
154
+ "node": ">= 0.8"
155
+ },
156
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
157
+ "license": "MIT",
158
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
159
+ "version": "1.0.8"
160
+ },
161
+ "node_modules/console.table": {
162
+ "dependencies": {
163
+ "easy-table": "1.1.0"
164
+ },
165
+ "engines": {
166
+ "node": "> 0.10"
167
+ },
168
+ "integrity": "sha512-dPyZofqggxuvSf7WXvNjuRfnsOk1YazkVP8FdxH4tcH2c37wc79/Yl6Bhr7Lsu00KMgy2ql/qCMuNu8xctZM8g==",
169
+ "license": "MIT",
170
+ "resolved": "https://registry.npmjs.org/console.table/-/console.table-0.10.0.tgz",
171
+ "version": "0.10.0"
172
+ },
173
+ "node_modules/cross-spawn": {
174
+ "dependencies": {
175
+ "path-key": "^3.1.0",
176
+ "shebang-command": "^2.0.0",
177
+ "which": "^2.0.1"
178
+ },
179
+ "engines": {
180
+ "node": ">= 8"
181
+ },
182
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
183
+ "license": "MIT",
184
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
185
+ "version": "7.0.6"
186
+ },
187
+ "node_modules/defaults": {
188
+ "dependencies": {
189
+ "clone": "^1.0.2"
190
+ },
191
+ "funding": {
192
+ "url": "https://github.com/sponsors/sindresorhus"
193
+ },
194
+ "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
195
+ "license": "MIT",
196
+ "optional": true,
197
+ "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
198
+ "version": "1.0.4"
199
+ },
200
+ "node_modules/delayed-stream": {
201
+ "engines": {
202
+ "node": ">=0.4.0"
203
+ },
204
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
205
+ "license": "MIT",
206
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
207
+ "version": "1.0.0"
208
+ },
209
+ "node_modules/detect-libc": {
210
+ "engines": {
211
+ "node": ">=8"
212
+ },
213
+ "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
214
+ "license": "Apache-2.0",
215
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
216
+ "version": "2.0.3"
217
+ },
218
+ "node_modules/eastasianwidth": {
219
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
220
+ "license": "MIT",
221
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
222
+ "version": "0.2.0"
223
+ },
224
+ "node_modules/easy-table": {
225
+ "integrity": "sha512-oq33hWOSSnl2Hoh00tZWaIPi1ievrD9aFG82/IgjlycAnW9hHx5PkJiXpxPsgEE+H7BsbVQXFVFST8TEXS6/pA==",
226
+ "license": "MIT",
227
+ "optionalDependencies": {
228
+ "wcwidth": ">=1.0.1"
229
+ },
230
+ "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz",
231
+ "version": "1.1.0"
232
+ },
233
+ "node_modules/emoji-regex": {
234
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
235
+ "license": "MIT",
236
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
237
+ "version": "9.2.2"
238
+ },
239
+ "node_modules/follow-redirects": {
240
+ "engines": {
241
+ "node": ">=4.0"
242
+ },
243
+ "funding": [
244
+ {
245
+ "type": "individual",
246
+ "url": "https://github.com/sponsors/RubenVerborgh"
247
+ }
248
+ ],
249
+ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
250
+ "license": "MIT",
251
+ "peerDependenciesMeta": {
252
+ "debug": {
253
+ "optional": true
254
+ }
255
+ },
256
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
257
+ "version": "1.15.6"
258
+ },
259
+ "node_modules/foreground-child": {
260
+ "dependencies": {
261
+ "cross-spawn": "^7.0.0",
262
+ "signal-exit": "^4.0.1"
263
+ },
264
+ "engines": {
265
+ "node": ">=14"
266
+ },
267
+ "funding": {
268
+ "url": "https://github.com/sponsors/isaacs"
269
+ },
270
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
271
+ "license": "ISC",
272
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
273
+ "version": "3.1.1"
274
+ },
275
+ "node_modules/form-data": {
276
+ "dependencies": {
277
+ "asynckit": "^0.4.0",
278
+ "combined-stream": "^1.0.8",
279
+ "mime-types": "^2.1.12"
280
+ },
281
+ "engines": {
282
+ "node": ">= 6"
283
+ },
284
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
285
+ "license": "MIT",
286
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
287
+ "version": "4.0.0"
288
+ },
289
+ "node_modules/glob": {
290
+ "bin": {
291
+ "glob": "dist/esm/bin.mjs"
292
+ },
293
+ "dependencies": {
294
+ "foreground-child": "^3.1.0",
295
+ "jackspeak": "^3.1.2",
296
+ "minimatch": "^9.0.1",
297
+ "minipass": "^7.0.4",
298
+ "path-scurry": "^1.11.0"
299
+ },
300
+ "engines": {
301
+ "node": ">=16 || 14 >=14.18"
302
+ },
303
+ "funding": {
304
+ "url": "https://github.com/sponsors/isaacs"
305
+ },
306
+ "integrity": "sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw==",
307
+ "license": "ISC",
308
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.16.tgz",
309
+ "version": "10.3.16"
310
+ },
311
+ "node_modules/is-fullwidth-code-point": {
312
+ "engines": {
313
+ "node": ">=8"
314
+ },
315
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
316
+ "license": "MIT",
317
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
318
+ "version": "3.0.0"
319
+ },
320
+ "node_modules/isexe": {
321
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
322
+ "license": "ISC",
323
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
324
+ "version": "2.0.0"
325
+ },
326
+ "node_modules/jackspeak": {
327
+ "dependencies": {
328
+ "@isaacs/cliui": "^8.0.2"
329
+ },
330
+ "engines": {
331
+ "node": ">=14"
332
+ },
333
+ "funding": {
334
+ "url": "https://github.com/sponsors/isaacs"
335
+ },
336
+ "integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
337
+ "license": "BlueOak-1.0.0",
338
+ "optionalDependencies": {
339
+ "@pkgjs/parseargs": "^0.11.0"
340
+ },
341
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
342
+ "version": "3.1.2"
343
+ },
344
+ "node_modules/lru-cache": {
345
+ "engines": {
346
+ "node": "14 || >=16.14"
347
+ },
348
+ "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
349
+ "license": "ISC",
350
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
351
+ "version": "10.2.2"
352
+ },
353
+ "node_modules/mime-db": {
354
+ "engines": {
355
+ "node": ">= 0.6"
356
+ },
357
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
358
+ "license": "MIT",
359
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
360
+ "version": "1.52.0"
361
+ },
362
+ "node_modules/mime-types": {
363
+ "dependencies": {
364
+ "mime-db": "1.52.0"
365
+ },
366
+ "engines": {
367
+ "node": ">= 0.6"
368
+ },
369
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
370
+ "license": "MIT",
371
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
372
+ "version": "2.1.35"
373
+ },
374
+ "node_modules/minimatch": {
375
+ "dependencies": {
376
+ "brace-expansion": "^2.0.1"
377
+ },
378
+ "engines": {
379
+ "node": ">=16 || 14 >=14.17"
380
+ },
381
+ "funding": {
382
+ "url": "https://github.com/sponsors/isaacs"
383
+ },
384
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
385
+ "license": "ISC",
386
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
387
+ "version": "9.0.4"
388
+ },
389
+ "node_modules/minipass": {
390
+ "engines": {
391
+ "node": ">=16 || 14 >=14.17"
392
+ },
393
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
394
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
395
+ "version": "7.1.2"
396
+ },
397
+ "node_modules/path-key": {
398
+ "engines": {
399
+ "node": ">=8"
400
+ },
401
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
402
+ "license": "MIT",
403
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
404
+ "version": "3.1.1"
405
+ },
406
+ "node_modules/path-scurry": {
407
+ "dependencies": {
408
+ "lru-cache": "^10.2.0",
409
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
410
+ },
411
+ "engines": {
412
+ "node": ">=16 || 14 >=14.18"
413
+ },
414
+ "funding": {
415
+ "url": "https://github.com/sponsors/isaacs"
416
+ },
417
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
418
+ "license": "BlueOak-1.0.0",
419
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
420
+ "version": "1.11.1"
421
+ },
422
+ "node_modules/prettier": {
423
+ "bin": {
424
+ "prettier": "bin/prettier.cjs"
425
+ },
426
+ "dev": true,
427
+ "engines": {
428
+ "node": ">=14"
429
+ },
430
+ "funding": {
431
+ "url": "https://github.com/prettier/prettier?sponsor=1"
432
+ },
433
+ "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
434
+ "license": "MIT",
435
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
436
+ "version": "3.4.2"
437
+ },
438
+ "node_modules/proxy-from-env": {
439
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
440
+ "license": "MIT",
441
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
442
+ "version": "1.1.0"
443
+ },
444
+ "node_modules/rimraf": {
445
+ "bin": {
446
+ "rimraf": "dist/esm/bin.mjs"
447
+ },
448
+ "dependencies": {
449
+ "glob": "^10.3.7"
450
+ },
451
+ "engines": {
452
+ "node": ">=18"
453
+ },
454
+ "funding": {
455
+ "url": "https://github.com/sponsors/isaacs"
456
+ },
457
+ "integrity": "sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==",
458
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.8.tgz",
459
+ "version": "5.0.8"
460
+ },
461
+ "node_modules/shebang-command": {
462
+ "dependencies": {
463
+ "shebang-regex": "^3.0.0"
464
+ },
465
+ "engines": {
466
+ "node": ">=8"
467
+ },
468
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
469
+ "license": "MIT",
470
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
471
+ "version": "2.0.0"
472
+ },
473
+ "node_modules/shebang-regex": {
474
+ "engines": {
475
+ "node": ">=8"
476
+ },
477
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
478
+ "license": "MIT",
479
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
480
+ "version": "3.0.0"
481
+ },
482
+ "node_modules/signal-exit": {
483
+ "engines": {
484
+ "node": ">=14"
485
+ },
486
+ "funding": {
487
+ "url": "https://github.com/sponsors/isaacs"
488
+ },
489
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
490
+ "license": "ISC",
491
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
492
+ "version": "4.1.0"
493
+ },
494
+ "node_modules/string-width": {
495
+ "dependencies": {
496
+ "eastasianwidth": "^0.2.0",
497
+ "emoji-regex": "^9.2.2",
498
+ "strip-ansi": "^7.0.1"
499
+ },
500
+ "engines": {
501
+ "node": ">=12"
502
+ },
503
+ "funding": {
504
+ "url": "https://github.com/sponsors/sindresorhus"
505
+ },
506
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
507
+ "license": "MIT",
508
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
509
+ "version": "5.1.2"
510
+ },
511
+ "node_modules/string-width-cjs": {
512
+ "dependencies": {
513
+ "emoji-regex": "^8.0.0",
514
+ "is-fullwidth-code-point": "^3.0.0",
515
+ "strip-ansi": "^6.0.1"
516
+ },
517
+ "engines": {
518
+ "node": ">=8"
519
+ },
520
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
521
+ "license": "MIT",
522
+ "name": "string-width",
523
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
524
+ "version": "4.2.3"
525
+ },
526
+ "node_modules/string-width-cjs/node_modules/ansi-regex": {
527
+ "engines": {
528
+ "node": ">=8"
529
+ },
530
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
531
+ "license": "MIT",
532
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
533
+ "version": "5.0.1"
534
+ },
535
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
536
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
537
+ "license": "MIT",
538
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
539
+ "version": "8.0.0"
540
+ },
541
+ "node_modules/string-width-cjs/node_modules/strip-ansi": {
542
+ "dependencies": {
543
+ "ansi-regex": "^5.0.1"
544
+ },
545
+ "engines": {
546
+ "node": ">=8"
547
+ },
548
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
549
+ "license": "MIT",
550
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
551
+ "version": "6.0.1"
552
+ },
553
+ "node_modules/strip-ansi": {
554
+ "dependencies": {
555
+ "ansi-regex": "^6.0.1"
556
+ },
557
+ "engines": {
558
+ "node": ">=12"
559
+ },
560
+ "funding": {
561
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
562
+ },
563
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
564
+ "license": "MIT",
565
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
566
+ "version": "7.1.0"
567
+ },
568
+ "node_modules/strip-ansi-cjs": {
569
+ "dependencies": {
570
+ "ansi-regex": "^5.0.1"
571
+ },
572
+ "engines": {
573
+ "node": ">=8"
574
+ },
575
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
576
+ "license": "MIT",
577
+ "name": "strip-ansi",
578
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
579
+ "version": "6.0.1"
580
+ },
581
+ "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
582
+ "engines": {
583
+ "node": ">=8"
584
+ },
585
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
586
+ "license": "MIT",
587
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
588
+ "version": "5.0.1"
589
+ },
590
+ "node_modules/tunnel": {
591
+ "engines": {
592
+ "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
593
+ },
594
+ "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
595
+ "license": "MIT",
596
+ "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
597
+ "version": "0.0.6"
598
+ },
599
+ "node_modules/wcwidth": {
600
+ "dependencies": {
601
+ "defaults": "^1.0.3"
602
+ },
603
+ "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
604
+ "license": "MIT",
605
+ "optional": true,
606
+ "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
607
+ "version": "1.0.1"
608
+ },
609
+ "node_modules/which": {
610
+ "bin": {
611
+ "node-which": "bin/node-which"
612
+ },
613
+ "dependencies": {
614
+ "isexe": "^2.0.0"
615
+ },
616
+ "engines": {
617
+ "node": ">= 8"
618
+ },
619
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
620
+ "license": "ISC",
621
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
622
+ "version": "2.0.2"
623
+ },
624
+ "node_modules/wrap-ansi": {
625
+ "dependencies": {
626
+ "ansi-styles": "^6.1.0",
627
+ "string-width": "^5.0.1",
628
+ "strip-ansi": "^7.0.1"
629
+ },
630
+ "engines": {
631
+ "node": ">=12"
632
+ },
633
+ "funding": {
634
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
635
+ },
636
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
637
+ "license": "MIT",
638
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
639
+ "version": "8.1.0"
640
+ },
641
+ "node_modules/wrap-ansi-cjs": {
642
+ "dependencies": {
643
+ "ansi-styles": "^4.0.0",
644
+ "string-width": "^4.1.0",
645
+ "strip-ansi": "^6.0.0"
646
+ },
647
+ "engines": {
648
+ "node": ">=10"
649
+ },
650
+ "funding": {
651
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
652
+ },
653
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
654
+ "license": "MIT",
655
+ "name": "wrap-ansi",
656
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
657
+ "version": "7.0.0"
658
+ },
659
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
660
+ "engines": {
661
+ "node": ">=8"
662
+ },
663
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
664
+ "license": "MIT",
665
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
666
+ "version": "5.0.1"
667
+ },
668
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
669
+ "dependencies": {
670
+ "color-convert": "^2.0.1"
671
+ },
672
+ "engines": {
673
+ "node": ">=8"
674
+ },
675
+ "funding": {
676
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
677
+ },
678
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
679
+ "license": "MIT",
680
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
681
+ "version": "4.3.0"
682
+ },
683
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
684
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
685
+ "license": "MIT",
686
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
687
+ "version": "8.0.0"
688
+ },
689
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
690
+ "dependencies": {
691
+ "emoji-regex": "^8.0.0",
692
+ "is-fullwidth-code-point": "^3.0.0",
693
+ "strip-ansi": "^6.0.1"
694
+ },
695
+ "engines": {
696
+ "node": ">=8"
697
+ },
698
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
699
+ "license": "MIT",
700
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
701
+ "version": "4.2.3"
702
+ },
703
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
704
+ "dependencies": {
705
+ "ansi-regex": "^5.0.1"
706
+ },
707
+ "engines": {
708
+ "node": ">=8"
709
+ },
710
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
711
+ "license": "MIT",
712
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
713
+ "version": "6.0.1"
714
+ }
715
+ },
716
+ "requires": true,
717
+ "version": "0.1.21"
718
+ }