@quilted/create 0.1.90 → 0.2.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.
- package/CHANGELOG.md +18 -0
- package/build/esm/_virtual/index.mjs +2 -2
- package/build/esm/_virtual/index2.mjs +2 -2
- package/build/esm/_virtual/index3.mjs +2 -2
- package/build/esm/_virtual/index4.mjs +2 -2
- package/build/esm/_virtual/index7.mjs +2 -2
- package/build/esm/app.mjs +21 -21
- package/build/esm/cli.mjs +13 -13
- package/build/esm/help.mjs +23 -23
- package/build/esm/index.mjs +1 -0
- package/build/esm/module.mjs +12 -12
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.mjs +23 -20
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.mjs +4 -2
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.mjs +15 -13
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.mjs +83 -79
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.mjs +10 -8
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.mjs +43 -40
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.mjs +21 -19
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.mjs +14 -12
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.mjs +4 -2
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.mjs +21 -18
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.mjs +15 -13
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.mjs +27 -25
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.mjs +17 -16
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.mjs +13 -11
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.mjs +19 -17
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.mjs +23 -21
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.mjs +31 -29
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.mjs +11 -9
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.mjs +89 -84
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.mjs +19 -17
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.mjs +8 -6
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.mjs +51 -47
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.mjs +24 -22
- package/build/esm/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.mjs +111 -186
- package/build/esm/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.mjs +3 -13
- package/build/esm/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.mjs +21 -69
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.mjs +1 -8
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.mjs +8 -15
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.mjs +86 -44
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.mjs +1 -25
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.mjs +99 -65
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.mjs +0 -5
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.mjs +110 -111
- package/build/esm/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs +18 -127
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.mjs +28 -20
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.mjs +3 -1
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.mjs +4 -1
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.mjs +4 -1
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.mjs +3 -1
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.mjs +4 -1
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.mjs +4 -1
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.mjs +0 -1
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.mjs +10 -1
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.mjs +0 -4
- package/build/esm/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.mjs +46 -63
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/index.mjs +67 -68
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/patterns.mjs +14 -12
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.mjs +74 -74
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.mjs +23 -21
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/deep.mjs +63 -61
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/entry.mjs +65 -63
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/error.mjs +16 -14
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/matcher.mjs +51 -49
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/partial.mjs +38 -36
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.mjs +49 -47
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.mjs +31 -30
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.mjs +23 -21
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/transformers/entry.mjs +29 -25
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/async.mjs +35 -34
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.mjs +36 -34
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.mjs +56 -56
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/sync.mjs +44 -43
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.mjs +62 -59
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/array.mjs +21 -20
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/errno.mjs +7 -5
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/fs.mjs +19 -17
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/index.mjs +19 -17
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.mjs +32 -30
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.mjs +164 -156
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/stream.mjs +17 -15
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/string.mjs +12 -10
- package/build/esm/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.mjs +37 -82
- package/build/esm/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.mjs +27 -63
- package/build/esm/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.mjs +44 -48
- package/build/esm/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.mjs +5 -4
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.mjs +37 -58
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.mjs +107 -136
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.mjs +1 -2
- package/build/esm/node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.mjs +237 -399
- package/build/esm/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.mjs +1 -4
- package/build/esm/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.mjs +7 -20
- package/build/esm/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.mjs +1 -2
- package/build/esm/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.mjs +104 -108
- package/build/esm/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.mjs +31 -38
- package/build/esm/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.mjs +21 -37
- package/build/esm/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.mjs +23 -29
- package/build/esm/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.mjs +6 -4
- package/build/esm/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.mjs +135 -221
- package/build/esm/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.mjs +50 -64
- package/build/esm/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.mjs +28 -36
- package/build/esm/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.mjs +29 -34
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.mjs +114 -59
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.mjs +209 -205
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.mjs +49 -39
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.mjs +41 -82
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.mjs +56 -64
- package/build/esm/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.mjs +8 -4
- package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/babel.mjs +10209 -43
- package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/estree.mjs +6184 -61
- package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/typescript.mjs +21 -49
- package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/yaml.mjs +6120 -182
- package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/standalone.mjs +4074 -62
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.mjs +33 -43
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.mjs +29 -39
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.mjs +25 -34
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.mjs +15 -17
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.mjs +21 -29
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.mjs +23 -32
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.mjs +24 -33
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.mjs +26 -35
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.mjs +24 -33
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.mjs +24 -33
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.mjs +268 -289
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.mjs +161 -198
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.mjs +81 -97
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.mjs +236 -254
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.mjs +15 -17
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.mjs +241 -293
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.mjs +229 -254
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.mjs +70 -88
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.mjs +163 -194
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.mjs +224 -249
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.mjs +105 -128
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.mjs +252 -158
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.mjs +207 -228
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.mjs +37 -42
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.mjs +95 -45
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.mjs +23 -24
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.mjs +34 -36
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.mjs +14 -16
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.mjs +14 -17
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.mjs +9 -11
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.mjs +45 -55
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.mjs +18 -19
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.mjs +3 -7
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.mjs +33 -37
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.mjs +29 -46
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.mjs +25 -34
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.mjs +15 -17
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.mjs +21 -28
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.mjs +23 -32
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.mjs +24 -32
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.mjs +26 -37
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.mjs +24 -32
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.mjs +24 -32
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.mjs +238 -268
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.mjs +164 -191
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.mjs +82 -93
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.mjs +205 -213
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.mjs +15 -17
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.mjs +247 -275
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.mjs +196 -218
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.mjs +71 -73
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.mjs +169 -179
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.mjs +190 -213
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.mjs +107 -123
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.mjs +103 -102
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.mjs +207 -212
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.mjs +36 -43
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.mjs +24 -26
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.mjs +23 -24
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.mjs +34 -37
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.mjs +14 -16
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.mjs +14 -18
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.mjs +9 -15
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.mjs +48 -44
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.mjs +18 -30
- package/build/esm/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.mjs +5 -8
- package/build/esm/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.mjs +5 -12
- package/build/esm/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.mjs +11 -16
- package/build/esm/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.mjs +54 -62
- package/build/esm/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.mjs +6 -7
- package/build/esm/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.mjs +31 -61
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-collection.mjs +58 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-doc.mjs +41 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-node.mjs +93 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-scalar.mjs +71 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/composer.mjs +209 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-map.mjs +90 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-scalar.mjs +185 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-seq.mjs +42 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-end.mjs +39 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-flow-collection.mjs +157 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.mjs +215 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-props.mjs +112 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-contains-newline.mjs +23 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.mjs +26 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-flow-indent-check.mjs +13 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-map-includes.mjs +12 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/Document.mjs +332 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/anchors.mjs +66 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/applyReviver.mjs +40 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/createNode.mjs +75 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/directives.mjs +164 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/errors.mjs +55 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/log.mjs +7 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Alias.mjs +92 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Collection.mjs +115 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Node.mjs +47 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Pair.mjs +37 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Scalar.mjs +23 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/YAMLMap.mjs +100 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/YAMLSeq.mjs +88 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/addPairToJSMap.mjs +83 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/toJS.mjs +37 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/cst.mjs +72 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/lexer.mjs +618 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/line-counter.mjs +43 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/parser.mjs +946 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/public-api.mjs +80 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/Schema.mjs +43 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/map.mjs +37 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/null.mjs +15 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/seq.mjs +34 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/string.mjs +16 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/bool.mjs +21 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/float.mjs +38 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/int.mjs +41 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/schema.mjs +11 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/json/schema.mjs +62 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/tags.mjs +66 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.mjs +64 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.mjs +28 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/float.mjs +41 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/int.mjs +74 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.mjs +70 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.mjs +61 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.mjs +16 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/set.mjs +69 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.mjs +101 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/foldFlowLines.mjs +119 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringify.mjs +105 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyCollection.mjs +162 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyComment.mjs +15 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyDocument.mjs +72 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyNumber.mjs +23 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyPair.mjs +103 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyString.mjs +283 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/visit.mjs +119 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/index.mjs +15 -0
- package/build/esm/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.mjs +46 -58
- package/build/esm/package.mjs +20 -20
- package/build/esm/packages/cli-kit/build/esnext/package-manager.esnext.mjs +52 -0
- package/build/esm/packages/cli-kit/build/esnext/prompt.esnext.mjs +16 -0
- package/build/esm/packages/events/build/esnext/abort/AbortError.esnext.mjs +12 -0
- package/build/esm/{service.mjs → server.mjs} +20 -20
- package/build/esm/shared/package-manager.mjs +2 -2
- package/build/esm/shared/prompts.mjs +5 -5
- package/build/esm/shared/tsconfig.mjs +2 -2
- package/build/esm/shared.mjs +8 -8
- package/build/esnext/_virtual/index.esnext +2 -2
- package/build/esnext/_virtual/index2.esnext +2 -2
- package/build/esnext/_virtual/index3.esnext +2 -2
- package/build/esnext/_virtual/index4.esnext +2 -2
- package/build/esnext/_virtual/index7.esnext +2 -2
- package/build/esnext/app.esnext +226 -166
- package/build/esnext/help.esnext +46 -30
- package/build/esnext/index.esnext +1 -0
- package/build/esnext/module.esnext +148 -128
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.esnext +21 -21
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.esnext +3 -6
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.esnext +12 -12
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.esnext +77 -77
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.esnext +4 -7
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.esnext +37 -38
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.esnext +17 -17
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.esnext +11 -11
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.esnext +19 -19
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.esnext +14 -14
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.esnext +25 -25
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.esnext +15 -16
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.esnext +11 -11
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.esnext +19 -19
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.esnext +21 -21
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.esnext +29 -28
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.esnext +9 -9
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.esnext +83 -83
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.esnext +13 -16
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.esnext +5 -5
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.esnext +45 -46
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.esnext +22 -22
- package/build/esnext/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.esnext +131 -189
- package/build/esnext/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.esnext +7 -15
- package/build/esnext/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.esnext +30 -87
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.esnext +5 -117
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.esnext +8 -19
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.esnext +88 -49
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.esnext +19 -40
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.esnext +71 -164
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.esnext +5 -10
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.esnext +79 -113
- package/build/esnext/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.esnext +22 -127
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.esnext +48 -78
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.esnext +6 -19
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.esnext +4 -5
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.esnext +2 -8
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.esnext +2 -4
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.esnext +4 -4
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.esnext +19 -18
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.esnext +8 -17
- package/build/esnext/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.esnext +48 -67
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/index.esnext +61 -69
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/patterns.esnext +10 -19
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.esnext +77 -79
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.esnext +21 -21
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/deep.esnext +58 -61
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/entry.esnext +60 -63
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/error.esnext +14 -14
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/matcher.esnext +45 -49
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/partial.esnext +29 -36
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.esnext +47 -47
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.esnext +27 -30
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.esnext +21 -21
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/transformers/entry.esnext +25 -25
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/async.esnext +32 -34
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.esnext +33 -33
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.esnext +51 -55
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/sync.esnext +41 -42
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.esnext +56 -60
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/array.esnext +19 -20
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/errno.esnext +5 -5
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/fs.esnext +17 -17
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/index.esnext +17 -17
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.esnext +27 -32
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.esnext +137 -168
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/stream.esnext +15 -15
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/string.esnext +10 -10
- package/build/esnext/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.esnext +67 -120
- package/build/esnext/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.esnext +50 -98
- package/build/esnext/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.esnext +36 -50
- package/build/esnext/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.esnext +7 -25
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.esnext +40 -59
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.esnext +111 -144
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.esnext +3 -4
- package/build/esnext/node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.esnext +87 -339
- package/build/esnext/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.esnext +5 -13
- package/build/esnext/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.esnext +25 -50
- package/build/esnext/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.esnext +2 -9
- package/build/esnext/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.esnext +95 -108
- package/build/esnext/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.esnext +30 -40
- package/build/esnext/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.esnext +28 -59
- package/build/esnext/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.esnext +34 -344
- package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.esnext +2 -4
- package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.esnext +246 -612
- package/build/esnext/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.esnext +47 -64
- package/build/esnext/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.esnext +25 -41
- package/build/esnext/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.esnext +33 -40
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.esnext +116 -103
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.esnext +235 -550
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.esnext +28 -231
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.esnext +47 -110
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.esnext +59 -66
- package/build/esnext/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.esnext +4 -4
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/babel.esnext +10 -38
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/estree.esnext +18 -46
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/typescript.esnext +19 -47
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/yaml.esnext +31 -59
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/standalone.esnext +17 -45
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.esnext +37 -43
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.esnext +30 -39
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.esnext +27 -34
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.esnext +16 -17
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.esnext +22 -29
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.esnext +24 -32
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.esnext +25 -33
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.esnext +27 -35
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.esnext +25 -33
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.esnext +25 -33
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.esnext +259 -289
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.esnext +152 -199
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.esnext +69 -97
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.esnext +218 -254
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.esnext +16 -17
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.esnext +227 -293
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.esnext +217 -254
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.esnext +65 -88
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.esnext +146 -194
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.esnext +216 -249
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.esnext +98 -128
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.esnext +232 -158
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.esnext +64 -228
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.esnext +58 -42
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.esnext +85 -46
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.esnext +16 -25
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.esnext +35 -36
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.esnext +15 -16
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.esnext +12 -18
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.esnext +10 -11
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.esnext +43 -55
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.esnext +16 -20
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.esnext +8 -11
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.esnext +32 -37
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.esnext +30 -46
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.esnext +27 -34
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.esnext +16 -17
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.esnext +22 -28
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.esnext +24 -32
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.esnext +25 -32
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.esnext +27 -37
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.esnext +25 -32
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.esnext +25 -32
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.esnext +224 -268
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.esnext +157 -192
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.esnext +74 -94
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.esnext +184 -213
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.esnext +16 -17
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.esnext +226 -275
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.esnext +187 -218
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.esnext +62 -74
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.esnext +145 -179
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.esnext +186 -213
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.esnext +105 -123
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.esnext +75 -102
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.esnext +66 -212
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.esnext +58 -43
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.esnext +18 -26
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.esnext +13 -25
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.esnext +35 -37
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.esnext +15 -16
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.esnext +12 -19
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.esnext +13 -15
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.esnext +31 -44
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.esnext +16 -31
- package/build/esnext/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.esnext +3 -9
- package/build/esnext/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.esnext +7 -14
- package/build/esnext/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.esnext +18 -23
- package/build/esnext/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.esnext +59 -62
- package/build/esnext/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.esnext +6 -8
- package/build/esnext/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.esnext +35 -116
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-collection.esnext +55 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-doc.esnext +36 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-node.esnext +87 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-scalar.esnext +68 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/composer.esnext +198 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-map.esnext +94 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-scalar.esnext +172 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-seq.esnext +41 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-end.esnext +37 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-flow-collection.esnext +181 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.esnext +199 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-props.esnext +118 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-contains-newline.esnext +36 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.esnext +25 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-flow-indent-check.esnext +13 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-map-includes.esnext +11 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/Document.esnext +309 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/anchors.esnext +63 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/applyReviver.esnext +44 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/createNode.esnext +69 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/directives.esnext +160 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/errors.esnext +56 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/log.esnext +10 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Alias.esnext +91 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Collection.esnext +136 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Node.esnext +48 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Pair.esnext +34 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Scalar.esnext +23 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/YAMLMap.esnext +111 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/YAMLSeq.esnext +95 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/addPairToJSMap.esnext +89 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/toJS.esnext +25 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/cst.esnext +67 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/lexer.esnext +558 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/line-counter.esnext +25 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/parser.esnext +843 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/public-api.esnext +72 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/Schema.esnext +28 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/map.esnext +41 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/null.esnext +13 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/seq.esnext +33 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/string.esnext +14 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/bool.esnext +19 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/float.esnext +39 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/int.esnext +38 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/schema.esnext +23 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/json/schema.esnext +62 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/tags.esnext +77 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.esnext +58 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.esnext +26 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/float.esnext +42 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/int.esnext +71 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.esnext +71 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.esnext +70 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.esnext +37 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/set.esnext +82 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.esnext +81 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/foldFlowLines.esnext +117 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringify.esnext +111 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyCollection.esnext +147 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyComment.esnext +9 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyDocument.esnext +75 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyNumber.esnext +21 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyPair.esnext +107 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyString.esnext +260 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/visit.esnext +104 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/index.esnext +15 -0
- package/build/esnext/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.esnext +46 -63
- package/build/esnext/package.esnext +257 -199
- package/build/esnext/packages/cli-kit/build/esnext/package-manager.esnext.esnext +52 -0
- package/build/esnext/packages/cli-kit/build/esnext/prompt.esnext.esnext +16 -0
- package/build/esnext/packages/events/build/esnext/abort/AbortError.esnext.esnext +12 -0
- package/build/esnext/server.esnext +298 -0
- package/build/esnext/shared/package-manager.esnext +32 -27
- package/build/esnext/shared/prompts.esnext +37 -30
- package/build/esnext/shared/tsconfig.esnext +21 -28
- package/build/esnext/shared.esnext +59 -59
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/typescript/help.d.ts +1 -1
- package/build/typescript/help.d.ts.map +1 -1
- package/build/typescript/index.d.ts +1 -0
- package/build/typescript/index.d.ts.map +1 -1
- package/build/typescript/server.d.ts +2 -0
- package/build/typescript/server.d.ts.map +1 -0
- package/build/typescript/shared/prompts.d.ts +1 -1
- package/build/typescript/shared/prompts.d.ts.map +1 -1
- package/build/typescript/shared.d.ts +1 -1
- package/build/typescript/shared.d.ts.map +1 -1
- package/configuration/rollup.config.js +8 -0
- package/package.json +6 -4
- package/source/cli.ts +5 -5
- package/source/help.ts +1 -1
- package/source/index.ts +1 -0
- package/source/{service.ts → server.ts} +10 -10
- package/source/shared/prompts.ts +1 -1
- package/source/shared.ts +2 -2
- package/templates/app-basic/features/start/Start/Start.test.tsx +1 -1
- package/templates/app-basic/foundation/html/Head.test.tsx +1 -1
- package/templates/app-basic/foundation/http/Headers.test.tsx +1 -1
- package/templates/app-basic/package.json +6 -3
- package/templates/app-basic/rollup.config.js +6 -0
- package/templates/app-basic/server.tsx +1 -1
- package/templates/app-basic/vite.config.js +6 -0
- package/templates/app-empty/package.json +6 -3
- package/templates/app-empty/rollup.config.js +6 -0
- package/templates/app-empty/server.tsx +1 -1
- package/templates/app-empty/vite.config.js +6 -0
- package/templates/app-graphql/features/start/Start/Start.test.tsx +1 -1
- package/templates/app-graphql/foundation/html/Head.test.tsx +1 -1
- package/templates/app-graphql/foundation/http/Headers.test.tsx +1 -1
- package/templates/app-graphql/package.json +6 -3
- package/templates/app-graphql/rollup.config.js +6 -0
- package/templates/app-graphql/server.tsx +1 -1
- package/templates/app-graphql/tests/graphql.ts +0 -1
- package/templates/app-graphql/vite.config.js +6 -0
- package/templates/app-trpc/features/start/Start/Start.test.tsx +1 -1
- package/templates/app-trpc/foundation/html/Head.test.tsx +1 -1
- package/templates/app-trpc/foundation/http/Headers.test.tsx +1 -1
- package/templates/app-trpc/package.json +6 -3
- package/templates/app-trpc/rollup.config.js +6 -0
- package/templates/app-trpc/server.tsx +1 -1
- package/templates/app-trpc/tests/render/types.ts +3 -5
- package/templates/app-trpc/tests/render.ts +2 -2
- package/templates/app-trpc/vite.config.js +6 -0
- package/templates/package/rollup.config.js +2 -2
- package/templates/package/vite.config.js +6 -0
- package/templates/{service-basic → server-basic}/package.json +1 -1
- package/templates/workspace/_nvmrc +1 -1
- package/templates/workspace-simple/_gitignore +0 -1
- package/templates/workspace-simple/_nvmrc +1 -1
- package/templates/workspace-simple/package.json +7 -2
- package/tsconfig.json +1 -1
- package/build/cjs/_virtual/Alias.cjs +0 -5
- package/build/cjs/_virtual/Collection.cjs +0 -5
- package/build/cjs/_virtual/Document.cjs +0 -5
- package/build/cjs/_virtual/Node.cjs +0 -5
- package/build/cjs/_virtual/Pair.cjs +0 -5
- package/build/cjs/_virtual/Scalar.cjs +0 -5
- package/build/cjs/_virtual/Schema.cjs +0 -5
- package/build/cjs/_virtual/YAMLMap.cjs +0 -5
- package/build/cjs/_virtual/YAMLSeq.cjs +0 -5
- package/build/cjs/_virtual/_commonjsHelpers.cjs +0 -10
- package/build/cjs/_virtual/addPairToJSMap.cjs +0 -5
- package/build/cjs/_virtual/anchors.cjs +0 -5
- package/build/cjs/_virtual/applyReviver.cjs +0 -5
- package/build/cjs/_virtual/array.cjs +0 -5
- package/build/cjs/_virtual/async.cjs +0 -5
- package/build/cjs/_virtual/async2.cjs +0 -5
- package/build/cjs/_virtual/async3.cjs +0 -5
- package/build/cjs/_virtual/async4.cjs +0 -5
- package/build/cjs/_virtual/async5.cjs +0 -5
- package/build/cjs/_virtual/async6.cjs +0 -5
- package/build/cjs/_virtual/babel.cjs +0 -5
- package/build/cjs/_virtual/binary.cjs +0 -5
- package/build/cjs/_virtual/bool.cjs +0 -5
- package/build/cjs/_virtual/bool2.cjs +0 -5
- package/build/cjs/_virtual/common.cjs +0 -5
- package/build/cjs/_virtual/common2.cjs +0 -5
- package/build/cjs/_virtual/compose-collection.cjs +0 -5
- package/build/cjs/_virtual/compose-doc.cjs +0 -5
- package/build/cjs/_virtual/compose-node.cjs +0 -5
- package/build/cjs/_virtual/compose-scalar.cjs +0 -5
- package/build/cjs/_virtual/composer.cjs +0 -5
- package/build/cjs/_virtual/constants.cjs +0 -5
- package/build/cjs/_virtual/createNode.cjs +0 -5
- package/build/cjs/_virtual/cst-scalar.cjs +0 -5
- package/build/cjs/_virtual/cst-stringify.cjs +0 -5
- package/build/cjs/_virtual/cst-visit.cjs +0 -5
- package/build/cjs/_virtual/cst.cjs +0 -5
- package/build/cjs/_virtual/deep.cjs +0 -5
- package/build/cjs/_virtual/directives.cjs +0 -5
- package/build/cjs/_virtual/entry.cjs +0 -5
- package/build/cjs/_virtual/entry2.cjs +0 -5
- package/build/cjs/_virtual/errno.cjs +0 -5
- package/build/cjs/_virtual/error.cjs +0 -5
- package/build/cjs/_virtual/errors.cjs +0 -5
- package/build/cjs/_virtual/estree.cjs +0 -5
- package/build/cjs/_virtual/float.cjs +0 -5
- package/build/cjs/_virtual/float2.cjs +0 -5
- package/build/cjs/_virtual/foldFlowLines.cjs +0 -5
- package/build/cjs/_virtual/fs.cjs +0 -5
- package/build/cjs/_virtual/fs2.cjs +0 -5
- package/build/cjs/_virtual/fs3.cjs +0 -5
- package/build/cjs/_virtual/fs4.cjs +0 -5
- package/build/cjs/_virtual/index.cjs +0 -5
- package/build/cjs/_virtual/index2.cjs +0 -5
- package/build/cjs/_virtual/index3.cjs +0 -5
- package/build/cjs/_virtual/index4.cjs +0 -5
- package/build/cjs/_virtual/index5.cjs +0 -5
- package/build/cjs/_virtual/index6.cjs +0 -5
- package/build/cjs/_virtual/index7.cjs +0 -5
- package/build/cjs/_virtual/index8.cjs +0 -5
- package/build/cjs/_virtual/int.cjs +0 -5
- package/build/cjs/_virtual/int2.cjs +0 -5
- package/build/cjs/_virtual/lexer.cjs +0 -5
- package/build/cjs/_virtual/line-counter.cjs +0 -5
- package/build/cjs/_virtual/log.cjs +0 -5
- package/build/cjs/_virtual/map.cjs +0 -5
- package/build/cjs/_virtual/matcher.cjs +0 -5
- package/build/cjs/_virtual/null.cjs +0 -5
- package/build/cjs/_virtual/omap.cjs +0 -5
- package/build/cjs/_virtual/pairs.cjs +0 -5
- package/build/cjs/_virtual/parser.cjs +0 -5
- package/build/cjs/_virtual/partial.cjs +0 -5
- package/build/cjs/_virtual/path.cjs +0 -5
- package/build/cjs/_virtual/pattern.cjs +0 -5
- package/build/cjs/_virtual/patterns.cjs +0 -5
- package/build/cjs/_virtual/prompts.cjs +0 -5
- package/build/cjs/_virtual/prompts2.cjs +0 -5
- package/build/cjs/_virtual/provider.cjs +0 -5
- package/build/cjs/_virtual/public-api.cjs +0 -5
- package/build/cjs/_virtual/queue.cjs +0 -5
- package/build/cjs/_virtual/reader.cjs +0 -5
- package/build/cjs/_virtual/reader2.cjs +0 -5
- package/build/cjs/_virtual/resolve-block-map.cjs +0 -5
- package/build/cjs/_virtual/resolve-block-scalar.cjs +0 -5
- package/build/cjs/_virtual/resolve-block-seq.cjs +0 -5
- package/build/cjs/_virtual/resolve-end.cjs +0 -5
- package/build/cjs/_virtual/resolve-flow-collection.cjs +0 -5
- package/build/cjs/_virtual/resolve-flow-scalar.cjs +0 -5
- package/build/cjs/_virtual/resolve-props.cjs +0 -5
- package/build/cjs/_virtual/schema2.cjs +0 -5
- package/build/cjs/_virtual/schema3.cjs +0 -5
- package/build/cjs/_virtual/schema4.cjs +0 -5
- package/build/cjs/_virtual/seq.cjs +0 -5
- package/build/cjs/_virtual/set.cjs +0 -5
- package/build/cjs/_virtual/settings.cjs +0 -5
- package/build/cjs/_virtual/settings2.cjs +0 -5
- package/build/cjs/_virtual/settings3.cjs +0 -5
- package/build/cjs/_virtual/settings4.cjs +0 -5
- package/build/cjs/_virtual/standalone.cjs +0 -5
- package/build/cjs/_virtual/stream.cjs +0 -5
- package/build/cjs/_virtual/stream2.cjs +0 -5
- package/build/cjs/_virtual/stream3.cjs +0 -5
- package/build/cjs/_virtual/stream4.cjs +0 -5
- package/build/cjs/_virtual/string.cjs +0 -5
- package/build/cjs/_virtual/string2.cjs +0 -5
- package/build/cjs/_virtual/stringify.cjs +0 -5
- package/build/cjs/_virtual/stringifyCollection.cjs +0 -5
- package/build/cjs/_virtual/stringifyComment.cjs +0 -5
- package/build/cjs/_virtual/stringifyDocument.cjs +0 -5
- package/build/cjs/_virtual/stringifyNumber.cjs +0 -5
- package/build/cjs/_virtual/stringifyPair.cjs +0 -5
- package/build/cjs/_virtual/stringifyString.cjs +0 -5
- package/build/cjs/_virtual/sync.cjs +0 -5
- package/build/cjs/_virtual/sync2.cjs +0 -5
- package/build/cjs/_virtual/sync3.cjs +0 -5
- package/build/cjs/_virtual/sync4.cjs +0 -5
- package/build/cjs/_virtual/sync5.cjs +0 -5
- package/build/cjs/_virtual/sync6.cjs +0 -5
- package/build/cjs/_virtual/tags.cjs +0 -5
- package/build/cjs/_virtual/tasks.cjs +0 -5
- package/build/cjs/_virtual/timestamp.cjs +0 -5
- package/build/cjs/_virtual/toJS.cjs +0 -5
- package/build/cjs/_virtual/typescript.cjs +0 -5
- package/build/cjs/_virtual/util-contains-newline.cjs +0 -5
- package/build/cjs/_virtual/util-empty-scalar-position.cjs +0 -5
- package/build/cjs/_virtual/util-flow-indent-check.cjs +0 -5
- package/build/cjs/_virtual/util-map-includes.cjs +0 -5
- package/build/cjs/_virtual/utils.cjs +0 -5
- package/build/cjs/_virtual/utils2.cjs +0 -5
- package/build/cjs/_virtual/visit.cjs +0 -5
- package/build/cjs/_virtual/yaml.cjs +0 -5
- package/build/cjs/app.cjs +0 -328
- package/build/cjs/cli.cjs +0 -111
- package/build/cjs/help.cjs +0 -113
- package/build/cjs/index.cjs +0 -11
- package/build/cjs/module.cjs +0 -302
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.cjs +0 -25
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.cjs +0 -24
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.cjs +0 -39
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.cjs +0 -120
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.cjs +0 -20
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.cjs +0 -69
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.cjs +0 -32
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.cjs +0 -26
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.cjs +0 -14
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.cjs +0 -23
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.cjs +0 -39
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.cjs +0 -43
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.cjs +0 -30
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.cjs +0 -21
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.cjs +0 -49
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.cjs +0 -35
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.cjs +0 -40
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.cjs +0 -19
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.cjs +0 -108
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.cjs +0 -38
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.cjs +0 -16
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.cjs +0 -68
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.cjs +0 -32
- package/build/cjs/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.cjs +0 -205
- package/build/cjs/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.cjs +0 -65
- package/build/cjs/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.cjs +0 -208
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.cjs +0 -177
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.cjs +0 -63
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.cjs +0 -59
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.cjs +0 -120
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.cjs +0 -335
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.cjs +0 -36
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.cjs +0 -117
- package/build/cjs/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.cjs +0 -231
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.cjs +0 -168
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.cjs +0 -10
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.cjs +0 -48
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineLists/inlineLists.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.cjs +0 -7
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.cjs +0 -7
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs +0 -23
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.cjs +0 -22
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs +0 -22
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.cjs +0 -10
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.cjs +0 -20
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndent/stripIndent.cjs +0 -11
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.cjs +0 -37
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.cjs +0 -7
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.cjs +0 -33
- package/build/cjs/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.cjs +0 -89
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/index.cjs +0 -91
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/patterns.cjs +0 -28
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.cjs +0 -89
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.cjs +0 -30
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/deep.cjs +0 -69
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/entry.cjs +0 -69
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/error.cjs +0 -20
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/matcher.cjs +0 -55
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/partial.cjs +0 -43
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.cjs +0 -60
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.cjs +0 -39
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.cjs +0 -30
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/transformers/entry.cjs +0 -31
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/async.cjs +0 -44
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.cjs +0 -41
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.cjs +0 -65
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/sync.cjs +0 -52
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.cjs +0 -64
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/array.cjs +0 -29
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/errno.cjs +0 -14
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/fs.cjs +0 -26
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/index.cjs +0 -38
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.cjs +0 -41
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.cjs +0 -179
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/stream.cjs +0 -25
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/string.cjs +0 -18
- package/build/cjs/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.cjs +0 -290
- package/build/cjs/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.cjs +0 -254
- package/build/cjs/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.cjs +0 -62
- package/build/cjs/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.cjs +0 -48
- package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.cjs +0 -81
- package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.cjs +0 -170
- package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.cjs +0 -10
- package/build/cjs/node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.cjs +0 -628
- package/build/cjs/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.cjs +0 -24
- package/build/cjs/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.cjs +0 -156
- package/build/cjs/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.cjs +0 -20
- package/build/cjs/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.cjs +0 -115
- package/build/cjs/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.cjs +0 -51
- package/build/cjs/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.cjs +0 -149
- package/build/cjs/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.cjs +0 -475
- package/build/cjs/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.cjs +0 -8
- package/build/cjs/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.cjs +0 -924
- package/build/cjs/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.cjs +0 -74
- package/build/cjs/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.cjs +0 -54
- package/build/cjs/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.cjs +0 -52
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.cjs +0 -7
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.cjs +0 -183
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.cjs +0 -1097
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.cjs +0 -351
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.cjs +0 -397
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.cjs +0 -71
- package/build/cjs/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.cjs +0 -11
- package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/babel.cjs +0 -51
- package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/estree.cjs +0 -70
- package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/typescript.cjs +0 -62
- package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/yaml.cjs +0 -196
- package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/standalone.cjs +0 -69
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.cjs +0 -50
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.cjs +0 -48
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.cjs +0 -43
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.cjs +0 -34
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.cjs +0 -38
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.cjs +0 -41
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.cjs +0 -42
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.cjs +0 -44
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.cjs +0 -42
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.cjs +0 -42
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.cjs +0 -301
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.cjs +0 -217
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.cjs +0 -109
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.cjs +0 -267
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.cjs +0 -34
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.cjs +0 -305
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.cjs +0 -266
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.cjs +0 -99
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.cjs +0 -206
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.cjs +0 -261
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.cjs +0 -140
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.cjs +0 -167
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.cjs +0 -237
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.cjs +0 -49
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.cjs +0 -56
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.cjs +0 -32
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.cjs +0 -43
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.cjs +0 -32
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.cjs +0 -27
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.cjs +0 -18
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.cjs +0 -65
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.cjs +0 -27
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.cjs +0 -26
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.cjs +0 -44
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.cjs +0 -55
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.cjs +0 -43
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.cjs +0 -34
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.cjs +0 -37
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.cjs +0 -41
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.cjs +0 -41
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.cjs +0 -46
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.cjs +0 -41
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.cjs +0 -41
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.cjs +0 -280
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.cjs +0 -210
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.cjs +0 -106
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.cjs +0 -226
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.cjs +0 -34
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.cjs +0 -287
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.cjs +0 -230
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.cjs +0 -85
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.cjs +0 -191
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.cjs +0 -225
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.cjs +0 -135
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.cjs +0 -111
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.cjs +0 -221
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.cjs +0 -50
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.cjs +0 -36
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.cjs +0 -32
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.cjs +0 -44
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.cjs +0 -32
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.cjs +0 -28
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.cjs +0 -22
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.cjs +0 -54
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.cjs +0 -38
- package/build/cjs/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.cjs +0 -16
- package/build/cjs/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.cjs +0 -35
- package/build/cjs/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.cjs +0 -58
- package/build/cjs/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.cjs +0 -69
- package/build/cjs/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.cjs +0 -16
- package/build/cjs/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.cjs +0 -292
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.cjs +0 -77
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.cjs +0 -56
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.cjs +0 -109
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.cjs +0 -96
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.cjs +0 -239
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.cjs +0 -127
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.cjs +0 -204
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.cjs +0 -59
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.cjs +0 -45
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.cjs +0 -224
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.cjs +0 -235
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.cjs +0 -142
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.cjs +0 -42
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.cjs +0 -35
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.cjs +0 -25
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.cjs +0 -27
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.cjs +0 -364
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.cjs +0 -87
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.cjs +0 -62
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.cjs +0 -99
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.cjs +0 -181
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.cjs +0 -68
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.cjs +0 -61
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.cjs +0 -23
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.cjs +0 -108
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.cjs +0 -161
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.cjs +0 -72
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.cjs +0 -53
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.cjs +0 -36
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.cjs +0 -137
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.cjs +0 -115
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.cjs +0 -122
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.cjs +0 -47
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.cjs +0 -232
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.cjs +0 -69
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.cjs +0 -105
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.cjs +0 -124
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.cjs +0 -711
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.cjs +0 -47
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.cjs +0 -964
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.cjs +0 -122
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.cjs +0 -56
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.cjs +0 -56
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.cjs +0 -25
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.cjs +0 -47
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.cjs +0 -24
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.cjs +0 -29
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.cjs +0 -57
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.cjs +0 -50
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.cjs +0 -45
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.cjs +0 -76
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.cjs +0 -122
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.cjs +0 -78
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.cjs +0 -37
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.cjs +0 -60
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.cjs +0 -84
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.cjs +0 -92
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.cjs +0 -95
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.cjs +0 -69
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.cjs +0 -106
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.cjs +0 -113
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.cjs +0 -146
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.cjs +0 -139
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.cjs +0 -167
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.cjs +0 -30
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.cjs +0 -99
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.cjs +0 -32
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.cjs +0 -141
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.cjs +0 -326
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.cjs +0 -244
- package/build/cjs/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.cjs +0 -73
- package/build/cjs/package.cjs +0 -447
- package/build/cjs/packages/cli-kit/source/package-manager.cjs +0 -61
- package/build/cjs/packages/cli-kit/source/prompt.cjs +0 -18
- package/build/cjs/packages/events/source/abort/AbortError.cjs +0 -21
- package/build/cjs/service.cjs +0 -302
- package/build/cjs/shared/package-manager.cjs +0 -54
- package/build/cjs/shared/prompts.cjs +0 -86
- package/build/cjs/shared/tsconfig.cjs +0 -75
- package/build/cjs/shared.cjs +0 -210
- package/build/esm/_virtual/Alias.mjs +0 -3
- package/build/esm/_virtual/Collection.mjs +0 -3
- package/build/esm/_virtual/Document.mjs +0 -3
- package/build/esm/_virtual/Node.mjs +0 -3
- package/build/esm/_virtual/Pair.mjs +0 -3
- package/build/esm/_virtual/Scalar.mjs +0 -3
- package/build/esm/_virtual/Schema.mjs +0 -3
- package/build/esm/_virtual/YAMLMap.mjs +0 -3
- package/build/esm/_virtual/YAMLSeq.mjs +0 -3
- package/build/esm/_virtual/addPairToJSMap.mjs +0 -3
- package/build/esm/_virtual/anchors.mjs +0 -3
- package/build/esm/_virtual/applyReviver.mjs +0 -3
- package/build/esm/_virtual/babel.mjs +0 -3
- package/build/esm/_virtual/binary.mjs +0 -3
- package/build/esm/_virtual/bool.mjs +0 -3
- package/build/esm/_virtual/bool2.mjs +0 -3
- package/build/esm/_virtual/compose-collection.mjs +0 -3
- package/build/esm/_virtual/compose-doc.mjs +0 -3
- package/build/esm/_virtual/compose-node.mjs +0 -3
- package/build/esm/_virtual/compose-scalar.mjs +0 -3
- package/build/esm/_virtual/composer.mjs +0 -3
- package/build/esm/_virtual/createNode.mjs +0 -3
- package/build/esm/_virtual/cst-scalar.mjs +0 -3
- package/build/esm/_virtual/cst-stringify.mjs +0 -3
- package/build/esm/_virtual/cst-visit.mjs +0 -3
- package/build/esm/_virtual/cst.mjs +0 -3
- package/build/esm/_virtual/directives.mjs +0 -3
- package/build/esm/_virtual/errors.mjs +0 -3
- package/build/esm/_virtual/estree.mjs +0 -3
- package/build/esm/_virtual/float.mjs +0 -3
- package/build/esm/_virtual/float2.mjs +0 -3
- package/build/esm/_virtual/foldFlowLines.mjs +0 -3
- package/build/esm/_virtual/index8.mjs +0 -3
- package/build/esm/_virtual/int.mjs +0 -3
- package/build/esm/_virtual/int2.mjs +0 -3
- package/build/esm/_virtual/lexer.mjs +0 -3
- package/build/esm/_virtual/line-counter.mjs +0 -3
- package/build/esm/_virtual/log.mjs +0 -3
- package/build/esm/_virtual/map.mjs +0 -3
- package/build/esm/_virtual/null.mjs +0 -3
- package/build/esm/_virtual/omap.mjs +0 -3
- package/build/esm/_virtual/pairs.mjs +0 -3
- package/build/esm/_virtual/parser.mjs +0 -3
- package/build/esm/_virtual/public-api.mjs +0 -3
- package/build/esm/_virtual/resolve-block-map.mjs +0 -3
- package/build/esm/_virtual/resolve-block-scalar.mjs +0 -3
- package/build/esm/_virtual/resolve-block-seq.mjs +0 -3
- package/build/esm/_virtual/resolve-end.mjs +0 -3
- package/build/esm/_virtual/resolve-flow-collection.mjs +0 -3
- package/build/esm/_virtual/resolve-flow-scalar.mjs +0 -3
- package/build/esm/_virtual/resolve-props.mjs +0 -3
- package/build/esm/_virtual/schema2.mjs +0 -3
- package/build/esm/_virtual/schema3.mjs +0 -3
- package/build/esm/_virtual/schema4.mjs +0 -3
- package/build/esm/_virtual/seq.mjs +0 -3
- package/build/esm/_virtual/set.mjs +0 -3
- package/build/esm/_virtual/standalone.mjs +0 -3
- package/build/esm/_virtual/string2.mjs +0 -3
- package/build/esm/_virtual/stringify.mjs +0 -3
- package/build/esm/_virtual/stringifyCollection.mjs +0 -3
- package/build/esm/_virtual/stringifyComment.mjs +0 -3
- package/build/esm/_virtual/stringifyDocument.mjs +0 -3
- package/build/esm/_virtual/stringifyNumber.mjs +0 -3
- package/build/esm/_virtual/stringifyPair.mjs +0 -3
- package/build/esm/_virtual/stringifyString.mjs +0 -3
- package/build/esm/_virtual/tags.mjs +0 -3
- package/build/esm/_virtual/timestamp.mjs +0 -3
- package/build/esm/_virtual/toJS.mjs +0 -3
- package/build/esm/_virtual/typescript.mjs +0 -3
- package/build/esm/_virtual/util-contains-newline.mjs +0 -3
- package/build/esm/_virtual/util-empty-scalar-position.mjs +0 -3
- package/build/esm/_virtual/util-flow-indent-check.mjs +0 -3
- package/build/esm/_virtual/util-map-includes.mjs +0 -3
- package/build/esm/_virtual/visit.mjs +0 -3
- package/build/esm/_virtual/yaml.mjs +0 -3
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.mjs +0 -73
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.mjs +0 -52
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.mjs +0 -105
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.mjs +0 -92
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.mjs +0 -235
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.mjs +0 -123
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.mjs +0 -200
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.mjs +0 -55
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.mjs +0 -41
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.mjs +0 -220
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.mjs +0 -231
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.mjs +0 -138
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.mjs +0 -38
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.mjs +0 -31
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.mjs +0 -21
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.mjs +0 -23
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.mjs +0 -360
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.mjs +0 -83
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.mjs +0 -58
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.mjs +0 -95
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.mjs +0 -177
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.mjs +0 -64
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.mjs +0 -57
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.mjs +0 -19
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.mjs +0 -104
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.mjs +0 -157
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.mjs +0 -68
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.mjs +0 -49
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.mjs +0 -32
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.mjs +0 -133
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.mjs +0 -111
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.mjs +0 -118
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.mjs +0 -43
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.mjs +0 -228
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.mjs +0 -65
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.mjs +0 -101
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.mjs +0 -120
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.mjs +0 -707
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.mjs +0 -43
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.mjs +0 -960
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.mjs +0 -118
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.mjs +0 -52
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.mjs +0 -52
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.mjs +0 -21
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.mjs +0 -43
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.mjs +0 -20
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.mjs +0 -25
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.mjs +0 -53
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.mjs +0 -46
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.mjs +0 -41
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.mjs +0 -72
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.mjs +0 -118
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.mjs +0 -74
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.mjs +0 -33
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.mjs +0 -56
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.mjs +0 -80
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.mjs +0 -88
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.mjs +0 -91
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.mjs +0 -65
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.mjs +0 -102
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.mjs +0 -109
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.mjs +0 -142
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.mjs +0 -135
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.mjs +0 -163
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.mjs +0 -26
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.mjs +0 -95
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.mjs +0 -28
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.mjs +0 -137
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.mjs +0 -322
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.mjs +0 -240
- package/build/esm/packages/cli-kit/source/package-manager.mjs +0 -58
- package/build/esm/packages/cli-kit/source/prompt.mjs +0 -16
- package/build/esm/packages/events/source/abort/AbortError.mjs +0 -19
- package/build/esnext/_virtual/Alias.esnext +0 -3
- package/build/esnext/_virtual/Collection.esnext +0 -3
- package/build/esnext/_virtual/Document.esnext +0 -3
- package/build/esnext/_virtual/Node.esnext +0 -3
- package/build/esnext/_virtual/Pair.esnext +0 -3
- package/build/esnext/_virtual/Scalar.esnext +0 -3
- package/build/esnext/_virtual/Schema.esnext +0 -3
- package/build/esnext/_virtual/YAMLMap.esnext +0 -3
- package/build/esnext/_virtual/YAMLSeq.esnext +0 -3
- package/build/esnext/_virtual/addPairToJSMap.esnext +0 -3
- package/build/esnext/_virtual/anchors.esnext +0 -3
- package/build/esnext/_virtual/applyReviver.esnext +0 -3
- package/build/esnext/_virtual/babel.esnext +0 -3
- package/build/esnext/_virtual/binary.esnext +0 -3
- package/build/esnext/_virtual/bool.esnext +0 -3
- package/build/esnext/_virtual/bool2.esnext +0 -3
- package/build/esnext/_virtual/compose-collection.esnext +0 -3
- package/build/esnext/_virtual/compose-doc.esnext +0 -3
- package/build/esnext/_virtual/compose-node.esnext +0 -3
- package/build/esnext/_virtual/compose-scalar.esnext +0 -3
- package/build/esnext/_virtual/composer.esnext +0 -3
- package/build/esnext/_virtual/createNode.esnext +0 -3
- package/build/esnext/_virtual/cst-scalar.esnext +0 -3
- package/build/esnext/_virtual/cst-stringify.esnext +0 -3
- package/build/esnext/_virtual/cst-visit.esnext +0 -3
- package/build/esnext/_virtual/cst.esnext +0 -3
- package/build/esnext/_virtual/directives.esnext +0 -3
- package/build/esnext/_virtual/errors.esnext +0 -3
- package/build/esnext/_virtual/estree.esnext +0 -3
- package/build/esnext/_virtual/float.esnext +0 -3
- package/build/esnext/_virtual/float2.esnext +0 -3
- package/build/esnext/_virtual/foldFlowLines.esnext +0 -3
- package/build/esnext/_virtual/index8.esnext +0 -3
- package/build/esnext/_virtual/int.esnext +0 -3
- package/build/esnext/_virtual/int2.esnext +0 -3
- package/build/esnext/_virtual/lexer.esnext +0 -3
- package/build/esnext/_virtual/line-counter.esnext +0 -3
- package/build/esnext/_virtual/log.esnext +0 -3
- package/build/esnext/_virtual/map.esnext +0 -3
- package/build/esnext/_virtual/null.esnext +0 -3
- package/build/esnext/_virtual/omap.esnext +0 -3
- package/build/esnext/_virtual/pairs.esnext +0 -3
- package/build/esnext/_virtual/parser.esnext +0 -3
- package/build/esnext/_virtual/public-api.esnext +0 -3
- package/build/esnext/_virtual/resolve-block-map.esnext +0 -3
- package/build/esnext/_virtual/resolve-block-scalar.esnext +0 -3
- package/build/esnext/_virtual/resolve-block-seq.esnext +0 -3
- package/build/esnext/_virtual/resolve-end.esnext +0 -3
- package/build/esnext/_virtual/resolve-flow-collection.esnext +0 -3
- package/build/esnext/_virtual/resolve-flow-scalar.esnext +0 -3
- package/build/esnext/_virtual/resolve-props.esnext +0 -3
- package/build/esnext/_virtual/schema2.esnext +0 -3
- package/build/esnext/_virtual/schema3.esnext +0 -3
- package/build/esnext/_virtual/schema4.esnext +0 -3
- package/build/esnext/_virtual/seq.esnext +0 -3
- package/build/esnext/_virtual/set.esnext +0 -3
- package/build/esnext/_virtual/standalone.esnext +0 -3
- package/build/esnext/_virtual/string2.esnext +0 -3
- package/build/esnext/_virtual/stringify.esnext +0 -3
- package/build/esnext/_virtual/stringifyCollection.esnext +0 -3
- package/build/esnext/_virtual/stringifyComment.esnext +0 -3
- package/build/esnext/_virtual/stringifyDocument.esnext +0 -3
- package/build/esnext/_virtual/stringifyNumber.esnext +0 -3
- package/build/esnext/_virtual/stringifyPair.esnext +0 -3
- package/build/esnext/_virtual/stringifyString.esnext +0 -3
- package/build/esnext/_virtual/tags.esnext +0 -3
- package/build/esnext/_virtual/timestamp.esnext +0 -3
- package/build/esnext/_virtual/toJS.esnext +0 -3
- package/build/esnext/_virtual/typescript.esnext +0 -3
- package/build/esnext/_virtual/util-contains-newline.esnext +0 -3
- package/build/esnext/_virtual/util-empty-scalar-position.esnext +0 -3
- package/build/esnext/_virtual/util-flow-indent-check.esnext +0 -3
- package/build/esnext/_virtual/util-map-includes.esnext +0 -3
- package/build/esnext/_virtual/visit.esnext +0 -3
- package/build/esnext/_virtual/yaml.esnext +0 -3
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.esnext +0 -73
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.esnext +0 -52
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.esnext +0 -105
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.esnext +0 -92
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.esnext +0 -235
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.esnext +0 -123
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.esnext +0 -200
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.esnext +0 -55
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.esnext +0 -41
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.esnext +0 -220
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.esnext +0 -231
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.esnext +0 -138
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.esnext +0 -38
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.esnext +0 -31
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.esnext +0 -21
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.esnext +0 -23
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.esnext +0 -360
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.esnext +0 -83
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.esnext +0 -58
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.esnext +0 -95
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.esnext +0 -177
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.esnext +0 -64
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.esnext +0 -57
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.esnext +0 -19
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.esnext +0 -104
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.esnext +0 -157
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.esnext +0 -68
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.esnext +0 -49
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.esnext +0 -32
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.esnext +0 -133
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.esnext +0 -111
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.esnext +0 -118
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.esnext +0 -43
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.esnext +0 -228
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.esnext +0 -65
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.esnext +0 -101
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.esnext +0 -120
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.esnext +0 -707
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.esnext +0 -43
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.esnext +0 -960
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.esnext +0 -118
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.esnext +0 -52
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.esnext +0 -52
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.esnext +0 -21
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.esnext +0 -43
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.esnext +0 -20
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.esnext +0 -25
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.esnext +0 -53
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.esnext +0 -46
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.esnext +0 -41
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.esnext +0 -72
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.esnext +0 -118
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.esnext +0 -74
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.esnext +0 -33
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.esnext +0 -56
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.esnext +0 -80
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.esnext +0 -88
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.esnext +0 -91
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.esnext +0 -65
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.esnext +0 -102
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.esnext +0 -109
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.esnext +0 -142
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.esnext +0 -135
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.esnext +0 -163
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.esnext +0 -26
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.esnext +0 -95
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.esnext +0 -28
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.esnext +0 -137
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.esnext +0 -322
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.esnext +0 -240
- package/build/esnext/packages/cli-kit/source/package-manager.esnext +0 -58
- package/build/esnext/packages/cli-kit/source/prompt.esnext +0 -16
- package/build/esnext/packages/events/source/abort/AbortError.esnext +0 -19
- package/build/typescript/service.d.ts +0 -2
- package/build/typescript/service.d.ts.map +0 -1
- package/quilt.project.ts +0 -23
- package/templates/app-basic/quilt.project.ts +0 -14
- package/templates/app-empty/quilt.project.ts +0 -14
- package/templates/app-graphql/quilt.project.ts +0 -14
- package/templates/app-trpc/quilt.project.ts +0 -14
- package/templates/service-basic/quilt.project.ts +0 -9
- package/templates/workspace/quilt.workspace.ts +0 -5
- /package/templates/{service-basic/service.ts → server-basic/server.ts} +0 -0
- /package/templates/{service-basic → server-basic}/tsconfig.json +0 -0
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var _commonjsHelpers = require('../../../../../../_virtual/_commonjsHelpers.cjs');
|
|
6
|
-
require('./managers/tasks.cjs');
|
|
7
|
-
require('./managers/patterns.cjs');
|
|
8
|
-
require('./providers/async.cjs');
|
|
9
|
-
require('./providers/stream.cjs');
|
|
10
|
-
require('./providers/sync.cjs');
|
|
11
|
-
require('./settings.cjs');
|
|
12
|
-
require('./utils/index.cjs');
|
|
13
|
-
var tasks = require('../../../../../../_virtual/tasks.cjs');
|
|
14
|
-
var patterns = require('../../../../../../_virtual/patterns.cjs');
|
|
15
|
-
var async = require('../../../../../../_virtual/async.cjs');
|
|
16
|
-
var stream = require('../../../../../../_virtual/stream.cjs');
|
|
17
|
-
var sync = require('../../../../../../_virtual/sync.cjs');
|
|
18
|
-
var settings = require('../../../../../../_virtual/settings.cjs');
|
|
19
|
-
var index = require('../../../../../../_virtual/index2.cjs');
|
|
20
|
-
|
|
21
|
-
const taskManager = tasks.__exports;
|
|
22
|
-
const patternManager = patterns.__exports;
|
|
23
|
-
const async_1 = async.__exports;
|
|
24
|
-
const stream_1 = stream.__exports;
|
|
25
|
-
const sync_1 = sync.__exports;
|
|
26
|
-
const settings_1 = settings.__exports;
|
|
27
|
-
const utils = index.__exports;
|
|
28
|
-
async function FastGlob(source, options) {
|
|
29
|
-
assertPatternsInput(source);
|
|
30
|
-
const works = getWorks(source, async_1.default, options);
|
|
31
|
-
const result = await Promise.all(works);
|
|
32
|
-
return utils.array.flatten(result);
|
|
33
|
-
}
|
|
34
|
-
// https://github.com/typescript-eslint/typescript-eslint/issues/60
|
|
35
|
-
// eslint-disable-next-line no-redeclare
|
|
36
|
-
(function (FastGlob) {
|
|
37
|
-
function sync(source, options) {
|
|
38
|
-
assertPatternsInput(source);
|
|
39
|
-
const works = getWorks(source, sync_1.default, options);
|
|
40
|
-
return utils.array.flatten(works);
|
|
41
|
-
}
|
|
42
|
-
FastGlob.sync = sync;
|
|
43
|
-
function stream(source, options) {
|
|
44
|
-
assertPatternsInput(source);
|
|
45
|
-
const works = getWorks(source, stream_1.default, options);
|
|
46
|
-
/**
|
|
47
|
-
* The stream returned by the provider cannot work with an asynchronous iterator.
|
|
48
|
-
* To support asynchronous iterators, regardless of the number of tasks, we always multiplex streams.
|
|
49
|
-
* This affects performance (+25%). I don't see best solution right now.
|
|
50
|
-
*/
|
|
51
|
-
return utils.stream.merge(works);
|
|
52
|
-
}
|
|
53
|
-
FastGlob.stream = stream;
|
|
54
|
-
function generateTasks(source, options) {
|
|
55
|
-
assertPatternsInput(source);
|
|
56
|
-
const patterns = patternManager.transform([].concat(source));
|
|
57
|
-
const settings = new settings_1.default(options);
|
|
58
|
-
return taskManager.generate(patterns, settings);
|
|
59
|
-
}
|
|
60
|
-
FastGlob.generateTasks = generateTasks;
|
|
61
|
-
function isDynamicPattern(source, options) {
|
|
62
|
-
assertPatternsInput(source);
|
|
63
|
-
const settings = new settings_1.default(options);
|
|
64
|
-
return utils.pattern.isDynamicPattern(source, settings);
|
|
65
|
-
}
|
|
66
|
-
FastGlob.isDynamicPattern = isDynamicPattern;
|
|
67
|
-
function escapePath(source) {
|
|
68
|
-
assertPatternsInput(source);
|
|
69
|
-
return utils.path.escape(source);
|
|
70
|
-
}
|
|
71
|
-
FastGlob.escapePath = escapePath;
|
|
72
|
-
})(FastGlob || (FastGlob = {}));
|
|
73
|
-
function getWorks(source, _Provider, options) {
|
|
74
|
-
const patterns = patternManager.transform([].concat(source));
|
|
75
|
-
const settings = new settings_1.default(options);
|
|
76
|
-
const tasks = taskManager.generate(patterns, settings);
|
|
77
|
-
const provider = new _Provider(settings);
|
|
78
|
-
return tasks.map(provider.read, provider);
|
|
79
|
-
}
|
|
80
|
-
function assertPatternsInput(input) {
|
|
81
|
-
const source = [].concat(input);
|
|
82
|
-
const isValidSource = source.every((item) => utils.string.isString(item) && !utils.string.isEmpty(item));
|
|
83
|
-
if (!isValidSource) {
|
|
84
|
-
throw new TypeError('Patterns must be a string (non empty) or an array of strings');
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
var out = FastGlob;
|
|
88
|
-
|
|
89
|
-
var fastGlob = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(out);
|
|
90
|
-
|
|
91
|
-
exports["default"] = fastGlob;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var patterns = require('../../../../../../../_virtual/patterns.cjs');
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(patterns.__exports, "__esModule", { value: true });
|
|
8
|
-
patterns.__exports.removeDuplicateSlashes = patterns.__exports.transform = void 0;
|
|
9
|
-
/**
|
|
10
|
-
* Matches a sequence of two or more consecutive slashes, excluding the first two slashes at the beginning of the string.
|
|
11
|
-
* The latter is due to the presence of the device path at the beginning of the UNC path.
|
|
12
|
-
* @todo rewrite to negative lookbehind with the next major release.
|
|
13
|
-
*/
|
|
14
|
-
const DOUBLE_SLASH_RE = /(?!^)\/{2,}/g;
|
|
15
|
-
function transform(patterns) {
|
|
16
|
-
return patterns.map((pattern) => removeDuplicateSlashes(pattern));
|
|
17
|
-
}
|
|
18
|
-
patterns.__exports.transform = transform;
|
|
19
|
-
/**
|
|
20
|
-
* This package only works with forward slashes as a path separator.
|
|
21
|
-
* Because of this, we cannot use the standard `path.normalize` method, because on Windows platform it will use of backslashes.
|
|
22
|
-
*/
|
|
23
|
-
function removeDuplicateSlashes(pattern) {
|
|
24
|
-
return pattern.replace(DOUBLE_SLASH_RE, '/');
|
|
25
|
-
}
|
|
26
|
-
patterns.__exports.removeDuplicateSlashes = removeDuplicateSlashes;
|
|
27
|
-
|
|
28
|
-
exports["default"] = patterns.__exports;
|
package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.cjs
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var tasks = require('../../../../../../../_virtual/tasks.cjs');
|
|
6
|
-
require('../utils/index.cjs');
|
|
7
|
-
var index = require('../../../../../../../_virtual/index2.cjs');
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(tasks.__exports, "__esModule", { value: true });
|
|
10
|
-
tasks.__exports.convertPatternGroupToTask = tasks.__exports.convertPatternGroupsToTasks = tasks.__exports.groupPatternsByBaseDirectory = tasks.__exports.getNegativePatternsAsPositive = tasks.__exports.getPositivePatterns = tasks.__exports.convertPatternsToTasks = tasks.__exports.generate = void 0;
|
|
11
|
-
const utils = index.__exports;
|
|
12
|
-
function generate(patterns, settings) {
|
|
13
|
-
const positivePatterns = getPositivePatterns(patterns);
|
|
14
|
-
const negativePatterns = getNegativePatternsAsPositive(patterns, settings.ignore);
|
|
15
|
-
const staticPatterns = positivePatterns.filter((pattern) => utils.pattern.isStaticPattern(pattern, settings));
|
|
16
|
-
const dynamicPatterns = positivePatterns.filter((pattern) => utils.pattern.isDynamicPattern(pattern, settings));
|
|
17
|
-
const staticTasks = convertPatternsToTasks(staticPatterns, negativePatterns, /* dynamic */ false);
|
|
18
|
-
const dynamicTasks = convertPatternsToTasks(dynamicPatterns, negativePatterns, /* dynamic */ true);
|
|
19
|
-
return staticTasks.concat(dynamicTasks);
|
|
20
|
-
}
|
|
21
|
-
tasks.__exports.generate = generate;
|
|
22
|
-
/**
|
|
23
|
-
* Returns tasks grouped by basic pattern directories.
|
|
24
|
-
*
|
|
25
|
-
* Patterns that can be found inside (`./`) and outside (`../`) the current directory are handled separately.
|
|
26
|
-
* This is necessary because directory traversal starts at the base directory and goes deeper.
|
|
27
|
-
*/
|
|
28
|
-
function convertPatternsToTasks(positive, negative, dynamic) {
|
|
29
|
-
const tasks = [];
|
|
30
|
-
const patternsOutsideCurrentDirectory = utils.pattern.getPatternsOutsideCurrentDirectory(positive);
|
|
31
|
-
const patternsInsideCurrentDirectory = utils.pattern.getPatternsInsideCurrentDirectory(positive);
|
|
32
|
-
const outsideCurrentDirectoryGroup = groupPatternsByBaseDirectory(patternsOutsideCurrentDirectory);
|
|
33
|
-
const insideCurrentDirectoryGroup = groupPatternsByBaseDirectory(patternsInsideCurrentDirectory);
|
|
34
|
-
tasks.push(...convertPatternGroupsToTasks(outsideCurrentDirectoryGroup, negative, dynamic));
|
|
35
|
-
/*
|
|
36
|
-
* For the sake of reducing future accesses to the file system, we merge all tasks within the current directory
|
|
37
|
-
* into a global task, if at least one pattern refers to the root (`.`). In this case, the global task covers the rest.
|
|
38
|
-
*/
|
|
39
|
-
if ('.' in insideCurrentDirectoryGroup) {
|
|
40
|
-
tasks.push(convertPatternGroupToTask('.', patternsInsideCurrentDirectory, negative, dynamic));
|
|
41
|
-
}
|
|
42
|
-
else {
|
|
43
|
-
tasks.push(...convertPatternGroupsToTasks(insideCurrentDirectoryGroup, negative, dynamic));
|
|
44
|
-
}
|
|
45
|
-
return tasks;
|
|
46
|
-
}
|
|
47
|
-
tasks.__exports.convertPatternsToTasks = convertPatternsToTasks;
|
|
48
|
-
function getPositivePatterns(patterns) {
|
|
49
|
-
return utils.pattern.getPositivePatterns(patterns);
|
|
50
|
-
}
|
|
51
|
-
tasks.__exports.getPositivePatterns = getPositivePatterns;
|
|
52
|
-
function getNegativePatternsAsPositive(patterns, ignore) {
|
|
53
|
-
const negative = utils.pattern.getNegativePatterns(patterns).concat(ignore);
|
|
54
|
-
const positive = negative.map(utils.pattern.convertToPositivePattern);
|
|
55
|
-
return positive;
|
|
56
|
-
}
|
|
57
|
-
tasks.__exports.getNegativePatternsAsPositive = getNegativePatternsAsPositive;
|
|
58
|
-
function groupPatternsByBaseDirectory(patterns) {
|
|
59
|
-
const group = {};
|
|
60
|
-
return patterns.reduce((collection, pattern) => {
|
|
61
|
-
const base = utils.pattern.getBaseDirectory(pattern);
|
|
62
|
-
if (base in collection) {
|
|
63
|
-
collection[base].push(pattern);
|
|
64
|
-
}
|
|
65
|
-
else {
|
|
66
|
-
collection[base] = [pattern];
|
|
67
|
-
}
|
|
68
|
-
return collection;
|
|
69
|
-
}, group);
|
|
70
|
-
}
|
|
71
|
-
tasks.__exports.groupPatternsByBaseDirectory = groupPatternsByBaseDirectory;
|
|
72
|
-
function convertPatternGroupsToTasks(positive, negative, dynamic) {
|
|
73
|
-
return Object.keys(positive).map((base) => {
|
|
74
|
-
return convertPatternGroupToTask(base, positive[base], negative, dynamic);
|
|
75
|
-
});
|
|
76
|
-
}
|
|
77
|
-
tasks.__exports.convertPatternGroupsToTasks = convertPatternGroupsToTasks;
|
|
78
|
-
function convertPatternGroupToTask(base, positive, negative, dynamic) {
|
|
79
|
-
return {
|
|
80
|
-
dynamic,
|
|
81
|
-
positive,
|
|
82
|
-
negative,
|
|
83
|
-
base,
|
|
84
|
-
patterns: [].concat(positive, negative.map(utils.pattern.convertToNegativePattern))
|
|
85
|
-
};
|
|
86
|
-
}
|
|
87
|
-
tasks.__exports.convertPatternGroupToTask = convertPatternGroupToTask;
|
|
88
|
-
|
|
89
|
-
exports["default"] = tasks.__exports;
|
package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.cjs
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var async = require('../../../../../../../_virtual/async.cjs');
|
|
4
|
-
require('../readers/async.cjs');
|
|
5
|
-
require('./provider.cjs');
|
|
6
|
-
var async$1 = require('../../../../../../../_virtual/async2.cjs');
|
|
7
|
-
var provider = require('../../../../../../../_virtual/provider.cjs');
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(async.__exports, "__esModule", { value: true });
|
|
10
|
-
const async_1 = async$1.__exports;
|
|
11
|
-
const provider_1 = provider.__exports;
|
|
12
|
-
class ProviderAsync extends provider_1.default {
|
|
13
|
-
constructor() {
|
|
14
|
-
super(...arguments);
|
|
15
|
-
this._reader = new async_1.default(this._settings);
|
|
16
|
-
}
|
|
17
|
-
async read(task) {
|
|
18
|
-
const root = this._getRootDirectory(task);
|
|
19
|
-
const options = this._getReaderOptions(task);
|
|
20
|
-
const entries = await this.api(root, task, options);
|
|
21
|
-
return entries.map((entry) => options.transform(entry));
|
|
22
|
-
}
|
|
23
|
-
api(root, task, options) {
|
|
24
|
-
if (task.dynamic) {
|
|
25
|
-
return this._reader.dynamic(root, options);
|
|
26
|
-
}
|
|
27
|
-
return this._reader.static(task.patterns, options);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
async.__exports.default = ProviderAsync;
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var deep = require('../../../../../../../../_virtual/deep.cjs');
|
|
4
|
-
require('../../utils/index.cjs');
|
|
5
|
-
require('../matchers/partial.cjs');
|
|
6
|
-
var index = require('../../../../../../../../_virtual/index2.cjs');
|
|
7
|
-
var partial = require('../../../../../../../../_virtual/partial.cjs');
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(deep.__exports, "__esModule", { value: true });
|
|
10
|
-
const utils = index.__exports;
|
|
11
|
-
const partial_1 = partial.__exports;
|
|
12
|
-
class DeepFilter {
|
|
13
|
-
constructor(_settings, _micromatchOptions) {
|
|
14
|
-
this._settings = _settings;
|
|
15
|
-
this._micromatchOptions = _micromatchOptions;
|
|
16
|
-
}
|
|
17
|
-
getFilter(basePath, positive, negative) {
|
|
18
|
-
const matcher = this._getMatcher(positive);
|
|
19
|
-
const negativeRe = this._getNegativePatternsRe(negative);
|
|
20
|
-
return (entry) => this._filter(basePath, entry, matcher, negativeRe);
|
|
21
|
-
}
|
|
22
|
-
_getMatcher(patterns) {
|
|
23
|
-
return new partial_1.default(patterns, this._settings, this._micromatchOptions);
|
|
24
|
-
}
|
|
25
|
-
_getNegativePatternsRe(patterns) {
|
|
26
|
-
const affectDepthOfReadingPatterns = patterns.filter(utils.pattern.isAffectDepthOfReadingPattern);
|
|
27
|
-
return utils.pattern.convertPatternsToRe(affectDepthOfReadingPatterns, this._micromatchOptions);
|
|
28
|
-
}
|
|
29
|
-
_filter(basePath, entry, matcher, negativeRe) {
|
|
30
|
-
if (this._isSkippedByDeep(basePath, entry.path)) {
|
|
31
|
-
return false;
|
|
32
|
-
}
|
|
33
|
-
if (this._isSkippedSymbolicLink(entry)) {
|
|
34
|
-
return false;
|
|
35
|
-
}
|
|
36
|
-
const filepath = utils.path.removeLeadingDotSegment(entry.path);
|
|
37
|
-
if (this._isSkippedByPositivePatterns(filepath, matcher)) {
|
|
38
|
-
return false;
|
|
39
|
-
}
|
|
40
|
-
return this._isSkippedByNegativePatterns(filepath, negativeRe);
|
|
41
|
-
}
|
|
42
|
-
_isSkippedByDeep(basePath, entryPath) {
|
|
43
|
-
/**
|
|
44
|
-
* Avoid unnecessary depth calculations when it doesn't matter.
|
|
45
|
-
*/
|
|
46
|
-
if (this._settings.deep === Infinity) {
|
|
47
|
-
return false;
|
|
48
|
-
}
|
|
49
|
-
return this._getEntryLevel(basePath, entryPath) >= this._settings.deep;
|
|
50
|
-
}
|
|
51
|
-
_getEntryLevel(basePath, entryPath) {
|
|
52
|
-
const entryPathDepth = entryPath.split('/').length;
|
|
53
|
-
if (basePath === '') {
|
|
54
|
-
return entryPathDepth;
|
|
55
|
-
}
|
|
56
|
-
const basePathDepth = basePath.split('/').length;
|
|
57
|
-
return entryPathDepth - basePathDepth;
|
|
58
|
-
}
|
|
59
|
-
_isSkippedSymbolicLink(entry) {
|
|
60
|
-
return !this._settings.followSymbolicLinks && entry.dirent.isSymbolicLink();
|
|
61
|
-
}
|
|
62
|
-
_isSkippedByPositivePatterns(entryPath, matcher) {
|
|
63
|
-
return !this._settings.baseNameMatch && !matcher.match(entryPath);
|
|
64
|
-
}
|
|
65
|
-
_isSkippedByNegativePatterns(entryPath, patternsRe) {
|
|
66
|
-
return !utils.pattern.matchAny(entryPath, patternsRe);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
deep.__exports.default = DeepFilter;
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var entry = require('../../../../../../../../_virtual/entry.cjs');
|
|
4
|
-
require('../../utils/index.cjs');
|
|
5
|
-
var index = require('../../../../../../../../_virtual/index2.cjs');
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(entry.__exports, "__esModule", { value: true });
|
|
8
|
-
const utils = index.__exports;
|
|
9
|
-
class EntryFilter {
|
|
10
|
-
constructor(_settings, _micromatchOptions) {
|
|
11
|
-
this._settings = _settings;
|
|
12
|
-
this._micromatchOptions = _micromatchOptions;
|
|
13
|
-
this.index = new Map();
|
|
14
|
-
}
|
|
15
|
-
getFilter(positive, negative) {
|
|
16
|
-
const positiveRe = utils.pattern.convertPatternsToRe(positive, this._micromatchOptions);
|
|
17
|
-
const negativeRe = utils.pattern.convertPatternsToRe(negative, this._micromatchOptions);
|
|
18
|
-
return (entry) => this._filter(entry, positiveRe, negativeRe);
|
|
19
|
-
}
|
|
20
|
-
_filter(entry, positiveRe, negativeRe) {
|
|
21
|
-
if (this._settings.unique && this._isDuplicateEntry(entry)) {
|
|
22
|
-
return false;
|
|
23
|
-
}
|
|
24
|
-
if (this._onlyFileFilter(entry) || this._onlyDirectoryFilter(entry)) {
|
|
25
|
-
return false;
|
|
26
|
-
}
|
|
27
|
-
if (this._isSkippedByAbsoluteNegativePatterns(entry.path, negativeRe)) {
|
|
28
|
-
return false;
|
|
29
|
-
}
|
|
30
|
-
const filepath = this._settings.baseNameMatch ? entry.name : entry.path;
|
|
31
|
-
const isDirectory = entry.dirent.isDirectory();
|
|
32
|
-
const isMatched = this._isMatchToPatterns(filepath, positiveRe, isDirectory) && !this._isMatchToPatterns(entry.path, negativeRe, isDirectory);
|
|
33
|
-
if (this._settings.unique && isMatched) {
|
|
34
|
-
this._createIndexRecord(entry);
|
|
35
|
-
}
|
|
36
|
-
return isMatched;
|
|
37
|
-
}
|
|
38
|
-
_isDuplicateEntry(entry) {
|
|
39
|
-
return this.index.has(entry.path);
|
|
40
|
-
}
|
|
41
|
-
_createIndexRecord(entry) {
|
|
42
|
-
this.index.set(entry.path, undefined);
|
|
43
|
-
}
|
|
44
|
-
_onlyFileFilter(entry) {
|
|
45
|
-
return this._settings.onlyFiles && !entry.dirent.isFile();
|
|
46
|
-
}
|
|
47
|
-
_onlyDirectoryFilter(entry) {
|
|
48
|
-
return this._settings.onlyDirectories && !entry.dirent.isDirectory();
|
|
49
|
-
}
|
|
50
|
-
_isSkippedByAbsoluteNegativePatterns(entryPath, patternsRe) {
|
|
51
|
-
if (!this._settings.absolute) {
|
|
52
|
-
return false;
|
|
53
|
-
}
|
|
54
|
-
const fullpath = utils.path.makeAbsolute(this._settings.cwd, entryPath);
|
|
55
|
-
return utils.pattern.matchAny(fullpath, patternsRe);
|
|
56
|
-
}
|
|
57
|
-
_isMatchToPatterns(entryPath, patternsRe, isDirectory) {
|
|
58
|
-
const filepath = utils.path.removeLeadingDotSegment(entryPath);
|
|
59
|
-
// Trying to match files and directories by patterns.
|
|
60
|
-
const isMatched = utils.pattern.matchAny(filepath, patternsRe);
|
|
61
|
-
// A pattern with a trailling slash can be used for directory matching.
|
|
62
|
-
// To apply such pattern, we need to add a tralling slash to the path.
|
|
63
|
-
if (!isMatched && isDirectory) {
|
|
64
|
-
return utils.pattern.matchAny(filepath + '/', patternsRe);
|
|
65
|
-
}
|
|
66
|
-
return isMatched;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
entry.__exports.default = EntryFilter;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var error = require('../../../../../../../../_virtual/error.cjs');
|
|
4
|
-
require('../../utils/index.cjs');
|
|
5
|
-
var index = require('../../../../../../../../_virtual/index2.cjs');
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(error.__exports, "__esModule", { value: true });
|
|
8
|
-
const utils = index.__exports;
|
|
9
|
-
class ErrorFilter {
|
|
10
|
-
constructor(_settings) {
|
|
11
|
-
this._settings = _settings;
|
|
12
|
-
}
|
|
13
|
-
getFilter() {
|
|
14
|
-
return (error) => this._isNonFatalError(error);
|
|
15
|
-
}
|
|
16
|
-
_isNonFatalError(error) {
|
|
17
|
-
return utils.errno.isEnoentCodeError(error) || this._settings.suppressErrors;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
error.__exports.default = ErrorFilter;
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var matcher = require('../../../../../../../../_virtual/matcher.cjs');
|
|
4
|
-
require('../../utils/index.cjs');
|
|
5
|
-
var index = require('../../../../../../../../_virtual/index2.cjs');
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(matcher.__exports, "__esModule", { value: true });
|
|
8
|
-
const utils = index.__exports;
|
|
9
|
-
class Matcher {
|
|
10
|
-
constructor(_patterns, _settings, _micromatchOptions) {
|
|
11
|
-
this._patterns = _patterns;
|
|
12
|
-
this._settings = _settings;
|
|
13
|
-
this._micromatchOptions = _micromatchOptions;
|
|
14
|
-
this._storage = [];
|
|
15
|
-
this._fillStorage();
|
|
16
|
-
}
|
|
17
|
-
_fillStorage() {
|
|
18
|
-
/**
|
|
19
|
-
* The original pattern may include `{,*,**,a/*}`, which will lead to problems with matching (unresolved level).
|
|
20
|
-
* So, before expand patterns with brace expansion into separated patterns.
|
|
21
|
-
*/
|
|
22
|
-
const patterns = utils.pattern.expandPatternsWithBraceExpansion(this._patterns);
|
|
23
|
-
for (const pattern of patterns) {
|
|
24
|
-
const segments = this._getPatternSegments(pattern);
|
|
25
|
-
const sections = this._splitSegmentsIntoSections(segments);
|
|
26
|
-
this._storage.push({
|
|
27
|
-
complete: sections.length <= 1,
|
|
28
|
-
pattern,
|
|
29
|
-
segments,
|
|
30
|
-
sections
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
_getPatternSegments(pattern) {
|
|
35
|
-
const parts = utils.pattern.getPatternParts(pattern, this._micromatchOptions);
|
|
36
|
-
return parts.map((part) => {
|
|
37
|
-
const dynamic = utils.pattern.isDynamicPattern(part, this._settings);
|
|
38
|
-
if (!dynamic) {
|
|
39
|
-
return {
|
|
40
|
-
dynamic: false,
|
|
41
|
-
pattern: part
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
return {
|
|
45
|
-
dynamic: true,
|
|
46
|
-
pattern: part,
|
|
47
|
-
patternRe: utils.pattern.makeRe(part, this._micromatchOptions)
|
|
48
|
-
};
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
_splitSegmentsIntoSections(segments) {
|
|
52
|
-
return utils.array.splitWhen(segments, (segment) => segment.dynamic && utils.pattern.hasGlobStar(segment.pattern));
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
matcher.__exports.default = Matcher;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var partial = require('../../../../../../../../_virtual/partial.cjs');
|
|
4
|
-
require('./matcher.cjs');
|
|
5
|
-
var matcher = require('../../../../../../../../_virtual/matcher.cjs');
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(partial.__exports, "__esModule", { value: true });
|
|
8
|
-
const matcher_1 = matcher.__exports;
|
|
9
|
-
class PartialMatcher extends matcher_1.default {
|
|
10
|
-
match(filepath) {
|
|
11
|
-
const parts = filepath.split('/');
|
|
12
|
-
const levels = parts.length;
|
|
13
|
-
const patterns = this._storage.filter((info) => !info.complete || info.segments.length > levels);
|
|
14
|
-
for (const pattern of patterns) {
|
|
15
|
-
const section = pattern.sections[0];
|
|
16
|
-
/**
|
|
17
|
-
* In this case, the pattern has a globstar and we must read all directories unconditionally,
|
|
18
|
-
* but only if the level has reached the end of the first group.
|
|
19
|
-
*
|
|
20
|
-
* fixtures/{a,b}/**
|
|
21
|
-
* ^ true/false ^ always true
|
|
22
|
-
*/
|
|
23
|
-
if (!pattern.complete && levels > section.length) {
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
const match = parts.every((part, index) => {
|
|
27
|
-
const segment = pattern.segments[index];
|
|
28
|
-
if (segment.dynamic && segment.patternRe.test(part)) {
|
|
29
|
-
return true;
|
|
30
|
-
}
|
|
31
|
-
if (!segment.dynamic && segment.pattern === part) {
|
|
32
|
-
return true;
|
|
33
|
-
}
|
|
34
|
-
return false;
|
|
35
|
-
});
|
|
36
|
-
if (match) {
|
|
37
|
-
return true;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
return false;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
partial.__exports.default = PartialMatcher;
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var provider = require('../../../../../../../_virtual/provider.cjs');
|
|
4
|
-
var path$1 = require('node:path');
|
|
5
|
-
require('./filters/deep.cjs');
|
|
6
|
-
require('./filters/entry.cjs');
|
|
7
|
-
require('./filters/error.cjs');
|
|
8
|
-
require('./transformers/entry.cjs');
|
|
9
|
-
var deep = require('../../../../../../../_virtual/deep.cjs');
|
|
10
|
-
var entry = require('../../../../../../../_virtual/entry.cjs');
|
|
11
|
-
var error = require('../../../../../../../_virtual/error.cjs');
|
|
12
|
-
var entry$1 = require('../../../../../../../_virtual/entry2.cjs');
|
|
13
|
-
|
|
14
|
-
Object.defineProperty(provider.__exports, "__esModule", { value: true });
|
|
15
|
-
const path = path$1;
|
|
16
|
-
const deep_1 = deep.__exports;
|
|
17
|
-
const entry_1 = entry.__exports;
|
|
18
|
-
const error_1 = error.__exports;
|
|
19
|
-
const entry_2 = entry$1.__exports;
|
|
20
|
-
class Provider {
|
|
21
|
-
constructor(_settings) {
|
|
22
|
-
this._settings = _settings;
|
|
23
|
-
this.errorFilter = new error_1.default(this._settings);
|
|
24
|
-
this.entryFilter = new entry_1.default(this._settings, this._getMicromatchOptions());
|
|
25
|
-
this.deepFilter = new deep_1.default(this._settings, this._getMicromatchOptions());
|
|
26
|
-
this.entryTransformer = new entry_2.default(this._settings);
|
|
27
|
-
}
|
|
28
|
-
_getRootDirectory(task) {
|
|
29
|
-
return path.resolve(this._settings.cwd, task.base);
|
|
30
|
-
}
|
|
31
|
-
_getReaderOptions(task) {
|
|
32
|
-
const basePath = task.base === '.' ? '' : task.base;
|
|
33
|
-
return {
|
|
34
|
-
basePath,
|
|
35
|
-
pathSegmentSeparator: '/',
|
|
36
|
-
concurrency: this._settings.concurrency,
|
|
37
|
-
deepFilter: this.deepFilter.getFilter(basePath, task.positive, task.negative),
|
|
38
|
-
entryFilter: this.entryFilter.getFilter(task.positive, task.negative),
|
|
39
|
-
errorFilter: this.errorFilter.getFilter(),
|
|
40
|
-
followSymbolicLinks: this._settings.followSymbolicLinks,
|
|
41
|
-
fs: this._settings.fs,
|
|
42
|
-
stats: this._settings.stats,
|
|
43
|
-
throwErrorOnBrokenSymbolicLink: this._settings.throwErrorOnBrokenSymbolicLink,
|
|
44
|
-
transform: this.entryTransformer.getTransformer()
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
_getMicromatchOptions() {
|
|
48
|
-
return {
|
|
49
|
-
dot: this._settings.dot,
|
|
50
|
-
matchBase: this._settings.baseNameMatch,
|
|
51
|
-
nobrace: !this._settings.braceExpansion,
|
|
52
|
-
nocase: !this._settings.caseSensitiveMatch,
|
|
53
|
-
noext: !this._settings.extglob,
|
|
54
|
-
noglobstar: !this._settings.globstar,
|
|
55
|
-
posix: true,
|
|
56
|
-
strictSlashes: false
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
provider.__exports.default = Provider;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var stream = require('../../../../../../../_virtual/stream.cjs');
|
|
4
|
-
var require$$0 = require('node:stream');
|
|
5
|
-
require('../readers/stream.cjs');
|
|
6
|
-
require('./provider.cjs');
|
|
7
|
-
var stream$1 = require('../../../../../../../_virtual/stream2.cjs');
|
|
8
|
-
var provider = require('../../../../../../../_virtual/provider.cjs');
|
|
9
|
-
|
|
10
|
-
Object.defineProperty(stream.__exports, "__esModule", { value: true });
|
|
11
|
-
const stream_1 = require$$0;
|
|
12
|
-
const stream_2 = stream$1.__exports;
|
|
13
|
-
const provider_1 = provider.__exports;
|
|
14
|
-
class ProviderStream extends provider_1.default {
|
|
15
|
-
constructor() {
|
|
16
|
-
super(...arguments);
|
|
17
|
-
this._reader = new stream_2.default(this._settings);
|
|
18
|
-
}
|
|
19
|
-
read(task) {
|
|
20
|
-
const root = this._getRootDirectory(task);
|
|
21
|
-
const options = this._getReaderOptions(task);
|
|
22
|
-
const source = this.api(root, task, options);
|
|
23
|
-
const destination = new stream_1.Readable({ objectMode: true, read: () => { } });
|
|
24
|
-
source
|
|
25
|
-
.once('error', (error) => destination.emit('error', error))
|
|
26
|
-
.on('data', (entry) => destination.emit('data', options.transform(entry)))
|
|
27
|
-
.once('end', () => destination.emit('end'));
|
|
28
|
-
destination
|
|
29
|
-
.once('close', () => source.destroy());
|
|
30
|
-
return destination;
|
|
31
|
-
}
|
|
32
|
-
api(root, task, options) {
|
|
33
|
-
if (task.dynamic) {
|
|
34
|
-
return this._reader.dynamic(root, options);
|
|
35
|
-
}
|
|
36
|
-
return this._reader.static(task.patterns, options);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
stream.__exports.default = ProviderStream;
|
package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.cjs
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var sync = require('../../../../../../../_virtual/sync.cjs');
|
|
4
|
-
require('../readers/sync.cjs');
|
|
5
|
-
require('./provider.cjs');
|
|
6
|
-
var sync$1 = require('../../../../../../../_virtual/sync2.cjs');
|
|
7
|
-
var provider = require('../../../../../../../_virtual/provider.cjs');
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(sync.__exports, "__esModule", { value: true });
|
|
10
|
-
const sync_1 = sync$1.__exports;
|
|
11
|
-
const provider_1 = provider.__exports;
|
|
12
|
-
class ProviderSync extends provider_1.default {
|
|
13
|
-
constructor() {
|
|
14
|
-
super(...arguments);
|
|
15
|
-
this._reader = new sync_1.default(this._settings);
|
|
16
|
-
}
|
|
17
|
-
read(task) {
|
|
18
|
-
const root = this._getRootDirectory(task);
|
|
19
|
-
const options = this._getReaderOptions(task);
|
|
20
|
-
const entries = this.api(root, task, options);
|
|
21
|
-
return entries.map(options.transform);
|
|
22
|
-
}
|
|
23
|
-
api(root, task, options) {
|
|
24
|
-
if (task.dynamic) {
|
|
25
|
-
return this._reader.dynamic(root, options);
|
|
26
|
-
}
|
|
27
|
-
return this._reader.static(task.patterns, options);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
sync.__exports.default = ProviderSync;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var entry = require('../../../../../../../../_virtual/entry2.cjs');
|
|
4
|
-
require('../../utils/index.cjs');
|
|
5
|
-
var index = require('../../../../../../../../_virtual/index2.cjs');
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(entry.__exports, "__esModule", { value: true });
|
|
8
|
-
const utils = index.__exports;
|
|
9
|
-
class EntryTransformer {
|
|
10
|
-
constructor(_settings) {
|
|
11
|
-
this._settings = _settings;
|
|
12
|
-
}
|
|
13
|
-
getTransformer() {
|
|
14
|
-
return (entry) => this._transform(entry);
|
|
15
|
-
}
|
|
16
|
-
_transform(entry) {
|
|
17
|
-
let filepath = entry.path;
|
|
18
|
-
if (this._settings.absolute) {
|
|
19
|
-
filepath = utils.path.makeAbsolute(this._settings.cwd, filepath);
|
|
20
|
-
filepath = utils.path.unixify(filepath);
|
|
21
|
-
}
|
|
22
|
-
if (this._settings.markDirectories && entry.dirent.isDirectory()) {
|
|
23
|
-
filepath += '/';
|
|
24
|
-
}
|
|
25
|
-
if (!this._settings.objectMode) {
|
|
26
|
-
return filepath;
|
|
27
|
-
}
|
|
28
|
-
return Object.assign(Object.assign({}, entry), { path: filepath });
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
entry.__exports.default = EntryTransformer;
|