@quilted/create 0.1.55 → 0.1.57
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 +14 -0
- package/bin/create-quilt.mjs +1 -1
- package/build/cjs/_virtual/Alias.cjs +5 -0
- package/build/cjs/_virtual/Collection.cjs +5 -0
- package/build/cjs/_virtual/Document.cjs +5 -0
- package/build/cjs/_virtual/Node.cjs +5 -0
- package/build/cjs/_virtual/Pair.cjs +5 -0
- package/build/cjs/_virtual/Scalar.cjs +5 -0
- package/build/cjs/_virtual/Schema.cjs +5 -0
- package/build/cjs/_virtual/YAMLMap.cjs +5 -0
- package/build/cjs/_virtual/YAMLSeq.cjs +5 -0
- package/build/cjs/_virtual/_rollupPluginBabelHelpers.cjs +34 -0
- package/build/cjs/_virtual/addPairToJSMap.cjs +5 -0
- package/build/cjs/_virtual/anchors.cjs +5 -0
- package/build/cjs/_virtual/applyReviver.cjs +5 -0
- package/build/cjs/_virtual/array.cjs +5 -0
- package/build/cjs/_virtual/async.cjs +5 -0
- package/build/cjs/_virtual/async2.cjs +5 -0
- package/build/cjs/_virtual/async3.cjs +5 -0
- package/build/cjs/_virtual/async4.cjs +5 -0
- package/build/cjs/_virtual/async5.cjs +5 -0
- package/build/cjs/_virtual/binary.cjs +5 -0
- package/build/cjs/_virtual/bool.cjs +5 -0
- package/build/cjs/_virtual/bool2.cjs +5 -0
- package/build/cjs/_virtual/common.cjs +5 -0
- package/build/cjs/_virtual/common2.cjs +5 -0
- package/build/cjs/_virtual/compose-collection.cjs +5 -0
- package/build/cjs/_virtual/compose-doc.cjs +5 -0
- package/build/cjs/_virtual/compose-node.cjs +5 -0
- package/build/cjs/_virtual/compose-scalar.cjs +5 -0
- package/build/cjs/_virtual/composer.cjs +5 -0
- package/build/cjs/_virtual/constants.cjs +5 -0
- package/build/cjs/_virtual/createNode.cjs +5 -0
- package/build/cjs/_virtual/cst-scalar.cjs +5 -0
- package/build/cjs/_virtual/cst-stringify.cjs +5 -0
- package/build/cjs/_virtual/cst-visit.cjs +5 -0
- package/build/cjs/_virtual/cst.cjs +5 -0
- package/build/cjs/_virtual/deep.cjs +5 -0
- package/build/cjs/_virtual/directives.cjs +5 -0
- package/build/cjs/_virtual/entry.cjs +5 -0
- package/build/cjs/_virtual/entry2.cjs +5 -0
- package/build/cjs/_virtual/errno.cjs +5 -0
- package/build/cjs/_virtual/error.cjs +5 -0
- package/build/cjs/_virtual/errors.cjs +5 -0
- package/build/cjs/_virtual/float.cjs +5 -0
- package/build/cjs/_virtual/float2.cjs +5 -0
- package/build/cjs/_virtual/foldFlowLines.cjs +5 -0
- package/build/cjs/_virtual/fs.cjs +5 -0
- package/build/cjs/_virtual/fs2.cjs +5 -0
- package/build/cjs/_virtual/fs3.cjs +5 -0
- package/build/cjs/_virtual/fs4.cjs +5 -0
- package/build/cjs/_virtual/index.cjs +5 -0
- package/build/cjs/_virtual/index10.cjs +5 -0
- package/build/cjs/_virtual/index11.cjs +5 -0
- package/build/cjs/_virtual/index2.cjs +5 -0
- package/build/cjs/_virtual/index3.cjs +5 -0
- package/build/cjs/_virtual/index4.cjs +5 -0
- package/build/cjs/_virtual/index5.cjs +5 -0
- package/build/cjs/_virtual/index6.cjs +5 -0
- package/build/cjs/_virtual/index7.cjs +5 -0
- package/build/cjs/_virtual/index8.cjs +5 -0
- package/build/cjs/_virtual/index9.cjs +5 -0
- package/build/cjs/_virtual/int.cjs +5 -0
- package/build/cjs/_virtual/int2.cjs +5 -0
- package/build/cjs/_virtual/lexer.cjs +5 -0
- package/build/cjs/_virtual/line-counter.cjs +5 -0
- package/build/cjs/_virtual/log.cjs +5 -0
- package/build/cjs/_virtual/map.cjs +5 -0
- package/build/cjs/_virtual/matcher.cjs +5 -0
- package/build/cjs/_virtual/null.cjs +5 -0
- package/build/cjs/_virtual/omap.cjs +5 -0
- package/build/cjs/_virtual/pairs.cjs +5 -0
- package/build/cjs/_virtual/parser-babel.cjs +5 -0
- package/build/cjs/_virtual/parser-typescript.cjs +5 -0
- package/build/cjs/_virtual/parser-yaml.cjs +5 -0
- package/build/cjs/_virtual/parser.cjs +5 -0
- package/build/cjs/_virtual/partial.cjs +5 -0
- package/build/cjs/_virtual/path.cjs +5 -0
- package/build/cjs/_virtual/pattern.cjs +5 -0
- package/build/cjs/_virtual/patterns.cjs +5 -0
- package/build/cjs/_virtual/prompts.cjs +5 -0
- package/build/cjs/_virtual/prompts2.cjs +5 -0
- package/build/cjs/_virtual/provider.cjs +5 -0
- package/build/cjs/_virtual/public-api.cjs +5 -0
- package/build/cjs/_virtual/queue.cjs +5 -0
- package/build/cjs/_virtual/reader.cjs +5 -0
- package/build/cjs/_virtual/reader2.cjs +5 -0
- package/build/cjs/_virtual/resolve-block-map.cjs +5 -0
- package/build/cjs/_virtual/resolve-block-scalar.cjs +5 -0
- package/build/cjs/_virtual/resolve-block-seq.cjs +5 -0
- package/build/cjs/_virtual/resolve-end.cjs +5 -0
- package/build/cjs/_virtual/resolve-flow-collection.cjs +5 -0
- package/build/cjs/_virtual/resolve-flow-scalar.cjs +5 -0
- package/build/cjs/_virtual/resolve-props.cjs +5 -0
- package/build/cjs/_virtual/schema2.cjs +5 -0
- package/build/cjs/_virtual/schema3.cjs +5 -0
- package/build/cjs/_virtual/schema4.cjs +5 -0
- package/build/cjs/_virtual/seq.cjs +5 -0
- package/build/cjs/_virtual/set.cjs +5 -0
- package/build/cjs/_virtual/settings.cjs +5 -0
- package/build/cjs/_virtual/settings2.cjs +5 -0
- package/build/cjs/_virtual/settings3.cjs +5 -0
- package/build/cjs/_virtual/settings4.cjs +5 -0
- package/build/cjs/_virtual/standalone.cjs +5 -0
- package/build/cjs/_virtual/stream.cjs +5 -0
- package/build/cjs/_virtual/stream2.cjs +5 -0
- package/build/cjs/_virtual/stream3.cjs +5 -0
- package/build/cjs/_virtual/stream4.cjs +5 -0
- package/build/cjs/_virtual/string.cjs +5 -0
- package/build/cjs/_virtual/string2.cjs +5 -0
- package/build/cjs/_virtual/stringify.cjs +5 -0
- package/build/cjs/_virtual/stringifyCollection.cjs +5 -0
- package/build/cjs/_virtual/stringifyComment.cjs +5 -0
- package/build/cjs/_virtual/stringifyDocument.cjs +5 -0
- package/build/cjs/_virtual/stringifyNumber.cjs +5 -0
- package/build/cjs/_virtual/stringifyPair.cjs +5 -0
- package/build/cjs/_virtual/stringifyString.cjs +5 -0
- package/build/cjs/_virtual/sync.cjs +5 -0
- package/build/cjs/_virtual/sync2.cjs +5 -0
- package/build/cjs/_virtual/sync3.cjs +5 -0
- package/build/cjs/_virtual/sync4.cjs +5 -0
- package/build/cjs/_virtual/sync5.cjs +5 -0
- package/build/cjs/_virtual/sync6.cjs +5 -0
- package/build/cjs/_virtual/tags.cjs +5 -0
- package/build/cjs/_virtual/tasks.cjs +5 -0
- package/build/cjs/_virtual/timestamp.cjs +5 -0
- package/build/cjs/_virtual/toJS.cjs +5 -0
- package/build/cjs/_virtual/util-contains-newline.cjs +5 -0
- package/build/cjs/_virtual/util-empty-scalar-position.cjs +5 -0
- package/build/cjs/_virtual/util-flow-indent-check.cjs +5 -0
- package/build/cjs/_virtual/util-map-includes.cjs +5 -0
- package/build/cjs/_virtual/utils.cjs +5 -0
- package/build/cjs/_virtual/utils2.cjs +5 -0
- package/build/cjs/_virtual/visit.cjs +5 -0
- package/build/cjs/app.cjs +70 -55
- package/build/cjs/cli.cjs +99 -0
- package/build/cjs/help.cjs +112 -0
- package/build/cjs/index.cjs +6 -7279
- package/build/cjs/module.cjs +59 -44
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.cjs +25 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.cjs +24 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.cjs +39 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.cjs +120 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.cjs +20 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.cjs +69 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.cjs +32 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.cjs +26 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.cjs +14 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.cjs +23 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.cjs +39 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.cjs +43 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.cjs +30 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.cjs +21 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.cjs +49 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.cjs +35 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.cjs +40 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.cjs +19 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.cjs +109 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.cjs +38 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.cjs +16 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.cjs +68 -0
- package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.cjs +32 -0
- package/build/cjs/node_modules/.pnpm/arg@5.0.1/node_modules/arg/index.cjs +201 -0
- package/build/cjs/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.cjs +203 -0
- package/build/cjs/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.cjs +67 -0
- package/build/cjs/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.cjs +210 -0
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.cjs +179 -0
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.cjs +65 -0
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.cjs +61 -0
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.cjs +122 -0
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.cjs +337 -0
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.cjs +38 -0
- package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.cjs +121 -0
- package/build/cjs/node_modules/.pnpm/colorette@2.0.16/node_modules/colorette/index.cjs +227 -0
- package/build/cjs/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.cjs +231 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.cjs +168 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.cjs +8 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.cjs +8 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.cjs +8 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.cjs +10 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.cjs +48 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineLists/inlineLists.cjs +8 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.cjs +7 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.cjs +8 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.cjs +8 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.cjs +8 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.cjs +8 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.cjs +7 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs +23 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.cjs +22 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs +22 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.cjs +10 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.cjs +20 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndent/stripIndent.cjs +11 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.cjs +37 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.cjs +7 -0
- package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.cjs +33 -0
- package/build/cjs/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.cjs +85 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/index.cjs +88 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/patterns.cjs +28 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/tasks.cjs +89 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/async.cjs +35 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/deep.cjs +69 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/entry.cjs +65 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/error.cjs +20 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/matcher.cjs +55 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/partial.cjs +43 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/provider.cjs +60 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/stream.cjs +39 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/sync.cjs +30 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/transformers/entry.cjs +31 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/reader.cjs +41 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/stream.cjs +65 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/sync.cjs +52 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/settings.cjs +64 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/array.cjs +29 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/errno.cjs +14 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/fs.cjs +26 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/index.cjs +38 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/path.cjs +41 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/pattern.cjs +179 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/stream.cjs +25 -0
- package/build/cjs/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/string.cjs +18 -0
- package/build/cjs/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.cjs +290 -0
- package/build/cjs/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.cjs +256 -0
- package/build/cjs/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.cjs +112 -0
- package/build/cjs/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.cjs +50 -0
- package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.cjs +100 -0
- package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.cjs +230 -0
- package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.cjs +23 -0
- package/build/cjs/node_modules/.pnpm/ignore@5.2.0/node_modules/ignore/index.cjs +609 -0
- package/build/cjs/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.cjs +26 -0
- package/build/cjs/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.cjs +158 -0
- package/build/cjs/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.cjs +22 -0
- package/build/cjs/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.cjs +115 -0
- package/build/cjs/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.cjs +76 -0
- package/build/cjs/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.cjs +151 -0
- package/build/cjs/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.cjs +478 -0
- package/build/cjs/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.cjs +10 -0
- package/build/cjs/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.cjs +917 -0
- package/build/cjs/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.cjs +74 -0
- package/build/cjs/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.cjs +54 -0
- package/build/cjs/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.cjs +52 -0
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.cjs +9 -0
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.cjs +185 -0
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.cjs +1099 -0
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.cjs +353 -0
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.cjs +399 -0
- package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.cjs +75 -0
- package/build/cjs/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.cjs +17 -0
- package/build/cjs/{parser-babel.cjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-babel.cjs} +6 -25
- package/build/cjs/{parser-typescript.cjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-typescript.cjs} +6 -25
- package/build/cjs/{parser-yaml.cjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-yaml.cjs} +6 -25
- package/build/cjs/{standalone.cjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/standalone.cjs} +6 -25
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.cjs +50 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.cjs +48 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.cjs +43 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.cjs +34 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.cjs +38 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.cjs +41 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.cjs +42 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.cjs +44 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.cjs +42 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.cjs +42 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.cjs +301 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.cjs +217 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.cjs +109 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.cjs +267 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.cjs +34 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.cjs +305 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.cjs +266 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.cjs +99 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.cjs +206 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.cjs +261 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.cjs +140 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.cjs +167 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.cjs +237 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.cjs +49 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.cjs +56 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.cjs +32 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.cjs +43 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.cjs +32 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.cjs +27 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.cjs +18 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.cjs +65 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.cjs +27 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.cjs +23 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.cjs +44 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.cjs +55 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.cjs +43 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.cjs +34 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.cjs +37 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.cjs +41 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.cjs +41 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.cjs +46 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.cjs +41 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.cjs +41 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.cjs +280 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.cjs +210 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.cjs +106 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.cjs +226 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.cjs +34 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.cjs +287 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.cjs +230 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.cjs +85 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.cjs +191 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.cjs +225 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.cjs +135 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.cjs +111 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.cjs +221 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.cjs +50 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.cjs +36 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.cjs +32 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.cjs +44 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.cjs +32 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.cjs +28 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.cjs +22 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.cjs +54 -0
- package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.cjs +38 -0
- package/build/cjs/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.cjs +18 -0
- package/build/cjs/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.cjs +37 -0
- package/build/cjs/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.cjs +60 -0
- package/build/cjs/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.cjs +69 -0
- package/build/cjs/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.cjs +16 -0
- package/build/cjs/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.cjs +294 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.cjs +77 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.cjs +56 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.cjs +109 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.cjs +96 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.cjs +239 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.cjs +127 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.cjs +204 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.cjs +59 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.cjs +45 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.cjs +224 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.cjs +235 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.cjs +142 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.cjs +42 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.cjs +35 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.cjs +25 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.cjs +27 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.cjs +364 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.cjs +87 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.cjs +62 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.cjs +99 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.cjs +181 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.cjs +68 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.cjs +117 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.cjs +23 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.cjs +108 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.cjs +161 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.cjs +72 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.cjs +53 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.cjs +36 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.cjs +137 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.cjs +115 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.cjs +122 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.cjs +47 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.cjs +232 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.cjs +69 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.cjs +105 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.cjs +124 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.cjs +711 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.cjs +47 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.cjs +964 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.cjs +122 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.cjs +56 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.cjs +56 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.cjs +25 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.cjs +47 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.cjs +24 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.cjs +29 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.cjs +57 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.cjs +50 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.cjs +45 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.cjs +76 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.cjs +122 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.cjs +78 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.cjs +37 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.cjs +60 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.cjs +84 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.cjs +92 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.cjs +95 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.cjs +69 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.cjs +106 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.cjs +113 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.cjs +146 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.cjs +139 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.cjs +167 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.cjs +30 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.cjs +99 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.cjs +32 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.cjs +141 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.cjs +326 -0
- package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.cjs +244 -0
- package/build/cjs/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.cjs +73 -0
- package/build/cjs/package.cjs +78 -62
- package/build/cjs/packages/cli-kit/source/package-manager.cjs +53 -0
- package/build/cjs/packages/cli-kit/source/prompt.cjs +18 -0
- package/build/cjs/packages/events/source/abort.cjs +17 -0
- package/build/cjs/shared/package-manager.cjs +6 -620
- package/build/cjs/shared/prompts.cjs +100 -0
- package/build/cjs/shared/tsconfig.cjs +75 -0
- package/build/cjs/shared.cjs +208 -0
- package/build/esm/_virtual/Alias.mjs +3 -0
- package/build/esm/_virtual/Collection.mjs +3 -0
- package/build/esm/_virtual/Document.mjs +3 -0
- package/build/esm/_virtual/Node.mjs +3 -0
- package/build/esm/_virtual/Pair.mjs +3 -0
- package/build/esm/_virtual/Scalar.mjs +3 -0
- package/build/esm/_virtual/Schema.mjs +3 -0
- package/build/esm/_virtual/YAMLMap.mjs +3 -0
- package/build/esm/_virtual/YAMLSeq.mjs +3 -0
- package/build/esm/{_commonjsHelpers.mjs → _virtual/_commonjsHelpers.mjs} +1 -1
- package/build/esm/_virtual/_rollupPluginBabelHelpers.mjs +30 -0
- package/build/esm/_virtual/addPairToJSMap.mjs +3 -0
- package/build/esm/_virtual/anchors.mjs +3 -0
- package/build/esm/_virtual/applyReviver.mjs +3 -0
- package/build/esm/_virtual/array.mjs +3 -0
- package/build/esm/_virtual/async.mjs +3 -0
- package/build/esm/_virtual/async2.mjs +3 -0
- package/build/esm/_virtual/async3.mjs +3 -0
- package/build/esm/_virtual/async4.mjs +3 -0
- package/build/esm/_virtual/async5.mjs +3 -0
- package/build/esm/_virtual/binary.mjs +3 -0
- package/build/esm/_virtual/bool.mjs +3 -0
- package/build/esm/_virtual/bool2.mjs +3 -0
- package/build/esm/_virtual/common.mjs +3 -0
- package/build/esm/_virtual/common2.mjs +3 -0
- package/build/esm/_virtual/compose-collection.mjs +3 -0
- package/build/esm/_virtual/compose-doc.mjs +3 -0
- package/build/esm/_virtual/compose-node.mjs +3 -0
- package/build/esm/_virtual/compose-scalar.mjs +3 -0
- package/build/esm/_virtual/composer.mjs +3 -0
- package/build/esm/_virtual/constants.mjs +3 -0
- package/build/esm/_virtual/createNode.mjs +3 -0
- package/build/esm/_virtual/cst-scalar.mjs +3 -0
- package/build/esm/_virtual/cst-stringify.mjs +3 -0
- package/build/esm/_virtual/cst-visit.mjs +3 -0
- package/build/esm/_virtual/cst.mjs +3 -0
- package/build/esm/_virtual/deep.mjs +3 -0
- package/build/esm/_virtual/directives.mjs +3 -0
- package/build/esm/_virtual/entry.mjs +3 -0
- package/build/esm/_virtual/entry2.mjs +3 -0
- package/build/esm/_virtual/errno.mjs +3 -0
- package/build/esm/_virtual/error.mjs +3 -0
- package/build/esm/_virtual/errors.mjs +3 -0
- package/build/esm/_virtual/float.mjs +3 -0
- package/build/esm/_virtual/float2.mjs +3 -0
- package/build/esm/_virtual/foldFlowLines.mjs +3 -0
- package/build/esm/_virtual/fs.mjs +3 -0
- package/build/esm/_virtual/fs2.mjs +3 -0
- package/build/esm/_virtual/fs3.mjs +3 -0
- package/build/esm/_virtual/fs4.mjs +3 -0
- package/build/esm/_virtual/index.mjs +3 -0
- package/build/esm/_virtual/index10.mjs +3 -0
- package/build/esm/_virtual/index11.mjs +3 -0
- package/build/esm/_virtual/index2.mjs +3 -0
- package/build/esm/_virtual/index3.mjs +3 -0
- package/build/esm/_virtual/index4.mjs +3 -0
- package/build/esm/_virtual/index5.mjs +3 -0
- package/build/esm/_virtual/index6.mjs +3 -0
- package/build/esm/_virtual/index7.mjs +3 -0
- package/build/esm/_virtual/index8.mjs +3 -0
- package/build/esm/_virtual/index9.mjs +3 -0
- package/build/esm/_virtual/int.mjs +3 -0
- package/build/esm/_virtual/int2.mjs +3 -0
- package/build/esm/_virtual/lexer.mjs +3 -0
- package/build/esm/_virtual/line-counter.mjs +3 -0
- package/build/esm/_virtual/log.mjs +3 -0
- package/build/esm/_virtual/map.mjs +3 -0
- package/build/esm/_virtual/matcher.mjs +3 -0
- package/build/esm/_virtual/null.mjs +3 -0
- package/build/esm/_virtual/omap.mjs +3 -0
- package/build/esm/_virtual/pairs.mjs +3 -0
- package/build/esm/_virtual/parser-babel.mjs +3 -0
- package/build/esm/_virtual/parser-typescript.mjs +3 -0
- package/build/esm/_virtual/parser-yaml.mjs +3 -0
- package/build/esm/_virtual/parser.mjs +3 -0
- package/build/esm/_virtual/partial.mjs +3 -0
- package/build/esm/_virtual/path.mjs +3 -0
- package/build/esm/_virtual/pattern.mjs +3 -0
- package/build/esm/_virtual/patterns.mjs +3 -0
- package/build/esm/_virtual/prompts.mjs +3 -0
- package/build/esm/_virtual/prompts2.mjs +3 -0
- package/build/esm/_virtual/provider.mjs +3 -0
- package/build/esm/_virtual/public-api.mjs +3 -0
- package/build/esm/_virtual/queue.mjs +3 -0
- package/build/esm/_virtual/reader.mjs +3 -0
- package/build/esm/_virtual/reader2.mjs +3 -0
- package/build/esm/_virtual/resolve-block-map.mjs +3 -0
- package/build/esm/_virtual/resolve-block-scalar.mjs +3 -0
- package/build/esm/_virtual/resolve-block-seq.mjs +3 -0
- package/build/esm/_virtual/resolve-end.mjs +3 -0
- package/build/esm/_virtual/resolve-flow-collection.mjs +3 -0
- package/build/esm/_virtual/resolve-flow-scalar.mjs +3 -0
- package/build/esm/_virtual/resolve-props.mjs +3 -0
- package/build/esm/_virtual/schema2.mjs +3 -0
- package/build/esm/_virtual/schema3.mjs +3 -0
- package/build/esm/_virtual/schema4.mjs +3 -0
- package/build/esm/_virtual/seq.mjs +3 -0
- package/build/esm/_virtual/set.mjs +3 -0
- package/build/esm/_virtual/settings.mjs +3 -0
- package/build/esm/_virtual/settings2.mjs +3 -0
- package/build/esm/_virtual/settings3.mjs +3 -0
- package/build/esm/_virtual/settings4.mjs +3 -0
- package/build/esm/_virtual/standalone.mjs +3 -0
- package/build/esm/_virtual/stream.mjs +3 -0
- package/build/esm/_virtual/stream2.mjs +3 -0
- package/build/esm/_virtual/stream3.mjs +3 -0
- package/build/esm/_virtual/stream4.mjs +3 -0
- package/build/esm/_virtual/string.mjs +3 -0
- package/build/esm/_virtual/string2.mjs +3 -0
- package/build/esm/_virtual/stringify.mjs +3 -0
- package/build/esm/_virtual/stringifyCollection.mjs +3 -0
- package/build/esm/_virtual/stringifyComment.mjs +3 -0
- package/build/esm/_virtual/stringifyDocument.mjs +3 -0
- package/build/esm/_virtual/stringifyNumber.mjs +3 -0
- package/build/esm/_virtual/stringifyPair.mjs +3 -0
- package/build/esm/_virtual/stringifyString.mjs +3 -0
- package/build/esm/_virtual/sync.mjs +3 -0
- package/build/esm/_virtual/sync2.mjs +3 -0
- package/build/esm/_virtual/sync3.mjs +3 -0
- package/build/esm/_virtual/sync4.mjs +3 -0
- package/build/esm/_virtual/sync5.mjs +3 -0
- package/build/esm/_virtual/sync6.mjs +3 -0
- package/build/esm/_virtual/tags.mjs +3 -0
- package/build/esm/_virtual/tasks.mjs +3 -0
- package/build/esm/_virtual/timestamp.mjs +3 -0
- package/build/esm/_virtual/toJS.mjs +3 -0
- package/build/esm/_virtual/util-contains-newline.mjs +3 -0
- package/build/esm/_virtual/util-empty-scalar-position.mjs +3 -0
- package/build/esm/_virtual/util-flow-indent-check.mjs +3 -0
- package/build/esm/_virtual/util-map-includes.mjs +3 -0
- package/build/esm/_virtual/utils.mjs +3 -0
- package/build/esm/_virtual/utils2.mjs +3 -0
- package/build/esm/_virtual/visit.mjs +3 -0
- package/build/esm/app.mjs +23 -8
- package/build/esm/cli.mjs +97 -0
- package/build/esm/help.mjs +110 -0
- package/build/esm/index.mjs +3 -7274
- package/build/esm/module.mjs +23 -8
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.mjs +23 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.mjs +19 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.mjs +34 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.mjs +115 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.mjs +15 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.mjs +64 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.mjs +30 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.mjs +21 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.mjs +9 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.mjs +21 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.mjs +34 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.mjs +38 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.mjs +25 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.mjs +19 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.mjs +44 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.mjs +33 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.mjs +38 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.mjs +17 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.mjs +107 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.mjs +33 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.mjs +14 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.mjs +66 -0
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.mjs +30 -0
- package/build/esm/{index2.mjs → node_modules/.pnpm/arg@5.0.1/node_modules/arg/index.mjs} +1 -1
- package/build/esm/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.mjs +199 -0
- package/build/esm/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.mjs +63 -0
- package/build/esm/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.mjs +206 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.mjs +175 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.mjs +61 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.mjs +57 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.mjs +118 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.mjs +333 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.mjs +34 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.mjs +116 -0
- package/build/esm/node_modules/.pnpm/colorette@2.0.16/node_modules/colorette/index.mjs +219 -0
- package/build/esm/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs +222 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.mjs +164 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.mjs +6 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.mjs +6 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.mjs +6 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.mjs +8 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.mjs +44 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineLists/inlineLists.mjs +6 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.mjs +5 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.mjs +6 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.mjs +6 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.mjs +6 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.mjs +6 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.mjs +5 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.mjs +19 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.mjs +18 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.mjs +18 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.mjs +8 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.mjs +16 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndent/stripIndent.mjs +7 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.mjs +33 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.mjs +5 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.mjs +29 -0
- package/build/esm/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.mjs +82 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/index.mjs +84 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/patterns.mjs +23 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/tasks.mjs +84 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/async.mjs +33 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/deep.mjs +67 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/entry.mjs +63 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/error.mjs +18 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/matcher.mjs +53 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/partial.mjs +41 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/provider.mjs +58 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/stream.mjs +37 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/sync.mjs +28 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/transformers/entry.mjs +29 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/reader.mjs +39 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/stream.mjs +63 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/sync.mjs +50 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/settings.mjs +62 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/array.mjs +24 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/errno.mjs +9 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/fs.mjs +21 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/index.mjs +33 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/path.mjs +36 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/pattern.mjs +174 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/stream.mjs +20 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/string.mjs +13 -0
- package/build/esm/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.mjs +287 -0
- package/build/esm/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.mjs +252 -0
- package/build/esm/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.mjs +106 -0
- package/build/esm/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.mjs +46 -0
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.mjs +94 -0
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.mjs +222 -0
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.mjs +19 -0
- package/build/esm/node_modules/.pnpm/ignore@5.2.0/node_modules/ignore/index.mjs +605 -0
- package/build/esm/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.mjs +22 -0
- package/build/esm/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.mjs +154 -0
- package/build/esm/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.mjs +18 -0
- package/build/esm/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.mjs +113 -0
- package/build/esm/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.mjs +73 -0
- package/build/esm/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.mjs +147 -0
- package/build/esm/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.mjs +474 -0
- package/build/esm/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.mjs +6 -0
- package/build/esm/{minimatch.mjs → node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.mjs} +3 -290
- package/build/esm/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.mjs +70 -0
- package/build/esm/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.mjs +50 -0
- package/build/esm/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.mjs +47 -0
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.mjs +7 -0
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.mjs +181 -0
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.mjs +1095 -0
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.mjs +349 -0
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.mjs +395 -0
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.mjs +70 -0
- package/build/esm/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.mjs +14 -0
- package/build/esm/{parser-babel.mjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-babel.mjs} +5 -26
- package/build/esm/{parser-typescript.mjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-typescript.mjs} +5 -26
- package/build/esm/{parser-yaml.mjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-yaml.mjs} +5 -26
- package/build/esm/{standalone.mjs → node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/standalone.mjs} +5 -26
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.mjs +48 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.mjs +46 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.mjs +41 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.mjs +32 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.mjs +36 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.mjs +39 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.mjs +40 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.mjs +42 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.mjs +40 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.mjs +40 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.mjs +299 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.mjs +215 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.mjs +107 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.mjs +265 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.mjs +32 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.mjs +303 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.mjs +264 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.mjs +97 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.mjs +204 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.mjs +259 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.mjs +138 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.mjs +165 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.mjs +235 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.mjs +47 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.mjs +54 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.mjs +30 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.mjs +41 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.mjs +30 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.mjs +25 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.mjs +16 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.mjs +63 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.mjs +25 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.mjs +19 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.mjs +42 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.mjs +53 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.mjs +41 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.mjs +32 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.mjs +35 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.mjs +39 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.mjs +39 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.mjs +44 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.mjs +39 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.mjs +39 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.mjs +278 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.mjs +208 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.mjs +104 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.mjs +224 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.mjs +32 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.mjs +285 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.mjs +228 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.mjs +83 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.mjs +189 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.mjs +223 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.mjs +133 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.mjs +109 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.mjs +219 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.mjs +48 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.mjs +34 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.mjs +30 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.mjs +42 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.mjs +30 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.mjs +26 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.mjs +20 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.mjs +52 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.mjs +36 -0
- package/build/esm/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.mjs +14 -0
- package/build/esm/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.mjs +33 -0
- package/build/esm/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.mjs +56 -0
- package/build/esm/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.mjs +67 -0
- package/build/esm/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.mjs +12 -0
- package/build/esm/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.mjs +290 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.mjs +72 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.mjs +51 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.mjs +104 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.mjs +91 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.mjs +234 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.mjs +122 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.mjs +199 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.mjs +54 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.mjs +40 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.mjs +219 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.mjs +230 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.mjs +137 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.mjs +37 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.mjs +30 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.mjs +20 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.mjs +22 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.mjs +359 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.mjs +82 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.mjs +57 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.mjs +94 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.mjs +176 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.mjs +63 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.mjs +85 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.mjs +18 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.mjs +103 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.mjs +156 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.mjs +67 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.mjs +48 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.mjs +31 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.mjs +132 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.mjs +110 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.mjs +117 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.mjs +42 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.mjs +227 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.mjs +64 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.mjs +100 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.mjs +119 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.mjs +706 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.mjs +42 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.mjs +959 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.mjs +117 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.mjs +51 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.mjs +51 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.mjs +20 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.mjs +42 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.mjs +19 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.mjs +24 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.mjs +52 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.mjs +45 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.mjs +40 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.mjs +71 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.mjs +117 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.mjs +73 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.mjs +32 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.mjs +55 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.mjs +79 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.mjs +87 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.mjs +90 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.mjs +64 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.mjs +101 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.mjs +108 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.mjs +141 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.mjs +134 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.mjs +162 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.mjs +25 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.mjs +94 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.mjs +27 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.mjs +136 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.mjs +321 -0
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.mjs +239 -0
- package/build/esm/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.mjs +69 -0
- package/build/esm/package.mjs +24 -8
- package/build/esm/packages/cli-kit/source/package-manager.mjs +50 -0
- package/build/esm/packages/cli-kit/source/prompt.mjs +16 -0
- package/build/esm/packages/events/source/abort.mjs +15 -0
- package/build/esm/shared/package-manager.mjs +4 -581
- package/build/esm/shared/prompts.mjs +75 -0
- package/build/esm/shared/tsconfig.mjs +73 -0
- package/build/esm/shared.mjs +177 -0
- package/build/esnext/_virtual/Alias.esnext +3 -0
- package/build/esnext/_virtual/Collection.esnext +3 -0
- package/build/esnext/_virtual/Document.esnext +3 -0
- package/build/esnext/_virtual/Node.esnext +3 -0
- package/build/esnext/_virtual/Pair.esnext +3 -0
- package/build/esnext/_virtual/Scalar.esnext +3 -0
- package/build/esnext/_virtual/Schema.esnext +3 -0
- package/build/esnext/_virtual/YAMLMap.esnext +3 -0
- package/build/esnext/_virtual/YAMLSeq.esnext +3 -0
- package/build/esnext/_virtual/_commonjsHelpers.esnext +7 -0
- package/build/esnext/_virtual/addPairToJSMap.esnext +3 -0
- package/build/esnext/_virtual/anchors.esnext +3 -0
- package/build/esnext/_virtual/applyReviver.esnext +3 -0
- package/build/esnext/_virtual/array.esnext +3 -0
- package/build/esnext/_virtual/async.esnext +3 -0
- package/build/esnext/_virtual/async2.esnext +3 -0
- package/build/esnext/_virtual/async3.esnext +3 -0
- package/build/esnext/_virtual/async4.esnext +3 -0
- package/build/esnext/_virtual/async5.esnext +3 -0
- package/build/esnext/_virtual/binary.esnext +3 -0
- package/build/esnext/_virtual/bool.esnext +3 -0
- package/build/esnext/_virtual/bool2.esnext +3 -0
- package/build/esnext/_virtual/common.esnext +3 -0
- package/build/esnext/_virtual/common2.esnext +3 -0
- package/build/esnext/_virtual/compose-collection.esnext +3 -0
- package/build/esnext/_virtual/compose-doc.esnext +3 -0
- package/build/esnext/_virtual/compose-node.esnext +3 -0
- package/build/esnext/_virtual/compose-scalar.esnext +3 -0
- package/build/esnext/_virtual/composer.esnext +3 -0
- package/build/esnext/_virtual/constants.esnext +3 -0
- package/build/esnext/_virtual/createNode.esnext +3 -0
- package/build/esnext/_virtual/cst-scalar.esnext +3 -0
- package/build/esnext/_virtual/cst-stringify.esnext +3 -0
- package/build/esnext/_virtual/cst-visit.esnext +3 -0
- package/build/esnext/_virtual/cst.esnext +3 -0
- package/build/esnext/_virtual/deep.esnext +3 -0
- package/build/esnext/_virtual/directives.esnext +3 -0
- package/build/esnext/_virtual/entry.esnext +3 -0
- package/build/esnext/_virtual/entry2.esnext +3 -0
- package/build/esnext/_virtual/errno.esnext +3 -0
- package/build/esnext/_virtual/error.esnext +3 -0
- package/build/esnext/_virtual/errors.esnext +3 -0
- package/build/esnext/_virtual/float.esnext +3 -0
- package/build/esnext/_virtual/float2.esnext +3 -0
- package/build/esnext/_virtual/foldFlowLines.esnext +3 -0
- package/build/esnext/_virtual/fs.esnext +3 -0
- package/build/esnext/_virtual/fs2.esnext +3 -0
- package/build/esnext/_virtual/fs3.esnext +3 -0
- package/build/esnext/_virtual/fs4.esnext +3 -0
- package/build/esnext/_virtual/index.esnext +3 -0
- package/build/esnext/_virtual/index10.esnext +3 -0
- package/build/esnext/_virtual/index11.esnext +3 -0
- package/build/esnext/_virtual/index2.esnext +3 -0
- package/build/esnext/_virtual/index3.esnext +3 -0
- package/build/esnext/_virtual/index4.esnext +3 -0
- package/build/esnext/_virtual/index5.esnext +3 -0
- package/build/esnext/_virtual/index6.esnext +3 -0
- package/build/esnext/_virtual/index7.esnext +3 -0
- package/build/esnext/_virtual/index8.esnext +3 -0
- package/build/esnext/_virtual/index9.esnext +3 -0
- package/build/esnext/_virtual/int.esnext +3 -0
- package/build/esnext/_virtual/int2.esnext +3 -0
- package/build/esnext/_virtual/lexer.esnext +3 -0
- package/build/esnext/_virtual/line-counter.esnext +3 -0
- package/build/esnext/_virtual/log.esnext +3 -0
- package/build/esnext/_virtual/map.esnext +3 -0
- package/build/esnext/_virtual/matcher.esnext +3 -0
- package/build/esnext/_virtual/null.esnext +3 -0
- package/build/esnext/_virtual/omap.esnext +3 -0
- package/build/esnext/_virtual/pairs.esnext +3 -0
- package/build/esnext/_virtual/parser-babel.esnext +3 -0
- package/build/esnext/_virtual/parser-typescript.esnext +3 -0
- package/build/esnext/_virtual/parser-yaml.esnext +3 -0
- package/build/esnext/_virtual/parser.esnext +3 -0
- package/build/esnext/_virtual/partial.esnext +3 -0
- package/build/esnext/_virtual/path.esnext +3 -0
- package/build/esnext/_virtual/pattern.esnext +3 -0
- package/build/esnext/_virtual/patterns.esnext +3 -0
- package/build/esnext/_virtual/prompts.esnext +3 -0
- package/build/esnext/_virtual/prompts2.esnext +3 -0
- package/build/esnext/_virtual/provider.esnext +3 -0
- package/build/esnext/_virtual/public-api.esnext +3 -0
- package/build/esnext/_virtual/queue.esnext +3 -0
- package/build/esnext/_virtual/reader.esnext +3 -0
- package/build/esnext/_virtual/reader2.esnext +3 -0
- package/build/esnext/_virtual/resolve-block-map.esnext +3 -0
- package/build/esnext/_virtual/resolve-block-scalar.esnext +3 -0
- package/build/esnext/_virtual/resolve-block-seq.esnext +3 -0
- package/build/esnext/_virtual/resolve-end.esnext +3 -0
- package/build/esnext/_virtual/resolve-flow-collection.esnext +3 -0
- package/build/esnext/_virtual/resolve-flow-scalar.esnext +3 -0
- package/build/esnext/_virtual/resolve-props.esnext +3 -0
- package/build/esnext/_virtual/schema2.esnext +3 -0
- package/build/esnext/_virtual/schema3.esnext +3 -0
- package/build/esnext/_virtual/schema4.esnext +3 -0
- package/build/esnext/_virtual/seq.esnext +3 -0
- package/build/esnext/_virtual/set.esnext +3 -0
- package/build/esnext/_virtual/settings.esnext +3 -0
- package/build/esnext/_virtual/settings2.esnext +3 -0
- package/build/esnext/_virtual/settings3.esnext +3 -0
- package/build/esnext/_virtual/settings4.esnext +3 -0
- package/build/esnext/_virtual/standalone.esnext +3 -0
- package/build/esnext/_virtual/stream.esnext +3 -0
- package/build/esnext/_virtual/stream2.esnext +3 -0
- package/build/esnext/_virtual/stream3.esnext +3 -0
- package/build/esnext/_virtual/stream4.esnext +3 -0
- package/build/esnext/_virtual/string.esnext +3 -0
- package/build/esnext/_virtual/string2.esnext +3 -0
- package/build/esnext/_virtual/stringify.esnext +3 -0
- package/build/esnext/_virtual/stringifyCollection.esnext +3 -0
- package/build/esnext/_virtual/stringifyComment.esnext +3 -0
- package/build/esnext/_virtual/stringifyDocument.esnext +3 -0
- package/build/esnext/_virtual/stringifyNumber.esnext +3 -0
- package/build/esnext/_virtual/stringifyPair.esnext +3 -0
- package/build/esnext/_virtual/stringifyString.esnext +3 -0
- package/build/esnext/_virtual/sync.esnext +3 -0
- package/build/esnext/_virtual/sync2.esnext +3 -0
- package/build/esnext/_virtual/sync3.esnext +3 -0
- package/build/esnext/_virtual/sync4.esnext +3 -0
- package/build/esnext/_virtual/sync5.esnext +3 -0
- package/build/esnext/_virtual/sync6.esnext +3 -0
- package/build/esnext/_virtual/tags.esnext +3 -0
- package/build/esnext/_virtual/tasks.esnext +3 -0
- package/build/esnext/_virtual/timestamp.esnext +3 -0
- package/build/esnext/_virtual/toJS.esnext +3 -0
- package/build/esnext/_virtual/util-contains-newline.esnext +3 -0
- package/build/esnext/_virtual/util-empty-scalar-position.esnext +3 -0
- package/build/esnext/_virtual/util-flow-indent-check.esnext +3 -0
- package/build/esnext/_virtual/util-map-includes.esnext +3 -0
- package/build/esnext/_virtual/utils.esnext +3 -0
- package/build/esnext/_virtual/utils2.esnext +3 -0
- package/build/esnext/_virtual/visit.esnext +3 -0
- package/build/esnext/app.esnext +297 -0
- package/build/esnext/help.esnext +110 -0
- package/build/esnext/index.esnext +3 -0
- package/build/esnext/module.esnext +311 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.esnext +23 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.esnext +19 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.esnext +34 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.esnext +115 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.esnext +15 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.esnext +64 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.esnext +30 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.esnext +21 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.esnext +9 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.esnext +21 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.esnext +34 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.esnext +38 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.esnext +25 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.esnext +19 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.esnext +44 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.esnext +33 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.esnext +38 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.esnext +17 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.esnext +107 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.esnext +33 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.esnext +14 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.esnext +66 -0
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.esnext +30 -0
- package/build/{cjs/index2.cjs → esnext/node_modules/.pnpm/arg@5.0.1/node_modules/arg/index.esnext} +1 -3
- package/build/esnext/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.esnext +199 -0
- package/build/esnext/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.esnext +63 -0
- package/build/esnext/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.esnext +206 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.esnext +175 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.esnext +61 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.esnext +57 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.esnext +118 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.esnext +333 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.esnext +34 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.esnext +116 -0
- package/build/esnext/node_modules/.pnpm/colorette@2.0.16/node_modules/colorette/index.esnext +219 -0
- package/build/esnext/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.esnext +222 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.esnext +164 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.esnext +6 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.esnext +6 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.esnext +6 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.esnext +8 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.esnext +44 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineLists/inlineLists.esnext +6 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.esnext +5 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.esnext +6 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.esnext +6 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.esnext +6 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.esnext +6 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.esnext +5 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.esnext +19 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.esnext +18 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.esnext +18 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.esnext +8 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.esnext +16 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndent/stripIndent.esnext +7 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.esnext +33 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.esnext +5 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.esnext +29 -0
- package/build/esnext/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.esnext +82 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/index.esnext +84 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/patterns.esnext +23 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/managers/tasks.esnext +84 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/async.esnext +33 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/deep.esnext +67 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/entry.esnext +63 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/filters/error.esnext +18 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/matcher.esnext +53 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/matchers/partial.esnext +41 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/provider.esnext +58 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/stream.esnext +37 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/sync.esnext +28 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/providers/transformers/entry.esnext +29 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/reader.esnext +39 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/stream.esnext +63 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/readers/sync.esnext +50 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/settings.esnext +62 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/array.esnext +24 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/errno.esnext +9 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/fs.esnext +21 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/index.esnext +33 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/path.esnext +36 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/pattern.esnext +174 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/stream.esnext +20 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.11/node_modules/fast-glob/out/utils/string.esnext +13 -0
- package/build/esnext/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.esnext +287 -0
- package/build/esnext/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.esnext +252 -0
- package/build/esnext/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.esnext +106 -0
- package/build/esnext/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.esnext +46 -0
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.esnext +94 -0
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.esnext +222 -0
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.esnext +19 -0
- package/build/esnext/node_modules/.pnpm/ignore@5.2.0/node_modules/ignore/index.esnext +605 -0
- package/build/esnext/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.esnext +22 -0
- package/build/esnext/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.esnext +154 -0
- package/build/esnext/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.esnext +18 -0
- package/build/esnext/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.esnext +113 -0
- package/build/esnext/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.esnext +73 -0
- package/build/esnext/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.esnext +147 -0
- package/build/esnext/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.esnext +474 -0
- package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.esnext +6 -0
- package/build/{cjs/minimatch.cjs → esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.esnext} +3 -292
- package/build/esnext/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.esnext +70 -0
- package/build/esnext/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.esnext +50 -0
- package/build/esnext/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.esnext +47 -0
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.esnext +7 -0
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.esnext +181 -0
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.esnext +1095 -0
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.esnext +349 -0
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.esnext +395 -0
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.esnext +70 -0
- package/build/esnext/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.esnext +14 -0
- package/build/esnext/node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-babel.esnext +36 -0
- package/build/esnext/node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-typescript.esnext +289 -0
- package/build/esnext/node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/parser-yaml.esnext +159 -0
- package/build/esnext/node_modules/.pnpm/prettier@2.6.2/node_modules/prettier/standalone.esnext +124 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.esnext +48 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.esnext +46 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.esnext +41 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.esnext +32 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.esnext +36 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.esnext +39 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.esnext +40 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.esnext +42 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.esnext +40 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.esnext +40 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.esnext +299 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.esnext +215 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.esnext +107 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.esnext +265 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.esnext +32 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.esnext +303 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.esnext +264 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.esnext +97 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.esnext +204 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.esnext +259 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.esnext +138 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.esnext +165 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.esnext +235 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.esnext +47 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.esnext +54 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.esnext +30 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.esnext +41 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.esnext +30 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.esnext +25 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.esnext +16 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.esnext +63 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.esnext +25 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.esnext +19 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.esnext +42 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.esnext +53 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.esnext +41 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.esnext +32 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.esnext +35 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.esnext +39 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.esnext +39 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.esnext +44 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.esnext +39 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.esnext +39 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.esnext +278 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.esnext +208 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.esnext +104 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.esnext +224 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.esnext +32 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.esnext +285 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.esnext +228 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.esnext +83 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.esnext +189 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.esnext +223 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.esnext +133 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.esnext +109 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.esnext +219 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.esnext +48 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.esnext +34 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.esnext +30 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.esnext +42 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.esnext +30 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.esnext +26 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.esnext +20 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.esnext +52 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.esnext +36 -0
- package/build/esnext/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.esnext +14 -0
- package/build/esnext/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.esnext +33 -0
- package/build/esnext/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.esnext +56 -0
- package/build/esnext/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.esnext +67 -0
- package/build/esnext/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.esnext +12 -0
- package/build/esnext/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.esnext +290 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.esnext +72 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.esnext +51 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.esnext +104 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.esnext +91 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.esnext +234 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.esnext +122 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.esnext +199 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.esnext +54 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.esnext +40 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.esnext +219 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.esnext +230 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.esnext +137 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.esnext +37 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.esnext +30 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.esnext +20 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.esnext +22 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.esnext +359 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.esnext +82 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.esnext +57 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.esnext +94 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.esnext +176 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.esnext +63 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.esnext +85 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.esnext +18 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.esnext +103 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.esnext +156 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.esnext +67 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.esnext +48 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.esnext +31 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.esnext +132 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.esnext +110 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.esnext +117 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.esnext +42 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.esnext +227 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.esnext +64 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.esnext +100 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.esnext +119 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.esnext +706 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.esnext +42 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.esnext +959 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.esnext +117 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.esnext +51 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.esnext +51 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.esnext +20 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.esnext +42 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.esnext +19 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.esnext +24 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.esnext +52 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.esnext +45 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.esnext +40 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.esnext +71 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.esnext +117 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.esnext +73 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.esnext +32 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.esnext +55 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.esnext +79 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.esnext +87 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.esnext +90 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.esnext +64 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.esnext +101 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.esnext +108 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.esnext +141 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.esnext +134 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.esnext +162 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.esnext +25 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.esnext +94 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.esnext +27 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.esnext +136 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.esnext +321 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.esnext +239 -0
- package/build/esnext/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.esnext +69 -0
- package/build/esnext/package.esnext +467 -0
- package/build/esnext/packages/cli-kit/source/package-manager.esnext +50 -0
- package/build/esnext/packages/cli-kit/source/prompt.esnext +16 -0
- package/build/esnext/packages/events/source/abort.esnext +13 -0
- package/build/esnext/shared/package-manager.esnext +52 -0
- package/build/esnext/shared/prompts.esnext +75 -0
- package/build/esnext/shared/tsconfig.esnext +73 -0
- package/build/esnext/shared.esnext +177 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/typescript/cli.d.ts +2 -0
- package/build/typescript/cli.d.ts.map +1 -0
- package/build/typescript/index.d.ts +3 -1
- package/build/typescript/index.d.ts.map +1 -1
- package/package.json +11 -1
- package/quilt.project.ts +1 -1
- package/source/index.ts +3 -1
- package/templates/app-basic/package.json +7 -3
- package/templates/app-empty/browser.tsx +7 -0
- package/templates/app-empty/package.json +8 -3
- package/templates/app-empty/quilt.project.ts +10 -1
- package/templates/app-empty/server.tsx +19 -0
- package/templates/app-graphql/package.json +11 -7
- package/templates/app-single-file/package.json +6 -3
- package/build/cjs/index3.cjs +0 -368
- package/build/cjs/index4.cjs +0 -7854
- package/build/cjs/index5.cjs +0 -7633
- package/build/esm/index3.mjs +0 -365
- package/build/esm/index4.mjs +0 -7852
- package/build/esm/index5.mjs +0 -7624
- package/build/typescript/create.d.ts +0 -2
- package/build/typescript/create.d.ts.map +0 -1
- /package/build/cjs/{_commonjsHelpers.cjs → _virtual/_commonjsHelpers.cjs} +0 -0
- /package/source/{create.ts → cli.ts} +0 -0
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var index = require('../../../../../_virtual/index3.cjs');
|
|
6
|
+
var require$$0 = require('node:tty');
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(index.__exports, '__esModule', { value: true });
|
|
9
|
+
|
|
10
|
+
var tty = require$$0;
|
|
11
|
+
|
|
12
|
+
function _interopNamespace$1(e) {
|
|
13
|
+
if (e && e.__esModule) return e;
|
|
14
|
+
var n = Object.create(null);
|
|
15
|
+
if (e) {
|
|
16
|
+
Object.keys(e).forEach(function (k) {
|
|
17
|
+
if (k !== 'default') {
|
|
18
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
19
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return e[k]; }
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
n["default"] = e;
|
|
27
|
+
return Object.freeze(n);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
var tty__namespace = /*#__PURE__*/_interopNamespace$1(tty);
|
|
31
|
+
|
|
32
|
+
const {
|
|
33
|
+
env = {},
|
|
34
|
+
argv = [],
|
|
35
|
+
platform = "",
|
|
36
|
+
} = typeof process === "undefined" ? {} : process;
|
|
37
|
+
|
|
38
|
+
const isDisabled = "NO_COLOR" in env || argv.includes("--no-color");
|
|
39
|
+
const isForced = "FORCE_COLOR" in env || argv.includes("--color");
|
|
40
|
+
const isWindows = platform === "win32";
|
|
41
|
+
const isDumbTerminal = env.TERM === "dumb";
|
|
42
|
+
|
|
43
|
+
const isCompatibleTerminal =
|
|
44
|
+
tty__namespace && tty__namespace.isatty && tty__namespace.isatty(1) && env.TERM && !isDumbTerminal;
|
|
45
|
+
|
|
46
|
+
const isCI =
|
|
47
|
+
"CI" in env &&
|
|
48
|
+
("GITHUB_ACTIONS" in env || "GITLAB_CI" in env || "CIRCLECI" in env);
|
|
49
|
+
|
|
50
|
+
const isColorSupported =
|
|
51
|
+
!isDisabled &&
|
|
52
|
+
(isForced || (isWindows && !isDumbTerminal) || isCompatibleTerminal || isCI);
|
|
53
|
+
|
|
54
|
+
const replaceClose = (
|
|
55
|
+
index,
|
|
56
|
+
string,
|
|
57
|
+
close,
|
|
58
|
+
replace,
|
|
59
|
+
head = string.substring(0, index) + replace,
|
|
60
|
+
tail = string.substring(index + close.length),
|
|
61
|
+
next = tail.indexOf(close)
|
|
62
|
+
) => head + (next < 0 ? tail : replaceClose(next, tail, close, replace));
|
|
63
|
+
|
|
64
|
+
const clearBleed = (index, string, open, close, replace) =>
|
|
65
|
+
index < 0
|
|
66
|
+
? open + string + close
|
|
67
|
+
: open + replaceClose(index, string, close, replace) + close;
|
|
68
|
+
|
|
69
|
+
const filterEmpty =
|
|
70
|
+
(open, close, replace = open, at = open.length + 1) =>
|
|
71
|
+
(string) =>
|
|
72
|
+
string || !(string === "" || string === undefined)
|
|
73
|
+
? clearBleed(
|
|
74
|
+
("" + string).indexOf(close, at),
|
|
75
|
+
string,
|
|
76
|
+
open,
|
|
77
|
+
close,
|
|
78
|
+
replace
|
|
79
|
+
)
|
|
80
|
+
: "";
|
|
81
|
+
|
|
82
|
+
const init = (open, close, replace) =>
|
|
83
|
+
filterEmpty(`\x1b[${open}m`, `\x1b[${close}m`, replace);
|
|
84
|
+
|
|
85
|
+
const colors = {
|
|
86
|
+
reset: init(0, 0),
|
|
87
|
+
bold: init(1, 22, "\x1b[22m\x1b[1m"),
|
|
88
|
+
dim: init(2, 22, "\x1b[22m\x1b[2m"),
|
|
89
|
+
italic: init(3, 23),
|
|
90
|
+
underline: init(4, 24),
|
|
91
|
+
inverse: init(7, 27),
|
|
92
|
+
hidden: init(8, 28),
|
|
93
|
+
strikethrough: init(9, 29),
|
|
94
|
+
black: init(30, 39),
|
|
95
|
+
red: init(31, 39),
|
|
96
|
+
green: init(32, 39),
|
|
97
|
+
yellow: init(33, 39),
|
|
98
|
+
blue: init(34, 39),
|
|
99
|
+
magenta: init(35, 39),
|
|
100
|
+
cyan: init(36, 39),
|
|
101
|
+
white: init(37, 39),
|
|
102
|
+
gray: init(90, 39),
|
|
103
|
+
bgBlack: init(40, 49),
|
|
104
|
+
bgRed: init(41, 49),
|
|
105
|
+
bgGreen: init(42, 49),
|
|
106
|
+
bgYellow: init(43, 49),
|
|
107
|
+
bgBlue: init(44, 49),
|
|
108
|
+
bgMagenta: init(45, 49),
|
|
109
|
+
bgCyan: init(46, 49),
|
|
110
|
+
bgWhite: init(47, 49),
|
|
111
|
+
blackBright: init(90, 39),
|
|
112
|
+
redBright: init(91, 39),
|
|
113
|
+
greenBright: init(92, 39),
|
|
114
|
+
yellowBright: init(93, 39),
|
|
115
|
+
blueBright: init(94, 39),
|
|
116
|
+
magentaBright: init(95, 39),
|
|
117
|
+
cyanBright: init(96, 39),
|
|
118
|
+
whiteBright: init(97, 39),
|
|
119
|
+
bgBlackBright: init(100, 49),
|
|
120
|
+
bgRedBright: init(101, 49),
|
|
121
|
+
bgGreenBright: init(102, 49),
|
|
122
|
+
bgYellowBright: init(103, 49),
|
|
123
|
+
bgBlueBright: init(104, 49),
|
|
124
|
+
bgMagentaBright: init(105, 49),
|
|
125
|
+
bgCyanBright: init(106, 49),
|
|
126
|
+
bgWhiteBright: init(107, 49),
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
const createColors = ({ useColor = isColorSupported } = {}) =>
|
|
130
|
+
useColor
|
|
131
|
+
? colors
|
|
132
|
+
: Object.keys(colors).reduce(
|
|
133
|
+
(colors, key) => ({ ...colors, [key]: String }),
|
|
134
|
+
{}
|
|
135
|
+
);
|
|
136
|
+
|
|
137
|
+
const {
|
|
138
|
+
reset,
|
|
139
|
+
bold,
|
|
140
|
+
dim,
|
|
141
|
+
italic,
|
|
142
|
+
underline,
|
|
143
|
+
inverse,
|
|
144
|
+
hidden,
|
|
145
|
+
strikethrough,
|
|
146
|
+
black,
|
|
147
|
+
red,
|
|
148
|
+
green,
|
|
149
|
+
yellow,
|
|
150
|
+
blue,
|
|
151
|
+
magenta,
|
|
152
|
+
cyan,
|
|
153
|
+
white,
|
|
154
|
+
gray,
|
|
155
|
+
bgBlack,
|
|
156
|
+
bgRed,
|
|
157
|
+
bgGreen,
|
|
158
|
+
bgYellow,
|
|
159
|
+
bgBlue,
|
|
160
|
+
bgMagenta,
|
|
161
|
+
bgCyan,
|
|
162
|
+
bgWhite,
|
|
163
|
+
blackBright,
|
|
164
|
+
redBright,
|
|
165
|
+
greenBright,
|
|
166
|
+
yellowBright,
|
|
167
|
+
blueBright,
|
|
168
|
+
magentaBright,
|
|
169
|
+
cyanBright,
|
|
170
|
+
whiteBright,
|
|
171
|
+
bgBlackBright,
|
|
172
|
+
bgRedBright,
|
|
173
|
+
bgGreenBright,
|
|
174
|
+
bgYellowBright,
|
|
175
|
+
bgBlueBright,
|
|
176
|
+
bgMagentaBright,
|
|
177
|
+
bgCyanBright,
|
|
178
|
+
bgWhiteBright,
|
|
179
|
+
} = createColors();
|
|
180
|
+
|
|
181
|
+
index.__exports.bgBlack = bgBlack;
|
|
182
|
+
index.__exports.bgBlackBright = bgBlackBright;
|
|
183
|
+
index.__exports.bgBlue = bgBlue;
|
|
184
|
+
index.__exports.bgBlueBright = bgBlueBright;
|
|
185
|
+
index.__exports.bgCyan = bgCyan;
|
|
186
|
+
index.__exports.bgCyanBright = bgCyanBright;
|
|
187
|
+
index.__exports.bgGreen = bgGreen;
|
|
188
|
+
index.__exports.bgGreenBright = bgGreenBright;
|
|
189
|
+
index.__exports.bgMagenta = bgMagenta;
|
|
190
|
+
index.__exports.bgMagentaBright = bgMagentaBright;
|
|
191
|
+
index.__exports.bgRed = bgRed;
|
|
192
|
+
index.__exports.bgRedBright = bgRedBright;
|
|
193
|
+
index.__exports.bgWhite = bgWhite;
|
|
194
|
+
index.__exports.bgWhiteBright = bgWhiteBright;
|
|
195
|
+
index.__exports.bgYellow = bgYellow;
|
|
196
|
+
index.__exports.bgYellowBright = bgYellowBright;
|
|
197
|
+
index.__exports.black = black;
|
|
198
|
+
index.__exports.blackBright = blackBright;
|
|
199
|
+
index.__exports.blue = blue;
|
|
200
|
+
index.__exports.blueBright = blueBright;
|
|
201
|
+
var bold_1 = index.__exports.bold = bold;
|
|
202
|
+
index.__exports.createColors = createColors;
|
|
203
|
+
var cyan_1 = index.__exports.cyan = cyan;
|
|
204
|
+
index.__exports.cyanBright = cyanBright;
|
|
205
|
+
var dim_1 = index.__exports.dim = dim;
|
|
206
|
+
index.__exports.gray = gray;
|
|
207
|
+
var green_1 = index.__exports.green = green;
|
|
208
|
+
index.__exports.greenBright = greenBright;
|
|
209
|
+
index.__exports.hidden = hidden;
|
|
210
|
+
index.__exports.inverse = inverse;
|
|
211
|
+
index.__exports.isColorSupported = isColorSupported;
|
|
212
|
+
index.__exports.italic = italic;
|
|
213
|
+
var magenta_1 = index.__exports.magenta = magenta;
|
|
214
|
+
index.__exports.magentaBright = magentaBright;
|
|
215
|
+
index.__exports.red = red;
|
|
216
|
+
index.__exports.redBright = redBright;
|
|
217
|
+
index.__exports.reset = reset;
|
|
218
|
+
index.__exports.strikethrough = strikethrough;
|
|
219
|
+
var underline_1 = index.__exports.underline = underline;
|
|
220
|
+
index.__exports.white = white;
|
|
221
|
+
index.__exports.whiteBright = whiteBright;
|
|
222
|
+
index.__exports.yellow = yellow;
|
|
223
|
+
index.__exports.yellowBright = yellowBright;
|
|
224
|
+
|
|
225
|
+
exports["default"] = index.__exports;
|
|
226
|
+
exports.bold = bold_1;
|
|
227
|
+
exports.cyan = cyan_1;
|
|
228
|
+
exports.dim = dim_1;
|
|
229
|
+
exports.green = green_1;
|
|
230
|
+
exports.magenta = magenta_1;
|
|
231
|
+
exports.underline = underline_1;
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
|
6
|
+
|
|
7
|
+
var _templateObject = _taggedTemplateLiteral(['', ''], ['', '']);
|
|
8
|
+
|
|
9
|
+
function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
10
|
+
|
|
11
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @class TemplateTag
|
|
15
|
+
* @classdesc Consumes a pipeline of composable transformer plugins and produces a template tag.
|
|
16
|
+
*/
|
|
17
|
+
var TemplateTag = function () {
|
|
18
|
+
/**
|
|
19
|
+
* constructs a template tag
|
|
20
|
+
* @constructs TemplateTag
|
|
21
|
+
* @param {...Object} [...transformers] - an array or arguments list of transformers
|
|
22
|
+
* @return {Function} - a template tag
|
|
23
|
+
*/
|
|
24
|
+
function TemplateTag() {
|
|
25
|
+
var _this = this;
|
|
26
|
+
|
|
27
|
+
for (var _len = arguments.length, transformers = Array(_len), _key = 0; _key < _len; _key++) {
|
|
28
|
+
transformers[_key] = arguments[_key];
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
_classCallCheck(this, TemplateTag);
|
|
32
|
+
|
|
33
|
+
this.tag = function (strings) {
|
|
34
|
+
for (var _len2 = arguments.length, expressions = Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
35
|
+
expressions[_key2 - 1] = arguments[_key2];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
if (typeof strings === 'function') {
|
|
39
|
+
// if the first argument passed is a function, assume it is a template tag and return
|
|
40
|
+
// an intermediary tag that processes the template using the aforementioned tag, passing the
|
|
41
|
+
// result to our tag
|
|
42
|
+
return _this.interimTag.bind(_this, strings);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
if (typeof strings === 'string') {
|
|
46
|
+
// if the first argument passed is a string, just transform it
|
|
47
|
+
return _this.transformEndResult(strings);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// else, return a transformed end result of processing the template with our tag
|
|
51
|
+
strings = strings.map(_this.transformString.bind(_this));
|
|
52
|
+
return _this.transformEndResult(strings.reduce(_this.processSubstitutions.bind(_this, expressions)));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
// if first argument is an array, extrude it as a list of transformers
|
|
56
|
+
if (transformers.length > 0 && Array.isArray(transformers[0])) {
|
|
57
|
+
transformers = transformers[0];
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// if any transformers are functions, this means they are not initiated - automatically initiate them
|
|
61
|
+
this.transformers = transformers.map(function (transformer) {
|
|
62
|
+
return typeof transformer === 'function' ? transformer() : transformer;
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
// return an ES2015 template tag
|
|
66
|
+
return this.tag;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Applies all transformers to a template literal tagged with this method.
|
|
71
|
+
* If a function is passed as the first argument, assumes the function is a template tag
|
|
72
|
+
* and applies it to the template, returning a template tag.
|
|
73
|
+
* @param {(Function|String|Array<String>)} strings - Either a template tag or an array containing template strings separated by identifier
|
|
74
|
+
* @param {...*} ...expressions - Optional list of substitution values.
|
|
75
|
+
* @return {(String|Function)} - Either an intermediary tag function or the results of processing the template.
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
_createClass(TemplateTag, [{
|
|
80
|
+
key: 'interimTag',
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* An intermediary template tag that receives a template tag and passes the result of calling the template with the received
|
|
85
|
+
* template tag to our own template tag.
|
|
86
|
+
* @param {Function} nextTag - the received template tag
|
|
87
|
+
* @param {Array<String>} template - the template to process
|
|
88
|
+
* @param {...*} ...substitutions - `substitutions` is an array of all substitutions in the template
|
|
89
|
+
* @return {*} - the final processed value
|
|
90
|
+
*/
|
|
91
|
+
value: function interimTag(previousTag, template) {
|
|
92
|
+
for (var _len3 = arguments.length, substitutions = Array(_len3 > 2 ? _len3 - 2 : 0), _key3 = 2; _key3 < _len3; _key3++) {
|
|
93
|
+
substitutions[_key3 - 2] = arguments[_key3];
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
return this.tag(_templateObject, previousTag.apply(undefined, [template].concat(substitutions)));
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Performs bulk processing on the tagged template, transforming each substitution and then
|
|
101
|
+
* concatenating the resulting values into a string.
|
|
102
|
+
* @param {Array<*>} substitutions - an array of all remaining substitutions present in this template
|
|
103
|
+
* @param {String} resultSoFar - this iteration's result string so far
|
|
104
|
+
* @param {String} remainingPart - the template chunk after the current substitution
|
|
105
|
+
* @return {String} - the result of joining this iteration's processed substitution with the result
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
}, {
|
|
109
|
+
key: 'processSubstitutions',
|
|
110
|
+
value: function processSubstitutions(substitutions, resultSoFar, remainingPart) {
|
|
111
|
+
var substitution = this.transformSubstitution(substitutions.shift(), resultSoFar);
|
|
112
|
+
return ''.concat(resultSoFar, substitution, remainingPart);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Iterate through each transformer, applying the transformer's `onString` method to the template
|
|
117
|
+
* strings before all substitutions are processed.
|
|
118
|
+
* @param {String} str - The input string
|
|
119
|
+
* @return {String} - The final results of processing each transformer
|
|
120
|
+
*/
|
|
121
|
+
|
|
122
|
+
}, {
|
|
123
|
+
key: 'transformString',
|
|
124
|
+
value: function transformString(str) {
|
|
125
|
+
var cb = function cb(res, transform) {
|
|
126
|
+
return transform.onString ? transform.onString(res) : res;
|
|
127
|
+
};
|
|
128
|
+
return this.transformers.reduce(cb, str);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* When a substitution is encountered, iterates through each transformer and applies the transformer's
|
|
133
|
+
* `onSubstitution` method to the substitution.
|
|
134
|
+
* @param {*} substitution - The current substitution
|
|
135
|
+
* @param {String} resultSoFar - The result up to and excluding this substitution.
|
|
136
|
+
* @return {*} - The final result of applying all substitution transformations.
|
|
137
|
+
*/
|
|
138
|
+
|
|
139
|
+
}, {
|
|
140
|
+
key: 'transformSubstitution',
|
|
141
|
+
value: function transformSubstitution(substitution, resultSoFar) {
|
|
142
|
+
var cb = function cb(res, transform) {
|
|
143
|
+
return transform.onSubstitution ? transform.onSubstitution(res, resultSoFar) : res;
|
|
144
|
+
};
|
|
145
|
+
return this.transformers.reduce(cb, substitution);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Iterates through each transformer, applying the transformer's `onEndResult` method to the
|
|
150
|
+
* template literal after all substitutions have finished processing.
|
|
151
|
+
* @param {String} endResult - The processed template, just before it is returned from the tag
|
|
152
|
+
* @return {String} - The final results of processing each transformer
|
|
153
|
+
*/
|
|
154
|
+
|
|
155
|
+
}, {
|
|
156
|
+
key: 'transformEndResult',
|
|
157
|
+
value: function transformEndResult(endResult) {
|
|
158
|
+
var cb = function cb(res, transform) {
|
|
159
|
+
return transform.onEndResult ? transform.onEndResult(res) : res;
|
|
160
|
+
};
|
|
161
|
+
return this.transformers.reduce(cb, endResult);
|
|
162
|
+
}
|
|
163
|
+
}]);
|
|
164
|
+
|
|
165
|
+
return TemplateTag;
|
|
166
|
+
}();
|
|
167
|
+
|
|
168
|
+
exports["default"] = TemplateTag;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var stripIndentTransformer = require('../stripIndentTransformer/stripIndentTransformer.cjs');
|
|
5
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
6
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
7
|
+
|
|
8
|
+
new TemplateTag["default"](inlineArrayTransformer["default"]({ separator: ',' }), stripIndentTransformer["default"], trimResultTransformer["default"]);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var stripIndentTransformer = require('../stripIndentTransformer/stripIndentTransformer.cjs');
|
|
5
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
6
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
7
|
+
|
|
8
|
+
new TemplateTag["default"](inlineArrayTransformer["default"]({ separator: ',', conjunction: 'and' }), stripIndentTransformer["default"], trimResultTransformer["default"]);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var stripIndentTransformer = require('../stripIndentTransformer/stripIndentTransformer.cjs');
|
|
5
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
6
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
7
|
+
|
|
8
|
+
new TemplateTag["default"](inlineArrayTransformer["default"]({ separator: ',', conjunction: 'or' }), stripIndentTransformer["default"], trimResultTransformer["default"]);
|
package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.cjs
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var stripIndentTransformer = require('../stripIndentTransformer/stripIndentTransformer.cjs');
|
|
5
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
6
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
7
|
+
var splitStringTransformer = require('../splitStringTransformer/splitStringTransformer.cjs');
|
|
8
|
+
var removeNonPrintingValuesTransformer = require('../removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs');
|
|
9
|
+
|
|
10
|
+
new TemplateTag["default"](splitStringTransformer["default"]('\n'), removeNonPrintingValuesTransformer["default"], inlineArrayTransformer["default"], stripIndentTransformer["default"], trimResultTransformer["default"]);
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var defaults = {
|
|
6
|
+
separator: '',
|
|
7
|
+
conjunction: '',
|
|
8
|
+
serial: false
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Converts an array substitution to a string containing a list
|
|
13
|
+
* @param {String} [opts.separator = ''] - the character that separates each item
|
|
14
|
+
* @param {String} [opts.conjunction = ''] - replace the last separator with this
|
|
15
|
+
* @param {Boolean} [opts.serial = false] - include the separator before the conjunction? (Oxford comma use-case)
|
|
16
|
+
*
|
|
17
|
+
* @return {Object} - a TemplateTag transformer
|
|
18
|
+
*/
|
|
19
|
+
var inlineArrayTransformer = function inlineArrayTransformer() {
|
|
20
|
+
var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : defaults;
|
|
21
|
+
return {
|
|
22
|
+
onSubstitution: function onSubstitution(substitution, resultSoFar) {
|
|
23
|
+
// only operate on arrays
|
|
24
|
+
if (Array.isArray(substitution)) {
|
|
25
|
+
var arrayLength = substitution.length;
|
|
26
|
+
var separator = opts.separator;
|
|
27
|
+
var conjunction = opts.conjunction;
|
|
28
|
+
var serial = opts.serial;
|
|
29
|
+
// join each item in the array into a string where each item is separated by separator
|
|
30
|
+
// be sure to maintain indentation
|
|
31
|
+
var indent = resultSoFar.match(/(\n?[^\S\n]+)$/);
|
|
32
|
+
if (indent) {
|
|
33
|
+
substitution = substitution.join(separator + indent[1]);
|
|
34
|
+
} else {
|
|
35
|
+
substitution = substitution.join(separator + ' ');
|
|
36
|
+
}
|
|
37
|
+
// if conjunction is set, replace the last separator with conjunction, but only if there is more than one substitution
|
|
38
|
+
if (conjunction && arrayLength > 1) {
|
|
39
|
+
var separatorIndex = substitution.lastIndexOf(separator);
|
|
40
|
+
substitution = substitution.slice(0, separatorIndex) + (serial ? separator : '') + ' ' + conjunction + substitution.slice(separatorIndex + 1);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
return substitution;
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
exports["default"] = inlineArrayTransformer;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var stripIndentTransformer = require('../stripIndentTransformer/stripIndentTransformer.cjs');
|
|
5
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
6
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
7
|
+
|
|
8
|
+
new TemplateTag["default"](inlineArrayTransformer["default"], stripIndentTransformer["default"], trimResultTransformer["default"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
5
|
+
var replaceResultTransformer = require('../replaceResultTransformer/replaceResultTransformer.cjs');
|
|
6
|
+
|
|
7
|
+
new TemplateTag["default"](replaceResultTransformer["default"](/(?:\n(?:\s*))+/g, ' '), trimResultTransformer["default"]);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
5
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
6
|
+
var replaceResultTransformer = require('../replaceResultTransformer/replaceResultTransformer.cjs');
|
|
7
|
+
|
|
8
|
+
new TemplateTag["default"](inlineArrayTransformer["default"]({ separator: ',' }), replaceResultTransformer["default"](/(?:\s+)/g, ' '), trimResultTransformer["default"]);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
5
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
6
|
+
var replaceResultTransformer = require('../replaceResultTransformer/replaceResultTransformer.cjs');
|
|
7
|
+
|
|
8
|
+
new TemplateTag["default"](inlineArrayTransformer["default"]({ separator: ',', conjunction: 'and' }), replaceResultTransformer["default"](/(?:\s+)/g, ' '), trimResultTransformer["default"]);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
5
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
6
|
+
var replaceResultTransformer = require('../replaceResultTransformer/replaceResultTransformer.cjs');
|
|
7
|
+
|
|
8
|
+
new TemplateTag["default"](inlineArrayTransformer["default"]({ separator: ',', conjunction: 'or' }), replaceResultTransformer["default"](/(?:\s+)/g, ' '), trimResultTransformer["default"]);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
5
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
6
|
+
var replaceResultTransformer = require('../replaceResultTransformer/replaceResultTransformer.cjs');
|
|
7
|
+
|
|
8
|
+
new TemplateTag["default"](inlineArrayTransformer["default"], replaceResultTransformer["default"](/(?:\s+)/g, ' '), trimResultTransformer["default"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
5
|
+
var replaceResultTransformer = require('../replaceResultTransformer/replaceResultTransformer.cjs');
|
|
6
|
+
|
|
7
|
+
new TemplateTag["default"](replaceResultTransformer["default"](/(?:\n\s*)/g, ''), trimResultTransformer["default"]);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var isValidValue = function isValidValue(x) {
|
|
6
|
+
return x != null && !Number.isNaN(x) && typeof x !== 'boolean';
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
var removeNonPrintingValuesTransformer = function removeNonPrintingValuesTransformer() {
|
|
10
|
+
return {
|
|
11
|
+
onSubstitution: function onSubstitution(substitution) {
|
|
12
|
+
if (Array.isArray(substitution)) {
|
|
13
|
+
return substitution.filter(isValidValue);
|
|
14
|
+
}
|
|
15
|
+
if (isValidValue(substitution)) {
|
|
16
|
+
return substitution;
|
|
17
|
+
}
|
|
18
|
+
return '';
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
exports["default"] = removeNonPrintingValuesTransformer;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Replaces tabs, newlines and spaces with the chosen value when they occur in sequences
|
|
7
|
+
* @param {(String|RegExp)} replaceWhat - the value or pattern that should be replaced
|
|
8
|
+
* @param {*} replaceWith - the replacement value
|
|
9
|
+
* @return {Object} - a TemplateTag transformer
|
|
10
|
+
*/
|
|
11
|
+
var replaceResultTransformer = function replaceResultTransformer(replaceWhat, replaceWith) {
|
|
12
|
+
return {
|
|
13
|
+
onEndResult: function onEndResult(endResult) {
|
|
14
|
+
if (replaceWhat == null || replaceWith == null) {
|
|
15
|
+
throw new Error('replaceResultTransformer requires at least 2 arguments.');
|
|
16
|
+
}
|
|
17
|
+
return endResult.replace(replaceWhat, replaceWith);
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
exports["default"] = replaceResultTransformer;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var replaceSubstitutionTransformer = function replaceSubstitutionTransformer(replaceWhat, replaceWith) {
|
|
6
|
+
return {
|
|
7
|
+
onSubstitution: function onSubstitution(substitution, resultSoFar) {
|
|
8
|
+
if (replaceWhat == null || replaceWith == null) {
|
|
9
|
+
throw new Error('replaceSubstitutionTransformer requires at least 2 arguments.');
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// Do not touch if null or undefined
|
|
13
|
+
if (substitution == null) {
|
|
14
|
+
return substitution;
|
|
15
|
+
} else {
|
|
16
|
+
return substitution.toString().replace(replaceWhat, replaceWith);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
exports["default"] = replaceSubstitutionTransformer;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var TemplateTag = require('../TemplateTag/TemplateTag.cjs');
|
|
4
|
+
var stripIndentTransformer = require('../stripIndentTransformer/stripIndentTransformer.cjs');
|
|
5
|
+
var inlineArrayTransformer = require('../inlineArrayTransformer/inlineArrayTransformer.cjs');
|
|
6
|
+
var trimResultTransformer = require('../trimResultTransformer/trimResultTransformer.cjs');
|
|
7
|
+
var splitStringTransformer = require('../splitStringTransformer/splitStringTransformer.cjs');
|
|
8
|
+
var replaceSubstitutionTransformer = require('../replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs');
|
|
9
|
+
|
|
10
|
+
new TemplateTag["default"](splitStringTransformer["default"]('\n'), inlineArrayTransformer["default"], stripIndentTransformer["default"], trimResultTransformer["default"], replaceSubstitutionTransformer["default"](/&/g, '&'), replaceSubstitutionTransformer["default"](/</g, '<'), replaceSubstitutionTransformer["default"](/>/g, '>'), replaceSubstitutionTransformer["default"](/"/g, '"'), replaceSubstitutionTransformer["default"](/'/g, '''), replaceSubstitutionTransformer["default"](/`/g, '`'));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var splitStringTransformer = function splitStringTransformer(splitBy) {
|
|
6
|
+
return {
|
|
7
|
+
onSubstitution: function onSubstitution(substitution, resultSoFar) {
|
|
8
|
+
if (splitBy != null && typeof splitBy === 'string') {
|
|
9
|
+
if (typeof substitution === 'string' && substitution.includes(splitBy)) {
|
|
10
|
+
substitution = substitution.split(splitBy);
|
|
11
|
+
}
|
|
12
|
+
} else {
|
|
13
|
+
throw new Error('You need to specify a string character to split by.');
|
|
14
|
+
}
|
|
15
|
+
return substitution;
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
exports["default"] = splitStringTransformer;
|