korext 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/korext.js +278 -0
- package/korext-cli-0.1.0.tgz +0 -0
- package/node_modules/ansi-regex/index.d.ts +37 -0
- package/node_modules/ansi-regex/index.js +10 -0
- package/node_modules/ansi-regex/license +9 -0
- package/node_modules/ansi-regex/package.json +55 -0
- package/node_modules/ansi-regex/readme.md +78 -0
- package/node_modules/ansi-styles/index.d.ts +345 -0
- package/node_modules/ansi-styles/index.js +163 -0
- package/node_modules/ansi-styles/license +9 -0
- package/node_modules/ansi-styles/package.json +56 -0
- package/node_modules/ansi-styles/readme.md +152 -0
- package/node_modules/balanced-match/LICENSE.md +23 -0
- package/node_modules/balanced-match/README.md +57 -0
- package/node_modules/balanced-match/dist/commonjs/index.d.ts +9 -0
- package/node_modules/balanced-match/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/balanced-match/dist/commonjs/index.js +59 -0
- package/node_modules/balanced-match/dist/commonjs/index.js.map +1 -0
- package/node_modules/balanced-match/dist/commonjs/package.json +3 -0
- package/node_modules/balanced-match/dist/esm/index.d.ts +9 -0
- package/node_modules/balanced-match/dist/esm/index.d.ts.map +1 -0
- package/node_modules/balanced-match/dist/esm/index.js +54 -0
- package/node_modules/balanced-match/dist/esm/index.js.map +1 -0
- package/node_modules/balanced-match/dist/esm/package.json +3 -0
- package/node_modules/balanced-match/package.json +68 -0
- package/node_modules/base64-js/LICENSE +21 -0
- package/node_modules/base64-js/README.md +34 -0
- package/node_modules/base64-js/base64js.min.js +1 -0
- package/node_modules/base64-js/index.d.ts +3 -0
- package/node_modules/base64-js/index.js +150 -0
- package/node_modules/base64-js/package.json +47 -0
- package/node_modules/bl/.travis.yml +17 -0
- package/node_modules/bl/BufferList.js +396 -0
- package/node_modules/bl/LICENSE.md +13 -0
- package/node_modules/bl/README.md +247 -0
- package/node_modules/bl/bl.js +84 -0
- package/node_modules/bl/package.json +37 -0
- package/node_modules/bl/test/convert.js +21 -0
- package/node_modules/bl/test/indexOf.js +492 -0
- package/node_modules/bl/test/isBufferList.js +32 -0
- package/node_modules/bl/test/test.js +869 -0
- package/node_modules/brace-expansion/LICENSE +23 -0
- package/node_modules/brace-expansion/README.md +94 -0
- package/node_modules/brace-expansion/dist/commonjs/index.d.ts +6 -0
- package/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/brace-expansion/dist/commonjs/index.js +199 -0
- package/node_modules/brace-expansion/dist/commonjs/index.js.map +1 -0
- package/node_modules/brace-expansion/dist/commonjs/package.json +3 -0
- package/node_modules/brace-expansion/dist/esm/index.d.ts +6 -0
- package/node_modules/brace-expansion/dist/esm/index.d.ts.map +1 -0
- package/node_modules/brace-expansion/dist/esm/index.js +195 -0
- package/node_modules/brace-expansion/dist/esm/index.js.map +1 -0
- package/node_modules/brace-expansion/dist/esm/package.json +3 -0
- package/node_modules/brace-expansion/package.json +64 -0
- package/node_modules/buffer/AUTHORS.md +70 -0
- package/node_modules/buffer/LICENSE +21 -0
- package/node_modules/buffer/README.md +410 -0
- package/node_modules/buffer/index.d.ts +186 -0
- package/node_modules/buffer/index.js +1817 -0
- package/node_modules/buffer/package.json +96 -0
- package/node_modules/chalk/index.d.ts +415 -0
- package/node_modules/chalk/license +9 -0
- package/node_modules/chalk/package.json +68 -0
- package/node_modules/chalk/readme.md +341 -0
- package/node_modules/chalk/source/index.js +229 -0
- package/node_modules/chalk/source/templates.js +134 -0
- package/node_modules/chalk/source/util.js +39 -0
- package/node_modules/cli-cursor/index.d.ts +45 -0
- package/node_modules/cli-cursor/index.js +35 -0
- package/node_modules/cli-cursor/license +9 -0
- package/node_modules/cli-cursor/package.json +46 -0
- package/node_modules/cli-cursor/readme.md +55 -0
- package/node_modules/cli-spinners/index.d.ts +128 -0
- package/node_modules/cli-spinners/index.js +15 -0
- package/node_modules/cli-spinners/license +9 -0
- package/node_modules/cli-spinners/package.json +50 -0
- package/node_modules/cli-spinners/readme.md +54 -0
- package/node_modules/cli-spinners/spinners.json +1622 -0
- package/node_modules/clone/.npmignore +4 -0
- package/node_modules/clone/LICENSE +18 -0
- package/node_modules/clone/README.md +126 -0
- package/node_modules/clone/clone.iml +10 -0
- package/node_modules/clone/clone.js +166 -0
- package/node_modules/clone/package.json +51 -0
- package/node_modules/color-convert/CHANGELOG.md +54 -0
- package/node_modules/color-convert/LICENSE +21 -0
- package/node_modules/color-convert/README.md +68 -0
- package/node_modules/color-convert/conversions.js +839 -0
- package/node_modules/color-convert/index.js +81 -0
- package/node_modules/color-convert/package.json +48 -0
- package/node_modules/color-convert/route.js +97 -0
- package/node_modules/color-name/LICENSE +8 -0
- package/node_modules/color-name/README.md +11 -0
- package/node_modules/color-name/index.js +152 -0
- package/node_modules/color-name/package.json +28 -0
- package/node_modules/commander/LICENSE +22 -0
- package/node_modules/commander/Readme.md +1176 -0
- package/node_modules/commander/esm.mjs +16 -0
- package/node_modules/commander/index.js +24 -0
- package/node_modules/commander/lib/argument.js +150 -0
- package/node_modules/commander/lib/command.js +2777 -0
- package/node_modules/commander/lib/error.js +39 -0
- package/node_modules/commander/lib/help.js +747 -0
- package/node_modules/commander/lib/option.js +380 -0
- package/node_modules/commander/lib/suggestSimilar.js +101 -0
- package/node_modules/commander/package-support.json +19 -0
- package/node_modules/commander/package.json +82 -0
- package/node_modules/commander/typings/esm.d.mts +3 -0
- package/node_modules/commander/typings/index.d.ts +1113 -0
- package/node_modules/data-uri-to-buffer/README.md +88 -0
- package/node_modules/data-uri-to-buffer/dist/index.d.ts +15 -0
- package/node_modules/data-uri-to-buffer/dist/index.js +53 -0
- package/node_modules/data-uri-to-buffer/dist/index.js.map +1 -0
- package/node_modules/data-uri-to-buffer/package.json +62 -0
- package/node_modules/data-uri-to-buffer/src/index.ts +68 -0
- package/node_modules/defaults/LICENSE +22 -0
- package/node_modules/defaults/README.md +39 -0
- package/node_modules/defaults/index.js +13 -0
- package/node_modules/defaults/package.json +33 -0
- package/node_modules/defaults/test.js +34 -0
- package/node_modules/fetch-blob/LICENSE +21 -0
- package/node_modules/fetch-blob/README.md +106 -0
- package/node_modules/fetch-blob/file.d.ts +2 -0
- package/node_modules/fetch-blob/file.js +49 -0
- package/node_modules/fetch-blob/from.d.ts +26 -0
- package/node_modules/fetch-blob/from.js +100 -0
- package/node_modules/fetch-blob/index.d.ts +3 -0
- package/node_modules/fetch-blob/index.js +250 -0
- package/node_modules/fetch-blob/package.json +56 -0
- package/node_modules/fetch-blob/streams.cjs +51 -0
- package/node_modules/formdata-polyfill/FormData.js +441 -0
- package/node_modules/formdata-polyfill/LICENSE +21 -0
- package/node_modules/formdata-polyfill/README.md +145 -0
- package/node_modules/formdata-polyfill/esm.min.d.ts +5 -0
- package/node_modules/formdata-polyfill/esm.min.js +40 -0
- package/node_modules/formdata-polyfill/formdata-to-blob.js +39 -0
- package/node_modules/formdata-polyfill/formdata.min.js +21 -0
- package/node_modules/formdata-polyfill/package.json +50 -0
- package/node_modules/glob/LICENSE.md +63 -0
- package/node_modules/glob/README.md +1203 -0
- package/node_modules/glob/dist/commonjs/glob.d.ts +396 -0
- package/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/glob.js +248 -0
- package/node_modules/glob/dist/commonjs/glob.js.map +1 -0
- package/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
- package/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/has-magic.js +27 -0
- package/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
- package/node_modules/glob/dist/commonjs/ignore.d.ts +24 -0
- package/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/ignore.js +119 -0
- package/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
- package/node_modules/glob/dist/commonjs/index.d.ts +97 -0
- package/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/index.js +68 -0
- package/node_modules/glob/dist/commonjs/index.js.map +1 -0
- package/node_modules/glob/dist/commonjs/index.min.js +4 -0
- package/node_modules/glob/dist/commonjs/index.min.js.map +7 -0
- package/node_modules/glob/dist/commonjs/package.json +3 -0
- package/node_modules/glob/dist/commonjs/pattern.d.ts +79 -0
- package/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/pattern.js +223 -0
- package/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
- package/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
- package/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/processor.js +301 -0
- package/node_modules/glob/dist/commonjs/processor.js.map +1 -0
- package/node_modules/glob/dist/commonjs/walker.d.ts +97 -0
- package/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/walker.js +387 -0
- package/node_modules/glob/dist/commonjs/walker.js.map +1 -0
- package/node_modules/glob/dist/esm/glob.d.ts +396 -0
- package/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/glob.js +244 -0
- package/node_modules/glob/dist/esm/glob.js.map +1 -0
- package/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
- package/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/has-magic.js +23 -0
- package/node_modules/glob/dist/esm/has-magic.js.map +1 -0
- package/node_modules/glob/dist/esm/ignore.d.ts +24 -0
- package/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/ignore.js +115 -0
- package/node_modules/glob/dist/esm/ignore.js.map +1 -0
- package/node_modules/glob/dist/esm/index.d.ts +97 -0
- package/node_modules/glob/dist/esm/index.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/index.js +55 -0
- package/node_modules/glob/dist/esm/index.js.map +1 -0
- package/node_modules/glob/dist/esm/index.min.js +4 -0
- package/node_modules/glob/dist/esm/index.min.js.map +7 -0
- package/node_modules/glob/dist/esm/package.json +3 -0
- package/node_modules/glob/dist/esm/pattern.d.ts +79 -0
- package/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/pattern.js +219 -0
- package/node_modules/glob/dist/esm/pattern.js.map +1 -0
- package/node_modules/glob/dist/esm/processor.d.ts +59 -0
- package/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/processor.js +294 -0
- package/node_modules/glob/dist/esm/processor.js.map +1 -0
- package/node_modules/glob/dist/esm/walker.d.ts +97 -0
- package/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/walker.js +381 -0
- package/node_modules/glob/dist/esm/walker.js.map +1 -0
- package/node_modules/glob/package.json +98 -0
- package/node_modules/has-flag/index.d.ts +39 -0
- package/node_modules/has-flag/index.js +8 -0
- package/node_modules/has-flag/license +9 -0
- package/node_modules/has-flag/package.json +46 -0
- package/node_modules/has-flag/readme.md +89 -0
- package/node_modules/ieee754/LICENSE +11 -0
- package/node_modules/ieee754/README.md +51 -0
- package/node_modules/ieee754/index.d.ts +10 -0
- package/node_modules/ieee754/index.js +85 -0
- package/node_modules/ieee754/package.json +52 -0
- package/node_modules/inherits/LICENSE +16 -0
- package/node_modules/inherits/README.md +42 -0
- package/node_modules/inherits/inherits.js +9 -0
- package/node_modules/inherits/inherits_browser.js +27 -0
- package/node_modules/inherits/package.json +29 -0
- package/node_modules/is-interactive/index.d.ts +31 -0
- package/node_modules/is-interactive/index.js +9 -0
- package/node_modules/is-interactive/license +9 -0
- package/node_modules/is-interactive/package.json +38 -0
- package/node_modules/is-interactive/readme.md +51 -0
- package/node_modules/is-unicode-supported/index.d.ts +14 -0
- package/node_modules/is-unicode-supported/index.js +13 -0
- package/node_modules/is-unicode-supported/license +9 -0
- package/node_modules/is-unicode-supported/package.json +41 -0
- package/node_modules/is-unicode-supported/readme.md +35 -0
- package/node_modules/log-symbols/browser.js +8 -0
- package/node_modules/log-symbols/index.d.ts +25 -0
- package/node_modules/log-symbols/index.js +19 -0
- package/node_modules/log-symbols/license +9 -0
- package/node_modules/log-symbols/package.json +52 -0
- package/node_modules/log-symbols/readme.md +51 -0
- package/node_modules/lru-cache/LICENSE.md +55 -0
- package/node_modules/lru-cache/README.md +383 -0
- package/node_modules/lru-cache/dist/commonjs/index.d.ts +1323 -0
- package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/lru-cache/dist/commonjs/index.js +1595 -0
- package/node_modules/lru-cache/dist/commonjs/index.js.map +1 -0
- package/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
- package/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
- package/node_modules/lru-cache/dist/commonjs/package.json +3 -0
- package/node_modules/lru-cache/dist/esm/index.d.ts +1323 -0
- package/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -0
- package/node_modules/lru-cache/dist/esm/index.js +1591 -0
- package/node_modules/lru-cache/dist/esm/index.js.map +1 -0
- package/node_modules/lru-cache/dist/esm/index.min.js +2 -0
- package/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
- package/node_modules/lru-cache/dist/esm/package.json +3 -0
- package/node_modules/lru-cache/package.json +93 -0
- package/node_modules/mimic-fn/index.d.ts +54 -0
- package/node_modules/mimic-fn/index.js +13 -0
- package/node_modules/mimic-fn/license +9 -0
- package/node_modules/mimic-fn/package.json +42 -0
- package/node_modules/mimic-fn/readme.md +69 -0
- package/node_modules/minimatch/LICENSE.md +55 -0
- package/node_modules/minimatch/README.md +528 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/ast.d.ts +22 -0
- package/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/ast.js +846 -0
- package/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.js +150 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/escape.d.ts +15 -0
- package/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/escape.js +30 -0
- package/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/index.d.ts +174 -0
- package/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/index.js +1121 -0
- package/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/node_modules/minimatch/dist/commonjs/unescape.d.ts +22 -0
- package/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/unescape.js +38 -0
- package/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/node_modules/minimatch/dist/esm/ast.d.ts +22 -0
- package/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/ast.js +842 -0
- package/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.js +146 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/node_modules/minimatch/dist/esm/escape.d.ts +15 -0
- package/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/escape.js +26 -0
- package/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/node_modules/minimatch/dist/esm/index.d.ts +174 -0
- package/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/index.js +1108 -0
- package/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/node_modules/minimatch/dist/esm/package.json +3 -0
- package/node_modules/minimatch/dist/esm/unescape.d.ts +22 -0
- package/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/unescape.js +34 -0
- package/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/node_modules/minimatch/package.json +67 -0
- package/node_modules/minipass/LICENSE.md +55 -0
- package/node_modules/minipass/README.md +825 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts +545 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/minipass/dist/commonjs/index.js +1038 -0
- package/node_modules/minipass/dist/commonjs/index.js.map +1 -0
- package/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/node_modules/minipass/dist/esm/index.d.ts +545 -0
- package/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
- package/node_modules/minipass/dist/esm/index.js +1020 -0
- package/node_modules/minipass/dist/esm/index.js.map +1 -0
- package/node_modules/minipass/dist/esm/package.json +3 -0
- package/node_modules/minipass/package.json +77 -0
- package/node_modules/node-domexception/.history/README_20210527203617.md +2 -0
- package/node_modules/node-domexception/.history/README_20210527212714.md +41 -0
- package/node_modules/node-domexception/.history/README_20210527213345.md +36 -0
- package/node_modules/node-domexception/.history/README_20210527213411.md +36 -0
- package/node_modules/node-domexception/.history/README_20210527213803.md +36 -0
- package/node_modules/node-domexception/.history/README_20210527214323.md +38 -0
- package/node_modules/node-domexception/.history/README_20210527214408.md +38 -0
- package/node_modules/node-domexception/.history/index_20210527203842.js +0 -0
- package/node_modules/node-domexception/.history/index_20210527203947.js +8 -0
- package/node_modules/node-domexception/.history/index_20210527204259.js +9 -0
- package/node_modules/node-domexception/.history/index_20210527204418.js +9 -0
- package/node_modules/node-domexception/.history/index_20210527204756.js +11 -0
- package/node_modules/node-domexception/.history/index_20210527204833.js +11 -0
- package/node_modules/node-domexception/.history/index_20210527211208.js +15 -0
- package/node_modules/node-domexception/.history/index_20210527211248.js +15 -0
- package/node_modules/node-domexception/.history/index_20210527212722.js +23 -0
- package/node_modules/node-domexception/.history/index_20210527212731.js +23 -0
- package/node_modules/node-domexception/.history/index_20210527212746.js +15 -0
- package/node_modules/node-domexception/.history/index_20210527212900.js +16 -0
- package/node_modules/node-domexception/.history/index_20210527213022.js +16 -0
- package/node_modules/node-domexception/.history/index_20210527213822.js +16 -0
- package/node_modules/node-domexception/.history/index_20210527213843.js +17 -0
- package/node_modules/node-domexception/.history/index_20210527213852.js +17 -0
- package/node_modules/node-domexception/.history/index_20210527213910.js +16 -0
- package/node_modules/node-domexception/.history/index_20210527214034.js +16 -0
- package/node_modules/node-domexception/.history/index_20210527214643.js +41 -0
- package/node_modules/node-domexception/.history/index_20210527214654.js +41 -0
- package/node_modules/node-domexception/.history/index_20210527214700.js +16 -0
- package/node_modules/node-domexception/.history/package_20210527203733.json +19 -0
- package/node_modules/node-domexception/.history/package_20210527203825.json +16 -0
- package/node_modules/node-domexception/.history/package_20210527204621.json +19 -0
- package/node_modules/node-domexception/.history/package_20210527204913.json +25 -0
- package/node_modules/node-domexception/.history/package_20210527204925.json +25 -0
- package/node_modules/node-domexception/.history/package_20210527205145.json +29 -0
- package/node_modules/node-domexception/.history/package_20210527205156.json +29 -0
- package/node_modules/node-domexception/.history/test_20210527205603.js +0 -0
- package/node_modules/node-domexception/.history/test_20210527205957.js +3 -0
- package/node_modules/node-domexception/.history/test_20210527210021.js +3 -0
- package/node_modules/node-domexception/LICENSE +21 -0
- package/node_modules/node-domexception/README.md +46 -0
- package/node_modules/node-domexception/index.js +16 -0
- package/node_modules/node-domexception/package.json +29 -0
- package/node_modules/node-fetch/@types/index.d.ts +219 -0
- package/node_modules/node-fetch/LICENSE.md +22 -0
- package/node_modules/node-fetch/README.md +872 -0
- package/node_modules/node-fetch/package.json +131 -0
- package/node_modules/node-fetch/src/body.js +397 -0
- package/node_modules/node-fetch/src/errors/abort-error.js +10 -0
- package/node_modules/node-fetch/src/errors/base.js +17 -0
- package/node_modules/node-fetch/src/errors/fetch-error.js +26 -0
- package/node_modules/node-fetch/src/headers.js +267 -0
- package/node_modules/node-fetch/src/index.js +417 -0
- package/node_modules/node-fetch/src/request.js +313 -0
- package/node_modules/node-fetch/src/response.js +160 -0
- package/node_modules/node-fetch/src/utils/get-search.js +9 -0
- package/node_modules/node-fetch/src/utils/is-redirect.js +11 -0
- package/node_modules/node-fetch/src/utils/is.js +87 -0
- package/node_modules/node-fetch/src/utils/multipart-parser.js +432 -0
- package/node_modules/node-fetch/src/utils/referrer.js +340 -0
- package/node_modules/onetime/index.d.ts +64 -0
- package/node_modules/onetime/index.js +44 -0
- package/node_modules/onetime/license +9 -0
- package/node_modules/onetime/package.json +43 -0
- package/node_modules/onetime/readme.md +94 -0
- package/node_modules/ora/index.d.ts +277 -0
- package/node_modules/ora/index.js +407 -0
- package/node_modules/ora/license +9 -0
- package/node_modules/ora/package.json +57 -0
- package/node_modules/ora/readme.md +264 -0
- package/node_modules/path-scurry/LICENSE.md +55 -0
- package/node_modules/path-scurry/README.md +636 -0
- package/node_modules/path-scurry/dist/commonjs/index.d.ts +1115 -0
- package/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/path-scurry/dist/commonjs/index.js +2018 -0
- package/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
- package/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/node_modules/path-scurry/dist/esm/index.d.ts +1115 -0
- package/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
- package/node_modules/path-scurry/dist/esm/index.js +1983 -0
- package/node_modules/path-scurry/dist/esm/index.js.map +1 -0
- package/node_modules/path-scurry/dist/esm/package.json +3 -0
- package/node_modules/path-scurry/package.json +72 -0
- package/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/readable-stream/README.md +106 -0
- package/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/readable-stream/package.json +68 -0
- package/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/restore-cursor/index.d.ts +13 -0
- package/node_modules/restore-cursor/index.js +9 -0
- package/node_modules/restore-cursor/license +9 -0
- package/node_modules/restore-cursor/package.json +52 -0
- package/node_modules/restore-cursor/readme.md +26 -0
- package/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/safe-buffer/index.js +65 -0
- package/node_modules/safe-buffer/package.json +51 -0
- package/node_modules/signal-exit/LICENSE.txt +16 -0
- package/node_modules/signal-exit/README.md +39 -0
- package/node_modules/signal-exit/index.js +202 -0
- package/node_modules/signal-exit/package.json +38 -0
- package/node_modules/signal-exit/signals.js +53 -0
- package/node_modules/string_decoder/LICENSE +48 -0
- package/node_modules/string_decoder/README.md +47 -0
- package/node_modules/string_decoder/lib/string_decoder.js +296 -0
- package/node_modules/string_decoder/package.json +34 -0
- package/node_modules/strip-ansi/index.d.ts +17 -0
- package/node_modules/strip-ansi/index.js +4 -0
- package/node_modules/strip-ansi/license +9 -0
- package/node_modules/strip-ansi/package.json +54 -0
- package/node_modules/strip-ansi/readme.md +46 -0
- package/node_modules/supports-color/browser.js +5 -0
- package/node_modules/supports-color/index.js +135 -0
- package/node_modules/supports-color/license +9 -0
- package/node_modules/supports-color/package.json +53 -0
- package/node_modules/supports-color/readme.md +76 -0
- package/node_modules/util-deprecate/History.md +16 -0
- package/node_modules/util-deprecate/LICENSE +24 -0
- package/node_modules/util-deprecate/README.md +53 -0
- package/node_modules/util-deprecate/browser.js +67 -0
- package/node_modules/util-deprecate/node.js +6 -0
- package/node_modules/util-deprecate/package.json +27 -0
- package/node_modules/wcwidth/.npmignore +1 -0
- package/node_modules/wcwidth/LICENSE +30 -0
- package/node_modules/wcwidth/Readme.md +33 -0
- package/node_modules/wcwidth/combining.js +50 -0
- package/node_modules/wcwidth/docs/index.md +65 -0
- package/node_modules/wcwidth/index.js +99 -0
- package/node_modules/wcwidth/package.json +42 -0
- package/node_modules/wcwidth/test/index.js +64 -0
- package/node_modules/web-streams-polyfill/LICENSE +22 -0
- package/node_modules/web-streams-polyfill/README.md +110 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es2018.js +4765 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es2018.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es2018.min.js +9 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es2018.min.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es2018.mjs +4745 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es2018.mjs.map +1 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es6.js +4838 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es6.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es6.min.js +9 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es6.min.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es6.mjs +4818 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.es6.mjs.map +1 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.js +5011 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.min.js +9 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.min.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.mjs +4991 -0
- package/node_modules/web-streams-polyfill/dist/polyfill.mjs.map +1 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.es2018.js +4737 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.es2018.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.es2018.mjs +4717 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.es2018.mjs.map +1 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.es6.js +4810 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.es6.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.es6.mjs +4790 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.es6.mjs.map +1 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.js +4983 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.js.map +1 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.mjs +4963 -0
- package/node_modules/web-streams-polyfill/dist/ponyfill.mjs.map +1 -0
- package/node_modules/web-streams-polyfill/dist/types/polyfill.d.ts +24 -0
- package/node_modules/web-streams-polyfill/dist/types/ponyfill.d.ts +780 -0
- package/node_modules/web-streams-polyfill/dist/types/ts3.6/polyfill.d.ts +28 -0
- package/node_modules/web-streams-polyfill/dist/types/ts3.6/ponyfill.d.ts +821 -0
- package/node_modules/web-streams-polyfill/dist/types/tsdoc-metadata.json +11 -0
- package/node_modules/web-streams-polyfill/es2018/package.json +14 -0
- package/node_modules/web-streams-polyfill/es6/package.json +14 -0
- package/node_modules/web-streams-polyfill/package.json +83 -0
- package/node_modules/web-streams-polyfill/ponyfill/es2018/package.json +13 -0
- package/node_modules/web-streams-polyfill/ponyfill/es6/package.json +13 -0
- package/node_modules/web-streams-polyfill/ponyfill/package.json +13 -0
- package/package.json +26 -0
- package/version.json +18 -0
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
const { InvalidArgumentError } = require('./error.js');
|
|
2
|
+
|
|
3
|
+
class Option {
|
|
4
|
+
/**
|
|
5
|
+
* Initialize a new `Option` with the given `flags` and `description`.
|
|
6
|
+
*
|
|
7
|
+
* @param {string} flags
|
|
8
|
+
* @param {string} [description]
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
constructor(flags, description) {
|
|
12
|
+
this.flags = flags;
|
|
13
|
+
this.description = description || '';
|
|
14
|
+
|
|
15
|
+
this.required = flags.includes('<'); // A value must be supplied when the option is specified.
|
|
16
|
+
this.optional = flags.includes('['); // A value is optional when the option is specified.
|
|
17
|
+
// variadic test ignores <value,...> et al which might be used to describe custom splitting of single argument
|
|
18
|
+
this.variadic = /\w\.\.\.[>\]]$/.test(flags); // The option can take multiple values.
|
|
19
|
+
this.mandatory = false; // The option must have a value after parsing, which usually means it must be specified on command line.
|
|
20
|
+
const optionFlags = splitOptionFlags(flags);
|
|
21
|
+
this.short = optionFlags.shortFlag; // May be a short flag, undefined, or even a long flag (if option has two long flags).
|
|
22
|
+
this.long = optionFlags.longFlag;
|
|
23
|
+
this.negate = false;
|
|
24
|
+
if (this.long) {
|
|
25
|
+
this.negate = this.long.startsWith('--no-');
|
|
26
|
+
}
|
|
27
|
+
this.defaultValue = undefined;
|
|
28
|
+
this.defaultValueDescription = undefined;
|
|
29
|
+
this.presetArg = undefined;
|
|
30
|
+
this.envVar = undefined;
|
|
31
|
+
this.parseArg = undefined;
|
|
32
|
+
this.hidden = false;
|
|
33
|
+
this.argChoices = undefined;
|
|
34
|
+
this.conflictsWith = [];
|
|
35
|
+
this.implied = undefined;
|
|
36
|
+
this.helpGroupHeading = undefined; // soft initialised when option added to command
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Set the default value, and optionally supply the description to be displayed in the help.
|
|
41
|
+
*
|
|
42
|
+
* @param {*} value
|
|
43
|
+
* @param {string} [description]
|
|
44
|
+
* @return {Option}
|
|
45
|
+
*/
|
|
46
|
+
|
|
47
|
+
default(value, description) {
|
|
48
|
+
this.defaultValue = value;
|
|
49
|
+
this.defaultValueDescription = description;
|
|
50
|
+
return this;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Preset to use when option used without option-argument, especially optional but also boolean and negated.
|
|
55
|
+
* The custom processing (parseArg) is called.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* new Option('--color').default('GREYSCALE').preset('RGB');
|
|
59
|
+
* new Option('--donate [amount]').preset('20').argParser(parseFloat);
|
|
60
|
+
*
|
|
61
|
+
* @param {*} arg
|
|
62
|
+
* @return {Option}
|
|
63
|
+
*/
|
|
64
|
+
|
|
65
|
+
preset(arg) {
|
|
66
|
+
this.presetArg = arg;
|
|
67
|
+
return this;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Add option name(s) that conflict with this option.
|
|
72
|
+
* An error will be displayed if conflicting options are found during parsing.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* new Option('--rgb').conflicts('cmyk');
|
|
76
|
+
* new Option('--js').conflicts(['ts', 'jsx']);
|
|
77
|
+
*
|
|
78
|
+
* @param {(string | string[])} names
|
|
79
|
+
* @return {Option}
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
conflicts(names) {
|
|
83
|
+
this.conflictsWith = this.conflictsWith.concat(names);
|
|
84
|
+
return this;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Specify implied option values for when this option is set and the implied options are not.
|
|
89
|
+
*
|
|
90
|
+
* The custom processing (parseArg) is not called on the implied values.
|
|
91
|
+
*
|
|
92
|
+
* @example
|
|
93
|
+
* program
|
|
94
|
+
* .addOption(new Option('--log', 'write logging information to file'))
|
|
95
|
+
* .addOption(new Option('--trace', 'log extra details').implies({ log: 'trace.txt' }));
|
|
96
|
+
*
|
|
97
|
+
* @param {object} impliedOptionValues
|
|
98
|
+
* @return {Option}
|
|
99
|
+
*/
|
|
100
|
+
implies(impliedOptionValues) {
|
|
101
|
+
let newImplied = impliedOptionValues;
|
|
102
|
+
if (typeof impliedOptionValues === 'string') {
|
|
103
|
+
// string is not documented, but easy mistake and we can do what user probably intended.
|
|
104
|
+
newImplied = { [impliedOptionValues]: true };
|
|
105
|
+
}
|
|
106
|
+
this.implied = Object.assign(this.implied || {}, newImplied);
|
|
107
|
+
return this;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Set environment variable to check for option value.
|
|
112
|
+
*
|
|
113
|
+
* An environment variable is only used if when processed the current option value is
|
|
114
|
+
* undefined, or the source of the current value is 'default' or 'config' or 'env'.
|
|
115
|
+
*
|
|
116
|
+
* @param {string} name
|
|
117
|
+
* @return {Option}
|
|
118
|
+
*/
|
|
119
|
+
|
|
120
|
+
env(name) {
|
|
121
|
+
this.envVar = name;
|
|
122
|
+
return this;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Set the custom handler for processing CLI option arguments into option values.
|
|
127
|
+
*
|
|
128
|
+
* @param {Function} [fn]
|
|
129
|
+
* @return {Option}
|
|
130
|
+
*/
|
|
131
|
+
|
|
132
|
+
argParser(fn) {
|
|
133
|
+
this.parseArg = fn;
|
|
134
|
+
return this;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Whether the option is mandatory and must have a value after parsing.
|
|
139
|
+
*
|
|
140
|
+
* @param {boolean} [mandatory=true]
|
|
141
|
+
* @return {Option}
|
|
142
|
+
*/
|
|
143
|
+
|
|
144
|
+
makeOptionMandatory(mandatory = true) {
|
|
145
|
+
this.mandatory = !!mandatory;
|
|
146
|
+
return this;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Hide option in help.
|
|
151
|
+
*
|
|
152
|
+
* @param {boolean} [hide=true]
|
|
153
|
+
* @return {Option}
|
|
154
|
+
*/
|
|
155
|
+
|
|
156
|
+
hideHelp(hide = true) {
|
|
157
|
+
this.hidden = !!hide;
|
|
158
|
+
return this;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @package
|
|
163
|
+
*/
|
|
164
|
+
|
|
165
|
+
_collectValue(value, previous) {
|
|
166
|
+
if (previous === this.defaultValue || !Array.isArray(previous)) {
|
|
167
|
+
return [value];
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
previous.push(value);
|
|
171
|
+
return previous;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Only allow option value to be one of choices.
|
|
176
|
+
*
|
|
177
|
+
* @param {string[]} values
|
|
178
|
+
* @return {Option}
|
|
179
|
+
*/
|
|
180
|
+
|
|
181
|
+
choices(values) {
|
|
182
|
+
this.argChoices = values.slice();
|
|
183
|
+
this.parseArg = (arg, previous) => {
|
|
184
|
+
if (!this.argChoices.includes(arg)) {
|
|
185
|
+
throw new InvalidArgumentError(
|
|
186
|
+
`Allowed choices are ${this.argChoices.join(', ')}.`,
|
|
187
|
+
);
|
|
188
|
+
}
|
|
189
|
+
if (this.variadic) {
|
|
190
|
+
return this._collectValue(arg, previous);
|
|
191
|
+
}
|
|
192
|
+
return arg;
|
|
193
|
+
};
|
|
194
|
+
return this;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Return option name.
|
|
199
|
+
*
|
|
200
|
+
* @return {string}
|
|
201
|
+
*/
|
|
202
|
+
|
|
203
|
+
name() {
|
|
204
|
+
if (this.long) {
|
|
205
|
+
return this.long.replace(/^--/, '');
|
|
206
|
+
}
|
|
207
|
+
return this.short.replace(/^-/, '');
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* Return option name, in a camelcase format that can be used
|
|
212
|
+
* as an object attribute key.
|
|
213
|
+
*
|
|
214
|
+
* @return {string}
|
|
215
|
+
*/
|
|
216
|
+
|
|
217
|
+
attributeName() {
|
|
218
|
+
if (this.negate) {
|
|
219
|
+
return camelcase(this.name().replace(/^no-/, ''));
|
|
220
|
+
}
|
|
221
|
+
return camelcase(this.name());
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Set the help group heading.
|
|
226
|
+
*
|
|
227
|
+
* @param {string} heading
|
|
228
|
+
* @return {Option}
|
|
229
|
+
*/
|
|
230
|
+
helpGroup(heading) {
|
|
231
|
+
this.helpGroupHeading = heading;
|
|
232
|
+
return this;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Check if `arg` matches the short or long flag.
|
|
237
|
+
*
|
|
238
|
+
* @param {string} arg
|
|
239
|
+
* @return {boolean}
|
|
240
|
+
* @package
|
|
241
|
+
*/
|
|
242
|
+
|
|
243
|
+
is(arg) {
|
|
244
|
+
return this.short === arg || this.long === arg;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Return whether a boolean option.
|
|
249
|
+
*
|
|
250
|
+
* Options are one of boolean, negated, required argument, or optional argument.
|
|
251
|
+
*
|
|
252
|
+
* @return {boolean}
|
|
253
|
+
* @package
|
|
254
|
+
*/
|
|
255
|
+
|
|
256
|
+
isBoolean() {
|
|
257
|
+
return !this.required && !this.optional && !this.negate;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* This class is to make it easier to work with dual options, without changing the existing
|
|
263
|
+
* implementation. We support separate dual options for separate positive and negative options,
|
|
264
|
+
* like `--build` and `--no-build`, which share a single option value. This works nicely for some
|
|
265
|
+
* use cases, but is tricky for others where we want separate behaviours despite
|
|
266
|
+
* the single shared option value.
|
|
267
|
+
*/
|
|
268
|
+
class DualOptions {
|
|
269
|
+
/**
|
|
270
|
+
* @param {Option[]} options
|
|
271
|
+
*/
|
|
272
|
+
constructor(options) {
|
|
273
|
+
this.positiveOptions = new Map();
|
|
274
|
+
this.negativeOptions = new Map();
|
|
275
|
+
this.dualOptions = new Set();
|
|
276
|
+
options.forEach((option) => {
|
|
277
|
+
if (option.negate) {
|
|
278
|
+
this.negativeOptions.set(option.attributeName(), option);
|
|
279
|
+
} else {
|
|
280
|
+
this.positiveOptions.set(option.attributeName(), option);
|
|
281
|
+
}
|
|
282
|
+
});
|
|
283
|
+
this.negativeOptions.forEach((value, key) => {
|
|
284
|
+
if (this.positiveOptions.has(key)) {
|
|
285
|
+
this.dualOptions.add(key);
|
|
286
|
+
}
|
|
287
|
+
});
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* Did the value come from the option, and not from possible matching dual option?
|
|
292
|
+
*
|
|
293
|
+
* @param {*} value
|
|
294
|
+
* @param {Option} option
|
|
295
|
+
* @returns {boolean}
|
|
296
|
+
*/
|
|
297
|
+
valueFromOption(value, option) {
|
|
298
|
+
const optionKey = option.attributeName();
|
|
299
|
+
if (!this.dualOptions.has(optionKey)) return true;
|
|
300
|
+
|
|
301
|
+
// Use the value to deduce if (probably) came from the option.
|
|
302
|
+
const preset = this.negativeOptions.get(optionKey).presetArg;
|
|
303
|
+
const negativeValue = preset !== undefined ? preset : false;
|
|
304
|
+
return option.negate === (negativeValue === value);
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Convert string from kebab-case to camelCase.
|
|
310
|
+
*
|
|
311
|
+
* @param {string} str
|
|
312
|
+
* @return {string}
|
|
313
|
+
* @private
|
|
314
|
+
*/
|
|
315
|
+
|
|
316
|
+
function camelcase(str) {
|
|
317
|
+
return str.split('-').reduce((str, word) => {
|
|
318
|
+
return str + word[0].toUpperCase() + word.slice(1);
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* Split the short and long flag out of something like '-m,--mixed <value>'
|
|
324
|
+
*
|
|
325
|
+
* @private
|
|
326
|
+
*/
|
|
327
|
+
|
|
328
|
+
function splitOptionFlags(flags) {
|
|
329
|
+
let shortFlag;
|
|
330
|
+
let longFlag;
|
|
331
|
+
// short flag, single dash and single character
|
|
332
|
+
const shortFlagExp = /^-[^-]$/;
|
|
333
|
+
// long flag, double dash and at least one character
|
|
334
|
+
const longFlagExp = /^--[^-]/;
|
|
335
|
+
|
|
336
|
+
const flagParts = flags.split(/[ |,]+/).concat('guard');
|
|
337
|
+
// Normal is short and/or long.
|
|
338
|
+
if (shortFlagExp.test(flagParts[0])) shortFlag = flagParts.shift();
|
|
339
|
+
if (longFlagExp.test(flagParts[0])) longFlag = flagParts.shift();
|
|
340
|
+
// Long then short. Rarely used but fine.
|
|
341
|
+
if (!shortFlag && shortFlagExp.test(flagParts[0]))
|
|
342
|
+
shortFlag = flagParts.shift();
|
|
343
|
+
// Allow two long flags, like '--ws, --workspace'
|
|
344
|
+
// This is the supported way to have a shortish option flag.
|
|
345
|
+
if (!shortFlag && longFlagExp.test(flagParts[0])) {
|
|
346
|
+
shortFlag = longFlag;
|
|
347
|
+
longFlag = flagParts.shift();
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
// Check for unprocessed flag. Fail noisily rather than silently ignore.
|
|
351
|
+
if (flagParts[0].startsWith('-')) {
|
|
352
|
+
const unsupportedFlag = flagParts[0];
|
|
353
|
+
const baseError = `option creation failed due to '${unsupportedFlag}' in option flags '${flags}'`;
|
|
354
|
+
if (/^-[^-][^-]/.test(unsupportedFlag))
|
|
355
|
+
throw new Error(
|
|
356
|
+
`${baseError}
|
|
357
|
+
- a short flag is a single dash and a single character
|
|
358
|
+
- either use a single dash and a single character (for a short flag)
|
|
359
|
+
- or use a double dash for a long option (and can have two, like '--ws, --workspace')`,
|
|
360
|
+
);
|
|
361
|
+
if (shortFlagExp.test(unsupportedFlag))
|
|
362
|
+
throw new Error(`${baseError}
|
|
363
|
+
- too many short flags`);
|
|
364
|
+
if (longFlagExp.test(unsupportedFlag))
|
|
365
|
+
throw new Error(`${baseError}
|
|
366
|
+
- too many long flags`);
|
|
367
|
+
|
|
368
|
+
throw new Error(`${baseError}
|
|
369
|
+
- unrecognised flag format`);
|
|
370
|
+
}
|
|
371
|
+
if (shortFlag === undefined && longFlag === undefined)
|
|
372
|
+
throw new Error(
|
|
373
|
+
`option creation failed due to no flags found in '${flags}'.`,
|
|
374
|
+
);
|
|
375
|
+
|
|
376
|
+
return { shortFlag, longFlag };
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
exports.Option = Option;
|
|
380
|
+
exports.DualOptions = DualOptions;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
const maxDistance = 3;
|
|
2
|
+
|
|
3
|
+
function editDistance(a, b) {
|
|
4
|
+
// https://en.wikipedia.org/wiki/Damerau–Levenshtein_distance
|
|
5
|
+
// Calculating optimal string alignment distance, no substring is edited more than once.
|
|
6
|
+
// (Simple implementation.)
|
|
7
|
+
|
|
8
|
+
// Quick early exit, return worst case.
|
|
9
|
+
if (Math.abs(a.length - b.length) > maxDistance)
|
|
10
|
+
return Math.max(a.length, b.length);
|
|
11
|
+
|
|
12
|
+
// distance between prefix substrings of a and b
|
|
13
|
+
const d = [];
|
|
14
|
+
|
|
15
|
+
// pure deletions turn a into empty string
|
|
16
|
+
for (let i = 0; i <= a.length; i++) {
|
|
17
|
+
d[i] = [i];
|
|
18
|
+
}
|
|
19
|
+
// pure insertions turn empty string into b
|
|
20
|
+
for (let j = 0; j <= b.length; j++) {
|
|
21
|
+
d[0][j] = j;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// fill matrix
|
|
25
|
+
for (let j = 1; j <= b.length; j++) {
|
|
26
|
+
for (let i = 1; i <= a.length; i++) {
|
|
27
|
+
let cost = 1;
|
|
28
|
+
if (a[i - 1] === b[j - 1]) {
|
|
29
|
+
cost = 0;
|
|
30
|
+
} else {
|
|
31
|
+
cost = 1;
|
|
32
|
+
}
|
|
33
|
+
d[i][j] = Math.min(
|
|
34
|
+
d[i - 1][j] + 1, // deletion
|
|
35
|
+
d[i][j - 1] + 1, // insertion
|
|
36
|
+
d[i - 1][j - 1] + cost, // substitution
|
|
37
|
+
);
|
|
38
|
+
// transposition
|
|
39
|
+
if (i > 1 && j > 1 && a[i - 1] === b[j - 2] && a[i - 2] === b[j - 1]) {
|
|
40
|
+
d[i][j] = Math.min(d[i][j], d[i - 2][j - 2] + 1);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
return d[a.length][b.length];
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Find close matches, restricted to same number of edits.
|
|
50
|
+
*
|
|
51
|
+
* @param {string} word
|
|
52
|
+
* @param {string[]} candidates
|
|
53
|
+
* @returns {string}
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
function suggestSimilar(word, candidates) {
|
|
57
|
+
if (!candidates || candidates.length === 0) return '';
|
|
58
|
+
// remove possible duplicates
|
|
59
|
+
candidates = Array.from(new Set(candidates));
|
|
60
|
+
|
|
61
|
+
const searchingOptions = word.startsWith('--');
|
|
62
|
+
if (searchingOptions) {
|
|
63
|
+
word = word.slice(2);
|
|
64
|
+
candidates = candidates.map((candidate) => candidate.slice(2));
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
let similar = [];
|
|
68
|
+
let bestDistance = maxDistance;
|
|
69
|
+
const minSimilarity = 0.4;
|
|
70
|
+
candidates.forEach((candidate) => {
|
|
71
|
+
if (candidate.length <= 1) return; // no one character guesses
|
|
72
|
+
|
|
73
|
+
const distance = editDistance(word, candidate);
|
|
74
|
+
const length = Math.max(word.length, candidate.length);
|
|
75
|
+
const similarity = (length - distance) / length;
|
|
76
|
+
if (similarity > minSimilarity) {
|
|
77
|
+
if (distance < bestDistance) {
|
|
78
|
+
// better edit distance, throw away previous worse matches
|
|
79
|
+
bestDistance = distance;
|
|
80
|
+
similar = [candidate];
|
|
81
|
+
} else if (distance === bestDistance) {
|
|
82
|
+
similar.push(candidate);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
similar.sort((a, b) => a.localeCompare(b));
|
|
88
|
+
if (searchingOptions) {
|
|
89
|
+
similar = similar.map((candidate) => `--${candidate}`);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
if (similar.length > 1) {
|
|
93
|
+
return `\n(Did you mean one of ${similar.join(', ')}?)`;
|
|
94
|
+
}
|
|
95
|
+
if (similar.length === 1) {
|
|
96
|
+
return `\n(Did you mean ${similar[0]}?)`;
|
|
97
|
+
}
|
|
98
|
+
return '';
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
exports.suggestSimilar = suggestSimilar;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "*",
|
|
5
|
+
"target": {
|
|
6
|
+
"node": "supported"
|
|
7
|
+
},
|
|
8
|
+
"response": {
|
|
9
|
+
"type": "time-permitting"
|
|
10
|
+
},
|
|
11
|
+
"backing": {
|
|
12
|
+
"donations": [
|
|
13
|
+
"https://github.com/sponsors/abetomo",
|
|
14
|
+
"https://github.com/sponsors/shadowspawn"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "commander",
|
|
3
|
+
"version": "14.0.3",
|
|
4
|
+
"description": "the complete solution for node.js command-line programs",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"commander",
|
|
7
|
+
"command",
|
|
8
|
+
"option",
|
|
9
|
+
"parser",
|
|
10
|
+
"cli",
|
|
11
|
+
"argument",
|
|
12
|
+
"args",
|
|
13
|
+
"argv"
|
|
14
|
+
],
|
|
15
|
+
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/tj/commander.js.git"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"check": "npm run check:type && npm run check:lint && npm run check:format",
|
|
23
|
+
"check:format": "prettier --check .",
|
|
24
|
+
"check:lint": "eslint .",
|
|
25
|
+
"check:type": "npm run check:type:js && npm run check:type:ts",
|
|
26
|
+
"check:type:ts": "tsd && tsc -p tsconfig.ts.json",
|
|
27
|
+
"check:type:js": "tsc -p tsconfig.js.json",
|
|
28
|
+
"fix": "npm run fix:lint && npm run fix:format",
|
|
29
|
+
"fix:format": "prettier --write .",
|
|
30
|
+
"fix:lint": "eslint --fix .",
|
|
31
|
+
"test": "jest && npm run check:type:ts",
|
|
32
|
+
"test-all": "jest && npm run test-esm && npm run check",
|
|
33
|
+
"test-esm": "node ./tests/esm-imports-test.mjs"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"index.js",
|
|
37
|
+
"lib/*.js",
|
|
38
|
+
"esm.mjs",
|
|
39
|
+
"typings/index.d.ts",
|
|
40
|
+
"typings/esm.d.mts",
|
|
41
|
+
"package-support.json"
|
|
42
|
+
],
|
|
43
|
+
"type": "commonjs",
|
|
44
|
+
"main": "./index.js",
|
|
45
|
+
"exports": {
|
|
46
|
+
".": {
|
|
47
|
+
"require": {
|
|
48
|
+
"types": "./typings/index.d.ts",
|
|
49
|
+
"default": "./index.js"
|
|
50
|
+
},
|
|
51
|
+
"import": {
|
|
52
|
+
"types": "./typings/esm.d.mts",
|
|
53
|
+
"default": "./esm.mjs"
|
|
54
|
+
},
|
|
55
|
+
"default": "./index.js"
|
|
56
|
+
},
|
|
57
|
+
"./esm.mjs": {
|
|
58
|
+
"types": "./typings/esm.d.mts",
|
|
59
|
+
"import": "./esm.mjs"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@eslint/js": "^9.4.0",
|
|
64
|
+
"@types/jest": "^30.0.0",
|
|
65
|
+
"@types/node": "^22.7.4",
|
|
66
|
+
"eslint": "^9.17.0",
|
|
67
|
+
"eslint-config-prettier": "^10.0.1",
|
|
68
|
+
"eslint-plugin-jest": "^29.0.1",
|
|
69
|
+
"globals": "^16.0.0",
|
|
70
|
+
"jest": "^30.0.3",
|
|
71
|
+
"prettier": "^3.2.5",
|
|
72
|
+
"ts-jest": "^29.0.3",
|
|
73
|
+
"tsd": "^0.33.0",
|
|
74
|
+
"typescript": "^5.0.4",
|
|
75
|
+
"typescript-eslint": "^8.12.2"
|
|
76
|
+
},
|
|
77
|
+
"types": "typings/index.d.ts",
|
|
78
|
+
"engines": {
|
|
79
|
+
"node": ">=20"
|
|
80
|
+
},
|
|
81
|
+
"support": true
|
|
82
|
+
}
|