@quilted/create 0.1.56 → 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 +6 -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/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,706 @@
|
|
|
1
|
+
import { __exports as lexer } from '../../../../../../../_virtual/lexer.mjs';
|
|
2
|
+
export { __exports as default } from '../../../../../../../_virtual/lexer.mjs';
|
|
3
|
+
import './cst.mjs';
|
|
4
|
+
import { __exports as cst$1 } from '../../../../../../../_virtual/cst.mjs';
|
|
5
|
+
|
|
6
|
+
var cst = cst$1;
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
START -> stream
|
|
10
|
+
|
|
11
|
+
stream
|
|
12
|
+
directive -> line-end -> stream
|
|
13
|
+
indent + line-end -> stream
|
|
14
|
+
[else] -> line-start
|
|
15
|
+
|
|
16
|
+
line-end
|
|
17
|
+
comment -> line-end
|
|
18
|
+
newline -> .
|
|
19
|
+
input-end -> END
|
|
20
|
+
|
|
21
|
+
line-start
|
|
22
|
+
doc-start -> doc
|
|
23
|
+
doc-end -> stream
|
|
24
|
+
[else] -> indent -> block-start
|
|
25
|
+
|
|
26
|
+
block-start
|
|
27
|
+
seq-item-start -> block-start
|
|
28
|
+
explicit-key-start -> block-start
|
|
29
|
+
map-value-start -> block-start
|
|
30
|
+
[else] -> doc
|
|
31
|
+
|
|
32
|
+
doc
|
|
33
|
+
line-end -> line-start
|
|
34
|
+
spaces -> doc
|
|
35
|
+
anchor -> doc
|
|
36
|
+
tag -> doc
|
|
37
|
+
flow-start -> flow -> doc
|
|
38
|
+
flow-end -> error -> doc
|
|
39
|
+
seq-item-start -> error -> doc
|
|
40
|
+
explicit-key-start -> error -> doc
|
|
41
|
+
map-value-start -> doc
|
|
42
|
+
alias -> doc
|
|
43
|
+
quote-start -> quoted-scalar -> doc
|
|
44
|
+
block-scalar-header -> line-end -> block-scalar(min) -> line-start
|
|
45
|
+
[else] -> plain-scalar(false, min) -> doc
|
|
46
|
+
|
|
47
|
+
flow
|
|
48
|
+
line-end -> flow
|
|
49
|
+
spaces -> flow
|
|
50
|
+
anchor -> flow
|
|
51
|
+
tag -> flow
|
|
52
|
+
flow-start -> flow -> flow
|
|
53
|
+
flow-end -> .
|
|
54
|
+
seq-item-start -> error -> flow
|
|
55
|
+
explicit-key-start -> flow
|
|
56
|
+
map-value-start -> flow
|
|
57
|
+
alias -> flow
|
|
58
|
+
quote-start -> quoted-scalar -> flow
|
|
59
|
+
comma -> flow
|
|
60
|
+
[else] -> plain-scalar(true, 0) -> flow
|
|
61
|
+
|
|
62
|
+
quoted-scalar
|
|
63
|
+
quote-end -> .
|
|
64
|
+
[else] -> quoted-scalar
|
|
65
|
+
|
|
66
|
+
block-scalar(min)
|
|
67
|
+
newline + peek(indent < min) -> .
|
|
68
|
+
[else] -> block-scalar(min)
|
|
69
|
+
|
|
70
|
+
plain-scalar(is-flow, min)
|
|
71
|
+
scalar-end(is-flow) -> .
|
|
72
|
+
peek(newline + (indent < min)) -> .
|
|
73
|
+
[else] -> plain-scalar(min)
|
|
74
|
+
*/
|
|
75
|
+
function isEmpty(ch) {
|
|
76
|
+
switch (ch) {
|
|
77
|
+
case undefined:
|
|
78
|
+
case ' ':
|
|
79
|
+
case '\n':
|
|
80
|
+
case '\r':
|
|
81
|
+
case '\t':
|
|
82
|
+
return true;
|
|
83
|
+
default:
|
|
84
|
+
return false;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
const hexDigits = '0123456789ABCDEFabcdef'.split('');
|
|
88
|
+
const tagChars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()".split('');
|
|
89
|
+
const invalidFlowScalarChars = ',[]{}'.split('');
|
|
90
|
+
const invalidAnchorChars = ' ,[]{}\n\r\t'.split('');
|
|
91
|
+
const isNotAnchorChar = (ch) => !ch || invalidAnchorChars.includes(ch);
|
|
92
|
+
/**
|
|
93
|
+
* Splits an input string into lexical tokens, i.e. smaller strings that are
|
|
94
|
+
* easily identifiable by `tokens.tokenType()`.
|
|
95
|
+
*
|
|
96
|
+
* Lexing starts always in a "stream" context. Incomplete input may be buffered
|
|
97
|
+
* until a complete token can be emitted.
|
|
98
|
+
*
|
|
99
|
+
* In addition to slices of the original input, the following control characters
|
|
100
|
+
* may also be emitted:
|
|
101
|
+
*
|
|
102
|
+
* - `\x02` (Start of Text): A document starts with the next token
|
|
103
|
+
* - `\x18` (Cancel): Unexpected end of flow-mode (indicates an error)
|
|
104
|
+
* - `\x1f` (Unit Separator): Next token is a scalar value
|
|
105
|
+
* - `\u{FEFF}` (Byte order mark): Emitted separately outside documents
|
|
106
|
+
*/
|
|
107
|
+
class Lexer {
|
|
108
|
+
constructor() {
|
|
109
|
+
/**
|
|
110
|
+
* Flag indicating whether the end of the current buffer marks the end of
|
|
111
|
+
* all input
|
|
112
|
+
*/
|
|
113
|
+
this.atEnd = false;
|
|
114
|
+
/**
|
|
115
|
+
* Explicit indent set in block scalar header, as an offset from the current
|
|
116
|
+
* minimum indent, so e.g. set to 1 from a header `|2+`. Set to -1 if not
|
|
117
|
+
* explicitly set.
|
|
118
|
+
*/
|
|
119
|
+
this.blockScalarIndent = -1;
|
|
120
|
+
/**
|
|
121
|
+
* Block scalars that include a + (keep) chomping indicator in their header
|
|
122
|
+
* include trailing empty lines, which are otherwise excluded from the
|
|
123
|
+
* scalar's contents.
|
|
124
|
+
*/
|
|
125
|
+
this.blockScalarKeep = false;
|
|
126
|
+
/** Current input */
|
|
127
|
+
this.buffer = '';
|
|
128
|
+
/**
|
|
129
|
+
* Flag noting whether the map value indicator : can immediately follow this
|
|
130
|
+
* node within a flow context.
|
|
131
|
+
*/
|
|
132
|
+
this.flowKey = false;
|
|
133
|
+
/** Count of surrounding flow collection levels. */
|
|
134
|
+
this.flowLevel = 0;
|
|
135
|
+
/**
|
|
136
|
+
* Minimum level of indentation required for next lines to be parsed as a
|
|
137
|
+
* part of the current scalar value.
|
|
138
|
+
*/
|
|
139
|
+
this.indentNext = 0;
|
|
140
|
+
/** Indentation level of the current line. */
|
|
141
|
+
this.indentValue = 0;
|
|
142
|
+
/** Position of the next \n character. */
|
|
143
|
+
this.lineEndPos = null;
|
|
144
|
+
/** Stores the state of the lexer if reaching the end of incpomplete input */
|
|
145
|
+
this.next = null;
|
|
146
|
+
/** A pointer to `buffer`; the current position of the lexer. */
|
|
147
|
+
this.pos = 0;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Generate YAML tokens from the `source` string. If `incomplete`,
|
|
151
|
+
* a part of the last line may be left as a buffer for the next call.
|
|
152
|
+
*
|
|
153
|
+
* @returns A generator of lexical tokens
|
|
154
|
+
*/
|
|
155
|
+
*lex(source, incomplete = false) {
|
|
156
|
+
if (source) {
|
|
157
|
+
this.buffer = this.buffer ? this.buffer + source : source;
|
|
158
|
+
this.lineEndPos = null;
|
|
159
|
+
}
|
|
160
|
+
this.atEnd = !incomplete;
|
|
161
|
+
let next = this.next ?? 'stream';
|
|
162
|
+
while (next && (incomplete || this.hasChars(1)))
|
|
163
|
+
next = yield* this.parseNext(next);
|
|
164
|
+
}
|
|
165
|
+
atLineEnd() {
|
|
166
|
+
let i = this.pos;
|
|
167
|
+
let ch = this.buffer[i];
|
|
168
|
+
while (ch === ' ' || ch === '\t')
|
|
169
|
+
ch = this.buffer[++i];
|
|
170
|
+
if (!ch || ch === '#' || ch === '\n')
|
|
171
|
+
return true;
|
|
172
|
+
if (ch === '\r')
|
|
173
|
+
return this.buffer[i + 1] === '\n';
|
|
174
|
+
return false;
|
|
175
|
+
}
|
|
176
|
+
charAt(n) {
|
|
177
|
+
return this.buffer[this.pos + n];
|
|
178
|
+
}
|
|
179
|
+
continueScalar(offset) {
|
|
180
|
+
let ch = this.buffer[offset];
|
|
181
|
+
if (this.indentNext > 0) {
|
|
182
|
+
let indent = 0;
|
|
183
|
+
while (ch === ' ')
|
|
184
|
+
ch = this.buffer[++indent + offset];
|
|
185
|
+
if (ch === '\r') {
|
|
186
|
+
const next = this.buffer[indent + offset + 1];
|
|
187
|
+
if (next === '\n' || (!next && !this.atEnd))
|
|
188
|
+
return offset + indent + 1;
|
|
189
|
+
}
|
|
190
|
+
return ch === '\n' || indent >= this.indentNext || (!ch && !this.atEnd)
|
|
191
|
+
? offset + indent
|
|
192
|
+
: -1;
|
|
193
|
+
}
|
|
194
|
+
if (ch === '-' || ch === '.') {
|
|
195
|
+
const dt = this.buffer.substr(offset, 3);
|
|
196
|
+
if ((dt === '---' || dt === '...') && isEmpty(this.buffer[offset + 3]))
|
|
197
|
+
return -1;
|
|
198
|
+
}
|
|
199
|
+
return offset;
|
|
200
|
+
}
|
|
201
|
+
getLine() {
|
|
202
|
+
let end = this.lineEndPos;
|
|
203
|
+
if (typeof end !== 'number' || (end !== -1 && end < this.pos)) {
|
|
204
|
+
end = this.buffer.indexOf('\n', this.pos);
|
|
205
|
+
this.lineEndPos = end;
|
|
206
|
+
}
|
|
207
|
+
if (end === -1)
|
|
208
|
+
return this.atEnd ? this.buffer.substring(this.pos) : null;
|
|
209
|
+
if (this.buffer[end - 1] === '\r')
|
|
210
|
+
end -= 1;
|
|
211
|
+
return this.buffer.substring(this.pos, end);
|
|
212
|
+
}
|
|
213
|
+
hasChars(n) {
|
|
214
|
+
return this.pos + n <= this.buffer.length;
|
|
215
|
+
}
|
|
216
|
+
setNext(state) {
|
|
217
|
+
this.buffer = this.buffer.substring(this.pos);
|
|
218
|
+
this.pos = 0;
|
|
219
|
+
this.lineEndPos = null;
|
|
220
|
+
this.next = state;
|
|
221
|
+
return null;
|
|
222
|
+
}
|
|
223
|
+
peek(n) {
|
|
224
|
+
return this.buffer.substr(this.pos, n);
|
|
225
|
+
}
|
|
226
|
+
*parseNext(next) {
|
|
227
|
+
switch (next) {
|
|
228
|
+
case 'stream':
|
|
229
|
+
return yield* this.parseStream();
|
|
230
|
+
case 'line-start':
|
|
231
|
+
return yield* this.parseLineStart();
|
|
232
|
+
case 'block-start':
|
|
233
|
+
return yield* this.parseBlockStart();
|
|
234
|
+
case 'doc':
|
|
235
|
+
return yield* this.parseDocument();
|
|
236
|
+
case 'flow':
|
|
237
|
+
return yield* this.parseFlowCollection();
|
|
238
|
+
case 'quoted-scalar':
|
|
239
|
+
return yield* this.parseQuotedScalar();
|
|
240
|
+
case 'block-scalar':
|
|
241
|
+
return yield* this.parseBlockScalar();
|
|
242
|
+
case 'plain-scalar':
|
|
243
|
+
return yield* this.parsePlainScalar();
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
*parseStream() {
|
|
247
|
+
let line = this.getLine();
|
|
248
|
+
if (line === null)
|
|
249
|
+
return this.setNext('stream');
|
|
250
|
+
if (line[0] === cst.BOM) {
|
|
251
|
+
yield* this.pushCount(1);
|
|
252
|
+
line = line.substring(1);
|
|
253
|
+
}
|
|
254
|
+
if (line[0] === '%') {
|
|
255
|
+
let dirEnd = line.length;
|
|
256
|
+
const cs = line.indexOf('#');
|
|
257
|
+
if (cs !== -1) {
|
|
258
|
+
const ch = line[cs - 1];
|
|
259
|
+
if (ch === ' ' || ch === '\t')
|
|
260
|
+
dirEnd = cs - 1;
|
|
261
|
+
}
|
|
262
|
+
while (true) {
|
|
263
|
+
const ch = line[dirEnd - 1];
|
|
264
|
+
if (ch === ' ' || ch === '\t')
|
|
265
|
+
dirEnd -= 1;
|
|
266
|
+
else
|
|
267
|
+
break;
|
|
268
|
+
}
|
|
269
|
+
const n = (yield* this.pushCount(dirEnd)) + (yield* this.pushSpaces(true));
|
|
270
|
+
yield* this.pushCount(line.length - n); // possible comment
|
|
271
|
+
this.pushNewline();
|
|
272
|
+
return 'stream';
|
|
273
|
+
}
|
|
274
|
+
if (this.atLineEnd()) {
|
|
275
|
+
const sp = yield* this.pushSpaces(true);
|
|
276
|
+
yield* this.pushCount(line.length - sp);
|
|
277
|
+
yield* this.pushNewline();
|
|
278
|
+
return 'stream';
|
|
279
|
+
}
|
|
280
|
+
yield cst.DOCUMENT;
|
|
281
|
+
return yield* this.parseLineStart();
|
|
282
|
+
}
|
|
283
|
+
*parseLineStart() {
|
|
284
|
+
const ch = this.charAt(0);
|
|
285
|
+
if (!ch && !this.atEnd)
|
|
286
|
+
return this.setNext('line-start');
|
|
287
|
+
if (ch === '-' || ch === '.') {
|
|
288
|
+
if (!this.atEnd && !this.hasChars(4))
|
|
289
|
+
return this.setNext('line-start');
|
|
290
|
+
const s = this.peek(3);
|
|
291
|
+
if (s === '---' && isEmpty(this.charAt(3))) {
|
|
292
|
+
yield* this.pushCount(3);
|
|
293
|
+
this.indentValue = 0;
|
|
294
|
+
this.indentNext = 0;
|
|
295
|
+
return 'doc';
|
|
296
|
+
}
|
|
297
|
+
else if (s === '...' && isEmpty(this.charAt(3))) {
|
|
298
|
+
yield* this.pushCount(3);
|
|
299
|
+
return 'stream';
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
this.indentValue = yield* this.pushSpaces(false);
|
|
303
|
+
if (this.indentNext > this.indentValue && !isEmpty(this.charAt(1)))
|
|
304
|
+
this.indentNext = this.indentValue;
|
|
305
|
+
return yield* this.parseBlockStart();
|
|
306
|
+
}
|
|
307
|
+
*parseBlockStart() {
|
|
308
|
+
const [ch0, ch1] = this.peek(2);
|
|
309
|
+
if (!ch1 && !this.atEnd)
|
|
310
|
+
return this.setNext('block-start');
|
|
311
|
+
if ((ch0 === '-' || ch0 === '?' || ch0 === ':') && isEmpty(ch1)) {
|
|
312
|
+
const n = (yield* this.pushCount(1)) + (yield* this.pushSpaces(true));
|
|
313
|
+
this.indentNext = this.indentValue + 1;
|
|
314
|
+
this.indentValue += n;
|
|
315
|
+
return yield* this.parseBlockStart();
|
|
316
|
+
}
|
|
317
|
+
return 'doc';
|
|
318
|
+
}
|
|
319
|
+
*parseDocument() {
|
|
320
|
+
yield* this.pushSpaces(true);
|
|
321
|
+
const line = this.getLine();
|
|
322
|
+
if (line === null)
|
|
323
|
+
return this.setNext('doc');
|
|
324
|
+
let n = yield* this.pushIndicators();
|
|
325
|
+
switch (line[n]) {
|
|
326
|
+
case '#':
|
|
327
|
+
yield* this.pushCount(line.length - n);
|
|
328
|
+
// fallthrough
|
|
329
|
+
case undefined:
|
|
330
|
+
yield* this.pushNewline();
|
|
331
|
+
return yield* this.parseLineStart();
|
|
332
|
+
case '{':
|
|
333
|
+
case '[':
|
|
334
|
+
yield* this.pushCount(1);
|
|
335
|
+
this.flowKey = false;
|
|
336
|
+
this.flowLevel = 1;
|
|
337
|
+
return 'flow';
|
|
338
|
+
case '}':
|
|
339
|
+
case ']':
|
|
340
|
+
// this is an error
|
|
341
|
+
yield* this.pushCount(1);
|
|
342
|
+
return 'doc';
|
|
343
|
+
case '*':
|
|
344
|
+
yield* this.pushUntil(isNotAnchorChar);
|
|
345
|
+
return 'doc';
|
|
346
|
+
case '"':
|
|
347
|
+
case "'":
|
|
348
|
+
return yield* this.parseQuotedScalar();
|
|
349
|
+
case '|':
|
|
350
|
+
case '>':
|
|
351
|
+
n += yield* this.parseBlockScalarHeader();
|
|
352
|
+
n += yield* this.pushSpaces(true);
|
|
353
|
+
yield* this.pushCount(line.length - n);
|
|
354
|
+
yield* this.pushNewline();
|
|
355
|
+
return yield* this.parseBlockScalar();
|
|
356
|
+
default:
|
|
357
|
+
return yield* this.parsePlainScalar();
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
*parseFlowCollection() {
|
|
361
|
+
let nl, sp;
|
|
362
|
+
let indent = -1;
|
|
363
|
+
do {
|
|
364
|
+
nl = yield* this.pushNewline();
|
|
365
|
+
if (nl > 0) {
|
|
366
|
+
sp = yield* this.pushSpaces(false);
|
|
367
|
+
this.indentValue = indent = sp;
|
|
368
|
+
}
|
|
369
|
+
else {
|
|
370
|
+
sp = 0;
|
|
371
|
+
}
|
|
372
|
+
sp += yield* this.pushSpaces(true);
|
|
373
|
+
} while (nl + sp > 0);
|
|
374
|
+
const line = this.getLine();
|
|
375
|
+
if (line === null)
|
|
376
|
+
return this.setNext('flow');
|
|
377
|
+
if ((indent !== -1 && indent < this.indentNext && line[0] !== '#') ||
|
|
378
|
+
(indent === 0 &&
|
|
379
|
+
(line.startsWith('---') || line.startsWith('...')) &&
|
|
380
|
+
isEmpty(line[3]))) {
|
|
381
|
+
// Allowing for the terminal ] or } at the same (rather than greater)
|
|
382
|
+
// indent level as the initial [ or { is technically invalid, but
|
|
383
|
+
// failing here would be surprising to users.
|
|
384
|
+
const atFlowEndMarker = indent === this.indentNext - 1 &&
|
|
385
|
+
this.flowLevel === 1 &&
|
|
386
|
+
(line[0] === ']' || line[0] === '}');
|
|
387
|
+
if (!atFlowEndMarker) {
|
|
388
|
+
// this is an error
|
|
389
|
+
this.flowLevel = 0;
|
|
390
|
+
yield cst.FLOW_END;
|
|
391
|
+
return yield* this.parseLineStart();
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
let n = 0;
|
|
395
|
+
while (line[n] === ',') {
|
|
396
|
+
n += yield* this.pushCount(1);
|
|
397
|
+
n += yield* this.pushSpaces(true);
|
|
398
|
+
this.flowKey = false;
|
|
399
|
+
}
|
|
400
|
+
n += yield* this.pushIndicators();
|
|
401
|
+
switch (line[n]) {
|
|
402
|
+
case undefined:
|
|
403
|
+
return 'flow';
|
|
404
|
+
case '#':
|
|
405
|
+
yield* this.pushCount(line.length - n);
|
|
406
|
+
return 'flow';
|
|
407
|
+
case '{':
|
|
408
|
+
case '[':
|
|
409
|
+
yield* this.pushCount(1);
|
|
410
|
+
this.flowKey = false;
|
|
411
|
+
this.flowLevel += 1;
|
|
412
|
+
return 'flow';
|
|
413
|
+
case '}':
|
|
414
|
+
case ']':
|
|
415
|
+
yield* this.pushCount(1);
|
|
416
|
+
this.flowKey = true;
|
|
417
|
+
this.flowLevel -= 1;
|
|
418
|
+
return this.flowLevel ? 'flow' : 'doc';
|
|
419
|
+
case '*':
|
|
420
|
+
yield* this.pushUntil(isNotAnchorChar);
|
|
421
|
+
return 'flow';
|
|
422
|
+
case '"':
|
|
423
|
+
case "'":
|
|
424
|
+
this.flowKey = true;
|
|
425
|
+
return yield* this.parseQuotedScalar();
|
|
426
|
+
case ':': {
|
|
427
|
+
const next = this.charAt(1);
|
|
428
|
+
if (this.flowKey || isEmpty(next) || next === ',') {
|
|
429
|
+
this.flowKey = false;
|
|
430
|
+
yield* this.pushCount(1);
|
|
431
|
+
yield* this.pushSpaces(true);
|
|
432
|
+
return 'flow';
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
// fallthrough
|
|
436
|
+
default:
|
|
437
|
+
this.flowKey = false;
|
|
438
|
+
return yield* this.parsePlainScalar();
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
*parseQuotedScalar() {
|
|
442
|
+
const quote = this.charAt(0);
|
|
443
|
+
let end = this.buffer.indexOf(quote, this.pos + 1);
|
|
444
|
+
if (quote === "'") {
|
|
445
|
+
while (end !== -1 && this.buffer[end + 1] === "'")
|
|
446
|
+
end = this.buffer.indexOf("'", end + 2);
|
|
447
|
+
}
|
|
448
|
+
else {
|
|
449
|
+
// double-quote
|
|
450
|
+
while (end !== -1) {
|
|
451
|
+
let n = 0;
|
|
452
|
+
while (this.buffer[end - 1 - n] === '\\')
|
|
453
|
+
n += 1;
|
|
454
|
+
if (n % 2 === 0)
|
|
455
|
+
break;
|
|
456
|
+
end = this.buffer.indexOf('"', end + 1);
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
// Only looking for newlines within the quotes
|
|
460
|
+
const qb = this.buffer.substring(0, end);
|
|
461
|
+
let nl = qb.indexOf('\n', this.pos);
|
|
462
|
+
if (nl !== -1) {
|
|
463
|
+
while (nl !== -1) {
|
|
464
|
+
const cs = this.continueScalar(nl + 1);
|
|
465
|
+
if (cs === -1)
|
|
466
|
+
break;
|
|
467
|
+
nl = qb.indexOf('\n', cs);
|
|
468
|
+
}
|
|
469
|
+
if (nl !== -1) {
|
|
470
|
+
// this is an error caused by an unexpected unindent
|
|
471
|
+
end = nl - (qb[nl - 1] === '\r' ? 2 : 1);
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
if (end === -1) {
|
|
475
|
+
if (!this.atEnd)
|
|
476
|
+
return this.setNext('quoted-scalar');
|
|
477
|
+
end = this.buffer.length;
|
|
478
|
+
}
|
|
479
|
+
yield* this.pushToIndex(end + 1, false);
|
|
480
|
+
return this.flowLevel ? 'flow' : 'doc';
|
|
481
|
+
}
|
|
482
|
+
*parseBlockScalarHeader() {
|
|
483
|
+
this.blockScalarIndent = -1;
|
|
484
|
+
this.blockScalarKeep = false;
|
|
485
|
+
let i = this.pos;
|
|
486
|
+
while (true) {
|
|
487
|
+
const ch = this.buffer[++i];
|
|
488
|
+
if (ch === '+')
|
|
489
|
+
this.blockScalarKeep = true;
|
|
490
|
+
else if (ch > '0' && ch <= '9')
|
|
491
|
+
this.blockScalarIndent = Number(ch) - 1;
|
|
492
|
+
else if (ch !== '-')
|
|
493
|
+
break;
|
|
494
|
+
}
|
|
495
|
+
return yield* this.pushUntil(ch => isEmpty(ch) || ch === '#');
|
|
496
|
+
}
|
|
497
|
+
*parseBlockScalar() {
|
|
498
|
+
let nl = this.pos - 1; // may be -1 if this.pos === 0
|
|
499
|
+
let indent = 0;
|
|
500
|
+
let ch;
|
|
501
|
+
loop: for (let i = this.pos; (ch = this.buffer[i]); ++i) {
|
|
502
|
+
switch (ch) {
|
|
503
|
+
case ' ':
|
|
504
|
+
indent += 1;
|
|
505
|
+
break;
|
|
506
|
+
case '\n':
|
|
507
|
+
nl = i;
|
|
508
|
+
indent = 0;
|
|
509
|
+
break;
|
|
510
|
+
case '\r': {
|
|
511
|
+
const next = this.buffer[i + 1];
|
|
512
|
+
if (!next && !this.atEnd)
|
|
513
|
+
return this.setNext('block-scalar');
|
|
514
|
+
if (next === '\n')
|
|
515
|
+
break;
|
|
516
|
+
} // fallthrough
|
|
517
|
+
default:
|
|
518
|
+
break loop;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
if (!ch && !this.atEnd)
|
|
522
|
+
return this.setNext('block-scalar');
|
|
523
|
+
if (indent >= this.indentNext) {
|
|
524
|
+
if (this.blockScalarIndent === -1)
|
|
525
|
+
this.indentNext = indent;
|
|
526
|
+
else
|
|
527
|
+
this.indentNext += this.blockScalarIndent;
|
|
528
|
+
do {
|
|
529
|
+
const cs = this.continueScalar(nl + 1);
|
|
530
|
+
if (cs === -1)
|
|
531
|
+
break;
|
|
532
|
+
nl = this.buffer.indexOf('\n', cs);
|
|
533
|
+
} while (nl !== -1);
|
|
534
|
+
if (nl === -1) {
|
|
535
|
+
if (!this.atEnd)
|
|
536
|
+
return this.setNext('block-scalar');
|
|
537
|
+
nl = this.buffer.length;
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
if (!this.blockScalarKeep) {
|
|
541
|
+
do {
|
|
542
|
+
let i = nl - 1;
|
|
543
|
+
let ch = this.buffer[i];
|
|
544
|
+
if (ch === '\r')
|
|
545
|
+
ch = this.buffer[--i];
|
|
546
|
+
const lastChar = i; // Drop the line if last char not more indented
|
|
547
|
+
while (ch === ' ' || ch === '\t')
|
|
548
|
+
ch = this.buffer[--i];
|
|
549
|
+
if (ch === '\n' && i >= this.pos && i + 1 + indent > lastChar)
|
|
550
|
+
nl = i;
|
|
551
|
+
else
|
|
552
|
+
break;
|
|
553
|
+
} while (true);
|
|
554
|
+
}
|
|
555
|
+
yield cst.SCALAR;
|
|
556
|
+
yield* this.pushToIndex(nl + 1, true);
|
|
557
|
+
return yield* this.parseLineStart();
|
|
558
|
+
}
|
|
559
|
+
*parsePlainScalar() {
|
|
560
|
+
const inFlow = this.flowLevel > 0;
|
|
561
|
+
let end = this.pos - 1;
|
|
562
|
+
let i = this.pos - 1;
|
|
563
|
+
let ch;
|
|
564
|
+
while ((ch = this.buffer[++i])) {
|
|
565
|
+
if (ch === ':') {
|
|
566
|
+
const next = this.buffer[i + 1];
|
|
567
|
+
if (isEmpty(next) || (inFlow && next === ','))
|
|
568
|
+
break;
|
|
569
|
+
end = i;
|
|
570
|
+
}
|
|
571
|
+
else if (isEmpty(ch)) {
|
|
572
|
+
let next = this.buffer[i + 1];
|
|
573
|
+
if (ch === '\r') {
|
|
574
|
+
if (next === '\n') {
|
|
575
|
+
i += 1;
|
|
576
|
+
ch = '\n';
|
|
577
|
+
next = this.buffer[i + 1];
|
|
578
|
+
}
|
|
579
|
+
else
|
|
580
|
+
end = i;
|
|
581
|
+
}
|
|
582
|
+
if (next === '#' || (inFlow && invalidFlowScalarChars.includes(next)))
|
|
583
|
+
break;
|
|
584
|
+
if (ch === '\n') {
|
|
585
|
+
const cs = this.continueScalar(i + 1);
|
|
586
|
+
if (cs === -1)
|
|
587
|
+
break;
|
|
588
|
+
i = Math.max(i, cs - 2); // to advance, but still account for ' #'
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
else {
|
|
592
|
+
if (inFlow && invalidFlowScalarChars.includes(ch))
|
|
593
|
+
break;
|
|
594
|
+
end = i;
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
if (!ch && !this.atEnd)
|
|
598
|
+
return this.setNext('plain-scalar');
|
|
599
|
+
yield cst.SCALAR;
|
|
600
|
+
yield* this.pushToIndex(end + 1, true);
|
|
601
|
+
return inFlow ? 'flow' : 'doc';
|
|
602
|
+
}
|
|
603
|
+
*pushCount(n) {
|
|
604
|
+
if (n > 0) {
|
|
605
|
+
yield this.buffer.substr(this.pos, n);
|
|
606
|
+
this.pos += n;
|
|
607
|
+
return n;
|
|
608
|
+
}
|
|
609
|
+
return 0;
|
|
610
|
+
}
|
|
611
|
+
*pushToIndex(i, allowEmpty) {
|
|
612
|
+
const s = this.buffer.slice(this.pos, i);
|
|
613
|
+
if (s) {
|
|
614
|
+
yield s;
|
|
615
|
+
this.pos += s.length;
|
|
616
|
+
return s.length;
|
|
617
|
+
}
|
|
618
|
+
else if (allowEmpty)
|
|
619
|
+
yield '';
|
|
620
|
+
return 0;
|
|
621
|
+
}
|
|
622
|
+
*pushIndicators() {
|
|
623
|
+
switch (this.charAt(0)) {
|
|
624
|
+
case '!':
|
|
625
|
+
return ((yield* this.pushTag()) +
|
|
626
|
+
(yield* this.pushSpaces(true)) +
|
|
627
|
+
(yield* this.pushIndicators()));
|
|
628
|
+
case '&':
|
|
629
|
+
return ((yield* this.pushUntil(isNotAnchorChar)) +
|
|
630
|
+
(yield* this.pushSpaces(true)) +
|
|
631
|
+
(yield* this.pushIndicators()));
|
|
632
|
+
case '-': // this is an error
|
|
633
|
+
case '?': // this is an error outside flow collections
|
|
634
|
+
case ':': {
|
|
635
|
+
const inFlow = this.flowLevel > 0;
|
|
636
|
+
const ch1 = this.charAt(1);
|
|
637
|
+
if (isEmpty(ch1) || (inFlow && invalidFlowScalarChars.includes(ch1))) {
|
|
638
|
+
if (!inFlow)
|
|
639
|
+
this.indentNext = this.indentValue + 1;
|
|
640
|
+
else if (this.flowKey)
|
|
641
|
+
this.flowKey = false;
|
|
642
|
+
return ((yield* this.pushCount(1)) +
|
|
643
|
+
(yield* this.pushSpaces(true)) +
|
|
644
|
+
(yield* this.pushIndicators()));
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
return 0;
|
|
649
|
+
}
|
|
650
|
+
*pushTag() {
|
|
651
|
+
if (this.charAt(1) === '<') {
|
|
652
|
+
let i = this.pos + 2;
|
|
653
|
+
let ch = this.buffer[i];
|
|
654
|
+
while (!isEmpty(ch) && ch !== '>')
|
|
655
|
+
ch = this.buffer[++i];
|
|
656
|
+
return yield* this.pushToIndex(ch === '>' ? i + 1 : i, false);
|
|
657
|
+
}
|
|
658
|
+
else {
|
|
659
|
+
let i = this.pos + 1;
|
|
660
|
+
let ch = this.buffer[i];
|
|
661
|
+
while (ch) {
|
|
662
|
+
if (tagChars.includes(ch))
|
|
663
|
+
ch = this.buffer[++i];
|
|
664
|
+
else if (ch === '%' &&
|
|
665
|
+
hexDigits.includes(this.buffer[i + 1]) &&
|
|
666
|
+
hexDigits.includes(this.buffer[i + 2])) {
|
|
667
|
+
ch = this.buffer[(i += 3)];
|
|
668
|
+
}
|
|
669
|
+
else
|
|
670
|
+
break;
|
|
671
|
+
}
|
|
672
|
+
return yield* this.pushToIndex(i, false);
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
*pushNewline() {
|
|
676
|
+
const ch = this.buffer[this.pos];
|
|
677
|
+
if (ch === '\n')
|
|
678
|
+
return yield* this.pushCount(1);
|
|
679
|
+
else if (ch === '\r' && this.charAt(1) === '\n')
|
|
680
|
+
return yield* this.pushCount(2);
|
|
681
|
+
else
|
|
682
|
+
return 0;
|
|
683
|
+
}
|
|
684
|
+
*pushSpaces(allowTabs) {
|
|
685
|
+
let i = this.pos - 1;
|
|
686
|
+
let ch;
|
|
687
|
+
do {
|
|
688
|
+
ch = this.buffer[++i];
|
|
689
|
+
} while (ch === ' ' || (allowTabs && ch === '\t'));
|
|
690
|
+
const n = i - this.pos;
|
|
691
|
+
if (n > 0) {
|
|
692
|
+
yield this.buffer.substr(this.pos, n);
|
|
693
|
+
this.pos = i;
|
|
694
|
+
}
|
|
695
|
+
return n;
|
|
696
|
+
}
|
|
697
|
+
*pushUntil(test) {
|
|
698
|
+
let i = this.pos;
|
|
699
|
+
let ch = this.buffer[i];
|
|
700
|
+
while (!test(ch))
|
|
701
|
+
ch = this.buffer[++i];
|
|
702
|
+
return yield* this.pushToIndex(i, false);
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
lexer.Lexer = Lexer;
|