projen-pipelines 0.0.72 → 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/.jsii +5 -5
- package/README.md +58 -12
- package/lib/awscdk/base.js +1 -1
- package/lib/awscdk/bash.js +1 -1
- package/lib/awscdk/github.js +1 -1
- package/lib/awscdk/gitlab.js +1 -1
- package/lib/steps/artifact-steps.js +4 -4
- package/lib/steps/aws-assume-role.step.js +1 -1
- package/lib/steps/registries.js +1 -1
- package/lib/steps/step.js +2 -2
- package/node_modules/@babel/code-frame/LICENSE +22 -0
- package/node_modules/@babel/code-frame/README.md +19 -0
- package/node_modules/@babel/code-frame/lib/index.js +156 -0
- package/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- package/node_modules/@babel/code-frame/package.json +30 -0
- package/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
- package/node_modules/@babel/highlight/LICENSE +22 -0
- package/node_modules/@babel/highlight/README.md +19 -0
- package/node_modules/@babel/highlight/lib/index.js +119 -0
- package/node_modules/@babel/highlight/lib/index.js.map +1 -0
- package/node_modules/@babel/highlight/node_modules/ansi-styles/index.js +165 -0
- package/node_modules/@babel/highlight/node_modules/ansi-styles/license +9 -0
- package/node_modules/@babel/highlight/node_modules/ansi-styles/package.json +56 -0
- package/node_modules/@babel/highlight/node_modules/ansi-styles/readme.md +147 -0
- package/node_modules/@babel/highlight/node_modules/chalk/index.js +228 -0
- package/node_modules/@babel/highlight/node_modules/chalk/index.js.flow +93 -0
- package/node_modules/@babel/highlight/node_modules/chalk/license +9 -0
- package/node_modules/@babel/highlight/node_modules/chalk/package.json +71 -0
- package/node_modules/@babel/highlight/node_modules/chalk/readme.md +314 -0
- package/node_modules/@babel/highlight/node_modules/chalk/templates.js +128 -0
- package/node_modules/@babel/highlight/node_modules/chalk/types/index.d.ts +97 -0
- package/node_modules/@babel/highlight/node_modules/color-convert/CHANGELOG.md +54 -0
- package/node_modules/@babel/highlight/node_modules/color-convert/LICENSE +21 -0
- package/node_modules/@babel/highlight/node_modules/color-convert/README.md +68 -0
- package/node_modules/@babel/highlight/node_modules/color-convert/conversions.js +868 -0
- package/node_modules/@babel/highlight/node_modules/color-convert/index.js +78 -0
- package/node_modules/@babel/highlight/node_modules/color-convert/package.json +46 -0
- package/node_modules/@babel/highlight/node_modules/color-convert/route.js +97 -0
- package/node_modules/@babel/highlight/node_modules/color-name/.eslintrc.json +43 -0
- package/node_modules/@babel/highlight/node_modules/color-name/.npmignore +107 -0
- package/node_modules/@babel/highlight/node_modules/color-name/LICENSE +8 -0
- package/node_modules/@babel/highlight/node_modules/color-name/README.md +11 -0
- package/node_modules/@babel/highlight/node_modules/color-name/index.js +152 -0
- package/node_modules/@babel/highlight/node_modules/color-name/package.json +25 -0
- package/node_modules/@babel/highlight/node_modules/color-name/test.js +7 -0
- package/node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js +11 -0
- package/node_modules/@babel/highlight/node_modules/escape-string-regexp/license +21 -0
- package/node_modules/@babel/highlight/node_modules/escape-string-regexp/package.json +41 -0
- package/node_modules/@babel/highlight/node_modules/escape-string-regexp/readme.md +27 -0
- package/node_modules/@babel/highlight/node_modules/has-flag/index.js +8 -0
- package/node_modules/@babel/highlight/node_modules/has-flag/license +9 -0
- package/node_modules/@babel/highlight/node_modules/has-flag/package.json +44 -0
- package/node_modules/@babel/highlight/node_modules/has-flag/readme.md +70 -0
- package/node_modules/@babel/highlight/node_modules/supports-color/browser.js +5 -0
- package/node_modules/@babel/highlight/node_modules/supports-color/index.js +131 -0
- package/node_modules/@babel/highlight/node_modules/supports-color/license +9 -0
- package/node_modules/@babel/highlight/node_modules/supports-color/package.json +53 -0
- package/node_modules/@babel/highlight/node_modules/supports-color/readme.md +66 -0
- package/node_modules/@babel/highlight/package.json +30 -0
- package/node_modules/@hutson/parse-repository-url/LICENSE +202 -0
- package/node_modules/@hutson/parse-repository-url/README.md +104 -0
- package/node_modules/@hutson/parse-repository-url/package.json +48 -0
- package/node_modules/@hutson/parse-repository-url/src/index.js +59 -0
- package/node_modules/@types/minimist/LICENSE +21 -0
- package/node_modules/@types/minimist/README.md +15 -0
- package/node_modules/@types/minimist/index.d.ts +87 -0
- package/node_modules/@types/minimist/package.json +40 -0
- package/node_modules/@types/normalize-package-data/LICENSE +21 -0
- package/node_modules/@types/normalize-package-data/README.md +62 -0
- package/node_modules/@types/normalize-package-data/index.d.ts +43 -0
- package/node_modules/@types/normalize-package-data/package.json +25 -0
- package/node_modules/JSONStream/.travis.yml +8 -0
- package/node_modules/JSONStream/LICENSE.APACHE2 +15 -0
- package/node_modules/JSONStream/LICENSE.MIT +24 -0
- package/node_modules/JSONStream/bin.js +12 -0
- package/node_modules/JSONStream/examples/all_docs.js +13 -0
- package/node_modules/JSONStream/index.js +247 -0
- package/node_modules/JSONStream/package.json +40 -0
- package/node_modules/JSONStream/readme.markdown +207 -0
- package/node_modules/JSONStream/test/bool.js +41 -0
- package/node_modules/JSONStream/test/browser.js +18 -0
- package/node_modules/JSONStream/test/destroy_missing.js +27 -0
- package/node_modules/JSONStream/test/doubledot1.js +29 -0
- package/node_modules/JSONStream/test/doubledot2.js +30 -0
- package/node_modules/JSONStream/test/empty.js +44 -0
- package/node_modules/JSONStream/test/error_contents.js +45 -0
- package/node_modules/JSONStream/test/fixtures/all_npm.json +4030 -0
- package/node_modules/JSONStream/test/fixtures/couch_sample.json +18 -0
- package/node_modules/JSONStream/test/fixtures/depth.json +15 -0
- package/node_modules/JSONStream/test/fixtures/error.json +1 -0
- package/node_modules/JSONStream/test/fixtures/header_footer.json +19 -0
- package/node_modules/JSONStream/test/fn.js +39 -0
- package/node_modules/JSONStream/test/gen.js +135 -0
- package/node_modules/JSONStream/test/header_footer.js +55 -0
- package/node_modules/JSONStream/test/issues.js +34 -0
- package/node_modules/JSONStream/test/keys.js +105 -0
- package/node_modules/JSONStream/test/map.js +40 -0
- package/node_modules/JSONStream/test/multiple_objects.js +36 -0
- package/node_modules/JSONStream/test/multiple_objects_error.js +29 -0
- package/node_modules/JSONStream/test/null.js +28 -0
- package/node_modules/JSONStream/test/parsejson.js +29 -0
- package/node_modules/JSONStream/test/run.js +13 -0
- package/node_modules/JSONStream/test/stringify.js +41 -0
- package/node_modules/JSONStream/test/stringify_object.js +47 -0
- package/node_modules/JSONStream/test/test.js +35 -0
- package/node_modules/JSONStream/test/test2.js +29 -0
- package/node_modules/JSONStream/test/two-ways.js +41 -0
- package/node_modules/add-stream/.jshintrc +25 -0
- package/node_modules/add-stream/.npmignore +7 -0
- package/node_modules/add-stream/.travis.yml +4 -0
- package/node_modules/add-stream/README.md +38 -0
- package/node_modules/add-stream/index.js +56 -0
- package/node_modules/add-stream/package.json +34 -0
- package/node_modules/add-stream/test/spec.js +64 -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/array-ify/README.md +51 -0
- package/node_modules/array-ify/index.js +4 -0
- package/node_modules/array-ify/package.json +37 -0
- package/node_modules/arrify/index.js +8 -0
- package/node_modules/arrify/license +21 -0
- package/node_modules/arrify/package.json +33 -0
- package/node_modules/arrify/readme.md +36 -0
- package/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/node_modules/balanced-match/LICENSE.md +21 -0
- package/node_modules/balanced-match/README.md +97 -0
- package/node_modules/balanced-match/index.js +62 -0
- package/node_modules/balanced-match/package.json +48 -0
- package/node_modules/buffer-from/LICENSE +21 -0
- package/node_modules/buffer-from/index.js +72 -0
- package/node_modules/buffer-from/package.json +19 -0
- package/node_modules/buffer-from/readme.md +69 -0
- package/node_modules/camelcase/index.d.ts +63 -0
- package/node_modules/camelcase/index.js +76 -0
- package/node_modules/camelcase/license +9 -0
- package/node_modules/camelcase/package.json +43 -0
- package/node_modules/camelcase/readme.md +99 -0
- package/node_modules/camelcase-keys/index.d.ts +103 -0
- package/node_modules/camelcase-keys/index.js +77 -0
- package/node_modules/camelcase-keys/license +9 -0
- package/node_modules/camelcase-keys/package.json +73 -0
- package/node_modules/camelcase-keys/readme.md +125 -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/compare-func/LICENSE +21 -0
- package/node_modules/compare-func/README.md +70 -0
- package/node_modules/compare-func/index.js +42 -0
- package/node_modules/compare-func/package.json +47 -0
- package/node_modules/concat-map/.travis.yml +4 -0
- package/node_modules/concat-map/LICENSE +18 -0
- package/node_modules/concat-map/README.markdown +62 -0
- package/node_modules/concat-map/example/map.js +6 -0
- package/node_modules/concat-map/index.js +13 -0
- package/node_modules/concat-map/package.json +43 -0
- package/node_modules/concat-map/test/map.js +39 -0
- package/node_modules/concat-stream/LICENSE +24 -0
- package/node_modules/concat-stream/index.js +144 -0
- package/node_modules/concat-stream/package.json +55 -0
- package/node_modules/concat-stream/readme.md +102 -0
- package/node_modules/conventional-changelog/CHANGELOG.md +933 -0
- package/node_modules/conventional-changelog/LICENSE.md +21 -0
- package/node_modules/conventional-changelog/README.md +66 -0
- package/node_modules/conventional-changelog/index.js +26 -0
- package/node_modules/conventional-changelog/package.json +53 -0
- package/node_modules/conventional-changelog-angular/CHANGELOG.md +408 -0
- package/node_modules/conventional-changelog-angular/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-angular/README.md +104 -0
- package/node_modules/conventional-changelog-angular/conventional-changelog.js +10 -0
- package/node_modules/conventional-changelog-angular/conventional-recommended-bump.js +32 -0
- package/node_modules/conventional-changelog-angular/index.js +11 -0
- package/node_modules/conventional-changelog-angular/package.json +39 -0
- package/node_modules/conventional-changelog-angular/parser-opts.js +13 -0
- package/node_modules/conventional-changelog-angular/templates/commit.hbs +61 -0
- package/node_modules/conventional-changelog-angular/templates/footer.hbs +11 -0
- package/node_modules/conventional-changelog-angular/templates/header.hbs +25 -0
- package/node_modules/conventional-changelog-angular/templates/template.hbs +16 -0
- package/node_modules/conventional-changelog-angular/writer-opts.js +109 -0
- package/node_modules/conventional-changelog-atom/CHANGELOG.md +192 -0
- package/node_modules/conventional-changelog-atom/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-atom/README.md +41 -0
- package/node_modules/conventional-changelog-atom/conventional-changelog.js +10 -0
- package/node_modules/conventional-changelog-atom/conventional-recommended-bump.js +30 -0
- package/node_modules/conventional-changelog-atom/index.js +15 -0
- package/node_modules/conventional-changelog-atom/package.json +39 -0
- package/node_modules/conventional-changelog-atom/parser-opts.js +9 -0
- package/node_modules/conventional-changelog-atom/templates/commit.hbs +5 -0
- package/node_modules/conventional-changelog-atom/templates/header.hbs +1 -0
- package/node_modules/conventional-changelog-atom/templates/template.hbs +15 -0
- package/node_modules/conventional-changelog-atom/writer-opts.js +46 -0
- package/node_modules/conventional-changelog-codemirror/CHANGELOG.md +197 -0
- package/node_modules/conventional-changelog-codemirror/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-codemirror/README.md +13 -0
- package/node_modules/conventional-changelog-codemirror/conventional-changelog.js +10 -0
- package/node_modules/conventional-changelog-codemirror/conventional-recommended-bump.js +30 -0
- package/node_modules/conventional-changelog-codemirror/index.js +15 -0
- package/node_modules/conventional-changelog-codemirror/package.json +39 -0
- package/node_modules/conventional-changelog-codemirror/parser-opts.js +10 -0
- package/node_modules/conventional-changelog-codemirror/templates/commit.hbs +5 -0
- package/node_modules/conventional-changelog-codemirror/templates/header.hbs +1 -0
- package/node_modules/conventional-changelog-codemirror/templates/template.hbs +15 -0
- package/node_modules/conventional-changelog-codemirror/writer-opts.js +39 -0
- package/node_modules/conventional-changelog-config-spec/CHANGELOG.md +15 -0
- package/node_modules/conventional-changelog-config-spec/README.md +7 -0
- package/node_modules/conventional-changelog-config-spec/index.js +1 -0
- package/node_modules/conventional-changelog-config-spec/package.json +32 -0
- package/node_modules/conventional-changelog-config-spec/renovate.json +5 -0
- package/node_modules/conventional-changelog-config-spec/tests/shared.js +38 -0
- package/node_modules/conventional-changelog-config-spec/tests/v1.test.js +7 -0
- package/node_modules/conventional-changelog-config-spec/tests/v2.test.js +26 -0
- package/node_modules/conventional-changelog-config-spec/versions/1.0.0/README.md +143 -0
- package/node_modules/conventional-changelog-config-spec/versions/1.0.0/schema.json +81 -0
- package/node_modules/conventional-changelog-config-spec/versions/2.0.0/README.md +155 -0
- package/node_modules/conventional-changelog-config-spec/versions/2.0.0/schema.json +89 -0
- package/node_modules/conventional-changelog-config-spec/versions/2.1.0/README.md +166 -0
- package/node_modules/conventional-changelog-config-spec/versions/2.1.0/schema.json +97 -0
- package/node_modules/conventional-changelog-conventionalcommits/CHANGELOG.md +245 -0
- package/node_modules/conventional-changelog-conventionalcommits/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-conventionalcommits/README.md +50 -0
- package/node_modules/conventional-changelog-conventionalcommits/add-bang-notes.js +11 -0
- package/node_modules/conventional-changelog-conventionalcommits/conventional-changelog.js +12 -0
- package/node_modules/conventional-changelog-conventionalcommits/conventional-recommended-bump.js +43 -0
- package/node_modules/conventional-changelog-conventionalcommits/index.js +38 -0
- package/node_modules/conventional-changelog-conventionalcommits/package.json +41 -0
- package/node_modules/conventional-changelog-conventionalcommits/parser-opts.js +25 -0
- package/node_modules/conventional-changelog-conventionalcommits/templates/commit.hbs +30 -0
- package/node_modules/conventional-changelog-conventionalcommits/templates/footer.hbs +0 -0
- package/node_modules/conventional-changelog-conventionalcommits/templates/header.hbs +13 -0
- package/node_modules/conventional-changelog-conventionalcommits/templates/template.hbs +23 -0
- package/node_modules/conventional-changelog-conventionalcommits/writer-opts.js +214 -0
- package/node_modules/conventional-changelog-core/CHANGELOG.md +573 -0
- package/node_modules/conventional-changelog-core/LICENSE.md +21 -0
- package/node_modules/conventional-changelog-core/README.md +255 -0
- package/node_modules/conventional-changelog-core/hosts/bitbucket.json +21 -0
- package/node_modules/conventional-changelog-core/hosts/github.json +19 -0
- package/node_modules/conventional-changelog-core/hosts/gitlab.json +17 -0
- package/node_modules/conventional-changelog-core/index.js +144 -0
- package/node_modules/conventional-changelog-core/lib/merge-config.js +345 -0
- package/node_modules/conventional-changelog-core/package.json +50 -0
- package/node_modules/conventional-changelog-ember/CHANGELOG.md +249 -0
- package/node_modules/conventional-changelog-ember/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-ember/README.md +63 -0
- package/node_modules/conventional-changelog-ember/conventional-changelog.js +10 -0
- package/node_modules/conventional-changelog-ember/conventional-recommended-bump.js +30 -0
- package/node_modules/conventional-changelog-ember/index.js +15 -0
- package/node_modules/conventional-changelog-ember/package.json +39 -0
- package/node_modules/conventional-changelog-ember/parser-opts.js +12 -0
- package/node_modules/conventional-changelog-ember/templates/commit.hbs +3 -0
- package/node_modules/conventional-changelog-ember/templates/header.hbs +1 -0
- package/node_modules/conventional-changelog-ember/templates/template.hbs +15 -0
- package/node_modules/conventional-changelog-ember/writer-opts.js +53 -0
- package/node_modules/conventional-changelog-eslint/CHANGELOG.md +234 -0
- package/node_modules/conventional-changelog-eslint/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-eslint/README.md +53 -0
- package/node_modules/conventional-changelog-eslint/conventional-changelog.js +10 -0
- package/node_modules/conventional-changelog-eslint/conventional-recommended-bump.js +32 -0
- package/node_modules/conventional-changelog-eslint/index.js +15 -0
- package/node_modules/conventional-changelog-eslint/package.json +39 -0
- package/node_modules/conventional-changelog-eslint/parser-opts.js +9 -0
- package/node_modules/conventional-changelog-eslint/templates/commit.hbs +5 -0
- package/node_modules/conventional-changelog-eslint/templates/header.hbs +1 -0
- package/node_modules/conventional-changelog-eslint/templates/template.hbs +15 -0
- package/node_modules/conventional-changelog-eslint/writer-opts.js +37 -0
- package/node_modules/conventional-changelog-express/CHANGELOG.md +148 -0
- package/node_modules/conventional-changelog-express/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-express/README.md +14 -0
- package/node_modules/conventional-changelog-express/conventional-changelog.js +10 -0
- package/node_modules/conventional-changelog-express/conventional-recommended-bump.js +30 -0
- package/node_modules/conventional-changelog-express/index.js +15 -0
- package/node_modules/conventional-changelog-express/package.json +39 -0
- package/node_modules/conventional-changelog-express/parser-opts.js +9 -0
- package/node_modules/conventional-changelog-express/templates/commit.hbs +9 -0
- package/node_modules/conventional-changelog-express/templates/header.hbs +2 -0
- package/node_modules/conventional-changelog-express/templates/template.hbs +14 -0
- package/node_modules/conventional-changelog-express/writer-opts.js +39 -0
- package/node_modules/conventional-changelog-jquery/CHANGELOG.md +237 -0
- package/node_modules/conventional-changelog-jquery/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-jquery/README.md +52 -0
- package/node_modules/conventional-changelog-jquery/conventional-changelog.js +10 -0
- package/node_modules/conventional-changelog-jquery/conventional-recommended-bump.js +30 -0
- package/node_modules/conventional-changelog-jquery/index.js +11 -0
- package/node_modules/conventional-changelog-jquery/package.json +39 -0
- package/node_modules/conventional-changelog-jquery/parser-opts.js +9 -0
- package/node_modules/conventional-changelog-jquery/templates/commit.hbs +56 -0
- package/node_modules/conventional-changelog-jquery/templates/header.hbs +17 -0
- package/node_modules/conventional-changelog-jquery/templates/template.hbs +16 -0
- package/node_modules/conventional-changelog-jquery/writer-opts.js +45 -0
- package/node_modules/conventional-changelog-jshint/CHANGELOG.md +208 -0
- package/node_modules/conventional-changelog-jshint/LICENSE.md +15 -0
- package/node_modules/conventional-changelog-jshint/README.md +90 -0
- package/node_modules/conventional-changelog-jshint/conventional-changelog.js +10 -0
- package/node_modules/conventional-changelog-jshint/conventional-recommended-bump.js +30 -0
- package/node_modules/conventional-changelog-jshint/index.js +15 -0
- package/node_modules/conventional-changelog-jshint/package.json +40 -0
- package/node_modules/conventional-changelog-jshint/parser-opts.js +10 -0
- package/node_modules/conventional-changelog-jshint/templates/commit.hbs +5 -0
- package/node_modules/conventional-changelog-jshint/templates/footer.hbs +11 -0
- package/node_modules/conventional-changelog-jshint/templates/header.hbs +1 -0
- package/node_modules/conventional-changelog-jshint/templates/template.hbs +16 -0
- package/node_modules/conventional-changelog-jshint/writer-opts.js +56 -0
- package/node_modules/conventional-changelog-preset-loader/CHANGELOG.md +183 -0
- package/node_modules/conventional-changelog-preset-loader/LICENSE.md +21 -0
- package/node_modules/conventional-changelog-preset-loader/README.md +41 -0
- package/node_modules/conventional-changelog-preset-loader/index.js +59 -0
- package/node_modules/conventional-changelog-preset-loader/package.json +32 -0
- package/node_modules/conventional-changelog-writer/CHANGELOG.md +603 -0
- package/node_modules/conventional-changelog-writer/LICENSE.md +21 -0
- package/node_modules/conventional-changelog-writer/README.md +369 -0
- package/node_modules/conventional-changelog-writer/cli.js +120 -0
- package/node_modules/conventional-changelog-writer/index.js +204 -0
- package/node_modules/conventional-changelog-writer/lib/util.js +216 -0
- package/node_modules/conventional-changelog-writer/node_modules/semver/LICENSE +15 -0
- package/node_modules/conventional-changelog-writer/node_modules/semver/README.md +443 -0
- package/node_modules/conventional-changelog-writer/node_modules/semver/bin/semver.js +174 -0
- package/node_modules/conventional-changelog-writer/node_modules/semver/package.json +38 -0
- package/node_modules/conventional-changelog-writer/node_modules/semver/range.bnf +16 -0
- package/node_modules/conventional-changelog-writer/node_modules/semver/semver.js +1643 -0
- package/node_modules/conventional-changelog-writer/package.json +59 -0
- package/node_modules/conventional-changelog-writer/templates/commit.hbs +56 -0
- package/node_modules/conventional-changelog-writer/templates/footer.hbs +10 -0
- package/node_modules/conventional-changelog-writer/templates/header.hbs +9 -0
- package/node_modules/conventional-changelog-writer/templates/template.hbs +11 -0
- package/node_modules/conventional-commits-filter/CHANGELOG.md +119 -0
- package/node_modules/conventional-commits-filter/LICENSE +21 -0
- package/node_modules/conventional-commits-filter/README.md +184 -0
- package/node_modules/conventional-commits-filter/index.js +59 -0
- package/node_modules/conventional-commits-filter/package.json +39 -0
- package/node_modules/conventional-commits-parser/CHANGELOG.md +463 -0
- package/node_modules/conventional-commits-parser/LICENSE.md +21 -0
- package/node_modules/conventional-commits-parser/README.md +383 -0
- package/node_modules/conventional-commits-parser/cli.js +165 -0
- package/node_modules/conventional-commits-parser/index.js +101 -0
- package/node_modules/conventional-commits-parser/lib/parser.js +316 -0
- package/node_modules/conventional-commits-parser/lib/regex.js +61 -0
- package/node_modules/conventional-commits-parser/package.json +52 -0
- package/node_modules/conventional-recommended-bump/CHANGELOG.md +432 -0
- package/node_modules/conventional-recommended-bump/LICENSE.md +21 -0
- package/node_modules/conventional-recommended-bump/README.md +191 -0
- package/node_modules/conventional-recommended-bump/cli.js +103 -0
- package/node_modules/conventional-recommended-bump/index.js +100 -0
- package/node_modules/conventional-recommended-bump/package.json +50 -0
- package/node_modules/conventional-recommended-bump/preset-resolver.js +22 -0
- package/node_modules/core-util-is/LICENSE +19 -0
- package/node_modules/core-util-is/README.md +3 -0
- package/node_modules/core-util-is/lib/util.js +107 -0
- package/node_modules/core-util-is/package.json +38 -0
- package/node_modules/dargs/index.d.ts +158 -0
- package/node_modules/dargs/index.js +120 -0
- package/node_modules/dargs/license +9 -0
- package/node_modules/dargs/package.json +48 -0
- package/node_modules/dargs/readme.md +179 -0
- package/node_modules/dateformat/LICENSE +20 -0
- package/node_modules/dateformat/Readme.md +162 -0
- package/node_modules/dateformat/lib/dateformat.js +229 -0
- package/node_modules/dateformat/package.json +30 -0
- package/node_modules/decamelize-keys/index.js +19 -0
- package/node_modules/decamelize-keys/license +21 -0
- package/node_modules/decamelize-keys/node_modules/decamelize/index.js +13 -0
- package/node_modules/decamelize-keys/node_modules/decamelize/license +21 -0
- package/node_modules/decamelize-keys/node_modules/decamelize/package.json +38 -0
- package/node_modules/decamelize-keys/node_modules/decamelize/readme.md +48 -0
- package/node_modules/decamelize-keys/node_modules/map-obj/index.js +13 -0
- package/node_modules/decamelize-keys/node_modules/map-obj/license +21 -0
- package/node_modules/decamelize-keys/node_modules/map-obj/package.json +36 -0
- package/node_modules/decamelize-keys/node_modules/map-obj/readme.md +29 -0
- package/node_modules/decamelize-keys/package.json +63 -0
- package/node_modules/decamelize-keys/readme.md +69 -0
- package/node_modules/detect-newline/index.d.ts +26 -0
- package/node_modules/detect-newline/index.js +21 -0
- package/node_modules/detect-newline/license +9 -0
- package/node_modules/detect-newline/package.json +39 -0
- package/node_modules/detect-newline/readme.md +42 -0
- package/node_modules/dot-prop/index.d.ts +101 -0
- package/node_modules/dot-prop/index.js +142 -0
- package/node_modules/dot-prop/license +9 -0
- package/node_modules/dot-prop/package.json +45 -0
- package/node_modules/dot-prop/readme.md +117 -0
- package/node_modules/dotgitignore/.travis.yml +5 -0
- package/node_modules/dotgitignore/CHANGELOG.md +67 -0
- package/node_modules/dotgitignore/LICENSE.txt +14 -0
- package/node_modules/dotgitignore/README.md +29 -0
- package/node_modules/dotgitignore/index.js +21 -0
- package/node_modules/dotgitignore/lib/dotignore.js +49 -0
- package/node_modules/dotgitignore/node_modules/brace-expansion/LICENSE +21 -0
- package/node_modules/dotgitignore/node_modules/brace-expansion/README.md +129 -0
- package/node_modules/dotgitignore/node_modules/brace-expansion/index.js +201 -0
- package/node_modules/dotgitignore/node_modules/brace-expansion/package.json +47 -0
- package/node_modules/dotgitignore/node_modules/find-up/index.js +46 -0
- package/node_modules/dotgitignore/node_modules/find-up/license +9 -0
- package/node_modules/dotgitignore/node_modules/find-up/package.json +50 -0
- package/node_modules/dotgitignore/node_modules/find-up/readme.md +87 -0
- package/node_modules/dotgitignore/node_modules/locate-path/index.js +24 -0
- package/node_modules/dotgitignore/node_modules/locate-path/license +9 -0
- package/node_modules/dotgitignore/node_modules/locate-path/package.json +44 -0
- package/node_modules/dotgitignore/node_modules/locate-path/readme.md +99 -0
- package/node_modules/dotgitignore/node_modules/minimatch/LICENSE +15 -0
- package/node_modules/dotgitignore/node_modules/minimatch/README.md +230 -0
- package/node_modules/dotgitignore/node_modules/minimatch/minimatch.js +947 -0
- package/node_modules/dotgitignore/node_modules/minimatch/package.json +33 -0
- package/node_modules/dotgitignore/node_modules/p-limit/index.d.ts +38 -0
- package/node_modules/dotgitignore/node_modules/p-limit/index.js +57 -0
- package/node_modules/dotgitignore/node_modules/p-limit/license +9 -0
- package/node_modules/dotgitignore/node_modules/p-limit/package.json +52 -0
- package/node_modules/dotgitignore/node_modules/p-limit/readme.md +101 -0
- package/node_modules/dotgitignore/node_modules/p-locate/index.js +34 -0
- package/node_modules/dotgitignore/node_modules/p-locate/license +9 -0
- package/node_modules/dotgitignore/node_modules/p-locate/package.json +51 -0
- package/node_modules/dotgitignore/node_modules/p-locate/readme.md +88 -0
- package/node_modules/dotgitignore/node_modules/path-exists/index.js +17 -0
- package/node_modules/dotgitignore/node_modules/path-exists/license +21 -0
- package/node_modules/dotgitignore/node_modules/path-exists/package.json +40 -0
- package/node_modules/dotgitignore/node_modules/path-exists/readme.md +50 -0
- package/node_modules/dotgitignore/package.json +41 -0
- package/node_modules/dotgitignore/test.js +25 -0
- package/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/node_modules/emoji-regex/README.md +73 -0
- package/node_modules/emoji-regex/es2015/index.js +6 -0
- package/node_modules/emoji-regex/es2015/text.js +6 -0
- package/node_modules/emoji-regex/index.d.ts +23 -0
- package/node_modules/emoji-regex/index.js +6 -0
- package/node_modules/emoji-regex/package.json +50 -0
- package/node_modules/emoji-regex/text.js +6 -0
- package/node_modules/error-ex/LICENSE +21 -0
- package/node_modules/error-ex/README.md +144 -0
- package/node_modules/error-ex/index.js +141 -0
- package/node_modules/error-ex/package.json +46 -0
- package/node_modules/escalade/dist/index.js +22 -0
- package/node_modules/escalade/dist/index.mjs +22 -0
- package/node_modules/escalade/index.d.ts +3 -0
- package/node_modules/escalade/license +9 -0
- package/node_modules/escalade/package.json +63 -0
- package/node_modules/escalade/readme.md +211 -0
- package/node_modules/escalade/sync/index.d.ts +2 -0
- package/node_modules/escalade/sync/index.js +18 -0
- package/node_modules/escalade/sync/index.mjs +18 -0
- package/node_modules/figures/index.d.ts +96 -0
- package/node_modules/figures/index.js +151 -0
- package/node_modules/figures/license +9 -0
- package/node_modules/figures/node_modules/escape-string-regexp/index.js +11 -0
- package/node_modules/figures/node_modules/escape-string-regexp/license +21 -0
- package/node_modules/figures/node_modules/escape-string-regexp/package.json +41 -0
- package/node_modules/figures/node_modules/escape-string-regexp/readme.md +27 -0
- package/node_modules/figures/package.json +45 -0
- package/node_modules/figures/readme.md +139 -0
- package/node_modules/find-up/index.d.ts +138 -0
- package/node_modules/find-up/index.js +89 -0
- package/node_modules/find-up/license +9 -0
- package/node_modules/find-up/package.json +54 -0
- package/node_modules/find-up/readme.md +151 -0
- package/node_modules/function-bind/.eslintrc +21 -0
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +46 -0
- package/node_modules/function-bind/implementation.js +84 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +87 -0
- package/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/function-bind/test/index.js +252 -0
- package/node_modules/get-caller-file/LICENSE.md +6 -0
- package/node_modules/get-caller-file/README.md +41 -0
- package/node_modules/get-caller-file/index.d.ts +2 -0
- package/node_modules/get-caller-file/index.js +22 -0
- package/node_modules/get-caller-file/index.js.map +1 -0
- package/node_modules/get-caller-file/package.json +42 -0
- package/node_modules/get-pkg-repo/CHANGELOG.md +17 -0
- package/node_modules/get-pkg-repo/LICENSE +21 -0
- package/node_modules/get-pkg-repo/README.md +141 -0
- package/node_modules/get-pkg-repo/node_modules/cliui/CHANGELOG.md +121 -0
- package/node_modules/get-pkg-repo/node_modules/cliui/LICENSE.txt +14 -0
- package/node_modules/get-pkg-repo/node_modules/cliui/README.md +141 -0
- package/node_modules/get-pkg-repo/node_modules/cliui/build/index.cjs +302 -0
- package/node_modules/get-pkg-repo/node_modules/cliui/build/lib/index.js +287 -0
- package/node_modules/get-pkg-repo/node_modules/cliui/build/lib/string-utils.js +27 -0
- package/node_modules/get-pkg-repo/node_modules/cliui/index.mjs +13 -0
- package/node_modules/get-pkg-repo/node_modules/cliui/package.json +83 -0
- package/node_modules/get-pkg-repo/node_modules/isarray/.npmignore +1 -0
- package/node_modules/get-pkg-repo/node_modules/isarray/.travis.yml +4 -0
- package/node_modules/get-pkg-repo/node_modules/isarray/Makefile +6 -0
- package/node_modules/get-pkg-repo/node_modules/isarray/README.md +60 -0
- package/node_modules/get-pkg-repo/node_modules/isarray/component.json +19 -0
- package/node_modules/get-pkg-repo/node_modules/isarray/index.js +5 -0
- package/node_modules/get-pkg-repo/node_modules/isarray/package.json +45 -0
- package/node_modules/get-pkg-repo/node_modules/isarray/test.js +20 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/.travis.yml +34 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/README.md +58 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/duplex-browser.js +1 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/duplex.js +1 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_duplex.js +131 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_readable.js +1019 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_transform.js +214 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_writable.js +685 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/internal/streams/BufferList.js +78 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/internal/streams/destroy.js +84 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/package.json +52 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/passthrough.js +1 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/readable-browser.js +7 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/readable.js +19 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/transform.js +1 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/writable-browser.js +1 -0
- package/node_modules/get-pkg-repo/node_modules/readable-stream/writable.js +8 -0
- package/node_modules/get-pkg-repo/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/get-pkg-repo/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/get-pkg-repo/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/get-pkg-repo/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/get-pkg-repo/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/get-pkg-repo/node_modules/string_decoder/.travis.yml +50 -0
- package/node_modules/get-pkg-repo/node_modules/string_decoder/LICENSE +48 -0
- package/node_modules/get-pkg-repo/node_modules/string_decoder/README.md +47 -0
- package/node_modules/get-pkg-repo/node_modules/string_decoder/lib/string_decoder.js +296 -0
- package/node_modules/get-pkg-repo/node_modules/string_decoder/package.json +31 -0
- package/node_modules/get-pkg-repo/node_modules/through2/LICENSE.md +9 -0
- package/node_modules/get-pkg-repo/node_modules/through2/README.md +134 -0
- package/node_modules/get-pkg-repo/node_modules/through2/package.json +33 -0
- package/node_modules/get-pkg-repo/node_modules/through2/through2.js +96 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/CHANGELOG.md +88 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/LICENSE +21 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/README.md +202 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/browser.mjs +7 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/index.cjs +2920 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/argsert.js +62 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/command.js +382 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/completion-templates.js +47 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/completion.js +128 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/middleware.js +53 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/parse-command.js +32 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/typings/common-types.js +9 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/usage.js +548 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/which-module.js +10 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/validation.js +308 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/yerror.js +7 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/helpers/index.js +14 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/helpers/package.json +3 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/index.cjs +39 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/index.mjs +8 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/be.json +46 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/de.json +46 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/en.json +51 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/es.json +46 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/fi.json +49 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/fr.json +53 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/hi.json +49 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/hu.json +46 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/id.json +50 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/it.json +46 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/ja.json +51 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/ko.json +49 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/nb.json +44 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/nl.json +49 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/nn.json +44 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/pirate.json +13 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/pl.json +49 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/pt.json +45 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/pt_BR.json +48 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/ru.json +46 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/th.json +46 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/tr.json +48 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/zh_CN.json +48 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/locales/zh_TW.json +47 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/package.json +122 -0
- package/node_modules/get-pkg-repo/node_modules/yargs/yargs +9 -0
- package/node_modules/get-pkg-repo/package.json +61 -0
- package/node_modules/get-pkg-repo/src/cli.js +77 -0
- package/node_modules/get-pkg-repo/src/index.js +16 -0
- package/node_modules/get-pkg-repo/src/index.spec.js +179 -0
- package/node_modules/git-raw-commits/CHANGELOG.md +182 -0
- package/node_modules/git-raw-commits/LICENSE.md +21 -0
- package/node_modules/git-raw-commits/README.md +101 -0
- package/node_modules/git-raw-commits/cli.js +19 -0
- package/node_modules/git-raw-commits/index.js +91 -0
- package/node_modules/git-raw-commits/package.json +48 -0
- package/node_modules/git-remote-origin-url/index.js +15 -0
- package/node_modules/git-remote-origin-url/license +21 -0
- package/node_modules/git-remote-origin-url/package.json +35 -0
- package/node_modules/git-remote-origin-url/readme.md +37 -0
- package/node_modules/git-semver-tags/CHANGELOG.md +206 -0
- package/node_modules/git-semver-tags/LICENSE.md +21 -0
- package/node_modules/git-semver-tags/README.md +54 -0
- package/node_modules/git-semver-tags/cli.js +43 -0
- package/node_modules/git-semver-tags/index.js +68 -0
- package/node_modules/git-semver-tags/node_modules/semver/LICENSE +15 -0
- package/node_modules/git-semver-tags/node_modules/semver/README.md +443 -0
- package/node_modules/git-semver-tags/node_modules/semver/bin/semver.js +174 -0
- package/node_modules/git-semver-tags/node_modules/semver/package.json +38 -0
- package/node_modules/git-semver-tags/node_modules/semver/range.bnf +16 -0
- package/node_modules/git-semver-tags/node_modules/semver/semver.js +1643 -0
- package/node_modules/git-semver-tags/package.json +45 -0
- package/node_modules/gitconfiglocal/README.md +32 -0
- package/node_modules/gitconfiglocal/index.js +44 -0
- package/node_modules/gitconfiglocal/package.json +28 -0
- package/node_modules/graceful-fs/LICENSE +15 -0
- package/node_modules/graceful-fs/README.md +143 -0
- package/node_modules/graceful-fs/clone.js +23 -0
- package/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/node_modules/graceful-fs/package.json +53 -0
- package/node_modules/graceful-fs/polyfills.js +355 -0
- package/node_modules/handlebars/LICENSE +19 -0
- package/node_modules/handlebars/README.markdown +169 -0
- package/node_modules/handlebars/bin/.eslintrc.js +6 -0
- package/node_modules/handlebars/bin/handlebars +176 -0
- package/node_modules/handlebars/dist/amd/handlebars/base.js +106 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/ast.js +31 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/base.js +45 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/code-gen.js +165 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/compiler.js +562 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/helpers.js +228 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/javascript-compiler.js +1150 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/parser.js +737 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/printer.js +186 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/visitor.js +138 -0
- package/node_modules/handlebars/dist/amd/handlebars/compiler/whitespace-control.js +219 -0
- package/node_modules/handlebars/dist/amd/handlebars/decorators/inline.js +25 -0
- package/node_modules/handlebars/dist/amd/handlebars/decorators.js +16 -0
- package/node_modules/handlebars/dist/amd/handlebars/exception.js +64 -0
- package/node_modules/handlebars/dist/amd/handlebars/helpers/block-helper-missing.js +35 -0
- package/node_modules/handlebars/dist/amd/handlebars/helpers/each.js +99 -0
- package/node_modules/handlebars/dist/amd/handlebars/helpers/helper-missing.js +22 -0
- package/node_modules/handlebars/dist/amd/handlebars/helpers/if.js +41 -0
- package/node_modules/handlebars/dist/amd/handlebars/helpers/log.js +24 -0
- package/node_modules/handlebars/dist/amd/handlebars/helpers/lookup.js +14 -0
- package/node_modules/handlebars/dist/amd/handlebars/helpers/with.js +38 -0
- package/node_modules/handlebars/dist/amd/handlebars/helpers.js +44 -0
- package/node_modules/handlebars/dist/amd/handlebars/internal/create-new-lookup-object.js +22 -0
- package/node_modules/handlebars/dist/amd/handlebars/internal/proto-access.js +71 -0
- package/node_modules/handlebars/dist/amd/handlebars/internal/wrapHelper.js +21 -0
- package/node_modules/handlebars/dist/amd/handlebars/logger.js +44 -0
- package/node_modules/handlebars/dist/amd/handlebars/no-conflict.js +28 -0
- package/node_modules/handlebars/dist/amd/handlebars/runtime.js +356 -0
- package/node_modules/handlebars/dist/amd/handlebars/safe-string.js +15 -0
- package/node_modules/handlebars/dist/amd/handlebars/utils.js +126 -0
- package/node_modules/handlebars/dist/amd/handlebars.js +52 -0
- package/node_modules/handlebars/dist/amd/handlebars.runtime.js +44 -0
- package/node_modules/handlebars/dist/amd/precompiler.js +314 -0
- package/node_modules/handlebars/dist/cjs/handlebars/base.js +116 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js +31 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js +57 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js +168 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js +566 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js +228 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js +1158 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js +737 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js +186 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js +140 -0
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js +221 -0
- package/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js +29 -0
- package/node_modules/handlebars/dist/cjs/handlebars/decorators.js +16 -0
- package/node_modules/handlebars/dist/cjs/handlebars/exception.js +64 -0
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js +39 -0
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js +104 -0
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js +25 -0
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js +46 -0
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js +26 -0
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js +16 -0
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js +43 -0
- package/node_modules/handlebars/dist/cjs/handlebars/helpers.js +56 -0
- package/node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js +22 -0
- package/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js +73 -0
- package/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js +19 -0
- package/node_modules/handlebars/dist/cjs/handlebars/logger.js +47 -0
- package/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js +30 -0
- package/node_modules/handlebars/dist/cjs/handlebars/runtime.js +372 -0
- package/node_modules/handlebars/dist/cjs/handlebars/safe-string.js +15 -0
- package/node_modules/handlebars/dist/cjs/handlebars/utils.js +124 -0
- package/node_modules/handlebars/dist/cjs/handlebars.js +66 -0
- package/node_modules/handlebars/dist/cjs/handlebars.runtime.js +66 -0
- package/node_modules/handlebars/dist/cjs/precompiler.js +328 -0
- package/node_modules/handlebars/dist/handlebars.amd.js +4639 -0
- package/node_modules/handlebars/dist/handlebars.amd.min.js +29 -0
- package/node_modules/handlebars/dist/handlebars.js +5972 -0
- package/node_modules/handlebars/dist/handlebars.min.js +29 -0
- package/node_modules/handlebars/dist/handlebars.runtime.amd.js +1302 -0
- package/node_modules/handlebars/dist/handlebars.runtime.amd.min.js +27 -0
- package/node_modules/handlebars/dist/handlebars.runtime.js +2563 -0
- package/node_modules/handlebars/dist/handlebars.runtime.min.js +27 -0
- package/node_modules/handlebars/lib/.eslintrc.js +8 -0
- package/node_modules/handlebars/lib/handlebars/base.js +94 -0
- package/node_modules/handlebars/lib/handlebars/compiler/ast.js +32 -0
- package/node_modules/handlebars/lib/handlebars/compiler/base.js +34 -0
- package/node_modules/handlebars/lib/handlebars/compiler/code-gen.js +171 -0
- package/node_modules/handlebars/lib/handlebars/compiler/compiler.js +594 -0
- package/node_modules/handlebars/lib/handlebars/compiler/helpers.js +219 -0
- package/node_modules/handlebars/lib/handlebars/compiler/javascript-compiler.js +1293 -0
- package/node_modules/handlebars/lib/handlebars/compiler/parser.js +622 -0
- package/node_modules/handlebars/lib/handlebars/compiler/printer.js +178 -0
- package/node_modules/handlebars/lib/handlebars/compiler/visitor.js +136 -0
- package/node_modules/handlebars/lib/handlebars/compiler/whitespace-control.js +234 -0
- package/node_modules/handlebars/lib/handlebars/decorators/inline.js +22 -0
- package/node_modules/handlebars/lib/handlebars/decorators.js +5 -0
- package/node_modules/handlebars/lib/handlebars/exception.js +68 -0
- package/node_modules/handlebars/lib/handlebars/helpers/block-helper-missing.js +35 -0
- package/node_modules/handlebars/lib/handlebars/helpers/each.js +101 -0
- package/node_modules/handlebars/lib/handlebars/helpers/helper-missing.js +15 -0
- package/node_modules/handlebars/lib/handlebars/helpers/if.js +33 -0
- package/node_modules/handlebars/lib/handlebars/helpers/log.js +19 -0
- package/node_modules/handlebars/lib/handlebars/helpers/lookup.js +9 -0
- package/node_modules/handlebars/lib/handlebars/helpers/with.js +39 -0
- package/node_modules/handlebars/lib/handlebars/helpers.js +26 -0
- package/node_modules/handlebars/lib/handlebars/internal/create-new-lookup-object.js +11 -0
- package/node_modules/handlebars/lib/handlebars/internal/proto-access.js +70 -0
- package/node_modules/handlebars/lib/handlebars/internal/wrapHelper.js +13 -0
- package/node_modules/handlebars/lib/handlebars/logger.js +39 -0
- package/node_modules/handlebars/lib/handlebars/no-conflict.js +23 -0
- package/node_modules/handlebars/lib/handlebars/runtime.js +450 -0
- package/node_modules/handlebars/lib/handlebars/safe-string.js +10 -0
- package/node_modules/handlebars/lib/handlebars/utils.js +116 -0
- package/node_modules/handlebars/lib/handlebars.js +46 -0
- package/node_modules/handlebars/lib/handlebars.runtime.js +37 -0
- package/node_modules/handlebars/lib/index.js +26 -0
- package/node_modules/handlebars/lib/precompiler.js +341 -0
- package/node_modules/handlebars/package.json +135 -0
- package/node_modules/handlebars/release-notes.md +1102 -0
- package/node_modules/handlebars/runtime.d.ts +5 -0
- package/node_modules/handlebars/runtime.js +3 -0
- package/node_modules/handlebars/types/index.d.ts +422 -0
- package/node_modules/hard-rejection/index.d.ts +15 -0
- package/node_modules/hard-rejection/index.js +25 -0
- package/node_modules/hard-rejection/license +9 -0
- package/node_modules/hard-rejection/package.json +47 -0
- package/node_modules/hard-rejection/readme.md +77 -0
- package/node_modules/hard-rejection/register.js +2 -0
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +40 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +92 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/hosted-git-info/LICENSE +13 -0
- package/node_modules/hosted-git-info/README.md +133 -0
- package/node_modules/hosted-git-info/git-host-info.js +184 -0
- package/node_modules/hosted-git-info/git-host.js +110 -0
- package/node_modules/hosted-git-info/index.js +237 -0
- package/node_modules/hosted-git-info/node_modules/lru-cache/LICENSE +15 -0
- package/node_modules/hosted-git-info/node_modules/lru-cache/README.md +166 -0
- package/node_modules/hosted-git-info/node_modules/lru-cache/index.js +334 -0
- package/node_modules/hosted-git-info/node_modules/lru-cache/package.json +34 -0
- package/node_modules/hosted-git-info/node_modules/yallist/LICENSE +15 -0
- package/node_modules/hosted-git-info/node_modules/yallist/README.md +204 -0
- package/node_modules/hosted-git-info/node_modules/yallist/iterator.js +8 -0
- package/node_modules/hosted-git-info/node_modules/yallist/package.json +29 -0
- package/node_modules/hosted-git-info/node_modules/yallist/yallist.js +426 -0
- package/node_modules/hosted-git-info/package.json +51 -0
- package/node_modules/indent-string/index.d.ts +42 -0
- package/node_modules/indent-string/index.js +35 -0
- package/node_modules/indent-string/license +9 -0
- package/node_modules/indent-string/package.json +37 -0
- package/node_modules/indent-string/readme.md +70 -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/ini/LICENSE +15 -0
- package/node_modules/ini/README.md +102 -0
- package/node_modules/ini/ini.js +206 -0
- package/node_modules/ini/package.json +33 -0
- package/node_modules/is-arrayish/.editorconfig +18 -0
- package/node_modules/is-arrayish/.istanbul.yml +4 -0
- package/node_modules/is-arrayish/.npmignore +5 -0
- package/node_modules/is-arrayish/.travis.yml +17 -0
- package/node_modules/is-arrayish/LICENSE +21 -0
- package/node_modules/is-arrayish/README.md +16 -0
- package/node_modules/is-arrayish/index.js +10 -0
- package/node_modules/is-arrayish/package.json +34 -0
- package/node_modules/is-core-module/.eslintrc +18 -0
- package/node_modules/is-core-module/.nycrc +9 -0
- package/node_modules/is-core-module/CHANGELOG.md +205 -0
- package/node_modules/is-core-module/LICENSE +20 -0
- package/node_modules/is-core-module/README.md +40 -0
- package/node_modules/is-core-module/core.json +161 -0
- package/node_modules/is-core-module/index.js +69 -0
- package/node_modules/is-core-module/package.json +76 -0
- package/node_modules/is-core-module/test/index.js +154 -0
- package/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
- package/node_modules/is-fullwidth-code-point/index.js +50 -0
- package/node_modules/is-fullwidth-code-point/license +9 -0
- package/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/node_modules/is-obj/index.d.ts +22 -0
- package/node_modules/is-obj/index.js +6 -0
- package/node_modules/is-obj/license +9 -0
- package/node_modules/is-obj/package.json +34 -0
- package/node_modules/is-obj/readme.md +39 -0
- package/node_modules/is-plain-obj/index.js +7 -0
- package/node_modules/is-plain-obj/license +21 -0
- package/node_modules/is-plain-obj/package.json +36 -0
- package/node_modules/is-plain-obj/readme.md +35 -0
- package/node_modules/is-text-path/index.js +12 -0
- package/node_modules/is-text-path/license +21 -0
- package/node_modules/is-text-path/package.json +39 -0
- package/node_modules/is-text-path/readme.md +34 -0
- package/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/node_modules/js-tokens/LICENSE +21 -0
- package/node_modules/js-tokens/README.md +240 -0
- package/node_modules/js-tokens/index.js +23 -0
- package/node_modules/js-tokens/package.json +30 -0
- package/node_modules/json-parse-better-errors/CHANGELOG.md +46 -0
- package/node_modules/json-parse-better-errors/LICENSE.md +7 -0
- package/node_modules/json-parse-better-errors/README.md +46 -0
- package/node_modules/json-parse-better-errors/index.js +38 -0
- package/node_modules/json-parse-better-errors/package.json +45 -0
- package/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
- package/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
- package/node_modules/json-parse-even-better-errors/README.md +96 -0
- package/node_modules/json-parse-even-better-errors/index.js +121 -0
- package/node_modules/json-parse-even-better-errors/package.json +33 -0
- package/node_modules/json-stringify-safe/.npmignore +1 -0
- package/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
- package/node_modules/json-stringify-safe/LICENSE +15 -0
- package/node_modules/json-stringify-safe/Makefile +35 -0
- package/node_modules/json-stringify-safe/README.md +52 -0
- package/node_modules/json-stringify-safe/package.json +31 -0
- package/node_modules/json-stringify-safe/stringify.js +27 -0
- package/node_modules/json-stringify-safe/test/mocha.opts +2 -0
- package/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
- package/node_modules/jsonparse/.npmignore +1 -0
- package/node_modules/jsonparse/LICENSE +24 -0
- package/node_modules/jsonparse/README.markdown +11 -0
- package/node_modules/jsonparse/bench.js +26 -0
- package/node_modules/jsonparse/examples/twitterfeed.js +30 -0
- package/node_modules/jsonparse/jsonparse.js +413 -0
- package/node_modules/jsonparse/package.json +22 -0
- package/node_modules/jsonparse/samplejson/basic.json +167 -0
- package/node_modules/jsonparse/samplejson/basic2.json +180 -0
- package/node_modules/jsonparse/test/big-token.js +24 -0
- package/node_modules/jsonparse/test/boundary.js +110 -0
- package/node_modules/jsonparse/test/offset.js +67 -0
- package/node_modules/jsonparse/test/primitives.js +57 -0
- package/node_modules/jsonparse/test/surrogate.js +26 -0
- package/node_modules/jsonparse/test/unvalid.js +15 -0
- package/node_modules/jsonparse/test/utf8.js +38 -0
- package/node_modules/kind-of/CHANGELOG.md +160 -0
- package/node_modules/kind-of/LICENSE +21 -0
- package/node_modules/kind-of/README.md +367 -0
- package/node_modules/kind-of/index.js +129 -0
- package/node_modules/kind-of/package.json +88 -0
- package/node_modules/lines-and-columns/LICENSE +21 -0
- package/node_modules/lines-and-columns/README.md +33 -0
- package/node_modules/lines-and-columns/build/index.d.ts +13 -0
- package/node_modules/lines-and-columns/build/index.js +62 -0
- package/node_modules/lines-and-columns/package.json +49 -0
- package/node_modules/load-json-file/index.js +11 -0
- package/node_modules/load-json-file/license +21 -0
- package/node_modules/load-json-file/node_modules/parse-json/index.js +33 -0
- package/node_modules/load-json-file/node_modules/parse-json/license +9 -0
- package/node_modules/load-json-file/node_modules/parse-json/package.json +43 -0
- package/node_modules/load-json-file/node_modules/parse-json/readme.md +83 -0
- package/node_modules/load-json-file/node_modules/pify/index.js +84 -0
- package/node_modules/load-json-file/node_modules/pify/license +9 -0
- package/node_modules/load-json-file/node_modules/pify/package.json +51 -0
- package/node_modules/load-json-file/node_modules/pify/readme.md +131 -0
- package/node_modules/load-json-file/node_modules/strip-bom/index.js +14 -0
- package/node_modules/load-json-file/node_modules/strip-bom/license +21 -0
- package/node_modules/load-json-file/node_modules/strip-bom/package.json +40 -0
- package/node_modules/load-json-file/node_modules/strip-bom/readme.md +36 -0
- package/node_modules/load-json-file/package.json +43 -0
- package/node_modules/load-json-file/readme.md +45 -0
- package/node_modules/locate-path/index.d.ts +83 -0
- package/node_modules/locate-path/index.js +68 -0
- package/node_modules/locate-path/license +9 -0
- package/node_modules/locate-path/package.json +46 -0
- package/node_modules/locate-path/readme.md +125 -0
- package/node_modules/lodash/LICENSE +47 -0
- package/node_modules/lodash/README.md +39 -0
- package/node_modules/lodash/_DataView.js +7 -0
- package/node_modules/lodash/_Hash.js +32 -0
- package/node_modules/lodash/_LazyWrapper.js +28 -0
- package/node_modules/lodash/_ListCache.js +32 -0
- package/node_modules/lodash/_LodashWrapper.js +22 -0
- package/node_modules/lodash/_Map.js +7 -0
- package/node_modules/lodash/_MapCache.js +32 -0
- package/node_modules/lodash/_Promise.js +7 -0
- package/node_modules/lodash/_Set.js +7 -0
- package/node_modules/lodash/_SetCache.js +27 -0
- package/node_modules/lodash/_Stack.js +27 -0
- package/node_modules/lodash/_Symbol.js +6 -0
- package/node_modules/lodash/_Uint8Array.js +6 -0
- package/node_modules/lodash/_WeakMap.js +7 -0
- package/node_modules/lodash/_apply.js +21 -0
- package/node_modules/lodash/_arrayAggregator.js +22 -0
- package/node_modules/lodash/_arrayEach.js +22 -0
- package/node_modules/lodash/_arrayEachRight.js +21 -0
- package/node_modules/lodash/_arrayEvery.js +23 -0
- package/node_modules/lodash/_arrayFilter.js +25 -0
- package/node_modules/lodash/_arrayIncludes.js +17 -0
- package/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/node_modules/lodash/_arrayMap.js +21 -0
- package/node_modules/lodash/_arrayPush.js +20 -0
- package/node_modules/lodash/_arrayReduce.js +26 -0
- package/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/node_modules/lodash/_arraySample.js +15 -0
- package/node_modules/lodash/_arraySampleSize.js +17 -0
- package/node_modules/lodash/_arrayShuffle.js +15 -0
- package/node_modules/lodash/_arraySome.js +23 -0
- package/node_modules/lodash/_asciiSize.js +12 -0
- package/node_modules/lodash/_asciiToArray.js +12 -0
- package/node_modules/lodash/_asciiWords.js +15 -0
- package/node_modules/lodash/_assignMergeValue.js +20 -0
- package/node_modules/lodash/_assignValue.js +28 -0
- package/node_modules/lodash/_assocIndexOf.js +21 -0
- package/node_modules/lodash/_baseAggregator.js +21 -0
- package/node_modules/lodash/_baseAssign.js +17 -0
- package/node_modules/lodash/_baseAssignIn.js +17 -0
- package/node_modules/lodash/_baseAssignValue.js +25 -0
- package/node_modules/lodash/_baseAt.js +23 -0
- package/node_modules/lodash/_baseClamp.js +22 -0
- package/node_modules/lodash/_baseClone.js +166 -0
- package/node_modules/lodash/_baseConforms.js +18 -0
- package/node_modules/lodash/_baseConformsTo.js +27 -0
- package/node_modules/lodash/_baseCreate.js +30 -0
- package/node_modules/lodash/_baseDelay.js +21 -0
- package/node_modules/lodash/_baseDifference.js +67 -0
- package/node_modules/lodash/_baseEach.js +14 -0
- package/node_modules/lodash/_baseEachRight.js +14 -0
- package/node_modules/lodash/_baseEvery.js +21 -0
- package/node_modules/lodash/_baseExtremum.js +32 -0
- package/node_modules/lodash/_baseFill.js +32 -0
- package/node_modules/lodash/_baseFilter.js +21 -0
- package/node_modules/lodash/_baseFindIndex.js +24 -0
- package/node_modules/lodash/_baseFindKey.js +23 -0
- package/node_modules/lodash/_baseFlatten.js +38 -0
- package/node_modules/lodash/_baseFor.js +16 -0
- package/node_modules/lodash/_baseForOwn.js +16 -0
- package/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/node_modules/lodash/_baseForRight.js +15 -0
- package/node_modules/lodash/_baseFunctions.js +19 -0
- package/node_modules/lodash/_baseGet.js +24 -0
- package/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/node_modules/lodash/_baseGetTag.js +28 -0
- package/node_modules/lodash/_baseGt.js +14 -0
- package/node_modules/lodash/_baseHas.js +19 -0
- package/node_modules/lodash/_baseHasIn.js +13 -0
- package/node_modules/lodash/_baseInRange.js +18 -0
- package/node_modules/lodash/_baseIndexOf.js +20 -0
- package/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/node_modules/lodash/_baseIntersection.js +74 -0
- package/node_modules/lodash/_baseInverter.js +21 -0
- package/node_modules/lodash/_baseInvoke.js +24 -0
- package/node_modules/lodash/_baseIsArguments.js +18 -0
- package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/node_modules/lodash/_baseIsDate.js +18 -0
- package/node_modules/lodash/_baseIsEqual.js +28 -0
- package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/node_modules/lodash/_baseIsMap.js +18 -0
- package/node_modules/lodash/_baseIsMatch.js +62 -0
- package/node_modules/lodash/_baseIsNaN.js +12 -0
- package/node_modules/lodash/_baseIsNative.js +47 -0
- package/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/node_modules/lodash/_baseIsSet.js +18 -0
- package/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/node_modules/lodash/_baseIteratee.js +31 -0
- package/node_modules/lodash/_baseKeys.js +30 -0
- package/node_modules/lodash/_baseKeysIn.js +33 -0
- package/node_modules/lodash/_baseLodash.js +10 -0
- package/node_modules/lodash/_baseLt.js +14 -0
- package/node_modules/lodash/_baseMap.js +22 -0
- package/node_modules/lodash/_baseMatches.js +22 -0
- package/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/node_modules/lodash/_baseMean.js +20 -0
- package/node_modules/lodash/_baseMerge.js +42 -0
- package/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/node_modules/lodash/_baseNth.js +20 -0
- package/node_modules/lodash/_baseOrderBy.js +49 -0
- package/node_modules/lodash/_basePick.js +19 -0
- package/node_modules/lodash/_basePickBy.js +30 -0
- package/node_modules/lodash/_baseProperty.js +14 -0
- package/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/node_modules/lodash/_basePropertyOf.js +14 -0
- package/node_modules/lodash/_basePullAll.js +51 -0
- package/node_modules/lodash/_basePullAt.js +37 -0
- package/node_modules/lodash/_baseRandom.js +18 -0
- package/node_modules/lodash/_baseRange.js +28 -0
- package/node_modules/lodash/_baseReduce.js +23 -0
- package/node_modules/lodash/_baseRepeat.js +35 -0
- package/node_modules/lodash/_baseRest.js +17 -0
- package/node_modules/lodash/_baseSample.js +15 -0
- package/node_modules/lodash/_baseSampleSize.js +18 -0
- package/node_modules/lodash/_baseSet.js +51 -0
- package/node_modules/lodash/_baseSetData.js +17 -0
- package/node_modules/lodash/_baseSetToString.js +22 -0
- package/node_modules/lodash/_baseShuffle.js +15 -0
- package/node_modules/lodash/_baseSlice.js +31 -0
- package/node_modules/lodash/_baseSome.js +22 -0
- package/node_modules/lodash/_baseSortBy.js +21 -0
- package/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/node_modules/lodash/_baseSum.js +24 -0
- package/node_modules/lodash/_baseTimes.js +20 -0
- package/node_modules/lodash/_baseToNumber.js +24 -0
- package/node_modules/lodash/_baseToPairs.js +18 -0
- package/node_modules/lodash/_baseToString.js +37 -0
- package/node_modules/lodash/_baseTrim.js +19 -0
- package/node_modules/lodash/_baseUnary.js +14 -0
- package/node_modules/lodash/_baseUniq.js +72 -0
- package/node_modules/lodash/_baseUnset.js +20 -0
- package/node_modules/lodash/_baseUpdate.js +18 -0
- package/node_modules/lodash/_baseValues.js +19 -0
- package/node_modules/lodash/_baseWhile.js +26 -0
- package/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/node_modules/lodash/_baseXor.js +36 -0
- package/node_modules/lodash/_baseZipObject.js +23 -0
- package/node_modules/lodash/_cacheHas.js +13 -0
- package/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/node_modules/lodash/_castFunction.js +14 -0
- package/node_modules/lodash/_castPath.js +21 -0
- package/node_modules/lodash/_castRest.js +14 -0
- package/node_modules/lodash/_castSlice.js +18 -0
- package/node_modules/lodash/_charsEndIndex.js +19 -0
- package/node_modules/lodash/_charsStartIndex.js +20 -0
- package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/node_modules/lodash/_cloneBuffer.js +35 -0
- package/node_modules/lodash/_cloneDataView.js +16 -0
- package/node_modules/lodash/_cloneRegExp.js +17 -0
- package/node_modules/lodash/_cloneSymbol.js +18 -0
- package/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/node_modules/lodash/_compareAscending.js +41 -0
- package/node_modules/lodash/_compareMultiple.js +44 -0
- package/node_modules/lodash/_composeArgs.js +39 -0
- package/node_modules/lodash/_composeArgsRight.js +41 -0
- package/node_modules/lodash/_copyArray.js +20 -0
- package/node_modules/lodash/_copyObject.js +40 -0
- package/node_modules/lodash/_copySymbols.js +16 -0
- package/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/node_modules/lodash/_coreJsData.js +6 -0
- package/node_modules/lodash/_countHolders.js +21 -0
- package/node_modules/lodash/_createAggregator.js +23 -0
- package/node_modules/lodash/_createAssigner.js +37 -0
- package/node_modules/lodash/_createBaseEach.js +32 -0
- package/node_modules/lodash/_createBaseFor.js +25 -0
- package/node_modules/lodash/_createBind.js +28 -0
- package/node_modules/lodash/_createCaseFirst.js +33 -0
- package/node_modules/lodash/_createCompounder.js +24 -0
- package/node_modules/lodash/_createCtor.js +37 -0
- package/node_modules/lodash/_createCurry.js +46 -0
- package/node_modules/lodash/_createFind.js +25 -0
- package/node_modules/lodash/_createFlow.js +78 -0
- package/node_modules/lodash/_createHybrid.js +92 -0
- package/node_modules/lodash/_createInverter.js +17 -0
- package/node_modules/lodash/_createMathOperation.js +38 -0
- package/node_modules/lodash/_createOver.js +27 -0
- package/node_modules/lodash/_createPadding.js +33 -0
- package/node_modules/lodash/_createPartial.js +43 -0
- package/node_modules/lodash/_createRange.js +30 -0
- package/node_modules/lodash/_createRecurry.js +56 -0
- package/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/node_modules/lodash/_createRound.js +35 -0
- package/node_modules/lodash/_createSet.js +19 -0
- package/node_modules/lodash/_createToPairs.js +30 -0
- package/node_modules/lodash/_createWrap.js +106 -0
- package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/node_modules/lodash/_customOmitClone.js +16 -0
- package/node_modules/lodash/_deburrLetter.js +71 -0
- package/node_modules/lodash/_defineProperty.js +11 -0
- package/node_modules/lodash/_equalArrays.js +84 -0
- package/node_modules/lodash/_equalByTag.js +112 -0
- package/node_modules/lodash/_equalObjects.js +90 -0
- package/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/node_modules/lodash/_escapeStringChar.js +22 -0
- package/node_modules/lodash/_flatRest.js +16 -0
- package/node_modules/lodash/_freeGlobal.js +4 -0
- package/node_modules/lodash/_getAllKeys.js +16 -0
- package/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/node_modules/lodash/_getData.js +15 -0
- package/node_modules/lodash/_getFuncName.js +31 -0
- package/node_modules/lodash/_getHolder.js +13 -0
- package/node_modules/lodash/_getMapData.js +18 -0
- package/node_modules/lodash/_getMatchData.js +24 -0
- package/node_modules/lodash/_getNative.js +17 -0
- package/node_modules/lodash/_getPrototype.js +6 -0
- package/node_modules/lodash/_getRawTag.js +46 -0
- package/node_modules/lodash/_getSymbols.js +30 -0
- package/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/node_modules/lodash/_getTag.js +58 -0
- package/node_modules/lodash/_getValue.js +13 -0
- package/node_modules/lodash/_getView.js +33 -0
- package/node_modules/lodash/_getWrapDetails.js +17 -0
- package/node_modules/lodash/_hasPath.js +39 -0
- package/node_modules/lodash/_hasUnicode.js +26 -0
- package/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/node_modules/lodash/_hashClear.js +15 -0
- package/node_modules/lodash/_hashDelete.js +17 -0
- package/node_modules/lodash/_hashGet.js +30 -0
- package/node_modules/lodash/_hashHas.js +23 -0
- package/node_modules/lodash/_hashSet.js +23 -0
- package/node_modules/lodash/_initCloneArray.js +26 -0
- package/node_modules/lodash/_initCloneByTag.js +77 -0
- package/node_modules/lodash/_initCloneObject.js +18 -0
- package/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/node_modules/lodash/_isFlattenable.js +20 -0
- package/node_modules/lodash/_isIndex.js +25 -0
- package/node_modules/lodash/_isIterateeCall.js +30 -0
- package/node_modules/lodash/_isKey.js +29 -0
- package/node_modules/lodash/_isKeyable.js +15 -0
- package/node_modules/lodash/_isLaziable.js +28 -0
- package/node_modules/lodash/_isMaskable.js +14 -0
- package/node_modules/lodash/_isMasked.js +20 -0
- package/node_modules/lodash/_isPrototype.js +18 -0
- package/node_modules/lodash/_isStrictComparable.js +15 -0
- package/node_modules/lodash/_iteratorToArray.js +18 -0
- package/node_modules/lodash/_lazyClone.js +23 -0
- package/node_modules/lodash/_lazyReverse.js +23 -0
- package/node_modules/lodash/_lazyValue.js +69 -0
- package/node_modules/lodash/_listCacheClear.js +13 -0
- package/node_modules/lodash/_listCacheDelete.js +35 -0
- package/node_modules/lodash/_listCacheGet.js +19 -0
- package/node_modules/lodash/_listCacheHas.js +16 -0
- package/node_modules/lodash/_listCacheSet.js +26 -0
- package/node_modules/lodash/_mapCacheClear.js +21 -0
- package/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/node_modules/lodash/_mapCacheGet.js +16 -0
- package/node_modules/lodash/_mapCacheHas.js +16 -0
- package/node_modules/lodash/_mapCacheSet.js +22 -0
- package/node_modules/lodash/_mapToArray.js +18 -0
- package/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/node_modules/lodash/_memoizeCapped.js +26 -0
- package/node_modules/lodash/_mergeData.js +90 -0
- package/node_modules/lodash/_metaMap.js +6 -0
- package/node_modules/lodash/_nativeCreate.js +6 -0
- package/node_modules/lodash/_nativeKeys.js +6 -0
- package/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/node_modules/lodash/_nodeUtil.js +30 -0
- package/node_modules/lodash/_objectToString.js +22 -0
- package/node_modules/lodash/_overArg.js +15 -0
- package/node_modules/lodash/_overRest.js +36 -0
- package/node_modules/lodash/_parent.js +16 -0
- package/node_modules/lodash/_reEscape.js +4 -0
- package/node_modules/lodash/_reEvaluate.js +4 -0
- package/node_modules/lodash/_reInterpolate.js +4 -0
- package/node_modules/lodash/_realNames.js +4 -0
- package/node_modules/lodash/_reorder.js +29 -0
- package/node_modules/lodash/_replaceHolders.js +29 -0
- package/node_modules/lodash/_root.js +9 -0
- package/node_modules/lodash/_safeGet.js +21 -0
- package/node_modules/lodash/_setCacheAdd.js +19 -0
- package/node_modules/lodash/_setCacheHas.js +14 -0
- package/node_modules/lodash/_setData.js +20 -0
- package/node_modules/lodash/_setToArray.js +18 -0
- package/node_modules/lodash/_setToPairs.js +18 -0
- package/node_modules/lodash/_setToString.js +14 -0
- package/node_modules/lodash/_setWrapToString.js +21 -0
- package/node_modules/lodash/_shortOut.js +37 -0
- package/node_modules/lodash/_shuffleSelf.js +28 -0
- package/node_modules/lodash/_stackClear.js +15 -0
- package/node_modules/lodash/_stackDelete.js +18 -0
- package/node_modules/lodash/_stackGet.js +14 -0
- package/node_modules/lodash/_stackHas.js +14 -0
- package/node_modules/lodash/_stackSet.js +34 -0
- package/node_modules/lodash/_strictIndexOf.js +23 -0
- package/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/node_modules/lodash/_stringSize.js +18 -0
- package/node_modules/lodash/_stringToArray.js +18 -0
- package/node_modules/lodash/_stringToPath.js +27 -0
- package/node_modules/lodash/_toKey.js +21 -0
- package/node_modules/lodash/_toSource.js +26 -0
- package/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/node_modules/lodash/_unicodeSize.js +44 -0
- package/node_modules/lodash/_unicodeToArray.js +40 -0
- package/node_modules/lodash/_unicodeWords.js +69 -0
- package/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/node_modules/lodash/_wrapperClone.js +23 -0
- package/node_modules/lodash/add.js +22 -0
- package/node_modules/lodash/after.js +42 -0
- package/node_modules/lodash/array.js +67 -0
- package/node_modules/lodash/ary.js +29 -0
- package/node_modules/lodash/assign.js +58 -0
- package/node_modules/lodash/assignIn.js +40 -0
- package/node_modules/lodash/assignInWith.js +38 -0
- package/node_modules/lodash/assignWith.js +37 -0
- package/node_modules/lodash/at.js +23 -0
- package/node_modules/lodash/attempt.js +35 -0
- package/node_modules/lodash/before.js +40 -0
- package/node_modules/lodash/bind.js +57 -0
- package/node_modules/lodash/bindAll.js +41 -0
- package/node_modules/lodash/bindKey.js +68 -0
- package/node_modules/lodash/camelCase.js +29 -0
- package/node_modules/lodash/capitalize.js +23 -0
- package/node_modules/lodash/castArray.js +44 -0
- package/node_modules/lodash/ceil.js +26 -0
- package/node_modules/lodash/chain.js +38 -0
- package/node_modules/lodash/chunk.js +50 -0
- package/node_modules/lodash/clamp.js +39 -0
- package/node_modules/lodash/clone.js +36 -0
- package/node_modules/lodash/cloneDeep.js +29 -0
- package/node_modules/lodash/cloneDeepWith.js +40 -0
- package/node_modules/lodash/cloneWith.js +42 -0
- package/node_modules/lodash/collection.js +30 -0
- package/node_modules/lodash/commit.js +33 -0
- package/node_modules/lodash/compact.js +31 -0
- package/node_modules/lodash/concat.js +43 -0
- package/node_modules/lodash/cond.js +60 -0
- package/node_modules/lodash/conforms.js +35 -0
- package/node_modules/lodash/conformsTo.js +32 -0
- package/node_modules/lodash/constant.js +26 -0
- package/node_modules/lodash/core.js +3877 -0
- package/node_modules/lodash/core.min.js +29 -0
- package/node_modules/lodash/countBy.js +40 -0
- package/node_modules/lodash/create.js +43 -0
- package/node_modules/lodash/curry.js +57 -0
- package/node_modules/lodash/curryRight.js +54 -0
- package/node_modules/lodash/date.js +3 -0
- package/node_modules/lodash/debounce.js +191 -0
- package/node_modules/lodash/deburr.js +45 -0
- package/node_modules/lodash/defaultTo.js +25 -0
- package/node_modules/lodash/defaults.js +64 -0
- package/node_modules/lodash/defaultsDeep.js +30 -0
- package/node_modules/lodash/defer.js +26 -0
- package/node_modules/lodash/delay.js +28 -0
- package/node_modules/lodash/difference.js +33 -0
- package/node_modules/lodash/differenceBy.js +44 -0
- package/node_modules/lodash/differenceWith.js +40 -0
- package/node_modules/lodash/divide.js +22 -0
- package/node_modules/lodash/drop.js +38 -0
- package/node_modules/lodash/dropRight.js +39 -0
- package/node_modules/lodash/dropRightWhile.js +45 -0
- package/node_modules/lodash/dropWhile.js +45 -0
- package/node_modules/lodash/each.js +1 -0
- package/node_modules/lodash/eachRight.js +1 -0
- package/node_modules/lodash/endsWith.js +43 -0
- package/node_modules/lodash/entries.js +1 -0
- package/node_modules/lodash/entriesIn.js +1 -0
- package/node_modules/lodash/eq.js +37 -0
- package/node_modules/lodash/escape.js +43 -0
- package/node_modules/lodash/escapeRegExp.js +32 -0
- package/node_modules/lodash/every.js +56 -0
- package/node_modules/lodash/extend.js +1 -0
- package/node_modules/lodash/extendWith.js +1 -0
- package/node_modules/lodash/fill.js +45 -0
- package/node_modules/lodash/filter.js +52 -0
- package/node_modules/lodash/find.js +42 -0
- package/node_modules/lodash/findIndex.js +55 -0
- package/node_modules/lodash/findKey.js +44 -0
- package/node_modules/lodash/findLast.js +25 -0
- package/node_modules/lodash/findLastIndex.js +59 -0
- package/node_modules/lodash/findLastKey.js +44 -0
- package/node_modules/lodash/first.js +1 -0
- package/node_modules/lodash/flake.lock +40 -0
- package/node_modules/lodash/flake.nix +20 -0
- package/node_modules/lodash/flatMap.js +29 -0
- package/node_modules/lodash/flatMapDeep.js +31 -0
- package/node_modules/lodash/flatMapDepth.js +31 -0
- package/node_modules/lodash/flatten.js +22 -0
- package/node_modules/lodash/flattenDeep.js +25 -0
- package/node_modules/lodash/flattenDepth.js +33 -0
- package/node_modules/lodash/flip.js +28 -0
- package/node_modules/lodash/floor.js +26 -0
- package/node_modules/lodash/flow.js +27 -0
- package/node_modules/lodash/flowRight.js +26 -0
- package/node_modules/lodash/forEach.js +41 -0
- package/node_modules/lodash/forEachRight.js +31 -0
- package/node_modules/lodash/forIn.js +39 -0
- package/node_modules/lodash/forInRight.js +37 -0
- package/node_modules/lodash/forOwn.js +36 -0
- package/node_modules/lodash/forOwnRight.js +34 -0
- package/node_modules/lodash/fp/F.js +1 -0
- package/node_modules/lodash/fp/T.js +1 -0
- package/node_modules/lodash/fp/__.js +1 -0
- package/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/node_modules/lodash/fp/_mapping.js +358 -0
- package/node_modules/lodash/fp/_util.js +16 -0
- package/node_modules/lodash/fp/add.js +5 -0
- package/node_modules/lodash/fp/after.js +5 -0
- package/node_modules/lodash/fp/all.js +1 -0
- package/node_modules/lodash/fp/allPass.js +1 -0
- package/node_modules/lodash/fp/always.js +1 -0
- package/node_modules/lodash/fp/any.js +1 -0
- package/node_modules/lodash/fp/anyPass.js +1 -0
- package/node_modules/lodash/fp/apply.js +1 -0
- package/node_modules/lodash/fp/array.js +2 -0
- package/node_modules/lodash/fp/ary.js +5 -0
- package/node_modules/lodash/fp/assign.js +5 -0
- package/node_modules/lodash/fp/assignAll.js +5 -0
- package/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/node_modules/lodash/fp/assignIn.js +5 -0
- package/node_modules/lodash/fp/assignInAll.js +5 -0
- package/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/node_modules/lodash/fp/assignInWith.js +5 -0
- package/node_modules/lodash/fp/assignWith.js +5 -0
- package/node_modules/lodash/fp/assoc.js +1 -0
- package/node_modules/lodash/fp/assocPath.js +1 -0
- package/node_modules/lodash/fp/at.js +5 -0
- package/node_modules/lodash/fp/attempt.js +5 -0
- package/node_modules/lodash/fp/before.js +5 -0
- package/node_modules/lodash/fp/bind.js +5 -0
- package/node_modules/lodash/fp/bindAll.js +5 -0
- package/node_modules/lodash/fp/bindKey.js +5 -0
- package/node_modules/lodash/fp/camelCase.js +5 -0
- package/node_modules/lodash/fp/capitalize.js +5 -0
- package/node_modules/lodash/fp/castArray.js +5 -0
- package/node_modules/lodash/fp/ceil.js +5 -0
- package/node_modules/lodash/fp/chain.js +5 -0
- package/node_modules/lodash/fp/chunk.js +5 -0
- package/node_modules/lodash/fp/clamp.js +5 -0
- package/node_modules/lodash/fp/clone.js +5 -0
- package/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/node_modules/lodash/fp/cloneWith.js +5 -0
- package/node_modules/lodash/fp/collection.js +2 -0
- package/node_modules/lodash/fp/commit.js +5 -0
- package/node_modules/lodash/fp/compact.js +5 -0
- package/node_modules/lodash/fp/complement.js +1 -0
- package/node_modules/lodash/fp/compose.js +1 -0
- package/node_modules/lodash/fp/concat.js +5 -0
- package/node_modules/lodash/fp/cond.js +5 -0
- package/node_modules/lodash/fp/conforms.js +1 -0
- package/node_modules/lodash/fp/conformsTo.js +5 -0
- package/node_modules/lodash/fp/constant.js +5 -0
- package/node_modules/lodash/fp/contains.js +1 -0
- package/node_modules/lodash/fp/convert.js +18 -0
- package/node_modules/lodash/fp/countBy.js +5 -0
- package/node_modules/lodash/fp/create.js +5 -0
- package/node_modules/lodash/fp/curry.js +5 -0
- package/node_modules/lodash/fp/curryN.js +5 -0
- package/node_modules/lodash/fp/curryRight.js +5 -0
- package/node_modules/lodash/fp/curryRightN.js +5 -0
- package/node_modules/lodash/fp/date.js +2 -0
- package/node_modules/lodash/fp/debounce.js +5 -0
- package/node_modules/lodash/fp/deburr.js +5 -0
- package/node_modules/lodash/fp/defaultTo.js +5 -0
- package/node_modules/lodash/fp/defaults.js +5 -0
- package/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/node_modules/lodash/fp/defer.js +5 -0
- package/node_modules/lodash/fp/delay.js +5 -0
- package/node_modules/lodash/fp/difference.js +5 -0
- package/node_modules/lodash/fp/differenceBy.js +5 -0
- package/node_modules/lodash/fp/differenceWith.js +5 -0
- package/node_modules/lodash/fp/dissoc.js +1 -0
- package/node_modules/lodash/fp/dissocPath.js +1 -0
- package/node_modules/lodash/fp/divide.js +5 -0
- package/node_modules/lodash/fp/drop.js +5 -0
- package/node_modules/lodash/fp/dropLast.js +1 -0
- package/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/node_modules/lodash/fp/dropRight.js +5 -0
- package/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/node_modules/lodash/fp/dropWhile.js +5 -0
- package/node_modules/lodash/fp/each.js +1 -0
- package/node_modules/lodash/fp/eachRight.js +1 -0
- package/node_modules/lodash/fp/endsWith.js +5 -0
- package/node_modules/lodash/fp/entries.js +1 -0
- package/node_modules/lodash/fp/entriesIn.js +1 -0
- package/node_modules/lodash/fp/eq.js +5 -0
- package/node_modules/lodash/fp/equals.js +1 -0
- package/node_modules/lodash/fp/escape.js +5 -0
- package/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/node_modules/lodash/fp/every.js +5 -0
- package/node_modules/lodash/fp/extend.js +1 -0
- package/node_modules/lodash/fp/extendAll.js +1 -0
- package/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/node_modules/lodash/fp/extendWith.js +1 -0
- package/node_modules/lodash/fp/fill.js +5 -0
- package/node_modules/lodash/fp/filter.js +5 -0
- package/node_modules/lodash/fp/find.js +5 -0
- package/node_modules/lodash/fp/findFrom.js +5 -0
- package/node_modules/lodash/fp/findIndex.js +5 -0
- package/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findKey.js +5 -0
- package/node_modules/lodash/fp/findLast.js +5 -0
- package/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findLastKey.js +5 -0
- package/node_modules/lodash/fp/first.js +1 -0
- package/node_modules/lodash/fp/flatMap.js +5 -0
- package/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/node_modules/lodash/fp/flatten.js +5 -0
- package/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/node_modules/lodash/fp/flip.js +5 -0
- package/node_modules/lodash/fp/floor.js +5 -0
- package/node_modules/lodash/fp/flow.js +5 -0
- package/node_modules/lodash/fp/flowRight.js +5 -0
- package/node_modules/lodash/fp/forEach.js +5 -0
- package/node_modules/lodash/fp/forEachRight.js +5 -0
- package/node_modules/lodash/fp/forIn.js +5 -0
- package/node_modules/lodash/fp/forInRight.js +5 -0
- package/node_modules/lodash/fp/forOwn.js +5 -0
- package/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/node_modules/lodash/fp/fromPairs.js +5 -0
- package/node_modules/lodash/fp/function.js +2 -0
- package/node_modules/lodash/fp/functions.js +5 -0
- package/node_modules/lodash/fp/functionsIn.js +5 -0
- package/node_modules/lodash/fp/get.js +5 -0
- package/node_modules/lodash/fp/getOr.js +5 -0
- package/node_modules/lodash/fp/groupBy.js +5 -0
- package/node_modules/lodash/fp/gt.js +5 -0
- package/node_modules/lodash/fp/gte.js +5 -0
- package/node_modules/lodash/fp/has.js +5 -0
- package/node_modules/lodash/fp/hasIn.js +5 -0
- package/node_modules/lodash/fp/head.js +5 -0
- package/node_modules/lodash/fp/identical.js +1 -0
- package/node_modules/lodash/fp/identity.js +5 -0
- package/node_modules/lodash/fp/inRange.js +5 -0
- package/node_modules/lodash/fp/includes.js +5 -0
- package/node_modules/lodash/fp/includesFrom.js +5 -0
- package/node_modules/lodash/fp/indexBy.js +1 -0
- package/node_modules/lodash/fp/indexOf.js +5 -0
- package/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/node_modules/lodash/fp/init.js +1 -0
- package/node_modules/lodash/fp/initial.js +5 -0
- package/node_modules/lodash/fp/intersection.js +5 -0
- package/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/node_modules/lodash/fp/invert.js +5 -0
- package/node_modules/lodash/fp/invertBy.js +5 -0
- package/node_modules/lodash/fp/invertObj.js +1 -0
- package/node_modules/lodash/fp/invoke.js +5 -0
- package/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/node_modules/lodash/fp/invokeMap.js +5 -0
- package/node_modules/lodash/fp/isArguments.js +5 -0
- package/node_modules/lodash/fp/isArray.js +5 -0
- package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/node_modules/lodash/fp/isBoolean.js +5 -0
- package/node_modules/lodash/fp/isBuffer.js +5 -0
- package/node_modules/lodash/fp/isDate.js +5 -0
- package/node_modules/lodash/fp/isElement.js +5 -0
- package/node_modules/lodash/fp/isEmpty.js +5 -0
- package/node_modules/lodash/fp/isEqual.js +5 -0
- package/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/node_modules/lodash/fp/isError.js +5 -0
- package/node_modules/lodash/fp/isFinite.js +5 -0
- package/node_modules/lodash/fp/isFunction.js +5 -0
- package/node_modules/lodash/fp/isInteger.js +5 -0
- package/node_modules/lodash/fp/isLength.js +5 -0
- package/node_modules/lodash/fp/isMap.js +5 -0
- package/node_modules/lodash/fp/isMatch.js +5 -0
- package/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/node_modules/lodash/fp/isNaN.js +5 -0
- package/node_modules/lodash/fp/isNative.js +5 -0
- package/node_modules/lodash/fp/isNil.js +5 -0
- package/node_modules/lodash/fp/isNull.js +5 -0
- package/node_modules/lodash/fp/isNumber.js +5 -0
- package/node_modules/lodash/fp/isObject.js +5 -0
- package/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/node_modules/lodash/fp/isRegExp.js +5 -0
- package/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/node_modules/lodash/fp/isSet.js +5 -0
- package/node_modules/lodash/fp/isString.js +5 -0
- package/node_modules/lodash/fp/isSymbol.js +5 -0
- package/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/node_modules/lodash/fp/isUndefined.js +5 -0
- package/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/node_modules/lodash/fp/iteratee.js +5 -0
- package/node_modules/lodash/fp/join.js +5 -0
- package/node_modules/lodash/fp/juxt.js +1 -0
- package/node_modules/lodash/fp/kebabCase.js +5 -0
- package/node_modules/lodash/fp/keyBy.js +5 -0
- package/node_modules/lodash/fp/keys.js +5 -0
- package/node_modules/lodash/fp/keysIn.js +5 -0
- package/node_modules/lodash/fp/lang.js +2 -0
- package/node_modules/lodash/fp/last.js +5 -0
- package/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/node_modules/lodash/fp/lowerCase.js +5 -0
- package/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/node_modules/lodash/fp/lt.js +5 -0
- package/node_modules/lodash/fp/lte.js +5 -0
- package/node_modules/lodash/fp/map.js +5 -0
- package/node_modules/lodash/fp/mapKeys.js +5 -0
- package/node_modules/lodash/fp/mapValues.js +5 -0
- package/node_modules/lodash/fp/matches.js +1 -0
- package/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/node_modules/lodash/fp/math.js +2 -0
- package/node_modules/lodash/fp/max.js +5 -0
- package/node_modules/lodash/fp/maxBy.js +5 -0
- package/node_modules/lodash/fp/mean.js +5 -0
- package/node_modules/lodash/fp/meanBy.js +5 -0
- package/node_modules/lodash/fp/memoize.js +5 -0
- package/node_modules/lodash/fp/merge.js +5 -0
- package/node_modules/lodash/fp/mergeAll.js +5 -0
- package/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/node_modules/lodash/fp/mergeWith.js +5 -0
- package/node_modules/lodash/fp/method.js +5 -0
- package/node_modules/lodash/fp/methodOf.js +5 -0
- package/node_modules/lodash/fp/min.js +5 -0
- package/node_modules/lodash/fp/minBy.js +5 -0
- package/node_modules/lodash/fp/mixin.js +5 -0
- package/node_modules/lodash/fp/multiply.js +5 -0
- package/node_modules/lodash/fp/nAry.js +1 -0
- package/node_modules/lodash/fp/negate.js +5 -0
- package/node_modules/lodash/fp/next.js +5 -0
- package/node_modules/lodash/fp/noop.js +5 -0
- package/node_modules/lodash/fp/now.js +5 -0
- package/node_modules/lodash/fp/nth.js +5 -0
- package/node_modules/lodash/fp/nthArg.js +5 -0
- package/node_modules/lodash/fp/number.js +2 -0
- package/node_modules/lodash/fp/object.js +2 -0
- package/node_modules/lodash/fp/omit.js +5 -0
- package/node_modules/lodash/fp/omitAll.js +1 -0
- package/node_modules/lodash/fp/omitBy.js +5 -0
- package/node_modules/lodash/fp/once.js +5 -0
- package/node_modules/lodash/fp/orderBy.js +5 -0
- package/node_modules/lodash/fp/over.js +5 -0
- package/node_modules/lodash/fp/overArgs.js +5 -0
- package/node_modules/lodash/fp/overEvery.js +5 -0
- package/node_modules/lodash/fp/overSome.js +5 -0
- package/node_modules/lodash/fp/pad.js +5 -0
- package/node_modules/lodash/fp/padChars.js +5 -0
- package/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/node_modules/lodash/fp/padEnd.js +5 -0
- package/node_modules/lodash/fp/padStart.js +5 -0
- package/node_modules/lodash/fp/parseInt.js +5 -0
- package/node_modules/lodash/fp/partial.js +5 -0
- package/node_modules/lodash/fp/partialRight.js +5 -0
- package/node_modules/lodash/fp/partition.js +5 -0
- package/node_modules/lodash/fp/path.js +1 -0
- package/node_modules/lodash/fp/pathEq.js +1 -0
- package/node_modules/lodash/fp/pathOr.js +1 -0
- package/node_modules/lodash/fp/paths.js +1 -0
- package/node_modules/lodash/fp/pick.js +5 -0
- package/node_modules/lodash/fp/pickAll.js +1 -0
- package/node_modules/lodash/fp/pickBy.js +5 -0
- package/node_modules/lodash/fp/pipe.js +1 -0
- package/node_modules/lodash/fp/placeholder.js +6 -0
- package/node_modules/lodash/fp/plant.js +5 -0
- package/node_modules/lodash/fp/pluck.js +1 -0
- package/node_modules/lodash/fp/prop.js +1 -0
- package/node_modules/lodash/fp/propEq.js +1 -0
- package/node_modules/lodash/fp/propOr.js +1 -0
- package/node_modules/lodash/fp/property.js +1 -0
- package/node_modules/lodash/fp/propertyOf.js +5 -0
- package/node_modules/lodash/fp/props.js +1 -0
- package/node_modules/lodash/fp/pull.js +5 -0
- package/node_modules/lodash/fp/pullAll.js +5 -0
- package/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/node_modules/lodash/fp/pullAt.js +5 -0
- package/node_modules/lodash/fp/random.js +5 -0
- package/node_modules/lodash/fp/range.js +5 -0
- package/node_modules/lodash/fp/rangeRight.js +5 -0
- package/node_modules/lodash/fp/rangeStep.js +5 -0
- package/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/node_modules/lodash/fp/rearg.js +5 -0
- package/node_modules/lodash/fp/reduce.js +5 -0
- package/node_modules/lodash/fp/reduceRight.js +5 -0
- package/node_modules/lodash/fp/reject.js +5 -0
- package/node_modules/lodash/fp/remove.js +5 -0
- package/node_modules/lodash/fp/repeat.js +5 -0
- package/node_modules/lodash/fp/replace.js +5 -0
- package/node_modules/lodash/fp/rest.js +5 -0
- package/node_modules/lodash/fp/restFrom.js +5 -0
- package/node_modules/lodash/fp/result.js +5 -0
- package/node_modules/lodash/fp/reverse.js +5 -0
- package/node_modules/lodash/fp/round.js +5 -0
- package/node_modules/lodash/fp/sample.js +5 -0
- package/node_modules/lodash/fp/sampleSize.js +5 -0
- package/node_modules/lodash/fp/seq.js +2 -0
- package/node_modules/lodash/fp/set.js +5 -0
- package/node_modules/lodash/fp/setWith.js +5 -0
- package/node_modules/lodash/fp/shuffle.js +5 -0
- package/node_modules/lodash/fp/size.js +5 -0
- package/node_modules/lodash/fp/slice.js +5 -0
- package/node_modules/lodash/fp/snakeCase.js +5 -0
- package/node_modules/lodash/fp/some.js +5 -0
- package/node_modules/lodash/fp/sortBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/node_modules/lodash/fp/split.js +5 -0
- package/node_modules/lodash/fp/spread.js +5 -0
- package/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/node_modules/lodash/fp/startCase.js +5 -0
- package/node_modules/lodash/fp/startsWith.js +5 -0
- package/node_modules/lodash/fp/string.js +2 -0
- package/node_modules/lodash/fp/stubArray.js +5 -0
- package/node_modules/lodash/fp/stubFalse.js +5 -0
- package/node_modules/lodash/fp/stubObject.js +5 -0
- package/node_modules/lodash/fp/stubString.js +5 -0
- package/node_modules/lodash/fp/stubTrue.js +5 -0
- package/node_modules/lodash/fp/subtract.js +5 -0
- package/node_modules/lodash/fp/sum.js +5 -0
- package/node_modules/lodash/fp/sumBy.js +5 -0
- package/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/node_modules/lodash/fp/tail.js +5 -0
- package/node_modules/lodash/fp/take.js +5 -0
- package/node_modules/lodash/fp/takeLast.js +1 -0
- package/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/node_modules/lodash/fp/takeRight.js +5 -0
- package/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/node_modules/lodash/fp/takeWhile.js +5 -0
- package/node_modules/lodash/fp/tap.js +5 -0
- package/node_modules/lodash/fp/template.js +5 -0
- package/node_modules/lodash/fp/templateSettings.js +5 -0
- package/node_modules/lodash/fp/throttle.js +5 -0
- package/node_modules/lodash/fp/thru.js +5 -0
- package/node_modules/lodash/fp/times.js +5 -0
- package/node_modules/lodash/fp/toArray.js +5 -0
- package/node_modules/lodash/fp/toFinite.js +5 -0
- package/node_modules/lodash/fp/toInteger.js +5 -0
- package/node_modules/lodash/fp/toIterator.js +5 -0
- package/node_modules/lodash/fp/toJSON.js +5 -0
- package/node_modules/lodash/fp/toLength.js +5 -0
- package/node_modules/lodash/fp/toLower.js +5 -0
- package/node_modules/lodash/fp/toNumber.js +5 -0
- package/node_modules/lodash/fp/toPairs.js +5 -0
- package/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/node_modules/lodash/fp/toPath.js +5 -0
- package/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/node_modules/lodash/fp/toString.js +5 -0
- package/node_modules/lodash/fp/toUpper.js +5 -0
- package/node_modules/lodash/fp/transform.js +5 -0
- package/node_modules/lodash/fp/trim.js +5 -0
- package/node_modules/lodash/fp/trimChars.js +5 -0
- package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/node_modules/lodash/fp/trimEnd.js +5 -0
- package/node_modules/lodash/fp/trimStart.js +5 -0
- package/node_modules/lodash/fp/truncate.js +5 -0
- package/node_modules/lodash/fp/unapply.js +1 -0
- package/node_modules/lodash/fp/unary.js +5 -0
- package/node_modules/lodash/fp/unescape.js +5 -0
- package/node_modules/lodash/fp/union.js +5 -0
- package/node_modules/lodash/fp/unionBy.js +5 -0
- package/node_modules/lodash/fp/unionWith.js +5 -0
- package/node_modules/lodash/fp/uniq.js +5 -0
- package/node_modules/lodash/fp/uniqBy.js +5 -0
- package/node_modules/lodash/fp/uniqWith.js +5 -0
- package/node_modules/lodash/fp/uniqueId.js +5 -0
- package/node_modules/lodash/fp/unnest.js +1 -0
- package/node_modules/lodash/fp/unset.js +5 -0
- package/node_modules/lodash/fp/unzip.js +5 -0
- package/node_modules/lodash/fp/unzipWith.js +5 -0
- package/node_modules/lodash/fp/update.js +5 -0
- package/node_modules/lodash/fp/updateWith.js +5 -0
- package/node_modules/lodash/fp/upperCase.js +5 -0
- package/node_modules/lodash/fp/upperFirst.js +5 -0
- package/node_modules/lodash/fp/useWith.js +1 -0
- package/node_modules/lodash/fp/util.js +2 -0
- package/node_modules/lodash/fp/value.js +5 -0
- package/node_modules/lodash/fp/valueOf.js +5 -0
- package/node_modules/lodash/fp/values.js +5 -0
- package/node_modules/lodash/fp/valuesIn.js +5 -0
- package/node_modules/lodash/fp/where.js +1 -0
- package/node_modules/lodash/fp/whereEq.js +1 -0
- package/node_modules/lodash/fp/without.js +5 -0
- package/node_modules/lodash/fp/words.js +5 -0
- package/node_modules/lodash/fp/wrap.js +5 -0
- package/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/node_modules/lodash/fp/xor.js +5 -0
- package/node_modules/lodash/fp/xorBy.js +5 -0
- package/node_modules/lodash/fp/xorWith.js +5 -0
- package/node_modules/lodash/fp/zip.js +5 -0
- package/node_modules/lodash/fp/zipAll.js +5 -0
- package/node_modules/lodash/fp/zipObj.js +1 -0
- package/node_modules/lodash/fp/zipObject.js +5 -0
- package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/node_modules/lodash/fp/zipWith.js +5 -0
- package/node_modules/lodash/fp.js +2 -0
- package/node_modules/lodash/fromPairs.js +28 -0
- package/node_modules/lodash/function.js +25 -0
- package/node_modules/lodash/functions.js +31 -0
- package/node_modules/lodash/functionsIn.js +31 -0
- package/node_modules/lodash/get.js +33 -0
- package/node_modules/lodash/groupBy.js +41 -0
- package/node_modules/lodash/gt.js +29 -0
- package/node_modules/lodash/gte.js +30 -0
- package/node_modules/lodash/has.js +35 -0
- package/node_modules/lodash/hasIn.js +34 -0
- package/node_modules/lodash/head.js +23 -0
- package/node_modules/lodash/identity.js +21 -0
- package/node_modules/lodash/inRange.js +55 -0
- package/node_modules/lodash/includes.js +53 -0
- package/node_modules/lodash/index.js +1 -0
- package/node_modules/lodash/indexOf.js +42 -0
- package/node_modules/lodash/initial.js +22 -0
- package/node_modules/lodash/intersection.js +30 -0
- package/node_modules/lodash/intersectionBy.js +45 -0
- package/node_modules/lodash/intersectionWith.js +41 -0
- package/node_modules/lodash/invert.js +42 -0
- package/node_modules/lodash/invertBy.js +56 -0
- package/node_modules/lodash/invoke.js +24 -0
- package/node_modules/lodash/invokeMap.js +41 -0
- package/node_modules/lodash/isArguments.js +36 -0
- package/node_modules/lodash/isArray.js +26 -0
- package/node_modules/lodash/isArrayBuffer.js +27 -0
- package/node_modules/lodash/isArrayLike.js +33 -0
- package/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/node_modules/lodash/isBoolean.js +29 -0
- package/node_modules/lodash/isBuffer.js +38 -0
- package/node_modules/lodash/isDate.js +27 -0
- package/node_modules/lodash/isElement.js +25 -0
- package/node_modules/lodash/isEmpty.js +77 -0
- package/node_modules/lodash/isEqual.js +35 -0
- package/node_modules/lodash/isEqualWith.js +41 -0
- package/node_modules/lodash/isError.js +36 -0
- package/node_modules/lodash/isFinite.js +36 -0
- package/node_modules/lodash/isFunction.js +37 -0
- package/node_modules/lodash/isInteger.js +33 -0
- package/node_modules/lodash/isLength.js +35 -0
- package/node_modules/lodash/isMap.js +27 -0
- package/node_modules/lodash/isMatch.js +36 -0
- package/node_modules/lodash/isMatchWith.js +41 -0
- package/node_modules/lodash/isNaN.js +38 -0
- package/node_modules/lodash/isNative.js +40 -0
- package/node_modules/lodash/isNil.js +25 -0
- package/node_modules/lodash/isNull.js +22 -0
- package/node_modules/lodash/isNumber.js +38 -0
- package/node_modules/lodash/isObject.js +31 -0
- package/node_modules/lodash/isObjectLike.js +29 -0
- package/node_modules/lodash/isPlainObject.js +62 -0
- package/node_modules/lodash/isRegExp.js +27 -0
- package/node_modules/lodash/isSafeInteger.js +37 -0
- package/node_modules/lodash/isSet.js +27 -0
- package/node_modules/lodash/isString.js +30 -0
- package/node_modules/lodash/isSymbol.js +29 -0
- package/node_modules/lodash/isTypedArray.js +27 -0
- package/node_modules/lodash/isUndefined.js +22 -0
- package/node_modules/lodash/isWeakMap.js +28 -0
- package/node_modules/lodash/isWeakSet.js +28 -0
- package/node_modules/lodash/iteratee.js +53 -0
- package/node_modules/lodash/join.js +26 -0
- package/node_modules/lodash/kebabCase.js +28 -0
- package/node_modules/lodash/keyBy.js +36 -0
- package/node_modules/lodash/keys.js +37 -0
- package/node_modules/lodash/keysIn.js +32 -0
- package/node_modules/lodash/lang.js +58 -0
- package/node_modules/lodash/last.js +20 -0
- package/node_modules/lodash/lastIndexOf.js +46 -0
- package/node_modules/lodash/lodash.js +17209 -0
- package/node_modules/lodash/lodash.min.js +140 -0
- package/node_modules/lodash/lowerCase.js +27 -0
- package/node_modules/lodash/lowerFirst.js +22 -0
- package/node_modules/lodash/lt.js +29 -0
- package/node_modules/lodash/lte.js +30 -0
- package/node_modules/lodash/map.js +53 -0
- package/node_modules/lodash/mapKeys.js +36 -0
- package/node_modules/lodash/mapValues.js +43 -0
- package/node_modules/lodash/matches.js +46 -0
- package/node_modules/lodash/matchesProperty.js +44 -0
- package/node_modules/lodash/math.js +17 -0
- package/node_modules/lodash/max.js +29 -0
- package/node_modules/lodash/maxBy.js +34 -0
- package/node_modules/lodash/mean.js +22 -0
- package/node_modules/lodash/meanBy.js +31 -0
- package/node_modules/lodash/memoize.js +73 -0
- package/node_modules/lodash/merge.js +39 -0
- package/node_modules/lodash/mergeWith.js +39 -0
- package/node_modules/lodash/method.js +34 -0
- package/node_modules/lodash/methodOf.js +33 -0
- package/node_modules/lodash/min.js +29 -0
- package/node_modules/lodash/minBy.js +34 -0
- package/node_modules/lodash/mixin.js +74 -0
- package/node_modules/lodash/multiply.js +22 -0
- package/node_modules/lodash/negate.js +40 -0
- package/node_modules/lodash/next.js +35 -0
- package/node_modules/lodash/noop.js +17 -0
- package/node_modules/lodash/now.js +23 -0
- package/node_modules/lodash/nth.js +29 -0
- package/node_modules/lodash/nthArg.js +32 -0
- package/node_modules/lodash/number.js +5 -0
- package/node_modules/lodash/object.js +49 -0
- package/node_modules/lodash/omit.js +57 -0
- package/node_modules/lodash/omitBy.js +29 -0
- package/node_modules/lodash/once.js +25 -0
- package/node_modules/lodash/orderBy.js +47 -0
- package/node_modules/lodash/over.js +24 -0
- package/node_modules/lodash/overArgs.js +61 -0
- package/node_modules/lodash/overEvery.js +34 -0
- package/node_modules/lodash/overSome.js +37 -0
- package/node_modules/lodash/package.json +17 -0
- package/node_modules/lodash/pad.js +49 -0
- package/node_modules/lodash/padEnd.js +39 -0
- package/node_modules/lodash/padStart.js +39 -0
- package/node_modules/lodash/parseInt.js +43 -0
- package/node_modules/lodash/partial.js +50 -0
- package/node_modules/lodash/partialRight.js +49 -0
- package/node_modules/lodash/partition.js +43 -0
- package/node_modules/lodash/pick.js +25 -0
- package/node_modules/lodash/pickBy.js +37 -0
- package/node_modules/lodash/plant.js +48 -0
- package/node_modules/lodash/property.js +32 -0
- package/node_modules/lodash/propertyOf.js +30 -0
- package/node_modules/lodash/pull.js +29 -0
- package/node_modules/lodash/pullAll.js +29 -0
- package/node_modules/lodash/pullAllBy.js +33 -0
- package/node_modules/lodash/pullAllWith.js +32 -0
- package/node_modules/lodash/pullAt.js +43 -0
- package/node_modules/lodash/random.js +82 -0
- package/node_modules/lodash/range.js +46 -0
- package/node_modules/lodash/rangeRight.js +41 -0
- package/node_modules/lodash/rearg.js +33 -0
- package/node_modules/lodash/reduce.js +51 -0
- package/node_modules/lodash/reduceRight.js +36 -0
- package/node_modules/lodash/reject.js +46 -0
- package/node_modules/lodash/release.md +48 -0
- package/node_modules/lodash/remove.js +53 -0
- package/node_modules/lodash/repeat.js +37 -0
- package/node_modules/lodash/replace.js +29 -0
- package/node_modules/lodash/rest.js +40 -0
- package/node_modules/lodash/result.js +56 -0
- package/node_modules/lodash/reverse.js +34 -0
- package/node_modules/lodash/round.js +26 -0
- package/node_modules/lodash/sample.js +24 -0
- package/node_modules/lodash/sampleSize.js +37 -0
- package/node_modules/lodash/seq.js +16 -0
- package/node_modules/lodash/set.js +35 -0
- package/node_modules/lodash/setWith.js +32 -0
- package/node_modules/lodash/shuffle.js +25 -0
- package/node_modules/lodash/size.js +46 -0
- package/node_modules/lodash/slice.js +37 -0
- package/node_modules/lodash/snakeCase.js +28 -0
- package/node_modules/lodash/some.js +51 -0
- package/node_modules/lodash/sortBy.js +48 -0
- package/node_modules/lodash/sortedIndex.js +24 -0
- package/node_modules/lodash/sortedIndexBy.js +33 -0
- package/node_modules/lodash/sortedIndexOf.js +31 -0
- package/node_modules/lodash/sortedLastIndex.js +25 -0
- package/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/node_modules/lodash/sortedUniq.js +24 -0
- package/node_modules/lodash/sortedUniqBy.js +26 -0
- package/node_modules/lodash/split.js +52 -0
- package/node_modules/lodash/spread.js +63 -0
- package/node_modules/lodash/startCase.js +29 -0
- package/node_modules/lodash/startsWith.js +39 -0
- package/node_modules/lodash/string.js +33 -0
- package/node_modules/lodash/stubArray.js +23 -0
- package/node_modules/lodash/stubFalse.js +18 -0
- package/node_modules/lodash/stubObject.js +23 -0
- package/node_modules/lodash/stubString.js +18 -0
- package/node_modules/lodash/stubTrue.js +18 -0
- package/node_modules/lodash/subtract.js +22 -0
- package/node_modules/lodash/sum.js +24 -0
- package/node_modules/lodash/sumBy.js +33 -0
- package/node_modules/lodash/tail.js +22 -0
- package/node_modules/lodash/take.js +37 -0
- package/node_modules/lodash/takeRight.js +39 -0
- package/node_modules/lodash/takeRightWhile.js +45 -0
- package/node_modules/lodash/takeWhile.js +45 -0
- package/node_modules/lodash/tap.js +29 -0
- package/node_modules/lodash/template.js +272 -0
- package/node_modules/lodash/templateSettings.js +67 -0
- package/node_modules/lodash/throttle.js +69 -0
- package/node_modules/lodash/thru.js +28 -0
- package/node_modules/lodash/times.js +51 -0
- package/node_modules/lodash/toArray.js +58 -0
- package/node_modules/lodash/toFinite.js +42 -0
- package/node_modules/lodash/toInteger.js +36 -0
- package/node_modules/lodash/toIterator.js +23 -0
- package/node_modules/lodash/toJSON.js +1 -0
- package/node_modules/lodash/toLength.js +38 -0
- package/node_modules/lodash/toLower.js +28 -0
- package/node_modules/lodash/toNumber.js +64 -0
- package/node_modules/lodash/toPairs.js +30 -0
- package/node_modules/lodash/toPairsIn.js +30 -0
- package/node_modules/lodash/toPath.js +33 -0
- package/node_modules/lodash/toPlainObject.js +32 -0
- package/node_modules/lodash/toSafeInteger.js +37 -0
- package/node_modules/lodash/toString.js +28 -0
- package/node_modules/lodash/toUpper.js +28 -0
- package/node_modules/lodash/transform.js +65 -0
- package/node_modules/lodash/trim.js +47 -0
- package/node_modules/lodash/trimEnd.js +41 -0
- package/node_modules/lodash/trimStart.js +43 -0
- package/node_modules/lodash/truncate.js +111 -0
- package/node_modules/lodash/unary.js +22 -0
- package/node_modules/lodash/unescape.js +34 -0
- package/node_modules/lodash/union.js +26 -0
- package/node_modules/lodash/unionBy.js +39 -0
- package/node_modules/lodash/unionWith.js +34 -0
- package/node_modules/lodash/uniq.js +25 -0
- package/node_modules/lodash/uniqBy.js +31 -0
- package/node_modules/lodash/uniqWith.js +28 -0
- package/node_modules/lodash/uniqueId.js +28 -0
- package/node_modules/lodash/unset.js +34 -0
- package/node_modules/lodash/unzip.js +45 -0
- package/node_modules/lodash/unzipWith.js +39 -0
- package/node_modules/lodash/update.js +35 -0
- package/node_modules/lodash/updateWith.js +33 -0
- package/node_modules/lodash/upperCase.js +27 -0
- package/node_modules/lodash/upperFirst.js +22 -0
- package/node_modules/lodash/util.js +34 -0
- package/node_modules/lodash/value.js +1 -0
- package/node_modules/lodash/valueOf.js +1 -0
- package/node_modules/lodash/values.js +34 -0
- package/node_modules/lodash/valuesIn.js +32 -0
- package/node_modules/lodash/without.js +31 -0
- package/node_modules/lodash/words.js +35 -0
- package/node_modules/lodash/wrap.js +30 -0
- package/node_modules/lodash/wrapperAt.js +48 -0
- package/node_modules/lodash/wrapperChain.js +34 -0
- package/node_modules/lodash/wrapperLodash.js +147 -0
- package/node_modules/lodash/wrapperReverse.js +44 -0
- package/node_modules/lodash/wrapperValue.js +21 -0
- package/node_modules/lodash/xor.js +28 -0
- package/node_modules/lodash/xorBy.js +39 -0
- package/node_modules/lodash/xorWith.js +34 -0
- package/node_modules/lodash/zip.js +22 -0
- package/node_modules/lodash/zipObject.js +24 -0
- package/node_modules/lodash/zipObjectDeep.js +23 -0
- package/node_modules/lodash/zipWith.js +32 -0
- package/node_modules/lodash.ismatch/LICENSE +47 -0
- package/node_modules/lodash.ismatch/README.md +18 -0
- package/node_modules/lodash.ismatch/index.js +1735 -0
- package/node_modules/lodash.ismatch/package.json +17 -0
- package/node_modules/map-obj/index.d.ts +151 -0
- package/node_modules/map-obj/index.js +68 -0
- package/node_modules/map-obj/license +9 -0
- package/node_modules/map-obj/package.json +43 -0
- package/node_modules/map-obj/readme.md +105 -0
- package/node_modules/meow/index.d.ts +313 -0
- package/node_modules/meow/index.js +227 -0
- package/node_modules/meow/license +9 -0
- package/node_modules/meow/node_modules/find-up/index.d.ts +137 -0
- package/node_modules/meow/node_modules/find-up/index.js +89 -0
- package/node_modules/meow/node_modules/find-up/license +9 -0
- package/node_modules/meow/node_modules/find-up/package.json +53 -0
- package/node_modules/meow/node_modules/find-up/readme.md +156 -0
- package/node_modules/meow/node_modules/hosted-git-info/CHANGELOG.md +151 -0
- package/node_modules/meow/node_modules/hosted-git-info/LICENSE +13 -0
- package/node_modules/meow/node_modules/hosted-git-info/README.md +133 -0
- package/node_modules/meow/node_modules/hosted-git-info/git-host-info.js +79 -0
- package/node_modules/meow/node_modules/hosted-git-info/git-host.js +156 -0
- package/node_modules/meow/node_modules/hosted-git-info/index.js +148 -0
- package/node_modules/meow/node_modules/hosted-git-info/package.json +40 -0
- package/node_modules/meow/node_modules/locate-path/index.d.ts +83 -0
- package/node_modules/meow/node_modules/locate-path/index.js +65 -0
- package/node_modules/meow/node_modules/locate-path/license +9 -0
- package/node_modules/meow/node_modules/locate-path/package.json +45 -0
- package/node_modules/meow/node_modules/locate-path/readme.md +122 -0
- package/node_modules/meow/node_modules/p-limit/index.d.ts +38 -0
- package/node_modules/meow/node_modules/p-limit/index.js +57 -0
- package/node_modules/meow/node_modules/p-limit/license +9 -0
- package/node_modules/meow/node_modules/p-limit/package.json +52 -0
- package/node_modules/meow/node_modules/p-limit/readme.md +101 -0
- package/node_modules/meow/node_modules/p-locate/index.d.ts +64 -0
- package/node_modules/meow/node_modules/p-locate/index.js +52 -0
- package/node_modules/meow/node_modules/p-locate/license +9 -0
- package/node_modules/meow/node_modules/p-locate/package.json +53 -0
- package/node_modules/meow/node_modules/p-locate/readme.md +90 -0
- package/node_modules/meow/node_modules/read-pkg/index.d.ts +67 -0
- package/node_modules/meow/node_modules/read-pkg/index.js +41 -0
- package/node_modules/meow/node_modules/read-pkg/license +9 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/AUTHORS +4 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/LICENSE +30 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/README.md +106 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/extract_description.js +14 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/fixer.js +418 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/make_warning.js +23 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/normalize.js +39 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/safe_format.js +9 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/typos.json +25 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/package.json +31 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/index.d.ts +15 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/license +9 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/package.json +51 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/readme.md +119 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/basic.d.ts +67 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/except.d.ts +22 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/literal-union.d.ts +33 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/merge.d.ts +22 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/mutable.d.ts +22 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/package-json.d.ts +501 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/promisable.d.ts +23 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
- package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/require-at-least-one.d.ts +32 -0
- package/node_modules/meow/node_modules/read-pkg/package.json +49 -0
- package/node_modules/meow/node_modules/read-pkg/readme.md +81 -0
- package/node_modules/meow/node_modules/read-pkg-up/index.d.ts +87 -0
- package/node_modules/meow/node_modules/read-pkg-up/index.js +30 -0
- package/node_modules/meow/node_modules/read-pkg-up/license +9 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/index.d.ts +20 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/license +9 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/package.json +51 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/readme.md +635 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/basic.d.ts +67 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/except.d.ts +22 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/literal-union.d.ts +33 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/merge.d.ts +22 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/mutable.d.ts +22 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/opaque.d.ts +40 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/package-json.d.ts +501 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/partial-deep.d.ts +72 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/promisable.d.ts +23 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/require-at-least-one.d.ts +32 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/require-exactly-one.d.ts +36 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/set-optional.d.ts +32 -0
- package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/set-required.d.ts +32 -0
- package/node_modules/meow/node_modules/read-pkg-up/package.json +59 -0
- package/node_modules/meow/node_modules/read-pkg-up/readme.md +77 -0
- package/node_modules/meow/node_modules/semver/LICENSE +15 -0
- package/node_modules/meow/node_modules/semver/README.md +412 -0
- package/node_modules/meow/node_modules/semver/bin/semver +160 -0
- package/node_modules/meow/node_modules/semver/package.json +38 -0
- package/node_modules/meow/node_modules/semver/range.bnf +16 -0
- package/node_modules/meow/node_modules/semver/semver.js +1525 -0
- package/node_modules/meow/node_modules/type-fest/index.d.ts +35 -0
- package/node_modules/meow/node_modules/type-fest/license +9 -0
- package/node_modules/meow/node_modules/type-fest/package.json +45 -0
- package/node_modules/meow/node_modules/type-fest/readme.md +648 -0
- package/node_modules/meow/node_modules/type-fest/source/async-return-type.d.ts +23 -0
- package/node_modules/meow/node_modules/type-fest/source/asyncify.d.ts +31 -0
- package/node_modules/meow/node_modules/type-fest/source/basic.d.ts +67 -0
- package/node_modules/meow/node_modules/type-fest/source/conditional-except.d.ts +43 -0
- package/node_modules/meow/node_modules/type-fest/source/conditional-keys.d.ts +43 -0
- package/node_modules/meow/node_modules/type-fest/source/conditional-pick.d.ts +42 -0
- package/node_modules/meow/node_modules/type-fest/source/entries.d.ts +57 -0
- package/node_modules/meow/node_modules/type-fest/source/entry.d.ts +60 -0
- package/node_modules/meow/node_modules/type-fest/source/except.d.ts +22 -0
- package/node_modules/meow/node_modules/type-fest/source/fixed-length-array.d.ts +38 -0
- package/node_modules/meow/node_modules/type-fest/source/iterable-element.d.ts +46 -0
- package/node_modules/meow/node_modules/type-fest/source/literal-union.d.ts +33 -0
- package/node_modules/meow/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
- package/node_modules/meow/node_modules/type-fest/source/merge.d.ts +22 -0
- package/node_modules/meow/node_modules/type-fest/source/mutable.d.ts +22 -0
- package/node_modules/meow/node_modules/type-fest/source/opaque.d.ts +65 -0
- package/node_modules/meow/node_modules/type-fest/source/package-json.d.ts +627 -0
- package/node_modules/meow/node_modules/type-fest/source/partial-deep.d.ts +72 -0
- package/node_modules/meow/node_modules/type-fest/source/promisable.d.ts +23 -0
- package/node_modules/meow/node_modules/type-fest/source/promise-value.d.ts +27 -0
- package/node_modules/meow/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
- package/node_modules/meow/node_modules/type-fest/source/require-at-least-one.d.ts +32 -0
- package/node_modules/meow/node_modules/type-fest/source/require-exactly-one.d.ts +35 -0
- package/node_modules/meow/node_modules/type-fest/source/set-optional.d.ts +34 -0
- package/node_modules/meow/node_modules/type-fest/source/set-required.d.ts +34 -0
- package/node_modules/meow/node_modules/type-fest/source/set-return-type.d.ts +29 -0
- package/node_modules/meow/node_modules/type-fest/source/stringified.d.ts +21 -0
- package/node_modules/meow/node_modules/type-fest/source/tsconfig-json.d.ts +872 -0
- package/node_modules/meow/node_modules/type-fest/source/union-to-intersection.d.ts +58 -0
- package/node_modules/meow/node_modules/type-fest/source/value-of.d.ts +40 -0
- package/node_modules/meow/package.json +76 -0
- package/node_modules/meow/readme.md +350 -0
- package/node_modules/min-indent/index.js +10 -0
- package/node_modules/min-indent/license +22 -0
- package/node_modules/min-indent/package.json +38 -0
- package/node_modules/min-indent/readme.md +41 -0
- package/node_modules/minimist/.eslintrc +29 -0
- package/node_modules/minimist/.github/FUNDING.yml +12 -0
- package/node_modules/minimist/.nycrc +14 -0
- package/node_modules/minimist/CHANGELOG.md +298 -0
- package/node_modules/minimist/LICENSE +18 -0
- package/node_modules/minimist/README.md +121 -0
- package/node_modules/minimist/example/parse.js +4 -0
- package/node_modules/minimist/index.js +263 -0
- package/node_modules/minimist/package.json +75 -0
- package/node_modules/minimist/test/all_bool.js +34 -0
- package/node_modules/minimist/test/bool.js +177 -0
- package/node_modules/minimist/test/dash.js +43 -0
- package/node_modules/minimist/test/default_bool.js +37 -0
- package/node_modules/minimist/test/dotted.js +24 -0
- package/node_modules/minimist/test/kv_short.js +32 -0
- package/node_modules/minimist/test/long.js +33 -0
- package/node_modules/minimist/test/num.js +38 -0
- package/node_modules/minimist/test/parse.js +209 -0
- package/node_modules/minimist/test/parse_modified.js +11 -0
- package/node_modules/minimist/test/proto.js +64 -0
- package/node_modules/minimist/test/short.js +69 -0
- package/node_modules/minimist/test/stop_early.js +17 -0
- package/node_modules/minimist/test/unknown.js +104 -0
- package/node_modules/minimist/test/whitespace.js +10 -0
- package/node_modules/minimist-options/index.d.ts +55 -0
- package/node_modules/minimist-options/index.js +117 -0
- package/node_modules/minimist-options/license +21 -0
- package/node_modules/minimist-options/package.json +34 -0
- package/node_modules/minimist-options/readme.md +112 -0
- package/node_modules/modify-values/index.js +15 -0
- package/node_modules/modify-values/license +21 -0
- package/node_modules/modify-values/package.json +36 -0
- package/node_modules/modify-values/readme.md +51 -0
- package/node_modules/neo-async/LICENSE +22 -0
- package/node_modules/neo-async/README.md +273 -0
- package/node_modules/neo-async/all.js +3 -0
- package/node_modules/neo-async/allLimit.js +3 -0
- package/node_modules/neo-async/allSeries.js +3 -0
- package/node_modules/neo-async/angelFall.js +3 -0
- package/node_modules/neo-async/any.js +3 -0
- package/node_modules/neo-async/anyLimit.js +3 -0
- package/node_modules/neo-async/anySeries.js +3 -0
- package/node_modules/neo-async/apply.js +3 -0
- package/node_modules/neo-async/applyEach.js +3 -0
- package/node_modules/neo-async/applyEachSeries.js +3 -0
- package/node_modules/neo-async/async.js +9184 -0
- package/node_modules/neo-async/async.min.js +80 -0
- package/node_modules/neo-async/asyncify.js +3 -0
- package/node_modules/neo-async/auto.js +3 -0
- package/node_modules/neo-async/autoInject.js +3 -0
- package/node_modules/neo-async/cargo.js +3 -0
- package/node_modules/neo-async/compose.js +3 -0
- package/node_modules/neo-async/concat.js +3 -0
- package/node_modules/neo-async/concatLimit.js +3 -0
- package/node_modules/neo-async/concatSeries.js +3 -0
- package/node_modules/neo-async/constant.js +3 -0
- package/node_modules/neo-async/createLogger.js +3 -0
- package/node_modules/neo-async/detect.js +3 -0
- package/node_modules/neo-async/detectLimit.js +3 -0
- package/node_modules/neo-async/detectSeries.js +3 -0
- package/node_modules/neo-async/dir.js +3 -0
- package/node_modules/neo-async/doDuring.js +3 -0
- package/node_modules/neo-async/doUntil.js +3 -0
- package/node_modules/neo-async/doWhilst.js +3 -0
- package/node_modules/neo-async/during.js +3 -0
- package/node_modules/neo-async/each.js +3 -0
- package/node_modules/neo-async/eachLimit.js +3 -0
- package/node_modules/neo-async/eachOf.js +3 -0
- package/node_modules/neo-async/eachOfLimit.js +3 -0
- package/node_modules/neo-async/eachOfSeries.js +3 -0
- package/node_modules/neo-async/eachSeries.js +3 -0
- package/node_modules/neo-async/ensureAsync.js +3 -0
- package/node_modules/neo-async/every.js +3 -0
- package/node_modules/neo-async/everyLimit.js +3 -0
- package/node_modules/neo-async/everySeries.js +3 -0
- package/node_modules/neo-async/fast.js +3 -0
- package/node_modules/neo-async/filter.js +3 -0
- package/node_modules/neo-async/filterLimit.js +3 -0
- package/node_modules/neo-async/filterSeries.js +3 -0
- package/node_modules/neo-async/find.js +3 -0
- package/node_modules/neo-async/findLimit.js +3 -0
- package/node_modules/neo-async/findSeries.js +3 -0
- package/node_modules/neo-async/foldl.js +3 -0
- package/node_modules/neo-async/foldr.js +3 -0
- package/node_modules/neo-async/forEach.js +3 -0
- package/node_modules/neo-async/forEachLimit.js +3 -0
- package/node_modules/neo-async/forEachOf.js +3 -0
- package/node_modules/neo-async/forEachOfLimit.js +3 -0
- package/node_modules/neo-async/forEachOfSeries.js +3 -0
- package/node_modules/neo-async/forEachSeries.js +3 -0
- package/node_modules/neo-async/forever.js +3 -0
- package/node_modules/neo-async/groupBy.js +3 -0
- package/node_modules/neo-async/groupByLimit.js +3 -0
- package/node_modules/neo-async/groupBySeries.js +3 -0
- package/node_modules/neo-async/inject.js +3 -0
- package/node_modules/neo-async/iterator.js +3 -0
- package/node_modules/neo-async/log.js +3 -0
- package/node_modules/neo-async/map.js +3 -0
- package/node_modules/neo-async/mapLimit.js +3 -0
- package/node_modules/neo-async/mapSeries.js +3 -0
- package/node_modules/neo-async/mapValues.js +3 -0
- package/node_modules/neo-async/mapValuesLimit.js +3 -0
- package/node_modules/neo-async/mapValuesSeries.js +3 -0
- package/node_modules/neo-async/memoize.js +3 -0
- package/node_modules/neo-async/nextTick.js +3 -0
- package/node_modules/neo-async/omit.js +3 -0
- package/node_modules/neo-async/omitLimit.js +3 -0
- package/node_modules/neo-async/omitSeries.js +3 -0
- package/node_modules/neo-async/package.json +57 -0
- package/node_modules/neo-async/parallel.js +3 -0
- package/node_modules/neo-async/parallelLimit.js +3 -0
- package/node_modules/neo-async/pick.js +3 -0
- package/node_modules/neo-async/pickLimit.js +3 -0
- package/node_modules/neo-async/pickSeries.js +3 -0
- package/node_modules/neo-async/priorityQueue.js +3 -0
- package/node_modules/neo-async/queue.js +3 -0
- package/node_modules/neo-async/race.js +3 -0
- package/node_modules/neo-async/reduce.js +3 -0
- package/node_modules/neo-async/reduceRight.js +3 -0
- package/node_modules/neo-async/reflect.js +3 -0
- package/node_modules/neo-async/reflectAll.js +3 -0
- package/node_modules/neo-async/reject.js +3 -0
- package/node_modules/neo-async/rejectLimit.js +3 -0
- package/node_modules/neo-async/rejectSeries.js +3 -0
- package/node_modules/neo-async/retry.js +3 -0
- package/node_modules/neo-async/retryable.js +3 -0
- package/node_modules/neo-async/safe.js +3 -0
- package/node_modules/neo-async/select.js +3 -0
- package/node_modules/neo-async/selectLimit.js +3 -0
- package/node_modules/neo-async/selectSeries.js +3 -0
- package/node_modules/neo-async/seq.js +3 -0
- package/node_modules/neo-async/series.js +3 -0
- package/node_modules/neo-async/setImmediate.js +3 -0
- package/node_modules/neo-async/some.js +3 -0
- package/node_modules/neo-async/someLimit.js +3 -0
- package/node_modules/neo-async/someSeries.js +3 -0
- package/node_modules/neo-async/sortBy.js +3 -0
- package/node_modules/neo-async/sortByLimit.js +3 -0
- package/node_modules/neo-async/sortBySeries.js +3 -0
- package/node_modules/neo-async/timeout.js +3 -0
- package/node_modules/neo-async/times.js +3 -0
- package/node_modules/neo-async/timesLimit.js +3 -0
- package/node_modules/neo-async/timesSeries.js +3 -0
- package/node_modules/neo-async/transform.js +3 -0
- package/node_modules/neo-async/transformLimit.js +3 -0
- package/node_modules/neo-async/transformSeries.js +3 -0
- package/node_modules/neo-async/tryEach.js +3 -0
- package/node_modules/neo-async/unmemoize.js +3 -0
- package/node_modules/neo-async/until.js +3 -0
- package/node_modules/neo-async/waterfall.js +3 -0
- package/node_modules/neo-async/whilst.js +3 -0
- package/node_modules/neo-async/wrapSync.js +3 -0
- package/node_modules/normalize-package-data/AUTHORS +4 -0
- package/node_modules/normalize-package-data/LICENSE +15 -0
- package/node_modules/normalize-package-data/README.md +108 -0
- package/node_modules/normalize-package-data/lib/extract_description.js +22 -0
- package/node_modules/normalize-package-data/lib/fixer.js +474 -0
- package/node_modules/normalize-package-data/lib/make_warning.js +22 -0
- package/node_modules/normalize-package-data/lib/normalize.js +48 -0
- package/node_modules/normalize-package-data/lib/safe_format.js +11 -0
- package/node_modules/normalize-package-data/lib/typos.json +25 -0
- package/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
- package/node_modules/normalize-package-data/package.json +41 -0
- package/node_modules/p-limit/index.d.ts +42 -0
- package/node_modules/p-limit/index.js +71 -0
- package/node_modules/p-limit/license +9 -0
- package/node_modules/p-limit/package.json +52 -0
- package/node_modules/p-limit/readme.md +101 -0
- package/node_modules/p-locate/index.d.ts +53 -0
- package/node_modules/p-locate/index.js +50 -0
- package/node_modules/p-locate/license +9 -0
- package/node_modules/p-locate/package.json +54 -0
- package/node_modules/p-locate/readme.md +93 -0
- package/node_modules/p-try/index.d.ts +39 -0
- package/node_modules/p-try/index.js +9 -0
- package/node_modules/p-try/license +9 -0
- package/node_modules/p-try/package.json +42 -0
- package/node_modules/p-try/readme.md +58 -0
- package/node_modules/parse-json/index.js +54 -0
- package/node_modules/parse-json/license +9 -0
- package/node_modules/parse-json/package.json +45 -0
- package/node_modules/parse-json/readme.md +119 -0
- package/node_modules/path-exists/index.d.ts +28 -0
- package/node_modules/path-exists/index.js +23 -0
- package/node_modules/path-exists/license +9 -0
- package/node_modules/path-exists/package.json +39 -0
- package/node_modules/path-exists/readme.md +52 -0
- package/node_modules/path-parse/LICENSE +21 -0
- package/node_modules/path-parse/README.md +42 -0
- package/node_modules/path-parse/index.js +75 -0
- package/node_modules/path-parse/package.json +33 -0
- package/node_modules/picocolors/LICENSE +15 -0
- package/node_modules/picocolors/README.md +21 -0
- package/node_modules/picocolors/package.json +25 -0
- package/node_modules/picocolors/picocolors.browser.js +4 -0
- package/node_modules/picocolors/picocolors.d.ts +5 -0
- package/node_modules/picocolors/picocolors.js +65 -0
- package/node_modules/picocolors/types.ts +30 -0
- package/node_modules/pify/index.js +68 -0
- package/node_modules/pify/license +21 -0
- package/node_modules/pify/package.json +48 -0
- package/node_modules/pify/readme.md +119 -0
- package/node_modules/process-nextick-args/index.js +45 -0
- package/node_modules/process-nextick-args/license.md +19 -0
- package/node_modules/process-nextick-args/package.json +25 -0
- package/node_modules/process-nextick-args/readme.md +18 -0
- package/node_modules/q/CHANGES.md +800 -0
- package/node_modules/q/LICENSE +18 -0
- package/node_modules/q/README.md +874 -0
- package/node_modules/q/package.json +76 -0
- package/node_modules/q/q.js +2076 -0
- package/node_modules/q/queue.js +35 -0
- package/node_modules/quick-lru/index.d.ts +90 -0
- package/node_modules/quick-lru/index.js +115 -0
- package/node_modules/quick-lru/license +9 -0
- package/node_modules/quick-lru/package.json +42 -0
- package/node_modules/quick-lru/readme.md +93 -0
- package/node_modules/read-pkg/index.js +47 -0
- package/node_modules/read-pkg/license +9 -0
- package/node_modules/read-pkg/node_modules/hosted-git-info/CHANGELOG.md +151 -0
- package/node_modules/read-pkg/node_modules/hosted-git-info/LICENSE +13 -0
- package/node_modules/read-pkg/node_modules/hosted-git-info/README.md +133 -0
- package/node_modules/read-pkg/node_modules/hosted-git-info/git-host-info.js +79 -0
- package/node_modules/read-pkg/node_modules/hosted-git-info/git-host.js +156 -0
- package/node_modules/read-pkg/node_modules/hosted-git-info/index.js +148 -0
- package/node_modules/read-pkg/node_modules/hosted-git-info/package.json +40 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/AUTHORS +4 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/LICENSE +30 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/README.md +106 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/lib/extract_description.js +14 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/lib/fixer.js +418 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/lib/make_warning.js +23 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/lib/normalize.js +39 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/lib/safe_format.js +9 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/lib/typos.json +25 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
- package/node_modules/read-pkg/node_modules/normalize-package-data/package.json +31 -0
- package/node_modules/read-pkg/node_modules/path-type/index.js +42 -0
- package/node_modules/read-pkg/node_modules/path-type/license +9 -0
- package/node_modules/read-pkg/node_modules/path-type/package.json +45 -0
- package/node_modules/read-pkg/node_modules/path-type/readme.md +42 -0
- package/node_modules/read-pkg/node_modules/pify/index.js +84 -0
- package/node_modules/read-pkg/node_modules/pify/license +9 -0
- package/node_modules/read-pkg/node_modules/pify/package.json +51 -0
- package/node_modules/read-pkg/node_modules/pify/readme.md +131 -0
- package/node_modules/read-pkg/node_modules/semver/LICENSE +15 -0
- package/node_modules/read-pkg/node_modules/semver/README.md +412 -0
- package/node_modules/read-pkg/node_modules/semver/bin/semver +160 -0
- package/node_modules/read-pkg/node_modules/semver/package.json +38 -0
- package/node_modules/read-pkg/node_modules/semver/range.bnf +16 -0
- package/node_modules/read-pkg/node_modules/semver/semver.js +1525 -0
- package/node_modules/read-pkg/package.json +42 -0
- package/node_modules/read-pkg/readme.md +79 -0
- package/node_modules/read-pkg-up/index.js +26 -0
- package/node_modules/read-pkg-up/license +9 -0
- package/node_modules/read-pkg-up/node_modules/find-up/index.js +48 -0
- package/node_modules/read-pkg-up/node_modules/find-up/license +21 -0
- package/node_modules/read-pkg-up/node_modules/find-up/package.json +53 -0
- package/node_modules/read-pkg-up/node_modules/find-up/readme.md +85 -0
- package/node_modules/read-pkg-up/node_modules/locate-path/index.js +24 -0
- package/node_modules/read-pkg-up/node_modules/locate-path/license +21 -0
- package/node_modules/read-pkg-up/node_modules/locate-path/package.json +47 -0
- package/node_modules/read-pkg-up/node_modules/locate-path/readme.md +99 -0
- package/node_modules/read-pkg-up/node_modules/p-limit/index.js +42 -0
- package/node_modules/read-pkg-up/node_modules/p-limit/license +9 -0
- package/node_modules/read-pkg-up/node_modules/p-limit/package.json +49 -0
- package/node_modules/read-pkg-up/node_modules/p-limit/readme.md +69 -0
- package/node_modules/read-pkg-up/node_modules/p-locate/index.js +31 -0
- package/node_modules/read-pkg-up/node_modules/p-locate/license +21 -0
- package/node_modules/read-pkg-up/node_modules/p-locate/package.json +54 -0
- package/node_modules/read-pkg-up/node_modules/p-locate/readme.md +86 -0
- package/node_modules/read-pkg-up/node_modules/p-try/index.js +4 -0
- package/node_modules/read-pkg-up/node_modules/p-try/license +21 -0
- package/node_modules/read-pkg-up/node_modules/p-try/package.json +43 -0
- package/node_modules/read-pkg-up/node_modules/p-try/readme.md +38 -0
- package/node_modules/read-pkg-up/node_modules/path-exists/index.js +17 -0
- package/node_modules/read-pkg-up/node_modules/path-exists/license +21 -0
- package/node_modules/read-pkg-up/node_modules/path-exists/package.json +40 -0
- package/node_modules/read-pkg-up/node_modules/path-exists/readme.md +50 -0
- package/node_modules/read-pkg-up/package.json +57 -0
- package/node_modules/read-pkg-up/readme.md +80 -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/redent/index.d.ts +27 -0
- package/node_modules/redent/index.js +5 -0
- package/node_modules/redent/license +9 -0
- package/node_modules/redent/package.json +44 -0
- package/node_modules/redent/readme.md +61 -0
- package/node_modules/require-directory/.jshintrc +67 -0
- package/node_modules/require-directory/.npmignore +1 -0
- package/node_modules/require-directory/.travis.yml +3 -0
- package/node_modules/require-directory/LICENSE +22 -0
- package/node_modules/require-directory/README.markdown +184 -0
- package/node_modules/require-directory/index.js +86 -0
- package/node_modules/require-directory/package.json +40 -0
- package/node_modules/resolve/.editorconfig +37 -0
- package/node_modules/resolve/.eslintrc +65 -0
- package/node_modules/resolve/.github/FUNDING.yml +12 -0
- package/node_modules/resolve/LICENSE +21 -0
- package/node_modules/resolve/SECURITY.md +3 -0
- package/node_modules/resolve/async.js +3 -0
- package/node_modules/resolve/bin/resolve +50 -0
- package/node_modules/resolve/example/async.js +5 -0
- package/node_modules/resolve/example/sync.js +3 -0
- package/node_modules/resolve/index.js +6 -0
- package/node_modules/resolve/lib/async.js +329 -0
- package/node_modules/resolve/lib/caller.js +8 -0
- package/node_modules/resolve/lib/core.js +12 -0
- package/node_modules/resolve/lib/core.json +158 -0
- package/node_modules/resolve/lib/homedir.js +24 -0
- package/node_modules/resolve/lib/is-core.js +5 -0
- package/node_modules/resolve/lib/node-modules-paths.js +42 -0
- package/node_modules/resolve/lib/normalize-options.js +10 -0
- package/node_modules/resolve/lib/sync.js +208 -0
- package/node_modules/resolve/package.json +72 -0
- package/node_modules/resolve/readme.markdown +301 -0
- package/node_modules/resolve/sync.js +3 -0
- package/node_modules/resolve/test/core.js +88 -0
- package/node_modules/resolve/test/dotdot/abc/index.js +2 -0
- package/node_modules/resolve/test/dotdot/index.js +1 -0
- package/node_modules/resolve/test/dotdot.js +29 -0
- package/node_modules/resolve/test/faulty_basedir.js +29 -0
- package/node_modules/resolve/test/filter.js +34 -0
- package/node_modules/resolve/test/filter_sync.js +33 -0
- package/node_modules/resolve/test/home_paths.js +127 -0
- package/node_modules/resolve/test/home_paths_sync.js +114 -0
- package/node_modules/resolve/test/mock.js +315 -0
- package/node_modules/resolve/test/mock_sync.js +214 -0
- package/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
- package/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
- package/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
- package/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
- package/node_modules/resolve/test/module_dir.js +56 -0
- package/node_modules/resolve/test/node-modules-paths.js +143 -0
- package/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
- package/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
- package/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
- package/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
- package/node_modules/resolve/test/node_path.js +70 -0
- package/node_modules/resolve/test/nonstring.js +9 -0
- package/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
- package/node_modules/resolve/test/pathfilter.js +75 -0
- package/node_modules/resolve/test/precedence/aaa/index.js +1 -0
- package/node_modules/resolve/test/precedence/aaa/main.js +1 -0
- package/node_modules/resolve/test/precedence/aaa.js +1 -0
- package/node_modules/resolve/test/precedence/bbb/main.js +1 -0
- package/node_modules/resolve/test/precedence/bbb.js +1 -0
- package/node_modules/resolve/test/precedence.js +23 -0
- package/node_modules/resolve/test/resolver/baz/doom.js +0 -0
- package/node_modules/resolve/test/resolver/baz/package.json +4 -0
- package/node_modules/resolve/test/resolver/baz/quux.js +1 -0
- package/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
- package/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
- package/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
- package/node_modules/resolve/test/resolver/cup.coffee +1 -0
- package/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
- package/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
- package/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
- package/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
- package/node_modules/resolve/test/resolver/false_main/index.js +0 -0
- package/node_modules/resolve/test/resolver/false_main/package.json +4 -0
- package/node_modules/resolve/test/resolver/foo.js +1 -0
- package/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
- package/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
- package/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
- package/node_modules/resolve/test/resolver/mug.coffee +0 -0
- package/node_modules/resolve/test/resolver/mug.js +0 -0
- package/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
- package/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
- package/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
- package/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
- package/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
- package/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
- package/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
- package/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
- package/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
- package/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
- package/node_modules/resolve/test/resolver/other_path/root.js +0 -0
- package/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
- package/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
- package/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
- package/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
- package/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
- package/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
- package/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
- package/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
- package/node_modules/resolve/test/resolver.js +597 -0
- package/node_modules/resolve/test/resolver_sync.js +730 -0
- package/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
- package/node_modules/resolve/test/shadowed_core.js +54 -0
- package/node_modules/resolve/test/subdirs.js +13 -0
- package/node_modules/resolve/test/symlinks.js +176 -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/semver/LICENSE +15 -0
- package/node_modules/semver/README.md +654 -0
- package/node_modules/semver/bin/semver.js +188 -0
- package/node_modules/semver/classes/comparator.js +141 -0
- package/node_modules/semver/classes/index.js +5 -0
- package/node_modules/semver/classes/range.js +554 -0
- package/node_modules/semver/classes/semver.js +302 -0
- package/node_modules/semver/functions/clean.js +6 -0
- package/node_modules/semver/functions/cmp.js +52 -0
- package/node_modules/semver/functions/coerce.js +60 -0
- package/node_modules/semver/functions/compare-build.js +7 -0
- package/node_modules/semver/functions/compare-loose.js +3 -0
- package/node_modules/semver/functions/compare.js +5 -0
- package/node_modules/semver/functions/diff.js +65 -0
- package/node_modules/semver/functions/eq.js +3 -0
- package/node_modules/semver/functions/gt.js +3 -0
- package/node_modules/semver/functions/gte.js +3 -0
- package/node_modules/semver/functions/inc.js +19 -0
- package/node_modules/semver/functions/lt.js +3 -0
- package/node_modules/semver/functions/lte.js +3 -0
- package/node_modules/semver/functions/major.js +3 -0
- package/node_modules/semver/functions/minor.js +3 -0
- package/node_modules/semver/functions/neq.js +3 -0
- package/node_modules/semver/functions/parse.js +16 -0
- package/node_modules/semver/functions/patch.js +3 -0
- package/node_modules/semver/functions/prerelease.js +6 -0
- package/node_modules/semver/functions/rcompare.js +3 -0
- package/node_modules/semver/functions/rsort.js +3 -0
- package/node_modules/semver/functions/satisfies.js +10 -0
- package/node_modules/semver/functions/sort.js +3 -0
- package/node_modules/semver/functions/valid.js +6 -0
- package/node_modules/semver/index.js +89 -0
- package/node_modules/semver/internal/constants.js +35 -0
- package/node_modules/semver/internal/debug.js +9 -0
- package/node_modules/semver/internal/identifiers.js +23 -0
- package/node_modules/semver/internal/lrucache.js +40 -0
- package/node_modules/semver/internal/parse-options.js +15 -0
- package/node_modules/semver/internal/re.js +217 -0
- package/node_modules/semver/package.json +77 -0
- package/node_modules/semver/preload.js +2 -0
- package/node_modules/semver/range.bnf +16 -0
- package/node_modules/semver/ranges/gtr.js +4 -0
- package/node_modules/semver/ranges/intersects.js +7 -0
- package/node_modules/semver/ranges/ltr.js +4 -0
- package/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/node_modules/semver/ranges/min-version.js +61 -0
- package/node_modules/semver/ranges/outside.js +80 -0
- package/node_modules/semver/ranges/simplify.js +47 -0
- package/node_modules/semver/ranges/subset.js +247 -0
- package/node_modules/semver/ranges/to-comparators.js +8 -0
- package/node_modules/semver/ranges/valid.js +11 -0
- package/node_modules/source-map/CHANGELOG.md +301 -0
- package/node_modules/source-map/LICENSE +28 -0
- package/node_modules/source-map/README.md +742 -0
- package/node_modules/source-map/dist/source-map.debug.js +3234 -0
- package/node_modules/source-map/dist/source-map.js +3233 -0
- package/node_modules/source-map/dist/source-map.min.js +2 -0
- package/node_modules/source-map/dist/source-map.min.js.map +1 -0
- package/node_modules/source-map/lib/array-set.js +121 -0
- package/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/node_modules/source-map/lib/base64.js +67 -0
- package/node_modules/source-map/lib/binary-search.js +111 -0
- package/node_modules/source-map/lib/mapping-list.js +79 -0
- package/node_modules/source-map/lib/quick-sort.js +114 -0
- package/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/node_modules/source-map/lib/source-node.js +413 -0
- package/node_modules/source-map/lib/util.js +488 -0
- package/node_modules/source-map/package.json +73 -0
- package/node_modules/source-map/source-map.d.ts +98 -0
- package/node_modules/source-map/source-map.js +8 -0
- package/node_modules/spdx-correct/LICENSE +202 -0
- package/node_modules/spdx-correct/README.md +22 -0
- package/node_modules/spdx-correct/index.js +386 -0
- package/node_modules/spdx-correct/package.json +32 -0
- package/node_modules/spdx-exceptions/README.md +36 -0
- package/node_modules/spdx-exceptions/deprecated.json +3 -0
- package/node_modules/spdx-exceptions/index.json +68 -0
- package/node_modules/spdx-exceptions/package.json +19 -0
- package/node_modules/spdx-expression-parse/AUTHORS +4 -0
- package/node_modules/spdx-expression-parse/LICENSE +22 -0
- package/node_modules/spdx-expression-parse/README.md +91 -0
- package/node_modules/spdx-expression-parse/index.js +8 -0
- package/node_modules/spdx-expression-parse/package.json +39 -0
- package/node_modules/spdx-expression-parse/parse.js +138 -0
- package/node_modules/spdx-expression-parse/scan.js +131 -0
- package/node_modules/spdx-license-ids/README.md +52 -0
- package/node_modules/spdx-license-ids/deprecated.json +28 -0
- package/node_modules/spdx-license-ids/index.json +636 -0
- package/node_modules/spdx-license-ids/package.json +39 -0
- package/node_modules/split/.npmignore +3 -0
- package/node_modules/split/.travis.yml +3 -0
- package/node_modules/split/LICENCE +22 -0
- package/node_modules/split/examples/pretty.js +26 -0
- package/node_modules/split/index.js +63 -0
- package/node_modules/split/package.json +30 -0
- package/node_modules/split/readme.markdown +72 -0
- package/node_modules/split/test/options.asynct.js +46 -0
- package/node_modules/split/test/partitioned_unicode.js +34 -0
- package/node_modules/split/test/split.asynct.js +137 -0
- package/node_modules/split/test/try_catch.asynct.js +51 -0
- package/node_modules/split2/LICENSE +13 -0
- package/node_modules/split2/README.md +97 -0
- package/node_modules/split2/bench.js +27 -0
- package/node_modules/split2/index.js +132 -0
- package/node_modules/split2/package.json +40 -0
- package/node_modules/split2/test.js +392 -0
- package/node_modules/standard-version/.editorconfig +9 -0
- package/node_modules/standard-version/.eslintrc +6 -0
- package/node_modules/standard-version/.github/ISSUE_TEMPLATE/ask-a-question.md +10 -0
- package/node_modules/standard-version/.github/ISSUE_TEMPLATE/bug-report.md +31 -0
- package/node_modules/standard-version/.github/workflows/ci.yaml +33 -0
- package/node_modules/standard-version/.github/workflows/release-please.yml +31 -0
- package/node_modules/standard-version/.versionrc +10 -0
- package/node_modules/standard-version/CHANGELOG.md +524 -0
- package/node_modules/standard-version/LICENSE.txt +16 -0
- package/node_modules/standard-version/README.md +470 -0
- package/node_modules/standard-version/bin/cli.js +13 -0
- package/node_modules/standard-version/command.js +133 -0
- package/node_modules/standard-version/defaults.js +43 -0
- package/node_modules/standard-version/index.js +80 -0
- package/node_modules/standard-version/lib/checkpoint.js +12 -0
- package/node_modules/standard-version/lib/configuration.js +41 -0
- package/node_modules/standard-version/lib/format-commit-message.js +4 -0
- package/node_modules/standard-version/lib/latest-semver-tag.js +17 -0
- package/node_modules/standard-version/lib/lifecycles/bump.js +172 -0
- package/node_modules/standard-version/lib/lifecycles/changelog.js +66 -0
- package/node_modules/standard-version/lib/lifecycles/commit.js +69 -0
- package/node_modules/standard-version/lib/lifecycles/tag.js +39 -0
- package/node_modules/standard-version/lib/preset-loader.js +17 -0
- package/node_modules/standard-version/lib/print-error.js +12 -0
- package/node_modules/standard-version/lib/run-exec.js +18 -0
- package/node_modules/standard-version/lib/run-execFile.js +18 -0
- package/node_modules/standard-version/lib/run-lifecycle-script.js +13 -0
- package/node_modules/standard-version/lib/updaters/index.js +85 -0
- package/node_modules/standard-version/lib/updaters/types/json.js +25 -0
- package/node_modules/standard-version/lib/updaters/types/plain-text.js +7 -0
- package/node_modules/standard-version/lib/write-file.js +6 -0
- package/node_modules/standard-version/node_modules/ansi-styles/index.js +165 -0
- package/node_modules/standard-version/node_modules/ansi-styles/license +9 -0
- package/node_modules/standard-version/node_modules/ansi-styles/package.json +56 -0
- package/node_modules/standard-version/node_modules/ansi-styles/readme.md +147 -0
- package/node_modules/standard-version/node_modules/chalk/index.js +228 -0
- package/node_modules/standard-version/node_modules/chalk/index.js.flow +93 -0
- package/node_modules/standard-version/node_modules/chalk/license +9 -0
- package/node_modules/standard-version/node_modules/chalk/package.json +71 -0
- package/node_modules/standard-version/node_modules/chalk/readme.md +314 -0
- package/node_modules/standard-version/node_modules/chalk/templates.js +128 -0
- package/node_modules/standard-version/node_modules/chalk/types/index.d.ts +97 -0
- package/node_modules/standard-version/node_modules/cliui/CHANGELOG.md +121 -0
- package/node_modules/standard-version/node_modules/cliui/LICENSE.txt +14 -0
- package/node_modules/standard-version/node_modules/cliui/README.md +141 -0
- package/node_modules/standard-version/node_modules/cliui/build/index.cjs +302 -0
- package/node_modules/standard-version/node_modules/cliui/build/lib/index.js +287 -0
- package/node_modules/standard-version/node_modules/cliui/build/lib/string-utils.js +27 -0
- package/node_modules/standard-version/node_modules/cliui/index.mjs +13 -0
- package/node_modules/standard-version/node_modules/cliui/package.json +83 -0
- package/node_modules/standard-version/node_modules/color-convert/CHANGELOG.md +54 -0
- package/node_modules/standard-version/node_modules/color-convert/LICENSE +21 -0
- package/node_modules/standard-version/node_modules/color-convert/README.md +68 -0
- package/node_modules/standard-version/node_modules/color-convert/conversions.js +868 -0
- package/node_modules/standard-version/node_modules/color-convert/index.js +78 -0
- package/node_modules/standard-version/node_modules/color-convert/package.json +46 -0
- package/node_modules/standard-version/node_modules/color-convert/route.js +97 -0
- package/node_modules/standard-version/node_modules/color-name/.eslintrc.json +43 -0
- package/node_modules/standard-version/node_modules/color-name/.npmignore +107 -0
- package/node_modules/standard-version/node_modules/color-name/LICENSE +8 -0
- package/node_modules/standard-version/node_modules/color-name/README.md +11 -0
- package/node_modules/standard-version/node_modules/color-name/index.js +152 -0
- package/node_modules/standard-version/node_modules/color-name/package.json +25 -0
- package/node_modules/standard-version/node_modules/color-name/test.js +7 -0
- package/node_modules/standard-version/node_modules/detect-indent/index.d.ts +50 -0
- package/node_modules/standard-version/node_modules/detect-indent/index.js +160 -0
- package/node_modules/standard-version/node_modules/detect-indent/license +9 -0
- package/node_modules/standard-version/node_modules/detect-indent/package.json +45 -0
- package/node_modules/standard-version/node_modules/detect-indent/readme.md +120 -0
- package/node_modules/standard-version/node_modules/escape-string-regexp/index.js +11 -0
- package/node_modules/standard-version/node_modules/escape-string-regexp/license +21 -0
- package/node_modules/standard-version/node_modules/escape-string-regexp/package.json +41 -0
- package/node_modules/standard-version/node_modules/escape-string-regexp/readme.md +27 -0
- package/node_modules/standard-version/node_modules/has-flag/index.js +8 -0
- package/node_modules/standard-version/node_modules/has-flag/license +9 -0
- package/node_modules/standard-version/node_modules/has-flag/package.json +44 -0
- package/node_modules/standard-version/node_modules/has-flag/readme.md +70 -0
- package/node_modules/standard-version/node_modules/supports-color/browser.js +5 -0
- package/node_modules/standard-version/node_modules/supports-color/index.js +131 -0
- package/node_modules/standard-version/node_modules/supports-color/license +9 -0
- package/node_modules/standard-version/node_modules/supports-color/package.json +53 -0
- package/node_modules/standard-version/node_modules/supports-color/readme.md +66 -0
- package/node_modules/standard-version/node_modules/yargs/CHANGELOG.md +88 -0
- package/node_modules/standard-version/node_modules/yargs/LICENSE +21 -0
- package/node_modules/standard-version/node_modules/yargs/README.md +202 -0
- package/node_modules/standard-version/node_modules/yargs/browser.mjs +7 -0
- package/node_modules/standard-version/node_modules/yargs/build/index.cjs +2920 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/argsert.js +62 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/command.js +382 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/completion-templates.js +47 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/completion.js +128 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/middleware.js +53 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/parse-command.js +32 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/typings/common-types.js +9 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/usage.js +548 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/utils/which-module.js +10 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/validation.js +308 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
- package/node_modules/standard-version/node_modules/yargs/build/lib/yerror.js +7 -0
- package/node_modules/standard-version/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/node_modules/standard-version/node_modules/yargs/helpers/index.js +14 -0
- package/node_modules/standard-version/node_modules/yargs/helpers/package.json +3 -0
- package/node_modules/standard-version/node_modules/yargs/index.cjs +39 -0
- package/node_modules/standard-version/node_modules/yargs/index.mjs +8 -0
- package/node_modules/standard-version/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
- package/node_modules/standard-version/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
- package/node_modules/standard-version/node_modules/yargs/locales/be.json +46 -0
- package/node_modules/standard-version/node_modules/yargs/locales/de.json +46 -0
- package/node_modules/standard-version/node_modules/yargs/locales/en.json +51 -0
- package/node_modules/standard-version/node_modules/yargs/locales/es.json +46 -0
- package/node_modules/standard-version/node_modules/yargs/locales/fi.json +49 -0
- package/node_modules/standard-version/node_modules/yargs/locales/fr.json +53 -0
- package/node_modules/standard-version/node_modules/yargs/locales/hi.json +49 -0
- package/node_modules/standard-version/node_modules/yargs/locales/hu.json +46 -0
- package/node_modules/standard-version/node_modules/yargs/locales/id.json +50 -0
- package/node_modules/standard-version/node_modules/yargs/locales/it.json +46 -0
- package/node_modules/standard-version/node_modules/yargs/locales/ja.json +51 -0
- package/node_modules/standard-version/node_modules/yargs/locales/ko.json +49 -0
- package/node_modules/standard-version/node_modules/yargs/locales/nb.json +44 -0
- package/node_modules/standard-version/node_modules/yargs/locales/nl.json +49 -0
- package/node_modules/standard-version/node_modules/yargs/locales/nn.json +44 -0
- package/node_modules/standard-version/node_modules/yargs/locales/pirate.json +13 -0
- package/node_modules/standard-version/node_modules/yargs/locales/pl.json +49 -0
- package/node_modules/standard-version/node_modules/yargs/locales/pt.json +45 -0
- package/node_modules/standard-version/node_modules/yargs/locales/pt_BR.json +48 -0
- package/node_modules/standard-version/node_modules/yargs/locales/ru.json +46 -0
- package/node_modules/standard-version/node_modules/yargs/locales/th.json +46 -0
- package/node_modules/standard-version/node_modules/yargs/locales/tr.json +48 -0
- package/node_modules/standard-version/node_modules/yargs/locales/zh_CN.json +48 -0
- package/node_modules/standard-version/node_modules/yargs/locales/zh_TW.json +47 -0
- package/node_modules/standard-version/node_modules/yargs/package.json +122 -0
- package/node_modules/standard-version/node_modules/yargs/yargs +9 -0
- package/node_modules/standard-version/package.json +69 -0
- package/node_modules/standard-version/renovate.json +9 -0
- package/node_modules/standard-version/test/config-files.spec.js +174 -0
- package/node_modules/standard-version/test/core.spec.js +829 -0
- package/node_modules/standard-version/test/git.spec.js +375 -0
- package/node_modules/standard-version/test/mocks/VERSION-1.0.0.txt +1 -0
- package/node_modules/standard-version/test/mocks/VERSION-6.3.1.txt +1 -0
- package/node_modules/standard-version/test/mocks/manifest-6.3.1.json +3 -0
- package/node_modules/standard-version/test/mocks/mix.exs +28 -0
- package/node_modules/standard-version/test/mocks/updater/customer-updater.js +12 -0
- package/node_modules/standard-version/test/mocks/version.txt +0 -0
- package/node_modules/standard-version/test/preset.spec.js +52 -0
- package/node_modules/string-width/index.d.ts +29 -0
- package/node_modules/string-width/index.js +47 -0
- package/node_modules/string-width/license +9 -0
- package/node_modules/string-width/package.json +56 -0
- package/node_modules/string-width/readme.md +50 -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/stringify-package/CHANGELOG.md +16 -0
- package/node_modules/stringify-package/LICENSE +13 -0
- package/node_modules/stringify-package/README.md +55 -0
- package/node_modules/stringify-package/index.js +18 -0
- package/node_modules/stringify-package/package.json +38 -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/strip-indent/index.d.ts +21 -0
- package/node_modules/strip-indent/index.js +14 -0
- package/node_modules/strip-indent/license +9 -0
- package/node_modules/strip-indent/package.json +42 -0
- package/node_modules/strip-indent/readme.md +44 -0
- package/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
- package/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
- package/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
- package/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
- package/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
- package/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
- package/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
- package/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
- package/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
- package/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
- package/node_modules/text-extensions/license +9 -0
- package/node_modules/text-extensions/package.json +36 -0
- package/node_modules/text-extensions/readme.md +33 -0
- package/node_modules/text-extensions/text-extensions.json +150 -0
- package/node_modules/through/.travis.yml +5 -0
- package/node_modules/through/LICENSE.APACHE2 +15 -0
- package/node_modules/through/LICENSE.MIT +24 -0
- package/node_modules/through/index.js +108 -0
- package/node_modules/through/package.json +36 -0
- package/node_modules/through/readme.markdown +64 -0
- package/node_modules/through/test/async.js +28 -0
- package/node_modules/through/test/auto-destroy.js +30 -0
- package/node_modules/through/test/buffering.js +71 -0
- package/node_modules/through/test/end.js +45 -0
- package/node_modules/through/test/index.js +133 -0
- package/node_modules/through2/LICENSE.md +9 -0
- package/node_modules/through2/README.md +140 -0
- package/node_modules/through2/package.json +38 -0
- package/node_modules/through2/through2.js +83 -0
- package/node_modules/trim-newlines/index.d.ts +42 -0
- package/node_modules/trim-newlines/index.js +13 -0
- package/node_modules/trim-newlines/license +9 -0
- package/node_modules/trim-newlines/package.json +43 -0
- package/node_modules/trim-newlines/readme.md +52 -0
- package/node_modules/typedarray/.travis.yml +4 -0
- package/node_modules/typedarray/LICENSE +35 -0
- package/node_modules/typedarray/example/tarray.js +4 -0
- package/node_modules/typedarray/index.js +630 -0
- package/node_modules/typedarray/package.json +55 -0
- package/node_modules/typedarray/readme.markdown +61 -0
- package/node_modules/typedarray/test/server/undef_globals.js +19 -0
- package/node_modules/typedarray/test/tarray.js +10 -0
- package/node_modules/uglify-js/LICENSE +29 -0
- package/node_modules/uglify-js/README.md +1479 -0
- package/node_modules/uglify-js/bin/uglifyjs +624 -0
- package/node_modules/uglify-js/lib/ast.js +2357 -0
- package/node_modules/uglify-js/lib/compress.js +14640 -0
- package/node_modules/uglify-js/lib/minify.js +278 -0
- package/node_modules/uglify-js/lib/mozilla-ast.js +1338 -0
- package/node_modules/uglify-js/lib/output.js +1983 -0
- package/node_modules/uglify-js/lib/parse.js +2589 -0
- package/node_modules/uglify-js/lib/propmangle.js +328 -0
- package/node_modules/uglify-js/lib/scope.js +883 -0
- package/node_modules/uglify-js/lib/sourcemap.js +195 -0
- package/node_modules/uglify-js/lib/transform.js +250 -0
- package/node_modules/uglify-js/lib/utils.js +300 -0
- package/node_modules/uglify-js/package.json +56 -0
- package/node_modules/uglify-js/tools/domprops.html +456 -0
- package/node_modules/uglify-js/tools/domprops.json +8327 -0
- package/node_modules/uglify-js/tools/exports.js +8 -0
- package/node_modules/uglify-js/tools/node.js +115 -0
- package/node_modules/uglify-js/tools/tty.js +22 -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/validate-npm-package-license/LICENSE +202 -0
- package/node_modules/validate-npm-package-license/README.md +113 -0
- package/node_modules/validate-npm-package-license/index.js +86 -0
- package/node_modules/validate-npm-package-license/package.json +28 -0
- package/node_modules/wordwrap/LICENSE +18 -0
- package/node_modules/wordwrap/README.markdown +70 -0
- package/node_modules/wordwrap/example/center.js +10 -0
- package/node_modules/wordwrap/example/meat.js +3 -0
- package/node_modules/wordwrap/index.js +76 -0
- package/node_modules/wordwrap/package.json +34 -0
- package/node_modules/wordwrap/test/break.js +32 -0
- package/node_modules/wordwrap/test/idleness.txt +63 -0
- package/node_modules/wordwrap/test/wrap.js +33 -0
- package/node_modules/wrap-ansi/index.js +216 -0
- package/node_modules/wrap-ansi/license +9 -0
- package/node_modules/wrap-ansi/package.json +62 -0
- package/node_modules/wrap-ansi/readme.md +91 -0
- package/node_modules/xtend/.jshintrc +30 -0
- package/node_modules/xtend/LICENSE +20 -0
- package/node_modules/xtend/README.md +32 -0
- package/node_modules/xtend/immutable.js +19 -0
- package/node_modules/xtend/mutable.js +17 -0
- package/node_modules/xtend/package.json +55 -0
- package/node_modules/xtend/test.js +103 -0
- package/node_modules/y18n/CHANGELOG.md +100 -0
- package/node_modules/y18n/LICENSE +13 -0
- package/node_modules/y18n/README.md +127 -0
- package/node_modules/y18n/build/index.cjs +203 -0
- package/node_modules/y18n/build/lib/cjs.js +6 -0
- package/node_modules/y18n/build/lib/index.js +174 -0
- package/node_modules/y18n/build/lib/platform-shims/node.js +19 -0
- package/node_modules/y18n/index.mjs +8 -0
- package/node_modules/y18n/package.json +70 -0
- package/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/node_modules/yargs-parser/README.md +518 -0
- package/node_modules/yargs-parser/browser.js +29 -0
- package/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/node_modules/yargs-parser/build/lib/index.js +59 -0
- package/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
- package/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
- package/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
- package/node_modules/yargs-parser/build/lib/yargs-parser.js +1037 -0
- package/node_modules/yargs-parser/package.json +87 -0
- package/node_modules/yocto-queue/index.d.ts +56 -0
- package/node_modules/yocto-queue/index.js +68 -0
- package/node_modules/yocto-queue/license +9 -0
- package/node_modules/yocto-queue/package.json +43 -0
- package/node_modules/yocto-queue/readme.md +64 -0
- package/package.json +19 -13
|
@@ -0,0 +1,1983 @@
|
|
|
1
|
+
/***********************************************************************
|
|
2
|
+
|
|
3
|
+
A JavaScript tokenizer / parser / beautifier / compressor.
|
|
4
|
+
https://github.com/mishoo/UglifyJS
|
|
5
|
+
|
|
6
|
+
-------------------------------- (C) ---------------------------------
|
|
7
|
+
|
|
8
|
+
Author: Mihai Bazon
|
|
9
|
+
<mihai.bazon@gmail.com>
|
|
10
|
+
http://mihai.bazon.net/blog
|
|
11
|
+
|
|
12
|
+
Distributed under the BSD license:
|
|
13
|
+
|
|
14
|
+
Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
|
|
15
|
+
|
|
16
|
+
Redistribution and use in source and binary forms, with or without
|
|
17
|
+
modification, are permitted provided that the following conditions
|
|
18
|
+
are met:
|
|
19
|
+
|
|
20
|
+
* Redistributions of source code must retain the above
|
|
21
|
+
copyright notice, this list of conditions and the following
|
|
22
|
+
disclaimer.
|
|
23
|
+
|
|
24
|
+
* Redistributions in binary form must reproduce the above
|
|
25
|
+
copyright notice, this list of conditions and the following
|
|
26
|
+
disclaimer in the documentation and/or other materials
|
|
27
|
+
provided with the distribution.
|
|
28
|
+
|
|
29
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
|
|
30
|
+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
31
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
32
|
+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
|
|
33
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
|
34
|
+
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
35
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
36
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
37
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
38
|
+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
|
39
|
+
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
40
|
+
SUCH DAMAGE.
|
|
41
|
+
|
|
42
|
+
***********************************************************************/
|
|
43
|
+
|
|
44
|
+
"use strict";
|
|
45
|
+
|
|
46
|
+
function is_some_comments(comment) {
|
|
47
|
+
// multiline comment
|
|
48
|
+
return comment.type == "comment2" && /@preserve|@license|@cc_on/i.test(comment.value);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
function OutputStream(options) {
|
|
52
|
+
options = defaults(options, {
|
|
53
|
+
annotations : false,
|
|
54
|
+
ascii_only : false,
|
|
55
|
+
beautify : false,
|
|
56
|
+
braces : false,
|
|
57
|
+
comments : false,
|
|
58
|
+
extendscript : false,
|
|
59
|
+
galio : false,
|
|
60
|
+
ie : false,
|
|
61
|
+
indent_level : 4,
|
|
62
|
+
indent_start : 0,
|
|
63
|
+
inline_script : true,
|
|
64
|
+
keep_quoted_props: false,
|
|
65
|
+
max_line_len : false,
|
|
66
|
+
module : false,
|
|
67
|
+
preamble : null,
|
|
68
|
+
preserve_line : false,
|
|
69
|
+
quote_keys : false,
|
|
70
|
+
quote_style : 0,
|
|
71
|
+
semicolons : true,
|
|
72
|
+
shebang : true,
|
|
73
|
+
source_map : null,
|
|
74
|
+
v8 : false,
|
|
75
|
+
webkit : false,
|
|
76
|
+
width : 80,
|
|
77
|
+
wrap_iife : false,
|
|
78
|
+
}, true);
|
|
79
|
+
|
|
80
|
+
// Convert comment option to RegExp if necessary and set up comments filter
|
|
81
|
+
var comment_filter = return_false; // Default case, throw all comments away
|
|
82
|
+
if (options.comments) {
|
|
83
|
+
var comments = options.comments;
|
|
84
|
+
if (typeof options.comments === "string" && /^\/.*\/[a-zA-Z]*$/.test(options.comments)) {
|
|
85
|
+
var regex_pos = options.comments.lastIndexOf("/");
|
|
86
|
+
comments = new RegExp(
|
|
87
|
+
options.comments.substr(1, regex_pos - 1),
|
|
88
|
+
options.comments.substr(regex_pos + 1)
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
if (comments instanceof RegExp) {
|
|
92
|
+
comment_filter = function(comment) {
|
|
93
|
+
return comment.type != "comment5" && comments.test(comment.value);
|
|
94
|
+
};
|
|
95
|
+
} else if (typeof comments === "function") {
|
|
96
|
+
comment_filter = function(comment) {
|
|
97
|
+
return comment.type != "comment5" && comments(this, comment);
|
|
98
|
+
};
|
|
99
|
+
} else if (comments === "some") {
|
|
100
|
+
comment_filter = is_some_comments;
|
|
101
|
+
} else { // NOTE includes "all" option
|
|
102
|
+
comment_filter = return_true;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
function make_indent(value) {
|
|
107
|
+
if (typeof value == "number") return new Array(value + 1).join(" ");
|
|
108
|
+
if (!value) return "";
|
|
109
|
+
if (!/^\s*$/.test(value)) throw new Error("unsupported indentation: " + JSON.stringify("" + value));
|
|
110
|
+
return value;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
var current_col = 0;
|
|
114
|
+
var current_line = 1;
|
|
115
|
+
var current_indent = make_indent(options.indent_start);
|
|
116
|
+
var full_indent = make_indent(options.indent_level);
|
|
117
|
+
var half_indent = full_indent.length + 1 >> 1;
|
|
118
|
+
var last;
|
|
119
|
+
var line_end = 0;
|
|
120
|
+
var line_fixed = true;
|
|
121
|
+
var mappings = options.source_map && [];
|
|
122
|
+
var mapping_name;
|
|
123
|
+
var mapping_token;
|
|
124
|
+
var might_need_space;
|
|
125
|
+
var might_need_semicolon;
|
|
126
|
+
var need_newline_indented = false;
|
|
127
|
+
var need_space = false;
|
|
128
|
+
var output;
|
|
129
|
+
var stack;
|
|
130
|
+
var stored = "";
|
|
131
|
+
|
|
132
|
+
function reset() {
|
|
133
|
+
last = "";
|
|
134
|
+
might_need_space = false;
|
|
135
|
+
might_need_semicolon = false;
|
|
136
|
+
stack = [];
|
|
137
|
+
var str = output;
|
|
138
|
+
output = "";
|
|
139
|
+
return str;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
reset();
|
|
143
|
+
var to_utf8 = options.ascii_only ? function(str, identifier) {
|
|
144
|
+
if (identifier || options.module) str = str.replace(/[\ud800-\udbff][\udc00-\udfff]/g, function(ch) {
|
|
145
|
+
return "\\u{" + (ch.charCodeAt(0) - 0xd7c0 << 10 | ch.charCodeAt(1) - 0xdc00).toString(16) + "}";
|
|
146
|
+
});
|
|
147
|
+
return str.replace(/[\u0000-\u001f\u007f-\uffff]/g, function(s, i) {
|
|
148
|
+
var code = s.charCodeAt(0).toString(16);
|
|
149
|
+
if (code.length <= 2 && !identifier) {
|
|
150
|
+
switch (s) {
|
|
151
|
+
case "\n": return "\\n";
|
|
152
|
+
case "\r": return "\\r";
|
|
153
|
+
case "\t": return "\\t";
|
|
154
|
+
case "\b": return "\\b";
|
|
155
|
+
case "\f": return "\\f";
|
|
156
|
+
case "\x0B": return options.ie ? "\\x0B" : "\\v";
|
|
157
|
+
case "\0":
|
|
158
|
+
return /[0-9]/.test(str.charAt(i+1)) ? "\\x00" : "\\0";
|
|
159
|
+
}
|
|
160
|
+
while (code.length < 2) code = "0" + code;
|
|
161
|
+
return "\\x" + code;
|
|
162
|
+
} else {
|
|
163
|
+
while (code.length < 4) code = "0" + code;
|
|
164
|
+
return "\\u" + code;
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
} : function(str) {
|
|
168
|
+
var s = "";
|
|
169
|
+
for (var i = 0, j = 0; i < str.length; i++) {
|
|
170
|
+
var code = str.charCodeAt(i);
|
|
171
|
+
if (is_surrogate_pair_head(code)) {
|
|
172
|
+
if (is_surrogate_pair_tail(str.charCodeAt(i + 1))) {
|
|
173
|
+
i++;
|
|
174
|
+
continue;
|
|
175
|
+
}
|
|
176
|
+
} else if (!is_surrogate_pair_tail(code)) {
|
|
177
|
+
continue;
|
|
178
|
+
}
|
|
179
|
+
s += str.slice(j, i) + "\\u" + code.toString(16);
|
|
180
|
+
j = i + 1;
|
|
181
|
+
}
|
|
182
|
+
return j == 0 ? str : s + str.slice(j);
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
function quote_single(str) {
|
|
186
|
+
return "'" + str.replace(/\x27/g, "\\'") + "'";
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
function quote_double(str) {
|
|
190
|
+
return '"' + str.replace(/\x22/g, '\\"') + '"';
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
var quote_string = [
|
|
194
|
+
null,
|
|
195
|
+
quote_single,
|
|
196
|
+
quote_double,
|
|
197
|
+
function(str, quote) {
|
|
198
|
+
return quote == "'" ? quote_single(str) : quote_double(str);
|
|
199
|
+
},
|
|
200
|
+
][options.quote_style] || function(str, quote, dq, sq) {
|
|
201
|
+
return dq > sq ? quote_single(str) : quote_double(str);
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
function make_string(str, quote) {
|
|
205
|
+
var dq = 0, sq = 0;
|
|
206
|
+
str = str.replace(/[\\\b\f\n\r\v\t\x22\x27\u2028\u2029\0\ufeff]/g, function(s, i) {
|
|
207
|
+
switch (s) {
|
|
208
|
+
case '"': ++dq; return '"';
|
|
209
|
+
case "'": ++sq; return "'";
|
|
210
|
+
case "\\": return "\\\\";
|
|
211
|
+
case "\n": return "\\n";
|
|
212
|
+
case "\r": return "\\r";
|
|
213
|
+
case "\t": return "\\t";
|
|
214
|
+
case "\b": return "\\b";
|
|
215
|
+
case "\f": return "\\f";
|
|
216
|
+
case "\x0B": return options.ie ? "\\x0B" : "\\v";
|
|
217
|
+
case "\u2028": return "\\u2028";
|
|
218
|
+
case "\u2029": return "\\u2029";
|
|
219
|
+
case "\ufeff": return "\\ufeff";
|
|
220
|
+
case "\0":
|
|
221
|
+
return /[0-9]/.test(str.charAt(i+1)) ? "\\x00" : "\\0";
|
|
222
|
+
}
|
|
223
|
+
return s;
|
|
224
|
+
});
|
|
225
|
+
return quote_string(to_utf8(str), quote, dq, sq);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/* -----[ beautification/minification ]----- */
|
|
229
|
+
|
|
230
|
+
var adjust_mappings = mappings ? function(line, col) {
|
|
231
|
+
mappings.forEach(function(mapping) {
|
|
232
|
+
mapping.line += line;
|
|
233
|
+
mapping.col += col;
|
|
234
|
+
});
|
|
235
|
+
} : noop;
|
|
236
|
+
|
|
237
|
+
var flush_mappings = mappings ? function() {
|
|
238
|
+
mappings.forEach(function(mapping) {
|
|
239
|
+
options.source_map.add(
|
|
240
|
+
mapping.token.file,
|
|
241
|
+
mapping.line, mapping.col,
|
|
242
|
+
mapping.token.line, mapping.token.col,
|
|
243
|
+
!mapping.name && mapping.token.type == "name" ? mapping.token.value : mapping.name
|
|
244
|
+
);
|
|
245
|
+
});
|
|
246
|
+
mappings = [];
|
|
247
|
+
} : noop;
|
|
248
|
+
|
|
249
|
+
function insert_newlines(count) {
|
|
250
|
+
stored += output.slice(0, line_end);
|
|
251
|
+
output = output.slice(line_end);
|
|
252
|
+
var new_col = output.length;
|
|
253
|
+
adjust_mappings(count, new_col - current_col);
|
|
254
|
+
current_line += count;
|
|
255
|
+
current_col = new_col;
|
|
256
|
+
while (count--) stored += "\n";
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
var fix_line = options.max_line_len ? function(flush) {
|
|
260
|
+
if (line_fixed) {
|
|
261
|
+
if (current_col > options.max_line_len) {
|
|
262
|
+
AST_Node.warn("Output exceeds {max_line_len} characters", options);
|
|
263
|
+
}
|
|
264
|
+
return;
|
|
265
|
+
}
|
|
266
|
+
if (current_col > options.max_line_len) {
|
|
267
|
+
insert_newlines(1);
|
|
268
|
+
line_fixed = true;
|
|
269
|
+
}
|
|
270
|
+
if (line_fixed || flush) flush_mappings();
|
|
271
|
+
} : noop;
|
|
272
|
+
|
|
273
|
+
var stat_end_chars = makePredicate("; }");
|
|
274
|
+
var asi_skip_chars = makePredicate("( [ + * / - , . `");
|
|
275
|
+
var asi_skip_words = makePredicate("in instanceof");
|
|
276
|
+
|
|
277
|
+
function require_space(prev, ch, str) {
|
|
278
|
+
return is_identifier_char(prev) && (is_identifier_char(ch) || ch == "\\")
|
|
279
|
+
|| (ch == "/" && ch == prev)
|
|
280
|
+
|| ((ch == "+" || ch == "-") && ch == last)
|
|
281
|
+
|| last == "--" && ch == ">"
|
|
282
|
+
|| last == "!" && str == "--"
|
|
283
|
+
|| prev == "/" && (str == "in" || str == "instanceof");
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
var print = options.beautify
|
|
287
|
+
|| options.comments
|
|
288
|
+
|| options.max_line_len
|
|
289
|
+
|| options.preserve_line
|
|
290
|
+
|| options.shebang
|
|
291
|
+
|| !options.semicolons
|
|
292
|
+
|| options.source_map
|
|
293
|
+
|| options.width ? function(str) {
|
|
294
|
+
var ch = str.charAt(0);
|
|
295
|
+
if (need_newline_indented && ch) {
|
|
296
|
+
need_newline_indented = false;
|
|
297
|
+
if (ch != "\n") {
|
|
298
|
+
print("\n");
|
|
299
|
+
indent();
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
if (need_space && ch) {
|
|
303
|
+
need_space = false;
|
|
304
|
+
if (!/[\s;})]/.test(ch)) {
|
|
305
|
+
space();
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
var prev = last.slice(-1);
|
|
309
|
+
if (might_need_semicolon) {
|
|
310
|
+
might_need_semicolon = false;
|
|
311
|
+
if (prev != ";" && !stat_end_chars[ch]) {
|
|
312
|
+
var need_semicolon = asi_skip_chars[ch] || asi_skip_words[str];
|
|
313
|
+
if (need_semicolon || options.semicolons) {
|
|
314
|
+
output += ";";
|
|
315
|
+
current_col++;
|
|
316
|
+
if (!line_fixed) {
|
|
317
|
+
fix_line();
|
|
318
|
+
if (line_fixed && !need_semicolon && output == ";") {
|
|
319
|
+
output = "";
|
|
320
|
+
current_col = 0;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
if (line_end == output.length - 1) line_end++;
|
|
324
|
+
} else {
|
|
325
|
+
fix_line();
|
|
326
|
+
output += "\n";
|
|
327
|
+
current_line++;
|
|
328
|
+
current_col = 0;
|
|
329
|
+
// reset the semicolon flag, since we didn't print one
|
|
330
|
+
// now and might still have to later
|
|
331
|
+
if (/^\s+$/.test(str)) might_need_semicolon = true;
|
|
332
|
+
}
|
|
333
|
+
if (!options.beautify) might_need_space = false;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
if (might_need_space) {
|
|
338
|
+
if (require_space(prev, ch, str)) {
|
|
339
|
+
output += " ";
|
|
340
|
+
current_col++;
|
|
341
|
+
}
|
|
342
|
+
if (prev != "<" || str != "!") might_need_space = false;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
if (mapping_token) {
|
|
346
|
+
mappings.push({
|
|
347
|
+
token: mapping_token,
|
|
348
|
+
name: mapping_name,
|
|
349
|
+
line: current_line,
|
|
350
|
+
col: current_col,
|
|
351
|
+
});
|
|
352
|
+
mapping_token = false;
|
|
353
|
+
if (line_fixed) flush_mappings();
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
output += str;
|
|
357
|
+
var a = str.split(/\r?\n/), n = a.length - 1;
|
|
358
|
+
current_line += n;
|
|
359
|
+
current_col += a[0].length;
|
|
360
|
+
if (n > 0) {
|
|
361
|
+
fix_line();
|
|
362
|
+
current_col = a[n].length;
|
|
363
|
+
}
|
|
364
|
+
last = str;
|
|
365
|
+
} : function(str) {
|
|
366
|
+
var ch = str.charAt(0);
|
|
367
|
+
var prev = last.slice(-1);
|
|
368
|
+
if (might_need_semicolon) {
|
|
369
|
+
might_need_semicolon = false;
|
|
370
|
+
if (prev == ":" && ch == "}" || (!ch || ";}".indexOf(ch) < 0) && prev != ";") {
|
|
371
|
+
output += ";";
|
|
372
|
+
might_need_space = false;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
if (might_need_space) {
|
|
376
|
+
if (require_space(prev, ch, str)) output += " ";
|
|
377
|
+
if (prev != "<" || str != "!") might_need_space = false;
|
|
378
|
+
}
|
|
379
|
+
output += str;
|
|
380
|
+
last = str;
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
var space = options.beautify ? function() {
|
|
384
|
+
print(" ");
|
|
385
|
+
} : function() {
|
|
386
|
+
might_need_space = true;
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
var indent = options.beautify ? function(half) {
|
|
390
|
+
if (need_newline_indented) print("\n");
|
|
391
|
+
print(half ? current_indent.slice(0, -half_indent) : current_indent);
|
|
392
|
+
} : noop;
|
|
393
|
+
|
|
394
|
+
var with_indent = options.beautify ? function(cont) {
|
|
395
|
+
var save_indentation = current_indent;
|
|
396
|
+
current_indent += full_indent;
|
|
397
|
+
cont();
|
|
398
|
+
current_indent = save_indentation;
|
|
399
|
+
} : function(cont) { cont() };
|
|
400
|
+
|
|
401
|
+
var may_add_newline = options.max_line_len || options.preserve_line ? function() {
|
|
402
|
+
fix_line();
|
|
403
|
+
line_end = output.length;
|
|
404
|
+
line_fixed = false;
|
|
405
|
+
} : noop;
|
|
406
|
+
|
|
407
|
+
var newline = options.beautify ? function() {
|
|
408
|
+
print("\n");
|
|
409
|
+
line_end = output.length;
|
|
410
|
+
} : may_add_newline;
|
|
411
|
+
|
|
412
|
+
var semicolon = options.beautify ? function() {
|
|
413
|
+
print(";");
|
|
414
|
+
} : function() {
|
|
415
|
+
might_need_semicolon = true;
|
|
416
|
+
};
|
|
417
|
+
|
|
418
|
+
function force_semicolon() {
|
|
419
|
+
if (might_need_semicolon) print(";");
|
|
420
|
+
print(";");
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
function with_block(cont, end) {
|
|
424
|
+
print("{");
|
|
425
|
+
newline();
|
|
426
|
+
with_indent(cont);
|
|
427
|
+
add_mapping(end);
|
|
428
|
+
indent();
|
|
429
|
+
print("}");
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
function with_parens(cont) {
|
|
433
|
+
print("(");
|
|
434
|
+
may_add_newline();
|
|
435
|
+
cont();
|
|
436
|
+
may_add_newline();
|
|
437
|
+
print(")");
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
function with_square(cont) {
|
|
441
|
+
print("[");
|
|
442
|
+
may_add_newline();
|
|
443
|
+
cont();
|
|
444
|
+
may_add_newline();
|
|
445
|
+
print("]");
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
function comma() {
|
|
449
|
+
may_add_newline();
|
|
450
|
+
print(",");
|
|
451
|
+
may_add_newline();
|
|
452
|
+
space();
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
function colon() {
|
|
456
|
+
print(":");
|
|
457
|
+
space();
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
var add_mapping = mappings ? function(token, name) {
|
|
461
|
+
mapping_token = token;
|
|
462
|
+
mapping_name = name;
|
|
463
|
+
} : noop;
|
|
464
|
+
|
|
465
|
+
function get() {
|
|
466
|
+
if (!line_fixed) fix_line(true);
|
|
467
|
+
return stored + output;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
function has_nlb() {
|
|
471
|
+
return /(^|\n) *$/.test(output);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
function pad_comment(token, force) {
|
|
475
|
+
if (need_newline_indented) return;
|
|
476
|
+
if (token.nlb && (force || !has_nlb())) {
|
|
477
|
+
need_newline_indented = true;
|
|
478
|
+
} else if (force) {
|
|
479
|
+
need_space = true;
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
function print_comment(comment) {
|
|
484
|
+
var value = comment.value.replace(/[@#]__PURE__/g, " ");
|
|
485
|
+
if (/^\s*$/.test(value) && !/^\s*$/.test(comment.value)) return false;
|
|
486
|
+
if (/comment[134]/.test(comment.type)) {
|
|
487
|
+
print("//" + value);
|
|
488
|
+
need_newline_indented = true;
|
|
489
|
+
} else if (comment.type == "comment2") {
|
|
490
|
+
print("/*" + value + "*/");
|
|
491
|
+
}
|
|
492
|
+
return true;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
function should_merge_comments(node, parent) {
|
|
496
|
+
if (parent instanceof AST_Binary) return parent.left === node;
|
|
497
|
+
if (parent.TYPE == "Call") return parent.expression === node;
|
|
498
|
+
if (parent instanceof AST_Conditional) return parent.condition === node;
|
|
499
|
+
if (parent instanceof AST_Dot) return parent.expression === node;
|
|
500
|
+
if (parent instanceof AST_Exit) return true;
|
|
501
|
+
if (parent instanceof AST_Sequence) return parent.expressions[0] === node;
|
|
502
|
+
if (parent instanceof AST_Sub) return parent.expression === node;
|
|
503
|
+
if (parent instanceof AST_UnaryPostfix) return true;
|
|
504
|
+
if (parent instanceof AST_Yield) return true;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
function prepend_comments(node) {
|
|
508
|
+
var self = this;
|
|
509
|
+
var scan;
|
|
510
|
+
if (node instanceof AST_Exit) {
|
|
511
|
+
scan = node.value;
|
|
512
|
+
} else if (node instanceof AST_Yield) {
|
|
513
|
+
scan = node.expression;
|
|
514
|
+
}
|
|
515
|
+
var comments = dump(node);
|
|
516
|
+
if (!comments) comments = [];
|
|
517
|
+
|
|
518
|
+
if (scan) {
|
|
519
|
+
var tw = new TreeWalker(function(node) {
|
|
520
|
+
if (!should_merge_comments(node, tw.parent())) return true;
|
|
521
|
+
var before = dump(node);
|
|
522
|
+
if (before) comments = comments.concat(before);
|
|
523
|
+
});
|
|
524
|
+
tw.push(node);
|
|
525
|
+
scan.walk(tw);
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
if (current_line == 1 && current_col == 0) {
|
|
529
|
+
if (comments.length > 0 && options.shebang && comments[0].type == "comment5") {
|
|
530
|
+
print("#!" + comments.shift().value + "\n");
|
|
531
|
+
indent();
|
|
532
|
+
}
|
|
533
|
+
var preamble = options.preamble;
|
|
534
|
+
if (preamble) print(preamble.replace(/\r\n?|\u2028|\u2029|(^|\S)\s*$/g, "$1\n"));
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
comments = comments.filter(comment_filter, node);
|
|
538
|
+
var printed = false;
|
|
539
|
+
comments.forEach(function(comment, index) {
|
|
540
|
+
pad_comment(comment, index);
|
|
541
|
+
if (print_comment(comment)) printed = true;
|
|
542
|
+
});
|
|
543
|
+
if (printed) pad_comment(node.start, true);
|
|
544
|
+
|
|
545
|
+
function dump(node) {
|
|
546
|
+
var token = node.start;
|
|
547
|
+
if (!token) {
|
|
548
|
+
if (!scan) return;
|
|
549
|
+
node.start = token = new AST_Token();
|
|
550
|
+
}
|
|
551
|
+
var comments = token.comments_before;
|
|
552
|
+
if (!comments) {
|
|
553
|
+
if (!scan) return;
|
|
554
|
+
token.comments_before = comments = [];
|
|
555
|
+
}
|
|
556
|
+
if (comments._dumped === self) return;
|
|
557
|
+
comments._dumped = self;
|
|
558
|
+
return comments;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
function append_comments(node, tail) {
|
|
563
|
+
var self = this;
|
|
564
|
+
var token = node.end;
|
|
565
|
+
if (!token) return;
|
|
566
|
+
var comments = token[tail ? "comments_before" : "comments_after"];
|
|
567
|
+
if (!comments || comments._dumped === self) return;
|
|
568
|
+
if (!(node instanceof AST_Statement || all(comments, function(c) {
|
|
569
|
+
return !/comment[134]/.test(c.type);
|
|
570
|
+
}))) return;
|
|
571
|
+
comments._dumped = self;
|
|
572
|
+
comments.filter(comment_filter, node).forEach(function(comment, index) {
|
|
573
|
+
pad_comment(comment, index || !tail);
|
|
574
|
+
print_comment(comment);
|
|
575
|
+
});
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
return {
|
|
579
|
+
get : get,
|
|
580
|
+
reset : reset,
|
|
581
|
+
indent : indent,
|
|
582
|
+
should_break : options.beautify && options.width ? function() {
|
|
583
|
+
return current_col >= options.width;
|
|
584
|
+
} : return_false,
|
|
585
|
+
has_parens : function() { return last.slice(-1) == "(" },
|
|
586
|
+
newline : newline,
|
|
587
|
+
print : print,
|
|
588
|
+
space : space,
|
|
589
|
+
comma : comma,
|
|
590
|
+
colon : colon,
|
|
591
|
+
last : function() { return last },
|
|
592
|
+
semicolon : semicolon,
|
|
593
|
+
force_semicolon : force_semicolon,
|
|
594
|
+
to_utf8 : to_utf8,
|
|
595
|
+
print_name : function(name) { print(to_utf8(name.toString(), true)) },
|
|
596
|
+
print_string : options.inline_script ? function(str, quote) {
|
|
597
|
+
str = make_string(str, quote).replace(/<\x2f(script)([>\/\t\n\f\r ])/gi, "<\\/$1$2");
|
|
598
|
+
print(str.replace(/\x3c!--/g, "\\x3c!--").replace(/--\x3e/g, "--\\x3e"));
|
|
599
|
+
} : function(str, quote) {
|
|
600
|
+
print(make_string(str, quote));
|
|
601
|
+
},
|
|
602
|
+
with_indent : with_indent,
|
|
603
|
+
with_block : with_block,
|
|
604
|
+
with_parens : with_parens,
|
|
605
|
+
with_square : with_square,
|
|
606
|
+
add_mapping : add_mapping,
|
|
607
|
+
option : function(opt) { return options[opt] },
|
|
608
|
+
prepend_comments: options.comments || options.shebang ? prepend_comments : noop,
|
|
609
|
+
append_comments : options.comments ? append_comments : noop,
|
|
610
|
+
push_node : function(node) { stack.push(node) },
|
|
611
|
+
pop_node : options.preserve_line ? function() {
|
|
612
|
+
var node = stack.pop();
|
|
613
|
+
if (node.start && node.start.line > current_line) {
|
|
614
|
+
insert_newlines(node.start.line - current_line);
|
|
615
|
+
}
|
|
616
|
+
} : function() {
|
|
617
|
+
stack.pop();
|
|
618
|
+
},
|
|
619
|
+
parent : function(n) {
|
|
620
|
+
return stack[stack.length - 2 - (n || 0)];
|
|
621
|
+
},
|
|
622
|
+
};
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
/* -----[ code generators ]----- */
|
|
626
|
+
|
|
627
|
+
(function() {
|
|
628
|
+
|
|
629
|
+
/* -----[ utils ]----- */
|
|
630
|
+
|
|
631
|
+
function DEFPRINT(nodetype, generator) {
|
|
632
|
+
nodetype.DEFMETHOD("_codegen", generator);
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
var use_asm = false;
|
|
636
|
+
|
|
637
|
+
AST_Node.DEFMETHOD("print", function(stream, force_parens) {
|
|
638
|
+
var self = this;
|
|
639
|
+
stream.push_node(self);
|
|
640
|
+
if (force_parens || self.needs_parens(stream)) {
|
|
641
|
+
stream.with_parens(doit);
|
|
642
|
+
} else {
|
|
643
|
+
doit();
|
|
644
|
+
}
|
|
645
|
+
stream.pop_node();
|
|
646
|
+
|
|
647
|
+
function doit() {
|
|
648
|
+
stream.prepend_comments(self);
|
|
649
|
+
self.add_source_map(stream);
|
|
650
|
+
self._codegen(stream);
|
|
651
|
+
stream.append_comments(self);
|
|
652
|
+
}
|
|
653
|
+
});
|
|
654
|
+
var readonly = OutputStream({
|
|
655
|
+
inline_script: false,
|
|
656
|
+
shebang: false,
|
|
657
|
+
width: false,
|
|
658
|
+
});
|
|
659
|
+
AST_Node.DEFMETHOD("print_to_string", function(options) {
|
|
660
|
+
if (options) {
|
|
661
|
+
var stream = OutputStream(options);
|
|
662
|
+
this.print(stream);
|
|
663
|
+
return stream.get();
|
|
664
|
+
}
|
|
665
|
+
this.print(readonly);
|
|
666
|
+
return readonly.reset();
|
|
667
|
+
});
|
|
668
|
+
|
|
669
|
+
/* -----[ PARENTHESES ]----- */
|
|
670
|
+
|
|
671
|
+
function PARENS(nodetype, func) {
|
|
672
|
+
nodetype.DEFMETHOD("needs_parens", func);
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
PARENS(AST_Node, return_false);
|
|
676
|
+
|
|
677
|
+
// a function expression needs parens around it when it's provably
|
|
678
|
+
// the first token to appear in a statement.
|
|
679
|
+
function needs_parens_function(output) {
|
|
680
|
+
var p = output.parent();
|
|
681
|
+
if (!output.has_parens() && first_in_statement(output, false, true)) {
|
|
682
|
+
// export default function() {}
|
|
683
|
+
// export default (function foo() {});
|
|
684
|
+
// export default (function() {})(foo);
|
|
685
|
+
// export default (function() {})`foo`;
|
|
686
|
+
// export default (function() {}) ? foo : bar;
|
|
687
|
+
return this.name || !(p instanceof AST_ExportDefault);
|
|
688
|
+
}
|
|
689
|
+
if (output.option("webkit") && p instanceof AST_PropAccess && p.expression === this) return true;
|
|
690
|
+
if (output.option("wrap_iife") && p instanceof AST_Call && p.expression === this) return true;
|
|
691
|
+
}
|
|
692
|
+
PARENS(AST_AsyncFunction, needs_parens_function);
|
|
693
|
+
PARENS(AST_AsyncGeneratorFunction, needs_parens_function);
|
|
694
|
+
PARENS(AST_ClassExpression, needs_parens_function);
|
|
695
|
+
PARENS(AST_Function, needs_parens_function);
|
|
696
|
+
PARENS(AST_GeneratorFunction, needs_parens_function);
|
|
697
|
+
|
|
698
|
+
// same goes for an object literal, because otherwise it would be
|
|
699
|
+
// interpreted as a block of code.
|
|
700
|
+
function needs_parens_obj(output) {
|
|
701
|
+
return !output.has_parens() && first_in_statement(output, true);
|
|
702
|
+
}
|
|
703
|
+
PARENS(AST_Object, needs_parens_obj);
|
|
704
|
+
|
|
705
|
+
function needs_parens_unary(output) {
|
|
706
|
+
var p = output.parent();
|
|
707
|
+
// (-x) ** y
|
|
708
|
+
if (p instanceof AST_Binary) return p.operator == "**" && p.left === this;
|
|
709
|
+
// (await x)(y)
|
|
710
|
+
// new (await x)
|
|
711
|
+
if (p instanceof AST_Call) return p.expression === this;
|
|
712
|
+
// class extends (x++) {}
|
|
713
|
+
// class x extends (typeof y) {}
|
|
714
|
+
if (p instanceof AST_Class) return true;
|
|
715
|
+
// (x++)[y]
|
|
716
|
+
// (typeof x).y
|
|
717
|
+
// https://github.com/mishoo/UglifyJS/issues/115
|
|
718
|
+
if (p instanceof AST_PropAccess) return p.expression === this;
|
|
719
|
+
// (~x)`foo`
|
|
720
|
+
if (p instanceof AST_Template) return p.tag === this;
|
|
721
|
+
}
|
|
722
|
+
PARENS(AST_Await, needs_parens_unary);
|
|
723
|
+
PARENS(AST_Unary, needs_parens_unary);
|
|
724
|
+
|
|
725
|
+
PARENS(AST_Sequence, function(output) {
|
|
726
|
+
var p = output.parent();
|
|
727
|
+
// [ 1, (2, 3), 4 ] ---> [ 1, 3, 4 ]
|
|
728
|
+
return p instanceof AST_Array
|
|
729
|
+
// () ---> (foo, bar)
|
|
730
|
+
|| is_arrow(p) && p.value === this
|
|
731
|
+
// await (foo, bar)
|
|
732
|
+
|| p instanceof AST_Await
|
|
733
|
+
// 1 + (2, 3) + 4 ---> 8
|
|
734
|
+
|| p instanceof AST_Binary
|
|
735
|
+
// new (foo, bar) or foo(1, (2, 3), 4)
|
|
736
|
+
|| p instanceof AST_Call
|
|
737
|
+
// class extends (foo, bar) {}
|
|
738
|
+
// class foo extends (bar, baz) {}
|
|
739
|
+
|| p instanceof AST_Class
|
|
740
|
+
// class { foo = (bar, baz) }
|
|
741
|
+
// class { [(foo, bar)]() {} }
|
|
742
|
+
|| p instanceof AST_ClassProperty
|
|
743
|
+
// (false, true) ? (a = 10, b = 20) : (c = 30)
|
|
744
|
+
// ---> 20 (side effect, set a := 10 and b := 20)
|
|
745
|
+
|| p instanceof AST_Conditional
|
|
746
|
+
// [ a = (1, 2) ] = [] ---> a == 2
|
|
747
|
+
|| p instanceof AST_DefaultValue
|
|
748
|
+
// { [(1, 2)]: foo } = bar
|
|
749
|
+
// { 1: (2, foo) } = bar
|
|
750
|
+
|| p instanceof AST_DestructuredKeyVal
|
|
751
|
+
// export default (foo, bar)
|
|
752
|
+
|| p instanceof AST_ExportDefault
|
|
753
|
+
// for (foo of (bar, baz));
|
|
754
|
+
|| p instanceof AST_ForOf
|
|
755
|
+
// { [(1, 2)]: 3 }[2] ---> 3
|
|
756
|
+
// { foo: (1, 2) }.foo ---> 2
|
|
757
|
+
|| p instanceof AST_ObjectProperty
|
|
758
|
+
// (1, {foo:2}).foo or (1, {foo:2})["foo"] ---> 2
|
|
759
|
+
|| p instanceof AST_PropAccess && p.expression === this
|
|
760
|
+
// ...(foo, bar, baz)
|
|
761
|
+
|| p instanceof AST_Spread
|
|
762
|
+
// (foo, bar)`baz`
|
|
763
|
+
|| p instanceof AST_Template && p.tag === this
|
|
764
|
+
// !(foo, bar, baz)
|
|
765
|
+
|| p instanceof AST_Unary
|
|
766
|
+
// var a = (1, 2), b = a + a; ---> b == 4
|
|
767
|
+
|| p instanceof AST_VarDef
|
|
768
|
+
// yield (foo, bar)
|
|
769
|
+
|| p instanceof AST_Yield;
|
|
770
|
+
});
|
|
771
|
+
|
|
772
|
+
PARENS(AST_Binary, function(output) {
|
|
773
|
+
var p = output.parent();
|
|
774
|
+
// await (foo && bar)
|
|
775
|
+
if (p instanceof AST_Await) return true;
|
|
776
|
+
// this deals with precedence:
|
|
777
|
+
// 3 * (2 + 1)
|
|
778
|
+
// 3 - (2 - 1)
|
|
779
|
+
// (1 ** 2) ** 3
|
|
780
|
+
if (p instanceof AST_Binary) {
|
|
781
|
+
var po = p.operator, pp = PRECEDENCE[po];
|
|
782
|
+
var so = this.operator, sp = PRECEDENCE[so];
|
|
783
|
+
return pp > sp
|
|
784
|
+
|| po == "??" && (so == "&&" || so == "||")
|
|
785
|
+
|| (pp == sp && this === p[po == "**" ? "left" : "right"]);
|
|
786
|
+
}
|
|
787
|
+
// (foo && bar)()
|
|
788
|
+
if (p instanceof AST_Call) return p.expression === this;
|
|
789
|
+
// class extends (foo && bar) {}
|
|
790
|
+
// class foo extends (bar || null) {}
|
|
791
|
+
if (p instanceof AST_Class) return true;
|
|
792
|
+
// (foo && bar)["prop"], (foo && bar).prop
|
|
793
|
+
if (p instanceof AST_PropAccess) return p.expression === this;
|
|
794
|
+
// (foo && bar)``
|
|
795
|
+
if (p instanceof AST_Template) return p.tag === this;
|
|
796
|
+
// typeof (foo && bar)
|
|
797
|
+
if (p instanceof AST_Unary) return true;
|
|
798
|
+
});
|
|
799
|
+
|
|
800
|
+
function need_chain_parens(node, parent) {
|
|
801
|
+
if (!node.terminal) return false;
|
|
802
|
+
if (!(parent instanceof AST_Call || parent instanceof AST_PropAccess)) return false;
|
|
803
|
+
return parent.expression === node;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
PARENS(AST_PropAccess, function(output) {
|
|
807
|
+
var node = this;
|
|
808
|
+
var p = output.parent();
|
|
809
|
+
// i.e. new (foo().bar)
|
|
810
|
+
//
|
|
811
|
+
// if there's one call into this subtree, then we need
|
|
812
|
+
// parens around it too, otherwise the call will be
|
|
813
|
+
// interpreted as passing the arguments to the upper New
|
|
814
|
+
// expression.
|
|
815
|
+
if (p instanceof AST_New && p.expression === node && root_expr(node).TYPE == "Call") return true;
|
|
816
|
+
// (foo?.bar)()
|
|
817
|
+
// (foo?.bar).baz
|
|
818
|
+
// new (foo?.bar)()
|
|
819
|
+
return need_chain_parens(node, p);
|
|
820
|
+
});
|
|
821
|
+
|
|
822
|
+
PARENS(AST_Call, function(output) {
|
|
823
|
+
var node = this;
|
|
824
|
+
var p = output.parent();
|
|
825
|
+
if (p instanceof AST_New) return p.expression === node;
|
|
826
|
+
// https://bugs.webkit.org/show_bug.cgi?id=123506
|
|
827
|
+
if (output.option("webkit")
|
|
828
|
+
&& node.expression instanceof AST_Function
|
|
829
|
+
&& p instanceof AST_PropAccess
|
|
830
|
+
&& p.expression === node) {
|
|
831
|
+
var g = output.parent(1);
|
|
832
|
+
if (g instanceof AST_Assign && g.left === p) return true;
|
|
833
|
+
}
|
|
834
|
+
// (foo?.())()
|
|
835
|
+
// (foo?.()).bar
|
|
836
|
+
// new (foo?.())()
|
|
837
|
+
return need_chain_parens(node, p);
|
|
838
|
+
});
|
|
839
|
+
|
|
840
|
+
PARENS(AST_New, function(output) {
|
|
841
|
+
if (need_constructor_parens(this, output)) return false;
|
|
842
|
+
var p = output.parent();
|
|
843
|
+
// (new foo)(bar)
|
|
844
|
+
if (p instanceof AST_Call) return p.expression === this;
|
|
845
|
+
// (new Date).getTime(), (new Date)["getTime"]()
|
|
846
|
+
if (p instanceof AST_PropAccess) return true;
|
|
847
|
+
// (new foo)`bar`
|
|
848
|
+
if (p instanceof AST_Template) return p.tag === this;
|
|
849
|
+
});
|
|
850
|
+
|
|
851
|
+
PARENS(AST_Number, function(output) {
|
|
852
|
+
if (!output.option("galio")) return false;
|
|
853
|
+
// https://github.com/mishoo/UglifyJS/pull/1009
|
|
854
|
+
var p = output.parent();
|
|
855
|
+
return p instanceof AST_PropAccess && p.expression === this && /^0/.test(make_num(this.value));
|
|
856
|
+
});
|
|
857
|
+
|
|
858
|
+
function needs_parens_assign_cond(self, output) {
|
|
859
|
+
var p = output.parent();
|
|
860
|
+
// await (a = foo)
|
|
861
|
+
if (p instanceof AST_Await) return true;
|
|
862
|
+
// 1 + (a = 2) + 3 → 6, side effect setting a = 2
|
|
863
|
+
if (p instanceof AST_Binary) return !(p instanceof AST_Assign);
|
|
864
|
+
// (a = func)() —or— new (a = Object)()
|
|
865
|
+
if (p instanceof AST_Call) return p.expression === self;
|
|
866
|
+
// class extends (a = foo) {}
|
|
867
|
+
// class foo extends (bar ? baz : moo) {}
|
|
868
|
+
if (p instanceof AST_Class) return true;
|
|
869
|
+
// (a = foo) ? bar : baz
|
|
870
|
+
if (p instanceof AST_Conditional) return p.condition === self;
|
|
871
|
+
// (a = foo)["prop"] —or— (a = foo).prop
|
|
872
|
+
if (p instanceof AST_PropAccess) return p.expression === self;
|
|
873
|
+
// (a = foo)`bar`
|
|
874
|
+
if (p instanceof AST_Template) return p.tag === self;
|
|
875
|
+
// !(a = false) → true
|
|
876
|
+
if (p instanceof AST_Unary) return true;
|
|
877
|
+
}
|
|
878
|
+
PARENS(AST_Arrow, function(output) {
|
|
879
|
+
return needs_parens_assign_cond(this, output);
|
|
880
|
+
});
|
|
881
|
+
PARENS(AST_Assign, function(output) {
|
|
882
|
+
if (needs_parens_assign_cond(this, output)) return true;
|
|
883
|
+
// v8 parser bug ---> workaround
|
|
884
|
+
// f([1], [a] = []) ---> f([1], ([a] = []))
|
|
885
|
+
if (output.option("v8")) return this.left instanceof AST_Destructured;
|
|
886
|
+
// ({ p: a } = o);
|
|
887
|
+
if (this.left instanceof AST_DestructuredObject) return needs_parens_obj(output);
|
|
888
|
+
});
|
|
889
|
+
PARENS(AST_AsyncArrow, function(output) {
|
|
890
|
+
return needs_parens_assign_cond(this, output);
|
|
891
|
+
});
|
|
892
|
+
PARENS(AST_Conditional, function(output) {
|
|
893
|
+
return needs_parens_assign_cond(this, output)
|
|
894
|
+
// https://github.com/mishoo/UglifyJS/issues/1144
|
|
895
|
+
|| output.option("extendscript") && output.parent() instanceof AST_Conditional;
|
|
896
|
+
});
|
|
897
|
+
PARENS(AST_Yield, function(output) {
|
|
898
|
+
return needs_parens_assign_cond(this, output);
|
|
899
|
+
});
|
|
900
|
+
|
|
901
|
+
/* -----[ PRINTERS ]----- */
|
|
902
|
+
|
|
903
|
+
DEFPRINT(AST_Directive, function(output) {
|
|
904
|
+
var quote = this.quote;
|
|
905
|
+
var value = this.value;
|
|
906
|
+
switch (output.option("quote_style")) {
|
|
907
|
+
case 0:
|
|
908
|
+
case 2:
|
|
909
|
+
if (value.indexOf('"') == -1) quote = '"';
|
|
910
|
+
break;
|
|
911
|
+
case 1:
|
|
912
|
+
if (value.indexOf("'") == -1) quote = "'";
|
|
913
|
+
break;
|
|
914
|
+
}
|
|
915
|
+
output.print(quote + value + quote);
|
|
916
|
+
output.semicolon();
|
|
917
|
+
});
|
|
918
|
+
DEFPRINT(AST_Debugger, function(output) {
|
|
919
|
+
output.print("debugger");
|
|
920
|
+
output.semicolon();
|
|
921
|
+
});
|
|
922
|
+
|
|
923
|
+
/* -----[ statements ]----- */
|
|
924
|
+
|
|
925
|
+
function display_body(body, is_toplevel, output, allow_directives) {
|
|
926
|
+
var last = body.length - 1;
|
|
927
|
+
var in_directive = allow_directives;
|
|
928
|
+
var was_asm = use_asm;
|
|
929
|
+
body.forEach(function(stmt, i) {
|
|
930
|
+
if (in_directive) {
|
|
931
|
+
if (stmt instanceof AST_Directive) {
|
|
932
|
+
if (stmt.value == "use asm") use_asm = true;
|
|
933
|
+
} else if (!(stmt instanceof AST_EmptyStatement)) {
|
|
934
|
+
if (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String) {
|
|
935
|
+
output.force_semicolon();
|
|
936
|
+
}
|
|
937
|
+
in_directive = false;
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
if (stmt instanceof AST_EmptyStatement) return;
|
|
941
|
+
output.indent();
|
|
942
|
+
stmt.print(output);
|
|
943
|
+
if (i == last && is_toplevel) return;
|
|
944
|
+
output.newline();
|
|
945
|
+
if (is_toplevel) output.newline();
|
|
946
|
+
});
|
|
947
|
+
use_asm = was_asm;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
DEFPRINT(AST_Toplevel, function(output) {
|
|
951
|
+
display_body(this.body, true, output, true);
|
|
952
|
+
output.print("");
|
|
953
|
+
});
|
|
954
|
+
DEFPRINT(AST_LabeledStatement, function(output) {
|
|
955
|
+
this.label.print(output);
|
|
956
|
+
output.colon();
|
|
957
|
+
var body = this.body;
|
|
958
|
+
if (body instanceof AST_EmptyStatement) {
|
|
959
|
+
output.force_semicolon();
|
|
960
|
+
} else {
|
|
961
|
+
body.print(output);
|
|
962
|
+
}
|
|
963
|
+
});
|
|
964
|
+
DEFPRINT(AST_SimpleStatement, function(output) {
|
|
965
|
+
this.body.print(output);
|
|
966
|
+
output.semicolon();
|
|
967
|
+
});
|
|
968
|
+
function print_braced_empty(self, output) {
|
|
969
|
+
output.print("{");
|
|
970
|
+
output.with_indent(function() {
|
|
971
|
+
output.append_comments(self, true);
|
|
972
|
+
});
|
|
973
|
+
output.print("}");
|
|
974
|
+
}
|
|
975
|
+
function print_braced(self, output, allow_directives) {
|
|
976
|
+
if (self.body.length > 0) {
|
|
977
|
+
output.with_block(function() {
|
|
978
|
+
display_body(self.body, false, output, allow_directives);
|
|
979
|
+
}, self.end);
|
|
980
|
+
} else print_braced_empty(self, output);
|
|
981
|
+
}
|
|
982
|
+
DEFPRINT(AST_BlockStatement, function(output) {
|
|
983
|
+
print_braced(this, output);
|
|
984
|
+
});
|
|
985
|
+
DEFPRINT(AST_EmptyStatement, function(output) {
|
|
986
|
+
output.semicolon();
|
|
987
|
+
});
|
|
988
|
+
DEFPRINT(AST_Do, function(output) {
|
|
989
|
+
var self = this;
|
|
990
|
+
output.print("do");
|
|
991
|
+
make_block(self.body, output);
|
|
992
|
+
output.space();
|
|
993
|
+
output.print("while");
|
|
994
|
+
output.space();
|
|
995
|
+
output.with_parens(function() {
|
|
996
|
+
self.condition.print(output);
|
|
997
|
+
});
|
|
998
|
+
output.semicolon();
|
|
999
|
+
});
|
|
1000
|
+
DEFPRINT(AST_While, function(output) {
|
|
1001
|
+
var self = this;
|
|
1002
|
+
output.print("while");
|
|
1003
|
+
output.space();
|
|
1004
|
+
output.with_parens(function() {
|
|
1005
|
+
self.condition.print(output);
|
|
1006
|
+
});
|
|
1007
|
+
force_statement(self.body, output);
|
|
1008
|
+
});
|
|
1009
|
+
DEFPRINT(AST_For, function(output) {
|
|
1010
|
+
var self = this;
|
|
1011
|
+
output.print("for");
|
|
1012
|
+
output.space();
|
|
1013
|
+
output.with_parens(function() {
|
|
1014
|
+
if (self.init) {
|
|
1015
|
+
if (self.init instanceof AST_Definitions) {
|
|
1016
|
+
self.init.print(output);
|
|
1017
|
+
} else {
|
|
1018
|
+
parenthesize_for_no_in(self.init, output, true);
|
|
1019
|
+
}
|
|
1020
|
+
output.print(";");
|
|
1021
|
+
output.space();
|
|
1022
|
+
} else {
|
|
1023
|
+
output.print(";");
|
|
1024
|
+
}
|
|
1025
|
+
if (self.condition) {
|
|
1026
|
+
self.condition.print(output);
|
|
1027
|
+
output.print(";");
|
|
1028
|
+
output.space();
|
|
1029
|
+
} else {
|
|
1030
|
+
output.print(";");
|
|
1031
|
+
}
|
|
1032
|
+
if (self.step) {
|
|
1033
|
+
self.step.print(output);
|
|
1034
|
+
}
|
|
1035
|
+
});
|
|
1036
|
+
force_statement(self.body, output);
|
|
1037
|
+
});
|
|
1038
|
+
function print_for_enum(prefix, infix) {
|
|
1039
|
+
return function(output) {
|
|
1040
|
+
var self = this;
|
|
1041
|
+
output.print(prefix);
|
|
1042
|
+
output.space();
|
|
1043
|
+
output.with_parens(function() {
|
|
1044
|
+
self.init.print(output);
|
|
1045
|
+
output.space();
|
|
1046
|
+
output.print(infix);
|
|
1047
|
+
output.space();
|
|
1048
|
+
self.object.print(output);
|
|
1049
|
+
});
|
|
1050
|
+
force_statement(self.body, output);
|
|
1051
|
+
};
|
|
1052
|
+
}
|
|
1053
|
+
DEFPRINT(AST_ForAwaitOf, print_for_enum("for await", "of"));
|
|
1054
|
+
DEFPRINT(AST_ForIn, print_for_enum("for", "in"));
|
|
1055
|
+
DEFPRINT(AST_ForOf, print_for_enum("for", "of"));
|
|
1056
|
+
DEFPRINT(AST_With, function(output) {
|
|
1057
|
+
var self = this;
|
|
1058
|
+
output.print("with");
|
|
1059
|
+
output.space();
|
|
1060
|
+
output.with_parens(function() {
|
|
1061
|
+
self.expression.print(output);
|
|
1062
|
+
});
|
|
1063
|
+
force_statement(self.body, output);
|
|
1064
|
+
});
|
|
1065
|
+
DEFPRINT(AST_ExportDeclaration, function(output) {
|
|
1066
|
+
output.print("export");
|
|
1067
|
+
output.space();
|
|
1068
|
+
this.body.print(output);
|
|
1069
|
+
});
|
|
1070
|
+
DEFPRINT(AST_ExportDefault, function(output) {
|
|
1071
|
+
output.print("export");
|
|
1072
|
+
output.space();
|
|
1073
|
+
output.print("default");
|
|
1074
|
+
output.space();
|
|
1075
|
+
var body = this.body;
|
|
1076
|
+
body.print(output);
|
|
1077
|
+
if (body instanceof AST_ClassExpression) {
|
|
1078
|
+
if (!body.name) return;
|
|
1079
|
+
}
|
|
1080
|
+
if (body instanceof AST_DefClass) return;
|
|
1081
|
+
if (body instanceof AST_LambdaDefinition) return;
|
|
1082
|
+
if (body instanceof AST_LambdaExpression) {
|
|
1083
|
+
if (!body.name && !is_arrow(body)) return;
|
|
1084
|
+
}
|
|
1085
|
+
output.semicolon();
|
|
1086
|
+
});
|
|
1087
|
+
function print_alias(alias, output) {
|
|
1088
|
+
var value = alias.value;
|
|
1089
|
+
if (value == "*" || is_identifier_string(value)) {
|
|
1090
|
+
output.print_name(value);
|
|
1091
|
+
} else {
|
|
1092
|
+
output.print_string(value, alias.quote);
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
DEFPRINT(AST_ExportForeign, function(output) {
|
|
1096
|
+
var self = this;
|
|
1097
|
+
output.print("export");
|
|
1098
|
+
output.space();
|
|
1099
|
+
var len = self.keys.length;
|
|
1100
|
+
if (len == 0) {
|
|
1101
|
+
print_braced_empty(self, output);
|
|
1102
|
+
} else if (self.keys[0].value == "*") {
|
|
1103
|
+
print_entry(0);
|
|
1104
|
+
} else output.with_block(function() {
|
|
1105
|
+
output.indent();
|
|
1106
|
+
print_entry(0);
|
|
1107
|
+
for (var i = 1; i < len; i++) {
|
|
1108
|
+
output.print(",");
|
|
1109
|
+
output.newline();
|
|
1110
|
+
output.indent();
|
|
1111
|
+
print_entry(i);
|
|
1112
|
+
}
|
|
1113
|
+
output.newline();
|
|
1114
|
+
}, self.end);
|
|
1115
|
+
output.space();
|
|
1116
|
+
output.print("from");
|
|
1117
|
+
output.space();
|
|
1118
|
+
self.path.print(output);
|
|
1119
|
+
output.semicolon();
|
|
1120
|
+
|
|
1121
|
+
function print_entry(index) {
|
|
1122
|
+
var alias = self.aliases[index];
|
|
1123
|
+
var key = self.keys[index];
|
|
1124
|
+
print_alias(key, output);
|
|
1125
|
+
if (alias.value != key.value) {
|
|
1126
|
+
output.space();
|
|
1127
|
+
output.print("as");
|
|
1128
|
+
output.space();
|
|
1129
|
+
print_alias(alias, output);
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
});
|
|
1133
|
+
DEFPRINT(AST_ExportReferences, function(output) {
|
|
1134
|
+
var self = this;
|
|
1135
|
+
output.print("export");
|
|
1136
|
+
output.space();
|
|
1137
|
+
print_properties(self, output);
|
|
1138
|
+
output.semicolon();
|
|
1139
|
+
});
|
|
1140
|
+
DEFPRINT(AST_Import, function(output) {
|
|
1141
|
+
var self = this;
|
|
1142
|
+
output.print("import");
|
|
1143
|
+
output.space();
|
|
1144
|
+
if (self.default) self.default.print(output);
|
|
1145
|
+
if (self.all) {
|
|
1146
|
+
if (self.default) output.comma();
|
|
1147
|
+
self.all.print(output);
|
|
1148
|
+
}
|
|
1149
|
+
if (self.properties) {
|
|
1150
|
+
if (self.default) output.comma();
|
|
1151
|
+
print_properties(self, output);
|
|
1152
|
+
}
|
|
1153
|
+
if (self.all || self.default || self.properties) {
|
|
1154
|
+
output.space();
|
|
1155
|
+
output.print("from");
|
|
1156
|
+
output.space();
|
|
1157
|
+
}
|
|
1158
|
+
self.path.print(output);
|
|
1159
|
+
output.semicolon();
|
|
1160
|
+
});
|
|
1161
|
+
|
|
1162
|
+
/* -----[ functions ]----- */
|
|
1163
|
+
function print_funargs(self, output) {
|
|
1164
|
+
output.with_parens(function() {
|
|
1165
|
+
self.argnames.forEach(function(arg, i) {
|
|
1166
|
+
if (i) output.comma();
|
|
1167
|
+
arg.print(output);
|
|
1168
|
+
});
|
|
1169
|
+
if (self.rest) {
|
|
1170
|
+
if (self.argnames.length) output.comma();
|
|
1171
|
+
output.print("...");
|
|
1172
|
+
self.rest.print(output);
|
|
1173
|
+
}
|
|
1174
|
+
});
|
|
1175
|
+
}
|
|
1176
|
+
function print_arrow(self, output) {
|
|
1177
|
+
var argname = self.argnames.length == 1 && !self.rest && self.argnames[0];
|
|
1178
|
+
if (argname instanceof AST_SymbolFunarg && argname.name != "yield") {
|
|
1179
|
+
argname.print(output);
|
|
1180
|
+
} else {
|
|
1181
|
+
print_funargs(self, output);
|
|
1182
|
+
}
|
|
1183
|
+
output.space();
|
|
1184
|
+
output.print("=>");
|
|
1185
|
+
output.space();
|
|
1186
|
+
if (self.value) {
|
|
1187
|
+
self.value.print(output);
|
|
1188
|
+
} else {
|
|
1189
|
+
print_braced(self, output, true);
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
DEFPRINT(AST_Arrow, function(output) {
|
|
1193
|
+
print_arrow(this, output);
|
|
1194
|
+
});
|
|
1195
|
+
DEFPRINT(AST_AsyncArrow, function(output) {
|
|
1196
|
+
output.print("async");
|
|
1197
|
+
output.space();
|
|
1198
|
+
print_arrow(this, output);
|
|
1199
|
+
});
|
|
1200
|
+
function print_lambda(self, output) {
|
|
1201
|
+
if (self.name) {
|
|
1202
|
+
output.space();
|
|
1203
|
+
self.name.print(output);
|
|
1204
|
+
}
|
|
1205
|
+
print_funargs(self, output);
|
|
1206
|
+
output.space();
|
|
1207
|
+
print_braced(self, output, true);
|
|
1208
|
+
}
|
|
1209
|
+
DEFPRINT(AST_Lambda, function(output) {
|
|
1210
|
+
output.print("function");
|
|
1211
|
+
print_lambda(this, output);
|
|
1212
|
+
});
|
|
1213
|
+
function print_async(output) {
|
|
1214
|
+
output.print("async");
|
|
1215
|
+
output.space();
|
|
1216
|
+
output.print("function");
|
|
1217
|
+
print_lambda(this, output);
|
|
1218
|
+
}
|
|
1219
|
+
DEFPRINT(AST_AsyncDefun, print_async);
|
|
1220
|
+
DEFPRINT(AST_AsyncFunction, print_async);
|
|
1221
|
+
function print_async_generator(output) {
|
|
1222
|
+
output.print("async");
|
|
1223
|
+
output.space();
|
|
1224
|
+
output.print("function*");
|
|
1225
|
+
print_lambda(this, output);
|
|
1226
|
+
}
|
|
1227
|
+
DEFPRINT(AST_AsyncGeneratorDefun, print_async_generator);
|
|
1228
|
+
DEFPRINT(AST_AsyncGeneratorFunction, print_async_generator);
|
|
1229
|
+
function print_generator(output) {
|
|
1230
|
+
output.print("function*");
|
|
1231
|
+
print_lambda(this, output);
|
|
1232
|
+
}
|
|
1233
|
+
DEFPRINT(AST_GeneratorDefun, print_generator);
|
|
1234
|
+
DEFPRINT(AST_GeneratorFunction, print_generator);
|
|
1235
|
+
|
|
1236
|
+
/* -----[ classes ]----- */
|
|
1237
|
+
DEFPRINT(AST_Class, function(output) {
|
|
1238
|
+
var self = this;
|
|
1239
|
+
output.print("class");
|
|
1240
|
+
if (self.name) {
|
|
1241
|
+
output.space();
|
|
1242
|
+
self.name.print(output);
|
|
1243
|
+
}
|
|
1244
|
+
if (self.extends) {
|
|
1245
|
+
output.space();
|
|
1246
|
+
output.print("extends");
|
|
1247
|
+
output.space();
|
|
1248
|
+
self.extends.print(output);
|
|
1249
|
+
}
|
|
1250
|
+
output.space();
|
|
1251
|
+
print_properties(self, output, true);
|
|
1252
|
+
});
|
|
1253
|
+
DEFPRINT(AST_ClassField, function(output) {
|
|
1254
|
+
var self = this;
|
|
1255
|
+
if (self.static) {
|
|
1256
|
+
output.print("static");
|
|
1257
|
+
output.space();
|
|
1258
|
+
}
|
|
1259
|
+
print_property_key(self, output);
|
|
1260
|
+
if (self.value) {
|
|
1261
|
+
output.space();
|
|
1262
|
+
output.print("=");
|
|
1263
|
+
output.space();
|
|
1264
|
+
self.value.print(output);
|
|
1265
|
+
} else switch (self.key) {
|
|
1266
|
+
case "get":
|
|
1267
|
+
case "set":
|
|
1268
|
+
case "static":
|
|
1269
|
+
output.force_semicolon();
|
|
1270
|
+
return;
|
|
1271
|
+
}
|
|
1272
|
+
output.semicolon();
|
|
1273
|
+
});
|
|
1274
|
+
DEFPRINT(AST_ClassGetter, print_accessor("get"));
|
|
1275
|
+
DEFPRINT(AST_ClassSetter, print_accessor("set"));
|
|
1276
|
+
function print_method(self, output) {
|
|
1277
|
+
var fn = self.value;
|
|
1278
|
+
if (is_async(fn)) {
|
|
1279
|
+
output.print("async");
|
|
1280
|
+
output.space();
|
|
1281
|
+
}
|
|
1282
|
+
if (is_generator(fn)) output.print("*");
|
|
1283
|
+
print_property_key(self, output);
|
|
1284
|
+
print_lambda(self.value, output);
|
|
1285
|
+
}
|
|
1286
|
+
DEFPRINT(AST_ClassMethod, function(output) {
|
|
1287
|
+
var self = this;
|
|
1288
|
+
if (self.static) {
|
|
1289
|
+
output.print("static");
|
|
1290
|
+
output.space();
|
|
1291
|
+
}
|
|
1292
|
+
print_method(self, output);
|
|
1293
|
+
});
|
|
1294
|
+
DEFPRINT(AST_ClassInit, function(output) {
|
|
1295
|
+
output.print("static");
|
|
1296
|
+
output.space();
|
|
1297
|
+
print_braced(this.value, output);
|
|
1298
|
+
});
|
|
1299
|
+
|
|
1300
|
+
/* -----[ jumps ]----- */
|
|
1301
|
+
function print_jump(kind, prop) {
|
|
1302
|
+
return function(output) {
|
|
1303
|
+
output.print(kind);
|
|
1304
|
+
var target = this[prop];
|
|
1305
|
+
if (target) {
|
|
1306
|
+
output.space();
|
|
1307
|
+
target.print(output);
|
|
1308
|
+
}
|
|
1309
|
+
output.semicolon();
|
|
1310
|
+
};
|
|
1311
|
+
}
|
|
1312
|
+
DEFPRINT(AST_Return, print_jump("return", "value"));
|
|
1313
|
+
DEFPRINT(AST_Throw, print_jump("throw", "value"));
|
|
1314
|
+
DEFPRINT(AST_Break, print_jump("break", "label"));
|
|
1315
|
+
DEFPRINT(AST_Continue, print_jump("continue", "label"));
|
|
1316
|
+
|
|
1317
|
+
/* -----[ if ]----- */
|
|
1318
|
+
function make_then(self, output) {
|
|
1319
|
+
var b = self.body;
|
|
1320
|
+
if (output.option("braces") && !(b instanceof AST_Const || b instanceof AST_Let)
|
|
1321
|
+
|| output.option("ie") && b instanceof AST_Do)
|
|
1322
|
+
return make_block(b, output);
|
|
1323
|
+
// The squeezer replaces "block"-s that contain only a single
|
|
1324
|
+
// statement with the statement itself; technically, the AST
|
|
1325
|
+
// is correct, but this can create problems when we output an
|
|
1326
|
+
// IF having an ELSE clause where the THEN clause ends in an
|
|
1327
|
+
// IF *without* an ELSE block (then the outer ELSE would refer
|
|
1328
|
+
// to the inner IF). This function checks for this case and
|
|
1329
|
+
// adds the block braces if needed.
|
|
1330
|
+
if (!b) return output.force_semicolon();
|
|
1331
|
+
while (true) {
|
|
1332
|
+
if (b instanceof AST_If) {
|
|
1333
|
+
if (!b.alternative) {
|
|
1334
|
+
make_block(self.body, output);
|
|
1335
|
+
return;
|
|
1336
|
+
}
|
|
1337
|
+
b = b.alternative;
|
|
1338
|
+
} else if (b instanceof AST_StatementWithBody) {
|
|
1339
|
+
b = b.body;
|
|
1340
|
+
} else break;
|
|
1341
|
+
}
|
|
1342
|
+
force_statement(self.body, output);
|
|
1343
|
+
}
|
|
1344
|
+
DEFPRINT(AST_If, function(output) {
|
|
1345
|
+
var self = this;
|
|
1346
|
+
output.print("if");
|
|
1347
|
+
output.space();
|
|
1348
|
+
output.with_parens(function() {
|
|
1349
|
+
self.condition.print(output);
|
|
1350
|
+
});
|
|
1351
|
+
if (self.alternative) {
|
|
1352
|
+
make_then(self, output);
|
|
1353
|
+
output.space();
|
|
1354
|
+
output.print("else");
|
|
1355
|
+
if (self.alternative instanceof AST_If) {
|
|
1356
|
+
output.space();
|
|
1357
|
+
self.alternative.print(output);
|
|
1358
|
+
} else {
|
|
1359
|
+
force_statement(self.alternative, output);
|
|
1360
|
+
}
|
|
1361
|
+
} else {
|
|
1362
|
+
force_statement(self.body, output);
|
|
1363
|
+
}
|
|
1364
|
+
});
|
|
1365
|
+
|
|
1366
|
+
/* -----[ switch ]----- */
|
|
1367
|
+
DEFPRINT(AST_Switch, function(output) {
|
|
1368
|
+
var self = this;
|
|
1369
|
+
output.print("switch");
|
|
1370
|
+
output.space();
|
|
1371
|
+
output.with_parens(function() {
|
|
1372
|
+
self.expression.print(output);
|
|
1373
|
+
});
|
|
1374
|
+
output.space();
|
|
1375
|
+
var last = self.body.length - 1;
|
|
1376
|
+
if (last < 0) print_braced_empty(self, output);
|
|
1377
|
+
else output.with_block(function() {
|
|
1378
|
+
self.body.forEach(function(branch, i) {
|
|
1379
|
+
output.indent(true);
|
|
1380
|
+
branch.print(output);
|
|
1381
|
+
if (i < last && branch.body.length > 0)
|
|
1382
|
+
output.newline();
|
|
1383
|
+
});
|
|
1384
|
+
}, self.end);
|
|
1385
|
+
});
|
|
1386
|
+
function print_branch_body(self, output) {
|
|
1387
|
+
output.newline();
|
|
1388
|
+
self.body.forEach(function(stmt) {
|
|
1389
|
+
output.indent();
|
|
1390
|
+
stmt.print(output);
|
|
1391
|
+
output.newline();
|
|
1392
|
+
});
|
|
1393
|
+
}
|
|
1394
|
+
DEFPRINT(AST_Default, function(output) {
|
|
1395
|
+
output.print("default:");
|
|
1396
|
+
print_branch_body(this, output);
|
|
1397
|
+
});
|
|
1398
|
+
DEFPRINT(AST_Case, function(output) {
|
|
1399
|
+
var self = this;
|
|
1400
|
+
output.print("case");
|
|
1401
|
+
output.space();
|
|
1402
|
+
self.expression.print(output);
|
|
1403
|
+
output.print(":");
|
|
1404
|
+
print_branch_body(self, output);
|
|
1405
|
+
});
|
|
1406
|
+
|
|
1407
|
+
/* -----[ exceptions ]----- */
|
|
1408
|
+
DEFPRINT(AST_Try, function(output) {
|
|
1409
|
+
var self = this;
|
|
1410
|
+
output.print("try");
|
|
1411
|
+
output.space();
|
|
1412
|
+
print_braced(self, output);
|
|
1413
|
+
if (self.bcatch) {
|
|
1414
|
+
output.space();
|
|
1415
|
+
self.bcatch.print(output);
|
|
1416
|
+
}
|
|
1417
|
+
if (self.bfinally) {
|
|
1418
|
+
output.space();
|
|
1419
|
+
self.bfinally.print(output);
|
|
1420
|
+
}
|
|
1421
|
+
});
|
|
1422
|
+
DEFPRINT(AST_Catch, function(output) {
|
|
1423
|
+
var self = this;
|
|
1424
|
+
output.print("catch");
|
|
1425
|
+
if (self.argname) {
|
|
1426
|
+
output.space();
|
|
1427
|
+
output.with_parens(function() {
|
|
1428
|
+
self.argname.print(output);
|
|
1429
|
+
});
|
|
1430
|
+
}
|
|
1431
|
+
output.space();
|
|
1432
|
+
print_braced(self, output);
|
|
1433
|
+
});
|
|
1434
|
+
DEFPRINT(AST_Finally, function(output) {
|
|
1435
|
+
output.print("finally");
|
|
1436
|
+
output.space();
|
|
1437
|
+
print_braced(this, output);
|
|
1438
|
+
});
|
|
1439
|
+
|
|
1440
|
+
function print_definitions(type) {
|
|
1441
|
+
return function(output) {
|
|
1442
|
+
var self = this;
|
|
1443
|
+
output.print(type);
|
|
1444
|
+
output.space();
|
|
1445
|
+
self.definitions.forEach(function(def, i) {
|
|
1446
|
+
if (i) output.comma();
|
|
1447
|
+
def.print(output);
|
|
1448
|
+
});
|
|
1449
|
+
var p = output.parent();
|
|
1450
|
+
if (!(p instanceof AST_IterationStatement && p.init === self)) output.semicolon();
|
|
1451
|
+
};
|
|
1452
|
+
}
|
|
1453
|
+
DEFPRINT(AST_Const, print_definitions("const"));
|
|
1454
|
+
DEFPRINT(AST_Let, print_definitions("let"));
|
|
1455
|
+
DEFPRINT(AST_Var, print_definitions("var"));
|
|
1456
|
+
|
|
1457
|
+
function parenthesize_for_no_in(node, output, no_in) {
|
|
1458
|
+
var parens = false;
|
|
1459
|
+
// need to take some precautions here:
|
|
1460
|
+
// https://github.com/mishoo/UglifyJS/issues/60
|
|
1461
|
+
if (no_in) node.walk(new TreeWalker(function(node) {
|
|
1462
|
+
if (parens) return true;
|
|
1463
|
+
if (node instanceof AST_Binary && node.operator == "in") return parens = true;
|
|
1464
|
+
if (node instanceof AST_Scope && !(is_arrow(node) && node.value)) return true;
|
|
1465
|
+
}));
|
|
1466
|
+
node.print(output, parens);
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
DEFPRINT(AST_VarDef, function(output) {
|
|
1470
|
+
var self = this;
|
|
1471
|
+
self.name.print(output);
|
|
1472
|
+
if (self.value) {
|
|
1473
|
+
output.space();
|
|
1474
|
+
output.print("=");
|
|
1475
|
+
output.space();
|
|
1476
|
+
var p = output.parent(1);
|
|
1477
|
+
var no_in = p instanceof AST_For || p instanceof AST_ForEnumeration;
|
|
1478
|
+
parenthesize_for_no_in(self.value, output, no_in);
|
|
1479
|
+
}
|
|
1480
|
+
});
|
|
1481
|
+
|
|
1482
|
+
DEFPRINT(AST_DefaultValue, function(output) {
|
|
1483
|
+
var self = this;
|
|
1484
|
+
self.name.print(output);
|
|
1485
|
+
output.space();
|
|
1486
|
+
output.print("=");
|
|
1487
|
+
output.space();
|
|
1488
|
+
self.value.print(output);
|
|
1489
|
+
});
|
|
1490
|
+
|
|
1491
|
+
/* -----[ other expressions ]----- */
|
|
1492
|
+
function print_annotation(self, output) {
|
|
1493
|
+
if (!output.option("annotations")) return;
|
|
1494
|
+
if (!self.pure) return;
|
|
1495
|
+
var level = 0, parent = self, node;
|
|
1496
|
+
do {
|
|
1497
|
+
node = parent;
|
|
1498
|
+
parent = output.parent(level++);
|
|
1499
|
+
if (parent instanceof AST_Call && parent.expression === node) return;
|
|
1500
|
+
} while (parent instanceof AST_PropAccess && parent.expression === node);
|
|
1501
|
+
output.print("/*@__PURE__*/");
|
|
1502
|
+
}
|
|
1503
|
+
function print_call_args(self, output) {
|
|
1504
|
+
output.with_parens(function() {
|
|
1505
|
+
self.args.forEach(function(expr, i) {
|
|
1506
|
+
if (i) output.comma();
|
|
1507
|
+
expr.print(output);
|
|
1508
|
+
});
|
|
1509
|
+
output.add_mapping(self.end);
|
|
1510
|
+
});
|
|
1511
|
+
}
|
|
1512
|
+
DEFPRINT(AST_Call, function(output) {
|
|
1513
|
+
var self = this;
|
|
1514
|
+
print_annotation(self, output);
|
|
1515
|
+
self.expression.print(output);
|
|
1516
|
+
if (self.optional) output.print("?.");
|
|
1517
|
+
print_call_args(self, output);
|
|
1518
|
+
});
|
|
1519
|
+
DEFPRINT(AST_New, function(output) {
|
|
1520
|
+
var self = this;
|
|
1521
|
+
print_annotation(self, output);
|
|
1522
|
+
output.print("new");
|
|
1523
|
+
output.space();
|
|
1524
|
+
self.expression.print(output);
|
|
1525
|
+
if (need_constructor_parens(self, output)) print_call_args(self, output);
|
|
1526
|
+
});
|
|
1527
|
+
DEFPRINT(AST_Sequence, function(output) {
|
|
1528
|
+
this.expressions.forEach(function(node, index) {
|
|
1529
|
+
if (index > 0) {
|
|
1530
|
+
output.comma();
|
|
1531
|
+
if (output.should_break()) {
|
|
1532
|
+
output.newline();
|
|
1533
|
+
output.indent();
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
node.print(output);
|
|
1537
|
+
});
|
|
1538
|
+
});
|
|
1539
|
+
DEFPRINT(AST_Dot, function(output) {
|
|
1540
|
+
var self = this;
|
|
1541
|
+
var expr = self.expression;
|
|
1542
|
+
expr.print(output);
|
|
1543
|
+
var prop = self.property;
|
|
1544
|
+
if (output.option("ie") && RESERVED_WORDS[prop] || self.quoted && output.option("keep_quoted_props")) {
|
|
1545
|
+
if (self.optional) output.print("?.");
|
|
1546
|
+
output.with_square(function() {
|
|
1547
|
+
output.add_mapping(self.end);
|
|
1548
|
+
output.print_string(prop);
|
|
1549
|
+
});
|
|
1550
|
+
} else {
|
|
1551
|
+
if (expr instanceof AST_Number && !/[ex.)]/i.test(output.last())) output.print(".");
|
|
1552
|
+
output.print(self.optional ? "?." : ".");
|
|
1553
|
+
// the name after dot would be mapped about here.
|
|
1554
|
+
output.add_mapping(self.end);
|
|
1555
|
+
output.print_name(prop);
|
|
1556
|
+
}
|
|
1557
|
+
});
|
|
1558
|
+
DEFPRINT(AST_Sub, function(output) {
|
|
1559
|
+
var self = this;
|
|
1560
|
+
self.expression.print(output);
|
|
1561
|
+
if (self.optional) output.print("?.");
|
|
1562
|
+
output.with_square(function() {
|
|
1563
|
+
self.property.print(output);
|
|
1564
|
+
});
|
|
1565
|
+
});
|
|
1566
|
+
DEFPRINT(AST_Spread, function(output) {
|
|
1567
|
+
output.print("...");
|
|
1568
|
+
this.expression.print(output);
|
|
1569
|
+
});
|
|
1570
|
+
DEFPRINT(AST_UnaryPrefix, function(output) {
|
|
1571
|
+
var op = this.operator;
|
|
1572
|
+
var exp = this.expression;
|
|
1573
|
+
output.print(op);
|
|
1574
|
+
if (/^[a-z]/i.test(op)
|
|
1575
|
+
|| (/[+-]$/.test(op)
|
|
1576
|
+
&& exp instanceof AST_UnaryPrefix
|
|
1577
|
+
&& /^[+-]/.test(exp.operator))) {
|
|
1578
|
+
output.space();
|
|
1579
|
+
}
|
|
1580
|
+
exp.print(output);
|
|
1581
|
+
});
|
|
1582
|
+
DEFPRINT(AST_UnaryPostfix, function(output) {
|
|
1583
|
+
var self = this;
|
|
1584
|
+
self.expression.print(output);
|
|
1585
|
+
output.add_mapping(self.end);
|
|
1586
|
+
output.print(self.operator);
|
|
1587
|
+
});
|
|
1588
|
+
DEFPRINT(AST_Binary, function(output) {
|
|
1589
|
+
var self = this;
|
|
1590
|
+
self.left.print(output);
|
|
1591
|
+
output.space();
|
|
1592
|
+
output.print(self.operator);
|
|
1593
|
+
output.space();
|
|
1594
|
+
self.right.print(output);
|
|
1595
|
+
});
|
|
1596
|
+
DEFPRINT(AST_Conditional, function(output) {
|
|
1597
|
+
var self = this;
|
|
1598
|
+
self.condition.print(output);
|
|
1599
|
+
output.space();
|
|
1600
|
+
output.print("?");
|
|
1601
|
+
output.space();
|
|
1602
|
+
self.consequent.print(output);
|
|
1603
|
+
output.space();
|
|
1604
|
+
output.colon();
|
|
1605
|
+
self.alternative.print(output);
|
|
1606
|
+
});
|
|
1607
|
+
DEFPRINT(AST_Await, function(output) {
|
|
1608
|
+
output.print("await");
|
|
1609
|
+
output.space();
|
|
1610
|
+
this.expression.print(output);
|
|
1611
|
+
});
|
|
1612
|
+
DEFPRINT(AST_Yield, function(output) {
|
|
1613
|
+
output.print(this.nested ? "yield*" : "yield");
|
|
1614
|
+
if (this.expression) {
|
|
1615
|
+
output.space();
|
|
1616
|
+
this.expression.print(output);
|
|
1617
|
+
}
|
|
1618
|
+
});
|
|
1619
|
+
|
|
1620
|
+
/* -----[ literals ]----- */
|
|
1621
|
+
DEFPRINT(AST_Array, function(output) {
|
|
1622
|
+
var a = this.elements, len = a.length;
|
|
1623
|
+
output.with_square(len > 0 ? function() {
|
|
1624
|
+
output.space();
|
|
1625
|
+
a.forEach(function(exp, i) {
|
|
1626
|
+
if (i) output.comma();
|
|
1627
|
+
exp.print(output);
|
|
1628
|
+
// If the final element is a hole, we need to make sure it
|
|
1629
|
+
// doesn't look like a trailing comma, by inserting an actual
|
|
1630
|
+
// trailing comma.
|
|
1631
|
+
if (i === len - 1 && exp instanceof AST_Hole)
|
|
1632
|
+
output.comma();
|
|
1633
|
+
});
|
|
1634
|
+
output.space();
|
|
1635
|
+
} : noop);
|
|
1636
|
+
});
|
|
1637
|
+
DEFPRINT(AST_DestructuredArray, function(output) {
|
|
1638
|
+
var a = this.elements, len = a.length, rest = this.rest;
|
|
1639
|
+
output.with_square(len || rest ? function() {
|
|
1640
|
+
output.space();
|
|
1641
|
+
a.forEach(function(exp, i) {
|
|
1642
|
+
if (i) output.comma();
|
|
1643
|
+
exp.print(output);
|
|
1644
|
+
});
|
|
1645
|
+
if (rest) {
|
|
1646
|
+
if (len) output.comma();
|
|
1647
|
+
output.print("...");
|
|
1648
|
+
rest.print(output);
|
|
1649
|
+
} else if (a[len - 1] instanceof AST_Hole) {
|
|
1650
|
+
// If the final element is a hole, we need to make sure it
|
|
1651
|
+
// doesn't look like a trailing comma, by inserting an actual
|
|
1652
|
+
// trailing comma.
|
|
1653
|
+
output.comma();
|
|
1654
|
+
}
|
|
1655
|
+
output.space();
|
|
1656
|
+
} : noop);
|
|
1657
|
+
});
|
|
1658
|
+
DEFPRINT(AST_DestructuredKeyVal, function(output) {
|
|
1659
|
+
var self = this;
|
|
1660
|
+
var key = print_property_key(self, output);
|
|
1661
|
+
var value = self.value;
|
|
1662
|
+
if (key) {
|
|
1663
|
+
if (value instanceof AST_DefaultValue) {
|
|
1664
|
+
if (value.name instanceof AST_Symbol && key == get_symbol_name(value.name)) {
|
|
1665
|
+
output.space();
|
|
1666
|
+
output.print("=");
|
|
1667
|
+
output.space();
|
|
1668
|
+
value.value.print(output);
|
|
1669
|
+
return;
|
|
1670
|
+
}
|
|
1671
|
+
} else if (value instanceof AST_Symbol) {
|
|
1672
|
+
if (key == get_symbol_name(value)) return;
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
output.colon();
|
|
1676
|
+
value.print(output);
|
|
1677
|
+
});
|
|
1678
|
+
DEFPRINT(AST_DestructuredObject, function(output) {
|
|
1679
|
+
var self = this;
|
|
1680
|
+
var props = self.properties, len = props.length, rest = self.rest;
|
|
1681
|
+
if (len || rest) output.with_block(function() {
|
|
1682
|
+
props.forEach(function(prop, i) {
|
|
1683
|
+
if (i) {
|
|
1684
|
+
output.print(",");
|
|
1685
|
+
output.newline();
|
|
1686
|
+
}
|
|
1687
|
+
output.indent();
|
|
1688
|
+
prop.print(output);
|
|
1689
|
+
});
|
|
1690
|
+
if (rest) {
|
|
1691
|
+
if (len) {
|
|
1692
|
+
output.print(",");
|
|
1693
|
+
output.newline();
|
|
1694
|
+
}
|
|
1695
|
+
output.indent();
|
|
1696
|
+
output.print("...");
|
|
1697
|
+
rest.print(output);
|
|
1698
|
+
}
|
|
1699
|
+
output.newline();
|
|
1700
|
+
}, self.end);
|
|
1701
|
+
else print_braced_empty(self, output);
|
|
1702
|
+
});
|
|
1703
|
+
function print_properties(self, output, no_comma) {
|
|
1704
|
+
var props = self.properties;
|
|
1705
|
+
if (props.length > 0) output.with_block(function() {
|
|
1706
|
+
props.forEach(function(prop, i) {
|
|
1707
|
+
if (i) {
|
|
1708
|
+
if (!no_comma) output.print(",");
|
|
1709
|
+
output.newline();
|
|
1710
|
+
}
|
|
1711
|
+
output.indent();
|
|
1712
|
+
prop.print(output);
|
|
1713
|
+
});
|
|
1714
|
+
output.newline();
|
|
1715
|
+
}, self.end);
|
|
1716
|
+
else print_braced_empty(self, output);
|
|
1717
|
+
}
|
|
1718
|
+
DEFPRINT(AST_Object, function(output) {
|
|
1719
|
+
print_properties(this, output);
|
|
1720
|
+
});
|
|
1721
|
+
|
|
1722
|
+
function print_property_key(self, output) {
|
|
1723
|
+
var key = self.key;
|
|
1724
|
+
if (key instanceof AST_Node) return output.with_square(function() {
|
|
1725
|
+
key.print(output);
|
|
1726
|
+
});
|
|
1727
|
+
var quote = self.start && self.start.quote;
|
|
1728
|
+
if (output.option("quote_keys") || quote && output.option("keep_quoted_props")) {
|
|
1729
|
+
output.print_string(key, quote);
|
|
1730
|
+
} else if ("" + +key == key && key >= 0) {
|
|
1731
|
+
output.print(make_num(key));
|
|
1732
|
+
} else if (self.private) {
|
|
1733
|
+
output.print_name(key);
|
|
1734
|
+
} else if (RESERVED_WORDS[key] ? !output.option("ie") : is_identifier_string(key)) {
|
|
1735
|
+
output.print_name(key);
|
|
1736
|
+
return key;
|
|
1737
|
+
} else {
|
|
1738
|
+
output.print_string(key, quote);
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
DEFPRINT(AST_ObjectKeyVal, function(output) {
|
|
1742
|
+
var self = this;
|
|
1743
|
+
print_property_key(self, output);
|
|
1744
|
+
output.colon();
|
|
1745
|
+
self.value.print(output);
|
|
1746
|
+
});
|
|
1747
|
+
DEFPRINT(AST_ObjectMethod, function(output) {
|
|
1748
|
+
print_method(this, output);
|
|
1749
|
+
});
|
|
1750
|
+
function print_accessor(type) {
|
|
1751
|
+
return function(output) {
|
|
1752
|
+
var self = this;
|
|
1753
|
+
if (self.static) {
|
|
1754
|
+
output.print("static");
|
|
1755
|
+
output.space();
|
|
1756
|
+
}
|
|
1757
|
+
output.print(type);
|
|
1758
|
+
output.space();
|
|
1759
|
+
print_property_key(self, output);
|
|
1760
|
+
print_lambda(self.value, output);
|
|
1761
|
+
};
|
|
1762
|
+
}
|
|
1763
|
+
DEFPRINT(AST_ObjectGetter, print_accessor("get"));
|
|
1764
|
+
DEFPRINT(AST_ObjectSetter, print_accessor("set"));
|
|
1765
|
+
function get_symbol_name(sym) {
|
|
1766
|
+
var def = sym.definition();
|
|
1767
|
+
return def && def.mangled_name || sym.name;
|
|
1768
|
+
}
|
|
1769
|
+
DEFPRINT(AST_Symbol, function(output) {
|
|
1770
|
+
output.print_name(get_symbol_name(this));
|
|
1771
|
+
});
|
|
1772
|
+
DEFPRINT(AST_SymbolExport, function(output) {
|
|
1773
|
+
var self = this;
|
|
1774
|
+
var name = get_symbol_name(self);
|
|
1775
|
+
output.print_name(name);
|
|
1776
|
+
var alias = self.alias;
|
|
1777
|
+
if (alias.value != name) {
|
|
1778
|
+
output.space();
|
|
1779
|
+
output.print("as");
|
|
1780
|
+
output.space();
|
|
1781
|
+
print_alias(alias, output);
|
|
1782
|
+
}
|
|
1783
|
+
});
|
|
1784
|
+
DEFPRINT(AST_SymbolImport, function(output) {
|
|
1785
|
+
var self = this;
|
|
1786
|
+
var name = get_symbol_name(self);
|
|
1787
|
+
var key = self.key;
|
|
1788
|
+
if (key.value && key.value != name) {
|
|
1789
|
+
print_alias(key, output);
|
|
1790
|
+
output.space();
|
|
1791
|
+
output.print("as");
|
|
1792
|
+
output.space();
|
|
1793
|
+
}
|
|
1794
|
+
output.print_name(name);
|
|
1795
|
+
});
|
|
1796
|
+
DEFPRINT(AST_Hole, noop);
|
|
1797
|
+
DEFPRINT(AST_Template, function(output) {
|
|
1798
|
+
var self = this;
|
|
1799
|
+
if (self.tag) self.tag.print(output);
|
|
1800
|
+
output.print("`");
|
|
1801
|
+
for (var i = 0; i < self.expressions.length; i++) {
|
|
1802
|
+
output.print(output.to_utf8(self.strings[i]));
|
|
1803
|
+
output.print("${");
|
|
1804
|
+
self.expressions[i].print(output);
|
|
1805
|
+
output.print("}");
|
|
1806
|
+
}
|
|
1807
|
+
output.print(output.to_utf8(self.strings[i]));
|
|
1808
|
+
output.print("`");
|
|
1809
|
+
});
|
|
1810
|
+
DEFPRINT(AST_BigInt, function(output) {
|
|
1811
|
+
output.print(this.value + "n");
|
|
1812
|
+
});
|
|
1813
|
+
DEFPRINT(AST_Constant, function(output) {
|
|
1814
|
+
output.print("" + this.value);
|
|
1815
|
+
});
|
|
1816
|
+
DEFPRINT(AST_String, function(output) {
|
|
1817
|
+
output.print_string(this.value, this.quote);
|
|
1818
|
+
});
|
|
1819
|
+
DEFPRINT(AST_Number, function(output) {
|
|
1820
|
+
var start = this.start;
|
|
1821
|
+
if (use_asm && start && start.raw != null) {
|
|
1822
|
+
output.print(start.raw);
|
|
1823
|
+
} else {
|
|
1824
|
+
output.print(make_num(this.value));
|
|
1825
|
+
}
|
|
1826
|
+
});
|
|
1827
|
+
|
|
1828
|
+
DEFPRINT(AST_RegExp, function(output) {
|
|
1829
|
+
var regexp = this.value;
|
|
1830
|
+
var str = regexp.toString();
|
|
1831
|
+
var end = str.lastIndexOf("/");
|
|
1832
|
+
if (regexp.raw_source) {
|
|
1833
|
+
str = "/" + regexp.raw_source + str.slice(end);
|
|
1834
|
+
} else if (end == 1) {
|
|
1835
|
+
str = "/(?:)" + str.slice(end);
|
|
1836
|
+
} else if (str.indexOf("/", 1) < end) {
|
|
1837
|
+
str = "/" + str.slice(1, end).replace(/\\\\|[^/]?\//g, function(match) {
|
|
1838
|
+
return match[0] == "\\" ? match : match.slice(0, -1) + "\\/";
|
|
1839
|
+
}) + str.slice(end);
|
|
1840
|
+
}
|
|
1841
|
+
output.print(output.to_utf8(str).replace(/\\(?:\0(?![0-9])|[^\0])/g, function(match) {
|
|
1842
|
+
switch (match[1]) {
|
|
1843
|
+
case "\n": return "\\n";
|
|
1844
|
+
case "\r": return "\\r";
|
|
1845
|
+
case "\t": return "\t";
|
|
1846
|
+
case "\b": return "\b";
|
|
1847
|
+
case "\f": return "\f";
|
|
1848
|
+
case "\0": return "\0";
|
|
1849
|
+
case "\x0B": return "\v";
|
|
1850
|
+
case "\u2028": return "\\u2028";
|
|
1851
|
+
case "\u2029": return "\\u2029";
|
|
1852
|
+
default: return match;
|
|
1853
|
+
}
|
|
1854
|
+
}).replace(/[\n\r\u2028\u2029]/g, function(c) {
|
|
1855
|
+
switch (c) {
|
|
1856
|
+
case "\n": return "\\n";
|
|
1857
|
+
case "\r": return "\\r";
|
|
1858
|
+
case "\u2028": return "\\u2028";
|
|
1859
|
+
case "\u2029": return "\\u2029";
|
|
1860
|
+
}
|
|
1861
|
+
}));
|
|
1862
|
+
});
|
|
1863
|
+
|
|
1864
|
+
function force_statement(stat, output) {
|
|
1865
|
+
if (output.option("braces") && !(stat instanceof AST_Const || stat instanceof AST_Let)) {
|
|
1866
|
+
make_block(stat, output);
|
|
1867
|
+
} else if (stat instanceof AST_EmptyStatement) {
|
|
1868
|
+
output.force_semicolon();
|
|
1869
|
+
} else {
|
|
1870
|
+
output.space();
|
|
1871
|
+
stat.print(output);
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
// self should be AST_New. decide if we want to show parens or not.
|
|
1876
|
+
function need_constructor_parens(self, output) {
|
|
1877
|
+
// Always print parentheses with arguments
|
|
1878
|
+
if (self.args.length > 0) return true;
|
|
1879
|
+
|
|
1880
|
+
return output.option("beautify");
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
function best_of(a) {
|
|
1884
|
+
var best = a[0], len = best.length;
|
|
1885
|
+
for (var i = 1; i < a.length; ++i) {
|
|
1886
|
+
if (a[i].length < len) {
|
|
1887
|
+
best = a[i];
|
|
1888
|
+
len = best.length;
|
|
1889
|
+
}
|
|
1890
|
+
}
|
|
1891
|
+
return best;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
function make_num(num) {
|
|
1895
|
+
var str = num.toString(10).replace(/^0\./, ".").replace("e+", "e");
|
|
1896
|
+
var candidates = [ str ];
|
|
1897
|
+
if (Math.floor(num) === num) {
|
|
1898
|
+
if (num < 0) {
|
|
1899
|
+
candidates.push("-0x" + (-num).toString(16).toLowerCase());
|
|
1900
|
+
} else {
|
|
1901
|
+
candidates.push("0x" + num.toString(16).toLowerCase());
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
var match, len, digits;
|
|
1905
|
+
if (match = /^\.0+/.exec(str)) {
|
|
1906
|
+
len = match[0].length;
|
|
1907
|
+
digits = str.slice(len);
|
|
1908
|
+
candidates.push(digits + "e-" + (digits.length + len - 1));
|
|
1909
|
+
} else if (match = /[^0]0+$/.exec(str)) {
|
|
1910
|
+
len = match[0].length - 1;
|
|
1911
|
+
candidates.push(str.slice(0, -len) + "e" + len);
|
|
1912
|
+
} else if (match = /^(\d)\.(\d+)e(-?\d+)$/.exec(str)) {
|
|
1913
|
+
candidates.push(match[1] + match[2] + "e" + (match[3] - match[2].length));
|
|
1914
|
+
}
|
|
1915
|
+
return best_of(candidates);
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
function make_block(stmt, output) {
|
|
1919
|
+
output.space();
|
|
1920
|
+
if (stmt instanceof AST_EmptyStatement) {
|
|
1921
|
+
print_braced_empty(stmt, output);
|
|
1922
|
+
} else if (stmt instanceof AST_BlockStatement) {
|
|
1923
|
+
stmt.print(output);
|
|
1924
|
+
} else output.with_block(function() {
|
|
1925
|
+
output.indent();
|
|
1926
|
+
stmt.print(output);
|
|
1927
|
+
output.newline();
|
|
1928
|
+
}, stmt.end);
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
/* -----[ source map generators ]----- */
|
|
1932
|
+
|
|
1933
|
+
function DEFMAP(nodetype, generator) {
|
|
1934
|
+
nodetype.forEach(function(nodetype) {
|
|
1935
|
+
nodetype.DEFMETHOD("add_source_map", generator);
|
|
1936
|
+
});
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
DEFMAP([
|
|
1940
|
+
// We could easily add info for ALL nodes, but it seems to me that
|
|
1941
|
+
// would be quite wasteful, hence this noop in the base class.
|
|
1942
|
+
AST_Node,
|
|
1943
|
+
// since the label symbol will mark it
|
|
1944
|
+
AST_LabeledStatement,
|
|
1945
|
+
], noop);
|
|
1946
|
+
|
|
1947
|
+
// XXX: I'm not exactly sure if we need it for all of these nodes,
|
|
1948
|
+
// or if we should add even more.
|
|
1949
|
+
DEFMAP([
|
|
1950
|
+
AST_Array,
|
|
1951
|
+
AST_Await,
|
|
1952
|
+
AST_BlockStatement,
|
|
1953
|
+
AST_Catch,
|
|
1954
|
+
AST_Constant,
|
|
1955
|
+
AST_Debugger,
|
|
1956
|
+
AST_Definitions,
|
|
1957
|
+
AST_Destructured,
|
|
1958
|
+
AST_Directive,
|
|
1959
|
+
AST_Finally,
|
|
1960
|
+
AST_Jump,
|
|
1961
|
+
AST_Lambda,
|
|
1962
|
+
AST_New,
|
|
1963
|
+
AST_Object,
|
|
1964
|
+
AST_Spread,
|
|
1965
|
+
AST_StatementWithBody,
|
|
1966
|
+
AST_Symbol,
|
|
1967
|
+
AST_Switch,
|
|
1968
|
+
AST_SwitchBranch,
|
|
1969
|
+
AST_Try,
|
|
1970
|
+
AST_UnaryPrefix,
|
|
1971
|
+
AST_Yield,
|
|
1972
|
+
], function(output) {
|
|
1973
|
+
output.add_mapping(this.start);
|
|
1974
|
+
});
|
|
1975
|
+
|
|
1976
|
+
DEFMAP([
|
|
1977
|
+
AST_ClassProperty,
|
|
1978
|
+
AST_DestructuredKeyVal,
|
|
1979
|
+
AST_ObjectProperty,
|
|
1980
|
+
], function(output) {
|
|
1981
|
+
if (typeof this.key == "string") output.add_mapping(this.start, this.key);
|
|
1982
|
+
});
|
|
1983
|
+
})();
|