bmad-method 4.35.3 → 4.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/.github/workflows/discord.yaml +16 -0
  2. package/CHANGELOG.md +8 -2
  3. package/README.md +36 -3
  4. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +102 -0
  5. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash copy.txt +13 -0
  6. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash.txt +13 -0
  7. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.2 Agent Development Kit Installation/1.2.2 - Basic Project Structure - txt.txt +25 -0
  8. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.1 - settings.py +34 -0
  9. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.2 - main.py - Base Application.py +70 -0
  10. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.4 Deployment Configuration/1.4.2 - cloudbuild.yaml +26 -0
  11. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +109 -0
  12. package/package.json +2 -2
  13. package/tools/flattener/aggregate.js +76 -0
  14. package/tools/flattener/binary.js +53 -0
  15. package/tools/flattener/discovery.js +70 -0
  16. package/tools/flattener/files.js +35 -0
  17. package/tools/flattener/ignoreRules.js +176 -0
  18. package/tools/flattener/main.js +113 -466
  19. package/tools/flattener/projectRoot.js +45 -0
  20. package/tools/flattener/prompts.js +44 -0
  21. package/tools/flattener/stats.js +30 -0
  22. package/tools/flattener/xml.js +86 -0
  23. package/tools/installer/package.json +1 -1
  24. package/tools/shared/bannerArt.js +105 -0
  25. package/tools/installer/package-lock.json +0 -906
@@ -1,906 +0,0 @@
1
- {
2
- "name": "bmad-method",
3
- "version": "4.32.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "bmad-method",
9
- "version": "4.32.0",
10
- "license": "MIT",
11
- "dependencies": {
12
- "chalk": "^5.4.1",
13
- "commander": "^14.0.0",
14
- "fs-extra": "^11.3.0",
15
- "inquirer": "^12.6.3",
16
- "js-yaml": "^4.1.0",
17
- "ora": "^8.2.0"
18
- },
19
- "bin": {
20
- "bmad": "bin/bmad.js",
21
- "bmad-method": "bin/bmad.js"
22
- },
23
- "engines": {
24
- "node": ">=20.0.0"
25
- }
26
- },
27
- "node_modules/@inquirer/checkbox": {
28
- "version": "4.2.0",
29
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.0.tgz",
30
- "integrity": "sha512-fdSw07FLJEU5vbpOPzXo5c6xmMGDzbZE2+niuDHX5N6mc6V0Ebso/q3xiHra4D73+PMsC8MJmcaZKuAAoaQsSA==",
31
- "license": "MIT",
32
- "dependencies": {
33
- "@inquirer/core": "^10.1.15",
34
- "@inquirer/figures": "^1.0.13",
35
- "@inquirer/type": "^3.0.8",
36
- "ansi-escapes": "^4.3.2",
37
- "yoctocolors-cjs": "^2.1.2"
38
- },
39
- "engines": {
40
- "node": ">=18"
41
- },
42
- "peerDependencies": {
43
- "@types/node": ">=18"
44
- },
45
- "peerDependenciesMeta": {
46
- "@types/node": {
47
- "optional": true
48
- }
49
- }
50
- },
51
- "node_modules/@inquirer/confirm": {
52
- "version": "5.1.14",
53
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.14.tgz",
54
- "integrity": "sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==",
55
- "license": "MIT",
56
- "dependencies": {
57
- "@inquirer/core": "^10.1.15",
58
- "@inquirer/type": "^3.0.8"
59
- },
60
- "engines": {
61
- "node": ">=18"
62
- },
63
- "peerDependencies": {
64
- "@types/node": ">=18"
65
- },
66
- "peerDependenciesMeta": {
67
- "@types/node": {
68
- "optional": true
69
- }
70
- }
71
- },
72
- "node_modules/@inquirer/core": {
73
- "version": "10.1.15",
74
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.15.tgz",
75
- "integrity": "sha512-8xrp836RZvKkpNbVvgWUlxjT4CraKk2q+I3Ksy+seI2zkcE+y6wNs1BVhgcv8VyImFecUhdQrYLdW32pAjwBdA==",
76
- "license": "MIT",
77
- "dependencies": {
78
- "@inquirer/figures": "^1.0.13",
79
- "@inquirer/type": "^3.0.8",
80
- "ansi-escapes": "^4.3.2",
81
- "cli-width": "^4.1.0",
82
- "mute-stream": "^2.0.0",
83
- "signal-exit": "^4.1.0",
84
- "wrap-ansi": "^6.2.0",
85
- "yoctocolors-cjs": "^2.1.2"
86
- },
87
- "engines": {
88
- "node": ">=18"
89
- },
90
- "peerDependencies": {
91
- "@types/node": ">=18"
92
- },
93
- "peerDependenciesMeta": {
94
- "@types/node": {
95
- "optional": true
96
- }
97
- }
98
- },
99
- "node_modules/@inquirer/editor": {
100
- "version": "4.2.15",
101
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.15.tgz",
102
- "integrity": "sha512-wst31XT8DnGOSS4nNJDIklGKnf+8shuauVrWzgKegWUe28zfCftcWZ2vktGdzJgcylWSS2SrDnYUb6alZcwnCQ==",
103
- "license": "MIT",
104
- "dependencies": {
105
- "@inquirer/core": "^10.1.15",
106
- "@inquirer/type": "^3.0.8",
107
- "external-editor": "^3.1.0"
108
- },
109
- "engines": {
110
- "node": ">=18"
111
- },
112
- "peerDependencies": {
113
- "@types/node": ">=18"
114
- },
115
- "peerDependenciesMeta": {
116
- "@types/node": {
117
- "optional": true
118
- }
119
- }
120
- },
121
- "node_modules/@inquirer/expand": {
122
- "version": "4.0.17",
123
- "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.17.tgz",
124
- "integrity": "sha512-PSqy9VmJx/VbE3CT453yOfNa+PykpKg/0SYP7odez1/NWBGuDXgPhp4AeGYYKjhLn5lUUavVS/JbeYMPdH50Mw==",
125
- "license": "MIT",
126
- "dependencies": {
127
- "@inquirer/core": "^10.1.15",
128
- "@inquirer/type": "^3.0.8",
129
- "yoctocolors-cjs": "^2.1.2"
130
- },
131
- "engines": {
132
- "node": ">=18"
133
- },
134
- "peerDependencies": {
135
- "@types/node": ">=18"
136
- },
137
- "peerDependenciesMeta": {
138
- "@types/node": {
139
- "optional": true
140
- }
141
- }
142
- },
143
- "node_modules/@inquirer/figures": {
144
- "version": "1.0.13",
145
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.13.tgz",
146
- "integrity": "sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==",
147
- "license": "MIT",
148
- "engines": {
149
- "node": ">=18"
150
- }
151
- },
152
- "node_modules/@inquirer/input": {
153
- "version": "4.2.1",
154
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.2.1.tgz",
155
- "integrity": "sha512-tVC+O1rBl0lJpoUZv4xY+WGWY8V5b0zxU1XDsMsIHYregdh7bN5X5QnIONNBAl0K765FYlAfNHS2Bhn7SSOVow==",
156
- "license": "MIT",
157
- "dependencies": {
158
- "@inquirer/core": "^10.1.15",
159
- "@inquirer/type": "^3.0.8"
160
- },
161
- "engines": {
162
- "node": ">=18"
163
- },
164
- "peerDependencies": {
165
- "@types/node": ">=18"
166
- },
167
- "peerDependenciesMeta": {
168
- "@types/node": {
169
- "optional": true
170
- }
171
- }
172
- },
173
- "node_modules/@inquirer/number": {
174
- "version": "3.0.17",
175
- "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.17.tgz",
176
- "integrity": "sha512-GcvGHkyIgfZgVnnimURdOueMk0CztycfC8NZTiIY9arIAkeOgt6zG57G+7vC59Jns3UX27LMkPKnKWAOF5xEYg==",
177
- "license": "MIT",
178
- "dependencies": {
179
- "@inquirer/core": "^10.1.15",
180
- "@inquirer/type": "^3.0.8"
181
- },
182
- "engines": {
183
- "node": ">=18"
184
- },
185
- "peerDependencies": {
186
- "@types/node": ">=18"
187
- },
188
- "peerDependenciesMeta": {
189
- "@types/node": {
190
- "optional": true
191
- }
192
- }
193
- },
194
- "node_modules/@inquirer/password": {
195
- "version": "4.0.17",
196
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.17.tgz",
197
- "integrity": "sha512-DJolTnNeZ00E1+1TW+8614F7rOJJCM4y4BAGQ3Gq6kQIG+OJ4zr3GLjIjVVJCbKsk2jmkmv6v2kQuN/vriHdZA==",
198
- "license": "MIT",
199
- "dependencies": {
200
- "@inquirer/core": "^10.1.15",
201
- "@inquirer/type": "^3.0.8",
202
- "ansi-escapes": "^4.3.2"
203
- },
204
- "engines": {
205
- "node": ">=18"
206
- },
207
- "peerDependencies": {
208
- "@types/node": ">=18"
209
- },
210
- "peerDependenciesMeta": {
211
- "@types/node": {
212
- "optional": true
213
- }
214
- }
215
- },
216
- "node_modules/@inquirer/prompts": {
217
- "version": "7.7.1",
218
- "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.7.1.tgz",
219
- "integrity": "sha512-XDxPrEWeWUBy8scAXzXuFY45r/q49R0g72bUzgQXZ1DY/xEFX+ESDMkTQolcb5jRBzaNJX2W8XQl6krMNDTjaA==",
220
- "license": "MIT",
221
- "dependencies": {
222
- "@inquirer/checkbox": "^4.2.0",
223
- "@inquirer/confirm": "^5.1.14",
224
- "@inquirer/editor": "^4.2.15",
225
- "@inquirer/expand": "^4.0.17",
226
- "@inquirer/input": "^4.2.1",
227
- "@inquirer/number": "^3.0.17",
228
- "@inquirer/password": "^4.0.17",
229
- "@inquirer/rawlist": "^4.1.5",
230
- "@inquirer/search": "^3.0.17",
231
- "@inquirer/select": "^4.3.1"
232
- },
233
- "engines": {
234
- "node": ">=18"
235
- },
236
- "peerDependencies": {
237
- "@types/node": ">=18"
238
- },
239
- "peerDependenciesMeta": {
240
- "@types/node": {
241
- "optional": true
242
- }
243
- }
244
- },
245
- "node_modules/@inquirer/rawlist": {
246
- "version": "4.1.5",
247
- "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.5.tgz",
248
- "integrity": "sha512-R5qMyGJqtDdi4Ht521iAkNqyB6p2UPuZUbMifakg1sWtu24gc2Z8CJuw8rP081OckNDMgtDCuLe42Q2Kr3BolA==",
249
- "license": "MIT",
250
- "dependencies": {
251
- "@inquirer/core": "^10.1.15",
252
- "@inquirer/type": "^3.0.8",
253
- "yoctocolors-cjs": "^2.1.2"
254
- },
255
- "engines": {
256
- "node": ">=18"
257
- },
258
- "peerDependencies": {
259
- "@types/node": ">=18"
260
- },
261
- "peerDependenciesMeta": {
262
- "@types/node": {
263
- "optional": true
264
- }
265
- }
266
- },
267
- "node_modules/@inquirer/search": {
268
- "version": "3.0.17",
269
- "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.17.tgz",
270
- "integrity": "sha512-CuBU4BAGFqRYors4TNCYzy9X3DpKtgIW4Boi0WNkm4Ei1hvY9acxKdBdyqzqBCEe4YxSdaQQsasJlFlUJNgojw==",
271
- "license": "MIT",
272
- "dependencies": {
273
- "@inquirer/core": "^10.1.15",
274
- "@inquirer/figures": "^1.0.13",
275
- "@inquirer/type": "^3.0.8",
276
- "yoctocolors-cjs": "^2.1.2"
277
- },
278
- "engines": {
279
- "node": ">=18"
280
- },
281
- "peerDependencies": {
282
- "@types/node": ">=18"
283
- },
284
- "peerDependenciesMeta": {
285
- "@types/node": {
286
- "optional": true
287
- }
288
- }
289
- },
290
- "node_modules/@inquirer/select": {
291
- "version": "4.3.1",
292
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.3.1.tgz",
293
- "integrity": "sha512-Gfl/5sqOF5vS/LIrSndFgOh7jgoe0UXEizDqahFRkq5aJBLegZ6WjuMh/hVEJwlFQjyLq1z9fRtvUMkb7jM1LA==",
294
- "license": "MIT",
295
- "dependencies": {
296
- "@inquirer/core": "^10.1.15",
297
- "@inquirer/figures": "^1.0.13",
298
- "@inquirer/type": "^3.0.8",
299
- "ansi-escapes": "^4.3.2",
300
- "yoctocolors-cjs": "^2.1.2"
301
- },
302
- "engines": {
303
- "node": ">=18"
304
- },
305
- "peerDependencies": {
306
- "@types/node": ">=18"
307
- },
308
- "peerDependenciesMeta": {
309
- "@types/node": {
310
- "optional": true
311
- }
312
- }
313
- },
314
- "node_modules/@inquirer/type": {
315
- "version": "3.0.8",
316
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.8.tgz",
317
- "integrity": "sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==",
318
- "license": "MIT",
319
- "engines": {
320
- "node": ">=18"
321
- },
322
- "peerDependencies": {
323
- "@types/node": ">=18"
324
- },
325
- "peerDependenciesMeta": {
326
- "@types/node": {
327
- "optional": true
328
- }
329
- }
330
- },
331
- "node_modules/ansi-escapes": {
332
- "version": "4.3.2",
333
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
334
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
335
- "license": "MIT",
336
- "dependencies": {
337
- "type-fest": "^0.21.3"
338
- },
339
- "engines": {
340
- "node": ">=8"
341
- },
342
- "funding": {
343
- "url": "https://github.com/sponsors/sindresorhus"
344
- }
345
- },
346
- "node_modules/ansi-regex": {
347
- "version": "6.1.0",
348
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
349
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
350
- "license": "MIT",
351
- "engines": {
352
- "node": ">=12"
353
- },
354
- "funding": {
355
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
356
- }
357
- },
358
- "node_modules/ansi-styles": {
359
- "version": "4.3.0",
360
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
361
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
362
- "license": "MIT",
363
- "dependencies": {
364
- "color-convert": "^2.0.1"
365
- },
366
- "engines": {
367
- "node": ">=8"
368
- },
369
- "funding": {
370
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
371
- }
372
- },
373
- "node_modules/argparse": {
374
- "version": "2.0.1",
375
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
376
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
377
- "license": "Python-2.0"
378
- },
379
- "node_modules/chalk": {
380
- "version": "5.4.1",
381
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
382
- "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
383
- "license": "MIT",
384
- "engines": {
385
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
386
- },
387
- "funding": {
388
- "url": "https://github.com/chalk/chalk?sponsor=1"
389
- }
390
- },
391
- "node_modules/chardet": {
392
- "version": "0.7.0",
393
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
394
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
395
- "license": "MIT"
396
- },
397
- "node_modules/cli-cursor": {
398
- "version": "5.0.0",
399
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
400
- "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
401
- "license": "MIT",
402
- "dependencies": {
403
- "restore-cursor": "^5.0.0"
404
- },
405
- "engines": {
406
- "node": ">=18"
407
- },
408
- "funding": {
409
- "url": "https://github.com/sponsors/sindresorhus"
410
- }
411
- },
412
- "node_modules/cli-spinners": {
413
- "version": "2.9.2",
414
- "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
415
- "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
416
- "license": "MIT",
417
- "engines": {
418
- "node": ">=6"
419
- },
420
- "funding": {
421
- "url": "https://github.com/sponsors/sindresorhus"
422
- }
423
- },
424
- "node_modules/cli-width": {
425
- "version": "4.1.0",
426
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
427
- "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
428
- "license": "ISC",
429
- "engines": {
430
- "node": ">= 12"
431
- }
432
- },
433
- "node_modules/color-convert": {
434
- "version": "2.0.1",
435
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
436
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
437
- "license": "MIT",
438
- "dependencies": {
439
- "color-name": "~1.1.4"
440
- },
441
- "engines": {
442
- "node": ">=7.0.0"
443
- }
444
- },
445
- "node_modules/color-name": {
446
- "version": "1.1.4",
447
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
448
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
449
- "license": "MIT"
450
- },
451
- "node_modules/commander": {
452
- "version": "14.0.0",
453
- "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz",
454
- "integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==",
455
- "license": "MIT",
456
- "engines": {
457
- "node": ">=20"
458
- }
459
- },
460
- "node_modules/emoji-regex": {
461
- "version": "10.4.0",
462
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
463
- "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==",
464
- "license": "MIT"
465
- },
466
- "node_modules/external-editor": {
467
- "version": "3.1.0",
468
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
469
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
470
- "license": "MIT",
471
- "dependencies": {
472
- "chardet": "^0.7.0",
473
- "iconv-lite": "^0.4.24",
474
- "tmp": "^0.0.33"
475
- },
476
- "engines": {
477
- "node": ">=4"
478
- }
479
- },
480
- "node_modules/fs-extra": {
481
- "version": "11.3.0",
482
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz",
483
- "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
484
- "license": "MIT",
485
- "dependencies": {
486
- "graceful-fs": "^4.2.0",
487
- "jsonfile": "^6.0.1",
488
- "universalify": "^2.0.0"
489
- },
490
- "engines": {
491
- "node": ">=14.14"
492
- }
493
- },
494
- "node_modules/get-east-asian-width": {
495
- "version": "1.3.0",
496
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz",
497
- "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==",
498
- "license": "MIT",
499
- "engines": {
500
- "node": ">=18"
501
- },
502
- "funding": {
503
- "url": "https://github.com/sponsors/sindresorhus"
504
- }
505
- },
506
- "node_modules/graceful-fs": {
507
- "version": "4.2.11",
508
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
509
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
510
- "license": "ISC"
511
- },
512
- "node_modules/iconv-lite": {
513
- "version": "0.4.24",
514
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
515
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
516
- "license": "MIT",
517
- "dependencies": {
518
- "safer-buffer": ">= 2.1.2 < 3"
519
- },
520
- "engines": {
521
- "node": ">=0.10.0"
522
- }
523
- },
524
- "node_modules/inquirer": {
525
- "version": "12.8.2",
526
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-12.8.2.tgz",
527
- "integrity": "sha512-oBDL9f4+cDambZVJdfJu2M5JQfvaug9lbo6fKDlFV40i8t3FGA1Db67ov5Hp5DInG4zmXhHWTSnlXBntnJ7GMA==",
528
- "license": "MIT",
529
- "dependencies": {
530
- "@inquirer/core": "^10.1.15",
531
- "@inquirer/prompts": "^7.7.1",
532
- "@inquirer/type": "^3.0.8",
533
- "ansi-escapes": "^4.3.2",
534
- "mute-stream": "^2.0.0",
535
- "run-async": "^4.0.5",
536
- "rxjs": "^7.8.2"
537
- },
538
- "engines": {
539
- "node": ">=18"
540
- },
541
- "peerDependencies": {
542
- "@types/node": ">=18"
543
- },
544
- "peerDependenciesMeta": {
545
- "@types/node": {
546
- "optional": true
547
- }
548
- }
549
- },
550
- "node_modules/is-fullwidth-code-point": {
551
- "version": "3.0.0",
552
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
553
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
554
- "license": "MIT",
555
- "engines": {
556
- "node": ">=8"
557
- }
558
- },
559
- "node_modules/is-interactive": {
560
- "version": "2.0.0",
561
- "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
562
- "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==",
563
- "license": "MIT",
564
- "engines": {
565
- "node": ">=12"
566
- },
567
- "funding": {
568
- "url": "https://github.com/sponsors/sindresorhus"
569
- }
570
- },
571
- "node_modules/is-unicode-supported": {
572
- "version": "2.1.0",
573
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
574
- "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
575
- "license": "MIT",
576
- "engines": {
577
- "node": ">=18"
578
- },
579
- "funding": {
580
- "url": "https://github.com/sponsors/sindresorhus"
581
- }
582
- },
583
- "node_modules/js-yaml": {
584
- "version": "4.1.0",
585
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
586
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
587
- "license": "MIT",
588
- "dependencies": {
589
- "argparse": "^2.0.1"
590
- },
591
- "bin": {
592
- "js-yaml": "bin/js-yaml.js"
593
- }
594
- },
595
- "node_modules/jsonfile": {
596
- "version": "6.1.0",
597
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
598
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
599
- "license": "MIT",
600
- "dependencies": {
601
- "universalify": "^2.0.0"
602
- },
603
- "optionalDependencies": {
604
- "graceful-fs": "^4.1.6"
605
- }
606
- },
607
- "node_modules/log-symbols": {
608
- "version": "6.0.0",
609
- "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-6.0.0.tgz",
610
- "integrity": "sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==",
611
- "license": "MIT",
612
- "dependencies": {
613
- "chalk": "^5.3.0",
614
- "is-unicode-supported": "^1.3.0"
615
- },
616
- "engines": {
617
- "node": ">=18"
618
- },
619
- "funding": {
620
- "url": "https://github.com/sponsors/sindresorhus"
621
- }
622
- },
623
- "node_modules/log-symbols/node_modules/is-unicode-supported": {
624
- "version": "1.3.0",
625
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
626
- "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
627
- "license": "MIT",
628
- "engines": {
629
- "node": ">=12"
630
- },
631
- "funding": {
632
- "url": "https://github.com/sponsors/sindresorhus"
633
- }
634
- },
635
- "node_modules/mimic-function": {
636
- "version": "5.0.1",
637
- "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
638
- "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
639
- "license": "MIT",
640
- "engines": {
641
- "node": ">=18"
642
- },
643
- "funding": {
644
- "url": "https://github.com/sponsors/sindresorhus"
645
- }
646
- },
647
- "node_modules/mute-stream": {
648
- "version": "2.0.0",
649
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
650
- "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
651
- "license": "ISC",
652
- "engines": {
653
- "node": "^18.17.0 || >=20.5.0"
654
- }
655
- },
656
- "node_modules/onetime": {
657
- "version": "7.0.0",
658
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
659
- "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
660
- "license": "MIT",
661
- "dependencies": {
662
- "mimic-function": "^5.0.0"
663
- },
664
- "engines": {
665
- "node": ">=18"
666
- },
667
- "funding": {
668
- "url": "https://github.com/sponsors/sindresorhus"
669
- }
670
- },
671
- "node_modules/ora": {
672
- "version": "8.2.0",
673
- "resolved": "https://registry.npmjs.org/ora/-/ora-8.2.0.tgz",
674
- "integrity": "sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==",
675
- "license": "MIT",
676
- "dependencies": {
677
- "chalk": "^5.3.0",
678
- "cli-cursor": "^5.0.0",
679
- "cli-spinners": "^2.9.2",
680
- "is-interactive": "^2.0.0",
681
- "is-unicode-supported": "^2.0.0",
682
- "log-symbols": "^6.0.0",
683
- "stdin-discarder": "^0.2.2",
684
- "string-width": "^7.2.0",
685
- "strip-ansi": "^7.1.0"
686
- },
687
- "engines": {
688
- "node": ">=18"
689
- },
690
- "funding": {
691
- "url": "https://github.com/sponsors/sindresorhus"
692
- }
693
- },
694
- "node_modules/os-tmpdir": {
695
- "version": "1.0.2",
696
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
697
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
698
- "license": "MIT",
699
- "engines": {
700
- "node": ">=0.10.0"
701
- }
702
- },
703
- "node_modules/restore-cursor": {
704
- "version": "5.1.0",
705
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
706
- "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
707
- "license": "MIT",
708
- "dependencies": {
709
- "onetime": "^7.0.0",
710
- "signal-exit": "^4.1.0"
711
- },
712
- "engines": {
713
- "node": ">=18"
714
- },
715
- "funding": {
716
- "url": "https://github.com/sponsors/sindresorhus"
717
- }
718
- },
719
- "node_modules/run-async": {
720
- "version": "4.0.5",
721
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-4.0.5.tgz",
722
- "integrity": "sha512-oN9GTgxUNDBumHTTDmQ8dep6VIJbgj9S3dPP+9XylVLIK4xB9XTXtKWROd5pnhdXR9k0EgO1JRcNh0T+Ny2FsA==",
723
- "license": "MIT",
724
- "engines": {
725
- "node": ">=0.12.0"
726
- }
727
- },
728
- "node_modules/rxjs": {
729
- "version": "7.8.2",
730
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
731
- "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
732
- "license": "Apache-2.0",
733
- "dependencies": {
734
- "tslib": "^2.1.0"
735
- }
736
- },
737
- "node_modules/safer-buffer": {
738
- "version": "2.1.2",
739
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
740
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
741
- "license": "MIT"
742
- },
743
- "node_modules/signal-exit": {
744
- "version": "4.1.0",
745
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
746
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
747
- "license": "ISC",
748
- "engines": {
749
- "node": ">=14"
750
- },
751
- "funding": {
752
- "url": "https://github.com/sponsors/isaacs"
753
- }
754
- },
755
- "node_modules/stdin-discarder": {
756
- "version": "0.2.2",
757
- "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz",
758
- "integrity": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==",
759
- "license": "MIT",
760
- "engines": {
761
- "node": ">=18"
762
- },
763
- "funding": {
764
- "url": "https://github.com/sponsors/sindresorhus"
765
- }
766
- },
767
- "node_modules/string-width": {
768
- "version": "7.2.0",
769
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
770
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
771
- "license": "MIT",
772
- "dependencies": {
773
- "emoji-regex": "^10.3.0",
774
- "get-east-asian-width": "^1.0.0",
775
- "strip-ansi": "^7.1.0"
776
- },
777
- "engines": {
778
- "node": ">=18"
779
- },
780
- "funding": {
781
- "url": "https://github.com/sponsors/sindresorhus"
782
- }
783
- },
784
- "node_modules/strip-ansi": {
785
- "version": "7.1.0",
786
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
787
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
788
- "license": "MIT",
789
- "dependencies": {
790
- "ansi-regex": "^6.0.1"
791
- },
792
- "engines": {
793
- "node": ">=12"
794
- },
795
- "funding": {
796
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
797
- }
798
- },
799
- "node_modules/tmp": {
800
- "version": "0.0.33",
801
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
802
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
803
- "license": "MIT",
804
- "dependencies": {
805
- "os-tmpdir": "~1.0.2"
806
- },
807
- "engines": {
808
- "node": ">=0.6.0"
809
- }
810
- },
811
- "node_modules/tslib": {
812
- "version": "2.8.1",
813
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
814
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
815
- "license": "0BSD"
816
- },
817
- "node_modules/type-fest": {
818
- "version": "0.21.3",
819
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
820
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
821
- "license": "(MIT OR CC0-1.0)",
822
- "engines": {
823
- "node": ">=10"
824
- },
825
- "funding": {
826
- "url": "https://github.com/sponsors/sindresorhus"
827
- }
828
- },
829
- "node_modules/universalify": {
830
- "version": "2.0.1",
831
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
832
- "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
833
- "license": "MIT",
834
- "engines": {
835
- "node": ">= 10.0.0"
836
- }
837
- },
838
- "node_modules/wrap-ansi": {
839
- "version": "6.2.0",
840
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
841
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
842
- "license": "MIT",
843
- "dependencies": {
844
- "ansi-styles": "^4.0.0",
845
- "string-width": "^4.1.0",
846
- "strip-ansi": "^6.0.0"
847
- },
848
- "engines": {
849
- "node": ">=8"
850
- }
851
- },
852
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
853
- "version": "5.0.1",
854
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
855
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
856
- "license": "MIT",
857
- "engines": {
858
- "node": ">=8"
859
- }
860
- },
861
- "node_modules/wrap-ansi/node_modules/emoji-regex": {
862
- "version": "8.0.0",
863
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
864
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
865
- "license": "MIT"
866
- },
867
- "node_modules/wrap-ansi/node_modules/string-width": {
868
- "version": "4.2.3",
869
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
870
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
871
- "license": "MIT",
872
- "dependencies": {
873
- "emoji-regex": "^8.0.0",
874
- "is-fullwidth-code-point": "^3.0.0",
875
- "strip-ansi": "^6.0.1"
876
- },
877
- "engines": {
878
- "node": ">=8"
879
- }
880
- },
881
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
882
- "version": "6.0.1",
883
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
884
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
885
- "license": "MIT",
886
- "dependencies": {
887
- "ansi-regex": "^5.0.1"
888
- },
889
- "engines": {
890
- "node": ">=8"
891
- }
892
- },
893
- "node_modules/yoctocolors-cjs": {
894
- "version": "2.1.2",
895
- "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
896
- "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
897
- "license": "MIT",
898
- "engines": {
899
- "node": ">=18"
900
- },
901
- "funding": {
902
- "url": "https://github.com/sponsors/sindresorhus"
903
- }
904
- }
905
- }
906
- }