projen-pipelines 0.0.73 → 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 +4 -4
- 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,1102 @@
|
|
|
1
|
+
# Release Notes
|
|
2
|
+
|
|
3
|
+
## Development
|
|
4
|
+
|
|
5
|
+
[Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.8...master)
|
|
6
|
+
|
|
7
|
+
## v4.7.8 - July 27th, 2023
|
|
8
|
+
|
|
9
|
+
- Make library compatible with workers (#1894) - 3d3796c
|
|
10
|
+
- Don't rely on Node.js global object (#1776) - 2954e7e
|
|
11
|
+
- Fix compiling of each block params in strict mode (#1855) - 30dbf04
|
|
12
|
+
- Fix rollup warning when importing Handlebars as ESM - 03d387b
|
|
13
|
+
- Fix bundler issue with webpack 5 (#1862) - c6c6bbb
|
|
14
|
+
- Use https instead of git for mustache submodule - 88ac068
|
|
15
|
+
|
|
16
|
+
[Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.7...v4.7.8)
|
|
17
|
+
|
|
18
|
+
## v4.7.7 - February 15th, 2021
|
|
19
|
+
|
|
20
|
+
- fix weird error in integration tests - eb860c0
|
|
21
|
+
- fix: check prototype property access in strict-mode (#1736) - b6d3de7
|
|
22
|
+
- fix: escape property names in compat mode (#1736) - f058970
|
|
23
|
+
- refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
|
|
24
|
+
- chore: start testing on Node.js 12 and 13 - 3789a30
|
|
25
|
+
|
|
26
|
+
(POSSIBLY) BREAKING CHANGES:
|
|
27
|
+
|
|
28
|
+
- the changes from version [4.6.0](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md#v460---january-8th-2020) now also apply
|
|
29
|
+
in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods
|
|
30
|
+
can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties
|
|
31
|
+
from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.
|
|
32
|
+
|
|
33
|
+
That is why we only bump the patch version despite mentioning breaking changes.
|
|
34
|
+
|
|
35
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)
|
|
36
|
+
|
|
37
|
+
## v4.7.6 - April 3rd, 2020
|
|
38
|
+
|
|
39
|
+
Chore/Housekeeping:
|
|
40
|
+
|
|
41
|
+
- [#1672](https://github.com/wycats/handlebars.js/issues/1672) - Switch cmd parser to latest minimist ([@dougwilson](https://api.github.com/users/dougwilson)
|
|
42
|
+
|
|
43
|
+
Compatibility notes:
|
|
44
|
+
|
|
45
|
+
- Restored Node.js compatibility
|
|
46
|
+
|
|
47
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.5...v4.7.6)
|
|
48
|
+
|
|
49
|
+
## v4.7.5 - April 2nd, 2020
|
|
50
|
+
|
|
51
|
+
Chore/Housekeeping:
|
|
52
|
+
|
|
53
|
+
- ~Node.js version support has been changed to v6+~ Reverted in 4.7.6
|
|
54
|
+
|
|
55
|
+
Compatibility notes:
|
|
56
|
+
|
|
57
|
+
- ~Node.js < v6 is no longer supported~ Reverted in 4.7.6
|
|
58
|
+
|
|
59
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.4...v4.7.5)
|
|
60
|
+
|
|
61
|
+
## v4.7.4 - April 1st, 2020
|
|
62
|
+
|
|
63
|
+
Chore/Housekeeping:
|
|
64
|
+
|
|
65
|
+
- [#1666](https://github.com/wycats/handlebars.js/issues/1666) - Replaced minimist with yargs for handlebars CLI ([@aorinevo](https://api.github.com/users/aorinevo), [@AviVahl](https://api.github.com/users/AviVahl) & [@fabb](https://api.github.com/users/fabb))
|
|
66
|
+
|
|
67
|
+
Compatibility notes:
|
|
68
|
+
|
|
69
|
+
- No incompatibilities are to be expected
|
|
70
|
+
|
|
71
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.4)
|
|
72
|
+
|
|
73
|
+
## v4.7.3 - February 5th, 2020
|
|
74
|
+
|
|
75
|
+
Chore/Housekeeping:
|
|
76
|
+
|
|
77
|
+
- [#1644](https://github.com/wycats/handlebars.js/issues/1644) - Download links to aws broken on handlebarsjs.com - access denied ([@Tea56](https://api.github.com/users/Tea56))
|
|
78
|
+
- Fix spelling and punctuation in changelog - d78cc73
|
|
79
|
+
|
|
80
|
+
Bugfixes:
|
|
81
|
+
|
|
82
|
+
- Add Type Definition for Handlebars.VERSION, Fixes #1647 - 4de51fe
|
|
83
|
+
- Include Type Definition for runtime.js in Package - a32d05f
|
|
84
|
+
|
|
85
|
+
Compatibility notes:
|
|
86
|
+
|
|
87
|
+
- No incompatibilities are to be expected
|
|
88
|
+
|
|
89
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.2...v4.7.3)
|
|
90
|
+
|
|
91
|
+
## v4.7.2 - January 13th, 2020
|
|
92
|
+
|
|
93
|
+
Bugfixes:
|
|
94
|
+
|
|
95
|
+
- fix: don't wrap helpers that are not functions - 9d5aa36, #1639
|
|
96
|
+
|
|
97
|
+
Chore/Build:
|
|
98
|
+
|
|
99
|
+
- chore: execute saucelabs-task only if access-key exists - a4fd391
|
|
100
|
+
|
|
101
|
+
Compatibility notes:
|
|
102
|
+
|
|
103
|
+
- No breaking changes are to be expected
|
|
104
|
+
|
|
105
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.1...v4.7.2)
|
|
106
|
+
|
|
107
|
+
## v4.7.1 - January 12th, 2020
|
|
108
|
+
|
|
109
|
+
Bugfixes:
|
|
110
|
+
|
|
111
|
+
- fix: fix log output in case of illegal property access - f152dfc
|
|
112
|
+
- fix: log error for illegal property access only once per property - 3c1e252
|
|
113
|
+
|
|
114
|
+
Compatibility notes:
|
|
115
|
+
|
|
116
|
+
- no incompatibilities are to be expected.
|
|
117
|
+
|
|
118
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.0...v4.7.1)
|
|
119
|
+
|
|
120
|
+
## v4.7.0 - January 10th, 2020
|
|
121
|
+
|
|
122
|
+
Features:
|
|
123
|
+
|
|
124
|
+
- feat: default options for controlling proto access - 7af1c12, #1635
|
|
125
|
+
- This makes it possible to disable the prototype access restrictions added in 4.6.0
|
|
126
|
+
- an error is logged in the console, if access to prototype properties is attempted and denied
|
|
127
|
+
and no explicit configuration has taken place.
|
|
128
|
+
|
|
129
|
+
Compatibility notes:
|
|
130
|
+
|
|
131
|
+
- no compatibilities are expected
|
|
132
|
+
|
|
133
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.6.0...v4.7.0)
|
|
134
|
+
|
|
135
|
+
## v4.6.0 - January 8th, 2020
|
|
136
|
+
|
|
137
|
+
Features:
|
|
138
|
+
|
|
139
|
+
- feat: access control to prototype properties via whitelist (#1633)- d03b6ec
|
|
140
|
+
|
|
141
|
+
Bugfixes:
|
|
142
|
+
|
|
143
|
+
- fix(runtime.js): partials compile not caching (#1600) - 23d58e7
|
|
144
|
+
|
|
145
|
+
Chores, docs:
|
|
146
|
+
|
|
147
|
+
- various refactorings and improvements to tests - d7f0dcf, 187d611, d337f40
|
|
148
|
+
- modernize the build-setup
|
|
149
|
+
- use prettier to format and eslint to verify - c40d9f3, 8901c28, e97685e, 1f61f21
|
|
150
|
+
- use nyc instead of istanbul to collect coverage - 164b7ff, 1ebce2b
|
|
151
|
+
- update build code to use modern javascript and make it cleaner - 14b621c, 1ec1737, 3a5b65e, dde108e, 04b1984, 587e7a3
|
|
152
|
+
- restructur build commands - e913dc5,
|
|
153
|
+
- eslint rule changes - ac4655e, dc54952
|
|
154
|
+
- Update (C) year in the LICENSE file - d1fb07b
|
|
155
|
+
- chore: try to fix saucelabs credentials (#1627) -
|
|
156
|
+
- Update readme.md with updated links (#1620) - edcc84f
|
|
157
|
+
|
|
158
|
+
BREAKING CHANGES:
|
|
159
|
+
|
|
160
|
+
- access to prototype properties is forbidden completely by default,
|
|
161
|
+
specific properties or methods can be allowed via runtime-options.
|
|
162
|
+
See #1633 for details.
|
|
163
|
+
If you are using Handlebars as documented, you should not be accessing prototype
|
|
164
|
+
properties from your template anyway, so the changes should not be a problem
|
|
165
|
+
for you. Only the use of undocumented features can break your build.
|
|
166
|
+
|
|
167
|
+
That is why we only bump the minor version despite mentioning breaking changes.
|
|
168
|
+
|
|
169
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.6.0)
|
|
170
|
+
|
|
171
|
+
## v4.5.3 - November 18th, 2019
|
|
172
|
+
|
|
173
|
+
Bugfixes:
|
|
174
|
+
|
|
175
|
+
- fix: add "no-prototype-builtins" eslint-rule and fix all occurences - f7f05d7
|
|
176
|
+
- fix: add more properties required to be enumerable - 1988878
|
|
177
|
+
|
|
178
|
+
Chores / Build:
|
|
179
|
+
|
|
180
|
+
- fix: use !== 0 instead of != 0 - c02b05f
|
|
181
|
+
- add chai and dirty-chai and sinon, for cleaner test-assertions and spies,
|
|
182
|
+
deprecate old assertion-methods - 93e284e, 886ba86, 0817dad, 93516a0
|
|
183
|
+
|
|
184
|
+
Security:
|
|
185
|
+
|
|
186
|
+
- The properties `__proto__`, `__defineGetter__`, `__defineSetter__` and `__lookupGetter__`
|
|
187
|
+
have been added to the list of "properties that must be enumerable".
|
|
188
|
+
If a property by that name is found and not enumerable on its parent,
|
|
189
|
+
it will silently evaluate to `undefined`. This is done in both the compiled template and the "lookup"-helper.
|
|
190
|
+
This will prevent new Remote-Code-Execution exploits that have been
|
|
191
|
+
published recently.
|
|
192
|
+
|
|
193
|
+
Compatibility notes:
|
|
194
|
+
|
|
195
|
+
- Due to the security-fixes. The semantics of the templates using
|
|
196
|
+
`__proto__`, `__defineGetter__`, `__defineSetter__` and `__lookupGetter__` in the respect that those expression now return
|
|
197
|
+
`undefined` rather than their actual value from the proto.
|
|
198
|
+
- The semantics have not changed in cases where the properties are enumerable, as in:
|
|
199
|
+
|
|
200
|
+
```js
|
|
201
|
+
{
|
|
202
|
+
__proto__: 'some string';
|
|
203
|
+
}
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
- The change may be breaking in that respect, but we still only
|
|
207
|
+
increase the patch-version, because the incompatible use-cases
|
|
208
|
+
are not intended, undocumented and far less important than fixing
|
|
209
|
+
Remote-Code-Execution exploits on existing systems.
|
|
210
|
+
|
|
211
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3)
|
|
212
|
+
|
|
213
|
+
## v4.5.2 - November 13th, 2019
|
|
214
|
+
|
|
215
|
+
# Bugfixes
|
|
216
|
+
|
|
217
|
+
- fix: use String(field) in lookup when checking for "constructor" - d541378
|
|
218
|
+
- test: add fluent API for testing Handlebars - c2ac79c
|
|
219
|
+
|
|
220
|
+
Compatibility notes:
|
|
221
|
+
|
|
222
|
+
- no incompatibility are to be expected
|
|
223
|
+
|
|
224
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...v4.5.2)
|
|
225
|
+
|
|
226
|
+
## v4.5.1 - October 29th, 2019
|
|
227
|
+
|
|
228
|
+
Bugfixs
|
|
229
|
+
|
|
230
|
+
- fix: move "eslint-plugin-compat" to devDependencies - 5e9d17f (#1589)
|
|
231
|
+
|
|
232
|
+
Compatibility notes:
|
|
233
|
+
|
|
234
|
+
- No compatibility issues are to be expected
|
|
235
|
+
|
|
236
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.5.0...v4.5.1)
|
|
237
|
+
|
|
238
|
+
## v4.5.0 - October 28th, 2019
|
|
239
|
+
|
|
240
|
+
Features / Improvements
|
|
241
|
+
|
|
242
|
+
- Add method Handlebars.parseWithoutProcessing (#1584) - 62ed3c2
|
|
243
|
+
- add guard to if & unless helpers (#1549)
|
|
244
|
+
- show source location for the strict lookup exceptions - feb60f8
|
|
245
|
+
|
|
246
|
+
Bugfixes:
|
|
247
|
+
|
|
248
|
+
- Use objects for hash value tracking - 7fcf9d2
|
|
249
|
+
|
|
250
|
+
Chore:
|
|
251
|
+
|
|
252
|
+
- Resolve deprecation warning message from eslint while running eslint (#1586) - 7052e88
|
|
253
|
+
- chore: add eslint-plugin-compat and eslint-plugin-es5 - 088e618
|
|
254
|
+
|
|
255
|
+
Compatibility notes:
|
|
256
|
+
|
|
257
|
+
- No compatibility issues are to be expected
|
|
258
|
+
|
|
259
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.4.5...v4.5.0)
|
|
260
|
+
|
|
261
|
+
## v4.4.5 - October 20th, 2019
|
|
262
|
+
|
|
263
|
+
Bugfixes:
|
|
264
|
+
|
|
265
|
+
- Contents of raw-blocks must be matched with non-eager regex-matching - 8d5530e, #1579
|
|
266
|
+
|
|
267
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.4.4...v4.4.5)
|
|
268
|
+
|
|
269
|
+
## v4.4.4 - October 20th, 2019
|
|
270
|
+
|
|
271
|
+
Bugfixes:
|
|
272
|
+
|
|
273
|
+
- fix: prevent zero length tokens in raw-blocks (#1577, #1578) - f1752fe
|
|
274
|
+
|
|
275
|
+
Chore:
|
|
276
|
+
|
|
277
|
+
- chore: link to s3 bucket with https, add "npm ci" to build instructions - 0b593bf
|
|
278
|
+
|
|
279
|
+
Compatibility notes:
|
|
280
|
+
|
|
281
|
+
- no compatibility issues are expected
|
|
282
|
+
|
|
283
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.4)
|
|
284
|
+
|
|
285
|
+
## v4.4.3 - October 8th, 2019
|
|
286
|
+
|
|
287
|
+
Bugfixes
|
|
288
|
+
|
|
289
|
+
Typings:
|
|
290
|
+
|
|
291
|
+
- add missing type fields to AST typings and add tests for them - 0440af2
|
|
292
|
+
|
|
293
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)
|
|
294
|
+
|
|
295
|
+
## v4.4.2 - October 2nd, 2019
|
|
296
|
+
|
|
297
|
+
- chore: fix grunt-saucelabs dependency - b7eada0
|
|
298
|
+
|
|
299
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)
|
|
300
|
+
|
|
301
|
+
## v4.4.1 - October 2nd, 2019
|
|
302
|
+
|
|
303
|
+
- [#1562](https://github.com/wycats/handlebars.js/issues/1562) - Error message for syntax error missing location in 4.2.1+
|
|
304
|
+
|
|
305
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)
|
|
306
|
+
|
|
307
|
+
## v4.4.0 - September 29th, 2019
|
|
308
|
+
|
|
309
|
+
- Added support for iterable objects in {{#each}} helper (#1557) - cf7545e
|
|
310
|
+
|
|
311
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)
|
|
312
|
+
|
|
313
|
+
## v4.3.4 - September 28th, 2019
|
|
314
|
+
|
|
315
|
+
- fix: harden "propertyIsEnumerable"-check - ff4d827
|
|
316
|
+
|
|
317
|
+
Compatibility notes:
|
|
318
|
+
|
|
319
|
+
- No incompatibilities are known.
|
|
320
|
+
|
|
321
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)
|
|
322
|
+
|
|
323
|
+
## v4.3.3 - September 27th, 2019
|
|
324
|
+
|
|
325
|
+
- fix test case for browsers that do not support **defineGetter** - 8742bde
|
|
326
|
+
|
|
327
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)
|
|
328
|
+
|
|
329
|
+
## v4.3.2 - September 26th, 2019
|
|
330
|
+
|
|
331
|
+
- Use Object.prototype.propertyIsEnumerable to check for constructors - 213c0bb, #1563
|
|
332
|
+
|
|
333
|
+
Compatibility notes:
|
|
334
|
+
|
|
335
|
+
- There are no breaking changes
|
|
336
|
+
|
|
337
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)
|
|
338
|
+
|
|
339
|
+
## v4.3.1 - September 25th, 2019
|
|
340
|
+
|
|
341
|
+
Fixes:
|
|
342
|
+
|
|
343
|
+
- do not break on precompiled templates from Handlebars >=4.0.0 <4.3.0 - 1266838, #1561
|
|
344
|
+
- Ensure allowCallsToHelperMissing runtime option is optional in typings - 93444c5, 64ecb9e, #1560
|
|
345
|
+
|
|
346
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)
|
|
347
|
+
|
|
348
|
+
## v4.3.0 - September 24th, 2019
|
|
349
|
+
|
|
350
|
+
Fixes:
|
|
351
|
+
|
|
352
|
+
- Security: Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72
|
|
353
|
+
- Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72
|
|
354
|
+
|
|
355
|
+
Features:
|
|
356
|
+
|
|
357
|
+
- Add new runtime option `allowCallsToHelperMissing` to allow calling `blockHelperMissing` and `helperMissing`.
|
|
358
|
+
|
|
359
|
+
Breaking changes:
|
|
360
|
+
|
|
361
|
+
Compatibility notes:
|
|
362
|
+
|
|
363
|
+
- Compiler revision increased - 06b7224
|
|
364
|
+
|
|
365
|
+
- This means that template compiled with versions prior to 4.3.0 will not work with runtimes >= 4.3.0
|
|
366
|
+
The increase was done because the "helperMissing" and "blockHelperMissing" are now moved from the helpers
|
|
367
|
+
to the internal "container.hooks" object, so old templates will not be able to call them anymore. We suggest
|
|
368
|
+
that you always recompile your templates with the latest compiler in your build pipelines.
|
|
369
|
+
|
|
370
|
+
- Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72
|
|
371
|
+
- Calling "helperMissing" and "blockHelperMissing" directly from a template (like in `{{blockHelperMissing}}` was
|
|
372
|
+
never intended and was part of the exploits that have been revealed early in 2019
|
|
373
|
+
(see https://github.com/wycats/handlebars.js/issues/1495). _It is also part of a new exploit that
|
|
374
|
+
is not captured by the earlier fix._ In order to harden Handlebars against such exploits, calling thos helpers
|
|
375
|
+
is now not possible anymore. _Overriding_ those helpers is still possible.
|
|
376
|
+
- If you really need this behavior, you can set the runtime option `allowCallsToHelperMissing` to `true` and the
|
|
377
|
+
calls will again be possible
|
|
378
|
+
|
|
379
|
+
Both bullet points imly that Handlebars is not 100% percent compatible to 4.2.0, despite the minor version bump.
|
|
380
|
+
|
|
381
|
+
We consider it more important to resolve a major security issue than to maintain 100% compatibility.
|
|
382
|
+
|
|
383
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)
|
|
384
|
+
|
|
385
|
+
## v4.2.1 - September 20th, 2019
|
|
386
|
+
|
|
387
|
+
Bugfixes:
|
|
388
|
+
|
|
389
|
+
- The "browser" property in the package.json has been updated to use the common-js builds instead of the minified UMD - c55a7be, #1553
|
|
390
|
+
|
|
391
|
+
Compatibility notes:
|
|
392
|
+
|
|
393
|
+
- No compatibility issues should arise
|
|
394
|
+
|
|
395
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)
|
|
396
|
+
|
|
397
|
+
## v4.2.0 - September 3rd, 2019
|
|
398
|
+
|
|
399
|
+
Chore/Test:
|
|
400
|
+
|
|
401
|
+
- Use custom `grunt-saucelab` with current sauce-connect proxy - f119497
|
|
402
|
+
- Add framework for various integration tests - f9cce4d
|
|
403
|
+
- Add integration test for webpack - a57b682
|
|
404
|
+
|
|
405
|
+
Bugfixes:
|
|
406
|
+
|
|
407
|
+
- [#1544](https://github.com/wycats/handlebars.js/issues/1544) - Typescript types: `knownHelpers` doesnt allow for custom helpers ([@NickCis](https://api.github.com/users/NickCis))
|
|
408
|
+
- [#1534](https://github.com/wycats/handlebars.js/pull/1534) - Add typings for "Handlebars.VM.resolvePartial ([@AndrewLeedham](https://api.github.com/users/AndrewLeedham))
|
|
409
|
+
|
|
410
|
+
Features:
|
|
411
|
+
|
|
412
|
+
- [#1540](https://github.com/wycats/handlebars.js/pull/1540) - added "browser"-property to package.json, resolves #1102 ([@ouijan](https://api.github.com/users/ouijan))
|
|
413
|
+
|
|
414
|
+
Compatibility notes:
|
|
415
|
+
|
|
416
|
+
- The new "browser"-property should not break anything, but you can never be sure. The integration test for webpack
|
|
417
|
+
shows that it works, but if it doesn't please open an issue.
|
|
418
|
+
|
|
419
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2-0...v4.2.0)
|
|
420
|
+
|
|
421
|
+
## v4.1.2-0 - August 25th, 2019
|
|
422
|
+
|
|
423
|
+
[#1540](https://github.com/wycats/handlebars.js/pull/1540) - added browser to package.json, resolves #1102 ([@ouijan](https://api.github.com/users/ouijan))
|
|
424
|
+
|
|
425
|
+
Compatibility notes:
|
|
426
|
+
|
|
427
|
+
- We are not sure if imports via webpack are still working, which is why this release is a pre-release
|
|
428
|
+
|
|
429
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.1.2-0)
|
|
430
|
+
|
|
431
|
+
## v4.1.2 - April 13th, 2019
|
|
432
|
+
|
|
433
|
+
Chore/Test:
|
|
434
|
+
|
|
435
|
+
- [#1515](https://github.com/wycats/handlebars.js/pull/1515) - Port over linting and test for typings ([@zimmi88](https://api.github.com/users/zimmi88))
|
|
436
|
+
- chore: add missing typescript dependency, add package-lock.json - 594f1e3
|
|
437
|
+
- test: remove safari from saucelabs - 871accc
|
|
438
|
+
|
|
439
|
+
Bugfixes:
|
|
440
|
+
|
|
441
|
+
- fix: prevent RCE through the "lookup"-helper - cd38583
|
|
442
|
+
|
|
443
|
+
Compatibility notes:
|
|
444
|
+
|
|
445
|
+
Access to the constructor of a class thought `{{lookup obj "constructor" }}` is now prohibited. This closes
|
|
446
|
+
a leak that only half closed in versions 4.0.13 and 4.1.0, but it is a slight incompatibility.
|
|
447
|
+
|
|
448
|
+
This kind of access is not the intended use of Handlebars and leads to the vulnerability described
|
|
449
|
+
in #1495. We will **not** increase the major version, because such use is not intended or documented,
|
|
450
|
+
and because of the potential impact of the issue (we fear that most people won't use a new major version
|
|
451
|
+
and the issue may not be resolved on many systems).
|
|
452
|
+
|
|
453
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)
|
|
454
|
+
|
|
455
|
+
## v4.1.1 - March 16th, 2019
|
|
456
|
+
|
|
457
|
+
Bugfixes:
|
|
458
|
+
|
|
459
|
+
- fix: add "runtime.d.ts" to allow "require('handlebars/runtime')" in TypeScript - 5cedd62
|
|
460
|
+
|
|
461
|
+
Refactorings:
|
|
462
|
+
|
|
463
|
+
- replace "async" with "neo-async" - 048f2ce
|
|
464
|
+
- use "substring"-function instead of "substr" - 445ae12
|
|
465
|
+
|
|
466
|
+
Compatibility notes:
|
|
467
|
+
|
|
468
|
+
- This is a bugfix release. There are no breaking change and no new features.
|
|
469
|
+
|
|
470
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)
|
|
471
|
+
|
|
472
|
+
## v4.1.0 - February 7th, 2019
|
|
473
|
+
|
|
474
|
+
New Features
|
|
475
|
+
|
|
476
|
+
- import TypeScript typings - 27ac1ee
|
|
477
|
+
|
|
478
|
+
Security fixes:
|
|
479
|
+
|
|
480
|
+
- disallow access to the constructor in templates to prevent RCE - 42841c4, #1495
|
|
481
|
+
|
|
482
|
+
Housekeeping
|
|
483
|
+
|
|
484
|
+
- chore: fix components/handlebars package.json and auto-update on release - bacd473
|
|
485
|
+
- chore: Use node 10 to build handlebars - 78dd89c
|
|
486
|
+
- chore/doc: Add more release docs - 6b87c21
|
|
487
|
+
|
|
488
|
+
Compatibility notes:
|
|
489
|
+
|
|
490
|
+
Access to class constructors (i.e. `({}).constructor`) is now prohibited to prevent
|
|
491
|
+
Remote Code Execution. This means that following construct will no work anymore:
|
|
492
|
+
|
|
493
|
+
```
|
|
494
|
+
class SomeClass {
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
SomeClass.staticProperty = 'static'
|
|
498
|
+
|
|
499
|
+
var template = Handlebars.compile('{{constructor.staticProperty}}');
|
|
500
|
+
document.getElementById('output').innerHTML = template(new SomeClass());
|
|
501
|
+
// expected: 'static', but now this is empty.
|
|
502
|
+
```
|
|
503
|
+
|
|
504
|
+
This kind of access is not the intended use of Handlebars and leads to the vulnerability described in #1495. We will **not** increase the major version, because such use is not intended or documented, and because of the potential impact of the issue (we fear that most people won't use a new major version and the issue may not be resolved on many systems).
|
|
505
|
+
|
|
506
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0)
|
|
507
|
+
|
|
508
|
+
## v4.0.12 - September 4th, 2018
|
|
509
|
+
|
|
510
|
+
New features:
|
|
511
|
+
|
|
512
|
+
- none
|
|
513
|
+
|
|
514
|
+
Various dependency updates
|
|
515
|
+
|
|
516
|
+
- [#1464](https://github.com/wycats/handlebars.js/pull/1464) - Bump versions of grunt-plugins to 1.x
|
|
517
|
+
- [#1398](https://github.com/wycats/handlebars.js/pull/1398) - Chore: updated various dev dependencies
|
|
518
|
+
- upgrade uglify-js - d3d3942
|
|
519
|
+
- Update grunt-eslint to 20.1.0 - 7729aa9
|
|
520
|
+
- Update dependencies "async" to 2.5.0 and "source-map" to 0.6.1 (73d5637)
|
|
521
|
+
|
|
522
|
+
Bugfixes:
|
|
523
|
+
|
|
524
|
+
- [components/handlebars.js#24](https://github.com/components/handlebars.js#24) Add package.json to components shim
|
|
525
|
+
- Updated `source-map`-package should work better with `rollup`[#1463](https://github.com/wycats/handlebars.js/issues/1463)
|
|
526
|
+
|
|
527
|
+
Removed obsolete code:
|
|
528
|
+
|
|
529
|
+
- unnecessary check - 0ddff8b
|
|
530
|
+
- Use `files` field - 69c6ca5
|
|
531
|
+
- Update jsfiddle to 4.0.11 - 8947dd0
|
|
532
|
+
|
|
533
|
+
Compatibility notes:
|
|
534
|
+
|
|
535
|
+
- No compatibility issues are to be expected
|
|
536
|
+
|
|
537
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.0.12)
|
|
538
|
+
|
|
539
|
+
## v4.0.11 - October 17th, 2017
|
|
540
|
+
|
|
541
|
+
- [#1391](https://github.com/wycats/handlebars.js/issues/1391) - `uglify-js` is unconditionally imported, but only listed as optional dependency ([@Turbo87](https://github.com/Turbo87))
|
|
542
|
+
- [#1233](https://github.com/wycats/handlebars.js/issues/1233) - Unable to build under windows - error at test:bin task ([@blikblum](https://github.com/blikblum))
|
|
543
|
+
- Update (C) year in the LICENSE file - 21386b6
|
|
544
|
+
|
|
545
|
+
Compatibility notes:
|
|
546
|
+
|
|
547
|
+
- This is a bugfix release. There are no breaking change and no new features.
|
|
548
|
+
|
|
549
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.10...v4.0.11)
|
|
550
|
+
|
|
551
|
+
## v4.0.10 - May 21st, 2017
|
|
552
|
+
|
|
553
|
+
- Fix regression in 4.0.9: Replace "Object.assign" (not support in IE) by "util/extend" - 0e953d1
|
|
554
|
+
|
|
555
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.9...v4.0.10)
|
|
556
|
+
|
|
557
|
+
## v4.0.9 - May 21st, 2017
|
|
558
|
+
|
|
559
|
+
- [#1327](https://github.com/wycats/handlebars.js/issues/1327) Handlebars.compile() does not modify "options" anymore
|
|
560
|
+
- pending [#1331](https://github.com/wycats/handlebars.js/issues/1331) Attempts to build Handlebars in a Windows environment
|
|
561
|
+
- Fix build in windows - cc554a5
|
|
562
|
+
- Ensure LF line-edings in handlebars-template fixtures (\*.hbs) - ed879a6
|
|
563
|
+
- Run integration test with `node handlebars -a ...` on Windows - 2e21e2b
|
|
564
|
+
- Ensure LF line-edings in lexer-files (\*.l) - bdfdbea
|
|
565
|
+
- Force LF line-endings for spec/artifacts - b50ef03
|
|
566
|
+
- Use istanbul/lib/cli.js instead of node_modules/.bin/istanbul - 6e6269f
|
|
567
|
+
- TravisCI: Publish valid semver tags independently of the branch - 7378f85
|
|
568
|
+
|
|
569
|
+
Compatibility notes:
|
|
570
|
+
|
|
571
|
+
- No compatibility issues are expected.
|
|
572
|
+
|
|
573
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.8...v4.0.9)
|
|
574
|
+
|
|
575
|
+
## v4.0.8 - May 2nd, 2017
|
|
576
|
+
|
|
577
|
+
- [#1341](https://github.com/wycats/handlebars.js/issues/1341) [#1342](https://github.com/wycats/handlebars.js/issues/1342) Allow partial-blocks to be executed without "options" ([@nknapp](https://github.com/nknapp)) - a00c598
|
|
578
|
+
|
|
579
|
+
Compatibility notes:
|
|
580
|
+
|
|
581
|
+
- No breaking changes
|
|
582
|
+
|
|
583
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.7...v4.0.8)
|
|
584
|
+
|
|
585
|
+
## v4.0.7 - April 29th, 2017
|
|
586
|
+
|
|
587
|
+
- [#1319](https://github.com/wycats/handlebars.js/issues/1319): Fix context-stack when calling block-helpers on null values ([@nknapp](https://github.com/nknapp)) - c8f4b57
|
|
588
|
+
- [#1315](https://github.com/wycats/handlebars.js/pull/1315) Parser: Change suffix to use ES6 default module export ([@Turbo87](https://github.com/Turbo87))- b617375
|
|
589
|
+
- [#1290](https://github.com/wycats/handlebars.js/pull/1290) [#1252](https://github.com/wycats/handlebars.js/issue/1290) Add more tests for partial-blocks and inline partials ([@nknapp](https://github.com/nknapp)) - 63a8e0c
|
|
590
|
+
- [#1252](https://github.com/wycats/handlebars.js/issue/1290) Using @partial-block twice in a template not possible ([@nknapp](https://github.com/nknapp)) - 5a164d0
|
|
591
|
+
- [#1310](https://github.com/wycats/handlebars.js/pull/1310) Avoid duplicate "sourceMappingURL=" lines. ([@joonas-lahtinen](https://github.com/joonas-lahtinen)) - 01b0f65
|
|
592
|
+
- [#1275](https://github.com/wycats/handlebars.js/pull/1275) require('sys') is deprecated, using 'util' instead ([@travnels](https://github.com/travnels)) - 406f2ee
|
|
593
|
+
- [#1285](https://github.com/wycats/handlebars.js/pull/1285) [#1284](https://github.com/wycats/handlebars.js/issues/1284) Make "column"-property of Errors enumerable ([@nknapp](https://github.com/nknapp)) - a023cb4
|
|
594
|
+
- [#1285](https://github.com/wycats/handlebars.js/pull/1285) Testcase to verify that compile-errors have a column-property ([@nknapp](https://github.com/nknapp)) - c7dc353
|
|
595
|
+
|
|
596
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.6...v4.0.7)
|
|
597
|
+
|
|
598
|
+
## v4.0.6 - November 12th, 2016
|
|
599
|
+
|
|
600
|
+
- [#1243](https://github.com/wycats/handlebars.js/pull/1243) - Walk up data frames for nested @partial-block ([@lawnsea](https://github.com/lawnsea))
|
|
601
|
+
- [#1210](https://github.com/wycats/handlebars.js/pull/1210) - Add a new lightweight package based on handlebars in the README ([@kabirbaidhya](https://github.com/kabirbaidhya))
|
|
602
|
+
- [#1187](https://github.com/wycats/handlebars.js/pull/1187) - Ensure that existing blockParams and depths are respected on dupe programs ([@charleso](https://github.com/charleso))
|
|
603
|
+
- [#1191](https://github.com/wycats/handlebars.js/pull/1191) - Added cory ([@leo](https://github.com/leo))
|
|
604
|
+
- [#1177](https://github.com/wycats/handlebars.js/pull/1177) - Preserve License info in Closure Compiler ([@gennadiylitvinyuk](https://github.com/gennadiylitvinyuk))
|
|
605
|
+
- [#1171](https://github.com/wycats/handlebars.js/pull/1171) - Contributing doc fix: failing thats -> failing tests ([@paulfalgout](https://github.com/paulfalgout))
|
|
606
|
+
- [#1166](https://github.com/wycats/handlebars.js/pull/1166) - Update license date ([@timwangdev](https://github.com/timwangdev))
|
|
607
|
+
- Update jsfiddle to point to latest - 959ee55 (originally dfc7554 by [@kpdecker](https://github.com/kpdecker))
|
|
608
|
+
- [#1163](https://github.com/wycats/handlebars.js/pull/1163) - Fix typos on decorators-api.md. ([@adjohnson916](https://github.com/adjohnson916))
|
|
609
|
+
- Drop extra Error params - 8c19874 (originally 63fdb92 by [@kpdecker](https://github.com/kpdecker))
|
|
610
|
+
- [#1153](https://github.com/wycats/handlebars.js/pull/1153) - Add documentation for running tests to contributing.md ([@ryanmurakami](https://github.com/ryanmurakami))
|
|
611
|
+
- Avoid error in older browsers in test - 400916c (originally a6121ca by [@kpdecker](https://github.com/kpdecker))
|
|
612
|
+
- Update target browser test versions - fee2334 (originally 871c32a by [@kpdecker](https://github.com/kpdecker))
|
|
613
|
+
- Exclude coverage check in exception conditional - 32d6363 (originally 326734b by [@kpdecker](https://github.com/kpdecker))
|
|
614
|
+
- Fix throw when creating exception object in Safari - 20c965c (originally 2ea6119 by [@kpdecker](https://github.com/kpdecker))
|
|
615
|
+
- Update build for modern node versions - 6c9f98c (originally 8289c0b by [@kpdecker](https://github.com/kpdecker))
|
|
616
|
+
- [#1135](https://github.com/wycats/handlebars.js/issues/1135) - Relax depth check for context push - c393c81 (originally 25458fd by [@kpdecker](https://github.com/kpdecker))
|
|
617
|
+
|
|
618
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.5...v4.0.6)
|
|
619
|
+
|
|
620
|
+
## v4.0.5 - November 19th, 2015
|
|
621
|
+
|
|
622
|
+
- [#1132](https://github.com/wycats/handlebars.js/pull/1132) - Update uglify-js to avoid vulnerability ([@plynchnlm](https://github.com/plynchnlm))
|
|
623
|
+
- [#1129](https://github.com/wycats/handlebars.js/issues/1129) - Minified lib returns an empty string ([@bricss](https://github.com/bricss))
|
|
624
|
+
- Return current handlebars instance from noConflict - 685cf92
|
|
625
|
+
- Add webpack to dev dependency to support npm 3 - 7a6c228
|
|
626
|
+
- Further relax uglify dependency - 0a3b3c2
|
|
627
|
+
- Include tests for minimized artifacts - c21118d
|
|
628
|
+
- Fix lint errors under latest eslint - 9f59de9
|
|
629
|
+
- Add print-script helper script - 98a6717
|
|
630
|
+
|
|
631
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.4...v4.0.5)
|
|
632
|
+
|
|
633
|
+
## v4.0.4 - October 29th, 2015
|
|
634
|
+
|
|
635
|
+
- [#1121](https://github.com/wycats/handlebars.js/pull/1121) - Include partial name in 'undefined partial' exception message ([@shinypb](https://github.com/shinypb))
|
|
636
|
+
- [#1125](https://github.com/wycats/handlebars.js/pull/1125) - Add promised-handlebars to "in-the-wild"-list ([@nknapp](https://github.com/nknapp))
|
|
637
|
+
|
|
638
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.3...v4.0.4)
|
|
639
|
+
|
|
640
|
+
## v4.0.3 - September 23rd, 2015
|
|
641
|
+
|
|
642
|
+
- [#1099](https://github.com/wycats/handlebars.js/issues/1099) - @partial-block is overridden ([@btmorex](https://github.com/btmorex))
|
|
643
|
+
- [#1093](https://github.com/wycats/handlebars.js/issues/1093) - #each skips iteration on undefined values ([@florianpilz](https://github.com/florianpilz))
|
|
644
|
+
- [#1092](https://github.com/wycats/handlebars.js/issues/1092) - Square braces in key name ([@distantnative](https://github.com/distantnative))
|
|
645
|
+
- [#1091](https://github.com/wycats/handlebars.js/pull/1091) - fix typo in release notes ([@nikolas](https://github.com/nikolas))
|
|
646
|
+
- [#1090](https://github.com/wycats/handlebars.js/pull/1090) - grammar fixes in 4.0.0 release notes ([@nikolas](https://github.com/nikolas))
|
|
647
|
+
|
|
648
|
+
Compatibility notes:
|
|
649
|
+
|
|
650
|
+
- `each` iteration with `undefined` values has been restored to the 3.0 behaviors. Helper calls with undefined context values will now execute against an arbitrary empty object to avoid executing against global object in non-strict mode.
|
|
651
|
+
- `]` can now be included in `[]` wrapped identifiers by escaping with `\`. Any `[]` identifiers that include `\` will now have to properly escape these values.
|
|
652
|
+
|
|
653
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.2...v4.0.3)
|
|
654
|
+
|
|
655
|
+
## v4.0.2 - September 4th, 2015
|
|
656
|
+
|
|
657
|
+
- [#1089](https://github.com/wycats/handlebars.js/issues/1089) - "Failover content" not working in multiple levels of inline partials ([@michaellopez](https://github.com/michaellopez))
|
|
658
|
+
|
|
659
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.1...v4.0.2)
|
|
660
|
+
|
|
661
|
+
## v4.0.1 - September 2nd, 2015
|
|
662
|
+
|
|
663
|
+
- Fix failure when using decorators in partials - 05b82a2
|
|
664
|
+
|
|
665
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.0...v4.0.1)
|
|
666
|
+
|
|
667
|
+
## v4.0.0 - September 1st, 2015
|
|
668
|
+
|
|
669
|
+
- [#1082](https://github.com/wycats/handlebars.js/pull/1082) - Decorators and Inline Partials ([@kpdecker](https://github.com/kpdecker))
|
|
670
|
+
- [#1076](https://github.com/wycats/handlebars.js/pull/1076) - Implement partial blocks ([@kpdecker](https://github.com/kpdecker))
|
|
671
|
+
- [#1087](https://github.com/wycats/handlebars.js/pull/1087) - Fix #each when last object entry has empty key ([@denniskuczynski](https://github.com/denniskuczynski))
|
|
672
|
+
- [#1084](https://github.com/wycats/handlebars.js/pull/1084) - Bump uglify version to fix vulnerability ([@John-Steidley](https://github.com/John-Steidley))
|
|
673
|
+
- [#1068](https://github.com/wycats/handlebars.js/pull/1068) - Fix typo ([@0xack13](https://github.com/0xack13))
|
|
674
|
+
- [#1060](https://github.com/wycats/handlebars.js/pull/1060) - #1056 Fixed grammar for nested raw blocks ([@ericbn](https://github.com/ericbn))
|
|
675
|
+
- [#1052](https://github.com/wycats/handlebars.js/pull/1052) - Updated year in License ([@maqnouch](https://github.com/maqnouch))
|
|
676
|
+
- [#1037](https://github.com/wycats/handlebars.js/pull/1037) - Fix minor typos in README ([@tomxtobin](https://github.com/tomxtobin))
|
|
677
|
+
- [#1032](https://github.com/wycats/handlebars.js/issues/1032) - Is it possible to render a partial without the parent scope? ([@aputinski](https://github.com/aputinski))
|
|
678
|
+
- [#1019](https://github.com/wycats/handlebars.js/pull/1019) - Fixes typo in tests ([@aymerick](https://github.com/aymerick))
|
|
679
|
+
- [#1016](https://github.com/wycats/handlebars.js/issues/1016) - Version mis-match ([@mayankdedhia](https://github.com/mayankdedhia))
|
|
680
|
+
- [#1023](https://github.com/wycats/handlebars.js/issues/1023) - is it possible for nested custom helpers to communicate between each other?
|
|
681
|
+
- [#893](https://github.com/wycats/handlebars.js/issues/893) - [Proposal] Section blocks.
|
|
682
|
+
- [#792](https://github.com/wycats/handlebars.js/issues/792) - feature request: inline partial definitions
|
|
683
|
+
- [#583](https://github.com/wycats/handlebars.js/issues/583) - Parent path continues to drill down depth with multiple conditionals
|
|
684
|
+
- [#404](https://github.com/wycats/handlebars.js/issues/404) - Add named child helpers that can be referenced by block helpers
|
|
685
|
+
- Escape = in HTML content - [83b8e84](https://github.com/wycats/handlebars.js/commit/83b8e84)
|
|
686
|
+
- Drop AST constructors in favor of JSON - [95d84ba](https://github.com/wycats/handlebars.js/commit/95d84ba)
|
|
687
|
+
- Pass container rather than exec as context - [9a2d1d6](https://github.com/wycats/handlebars.js/commit/9a2d1d6)
|
|
688
|
+
- Add ignoreStandalone compiler option - [ea3a5a1](https://github.com/wycats/handlebars.js/commit/ea3a5a1)
|
|
689
|
+
- Ignore empty when iterating on sparse arrays - [06d515a](https://github.com/wycats/handlebars.js/commit/06d515a)
|
|
690
|
+
- Add support for string and stdin precompilation - [0de8dac](https://github.com/wycats/handlebars.js/commit/0de8dac)
|
|
691
|
+
- Simplify object assignment generation logic - [77e6bfc](https://github.com/wycats/handlebars.js/commit/77e6bfc)
|
|
692
|
+
- Bulletproof AST.helpers.helperExpression - [93b0760](https://github.com/wycats/handlebars.js/commit/93b0760)
|
|
693
|
+
- Always return string responses - [8e868ab](https://github.com/wycats/handlebars.js/commit/8e868ab)
|
|
694
|
+
- Pass undefined fields to helpers in strict mode - [5d4b8da](https://github.com/wycats/handlebars.js/commit/5d4b8da)
|
|
695
|
+
- Avoid depth creation when context remains the same - [279e038](https://github.com/wycats/handlebars.js/commit/279e038)
|
|
696
|
+
- Improve logging API - [9a49d35](https://github.com/wycats/handlebars.js/commit/9a49d35)
|
|
697
|
+
- Fix with operator in no @data mode - [231a8d7](https://github.com/wycats/handlebars.js/commit/231a8d7)
|
|
698
|
+
- Allow empty key name in each iteration - [1bb640b](https://github.com/wycats/handlebars.js/commit/1bb640b)
|
|
699
|
+
- Add with block parameter support - [2a85106](https://github.com/wycats/handlebars.js/commit/2a85106)
|
|
700
|
+
- Fix escaping of non-javascript identifiers - [410141c](https://github.com/wycats/handlebars.js/commit/410141c)
|
|
701
|
+
- Fix location information for programs - [93faffa](https://github.com/wycats/handlebars.js/commit/93faffa)
|
|
702
|
+
|
|
703
|
+
Compatibility notes:
|
|
704
|
+
|
|
705
|
+
- Depthed paths are now conditionally pushed on to the stack. If the helper uses the same context, then a new stack is not created. This leads to behavior that better matches expectations for helpers like `if` that do not seem to alter the context. Any instances of `../` in templates will need to be checked for the correct behavior under 4.0.0. In general templates will either reduce the number of `../` instances or leave them as is. See [#1028](https://github.com/wycats/handlebars.js/issues/1028).
|
|
706
|
+
- The `=` character is now HTML escaped. This closes a potential exploit case when using unquoted attributes, i.e. `<div foo={{bar}}>`. In general it's recommended that attributes always be quoted when their values are generated from a mustache to avoid any potential exploit surfaces.
|
|
707
|
+
- AST constructors have been dropped in favor of plain old javascript objects
|
|
708
|
+
- The runtime version has been increased. Precompiled templates will need to use runtime of at least 4.0.0.
|
|
709
|
+
|
|
710
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.3...v4.0.0)
|
|
711
|
+
|
|
712
|
+
## v3.0.3 - April 28th, 2015
|
|
713
|
+
|
|
714
|
+
- [#1004](https://github.com/wycats/handlebars.js/issues/1004) - Latest version breaks with RequireJS (global is undefined) ([@boskee](https://github.com/boskee))
|
|
715
|
+
|
|
716
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.2...v3.0.3)
|
|
717
|
+
|
|
718
|
+
## v3.0.2 - April 20th, 2015
|
|
719
|
+
|
|
720
|
+
- [#998](https://github.com/wycats/handlebars.js/pull/998) - Add full support for es6 ([@kpdecker](https://github.com/kpdecker))
|
|
721
|
+
- [#994](https://github.com/wycats/handlebars.js/issues/994) - Access Handlebars.Visitor in browser ([@tamlyn](https://github.com/tamlyn))
|
|
722
|
+
- [#990](https://github.com/wycats/handlebars.js/issues/990) - Allow passing null/undefined literals subexpressions ([@blimmer](https://github.com/blimmer))
|
|
723
|
+
- [#989](https://github.com/wycats/handlebars.js/issues/989) - Source-map error with requirejs ([@SteppeEagle](https://github.com/SteppeEagle))
|
|
724
|
+
- [#967](https://github.com/wycats/handlebars.js/issues/967) - can't access "this" property ([@75lb](https://github.com/75lb))
|
|
725
|
+
- Use captureStackTrace for error handler - a009a97
|
|
726
|
+
- Ignore branches tested without coverage monitoring - 37a664b
|
|
727
|
+
|
|
728
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.1...v3.0.2)
|
|
729
|
+
|
|
730
|
+
## v3.0.1 - March 24th, 2015
|
|
731
|
+
|
|
732
|
+
- [#984](https://github.com/wycats/handlebars.js/pull/984) - Adding documentation for passing arguments into partials ([@johneke](https://github.com/johneke))
|
|
733
|
+
- [#973](https://github.com/wycats/handlebars.js/issues/973) - version 3 is slower than version 2 ([@elover](https://github.com/elover))
|
|
734
|
+
- [#966](https://github.com/wycats/handlebars.js/issues/966) - "handlebars --version" does not work with v3.0.0 ([@abloomston](https://github.com/abloomston))
|
|
735
|
+
- [#964](https://github.com/wycats/handlebars.js/pull/964) - default is a reserved word ([@grassick](https://github.com/grassick))
|
|
736
|
+
- [#962](https://github.com/wycats/handlebars.js/pull/962) - Add dashbars' link on README. ([@pismute](https://github.com/pismute))
|
|
737
|
+
|
|
738
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.0...v3.0.1)
|
|
739
|
+
|
|
740
|
+
## v3.0.0 - February 10th, 2015
|
|
741
|
+
|
|
742
|
+
- [#941](https://github.com/wycats/handlebars.js/pull/941) - Add support for dynamic partial names ([@kpdecker](https://github.com/kpdecker))
|
|
743
|
+
- [#940](https://github.com/wycats/handlebars.js/pull/940) - Add missing reserved words so compiler knows to use array syntax: ([@mattflaschen](https://github.com/mattflaschen))
|
|
744
|
+
- [#938](https://github.com/wycats/handlebars.js/pull/938) - Fix example using #with helper ([@diwo](https://github.com/diwo))
|
|
745
|
+
- [#930](https://github.com/wycats/handlebars.js/pull/930) - Add parent tracking and mutation to AST visitors ([@kpdecker](https://github.com/kpdecker))
|
|
746
|
+
- [#926](https://github.com/wycats/handlebars.js/issues/926) - Depthed lookups fail when program duplicator runs ([@kpdecker](https://github.com/kpdecker))
|
|
747
|
+
- [#918](https://github.com/wycats/handlebars.js/pull/918) - Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos ([@oneeman](https://github.com/oneeman))
|
|
748
|
+
- [#915](https://github.com/wycats/handlebars.js/pull/915) - Ast update ([@kpdecker](https://github.com/kpdecker))
|
|
749
|
+
- [#910](https://github.com/wycats/handlebars.js/issues/910) - Different behavior of {{@last}} when {{#each}} in {{#each}} ([@zordius](https://github.com/zordius))
|
|
750
|
+
- [#907](https://github.com/wycats/handlebars.js/issues/907) - Implement named helper variable references ([@kpdecker](https://github.com/kpdecker))
|
|
751
|
+
- [#906](https://github.com/wycats/handlebars.js/pull/906) - Add parser support for block params ([@mmun](https://github.com/mmun))
|
|
752
|
+
- [#903](https://github.com/wycats/handlebars.js/issues/903) - Only provide aliases for multiple use calls ([@kpdecker](https://github.com/kpdecker))
|
|
753
|
+
- [#902](https://github.com/wycats/handlebars.js/pull/902) - Generate Source Maps ([@kpdecker](https://github.com/kpdecker))
|
|
754
|
+
- [#901](https://github.com/wycats/handlebars.js/issues/901) - Still escapes with noEscape enabled on isolated Handlebars environment ([@zedknight](https://github.com/zedknight))
|
|
755
|
+
- [#896](https://github.com/wycats/handlebars.js/pull/896) - Simplify BlockNode by removing intermediate MustacheNode ([@mmun](https://github.com/mmun))
|
|
756
|
+
- [#892](https://github.com/wycats/handlebars.js/pull/892) - Implement parser for else chaining of helpers ([@kpdecker](https://github.com/kpdecker))
|
|
757
|
+
- [#889](https://github.com/wycats/handlebars.js/issues/889) - Consider extensible parser API ([@kpdecker](https://github.com/kpdecker))
|
|
758
|
+
- [#887](https://github.com/wycats/handlebars.js/issues/887) - Handlebars.noConflict() option? ([@bradvogel](https://github.com/bradvogel))
|
|
759
|
+
- [#886](https://github.com/wycats/handlebars.js/issues/886) - Add SafeString to context (or use duck-typing) ([@dominicbarnes](https://github.com/dominicbarnes))
|
|
760
|
+
- [#870](https://github.com/wycats/handlebars.js/pull/870) - Registering undefined partial throws exception. ([@max-b](https://github.com/max-b))
|
|
761
|
+
- [#866](https://github.com/wycats/handlebars.js/issues/866) - comments don't respect whitespace control ([@75lb](https://github.com/75lb))
|
|
762
|
+
- [#863](https://github.com/wycats/handlebars.js/pull/863) - + jsDelivr CDN info ([@tomByrer](https://github.com/tomByrer))
|
|
763
|
+
- [#858](https://github.com/wycats/handlebars.js/issues/858) - Disable new default auto-indent at included partials ([@majodev](https://github.com/majodev))
|
|
764
|
+
- [#856](https://github.com/wycats/handlebars.js/pull/856) - jspm compatibility ([@MajorBreakfast](https://github.com/MajorBreakfast))
|
|
765
|
+
- [#805](https://github.com/wycats/handlebars.js/issues/805) - Request: "strict" lookups ([@nzakas](https://github.com/nzakas))
|
|
766
|
+
|
|
767
|
+
- Export the default object for handlebars/runtime - 5594416
|
|
768
|
+
- Lookup partials when undefined - 617dd57
|
|
769
|
+
|
|
770
|
+
Compatibility notes:
|
|
771
|
+
|
|
772
|
+
- Runtime breaking changes. Must match 3.x runtime and precompiler.
|
|
773
|
+
- The AST has been upgraded to a public API.
|
|
774
|
+
- There are a number of changes to this, but the format is now documented in docs/compiler-api.md
|
|
775
|
+
- The Visitor API has been expanded to support mutation and provide a base implementation
|
|
776
|
+
- The `JavaScriptCompiler` APIs have been formalized and documented. As part of the sourcemap handling these should be updated to return arrays for concatenation.
|
|
777
|
+
- `JavaScriptCompiler.namespace` has been removed as it was unused.
|
|
778
|
+
- `SafeString` is now duck typed on `toHTML`
|
|
779
|
+
|
|
780
|
+
New Features:
|
|
781
|
+
|
|
782
|
+
- noConflict
|
|
783
|
+
- Source Maps
|
|
784
|
+
- Block Params
|
|
785
|
+
- Strict Mode
|
|
786
|
+
- @last and other each changes
|
|
787
|
+
- Chained else blocks
|
|
788
|
+
- @data methods can now have helper parameters passed to them
|
|
789
|
+
- Dynamic partials
|
|
790
|
+
|
|
791
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0...v3.0.0)
|
|
792
|
+
|
|
793
|
+
## v2.0.0 - September 1st, 2014
|
|
794
|
+
|
|
795
|
+
- Update jsfiddle to 2.0.0-beta.1 - 0670f65
|
|
796
|
+
- Add contrib note regarding handlebarsjs.com docs - 4d17e3c
|
|
797
|
+
- Play nice with gemspec version numbers - 64d5481
|
|
798
|
+
|
|
799
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-beta.1...v2.0.0)
|
|
800
|
+
|
|
801
|
+
## v2.0.0-beta.1 - August 26th, 2014
|
|
802
|
+
|
|
803
|
+
- [#787](https://github.com/wycats/handlebars.js/pull/787) - Remove whitespace surrounding standalone statements ([@kpdecker](https://github.com/kpdecker))
|
|
804
|
+
- [#827](https://github.com/wycats/handlebars.js/issues/827) - Render false literal as “false” ([@scoot557](https://github.com/scoot557))
|
|
805
|
+
- [#767](https://github.com/wycats/handlebars.js/issues/767) - Subexpressions bug with hash and context ([@evensoul](https://github.com/evensoul))
|
|
806
|
+
- Changes to 0/undefined handling
|
|
807
|
+
- [#731](https://github.com/wycats/handlebars.js/pull/731) - Strange behavior for {{#foo}} {{bar}} {{/foo}} when foo is 0 ([@kpdecker](https://github.com/kpdecker))
|
|
808
|
+
- [#820](https://github.com/wycats/handlebars.js/issues/820) - strange behavior for {{foo.bar}} when foo is 0 or null or false ([@zordius](https://github.com/zordius))
|
|
809
|
+
- [#837](https://github.com/wycats/handlebars.js/issues/837) - Strange input for custom helper ( foo.bar == false when foo is undefined ) ([@zordius](https://github.com/zordius))
|
|
810
|
+
- [#819](https://github.com/wycats/handlebars.js/pull/819) - Implement recursive field lookup ([@kpdecker](https://github.com/kpdecker))
|
|
811
|
+
- [#764](https://github.com/wycats/handlebars.js/issues/764) - This reference not working for helpers ([@kpdecker](https://github.com/kpdecker))
|
|
812
|
+
- [#773](https://github.com/wycats/handlebars.js/issues/773) - Implicit parameters in {{#each}} introduces a peculiarity in helpers calling convention ([@Bertrand](https://github.com/Bertrand))
|
|
813
|
+
- [#783](https://github.com/wycats/handlebars.js/issues/783) - helperMissing and consistency for different expression types ([@ErisDS](https://github.com/ErisDS))
|
|
814
|
+
- [#795](https://github.com/wycats/handlebars.js/pull/795) - Turn the precompile script into a wrapper around a module. ([@jwietelmann](https://github.com/jwietelmann))
|
|
815
|
+
- [#823](https://github.com/wycats/handlebars.js/pull/823) - Support inverse sections on the with helper ([@dan-manges](https://github.com/dan-manges))
|
|
816
|
+
- [#834](https://github.com/wycats/handlebars.js/pull/834) - Refactor blocks, programs and inverses ([@mmun](https://github.com/mmun))
|
|
817
|
+
- [#852](https://github.com/wycats/handlebars.js/issues/852) - {{foo~}} space control behavior is different from older version ([@zordius](https://github.com/zordius))
|
|
818
|
+
- [#835](https://github.com/wycats/handlebars.js/issues/835) - Templates overwritten if file is loaded twice
|
|
819
|
+
|
|
820
|
+
- Expose escapeExpression on the root object - 980c38c
|
|
821
|
+
- Remove nested function eval in blockHelperMissing - 6f22ec1
|
|
822
|
+
- Fix compiler program de-duping - 9e3f824
|
|
823
|
+
|
|
824
|
+
Compatibility notes:
|
|
825
|
+
|
|
826
|
+
- The default build now outputs a generic UMD wrapper. This should be transparent change but may cause issues in some environments.
|
|
827
|
+
- Runtime compatibility breaks in both directions. Ensure that both compiler and client are upgraded to 2.0.0-beta.1 or higher at the same time.
|
|
828
|
+
- `programWithDepth` has been removed an instead an array of context values is passed to fields needing depth lookups.
|
|
829
|
+
- `false` values are now printed to output rather than silently dropped
|
|
830
|
+
- Lines containing only block statements and whitespace are now removed. This matches the Mustache spec but may cause issues with code that expects whitespace to exist but would not otherwise.
|
|
831
|
+
- Partials that are standalone will now indent their rendered content
|
|
832
|
+
- `AST.ProgramNode`'s signature has changed.
|
|
833
|
+
- Numerious methods/features removed from pseudo-API classes
|
|
834
|
+
- `JavaScriptCompiler.register`
|
|
835
|
+
- `JavaScriptCompiler.replaceStack` no longer supports non-inline replace
|
|
836
|
+
- `Compiler.disassemble`
|
|
837
|
+
- `DECLARE` opcode
|
|
838
|
+
- `strip` opcode
|
|
839
|
+
- `lookup` opcode
|
|
840
|
+
- Content nodes may have their `string` values mutated over time. `original` field provides the unmodified value.
|
|
841
|
+
- Removed unused `Handlebars.registerHelper` `inverse` parameter
|
|
842
|
+
- `each` helper requires iterator parameter
|
|
843
|
+
|
|
844
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.4...v2.0.0-beta.1)
|
|
845
|
+
|
|
846
|
+
## v2.0.0-alpha.4 - May 19th, 2014
|
|
847
|
+
|
|
848
|
+
- Expose setup wrappers for compiled templates - 3638874
|
|
849
|
+
|
|
850
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.3...v2.0.0-alpha.4)
|
|
851
|
+
|
|
852
|
+
## v2.0.0-alpha.3 - May 19th, 2014
|
|
853
|
+
|
|
854
|
+
- [#797](https://github.com/wycats/handlebars.js/pull/797) - Pass full helper ID to helperMissing when options are provided ([@tomdale](https://github.com/tomdale))
|
|
855
|
+
- [#793](https://github.com/wycats/handlebars.js/pull/793) - Ensure isHelper is coerced to a boolean ([@mmun](https://github.com/mmun))
|
|
856
|
+
- Refactor template init logic - 085e5e1
|
|
857
|
+
|
|
858
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.2...v2.0.0-alpha.3)
|
|
859
|
+
|
|
860
|
+
## v2.0.0-alpha.2 - March 6th, 2014
|
|
861
|
+
|
|
862
|
+
- [#756](https://github.com/wycats/handlebars.js/pull/756) - fix bug in IE<=8 (no Array::map), closes #751 ([@jenseng](https://github.com/jenseng))
|
|
863
|
+
- [#749](https://github.com/wycats/handlebars.js/pull/749) - properly handle multiple subexpressions in the same hash, fixes #748 ([@jenseng](https://github.com/jenseng))
|
|
864
|
+
- [#743](https://github.com/wycats/handlebars.js/issues/743) - subexpression confusion/problem? ([@waynedpj](https://github.com/waynedpj))
|
|
865
|
+
- [#746](https://github.com/wycats/handlebars.js/issues/746) - [CLI] support `handlebars --version` ([@apfelbox](https://github.com/apfelbox))
|
|
866
|
+
- [#747](https://github.com/wycats/handlebars.js/pull/747) - updated grunt-saucelabs, failing tests revealed ([@Jonahss](https://github.com/Jonahss))
|
|
867
|
+
- Make JSON a requirement for the compiler. - 058c0fb
|
|
868
|
+
- Temporarily kill the AWS publish CI step - 8347ee2
|
|
869
|
+
|
|
870
|
+
Compatibility notes:
|
|
871
|
+
|
|
872
|
+
- A JSON polyfill is required to run the compiler under IE8 and below. It's recommended that the precompiler be used in lieu of running the compiler on these legacy environments.
|
|
873
|
+
|
|
874
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.1...v2.0.0-alpha.2)
|
|
875
|
+
|
|
876
|
+
## v2.0.0-alpha.1 - February 10th, 2014
|
|
877
|
+
|
|
878
|
+
- [#182](https://github.com/wycats/handlebars.js/pull/182) - Allow passing hash parameters to partials ([@kpdecker](https://github.com/kpdecker))
|
|
879
|
+
- [#392](https://github.com/wycats/handlebars.js/pull/392) - Access to root context in partials and helpers ([@kpdecker](https://github.com/kpdecker))
|
|
880
|
+
- [#472](https://github.com/wycats/handlebars.js/issues/472) - Helpers cannot have decimal parameters ([@kayleg](https://github.com/kayleg))
|
|
881
|
+
- [#569](https://github.com/wycats/handlebars.js/pull/569) - Unable to lookup array values using @index ([@kpdecker](https://github.com/kpdecker))
|
|
882
|
+
- [#491](https://github.com/wycats/handlebars.js/pull/491) - For nested helpers: get the @ variables of the outer helper from the inner one ([@kpdecker](https://github.com/kpdecker))
|
|
883
|
+
- [#669](https://github.com/wycats/handlebars.js/issues/669) - Ability to unregister a helper ([@dbachrach](https://github.com/dbachrach))
|
|
884
|
+
- [#730](https://github.com/wycats/handlebars.js/pull/730) - Raw block helpers ([@kpdecker](https://github.com/kpdecker))
|
|
885
|
+
- [#634](https://github.com/wycats/handlebars.js/pull/634) - It would be great to have the helper name passed to `blockHelperMissing` ([@kpdecker](https://github.com/kpdecker))
|
|
886
|
+
- [#729](https://github.com/wycats/handlebars.js/pull/729) - Convert template spec to object literal ([@kpdecker](https://github.com/kpdecker))
|
|
887
|
+
|
|
888
|
+
- [#658](https://github.com/wycats/handlebars.js/issues/658) - Depthed helpers do not work after an upgrade from 1.0.0 ([@xibxor](https://github.com/xibxor))
|
|
889
|
+
- [#671](https://github.com/wycats/handlebars.js/issues/671) - Crashes on no-parameter {{#each}} ([@stepancheg](https://github.com/stepancheg))
|
|
890
|
+
- [#689](https://github.com/wycats/handlebars.js/issues/689) - broken template precompilation ([@AAS](https://github.com/AAS))
|
|
891
|
+
- [#698](https://github.com/wycats/handlebars.js/pull/698) - Fix parser generation under windows ([@osiris43](https://github.com/osiris43))
|
|
892
|
+
- [#699](https://github.com/wycats/handlebars.js/issues/699) - @DATA not compiles to invalid JS in stringParams mode ([@kpdecker](https://github.com/kpdecker))
|
|
893
|
+
- [#705](https://github.com/wycats/handlebars.js/issues/705) - 1.3.0 can not be wrapped in an IIFE ([@craigteegarden](https://github.com/craigteegarden))
|
|
894
|
+
- [#706](https://github.com/wycats/handlebars.js/pull/706) - README: Use with helper instead of relying on blockHelperMissing ([@scottgonzalez](https://github.com/scottgonzalez))
|
|
895
|
+
|
|
896
|
+
- [#700](https://github.com/wycats/handlebars.js/pull/700) - Remove redundant conditions ([@blakeembrey](https://github.com/blakeembrey))
|
|
897
|
+
- [#704](https://github.com/wycats/handlebars.js/pull/704) - JavaScript Compiler Cleanup ([@blakeembrey](https://github.com/blakeembrey))
|
|
898
|
+
|
|
899
|
+
Compatibility notes:
|
|
900
|
+
|
|
901
|
+
- `helperMissing` helper no longer has the indexed name argument. Helper name is now available via `options.name`.
|
|
902
|
+
- Precompiler output has changed, which breaks compatibility with prior versions of the runtime and precompiled output.
|
|
903
|
+
- `JavaScriptCompiler.compilerInfo` now returns generic objects rather than javascript source.
|
|
904
|
+
- AST changes
|
|
905
|
+
- INTEGER -> NUMBER
|
|
906
|
+
- Additional PartialNode hash parameter
|
|
907
|
+
- New RawBlockNode type
|
|
908
|
+
- Data frames now have a `_parent` field. This is internal but is enumerable for performance/compatibility reasons.
|
|
909
|
+
|
|
910
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.3.0...v2.0.0-alpha.1)
|
|
911
|
+
|
|
912
|
+
## v1.3.0 - January 1st, 2014
|
|
913
|
+
|
|
914
|
+
- [#690](https://github.com/wycats/handlebars.js/pull/690) - Added support for subexpressions ([@machty](https://github.com/machty))
|
|
915
|
+
- [#696](https://github.com/wycats/handlebars.js/pull/696) - Fix for reserved keyword "default" ([@nateirwin](https://github.com/nateirwin))
|
|
916
|
+
- [#692](https://github.com/wycats/handlebars.js/pull/692) - add line numbers to nodes when parsing ([@fivetanley](https://github.com/fivetanley))
|
|
917
|
+
- [#695](https://github.com/wycats/handlebars.js/pull/695) - Pull options out from param setup to allow easier extension ([@blakeembrey](https://github.com/blakeembrey))
|
|
918
|
+
- [#694](https://github.com/wycats/handlebars.js/pull/694) - Make the environment reusable ([@blakeembrey](https://github.com/blakeembrey))
|
|
919
|
+
- [#636](https://github.com/wycats/handlebars.js/issues/636) - Print line and column of errors ([@sgronblo](https://github.com/sgronblo))
|
|
920
|
+
- Use literal for data lookup - c1a93d3
|
|
921
|
+
- Add stack handling sanity checks - cd885bf
|
|
922
|
+
- Fix stack id "leak" on replaceStack - ddfe457
|
|
923
|
+
- Fix incorrect stack pop when replacing literals - f4d337d
|
|
924
|
+
|
|
925
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.2.1...v1.3.0)
|
|
926
|
+
|
|
927
|
+
## v1.2.1 - December 26th, 2013
|
|
928
|
+
|
|
929
|
+
- [#684](https://github.com/wycats/handlebars.js/pull/684) - Allow any number of trailing characters for valid JavaScript variable ([@blakeembrey](https://github.com/blakeembrey))
|
|
930
|
+
- [#686](https://github.com/wycats/handlebars.js/pull/686) - Falsy AMD module names in version 1.2.0 ([@kpdecker](https://github.com/kpdecker))
|
|
931
|
+
|
|
932
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.2.0...v1.2.1)
|
|
933
|
+
|
|
934
|
+
## v1.2.0 - December 23rd, 2013
|
|
935
|
+
|
|
936
|
+
- [#675](https://github.com/wycats/handlebars.js/issues/675) - Cannot compile empty template for partial ([@erwinw](https://github.com/erwinw))
|
|
937
|
+
- [#677](https://github.com/wycats/handlebars.js/issues/677) - Triple brace statements fail under IE ([@hamzaCM](https://github.com/hamzaCM))
|
|
938
|
+
- [#655](https://github.com/wycats/handlebars.js/issues/655) - Loading Handlebars using bower ([@niki4810](https://github.com/niki4810))
|
|
939
|
+
- [#657](https://github.com/wycats/handlebars.js/pull/657) - Fixes issue where cli compiles non handlebars templates ([@chrishoage](https://github.com/chrishoage))
|
|
940
|
+
- [#681](https://github.com/wycats/handlebars.js/pull/681) - Adds in-browser testing and Saucelabs CI ([@kpdecker](https://github.com/kpdecker))
|
|
941
|
+
- [#661](https://github.com/wycats/handlebars.js/pull/661) - Add @first and @index to #each object iteration ([@cgp](https://github.com/cgp))
|
|
942
|
+
- [#650](https://github.com/wycats/handlebars.js/pull/650) - Handlebars is MIT-licensed ([@thomasboyt](https://github.com/thomasboyt))
|
|
943
|
+
- [#641](https://github.com/wycats/handlebars.js/pull/641) - Document ember testing process ([@kpdecker](https://github.com/kpdecker))
|
|
944
|
+
- [#662](https://github.com/wycats/handlebars.js/issues/662) - handlebars-source 1.1.2 is missing from RubyGems.
|
|
945
|
+
- [#656](https://github.com/wycats/handlebars.js/issues/656) - Expose COMPILER_REVISION checks as a hook ([@machty](https://github.com/machty))
|
|
946
|
+
- [#668](https://github.com/wycats/handlebars.js/issues/668) - Consider publishing handlebars-runtime as a separate module on npm ([@dlmanning](https://github.com/dlmanning))
|
|
947
|
+
- [#679](https://github.com/wycats/handlebars.js/issues/679) - Unable to override invokePartial ([@mattbrailsford](https://github.com/mattbrailsford))
|
|
948
|
+
- [#646](https://github.com/wycats/handlebars.js/pull/646) - Fix "\\{{" immediately following "\{{" ([@dmarcotte](https://github.com/dmarcotte))
|
|
949
|
+
- Allow extend to work with non-prototyped objects - eb53f2e
|
|
950
|
+
- Add JavascriptCompiler public API tests - 1a751b2
|
|
951
|
+
- Add AST test coverage for more complex paths - ddea5be
|
|
952
|
+
- Fix handling of boolean escape in MustacheNode - b4968bb
|
|
953
|
+
|
|
954
|
+
Compatibility notes:
|
|
955
|
+
|
|
956
|
+
- `@index` and `@first` are now supported for `each` iteration on objects
|
|
957
|
+
- `Handlebars.VM.checkRevision` and `Handlebars.JavaScriptCompiler.prototype.compilerInfo` now available to modify the version checking behavior.
|
|
958
|
+
- Browserify users may link to the runtime library via `require('handlebars/runtime')`
|
|
959
|
+
|
|
960
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.1.2...v1.2.0)
|
|
961
|
+
|
|
962
|
+
## v1.1.2 - November 5th, 2013
|
|
963
|
+
|
|
964
|
+
- [#645](https://github.com/wycats/handlebars.js/issues/645) - 1.1.1 fails under IE8 ([@kpdecker](https://github.com/kpdecker))
|
|
965
|
+
- [#644](https://github.com/wycats/handlebars.js/issues/644) - Using precompiled templates (AMD mode) with handlebars.runtime 1.1.1 ([@fddima](https://github.com/fddima))
|
|
966
|
+
|
|
967
|
+
- Add simple binary utility tests - 96a45a4
|
|
968
|
+
- Fix empty string compilation - eea708a
|
|
969
|
+
|
|
970
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.1.1...v1.1.2)
|
|
971
|
+
|
|
972
|
+
## v1.1.1 - November 4th, 2013
|
|
973
|
+
|
|
974
|
+
- [#642](https://github.com/wycats/handlebars.js/issues/642) - handlebars 1.1.0 are broken with nodejs
|
|
975
|
+
|
|
976
|
+
- Fix release notes link - 17ba258
|
|
977
|
+
|
|
978
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.1.0...v1.1.1)
|
|
979
|
+
|
|
980
|
+
## v1.1.0 - November 3rd, 2013
|
|
981
|
+
|
|
982
|
+
- [#628](https://github.com/wycats/handlebars.js/pull/628) - Convert code to ES6 modules ([@kpdecker](https://github.com/kpdecker))
|
|
983
|
+
- [#336](https://github.com/wycats/handlebars.js/pull/336) - Add whitespace control syntax ([@kpdecker](https://github.com/kpdecker))
|
|
984
|
+
- [#535](https://github.com/wycats/handlebars.js/pull/535) - Fix for probable JIT error under Safari ([@sorentwo](https://github.com/sorentwo))
|
|
985
|
+
- [#483](https://github.com/wycats/handlebars.js/issues/483) - Add first and last @ vars to each helper ([@denniskuczynski](https://github.com/denniskuczynski))
|
|
986
|
+
- [#557](https://github.com/wycats/handlebars.js/pull/557) - `\\{{foo}}` escaping only works in some situations ([@dmarcotte](https://github.com/dmarcotte))
|
|
987
|
+
- [#552](https://github.com/wycats/handlebars.js/pull/552) - Added BOM removal flag. ([@blessenm](https://github.com/blessenm))
|
|
988
|
+
- [#543](https://github.com/wycats/handlebars.js/pull/543) - publish passing master builds to s3 ([@fivetanley](https://github.com/fivetanley))
|
|
989
|
+
|
|
990
|
+
- [#608](https://github.com/wycats/handlebars.js/issues/608) - Add `includeZero` flag to `if` conditional
|
|
991
|
+
- [#498](https://github.com/wycats/handlebars.js/issues/498) - `Handlebars.compile` fails on empty string although a single blank works fine
|
|
992
|
+
- [#599](https://github.com/wycats/handlebars.js/issues/599) - lambda helpers only receive options if used with arguments
|
|
993
|
+
- [#592](https://github.com/wycats/handlebars.js/issues/592) - Optimize array and subprogram performance
|
|
994
|
+
- [#571](https://github.com/wycats/handlebars.js/issues/571) - uglify upgrade breaks compatibility with older versions of node
|
|
995
|
+
- [#587](https://github.com/wycats/handlebars.js/issues/587) - Partial inside partial breaks?
|
|
996
|
+
|
|
997
|
+
Compatibility notes:
|
|
998
|
+
|
|
999
|
+
- The project now includes separate artifacts for AMD, CommonJS, and global objects.
|
|
1000
|
+
- AMD: Users may load the bundled `handlebars.amd.js` or `handlebars.runtime.amd.js` files or load individual modules directly. AMD users should also note that the handlebars object is exposed via the `default` field on the imported object. This [gist](https://gist.github.com/wycats/7417be0dc361a69d5916) provides some discussion of possible compatibility shims.
|
|
1001
|
+
- CommonJS/Node: Node loading occurs as normal via `require`
|
|
1002
|
+
- Globals: The `handlebars.js` and `handlebars.runtime.js` files should behave in the same manner as the v1.0.12 / 1.0.0 release.
|
|
1003
|
+
- Build artifacts have been removed from the repository. [npm][npm], [components/handlebars.js][components], [cdnjs][cdnjs], or the [builds page][builds-page] should now be used as the source of built artifacts.
|
|
1004
|
+
- Context-stored helpers are now always passed the `options` hash. Previously no-argument helpers did not have this argument.
|
|
1005
|
+
|
|
1006
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.12...v1.1.0)
|
|
1007
|
+
|
|
1008
|
+
## v1.0.12 / 1.0.0 - May 31 2013
|
|
1009
|
+
|
|
1010
|
+
- [#515](https://github.com/wycats/handlebars.js/issues/515) - Add node require extensions support ([@jjclark1982](https://github.com/jjclark1982))
|
|
1011
|
+
- [#517](https://github.com/wycats/handlebars.js/issues/517) - Fix amd precompiler output with directories ([@blessenm](https://github.com/blessenm))
|
|
1012
|
+
- [#433](https://github.com/wycats/handlebars.js/issues/433) - Add support for unicode ids
|
|
1013
|
+
- [#469](https://github.com/wycats/handlebars.js/issues/469) - Add support for `?` in ids
|
|
1014
|
+
- [#534](https://github.com/wycats/handlebars.js/issues/534) - Protect from object prototype modifications
|
|
1015
|
+
- [#519](https://github.com/wycats/handlebars.js/issues/519) - Fix partials with . name ([@jamesgorrie](https://github.com/jamesgorrie))
|
|
1016
|
+
- [#519](https://github.com/wycats/handlebars.js/issues/519) - Allow ID or strings in partial names
|
|
1017
|
+
- [#437](https://github.com/wycats/handlebars.js/issues/437) - Require matching brace counts in escaped expressions
|
|
1018
|
+
- Merge passed partials and helpers with global namespace values
|
|
1019
|
+
- Add support for complex ids in @data references
|
|
1020
|
+
- Docs updates
|
|
1021
|
+
|
|
1022
|
+
Compatibility notes:
|
|
1023
|
+
|
|
1024
|
+
- The parser is now stricter on `{{{`, requiring that the end token be `}}}`. Templates that do not
|
|
1025
|
+
follow this convention should add the additional brace value.
|
|
1026
|
+
- Code that relies on global the namespace being muted when custom helpers or partials are passed will need to explicitly pass an `undefined` value for any helpers that should not be available.
|
|
1027
|
+
- The compiler version has changed. Precompiled templates with 1.0.12 or higher must use the 1.0.0 or higher runtime.
|
|
1028
|
+
|
|
1029
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.11...v1.0.12)
|
|
1030
|
+
|
|
1031
|
+
## v1.0.11 / 1.0.0-rc4 - May 13 2013
|
|
1032
|
+
|
|
1033
|
+
- [#458](https://github.com/wycats/handlebars.js/issues/458) - Fix `./foo` syntax ([@jpfiset](https://github.com/jpfiset))
|
|
1034
|
+
- [#460](https://github.com/wycats/handlebars.js/issues/460) - Allow `:` in unescaped identifiers ([@jpfiset](https://github.com/jpfiset))
|
|
1035
|
+
- [#471](https://github.com/wycats/handlebars.js/issues/471) - Create release notes (These!)
|
|
1036
|
+
- [#456](https://github.com/wycats/handlebars.js/issues/456) - Allow escaping of `\\`
|
|
1037
|
+
- [#211](https://github.com/wycats/handlebars.js/issues/211) - Fix exception in `escapeExpression`
|
|
1038
|
+
- [#375](https://github.com/wycats/handlebars.js/issues/375) - Escape unicode newlines
|
|
1039
|
+
- [#461](https://github.com/wycats/handlebars.js/issues/461) - Do not fail when compiling `""`
|
|
1040
|
+
- [#302](https://github.com/wycats/handlebars.js/issues/302) - Fix sanity check in knownHelpersOnly mode
|
|
1041
|
+
- [#369](https://github.com/wycats/handlebars.js/issues/369) - Allow registration of multiple helpers and partial by passing definition object
|
|
1042
|
+
- Add bower package declaration ([@DevinClark](https://github.com/DevinClark))
|
|
1043
|
+
- Add NuSpec package declaration ([@MikeMayer](https://github.com/MikeMayer))
|
|
1044
|
+
- Handle empty context in `with` ([@thejohnfreeman](https://github.com/thejohnfreeman))
|
|
1045
|
+
- Support custom template extensions in CLI ([@matteoagosti](https://github.com/matteoagosti))
|
|
1046
|
+
- Fix Rhino support ([@broady](https://github.com/broady))
|
|
1047
|
+
- Include contexts in string mode ([@leshill](https://github.com/leshill))
|
|
1048
|
+
- Return precompiled scripts when compiling to AMD ([@JamesMaroney](https://github.com/JamesMaroney))
|
|
1049
|
+
- Docs updates ([@iangreenleaf](https://github.com/iangreenleaf), [@gilesbowkett](https://github.com/gilesbowkett), [@utkarsh2012](https://github.com/utkarsh2012))
|
|
1050
|
+
- Fix `toString` handling under IE and browserify ([@tommydudebreaux](https://github.com/tommydudebreaux))
|
|
1051
|
+
- Add program metadata
|
|
1052
|
+
|
|
1053
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.10...v1.0.11)
|
|
1054
|
+
|
|
1055
|
+
## v1.0.10 - Node - Feb 27 2013
|
|
1056
|
+
|
|
1057
|
+
- [#428](https://github.com/wycats/handlebars.js/issues/428) - Fix incorrect rendering of nested programs
|
|
1058
|
+
- Fix exception message ([@tricknotes](https://github.com/tricknotes))
|
|
1059
|
+
- Added negative number literal support
|
|
1060
|
+
- Concert library to single IIFE
|
|
1061
|
+
- Add handlebars-source gemspec ([@machty](https://github.com/machty))
|
|
1062
|
+
|
|
1063
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.9...v1.0.10)
|
|
1064
|
+
|
|
1065
|
+
## v1.0.9 - Node - Feb 15 2013
|
|
1066
|
+
|
|
1067
|
+
- Added `Handlebars.create` API in node module for sandboxed instances ([@tommydudebreaux](https://github.com/tommydudebreaux))
|
|
1068
|
+
|
|
1069
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/1.0.0-rc.3...v1.0.9)
|
|
1070
|
+
|
|
1071
|
+
## 1.0.0-rc3 - Browser - Feb 14 2013
|
|
1072
|
+
|
|
1073
|
+
- Prevent use of `this` or `..` in illogical place ([@leshill](https://github.com/leshill))
|
|
1074
|
+
- Allow AST passing for `parse`/`compile`/`precompile` ([@machty](https://github.com/machty))
|
|
1075
|
+
- Optimize generated output by inlining statements where possible
|
|
1076
|
+
- Check compiler version when evaluating templates
|
|
1077
|
+
- Package browser dist in npm package
|
|
1078
|
+
|
|
1079
|
+
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.8...1.0.0-rc.3)
|
|
1080
|
+
|
|
1081
|
+
## Prior Versions
|
|
1082
|
+
|
|
1083
|
+
When upgrading from the Handlebars 0.9 series, be aware that the
|
|
1084
|
+
signature for passing custom helpers or partials to templates has
|
|
1085
|
+
changed.
|
|
1086
|
+
|
|
1087
|
+
Instead of:
|
|
1088
|
+
|
|
1089
|
+
```js
|
|
1090
|
+
template(context, helpers, partials, [data]);
|
|
1091
|
+
```
|
|
1092
|
+
|
|
1093
|
+
Use:
|
|
1094
|
+
|
|
1095
|
+
```js
|
|
1096
|
+
template(context, { helpers: helpers, partials: partials, data: data });
|
|
1097
|
+
```
|
|
1098
|
+
|
|
1099
|
+
[builds-page]: http://builds.handlebarsjs.com.s3.amazonaws.com/index.html
|
|
1100
|
+
[cdnjs]: http://cdnjs.com/libraries/handlebars.js/
|
|
1101
|
+
[components]: https://github.com/components/handlebars.js
|
|
1102
|
+
[npm]: https://npmjs.org/package/handlebars
|