nyc 13.2.0 → 14.0.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/CHANGELOG.md +59 -1
- package/README.md +127 -93
- package/bin/nyc.js +15 -30
- package/bin/wrap.js +8 -10
- package/index.js +168 -142
- package/lib/commands/check-coverage.js +26 -6
- package/lib/commands/instrument.js +64 -24
- package/lib/commands/merge.js +1 -6
- package/lib/commands/report.js +66 -6
- package/lib/config-util.js +23 -9
- package/lib/hash.js +26 -4
- package/lib/instrumenters/istanbul.js +8 -14
- package/lib/instrumenters/noop.js +5 -5
- package/lib/process.js +18 -24
- package/lib/source-maps.js +11 -12
- package/package.json +25 -60
- package/lib/self-coverage-helper.js +0 -20
- package/node_modules/ansi-regex/index.js +0 -10
- package/node_modules/ansi-regex/license +0 -9
- package/node_modules/ansi-regex/package.json +0 -88
- package/node_modules/ansi-regex/readme.md +0 -46
- package/node_modules/append-transform/index.js +0 -89
- package/node_modules/append-transform/license +0 -21
- package/node_modules/append-transform/package.json +0 -82
- package/node_modules/append-transform/readme.md +0 -76
- package/node_modules/archy/.travis.yml +0 -4
- package/node_modules/archy/LICENSE +0 -18
- package/node_modules/archy/examples/beep.js +0 -24
- package/node_modules/archy/examples/multi_line.js +0 -25
- package/node_modules/archy/index.js +0 -35
- package/node_modules/archy/package.json +0 -86
- package/node_modules/archy/readme.markdown +0 -88
- package/node_modules/archy/test/beep.js +0 -40
- package/node_modules/archy/test/multi_line.js +0 -45
- package/node_modules/archy/test/non_unicode.js +0 -40
- package/node_modules/arrify/index.js +0 -8
- package/node_modules/arrify/license +0 -21
- package/node_modules/arrify/package.json +0 -71
- package/node_modules/arrify/readme.md +0 -36
- package/node_modules/async/CHANGELOG.md +0 -269
- package/node_modules/async/LICENSE +0 -19
- package/node_modules/async/README.md +0 -56
- package/node_modules/async/all.js +0 -50
- package/node_modules/async/allLimit.js +0 -42
- package/node_modules/async/allSeries.js +0 -37
- package/node_modules/async/any.js +0 -52
- package/node_modules/async/anyLimit.js +0 -43
- package/node_modules/async/anySeries.js +0 -38
- package/node_modules/async/apply.js +0 -68
- package/node_modules/async/applyEach.js +0 -51
- package/node_modules/async/applyEachSeries.js +0 -37
- package/node_modules/async/asyncify.js +0 -110
- package/node_modules/async/auto.js +0 -289
- package/node_modules/async/autoInject.js +0 -170
- package/node_modules/async/bower.json +0 -17
- package/node_modules/async/cargo.js +0 -94
- package/node_modules/async/compose.js +0 -58
- package/node_modules/async/concat.js +0 -43
- package/node_modules/async/concatLimit.js +0 -65
- package/node_modules/async/concatSeries.js +0 -36
- package/node_modules/async/constant.js +0 -66
- package/node_modules/async/detect.js +0 -61
- package/node_modules/async/detectLimit.js +0 -48
- package/node_modules/async/detectSeries.js +0 -38
- package/node_modules/async/dir.js +0 -43
- package/node_modules/async/dist/async.js +0 -5609
- package/node_modules/async/dist/async.min.js +0 -2
- package/node_modules/async/dist/async.min.map +0 -1
- package/node_modules/async/doDuring.js +0 -66
- package/node_modules/async/doUntil.js +0 -39
- package/node_modules/async/doWhilst.js +0 -59
- package/node_modules/async/during.js +0 -76
- package/node_modules/async/each.js +0 -82
- package/node_modules/async/eachLimit.js +0 -45
- package/node_modules/async/eachOf.js +0 -111
- package/node_modules/async/eachOfLimit.js +0 -41
- package/node_modules/async/eachOfSeries.js +0 -35
- package/node_modules/async/eachSeries.js +0 -37
- package/node_modules/async/ensureAsync.js +0 -73
- package/node_modules/async/every.js +0 -50
- package/node_modules/async/everyLimit.js +0 -42
- package/node_modules/async/everySeries.js +0 -37
- package/node_modules/async/filter.js +0 -45
- package/node_modules/async/filterLimit.js +0 -37
- package/node_modules/async/filterSeries.js +0 -35
- package/node_modules/async/find.js +0 -61
- package/node_modules/async/findLimit.js +0 -48
- package/node_modules/async/findSeries.js +0 -38
- package/node_modules/async/foldl.js +0 -78
- package/node_modules/async/foldr.js +0 -44
- package/node_modules/async/forEach.js +0 -82
- package/node_modules/async/forEachLimit.js +0 -45
- package/node_modules/async/forEachOf.js +0 -111
- package/node_modules/async/forEachOfLimit.js +0 -41
- package/node_modules/async/forEachOfSeries.js +0 -35
- package/node_modules/async/forEachSeries.js +0 -37
- package/node_modules/async/forever.js +0 -65
- package/node_modules/async/groupBy.js +0 -54
- package/node_modules/async/groupByLimit.js +0 -71
- package/node_modules/async/groupBySeries.js +0 -37
- package/node_modules/async/index.js +0 -582
- package/node_modules/async/inject.js +0 -78
- package/node_modules/async/internal/DoublyLinkedList.js +0 -88
- package/node_modules/async/internal/applyEach.js +0 -38
- package/node_modules/async/internal/breakLoop.js +0 -9
- package/node_modules/async/internal/consoleFunc.js +0 -42
- package/node_modules/async/internal/createTester.js +0 -44
- package/node_modules/async/internal/doLimit.js +0 -12
- package/node_modules/async/internal/doParallel.js +0 -23
- package/node_modules/async/internal/doParallelLimit.js +0 -23
- package/node_modules/async/internal/eachOfLimit.js +0 -74
- package/node_modules/async/internal/filter.js +0 -75
- package/node_modules/async/internal/findGetResult.js +0 -10
- package/node_modules/async/internal/getIterator.js +0 -13
- package/node_modules/async/internal/initialParams.js +0 -21
- package/node_modules/async/internal/iterator.js +0 -58
- package/node_modules/async/internal/map.js +0 -35
- package/node_modules/async/internal/notId.js +0 -10
- package/node_modules/async/internal/once.js +0 -15
- package/node_modules/async/internal/onlyOnce.js +0 -15
- package/node_modules/async/internal/parallel.js +0 -42
- package/node_modules/async/internal/queue.js +0 -204
- package/node_modules/async/internal/reject.js +0 -21
- package/node_modules/async/internal/setImmediate.js +0 -42
- package/node_modules/async/internal/slice.js +0 -16
- package/node_modules/async/internal/withoutIndex.js +0 -12
- package/node_modules/async/internal/wrapAsync.js +0 -25
- package/node_modules/async/log.js +0 -41
- package/node_modules/async/map.js +0 -54
- package/node_modules/async/mapLimit.js +0 -37
- package/node_modules/async/mapSeries.js +0 -36
- package/node_modules/async/mapValues.js +0 -63
- package/node_modules/async/mapValuesLimit.js +0 -61
- package/node_modules/async/mapValuesSeries.js +0 -37
- package/node_modules/async/memoize.js +0 -101
- package/node_modules/async/nextTick.js +0 -51
- package/node_modules/async/package.json +0 -110
- package/node_modules/async/parallel.js +0 -90
- package/node_modules/async/parallelLimit.js +0 -40
- package/node_modules/async/priorityQueue.js +0 -98
- package/node_modules/async/queue.js +0 -130
- package/node_modules/async/race.js +0 -70
- package/node_modules/async/reduce.js +0 -78
- package/node_modules/async/reduceRight.js +0 -44
- package/node_modules/async/reflect.js +0 -81
- package/node_modules/async/reflectAll.js +0 -105
- package/node_modules/async/reject.js +0 -45
- package/node_modules/async/rejectLimit.js +0 -37
- package/node_modules/async/rejectSeries.js +0 -35
- package/node_modules/async/retry.js +0 -156
- package/node_modules/async/retryable.js +0 -65
- package/node_modules/async/select.js +0 -45
- package/node_modules/async/selectLimit.js +0 -37
- package/node_modules/async/selectSeries.js +0 -35
- package/node_modules/async/seq.js +0 -91
- package/node_modules/async/series.js +0 -85
- package/node_modules/async/setImmediate.js +0 -45
- package/node_modules/async/some.js +0 -52
- package/node_modules/async/someLimit.js +0 -43
- package/node_modules/async/someSeries.js +0 -38
- package/node_modules/async/sortBy.js +0 -91
- package/node_modules/async/timeout.js +0 -89
- package/node_modules/async/times.js +0 -50
- package/node_modules/async/timesLimit.js +0 -42
- package/node_modules/async/timesSeries.js +0 -32
- package/node_modules/async/transform.js +0 -87
- package/node_modules/async/tryEach.js +0 -81
- package/node_modules/async/unmemoize.js +0 -25
- package/node_modules/async/until.js +0 -41
- package/node_modules/async/waterfall.js +0 -113
- package/node_modules/async/whilst.js +0 -72
- package/node_modules/async/wrapSync.js +0 -110
- package/node_modules/balanced-match/.npmignore +0 -5
- package/node_modules/balanced-match/LICENSE.md +0 -21
- package/node_modules/balanced-match/README.md +0 -91
- package/node_modules/balanced-match/index.js +0 -59
- package/node_modules/balanced-match/package.json +0 -80
- package/node_modules/brace-expansion/LICENSE +0 -21
- package/node_modules/brace-expansion/README.md +0 -129
- package/node_modules/brace-expansion/index.js +0 -201
- package/node_modules/brace-expansion/package.json +0 -78
- package/node_modules/builtin-modules/builtin-modules.json +0 -35
- package/node_modules/builtin-modules/index.js +0 -10
- package/node_modules/builtin-modules/license +0 -21
- package/node_modules/builtin-modules/package.json +0 -75
- package/node_modules/builtin-modules/readme.md +0 -41
- package/node_modules/builtin-modules/static.js +0 -2
- package/node_modules/caching-transform/index.js +0 -84
- package/node_modules/caching-transform/license +0 -21
- package/node_modules/caching-transform/package.json +0 -81
- package/node_modules/caching-transform/readme.md +0 -151
- package/node_modules/camelcase/index.js +0 -71
- package/node_modules/camelcase/license +0 -9
- package/node_modules/camelcase/package.json +0 -76
- package/node_modules/camelcase/readme.md +0 -81
- package/node_modules/cliui/CHANGELOG.md +0 -51
- package/node_modules/cliui/LICENSE.txt +0 -14
- package/node_modules/cliui/README.md +0 -115
- package/node_modules/cliui/index.js +0 -324
- package/node_modules/cliui/package.json +0 -102
- package/node_modules/code-point-at/index.js +0 -32
- package/node_modules/code-point-at/license +0 -21
- package/node_modules/code-point-at/package.json +0 -74
- package/node_modules/code-point-at/readme.md +0 -32
- package/node_modules/commander/CHANGELOG.md +0 -382
- package/node_modules/commander/LICENSE +0 -22
- package/node_modules/commander/Readme.md +0 -425
- package/node_modules/commander/index.js +0 -1236
- package/node_modules/commander/package.json +0 -73
- package/node_modules/commander/typings/index.d.ts +0 -309
- package/node_modules/commondir/LICENSE +0 -24
- package/node_modules/commondir/example/dir.js +0 -3
- package/node_modules/commondir/index.js +0 -29
- package/node_modules/commondir/package.json +0 -66
- package/node_modules/commondir/readme.markdown +0 -48
- package/node_modules/commondir/test/dirs.js +0 -55
- package/node_modules/concat-map/.travis.yml +0 -4
- package/node_modules/concat-map/LICENSE +0 -18
- package/node_modules/concat-map/README.markdown +0 -62
- package/node_modules/concat-map/example/map.js +0 -6
- package/node_modules/concat-map/index.js +0 -13
- package/node_modules/concat-map/package.json +0 -91
- package/node_modules/concat-map/test/map.js +0 -39
- package/node_modules/convert-source-map/LICENSE +0 -23
- package/node_modules/convert-source-map/README.md +0 -125
- package/node_modules/convert-source-map/index.js +0 -136
- package/node_modules/convert-source-map/package.json +0 -72
- package/node_modules/cross-spawn/LICENSE +0 -19
- package/node_modules/cross-spawn/README.md +0 -71
- package/node_modules/cross-spawn/index.js +0 -59
- package/node_modules/cross-spawn/lib/enoent.js +0 -73
- package/node_modules/cross-spawn/lib/hasBrokenSpawn.js +0 -11
- package/node_modules/cross-spawn/lib/parse.js +0 -140
- package/node_modules/cross-spawn/lib/resolveCommand.js +0 -31
- package/node_modules/cross-spawn/package.json +0 -84
- package/node_modules/debug/CHANGELOG.md +0 -395
- package/node_modules/debug/LICENSE +0 -19
- package/node_modules/debug/README.md +0 -455
- package/node_modules/debug/dist/debug.js +0 -912
- package/node_modules/debug/package.json +0 -106
- package/node_modules/debug/src/browser.js +0 -264
- package/node_modules/debug/src/common.js +0 -266
- package/node_modules/debug/src/index.js +0 -10
- package/node_modules/debug/src/node.js +0 -257
- package/node_modules/decamelize/index.js +0 -13
- package/node_modules/decamelize/license +0 -21
- package/node_modules/decamelize/package.json +0 -78
- package/node_modules/decamelize/readme.md +0 -48
- package/node_modules/default-require-extensions/js.js +0 -8
- package/node_modules/default-require-extensions/json.js +0 -14
- package/node_modules/default-require-extensions/license +0 -21
- package/node_modules/default-require-extensions/package.json +0 -77
- package/node_modules/default-require-extensions/readme.md +0 -32
- package/node_modules/end-of-stream/LICENSE +0 -21
- package/node_modules/end-of-stream/README.md +0 -52
- package/node_modules/end-of-stream/index.js +0 -87
- package/node_modules/end-of-stream/package.json +0 -65
- package/node_modules/error-ex/LICENSE +0 -21
- package/node_modules/error-ex/README.md +0 -144
- package/node_modules/error-ex/index.js +0 -141
- package/node_modules/error-ex/package.json +0 -94
- package/node_modules/es6-error/CHANGELOG.md +0 -26
- package/node_modules/es6-error/LICENSE.md +0 -21
- package/node_modules/es6-error/README.md +0 -59
- package/node_modules/es6-error/es6/index.js +0 -72
- package/node_modules/es6-error/lib/index.js +0 -79
- package/node_modules/es6-error/package.json +0 -78
- package/node_modules/es6-error/typings/index.d.ts +0 -1
- package/node_modules/execa/index.js +0 -361
- package/node_modules/execa/lib/errname.js +0 -39
- package/node_modules/execa/lib/stdio.js +0 -41
- package/node_modules/execa/license +0 -9
- package/node_modules/execa/node_modules/cross-spawn/CHANGELOG.md +0 -100
- package/node_modules/execa/node_modules/cross-spawn/LICENSE +0 -21
- package/node_modules/execa/node_modules/cross-spawn/README.md +0 -94
- package/node_modules/execa/node_modules/cross-spawn/index.js +0 -39
- package/node_modules/execa/node_modules/cross-spawn/lib/enoent.js +0 -59
- package/node_modules/execa/node_modules/cross-spawn/lib/parse.js +0 -125
- package/node_modules/execa/node_modules/cross-spawn/lib/util/escape.js +0 -45
- package/node_modules/execa/node_modules/cross-spawn/lib/util/readShebang.js +0 -32
- package/node_modules/execa/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -47
- package/node_modules/execa/node_modules/cross-spawn/package.json +0 -110
- package/node_modules/execa/package.json +0 -110
- package/node_modules/execa/readme.md +0 -327
- package/node_modules/find-cache-dir/index.js +0 -32
- package/node_modules/find-cache-dir/license +0 -9
- package/node_modules/find-cache-dir/package.json +0 -77
- package/node_modules/find-cache-dir/readme.md +0 -116
- package/node_modules/find-up/index.js +0 -46
- package/node_modules/find-up/license +0 -9
- package/node_modules/find-up/package.json +0 -88
- package/node_modules/find-up/readme.md +0 -87
- package/node_modules/foreground-child/CHANGELOG.md +0 -93
- package/node_modules/foreground-child/LICENSE +0 -15
- package/node_modules/foreground-child/README.md +0 -52
- package/node_modules/foreground-child/changelog.sh +0 -10
- package/node_modules/foreground-child/index.js +0 -102
- package/node_modules/foreground-child/package.json +0 -68
- package/node_modules/fs.realpath/LICENSE +0 -43
- package/node_modules/fs.realpath/README.md +0 -33
- package/node_modules/fs.realpath/index.js +0 -66
- package/node_modules/fs.realpath/old.js +0 -303
- package/node_modules/fs.realpath/package.json +0 -63
- package/node_modules/get-caller-file/LICENSE.md +0 -6
- package/node_modules/get-caller-file/README.md +0 -4
- package/node_modules/get-caller-file/index.js +0 -20
- package/node_modules/get-caller-file/package.json +0 -62
- package/node_modules/get-stream/buffer-stream.js +0 -51
- package/node_modules/get-stream/index.js +0 -50
- package/node_modules/get-stream/license +0 -9
- package/node_modules/get-stream/package.json +0 -81
- package/node_modules/get-stream/readme.md +0 -123
- package/node_modules/glob/LICENSE +0 -15
- package/node_modules/glob/README.md +0 -368
- package/node_modules/glob/changelog.md +0 -67
- package/node_modules/glob/common.js +0 -240
- package/node_modules/glob/glob.js +0 -790
- package/node_modules/glob/package.json +0 -84
- package/node_modules/glob/sync.js +0 -486
- package/node_modules/graceful-fs/LICENSE +0 -15
- package/node_modules/graceful-fs/README.md +0 -133
- package/node_modules/graceful-fs/clone.js +0 -19
- package/node_modules/graceful-fs/graceful-fs.js +0 -279
- package/node_modules/graceful-fs/legacy-streams.js +0 -118
- package/node_modules/graceful-fs/package.json +0 -92
- package/node_modules/graceful-fs/polyfills.js +0 -329
- package/node_modules/handlebars/LICENSE +0 -19
- package/node_modules/handlebars/README.markdown +0 -168
- package/node_modules/handlebars/bin/handlebars +0 -128
- package/node_modules/handlebars/dist/amd/handlebars/base.js +0 -96
- package/node_modules/handlebars/dist/amd/handlebars/compiler/ast.js +0 -31
- package/node_modules/handlebars/dist/amd/handlebars/compiler/base.js +0 -36
- package/node_modules/handlebars/dist/amd/handlebars/compiler/code-gen.js +0 -163
- package/node_modules/handlebars/dist/amd/handlebars/compiler/compiler.js +0 -569
- package/node_modules/handlebars/dist/amd/handlebars/compiler/helpers.js +0 -228
- package/node_modules/handlebars/dist/amd/handlebars/compiler/javascript-compiler.js +0 -1120
- package/node_modules/handlebars/dist/amd/handlebars/compiler/parser.js +0 -739
- package/node_modules/handlebars/dist/amd/handlebars/compiler/printer.js +0 -186
- package/node_modules/handlebars/dist/amd/handlebars/compiler/visitor.js +0 -138
- package/node_modules/handlebars/dist/amd/handlebars/compiler/whitespace-control.js +0 -219
- package/node_modules/handlebars/dist/amd/handlebars/decorators/inline.js +0 -25
- package/node_modules/handlebars/dist/amd/handlebars/decorators.js +0 -16
- package/node_modules/handlebars/dist/amd/handlebars/exception.js +0 -53
- package/node_modules/handlebars/dist/amd/handlebars/helpers/block-helper-missing.js +0 -35
- package/node_modules/handlebars/dist/amd/handlebars/helpers/each.js +0 -89
- package/node_modules/handlebars/dist/amd/handlebars/helpers/helper-missing.js +0 -22
- package/node_modules/handlebars/dist/amd/handlebars/helpers/if.js +0 -25
- package/node_modules/handlebars/dist/amd/handlebars/helpers/log.js +0 -24
- package/node_modules/handlebars/dist/amd/handlebars/helpers/lookup.js +0 -10
- package/node_modules/handlebars/dist/amd/handlebars/helpers/with.js +0 -29
- package/node_modules/handlebars/dist/amd/handlebars/helpers.js +0 -34
- package/node_modules/handlebars/dist/amd/handlebars/logger.js +0 -44
- package/node_modules/handlebars/dist/amd/handlebars/no-conflict.js +0 -18
- package/node_modules/handlebars/dist/amd/handlebars/runtime.js +0 -297
- package/node_modules/handlebars/dist/amd/handlebars/safe-string.js +0 -15
- package/node_modules/handlebars/dist/amd/handlebars/utils.js +0 -126
- package/node_modules/handlebars/dist/amd/handlebars.js +0 -51
- package/node_modules/handlebars/dist/amd/handlebars.runtime.js +0 -44
- package/node_modules/handlebars/dist/amd/precompiler.js +0 -313
- package/node_modules/handlebars/dist/cjs/handlebars/base.js +0 -104
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js +0 -31
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js +0 -48
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js +0 -166
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js +0 -573
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js +0 -228
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js +0 -1128
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js +0 -739
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js +0 -186
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js +0 -140
- package/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js +0 -221
- package/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js +0 -29
- package/node_modules/handlebars/dist/cjs/handlebars/decorators.js +0 -16
- package/node_modules/handlebars/dist/cjs/handlebars/exception.js +0 -54
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js +0 -39
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js +0 -94
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js +0 -25
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js +0 -29
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js +0 -26
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js +0 -12
- package/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js +0 -33
- package/node_modules/handlebars/dist/cjs/handlebars/helpers.js +0 -46
- package/node_modules/handlebars/dist/cjs/handlebars/logger.js +0 -47
- package/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js +0 -20
- package/node_modules/handlebars/dist/cjs/handlebars/runtime.js +0 -307
- package/node_modules/handlebars/dist/cjs/handlebars/safe-string.js +0 -15
- package/node_modules/handlebars/dist/cjs/handlebars/utils.js +0 -124
- package/node_modules/handlebars/dist/cjs/handlebars.js +0 -65
- package/node_modules/handlebars/dist/cjs/handlebars.runtime.js +0 -66
- package/node_modules/handlebars/dist/cjs/precompiler.js +0 -327
- package/node_modules/handlebars/dist/handlebars.amd.js +0 -4350
- package/node_modules/handlebars/dist/handlebars.amd.min.js +0 -29
- package/node_modules/handlebars/dist/handlebars.js +0 -4838
- package/node_modules/handlebars/dist/handlebars.min.js +0 -29
- package/node_modules/handlebars/dist/handlebars.runtime.amd.js +0 -1046
- package/node_modules/handlebars/dist/handlebars.runtime.amd.min.js +0 -27
- package/node_modules/handlebars/dist/handlebars.runtime.js +0 -1468
- package/node_modules/handlebars/dist/handlebars.runtime.min.js +0 -27
- package/node_modules/handlebars/lib/handlebars/base.js +0 -78
- package/node_modules/handlebars/lib/handlebars/compiler/ast.js +0 -28
- package/node_modules/handlebars/lib/handlebars/compiler/base.js +0 -24
- package/node_modules/handlebars/lib/handlebars/compiler/code-gen.js +0 -168
- package/node_modules/handlebars/lib/handlebars/compiler/compiler.js +0 -559
- package/node_modules/handlebars/lib/handlebars/compiler/helpers.js +0 -210
- package/node_modules/handlebars/lib/handlebars/compiler/javascript-compiler.js +0 -1137
- package/node_modules/handlebars/lib/handlebars/compiler/parser.js +0 -622
- package/node_modules/handlebars/lib/handlebars/compiler/printer.js +0 -171
- package/node_modules/handlebars/lib/handlebars/compiler/visitor.js +0 -129
- package/node_modules/handlebars/lib/handlebars/compiler/whitespace-control.js +0 -216
- package/node_modules/handlebars/lib/handlebars/decorators/inline.js +0 -22
- package/node_modules/handlebars/lib/handlebars/decorators.js +0 -6
- package/node_modules/handlebars/lib/handlebars/exception.js +0 -49
- package/node_modules/handlebars/lib/handlebars/helpers/block-helper-missing.js +0 -32
- package/node_modules/handlebars/lib/handlebars/helpers/each.js +0 -79
- package/node_modules/handlebars/lib/handlebars/helpers/helper-missing.js +0 -13
- package/node_modules/handlebars/lib/handlebars/helpers/if.js +0 -20
- package/node_modules/handlebars/lib/handlebars/helpers/log.js +0 -19
- package/node_modules/handlebars/lib/handlebars/helpers/lookup.js +0 -5
- package/node_modules/handlebars/lib/handlebars/helpers/with.js +0 -24
- package/node_modules/handlebars/lib/handlebars/helpers.js +0 -17
- package/node_modules/handlebars/lib/handlebars/logger.js +0 -35
- package/node_modules/handlebars/lib/handlebars/no-conflict.js +0 -13
- package/node_modules/handlebars/lib/handlebars/runtime.js +0 -281
- package/node_modules/handlebars/lib/handlebars/safe-string.js +0 -10
- package/node_modules/handlebars/lib/handlebars/utils.js +0 -108
- package/node_modules/handlebars/lib/handlebars.js +0 -41
- package/node_modules/handlebars/lib/handlebars.runtime.js +0 -37
- package/node_modules/handlebars/lib/index.js +0 -25
- package/node_modules/handlebars/lib/precompiler.js +0 -298
- package/node_modules/handlebars/node_modules/source-map/CHANGELOG.md +0 -301
- package/node_modules/handlebars/node_modules/source-map/LICENSE +0 -28
- package/node_modules/handlebars/node_modules/source-map/README.md +0 -742
- package/node_modules/handlebars/node_modules/source-map/dist/source-map.debug.js +0 -3234
- package/node_modules/handlebars/node_modules/source-map/dist/source-map.js +0 -3233
- package/node_modules/handlebars/node_modules/source-map/dist/source-map.min.js +0 -2
- package/node_modules/handlebars/node_modules/source-map/dist/source-map.min.js.map +0 -1
- package/node_modules/handlebars/node_modules/source-map/lib/array-set.js +0 -121
- package/node_modules/handlebars/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/node_modules/handlebars/node_modules/source-map/lib/base64.js +0 -67
- package/node_modules/handlebars/node_modules/source-map/lib/binary-search.js +0 -111
- package/node_modules/handlebars/node_modules/source-map/lib/mapping-list.js +0 -79
- package/node_modules/handlebars/node_modules/source-map/lib/quick-sort.js +0 -114
- package/node_modules/handlebars/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/node_modules/handlebars/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/node_modules/handlebars/node_modules/source-map/lib/source-node.js +0 -413
- package/node_modules/handlebars/node_modules/source-map/lib/util.js +0 -488
- package/node_modules/handlebars/node_modules/source-map/package.json +0 -215
- package/node_modules/handlebars/node_modules/source-map/source-map.d.ts +0 -98
- package/node_modules/handlebars/node_modules/source-map/source-map.js +0 -8
- package/node_modules/handlebars/package.json +0 -121
- package/node_modules/handlebars/print-script +0 -95
- package/node_modules/handlebars/release-notes.md +0 -624
- package/node_modules/handlebars/runtime.js +0 -3
- package/node_modules/has-flag/index.js +0 -8
- package/node_modules/has-flag/license +0 -9
- package/node_modules/has-flag/package.json +0 -81
- package/node_modules/has-flag/readme.md +0 -70
- package/node_modules/hasha/index.js +0 -67
- package/node_modules/hasha/license +0 -21
- package/node_modules/hasha/package.json +0 -87
- package/node_modules/hasha/readme.md +0 -120
- package/node_modules/hosted-git-info/CHANGELOG.md +0 -54
- package/node_modules/hosted-git-info/LICENSE +0 -13
- package/node_modules/hosted-git-info/README.md +0 -133
- package/node_modules/hosted-git-info/git-host-info.js +0 -77
- package/node_modules/hosted-git-info/git-host.js +0 -131
- package/node_modules/hosted-git-info/index.js +0 -122
- package/node_modules/hosted-git-info/package.json +0 -72
- package/node_modules/imurmurhash/README.md +0 -122
- package/node_modules/imurmurhash/imurmurhash.js +0 -138
- package/node_modules/imurmurhash/imurmurhash.min.js +0 -12
- package/node_modules/imurmurhash/package.json +0 -67
- package/node_modules/inflight/LICENSE +0 -15
- package/node_modules/inflight/README.md +0 -37
- package/node_modules/inflight/inflight.js +0 -54
- package/node_modules/inflight/package.json +0 -62
- package/node_modules/inherits/LICENSE +0 -16
- package/node_modules/inherits/README.md +0 -42
- package/node_modules/inherits/inherits.js +0 -7
- package/node_modules/inherits/inherits_browser.js +0 -23
- package/node_modules/inherits/package.json +0 -67
- package/node_modules/invert-kv/index.js +0 -15
- package/node_modules/invert-kv/license +0 -9
- package/node_modules/invert-kv/package.json +0 -67
- package/node_modules/invert-kv/readme.md +0 -25
- package/node_modules/is-arrayish/.editorconfig +0 -18
- package/node_modules/is-arrayish/.istanbul.yml +0 -4
- package/node_modules/is-arrayish/.npmignore +0 -5
- package/node_modules/is-arrayish/.travis.yml +0 -17
- package/node_modules/is-arrayish/LICENSE +0 -21
- package/node_modules/is-arrayish/README.md +0 -16
- package/node_modules/is-arrayish/index.js +0 -10
- package/node_modules/is-arrayish/package.json +0 -69
- package/node_modules/is-builtin-module/index.js +0 -10
- package/node_modules/is-builtin-module/license +0 -21
- package/node_modules/is-builtin-module/package.json +0 -78
- package/node_modules/is-builtin-module/readme.md +0 -33
- package/node_modules/is-fullwidth-code-point/index.js +0 -46
- package/node_modules/is-fullwidth-code-point/license +0 -21
- package/node_modules/is-fullwidth-code-point/package.json +0 -81
- package/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/node_modules/is-stream/index.js +0 -21
- package/node_modules/is-stream/license +0 -21
- package/node_modules/is-stream/package.json +0 -75
- package/node_modules/is-stream/readme.md +0 -42
- package/node_modules/isexe/.npmignore +0 -2
- package/node_modules/isexe/LICENSE +0 -15
- package/node_modules/isexe/README.md +0 -51
- package/node_modules/isexe/index.js +0 -57
- package/node_modules/isexe/mode.js +0 -41
- package/node_modules/isexe/package.json +0 -64
- package/node_modules/isexe/test/basic.js +0 -221
- package/node_modules/isexe/windows.js +0 -42
- package/node_modules/istanbul-lib-coverage/CHANGELOG.md +0 -106
- package/node_modules/istanbul-lib-coverage/LICENSE +0 -24
- package/node_modules/istanbul-lib-coverage/README.md +0 -33
- package/node_modules/istanbul-lib-coverage/index.js +0 -64
- package/node_modules/istanbul-lib-coverage/lib/coverage-map.js +0 -130
- package/node_modules/istanbul-lib-coverage/lib/file.js +0 -356
- package/node_modules/istanbul-lib-coverage/package.json +0 -76
- package/node_modules/istanbul-lib-hook/CHANGELOG.md +0 -109
- package/node_modules/istanbul-lib-hook/LICENSE +0 -24
- package/node_modules/istanbul-lib-hook/README.md +0 -7
- package/node_modules/istanbul-lib-hook/index.js +0 -5
- package/node_modules/istanbul-lib-hook/lib/hook.js +0 -237
- package/node_modules/istanbul-lib-hook/package.json +0 -65
- package/node_modules/istanbul-lib-report/CHANGELOG.md +0 -102
- package/node_modules/istanbul-lib-report/LICENSE +0 -24
- package/node_modules/istanbul-lib-report/README.md +0 -8
- package/node_modules/istanbul-lib-report/index.js +0 -56
- package/node_modules/istanbul-lib-report/lib/context.js +0 -126
- package/node_modules/istanbul-lib-report/lib/file-writer.js +0 -188
- package/node_modules/istanbul-lib-report/lib/path.js +0 -162
- package/node_modules/istanbul-lib-report/lib/summarizer.js +0 -294
- package/node_modules/istanbul-lib-report/lib/tree.js +0 -164
- package/node_modules/istanbul-lib-report/lib/watermarks.js +0 -14
- package/node_modules/istanbul-lib-report/lib/xml-writer.js +0 -102
- package/node_modules/istanbul-lib-report/node_modules/supports-color/browser.js +0 -5
- package/node_modules/istanbul-lib-report/node_modules/supports-color/index.js +0 -138
- package/node_modules/istanbul-lib-report/node_modules/supports-color/license +0 -9
- package/node_modules/istanbul-lib-report/node_modules/supports-color/package.json +0 -88
- package/node_modules/istanbul-lib-report/node_modules/supports-color/readme.md +0 -85
- package/node_modules/istanbul-lib-report/package.json +0 -71
- package/node_modules/istanbul-lib-source-maps/CHANGELOG.md +0 -156
- package/node_modules/istanbul-lib-source-maps/LICENSE +0 -24
- package/node_modules/istanbul-lib-source-maps/README.md +0 -12
- package/node_modules/istanbul-lib-source-maps/index.js +0 -15
- package/node_modules/istanbul-lib-source-maps/lib/map-store.js +0 -172
- package/node_modules/istanbul-lib-source-maps/lib/mapped.js +0 -130
- package/node_modules/istanbul-lib-source-maps/lib/pathutils.js +0 -19
- package/node_modules/istanbul-lib-source-maps/lib/source-store.js +0 -78
- package/node_modules/istanbul-lib-source-maps/lib/transformer.js +0 -267
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/CHANGELOG.md +0 -301
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/LICENSE +0 -28
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/README.md +0 -742
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist/source-map.debug.js +0 -3234
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist/source-map.js +0 -3233
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist/source-map.min.js +0 -2
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist/source-map.min.js.map +0 -1
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/array-set.js +0 -121
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/base64.js +0 -67
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/binary-search.js +0 -111
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/mapping-list.js +0 -79
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/quick-sort.js +0 -114
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/source-node.js +0 -413
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/util.js +0 -488
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/package.json +0 -215
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/source-map.d.ts +0 -98
- package/node_modules/istanbul-lib-source-maps/node_modules/source-map/source-map.js +0 -8
- package/node_modules/istanbul-lib-source-maps/package.json +0 -76
- package/node_modules/istanbul-reports/CHANGELOG.md +0 -198
- package/node_modules/istanbul-reports/LICENSE +0 -24
- package/node_modules/istanbul-reports/README.md +0 -14
- package/node_modules/istanbul-reports/index.js +0 -19
- package/node_modules/istanbul-reports/lib/clover/index.js +0 -166
- package/node_modules/istanbul-reports/lib/cobertura/index.js +0 -146
- package/node_modules/istanbul-reports/lib/html/annotator.js +0 -278
- package/node_modules/istanbul-reports/lib/html/assets/base.css +0 -223
- package/node_modules/istanbul-reports/lib/html/assets/block-navigation.js +0 -78
- package/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png +0 -0
- package/node_modules/istanbul-reports/lib/html/assets/sorter.js +0 -169
- package/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css +0 -1
- package/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js +0 -1
- package/node_modules/istanbul-reports/lib/html/helpers.js +0 -107
- package/node_modules/istanbul-reports/lib/html/index.js +0 -277
- package/node_modules/istanbul-reports/lib/html/insertion-text.js +0 -113
- package/node_modules/istanbul-reports/lib/html/templates/foot.txt +0 -21
- package/node_modules/istanbul-reports/lib/html/templates/head.txt +0 -63
- package/node_modules/istanbul-reports/lib/json/index.js +0 -39
- package/node_modules/istanbul-reports/lib/json-summary/index.js +0 -48
- package/node_modules/istanbul-reports/lib/lcov/index.js +0 -29
- package/node_modules/istanbul-reports/lib/lcovonly/index.js +0 -68
- package/node_modules/istanbul-reports/lib/none/index.js +0 -7
- package/node_modules/istanbul-reports/lib/teamcity/index.js +0 -55
- package/node_modules/istanbul-reports/lib/text/index.js +0 -245
- package/node_modules/istanbul-reports/lib/text-lcov/index.js +0 -14
- package/node_modules/istanbul-reports/lib/text-summary/index.js +0 -60
- package/node_modules/istanbul-reports/package.json +0 -69
- package/node_modules/json-parse-better-errors/CHANGELOG.md +0 -46
- package/node_modules/json-parse-better-errors/LICENSE.md +0 -7
- package/node_modules/json-parse-better-errors/README.md +0 -46
- package/node_modules/json-parse-better-errors/index.js +0 -38
- package/node_modules/json-parse-better-errors/package.json +0 -79
- package/node_modules/lcid/index.js +0 -23
- package/node_modules/lcid/lcid.json +0 -203
- package/node_modules/lcid/license +0 -9
- package/node_modules/lcid/package.json +0 -82
- package/node_modules/lcid/readme.md +0 -35
- package/node_modules/load-json-file/index.js +0 -11
- package/node_modules/load-json-file/license +0 -21
- package/node_modules/load-json-file/package.json +0 -79
- package/node_modules/load-json-file/readme.md +0 -45
- package/node_modules/locate-path/index.js +0 -24
- package/node_modules/locate-path/license +0 -9
- package/node_modules/locate-path/package.json +0 -79
- package/node_modules/locate-path/readme.md +0 -99
- package/node_modules/lodash/LICENSE +0 -47
- package/node_modules/lodash/README.md +0 -39
- package/node_modules/lodash/_DataView.js +0 -7
- package/node_modules/lodash/_Hash.js +0 -32
- package/node_modules/lodash/_LazyWrapper.js +0 -28
- package/node_modules/lodash/_ListCache.js +0 -32
- package/node_modules/lodash/_LodashWrapper.js +0 -22
- package/node_modules/lodash/_Map.js +0 -7
- package/node_modules/lodash/_MapCache.js +0 -32
- package/node_modules/lodash/_Promise.js +0 -7
- package/node_modules/lodash/_Set.js +0 -7
- package/node_modules/lodash/_SetCache.js +0 -27
- package/node_modules/lodash/_Stack.js +0 -27
- package/node_modules/lodash/_Symbol.js +0 -6
- package/node_modules/lodash/_Uint8Array.js +0 -6
- package/node_modules/lodash/_WeakMap.js +0 -7
- package/node_modules/lodash/_apply.js +0 -21
- package/node_modules/lodash/_arrayAggregator.js +0 -22
- package/node_modules/lodash/_arrayEach.js +0 -22
- package/node_modules/lodash/_arrayEachRight.js +0 -21
- package/node_modules/lodash/_arrayEvery.js +0 -23
- package/node_modules/lodash/_arrayFilter.js +0 -25
- package/node_modules/lodash/_arrayIncludes.js +0 -17
- package/node_modules/lodash/_arrayIncludesWith.js +0 -22
- package/node_modules/lodash/_arrayLikeKeys.js +0 -49
- package/node_modules/lodash/_arrayMap.js +0 -21
- package/node_modules/lodash/_arrayPush.js +0 -20
- package/node_modules/lodash/_arrayReduce.js +0 -26
- package/node_modules/lodash/_arrayReduceRight.js +0 -24
- package/node_modules/lodash/_arraySample.js +0 -15
- package/node_modules/lodash/_arraySampleSize.js +0 -17
- package/node_modules/lodash/_arrayShuffle.js +0 -15
- package/node_modules/lodash/_arraySome.js +0 -23
- package/node_modules/lodash/_asciiSize.js +0 -12
- package/node_modules/lodash/_asciiToArray.js +0 -12
- package/node_modules/lodash/_asciiWords.js +0 -15
- package/node_modules/lodash/_assignMergeValue.js +0 -20
- package/node_modules/lodash/_assignValue.js +0 -28
- package/node_modules/lodash/_assocIndexOf.js +0 -21
- package/node_modules/lodash/_baseAggregator.js +0 -21
- package/node_modules/lodash/_baseAssign.js +0 -17
- package/node_modules/lodash/_baseAssignIn.js +0 -17
- package/node_modules/lodash/_baseAssignValue.js +0 -25
- package/node_modules/lodash/_baseAt.js +0 -23
- package/node_modules/lodash/_baseClamp.js +0 -22
- package/node_modules/lodash/_baseClone.js +0 -171
- package/node_modules/lodash/_baseConforms.js +0 -18
- package/node_modules/lodash/_baseConformsTo.js +0 -27
- package/node_modules/lodash/_baseCreate.js +0 -30
- package/node_modules/lodash/_baseDelay.js +0 -21
- package/node_modules/lodash/_baseDifference.js +0 -67
- package/node_modules/lodash/_baseEach.js +0 -14
- package/node_modules/lodash/_baseEachRight.js +0 -14
- package/node_modules/lodash/_baseEvery.js +0 -21
- package/node_modules/lodash/_baseExtremum.js +0 -32
- package/node_modules/lodash/_baseFill.js +0 -32
- package/node_modules/lodash/_baseFilter.js +0 -21
- package/node_modules/lodash/_baseFindIndex.js +0 -24
- package/node_modules/lodash/_baseFindKey.js +0 -23
- package/node_modules/lodash/_baseFlatten.js +0 -38
- package/node_modules/lodash/_baseFor.js +0 -16
- package/node_modules/lodash/_baseForOwn.js +0 -16
- package/node_modules/lodash/_baseForOwnRight.js +0 -16
- package/node_modules/lodash/_baseForRight.js +0 -15
- package/node_modules/lodash/_baseFunctions.js +0 -19
- package/node_modules/lodash/_baseGet.js +0 -24
- package/node_modules/lodash/_baseGetAllKeys.js +0 -20
- package/node_modules/lodash/_baseGetTag.js +0 -28
- package/node_modules/lodash/_baseGt.js +0 -14
- package/node_modules/lodash/_baseHas.js +0 -19
- package/node_modules/lodash/_baseHasIn.js +0 -13
- package/node_modules/lodash/_baseInRange.js +0 -18
- package/node_modules/lodash/_baseIndexOf.js +0 -20
- package/node_modules/lodash/_baseIndexOfWith.js +0 -23
- package/node_modules/lodash/_baseIntersection.js +0 -74
- package/node_modules/lodash/_baseInverter.js +0 -21
- package/node_modules/lodash/_baseInvoke.js +0 -24
- package/node_modules/lodash/_baseIsArguments.js +0 -18
- package/node_modules/lodash/_baseIsArrayBuffer.js +0 -17
- package/node_modules/lodash/_baseIsDate.js +0 -18
- package/node_modules/lodash/_baseIsEqual.js +0 -28
- package/node_modules/lodash/_baseIsEqualDeep.js +0 -83
- package/node_modules/lodash/_baseIsMap.js +0 -18
- package/node_modules/lodash/_baseIsMatch.js +0 -62
- package/node_modules/lodash/_baseIsNaN.js +0 -12
- package/node_modules/lodash/_baseIsNative.js +0 -47
- package/node_modules/lodash/_baseIsRegExp.js +0 -18
- package/node_modules/lodash/_baseIsSet.js +0 -18
- package/node_modules/lodash/_baseIsTypedArray.js +0 -60
- package/node_modules/lodash/_baseIteratee.js +0 -31
- package/node_modules/lodash/_baseKeys.js +0 -30
- package/node_modules/lodash/_baseKeysIn.js +0 -33
- package/node_modules/lodash/_baseLodash.js +0 -10
- package/node_modules/lodash/_baseLt.js +0 -14
- package/node_modules/lodash/_baseMap.js +0 -22
- package/node_modules/lodash/_baseMatches.js +0 -22
- package/node_modules/lodash/_baseMatchesProperty.js +0 -33
- package/node_modules/lodash/_baseMean.js +0 -20
- package/node_modules/lodash/_baseMerge.js +0 -42
- package/node_modules/lodash/_baseMergeDeep.js +0 -94
- package/node_modules/lodash/_baseNth.js +0 -20
- package/node_modules/lodash/_baseOrderBy.js +0 -34
- package/node_modules/lodash/_basePick.js +0 -19
- package/node_modules/lodash/_basePickBy.js +0 -30
- package/node_modules/lodash/_baseProperty.js +0 -14
- package/node_modules/lodash/_basePropertyDeep.js +0 -16
- package/node_modules/lodash/_basePropertyOf.js +0 -14
- package/node_modules/lodash/_basePullAll.js +0 -51
- package/node_modules/lodash/_basePullAt.js +0 -37
- package/node_modules/lodash/_baseRandom.js +0 -18
- package/node_modules/lodash/_baseRange.js +0 -28
- package/node_modules/lodash/_baseReduce.js +0 -23
- package/node_modules/lodash/_baseRepeat.js +0 -35
- package/node_modules/lodash/_baseRest.js +0 -17
- package/node_modules/lodash/_baseSample.js +0 -15
- package/node_modules/lodash/_baseSampleSize.js +0 -18
- package/node_modules/lodash/_baseSet.js +0 -47
- package/node_modules/lodash/_baseSetData.js +0 -17
- package/node_modules/lodash/_baseSetToString.js +0 -22
- package/node_modules/lodash/_baseShuffle.js +0 -15
- package/node_modules/lodash/_baseSlice.js +0 -31
- package/node_modules/lodash/_baseSome.js +0 -22
- package/node_modules/lodash/_baseSortBy.js +0 -21
- package/node_modules/lodash/_baseSortedIndex.js +0 -42
- package/node_modules/lodash/_baseSortedIndexBy.js +0 -64
- package/node_modules/lodash/_baseSortedUniq.js +0 -30
- package/node_modules/lodash/_baseSum.js +0 -24
- package/node_modules/lodash/_baseTimes.js +0 -20
- package/node_modules/lodash/_baseToNumber.js +0 -24
- package/node_modules/lodash/_baseToPairs.js +0 -18
- package/node_modules/lodash/_baseToString.js +0 -37
- package/node_modules/lodash/_baseUnary.js +0 -14
- package/node_modules/lodash/_baseUniq.js +0 -72
- package/node_modules/lodash/_baseUnset.js +0 -20
- package/node_modules/lodash/_baseUpdate.js +0 -18
- package/node_modules/lodash/_baseValues.js +0 -19
- package/node_modules/lodash/_baseWhile.js +0 -26
- package/node_modules/lodash/_baseWrapperValue.js +0 -25
- package/node_modules/lodash/_baseXor.js +0 -36
- package/node_modules/lodash/_baseZipObject.js +0 -23
- package/node_modules/lodash/_cacheHas.js +0 -13
- package/node_modules/lodash/_castArrayLikeObject.js +0 -14
- package/node_modules/lodash/_castFunction.js +0 -14
- package/node_modules/lodash/_castPath.js +0 -21
- package/node_modules/lodash/_castRest.js +0 -14
- package/node_modules/lodash/_castSlice.js +0 -18
- package/node_modules/lodash/_charsEndIndex.js +0 -19
- package/node_modules/lodash/_charsStartIndex.js +0 -20
- package/node_modules/lodash/_cloneArrayBuffer.js +0 -16
- package/node_modules/lodash/_cloneBuffer.js +0 -35
- package/node_modules/lodash/_cloneDataView.js +0 -16
- package/node_modules/lodash/_cloneRegExp.js +0 -17
- package/node_modules/lodash/_cloneSymbol.js +0 -18
- package/node_modules/lodash/_cloneTypedArray.js +0 -16
- package/node_modules/lodash/_compareAscending.js +0 -41
- package/node_modules/lodash/_compareMultiple.js +0 -44
- package/node_modules/lodash/_composeArgs.js +0 -39
- package/node_modules/lodash/_composeArgsRight.js +0 -41
- package/node_modules/lodash/_copyArray.js +0 -20
- package/node_modules/lodash/_copyObject.js +0 -40
- package/node_modules/lodash/_copySymbols.js +0 -16
- package/node_modules/lodash/_copySymbolsIn.js +0 -16
- package/node_modules/lodash/_coreJsData.js +0 -6
- package/node_modules/lodash/_countHolders.js +0 -21
- package/node_modules/lodash/_createAggregator.js +0 -23
- package/node_modules/lodash/_createAssigner.js +0 -37
- package/node_modules/lodash/_createBaseEach.js +0 -32
- package/node_modules/lodash/_createBaseFor.js +0 -25
- package/node_modules/lodash/_createBind.js +0 -28
- package/node_modules/lodash/_createCaseFirst.js +0 -33
- package/node_modules/lodash/_createCompounder.js +0 -24
- package/node_modules/lodash/_createCtor.js +0 -37
- package/node_modules/lodash/_createCurry.js +0 -46
- package/node_modules/lodash/_createFind.js +0 -25
- package/node_modules/lodash/_createFlow.js +0 -78
- package/node_modules/lodash/_createHybrid.js +0 -92
- package/node_modules/lodash/_createInverter.js +0 -17
- package/node_modules/lodash/_createMathOperation.js +0 -38
- package/node_modules/lodash/_createOver.js +0 -27
- package/node_modules/lodash/_createPadding.js +0 -33
- package/node_modules/lodash/_createPartial.js +0 -43
- package/node_modules/lodash/_createRange.js +0 -30
- package/node_modules/lodash/_createRecurry.js +0 -56
- package/node_modules/lodash/_createRelationalOperation.js +0 -20
- package/node_modules/lodash/_createRound.js +0 -33
- package/node_modules/lodash/_createSet.js +0 -19
- package/node_modules/lodash/_createToPairs.js +0 -30
- package/node_modules/lodash/_createWrap.js +0 -106
- package/node_modules/lodash/_customDefaultsAssignIn.js +0 -29
- package/node_modules/lodash/_customDefaultsMerge.js +0 -28
- package/node_modules/lodash/_customOmitClone.js +0 -16
- package/node_modules/lodash/_deburrLetter.js +0 -71
- package/node_modules/lodash/_defineProperty.js +0 -11
- package/node_modules/lodash/_equalArrays.js +0 -83
- package/node_modules/lodash/_equalByTag.js +0 -112
- package/node_modules/lodash/_equalObjects.js +0 -89
- package/node_modules/lodash/_escapeHtmlChar.js +0 -21
- package/node_modules/lodash/_escapeStringChar.js +0 -22
- package/node_modules/lodash/_flatRest.js +0 -16
- package/node_modules/lodash/_freeGlobal.js +0 -4
- package/node_modules/lodash/_getAllKeys.js +0 -16
- package/node_modules/lodash/_getAllKeysIn.js +0 -17
- package/node_modules/lodash/_getData.js +0 -15
- package/node_modules/lodash/_getFuncName.js +0 -31
- package/node_modules/lodash/_getHolder.js +0 -13
- package/node_modules/lodash/_getMapData.js +0 -18
- package/node_modules/lodash/_getMatchData.js +0 -24
- package/node_modules/lodash/_getNative.js +0 -17
- package/node_modules/lodash/_getPrototype.js +0 -6
- package/node_modules/lodash/_getRawTag.js +0 -46
- package/node_modules/lodash/_getSymbols.js +0 -30
- package/node_modules/lodash/_getSymbolsIn.js +0 -25
- package/node_modules/lodash/_getTag.js +0 -58
- package/node_modules/lodash/_getValue.js +0 -13
- package/node_modules/lodash/_getView.js +0 -33
- package/node_modules/lodash/_getWrapDetails.js +0 -17
- package/node_modules/lodash/_hasPath.js +0 -39
- package/node_modules/lodash/_hasUnicode.js +0 -26
- package/node_modules/lodash/_hasUnicodeWord.js +0 -15
- package/node_modules/lodash/_hashClear.js +0 -15
- package/node_modules/lodash/_hashDelete.js +0 -17
- package/node_modules/lodash/_hashGet.js +0 -30
- package/node_modules/lodash/_hashHas.js +0 -23
- package/node_modules/lodash/_hashSet.js +0 -23
- package/node_modules/lodash/_initCloneArray.js +0 -26
- package/node_modules/lodash/_initCloneByTag.js +0 -77
- package/node_modules/lodash/_initCloneObject.js +0 -18
- package/node_modules/lodash/_insertWrapDetails.js +0 -23
- package/node_modules/lodash/_isFlattenable.js +0 -20
- package/node_modules/lodash/_isIndex.js +0 -25
- package/node_modules/lodash/_isIterateeCall.js +0 -30
- package/node_modules/lodash/_isKey.js +0 -29
- package/node_modules/lodash/_isKeyable.js +0 -15
- package/node_modules/lodash/_isLaziable.js +0 -28
- package/node_modules/lodash/_isMaskable.js +0 -14
- package/node_modules/lodash/_isMasked.js +0 -20
- package/node_modules/lodash/_isPrototype.js +0 -18
- package/node_modules/lodash/_isStrictComparable.js +0 -15
- package/node_modules/lodash/_iteratorToArray.js +0 -18
- package/node_modules/lodash/_lazyClone.js +0 -23
- package/node_modules/lodash/_lazyReverse.js +0 -23
- package/node_modules/lodash/_lazyValue.js +0 -69
- package/node_modules/lodash/_listCacheClear.js +0 -13
- package/node_modules/lodash/_listCacheDelete.js +0 -35
- package/node_modules/lodash/_listCacheGet.js +0 -19
- package/node_modules/lodash/_listCacheHas.js +0 -16
- package/node_modules/lodash/_listCacheSet.js +0 -26
- package/node_modules/lodash/_mapCacheClear.js +0 -21
- package/node_modules/lodash/_mapCacheDelete.js +0 -18
- package/node_modules/lodash/_mapCacheGet.js +0 -16
- package/node_modules/lodash/_mapCacheHas.js +0 -16
- package/node_modules/lodash/_mapCacheSet.js +0 -22
- package/node_modules/lodash/_mapToArray.js +0 -18
- package/node_modules/lodash/_matchesStrictComparable.js +0 -20
- package/node_modules/lodash/_memoizeCapped.js +0 -26
- package/node_modules/lodash/_mergeData.js +0 -90
- package/node_modules/lodash/_metaMap.js +0 -6
- package/node_modules/lodash/_nativeCreate.js +0 -6
- package/node_modules/lodash/_nativeKeys.js +0 -6
- package/node_modules/lodash/_nativeKeysIn.js +0 -20
- package/node_modules/lodash/_nodeUtil.js +0 -30
- package/node_modules/lodash/_objectToString.js +0 -22
- package/node_modules/lodash/_overArg.js +0 -15
- package/node_modules/lodash/_overRest.js +0 -36
- package/node_modules/lodash/_parent.js +0 -16
- package/node_modules/lodash/_reEscape.js +0 -4
- package/node_modules/lodash/_reEvaluate.js +0 -4
- package/node_modules/lodash/_reInterpolate.js +0 -4
- package/node_modules/lodash/_realNames.js +0 -4
- package/node_modules/lodash/_reorder.js +0 -29
- package/node_modules/lodash/_replaceHolders.js +0 -29
- package/node_modules/lodash/_root.js +0 -9
- package/node_modules/lodash/_safeGet.js +0 -17
- package/node_modules/lodash/_setCacheAdd.js +0 -19
- package/node_modules/lodash/_setCacheHas.js +0 -14
- package/node_modules/lodash/_setData.js +0 -20
- package/node_modules/lodash/_setToArray.js +0 -18
- package/node_modules/lodash/_setToPairs.js +0 -18
- package/node_modules/lodash/_setToString.js +0 -14
- package/node_modules/lodash/_setWrapToString.js +0 -21
- package/node_modules/lodash/_shortOut.js +0 -37
- package/node_modules/lodash/_shuffleSelf.js +0 -28
- package/node_modules/lodash/_stackClear.js +0 -15
- package/node_modules/lodash/_stackDelete.js +0 -18
- package/node_modules/lodash/_stackGet.js +0 -14
- package/node_modules/lodash/_stackHas.js +0 -14
- package/node_modules/lodash/_stackSet.js +0 -34
- package/node_modules/lodash/_strictIndexOf.js +0 -23
- package/node_modules/lodash/_strictLastIndexOf.js +0 -21
- package/node_modules/lodash/_stringSize.js +0 -18
- package/node_modules/lodash/_stringToArray.js +0 -18
- package/node_modules/lodash/_stringToPath.js +0 -27
- package/node_modules/lodash/_toKey.js +0 -21
- package/node_modules/lodash/_toSource.js +0 -26
- package/node_modules/lodash/_unescapeHtmlChar.js +0 -21
- package/node_modules/lodash/_unicodeSize.js +0 -44
- package/node_modules/lodash/_unicodeToArray.js +0 -40
- package/node_modules/lodash/_unicodeWords.js +0 -69
- package/node_modules/lodash/_updateWrapDetails.js +0 -46
- package/node_modules/lodash/_wrapperClone.js +0 -23
- package/node_modules/lodash/add.js +0 -22
- package/node_modules/lodash/after.js +0 -42
- package/node_modules/lodash/array.js +0 -67
- package/node_modules/lodash/ary.js +0 -29
- package/node_modules/lodash/assign.js +0 -58
- package/node_modules/lodash/assignIn.js +0 -40
- package/node_modules/lodash/assignInWith.js +0 -38
- package/node_modules/lodash/assignWith.js +0 -37
- package/node_modules/lodash/at.js +0 -23
- package/node_modules/lodash/attempt.js +0 -35
- package/node_modules/lodash/before.js +0 -40
- package/node_modules/lodash/bind.js +0 -57
- package/node_modules/lodash/bindAll.js +0 -41
- package/node_modules/lodash/bindKey.js +0 -68
- package/node_modules/lodash/camelCase.js +0 -29
- package/node_modules/lodash/capitalize.js +0 -23
- package/node_modules/lodash/castArray.js +0 -44
- package/node_modules/lodash/ceil.js +0 -26
- package/node_modules/lodash/chain.js +0 -38
- package/node_modules/lodash/chunk.js +0 -50
- package/node_modules/lodash/clamp.js +0 -39
- package/node_modules/lodash/clone.js +0 -36
- package/node_modules/lodash/cloneDeep.js +0 -29
- package/node_modules/lodash/cloneDeepWith.js +0 -40
- package/node_modules/lodash/cloneWith.js +0 -42
- package/node_modules/lodash/collection.js +0 -30
- package/node_modules/lodash/commit.js +0 -33
- package/node_modules/lodash/compact.js +0 -31
- package/node_modules/lodash/concat.js +0 -43
- package/node_modules/lodash/cond.js +0 -60
- package/node_modules/lodash/conforms.js +0 -35
- package/node_modules/lodash/conformsTo.js +0 -32
- package/node_modules/lodash/constant.js +0 -26
- package/node_modules/lodash/core.js +0 -3854
- package/node_modules/lodash/core.min.js +0 -29
- package/node_modules/lodash/countBy.js +0 -40
- package/node_modules/lodash/create.js +0 -43
- package/node_modules/lodash/curry.js +0 -57
- package/node_modules/lodash/curryRight.js +0 -54
- package/node_modules/lodash/date.js +0 -3
- package/node_modules/lodash/debounce.js +0 -190
- package/node_modules/lodash/deburr.js +0 -45
- package/node_modules/lodash/defaultTo.js +0 -25
- package/node_modules/lodash/defaults.js +0 -64
- package/node_modules/lodash/defaultsDeep.js +0 -30
- package/node_modules/lodash/defer.js +0 -26
- package/node_modules/lodash/delay.js +0 -28
- package/node_modules/lodash/difference.js +0 -33
- package/node_modules/lodash/differenceBy.js +0 -44
- package/node_modules/lodash/differenceWith.js +0 -40
- package/node_modules/lodash/divide.js +0 -22
- package/node_modules/lodash/drop.js +0 -38
- package/node_modules/lodash/dropRight.js +0 -39
- package/node_modules/lodash/dropRightWhile.js +0 -45
- package/node_modules/lodash/dropWhile.js +0 -45
- package/node_modules/lodash/each.js +0 -1
- package/node_modules/lodash/eachRight.js +0 -1
- package/node_modules/lodash/endsWith.js +0 -43
- package/node_modules/lodash/entries.js +0 -1
- package/node_modules/lodash/entriesIn.js +0 -1
- package/node_modules/lodash/eq.js +0 -37
- package/node_modules/lodash/escape.js +0 -43
- package/node_modules/lodash/escapeRegExp.js +0 -32
- package/node_modules/lodash/every.js +0 -56
- package/node_modules/lodash/extend.js +0 -1
- package/node_modules/lodash/extendWith.js +0 -1
- package/node_modules/lodash/fill.js +0 -45
- package/node_modules/lodash/filter.js +0 -48
- package/node_modules/lodash/find.js +0 -42
- package/node_modules/lodash/findIndex.js +0 -55
- package/node_modules/lodash/findKey.js +0 -44
- package/node_modules/lodash/findLast.js +0 -25
- package/node_modules/lodash/findLastIndex.js +0 -59
- package/node_modules/lodash/findLastKey.js +0 -44
- package/node_modules/lodash/first.js +0 -1
- package/node_modules/lodash/flatMap.js +0 -29
- package/node_modules/lodash/flatMapDeep.js +0 -31
- package/node_modules/lodash/flatMapDepth.js +0 -31
- package/node_modules/lodash/flatten.js +0 -22
- package/node_modules/lodash/flattenDeep.js +0 -25
- package/node_modules/lodash/flattenDepth.js +0 -33
- package/node_modules/lodash/flip.js +0 -28
- package/node_modules/lodash/floor.js +0 -26
- package/node_modules/lodash/flow.js +0 -27
- package/node_modules/lodash/flowRight.js +0 -26
- package/node_modules/lodash/forEach.js +0 -41
- package/node_modules/lodash/forEachRight.js +0 -31
- package/node_modules/lodash/forIn.js +0 -39
- package/node_modules/lodash/forInRight.js +0 -37
- package/node_modules/lodash/forOwn.js +0 -36
- package/node_modules/lodash/forOwnRight.js +0 -34
- package/node_modules/lodash/fp/F.js +0 -1
- package/node_modules/lodash/fp/T.js +0 -1
- package/node_modules/lodash/fp/__.js +0 -1
- package/node_modules/lodash/fp/_baseConvert.js +0 -569
- package/node_modules/lodash/fp/_convertBrowser.js +0 -18
- package/node_modules/lodash/fp/_falseOptions.js +0 -7
- package/node_modules/lodash/fp/_mapping.js +0 -358
- package/node_modules/lodash/fp/_util.js +0 -16
- package/node_modules/lodash/fp/add.js +0 -5
- package/node_modules/lodash/fp/after.js +0 -5
- package/node_modules/lodash/fp/all.js +0 -1
- package/node_modules/lodash/fp/allPass.js +0 -1
- package/node_modules/lodash/fp/always.js +0 -1
- package/node_modules/lodash/fp/any.js +0 -1
- package/node_modules/lodash/fp/anyPass.js +0 -1
- package/node_modules/lodash/fp/apply.js +0 -1
- package/node_modules/lodash/fp/array.js +0 -2
- package/node_modules/lodash/fp/ary.js +0 -5
- package/node_modules/lodash/fp/assign.js +0 -5
- package/node_modules/lodash/fp/assignAll.js +0 -5
- package/node_modules/lodash/fp/assignAllWith.js +0 -5
- package/node_modules/lodash/fp/assignIn.js +0 -5
- package/node_modules/lodash/fp/assignInAll.js +0 -5
- package/node_modules/lodash/fp/assignInAllWith.js +0 -5
- package/node_modules/lodash/fp/assignInWith.js +0 -5
- package/node_modules/lodash/fp/assignWith.js +0 -5
- package/node_modules/lodash/fp/assoc.js +0 -1
- package/node_modules/lodash/fp/assocPath.js +0 -1
- package/node_modules/lodash/fp/at.js +0 -5
- package/node_modules/lodash/fp/attempt.js +0 -5
- package/node_modules/lodash/fp/before.js +0 -5
- package/node_modules/lodash/fp/bind.js +0 -5
- package/node_modules/lodash/fp/bindAll.js +0 -5
- package/node_modules/lodash/fp/bindKey.js +0 -5
- package/node_modules/lodash/fp/camelCase.js +0 -5
- package/node_modules/lodash/fp/capitalize.js +0 -5
- package/node_modules/lodash/fp/castArray.js +0 -5
- package/node_modules/lodash/fp/ceil.js +0 -5
- package/node_modules/lodash/fp/chain.js +0 -5
- package/node_modules/lodash/fp/chunk.js +0 -5
- package/node_modules/lodash/fp/clamp.js +0 -5
- package/node_modules/lodash/fp/clone.js +0 -5
- package/node_modules/lodash/fp/cloneDeep.js +0 -5
- package/node_modules/lodash/fp/cloneDeepWith.js +0 -5
- package/node_modules/lodash/fp/cloneWith.js +0 -5
- package/node_modules/lodash/fp/collection.js +0 -2
- package/node_modules/lodash/fp/commit.js +0 -5
- package/node_modules/lodash/fp/compact.js +0 -5
- package/node_modules/lodash/fp/complement.js +0 -1
- package/node_modules/lodash/fp/compose.js +0 -1
- package/node_modules/lodash/fp/concat.js +0 -5
- package/node_modules/lodash/fp/cond.js +0 -5
- package/node_modules/lodash/fp/conforms.js +0 -1
- package/node_modules/lodash/fp/conformsTo.js +0 -5
- package/node_modules/lodash/fp/constant.js +0 -5
- package/node_modules/lodash/fp/contains.js +0 -1
- package/node_modules/lodash/fp/convert.js +0 -18
- package/node_modules/lodash/fp/countBy.js +0 -5
- package/node_modules/lodash/fp/create.js +0 -5
- package/node_modules/lodash/fp/curry.js +0 -5
- package/node_modules/lodash/fp/curryN.js +0 -5
- package/node_modules/lodash/fp/curryRight.js +0 -5
- package/node_modules/lodash/fp/curryRightN.js +0 -5
- package/node_modules/lodash/fp/date.js +0 -2
- package/node_modules/lodash/fp/debounce.js +0 -5
- package/node_modules/lodash/fp/deburr.js +0 -5
- package/node_modules/lodash/fp/defaultTo.js +0 -5
- package/node_modules/lodash/fp/defaults.js +0 -5
- package/node_modules/lodash/fp/defaultsAll.js +0 -5
- package/node_modules/lodash/fp/defaultsDeep.js +0 -5
- package/node_modules/lodash/fp/defaultsDeepAll.js +0 -5
- package/node_modules/lodash/fp/defer.js +0 -5
- package/node_modules/lodash/fp/delay.js +0 -5
- package/node_modules/lodash/fp/difference.js +0 -5
- package/node_modules/lodash/fp/differenceBy.js +0 -5
- package/node_modules/lodash/fp/differenceWith.js +0 -5
- package/node_modules/lodash/fp/dissoc.js +0 -1
- package/node_modules/lodash/fp/dissocPath.js +0 -1
- package/node_modules/lodash/fp/divide.js +0 -5
- package/node_modules/lodash/fp/drop.js +0 -5
- package/node_modules/lodash/fp/dropLast.js +0 -1
- package/node_modules/lodash/fp/dropLastWhile.js +0 -1
- package/node_modules/lodash/fp/dropRight.js +0 -5
- package/node_modules/lodash/fp/dropRightWhile.js +0 -5
- package/node_modules/lodash/fp/dropWhile.js +0 -5
- package/node_modules/lodash/fp/each.js +0 -1
- package/node_modules/lodash/fp/eachRight.js +0 -1
- package/node_modules/lodash/fp/endsWith.js +0 -5
- package/node_modules/lodash/fp/entries.js +0 -1
- package/node_modules/lodash/fp/entriesIn.js +0 -1
- package/node_modules/lodash/fp/eq.js +0 -5
- package/node_modules/lodash/fp/equals.js +0 -1
- package/node_modules/lodash/fp/escape.js +0 -5
- package/node_modules/lodash/fp/escapeRegExp.js +0 -5
- package/node_modules/lodash/fp/every.js +0 -5
- package/node_modules/lodash/fp/extend.js +0 -1
- package/node_modules/lodash/fp/extendAll.js +0 -1
- package/node_modules/lodash/fp/extendAllWith.js +0 -1
- package/node_modules/lodash/fp/extendWith.js +0 -1
- package/node_modules/lodash/fp/fill.js +0 -5
- package/node_modules/lodash/fp/filter.js +0 -5
- package/node_modules/lodash/fp/find.js +0 -5
- package/node_modules/lodash/fp/findFrom.js +0 -5
- package/node_modules/lodash/fp/findIndex.js +0 -5
- package/node_modules/lodash/fp/findIndexFrom.js +0 -5
- package/node_modules/lodash/fp/findKey.js +0 -5
- package/node_modules/lodash/fp/findLast.js +0 -5
- package/node_modules/lodash/fp/findLastFrom.js +0 -5
- package/node_modules/lodash/fp/findLastIndex.js +0 -5
- package/node_modules/lodash/fp/findLastIndexFrom.js +0 -5
- package/node_modules/lodash/fp/findLastKey.js +0 -5
- package/node_modules/lodash/fp/first.js +0 -1
- package/node_modules/lodash/fp/flatMap.js +0 -5
- package/node_modules/lodash/fp/flatMapDeep.js +0 -5
- package/node_modules/lodash/fp/flatMapDepth.js +0 -5
- package/node_modules/lodash/fp/flatten.js +0 -5
- package/node_modules/lodash/fp/flattenDeep.js +0 -5
- package/node_modules/lodash/fp/flattenDepth.js +0 -5
- package/node_modules/lodash/fp/flip.js +0 -5
- package/node_modules/lodash/fp/floor.js +0 -5
- package/node_modules/lodash/fp/flow.js +0 -5
- package/node_modules/lodash/fp/flowRight.js +0 -5
- package/node_modules/lodash/fp/forEach.js +0 -5
- package/node_modules/lodash/fp/forEachRight.js +0 -5
- package/node_modules/lodash/fp/forIn.js +0 -5
- package/node_modules/lodash/fp/forInRight.js +0 -5
- package/node_modules/lodash/fp/forOwn.js +0 -5
- package/node_modules/lodash/fp/forOwnRight.js +0 -5
- package/node_modules/lodash/fp/fromPairs.js +0 -5
- package/node_modules/lodash/fp/function.js +0 -2
- package/node_modules/lodash/fp/functions.js +0 -5
- package/node_modules/lodash/fp/functionsIn.js +0 -5
- package/node_modules/lodash/fp/get.js +0 -5
- package/node_modules/lodash/fp/getOr.js +0 -5
- package/node_modules/lodash/fp/groupBy.js +0 -5
- package/node_modules/lodash/fp/gt.js +0 -5
- package/node_modules/lodash/fp/gte.js +0 -5
- package/node_modules/lodash/fp/has.js +0 -5
- package/node_modules/lodash/fp/hasIn.js +0 -5
- package/node_modules/lodash/fp/head.js +0 -5
- package/node_modules/lodash/fp/identical.js +0 -1
- package/node_modules/lodash/fp/identity.js +0 -5
- package/node_modules/lodash/fp/inRange.js +0 -5
- package/node_modules/lodash/fp/includes.js +0 -5
- package/node_modules/lodash/fp/includesFrom.js +0 -5
- package/node_modules/lodash/fp/indexBy.js +0 -1
- package/node_modules/lodash/fp/indexOf.js +0 -5
- package/node_modules/lodash/fp/indexOfFrom.js +0 -5
- package/node_modules/lodash/fp/init.js +0 -1
- package/node_modules/lodash/fp/initial.js +0 -5
- package/node_modules/lodash/fp/intersection.js +0 -5
- package/node_modules/lodash/fp/intersectionBy.js +0 -5
- package/node_modules/lodash/fp/intersectionWith.js +0 -5
- package/node_modules/lodash/fp/invert.js +0 -5
- package/node_modules/lodash/fp/invertBy.js +0 -5
- package/node_modules/lodash/fp/invertObj.js +0 -1
- package/node_modules/lodash/fp/invoke.js +0 -5
- package/node_modules/lodash/fp/invokeArgs.js +0 -5
- package/node_modules/lodash/fp/invokeArgsMap.js +0 -5
- package/node_modules/lodash/fp/invokeMap.js +0 -5
- package/node_modules/lodash/fp/isArguments.js +0 -5
- package/node_modules/lodash/fp/isArray.js +0 -5
- package/node_modules/lodash/fp/isArrayBuffer.js +0 -5
- package/node_modules/lodash/fp/isArrayLike.js +0 -5
- package/node_modules/lodash/fp/isArrayLikeObject.js +0 -5
- package/node_modules/lodash/fp/isBoolean.js +0 -5
- package/node_modules/lodash/fp/isBuffer.js +0 -5
- package/node_modules/lodash/fp/isDate.js +0 -5
- package/node_modules/lodash/fp/isElement.js +0 -5
- package/node_modules/lodash/fp/isEmpty.js +0 -5
- package/node_modules/lodash/fp/isEqual.js +0 -5
- package/node_modules/lodash/fp/isEqualWith.js +0 -5
- package/node_modules/lodash/fp/isError.js +0 -5
- package/node_modules/lodash/fp/isFinite.js +0 -5
- package/node_modules/lodash/fp/isFunction.js +0 -5
- package/node_modules/lodash/fp/isInteger.js +0 -5
- package/node_modules/lodash/fp/isLength.js +0 -5
- package/node_modules/lodash/fp/isMap.js +0 -5
- package/node_modules/lodash/fp/isMatch.js +0 -5
- package/node_modules/lodash/fp/isMatchWith.js +0 -5
- package/node_modules/lodash/fp/isNaN.js +0 -5
- package/node_modules/lodash/fp/isNative.js +0 -5
- package/node_modules/lodash/fp/isNil.js +0 -5
- package/node_modules/lodash/fp/isNull.js +0 -5
- package/node_modules/lodash/fp/isNumber.js +0 -5
- package/node_modules/lodash/fp/isObject.js +0 -5
- package/node_modules/lodash/fp/isObjectLike.js +0 -5
- package/node_modules/lodash/fp/isPlainObject.js +0 -5
- package/node_modules/lodash/fp/isRegExp.js +0 -5
- package/node_modules/lodash/fp/isSafeInteger.js +0 -5
- package/node_modules/lodash/fp/isSet.js +0 -5
- package/node_modules/lodash/fp/isString.js +0 -5
- package/node_modules/lodash/fp/isSymbol.js +0 -5
- package/node_modules/lodash/fp/isTypedArray.js +0 -5
- package/node_modules/lodash/fp/isUndefined.js +0 -5
- package/node_modules/lodash/fp/isWeakMap.js +0 -5
- package/node_modules/lodash/fp/isWeakSet.js +0 -5
- package/node_modules/lodash/fp/iteratee.js +0 -5
- package/node_modules/lodash/fp/join.js +0 -5
- package/node_modules/lodash/fp/juxt.js +0 -1
- package/node_modules/lodash/fp/kebabCase.js +0 -5
- package/node_modules/lodash/fp/keyBy.js +0 -5
- package/node_modules/lodash/fp/keys.js +0 -5
- package/node_modules/lodash/fp/keysIn.js +0 -5
- package/node_modules/lodash/fp/lang.js +0 -2
- package/node_modules/lodash/fp/last.js +0 -5
- package/node_modules/lodash/fp/lastIndexOf.js +0 -5
- package/node_modules/lodash/fp/lastIndexOfFrom.js +0 -5
- package/node_modules/lodash/fp/lowerCase.js +0 -5
- package/node_modules/lodash/fp/lowerFirst.js +0 -5
- package/node_modules/lodash/fp/lt.js +0 -5
- package/node_modules/lodash/fp/lte.js +0 -5
- package/node_modules/lodash/fp/map.js +0 -5
- package/node_modules/lodash/fp/mapKeys.js +0 -5
- package/node_modules/lodash/fp/mapValues.js +0 -5
- package/node_modules/lodash/fp/matches.js +0 -1
- package/node_modules/lodash/fp/matchesProperty.js +0 -5
- package/node_modules/lodash/fp/math.js +0 -2
- package/node_modules/lodash/fp/max.js +0 -5
- package/node_modules/lodash/fp/maxBy.js +0 -5
- package/node_modules/lodash/fp/mean.js +0 -5
- package/node_modules/lodash/fp/meanBy.js +0 -5
- package/node_modules/lodash/fp/memoize.js +0 -5
- package/node_modules/lodash/fp/merge.js +0 -5
- package/node_modules/lodash/fp/mergeAll.js +0 -5
- package/node_modules/lodash/fp/mergeAllWith.js +0 -5
- package/node_modules/lodash/fp/mergeWith.js +0 -5
- package/node_modules/lodash/fp/method.js +0 -5
- package/node_modules/lodash/fp/methodOf.js +0 -5
- package/node_modules/lodash/fp/min.js +0 -5
- package/node_modules/lodash/fp/minBy.js +0 -5
- package/node_modules/lodash/fp/mixin.js +0 -5
- package/node_modules/lodash/fp/multiply.js +0 -5
- package/node_modules/lodash/fp/nAry.js +0 -1
- package/node_modules/lodash/fp/negate.js +0 -5
- package/node_modules/lodash/fp/next.js +0 -5
- package/node_modules/lodash/fp/noop.js +0 -5
- package/node_modules/lodash/fp/now.js +0 -5
- package/node_modules/lodash/fp/nth.js +0 -5
- package/node_modules/lodash/fp/nthArg.js +0 -5
- package/node_modules/lodash/fp/number.js +0 -2
- package/node_modules/lodash/fp/object.js +0 -2
- package/node_modules/lodash/fp/omit.js +0 -5
- package/node_modules/lodash/fp/omitAll.js +0 -1
- package/node_modules/lodash/fp/omitBy.js +0 -5
- package/node_modules/lodash/fp/once.js +0 -5
- package/node_modules/lodash/fp/orderBy.js +0 -5
- package/node_modules/lodash/fp/over.js +0 -5
- package/node_modules/lodash/fp/overArgs.js +0 -5
- package/node_modules/lodash/fp/overEvery.js +0 -5
- package/node_modules/lodash/fp/overSome.js +0 -5
- package/node_modules/lodash/fp/pad.js +0 -5
- package/node_modules/lodash/fp/padChars.js +0 -5
- package/node_modules/lodash/fp/padCharsEnd.js +0 -5
- package/node_modules/lodash/fp/padCharsStart.js +0 -5
- package/node_modules/lodash/fp/padEnd.js +0 -5
- package/node_modules/lodash/fp/padStart.js +0 -5
- package/node_modules/lodash/fp/parseInt.js +0 -5
- package/node_modules/lodash/fp/partial.js +0 -5
- package/node_modules/lodash/fp/partialRight.js +0 -5
- package/node_modules/lodash/fp/partition.js +0 -5
- package/node_modules/lodash/fp/path.js +0 -1
- package/node_modules/lodash/fp/pathEq.js +0 -1
- package/node_modules/lodash/fp/pathOr.js +0 -1
- package/node_modules/lodash/fp/paths.js +0 -1
- package/node_modules/lodash/fp/pick.js +0 -5
- package/node_modules/lodash/fp/pickAll.js +0 -1
- package/node_modules/lodash/fp/pickBy.js +0 -5
- package/node_modules/lodash/fp/pipe.js +0 -1
- package/node_modules/lodash/fp/placeholder.js +0 -6
- package/node_modules/lodash/fp/plant.js +0 -5
- package/node_modules/lodash/fp/pluck.js +0 -1
- package/node_modules/lodash/fp/prop.js +0 -1
- package/node_modules/lodash/fp/propEq.js +0 -1
- package/node_modules/lodash/fp/propOr.js +0 -1
- package/node_modules/lodash/fp/property.js +0 -1
- package/node_modules/lodash/fp/propertyOf.js +0 -5
- package/node_modules/lodash/fp/props.js +0 -1
- package/node_modules/lodash/fp/pull.js +0 -5
- package/node_modules/lodash/fp/pullAll.js +0 -5
- package/node_modules/lodash/fp/pullAllBy.js +0 -5
- package/node_modules/lodash/fp/pullAllWith.js +0 -5
- package/node_modules/lodash/fp/pullAt.js +0 -5
- package/node_modules/lodash/fp/random.js +0 -5
- package/node_modules/lodash/fp/range.js +0 -5
- package/node_modules/lodash/fp/rangeRight.js +0 -5
- package/node_modules/lodash/fp/rangeStep.js +0 -5
- package/node_modules/lodash/fp/rangeStepRight.js +0 -5
- package/node_modules/lodash/fp/rearg.js +0 -5
- package/node_modules/lodash/fp/reduce.js +0 -5
- package/node_modules/lodash/fp/reduceRight.js +0 -5
- package/node_modules/lodash/fp/reject.js +0 -5
- package/node_modules/lodash/fp/remove.js +0 -5
- package/node_modules/lodash/fp/repeat.js +0 -5
- package/node_modules/lodash/fp/replace.js +0 -5
- package/node_modules/lodash/fp/rest.js +0 -5
- package/node_modules/lodash/fp/restFrom.js +0 -5
- package/node_modules/lodash/fp/result.js +0 -5
- package/node_modules/lodash/fp/reverse.js +0 -5
- package/node_modules/lodash/fp/round.js +0 -5
- package/node_modules/lodash/fp/sample.js +0 -5
- package/node_modules/lodash/fp/sampleSize.js +0 -5
- package/node_modules/lodash/fp/seq.js +0 -2
- package/node_modules/lodash/fp/set.js +0 -5
- package/node_modules/lodash/fp/setWith.js +0 -5
- package/node_modules/lodash/fp/shuffle.js +0 -5
- package/node_modules/lodash/fp/size.js +0 -5
- package/node_modules/lodash/fp/slice.js +0 -5
- package/node_modules/lodash/fp/snakeCase.js +0 -5
- package/node_modules/lodash/fp/some.js +0 -5
- package/node_modules/lodash/fp/sortBy.js +0 -5
- package/node_modules/lodash/fp/sortedIndex.js +0 -5
- package/node_modules/lodash/fp/sortedIndexBy.js +0 -5
- package/node_modules/lodash/fp/sortedIndexOf.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndex.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndexBy.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndexOf.js +0 -5
- package/node_modules/lodash/fp/sortedUniq.js +0 -5
- package/node_modules/lodash/fp/sortedUniqBy.js +0 -5
- package/node_modules/lodash/fp/split.js +0 -5
- package/node_modules/lodash/fp/spread.js +0 -5
- package/node_modules/lodash/fp/spreadFrom.js +0 -5
- package/node_modules/lodash/fp/startCase.js +0 -5
- package/node_modules/lodash/fp/startsWith.js +0 -5
- package/node_modules/lodash/fp/string.js +0 -2
- package/node_modules/lodash/fp/stubArray.js +0 -5
- package/node_modules/lodash/fp/stubFalse.js +0 -5
- package/node_modules/lodash/fp/stubObject.js +0 -5
- package/node_modules/lodash/fp/stubString.js +0 -5
- package/node_modules/lodash/fp/stubTrue.js +0 -5
- package/node_modules/lodash/fp/subtract.js +0 -5
- package/node_modules/lodash/fp/sum.js +0 -5
- package/node_modules/lodash/fp/sumBy.js +0 -5
- package/node_modules/lodash/fp/symmetricDifference.js +0 -1
- package/node_modules/lodash/fp/symmetricDifferenceBy.js +0 -1
- package/node_modules/lodash/fp/symmetricDifferenceWith.js +0 -1
- package/node_modules/lodash/fp/tail.js +0 -5
- package/node_modules/lodash/fp/take.js +0 -5
- package/node_modules/lodash/fp/takeLast.js +0 -1
- package/node_modules/lodash/fp/takeLastWhile.js +0 -1
- package/node_modules/lodash/fp/takeRight.js +0 -5
- package/node_modules/lodash/fp/takeRightWhile.js +0 -5
- package/node_modules/lodash/fp/takeWhile.js +0 -5
- package/node_modules/lodash/fp/tap.js +0 -5
- package/node_modules/lodash/fp/template.js +0 -5
- package/node_modules/lodash/fp/templateSettings.js +0 -5
- package/node_modules/lodash/fp/throttle.js +0 -5
- package/node_modules/lodash/fp/thru.js +0 -5
- package/node_modules/lodash/fp/times.js +0 -5
- package/node_modules/lodash/fp/toArray.js +0 -5
- package/node_modules/lodash/fp/toFinite.js +0 -5
- package/node_modules/lodash/fp/toInteger.js +0 -5
- package/node_modules/lodash/fp/toIterator.js +0 -5
- package/node_modules/lodash/fp/toJSON.js +0 -5
- package/node_modules/lodash/fp/toLength.js +0 -5
- package/node_modules/lodash/fp/toLower.js +0 -5
- package/node_modules/lodash/fp/toNumber.js +0 -5
- package/node_modules/lodash/fp/toPairs.js +0 -5
- package/node_modules/lodash/fp/toPairsIn.js +0 -5
- package/node_modules/lodash/fp/toPath.js +0 -5
- package/node_modules/lodash/fp/toPlainObject.js +0 -5
- package/node_modules/lodash/fp/toSafeInteger.js +0 -5
- package/node_modules/lodash/fp/toString.js +0 -5
- package/node_modules/lodash/fp/toUpper.js +0 -5
- package/node_modules/lodash/fp/transform.js +0 -5
- package/node_modules/lodash/fp/trim.js +0 -5
- package/node_modules/lodash/fp/trimChars.js +0 -5
- package/node_modules/lodash/fp/trimCharsEnd.js +0 -5
- package/node_modules/lodash/fp/trimCharsStart.js +0 -5
- package/node_modules/lodash/fp/trimEnd.js +0 -5
- package/node_modules/lodash/fp/trimStart.js +0 -5
- package/node_modules/lodash/fp/truncate.js +0 -5
- package/node_modules/lodash/fp/unapply.js +0 -1
- package/node_modules/lodash/fp/unary.js +0 -5
- package/node_modules/lodash/fp/unescape.js +0 -5
- package/node_modules/lodash/fp/union.js +0 -5
- package/node_modules/lodash/fp/unionBy.js +0 -5
- package/node_modules/lodash/fp/unionWith.js +0 -5
- package/node_modules/lodash/fp/uniq.js +0 -5
- package/node_modules/lodash/fp/uniqBy.js +0 -5
- package/node_modules/lodash/fp/uniqWith.js +0 -5
- package/node_modules/lodash/fp/uniqueId.js +0 -5
- package/node_modules/lodash/fp/unnest.js +0 -1
- package/node_modules/lodash/fp/unset.js +0 -5
- package/node_modules/lodash/fp/unzip.js +0 -5
- package/node_modules/lodash/fp/unzipWith.js +0 -5
- package/node_modules/lodash/fp/update.js +0 -5
- package/node_modules/lodash/fp/updateWith.js +0 -5
- package/node_modules/lodash/fp/upperCase.js +0 -5
- package/node_modules/lodash/fp/upperFirst.js +0 -5
- package/node_modules/lodash/fp/useWith.js +0 -1
- package/node_modules/lodash/fp/util.js +0 -2
- package/node_modules/lodash/fp/value.js +0 -5
- package/node_modules/lodash/fp/valueOf.js +0 -5
- package/node_modules/lodash/fp/values.js +0 -5
- package/node_modules/lodash/fp/valuesIn.js +0 -5
- package/node_modules/lodash/fp/where.js +0 -1
- package/node_modules/lodash/fp/whereEq.js +0 -1
- package/node_modules/lodash/fp/without.js +0 -5
- package/node_modules/lodash/fp/words.js +0 -5
- package/node_modules/lodash/fp/wrap.js +0 -5
- package/node_modules/lodash/fp/wrapperAt.js +0 -5
- package/node_modules/lodash/fp/wrapperChain.js +0 -5
- package/node_modules/lodash/fp/wrapperLodash.js +0 -5
- package/node_modules/lodash/fp/wrapperReverse.js +0 -5
- package/node_modules/lodash/fp/wrapperValue.js +0 -5
- package/node_modules/lodash/fp/xor.js +0 -5
- package/node_modules/lodash/fp/xorBy.js +0 -5
- package/node_modules/lodash/fp/xorWith.js +0 -5
- package/node_modules/lodash/fp/zip.js +0 -5
- package/node_modules/lodash/fp/zipAll.js +0 -5
- package/node_modules/lodash/fp/zipObj.js +0 -1
- package/node_modules/lodash/fp/zipObject.js +0 -5
- package/node_modules/lodash/fp/zipObjectDeep.js +0 -5
- package/node_modules/lodash/fp/zipWith.js +0 -5
- package/node_modules/lodash/fp.js +0 -2
- package/node_modules/lodash/fromPairs.js +0 -28
- package/node_modules/lodash/function.js +0 -25
- package/node_modules/lodash/functions.js +0 -31
- package/node_modules/lodash/functionsIn.js +0 -31
- package/node_modules/lodash/get.js +0 -33
- package/node_modules/lodash/groupBy.js +0 -41
- package/node_modules/lodash/gt.js +0 -29
- package/node_modules/lodash/gte.js +0 -30
- package/node_modules/lodash/has.js +0 -35
- package/node_modules/lodash/hasIn.js +0 -34
- package/node_modules/lodash/head.js +0 -23
- package/node_modules/lodash/identity.js +0 -21
- package/node_modules/lodash/inRange.js +0 -55
- package/node_modules/lodash/includes.js +0 -53
- package/node_modules/lodash/index.js +0 -1
- package/node_modules/lodash/indexOf.js +0 -42
- package/node_modules/lodash/initial.js +0 -22
- package/node_modules/lodash/intersection.js +0 -30
- package/node_modules/lodash/intersectionBy.js +0 -45
- package/node_modules/lodash/intersectionWith.js +0 -41
- package/node_modules/lodash/invert.js +0 -42
- package/node_modules/lodash/invertBy.js +0 -56
- package/node_modules/lodash/invoke.js +0 -24
- package/node_modules/lodash/invokeMap.js +0 -41
- package/node_modules/lodash/isArguments.js +0 -36
- package/node_modules/lodash/isArray.js +0 -26
- package/node_modules/lodash/isArrayBuffer.js +0 -27
- package/node_modules/lodash/isArrayLike.js +0 -33
- package/node_modules/lodash/isArrayLikeObject.js +0 -33
- package/node_modules/lodash/isBoolean.js +0 -29
- package/node_modules/lodash/isBuffer.js +0 -38
- package/node_modules/lodash/isDate.js +0 -27
- package/node_modules/lodash/isElement.js +0 -25
- package/node_modules/lodash/isEmpty.js +0 -77
- package/node_modules/lodash/isEqual.js +0 -35
- package/node_modules/lodash/isEqualWith.js +0 -41
- package/node_modules/lodash/isError.js +0 -36
- package/node_modules/lodash/isFinite.js +0 -36
- package/node_modules/lodash/isFunction.js +0 -37
- package/node_modules/lodash/isInteger.js +0 -33
- package/node_modules/lodash/isLength.js +0 -35
- package/node_modules/lodash/isMap.js +0 -27
- package/node_modules/lodash/isMatch.js +0 -36
- package/node_modules/lodash/isMatchWith.js +0 -41
- package/node_modules/lodash/isNaN.js +0 -38
- package/node_modules/lodash/isNative.js +0 -40
- package/node_modules/lodash/isNil.js +0 -25
- package/node_modules/lodash/isNull.js +0 -22
- package/node_modules/lodash/isNumber.js +0 -38
- package/node_modules/lodash/isObject.js +0 -31
- package/node_modules/lodash/isObjectLike.js +0 -29
- package/node_modules/lodash/isPlainObject.js +0 -62
- package/node_modules/lodash/isRegExp.js +0 -27
- package/node_modules/lodash/isSafeInteger.js +0 -37
- package/node_modules/lodash/isSet.js +0 -27
- package/node_modules/lodash/isString.js +0 -30
- package/node_modules/lodash/isSymbol.js +0 -29
- package/node_modules/lodash/isTypedArray.js +0 -27
- package/node_modules/lodash/isUndefined.js +0 -22
- package/node_modules/lodash/isWeakMap.js +0 -28
- package/node_modules/lodash/isWeakSet.js +0 -28
- package/node_modules/lodash/iteratee.js +0 -53
- package/node_modules/lodash/join.js +0 -26
- package/node_modules/lodash/kebabCase.js +0 -28
- package/node_modules/lodash/keyBy.js +0 -36
- package/node_modules/lodash/keys.js +0 -37
- package/node_modules/lodash/keysIn.js +0 -32
- package/node_modules/lodash/lang.js +0 -58
- package/node_modules/lodash/last.js +0 -20
- package/node_modules/lodash/lastIndexOf.js +0 -46
- package/node_modules/lodash/lodash.js +0 -17107
- package/node_modules/lodash/lodash.min.js +0 -137
- package/node_modules/lodash/lowerCase.js +0 -27
- package/node_modules/lodash/lowerFirst.js +0 -22
- package/node_modules/lodash/lt.js +0 -29
- package/node_modules/lodash/lte.js +0 -30
- package/node_modules/lodash/map.js +0 -53
- package/node_modules/lodash/mapKeys.js +0 -36
- package/node_modules/lodash/mapValues.js +0 -43
- package/node_modules/lodash/matches.js +0 -39
- package/node_modules/lodash/matchesProperty.js +0 -37
- package/node_modules/lodash/math.js +0 -17
- package/node_modules/lodash/max.js +0 -29
- package/node_modules/lodash/maxBy.js +0 -34
- package/node_modules/lodash/mean.js +0 -22
- package/node_modules/lodash/meanBy.js +0 -31
- package/node_modules/lodash/memoize.js +0 -73
- package/node_modules/lodash/merge.js +0 -39
- package/node_modules/lodash/mergeWith.js +0 -39
- package/node_modules/lodash/method.js +0 -34
- package/node_modules/lodash/methodOf.js +0 -33
- package/node_modules/lodash/min.js +0 -29
- package/node_modules/lodash/minBy.js +0 -34
- package/node_modules/lodash/mixin.js +0 -74
- package/node_modules/lodash/multiply.js +0 -22
- package/node_modules/lodash/negate.js +0 -40
- package/node_modules/lodash/next.js +0 -35
- package/node_modules/lodash/noop.js +0 -17
- package/node_modules/lodash/now.js +0 -23
- package/node_modules/lodash/nth.js +0 -29
- package/node_modules/lodash/nthArg.js +0 -32
- package/node_modules/lodash/number.js +0 -5
- package/node_modules/lodash/object.js +0 -49
- package/node_modules/lodash/omit.js +0 -57
- package/node_modules/lodash/omitBy.js +0 -29
- package/node_modules/lodash/once.js +0 -25
- package/node_modules/lodash/orderBy.js +0 -47
- package/node_modules/lodash/over.js +0 -24
- package/node_modules/lodash/overArgs.js +0 -61
- package/node_modules/lodash/overEvery.js +0 -30
- package/node_modules/lodash/overSome.js +0 -30
- package/node_modules/lodash/package.json +0 -80
- package/node_modules/lodash/pad.js +0 -49
- package/node_modules/lodash/padEnd.js +0 -39
- package/node_modules/lodash/padStart.js +0 -39
- package/node_modules/lodash/parseInt.js +0 -43
- package/node_modules/lodash/partial.js +0 -50
- package/node_modules/lodash/partialRight.js +0 -49
- package/node_modules/lodash/partition.js +0 -43
- package/node_modules/lodash/pick.js +0 -25
- package/node_modules/lodash/pickBy.js +0 -37
- package/node_modules/lodash/plant.js +0 -48
- package/node_modules/lodash/property.js +0 -32
- package/node_modules/lodash/propertyOf.js +0 -30
- package/node_modules/lodash/pull.js +0 -29
- package/node_modules/lodash/pullAll.js +0 -29
- package/node_modules/lodash/pullAllBy.js +0 -33
- package/node_modules/lodash/pullAllWith.js +0 -32
- package/node_modules/lodash/pullAt.js +0 -43
- package/node_modules/lodash/random.js +0 -82
- package/node_modules/lodash/range.js +0 -46
- package/node_modules/lodash/rangeRight.js +0 -41
- package/node_modules/lodash/rearg.js +0 -33
- package/node_modules/lodash/reduce.js +0 -51
- package/node_modules/lodash/reduceRight.js +0 -36
- package/node_modules/lodash/reject.js +0 -46
- package/node_modules/lodash/remove.js +0 -53
- package/node_modules/lodash/repeat.js +0 -37
- package/node_modules/lodash/replace.js +0 -29
- package/node_modules/lodash/rest.js +0 -40
- package/node_modules/lodash/result.js +0 -56
- package/node_modules/lodash/reverse.js +0 -34
- package/node_modules/lodash/round.js +0 -26
- package/node_modules/lodash/sample.js +0 -24
- package/node_modules/lodash/sampleSize.js +0 -37
- package/node_modules/lodash/seq.js +0 -16
- package/node_modules/lodash/set.js +0 -35
- package/node_modules/lodash/setWith.js +0 -32
- package/node_modules/lodash/shuffle.js +0 -25
- package/node_modules/lodash/size.js +0 -46
- package/node_modules/lodash/slice.js +0 -37
- package/node_modules/lodash/snakeCase.js +0 -28
- package/node_modules/lodash/some.js +0 -51
- package/node_modules/lodash/sortBy.js +0 -48
- package/node_modules/lodash/sortedIndex.js +0 -24
- package/node_modules/lodash/sortedIndexBy.js +0 -33
- package/node_modules/lodash/sortedIndexOf.js +0 -31
- package/node_modules/lodash/sortedLastIndex.js +0 -25
- package/node_modules/lodash/sortedLastIndexBy.js +0 -33
- package/node_modules/lodash/sortedLastIndexOf.js +0 -31
- package/node_modules/lodash/sortedUniq.js +0 -24
- package/node_modules/lodash/sortedUniqBy.js +0 -26
- package/node_modules/lodash/split.js +0 -52
- package/node_modules/lodash/spread.js +0 -63
- package/node_modules/lodash/startCase.js +0 -29
- package/node_modules/lodash/startsWith.js +0 -39
- package/node_modules/lodash/string.js +0 -33
- package/node_modules/lodash/stubArray.js +0 -23
- package/node_modules/lodash/stubFalse.js +0 -18
- package/node_modules/lodash/stubObject.js +0 -23
- package/node_modules/lodash/stubString.js +0 -18
- package/node_modules/lodash/stubTrue.js +0 -18
- package/node_modules/lodash/subtract.js +0 -22
- package/node_modules/lodash/sum.js +0 -24
- package/node_modules/lodash/sumBy.js +0 -33
- package/node_modules/lodash/tail.js +0 -22
- package/node_modules/lodash/take.js +0 -37
- package/node_modules/lodash/takeRight.js +0 -39
- package/node_modules/lodash/takeRightWhile.js +0 -45
- package/node_modules/lodash/takeWhile.js +0 -45
- package/node_modules/lodash/tap.js +0 -29
- package/node_modules/lodash/template.js +0 -238
- package/node_modules/lodash/templateSettings.js +0 -67
- package/node_modules/lodash/throttle.js +0 -69
- package/node_modules/lodash/thru.js +0 -28
- package/node_modules/lodash/times.js +0 -51
- package/node_modules/lodash/toArray.js +0 -58
- package/node_modules/lodash/toFinite.js +0 -42
- package/node_modules/lodash/toInteger.js +0 -36
- package/node_modules/lodash/toIterator.js +0 -23
- package/node_modules/lodash/toJSON.js +0 -1
- package/node_modules/lodash/toLength.js +0 -38
- package/node_modules/lodash/toLower.js +0 -28
- package/node_modules/lodash/toNumber.js +0 -66
- package/node_modules/lodash/toPairs.js +0 -30
- package/node_modules/lodash/toPairsIn.js +0 -30
- package/node_modules/lodash/toPath.js +0 -33
- package/node_modules/lodash/toPlainObject.js +0 -32
- package/node_modules/lodash/toSafeInteger.js +0 -37
- package/node_modules/lodash/toString.js +0 -28
- package/node_modules/lodash/toUpper.js +0 -28
- package/node_modules/lodash/transform.js +0 -65
- package/node_modules/lodash/trim.js +0 -49
- package/node_modules/lodash/trimEnd.js +0 -43
- package/node_modules/lodash/trimStart.js +0 -43
- package/node_modules/lodash/truncate.js +0 -111
- package/node_modules/lodash/unary.js +0 -22
- package/node_modules/lodash/unescape.js +0 -34
- package/node_modules/lodash/union.js +0 -26
- package/node_modules/lodash/unionBy.js +0 -39
- package/node_modules/lodash/unionWith.js +0 -34
- package/node_modules/lodash/uniq.js +0 -25
- package/node_modules/lodash/uniqBy.js +0 -31
- package/node_modules/lodash/uniqWith.js +0 -28
- package/node_modules/lodash/uniqueId.js +0 -28
- package/node_modules/lodash/unset.js +0 -34
- package/node_modules/lodash/unzip.js +0 -45
- package/node_modules/lodash/unzipWith.js +0 -39
- package/node_modules/lodash/update.js +0 -35
- package/node_modules/lodash/updateWith.js +0 -33
- package/node_modules/lodash/upperCase.js +0 -27
- package/node_modules/lodash/upperFirst.js +0 -22
- package/node_modules/lodash/util.js +0 -34
- package/node_modules/lodash/value.js +0 -1
- package/node_modules/lodash/valueOf.js +0 -1
- package/node_modules/lodash/values.js +0 -34
- package/node_modules/lodash/valuesIn.js +0 -32
- package/node_modules/lodash/without.js +0 -31
- package/node_modules/lodash/words.js +0 -35
- package/node_modules/lodash/wrap.js +0 -30
- package/node_modules/lodash/wrapperAt.js +0 -48
- package/node_modules/lodash/wrapperChain.js +0 -34
- package/node_modules/lodash/wrapperLodash.js +0 -147
- package/node_modules/lodash/wrapperReverse.js +0 -44
- package/node_modules/lodash/wrapperValue.js +0 -21
- package/node_modules/lodash/xor.js +0 -28
- package/node_modules/lodash/xorBy.js +0 -39
- package/node_modules/lodash/xorWith.js +0 -34
- package/node_modules/lodash/zip.js +0 -22
- package/node_modules/lodash/zipObject.js +0 -24
- package/node_modules/lodash/zipObjectDeep.js +0 -23
- package/node_modules/lodash/zipWith.js +0 -32
- package/node_modules/lodash.flattendeep/LICENSE +0 -47
- package/node_modules/lodash.flattendeep/README.md +0 -18
- package/node_modules/lodash.flattendeep/index.js +0 -350
- package/node_modules/lodash.flattendeep/package.json +0 -72
- package/node_modules/lru-cache/LICENSE +0 -15
- package/node_modules/lru-cache/README.md +0 -158
- package/node_modules/lru-cache/index.js +0 -468
- package/node_modules/lru-cache/package.json +0 -75
- package/node_modules/make-dir/index.js +0 -85
- package/node_modules/make-dir/license +0 -9
- package/node_modules/make-dir/package.json +0 -93
- package/node_modules/make-dir/readme.md +0 -116
- package/node_modules/map-age-cleaner/dist/index.d.ts +0 -20
- package/node_modules/map-age-cleaner/dist/index.js +0 -92
- package/node_modules/map-age-cleaner/license +0 -9
- package/node_modules/map-age-cleaner/package.json +0 -94
- package/node_modules/map-age-cleaner/readme.md +0 -67
- package/node_modules/mem/index.js +0 -82
- package/node_modules/mem/license +0 -9
- package/node_modules/mem/package.json +0 -79
- package/node_modules/mem/readme.md +0 -167
- package/node_modules/merge-source-map/LICENSE +0 -21
- package/node_modules/merge-source-map/README.md +0 -91
- package/node_modules/merge-source-map/index.js +0 -65
- package/node_modules/merge-source-map/node_modules/source-map/CHANGELOG.md +0 -301
- package/node_modules/merge-source-map/node_modules/source-map/LICENSE +0 -28
- package/node_modules/merge-source-map/node_modules/source-map/README.md +0 -742
- package/node_modules/merge-source-map/node_modules/source-map/dist/source-map.debug.js +0 -3234
- package/node_modules/merge-source-map/node_modules/source-map/dist/source-map.js +0 -3233
- package/node_modules/merge-source-map/node_modules/source-map/dist/source-map.min.js +0 -2
- package/node_modules/merge-source-map/node_modules/source-map/dist/source-map.min.js.map +0 -1
- package/node_modules/merge-source-map/node_modules/source-map/lib/array-set.js +0 -121
- package/node_modules/merge-source-map/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/node_modules/merge-source-map/node_modules/source-map/lib/base64.js +0 -67
- package/node_modules/merge-source-map/node_modules/source-map/lib/binary-search.js +0 -111
- package/node_modules/merge-source-map/node_modules/source-map/lib/mapping-list.js +0 -79
- package/node_modules/merge-source-map/node_modules/source-map/lib/quick-sort.js +0 -114
- package/node_modules/merge-source-map/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/node_modules/merge-source-map/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/node_modules/merge-source-map/node_modules/source-map/lib/source-node.js +0 -413
- package/node_modules/merge-source-map/node_modules/source-map/lib/util.js +0 -488
- package/node_modules/merge-source-map/node_modules/source-map/package.json +0 -215
- package/node_modules/merge-source-map/node_modules/source-map/source-map.d.ts +0 -98
- package/node_modules/merge-source-map/node_modules/source-map/source-map.js +0 -8
- package/node_modules/merge-source-map/package.json +0 -74
- package/node_modules/mimic-fn/index.js +0 -9
- package/node_modules/mimic-fn/license +0 -9
- package/node_modules/mimic-fn/package.json +0 -77
- package/node_modules/mimic-fn/readme.md +0 -68
- package/node_modules/minimatch/LICENSE +0 -15
- package/node_modules/minimatch/README.md +0 -209
- package/node_modules/minimatch/minimatch.js +0 -923
- package/node_modules/minimatch/package.json +0 -73
- package/node_modules/minimist/.travis.yml +0 -4
- package/node_modules/minimist/LICENSE +0 -18
- package/node_modules/minimist/example/parse.js +0 -2
- package/node_modules/minimist/index.js +0 -187
- package/node_modules/minimist/package.json +0 -74
- package/node_modules/minimist/readme.markdown +0 -73
- package/node_modules/minimist/test/bool.js +0 -119
- package/node_modules/minimist/test/dash.js +0 -24
- package/node_modules/minimist/test/default_bool.js +0 -20
- package/node_modules/minimist/test/dotted.js +0 -22
- package/node_modules/minimist/test/long.js +0 -31
- package/node_modules/minimist/test/num.js +0 -36
- package/node_modules/minimist/test/parse.js +0 -197
- package/node_modules/minimist/test/parse_modified.js +0 -9
- package/node_modules/minimist/test/short.js +0 -67
- package/node_modules/minimist/test/whitespace.js +0 -8
- package/node_modules/mkdirp/.travis.yml +0 -8
- package/node_modules/mkdirp/LICENSE +0 -21
- package/node_modules/mkdirp/bin/cmd.js +0 -33
- package/node_modules/mkdirp/bin/usage.txt +0 -12
- package/node_modules/mkdirp/examples/pow.js +0 -6
- package/node_modules/mkdirp/index.js +0 -98
- package/node_modules/mkdirp/node_modules/minimist/.travis.yml +0 -4
- package/node_modules/mkdirp/node_modules/minimist/LICENSE +0 -18
- package/node_modules/mkdirp/node_modules/minimist/example/parse.js +0 -2
- package/node_modules/mkdirp/node_modules/minimist/index.js +0 -187
- package/node_modules/mkdirp/node_modules/minimist/package.json +0 -74
- package/node_modules/mkdirp/node_modules/minimist/readme.markdown +0 -73
- package/node_modules/mkdirp/node_modules/minimist/test/dash.js +0 -24
- package/node_modules/mkdirp/node_modules/minimist/test/default_bool.js +0 -20
- package/node_modules/mkdirp/node_modules/minimist/test/dotted.js +0 -16
- package/node_modules/mkdirp/node_modules/minimist/test/long.js +0 -31
- package/node_modules/mkdirp/node_modules/minimist/test/parse.js +0 -318
- package/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js +0 -9
- package/node_modules/mkdirp/node_modules/minimist/test/short.js +0 -67
- package/node_modules/mkdirp/node_modules/minimist/test/whitespace.js +0 -8
- package/node_modules/mkdirp/package.json +0 -69
- package/node_modules/mkdirp/readme.markdown +0 -100
- package/node_modules/mkdirp/test/chmod.js +0 -41
- package/node_modules/mkdirp/test/clobber.js +0 -38
- package/node_modules/mkdirp/test/mkdirp.js +0 -28
- package/node_modules/mkdirp/test/opts_fs.js +0 -29
- package/node_modules/mkdirp/test/opts_fs_sync.js +0 -27
- package/node_modules/mkdirp/test/perm.js +0 -32
- package/node_modules/mkdirp/test/perm_sync.js +0 -36
- package/node_modules/mkdirp/test/race.js +0 -37
- package/node_modules/mkdirp/test/rel.js +0 -32
- package/node_modules/mkdirp/test/return.js +0 -25
- package/node_modules/mkdirp/test/return_sync.js +0 -24
- package/node_modules/mkdirp/test/root.js +0 -19
- package/node_modules/mkdirp/test/sync.js +0 -32
- package/node_modules/mkdirp/test/umask.js +0 -28
- package/node_modules/mkdirp/test/umask_sync.js +0 -32
- package/node_modules/ms/index.js +0 -162
- package/node_modules/ms/license.md +0 -21
- package/node_modules/ms/package.json +0 -73
- package/node_modules/ms/readme.md +0 -60
- package/node_modules/nice-try/CHANGELOG.md +0 -21
- package/node_modules/nice-try/LICENSE +0 -21
- package/node_modules/nice-try/README.md +0 -32
- package/node_modules/nice-try/package.json +0 -65
- package/node_modules/nice-try/src/index.js +0 -12
- package/node_modules/normalize-package-data/AUTHORS +0 -4
- package/node_modules/normalize-package-data/LICENSE +0 -30
- package/node_modules/normalize-package-data/README.md +0 -106
- package/node_modules/normalize-package-data/lib/extract_description.js +0 -14
- package/node_modules/normalize-package-data/lib/fixer.js +0 -417
- package/node_modules/normalize-package-data/lib/make_warning.js +0 -23
- package/node_modules/normalize-package-data/lib/normalize.js +0 -39
- package/node_modules/normalize-package-data/lib/safe_format.js +0 -9
- package/node_modules/normalize-package-data/lib/typos.json +0 -25
- package/node_modules/normalize-package-data/lib/warning_messages.json +0 -30
- package/node_modules/normalize-package-data/package.json +0 -90
- package/node_modules/npm-run-path/index.js +0 -39
- package/node_modules/npm-run-path/license +0 -21
- package/node_modules/npm-run-path/package.json +0 -81
- package/node_modules/npm-run-path/readme.md +0 -81
- package/node_modules/number-is-nan/index.js +0 -4
- package/node_modules/number-is-nan/license +0 -21
- package/node_modules/number-is-nan/package.json +0 -73
- package/node_modules/number-is-nan/readme.md +0 -28
- package/node_modules/once/LICENSE +0 -15
- package/node_modules/once/README.md +0 -79
- package/node_modules/once/once.js +0 -42
- package/node_modules/once/package.json +0 -73
- package/node_modules/optimist/.travis.yml +0 -4
- package/node_modules/optimist/LICENSE +0 -21
- package/node_modules/optimist/example/bool.js +0 -10
- package/node_modules/optimist/example/boolean_double.js +0 -7
- package/node_modules/optimist/example/boolean_single.js +0 -7
- package/node_modules/optimist/example/default_hash.js +0 -8
- package/node_modules/optimist/example/default_singles.js +0 -7
- package/node_modules/optimist/example/divide.js +0 -8
- package/node_modules/optimist/example/line_count.js +0 -20
- package/node_modules/optimist/example/line_count_options.js +0 -29
- package/node_modules/optimist/example/line_count_wrap.js +0 -29
- package/node_modules/optimist/example/nonopt.js +0 -4
- package/node_modules/optimist/example/reflect.js +0 -2
- package/node_modules/optimist/example/short.js +0 -3
- package/node_modules/optimist/example/string.js +0 -11
- package/node_modules/optimist/example/usage-options.js +0 -19
- package/node_modules/optimist/example/xup.js +0 -10
- package/node_modules/optimist/index.js +0 -343
- package/node_modules/optimist/package.json +0 -71
- package/node_modules/optimist/readme.markdown +0 -513
- package/node_modules/optimist/test/_/argv.js +0 -2
- package/node_modules/optimist/test/_/bin.js +0 -3
- package/node_modules/optimist/test/_.js +0 -71
- package/node_modules/optimist/test/dash.js +0 -31
- package/node_modules/optimist/test/parse.js +0 -446
- package/node_modules/optimist/test/parse_modified.js +0 -14
- package/node_modules/optimist/test/short.js +0 -16
- package/node_modules/optimist/test/usage.js +0 -292
- package/node_modules/optimist/test/whitespace.js +0 -8
- package/node_modules/os-homedir/index.js +0 -24
- package/node_modules/os-homedir/license +0 -21
- package/node_modules/os-homedir/package.json +0 -77
- package/node_modules/os-homedir/readme.md +0 -31
- package/node_modules/os-locale/index.js +0 -114
- package/node_modules/os-locale/license +0 -9
- package/node_modules/os-locale/package.json +0 -80
- package/node_modules/os-locale/readme.md +0 -71
- package/node_modules/p-defer/index.js +0 -11
- package/node_modules/p-defer/license +0 -21
- package/node_modules/p-defer/package.json +0 -76
- package/node_modules/p-defer/readme.md +0 -47
- package/node_modules/p-finally/index.js +0 -15
- package/node_modules/p-finally/license +0 -21
- package/node_modules/p-finally/package.json +0 -78
- package/node_modules/p-finally/readme.md +0 -47
- package/node_modules/p-is-promise/index.js +0 -10
- package/node_modules/p-is-promise/license +0 -21
- package/node_modules/p-is-promise/package.json +0 -78
- package/node_modules/p-is-promise/readme.md +0 -43
- package/node_modules/p-limit/index.js +0 -49
- package/node_modules/p-limit/license +0 -9
- package/node_modules/p-limit/package.json +0 -84
- package/node_modules/p-limit/readme.md +0 -90
- package/node_modules/p-locate/index.js +0 -34
- package/node_modules/p-locate/license +0 -9
- package/node_modules/p-locate/package.json +0 -86
- package/node_modules/p-locate/readme.md +0 -88
- package/node_modules/p-try/index.js +0 -5
- package/node_modules/p-try/license +0 -9
- package/node_modules/p-try/package.json +0 -75
- package/node_modules/p-try/readme.md +0 -47
- package/node_modules/package-hash/LICENSE +0 -14
- package/node_modules/package-hash/README.md +0 -79
- package/node_modules/package-hash/index.js +0 -174
- package/node_modules/package-hash/package.json +0 -91
- package/node_modules/parse-json/index.js +0 -33
- package/node_modules/parse-json/license +0 -9
- package/node_modules/parse-json/package.json +0 -78
- package/node_modules/parse-json/readme.md +0 -83
- package/node_modules/path-exists/index.js +0 -17
- package/node_modules/path-exists/license +0 -21
- package/node_modules/path-exists/package.json +0 -81
- package/node_modules/path-exists/readme.md +0 -50
- package/node_modules/path-is-absolute/index.js +0 -20
- package/node_modules/path-is-absolute/license +0 -21
- package/node_modules/path-is-absolute/package.json +0 -79
- package/node_modules/path-is-absolute/readme.md +0 -59
- package/node_modules/path-key/index.js +0 -13
- package/node_modules/path-key/license +0 -21
- package/node_modules/path-key/package.json +0 -76
- package/node_modules/path-key/readme.md +0 -51
- package/node_modules/path-type/index.js +0 -42
- package/node_modules/path-type/license +0 -9
- package/node_modules/path-type/package.json +0 -80
- package/node_modules/path-type/readme.md +0 -42
- package/node_modules/pify/index.js +0 -84
- package/node_modules/pify/license +0 -9
- package/node_modules/pify/package.json +0 -88
- package/node_modules/pify/readme.md +0 -131
- package/node_modules/pkg-dir/index.js +0 -10
- package/node_modules/pkg-dir/license +0 -9
- package/node_modules/pkg-dir/package.json +0 -88
- package/node_modules/pkg-dir/readme.md +0 -66
- package/node_modules/pseudomap/LICENSE +0 -15
- package/node_modules/pseudomap/README.md +0 -60
- package/node_modules/pseudomap/map.js +0 -9
- package/node_modules/pseudomap/package.json +0 -57
- package/node_modules/pseudomap/pseudomap.js +0 -113
- package/node_modules/pseudomap/test/basic.js +0 -86
- package/node_modules/pump/.travis.yml +0 -5
- package/node_modules/pump/LICENSE +0 -21
- package/node_modules/pump/README.md +0 -65
- package/node_modules/pump/index.js +0 -82
- package/node_modules/pump/package.json +0 -62
- package/node_modules/pump/test-browser.js +0 -66
- package/node_modules/pump/test-node.js +0 -53
- package/node_modules/read-pkg/index.js +0 -47
- package/node_modules/read-pkg/license +0 -9
- package/node_modules/read-pkg/package.json +0 -78
- package/node_modules/read-pkg/readme.md +0 -79
- package/node_modules/read-pkg-up/index.js +0 -26
- package/node_modules/read-pkg-up/license +0 -9
- package/node_modules/read-pkg-up/package.json +0 -92
- package/node_modules/read-pkg-up/readme.md +0 -82
- package/node_modules/release-zalgo/LICENSE +0 -14
- package/node_modules/release-zalgo/README.md +0 -194
- package/node_modules/release-zalgo/index.js +0 -9
- package/node_modules/release-zalgo/lib/Async.js +0 -21
- package/node_modules/release-zalgo/lib/Sync.js +0 -24
- package/node_modules/release-zalgo/lib/Thenable.js +0 -39
- package/node_modules/release-zalgo/lib/constants.js +0 -6
- package/node_modules/release-zalgo/lib/unwrapSync.js +0 -54
- package/node_modules/release-zalgo/package.json +0 -80
- package/node_modules/require-directory/.jshintrc +0 -67
- package/node_modules/require-directory/.npmignore +0 -1
- package/node_modules/require-directory/.travis.yml +0 -3
- package/node_modules/require-directory/LICENSE +0 -22
- package/node_modules/require-directory/README.markdown +0 -184
- package/node_modules/require-directory/index.js +0 -86
- package/node_modules/require-directory/package.json +0 -73
- package/node_modules/require-main-filename/.npmignore +0 -3
- package/node_modules/require-main-filename/.travis.yml +0 -8
- package/node_modules/require-main-filename/LICENSE.txt +0 -14
- package/node_modules/require-main-filename/README.md +0 -26
- package/node_modules/require-main-filename/index.js +0 -18
- package/node_modules/require-main-filename/package.json +0 -63
- package/node_modules/require-main-filename/test.js +0 -36
- package/node_modules/resolve-from/index.js +0 -47
- package/node_modules/resolve-from/license +0 -9
- package/node_modules/resolve-from/package.json +0 -69
- package/node_modules/resolve-from/readme.md +0 -72
- package/node_modules/rimraf/LICENSE +0 -15
- package/node_modules/rimraf/README.md +0 -101
- package/node_modules/rimraf/bin.js +0 -50
- package/node_modules/rimraf/package.json +0 -74
- package/node_modules/rimraf/rimraf.js +0 -364
- package/node_modules/safe-buffer/LICENSE +0 -21
- package/node_modules/safe-buffer/README.md +0 -584
- package/node_modules/safe-buffer/index.d.ts +0 -187
- package/node_modules/safe-buffer/index.js +0 -62
- package/node_modules/safe-buffer/package.json +0 -70
- package/node_modules/semver/LICENSE +0 -15
- package/node_modules/semver/README.md +0 -399
- package/node_modules/semver/bin/semver +0 -153
- package/node_modules/semver/package.json +0 -65
- package/node_modules/semver/range.bnf +0 -16
- package/node_modules/semver/semver.js +0 -1352
- package/node_modules/set-blocking/CHANGELOG.md +0 -26
- package/node_modules/set-blocking/LICENSE.txt +0 -14
- package/node_modules/set-blocking/README.md +0 -31
- package/node_modules/set-blocking/index.js +0 -7
- package/node_modules/set-blocking/package.json +0 -74
- package/node_modules/shebang-command/index.js +0 -19
- package/node_modules/shebang-command/license +0 -21
- package/node_modules/shebang-command/package.json +0 -76
- package/node_modules/shebang-command/readme.md +0 -39
- package/node_modules/shebang-regex/index.js +0 -2
- package/node_modules/shebang-regex/license +0 -21
- package/node_modules/shebang-regex/package.json +0 -67
- package/node_modules/shebang-regex/readme.md +0 -29
- package/node_modules/signal-exit/CHANGELOG.md +0 -27
- package/node_modules/signal-exit/LICENSE.txt +0 -16
- package/node_modules/signal-exit/README.md +0 -40
- package/node_modules/signal-exit/index.js +0 -157
- package/node_modules/signal-exit/package.json +0 -77
- package/node_modules/signal-exit/signals.js +0 -53
- package/node_modules/spawn-wrap/LICENSE +0 -15
- package/node_modules/spawn-wrap/README.md +0 -111
- package/node_modules/spawn-wrap/index.js +0 -447
- package/node_modules/spawn-wrap/lib/is-windows.js +0 -5
- package/node_modules/spawn-wrap/package.json +0 -71
- package/node_modules/spawn-wrap/shim.js +0 -180
- package/node_modules/spdx-correct/LICENSE +0 -202
- package/node_modules/spdx-correct/README.md +0 -14
- package/node_modules/spdx-correct/index.js +0 -343
- package/node_modules/spdx-correct/package.json +0 -91
- package/node_modules/spdx-exceptions/README.md +0 -36
- package/node_modules/spdx-exceptions/index.json +0 -34
- package/node_modules/spdx-exceptions/package.json +0 -52
- package/node_modules/spdx-exceptions/test.log +0 -8
- package/node_modules/spdx-expression-parse/AUTHORS +0 -4
- package/node_modules/spdx-expression-parse/LICENSE +0 -22
- package/node_modules/spdx-expression-parse/README.md +0 -91
- package/node_modules/spdx-expression-parse/index.js +0 -8
- package/node_modules/spdx-expression-parse/package.json +0 -100
- package/node_modules/spdx-expression-parse/parse.js +0 -138
- package/node_modules/spdx-expression-parse/scan.js +0 -131
- package/node_modules/spdx-license-ids/README.md +0 -52
- package/node_modules/spdx-license-ids/deprecated.json +0 -24
- package/node_modules/spdx-license-ids/index.json +0 -356
- package/node_modules/spdx-license-ids/package.json +0 -78
- package/node_modules/string-width/index.js +0 -36
- package/node_modules/string-width/license +0 -9
- package/node_modules/string-width/package.json +0 -94
- package/node_modules/string-width/readme.md +0 -42
- package/node_modules/strip-ansi/index.js +0 -4
- package/node_modules/strip-ansi/license +0 -9
- package/node_modules/strip-ansi/package.json +0 -90
- package/node_modules/strip-ansi/readme.md +0 -39
- package/node_modules/strip-bom/index.js +0 -14
- package/node_modules/strip-bom/license +0 -21
- package/node_modules/strip-bom/package.json +0 -78
- package/node_modules/strip-bom/readme.md +0 -36
- package/node_modules/strip-eof/index.js +0 -15
- package/node_modules/strip-eof/license +0 -21
- package/node_modules/strip-eof/package.json +0 -75
- package/node_modules/strip-eof/readme.md +0 -28
- package/node_modules/test-exclude/CHANGELOG.md +0 -253
- package/node_modules/test-exclude/LICENSE.txt +0 -14
- package/node_modules/test-exclude/README.md +0 -56
- package/node_modules/test-exclude/index.js +0 -149
- package/node_modules/test-exclude/package.json +0 -70
- package/node_modules/uglify-js/LICENSE +0 -29
- package/node_modules/uglify-js/README.md +0 -1135
- package/node_modules/uglify-js/bin/uglifyjs +0 -417
- package/node_modules/uglify-js/lib/ast.js +0 -951
- package/node_modules/uglify-js/lib/compress.js +0 -6497
- package/node_modules/uglify-js/lib/minify.js +0 -246
- package/node_modules/uglify-js/lib/mozilla-ast.js +0 -629
- package/node_modules/uglify-js/lib/output.js +0 -1513
- package/node_modules/uglify-js/lib/parse.js +0 -1648
- package/node_modules/uglify-js/lib/propmangle.js +0 -234
- package/node_modules/uglify-js/lib/scope.js +0 -596
- package/node_modules/uglify-js/lib/sourcemap.js +0 -104
- package/node_modules/uglify-js/lib/transform.js +0 -185
- package/node_modules/uglify-js/lib/utils.js +0 -277
- package/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md +0 -301
- package/node_modules/uglify-js/node_modules/source-map/LICENSE +0 -28
- package/node_modules/uglify-js/node_modules/source-map/README.md +0 -742
- package/node_modules/uglify-js/node_modules/source-map/dist/source-map.debug.js +0 -3234
- package/node_modules/uglify-js/node_modules/source-map/dist/source-map.js +0 -3233
- package/node_modules/uglify-js/node_modules/source-map/dist/source-map.min.js +0 -2
- package/node_modules/uglify-js/node_modules/source-map/dist/source-map.min.js.map +0 -1
- package/node_modules/uglify-js/node_modules/source-map/lib/array-set.js +0 -121
- package/node_modules/uglify-js/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/node_modules/uglify-js/node_modules/source-map/lib/base64.js +0 -67
- package/node_modules/uglify-js/node_modules/source-map/lib/binary-search.js +0 -111
- package/node_modules/uglify-js/node_modules/source-map/lib/mapping-list.js +0 -79
- package/node_modules/uglify-js/node_modules/source-map/lib/quick-sort.js +0 -114
- package/node_modules/uglify-js/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/node_modules/uglify-js/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/node_modules/uglify-js/node_modules/source-map/lib/source-node.js +0 -413
- package/node_modules/uglify-js/node_modules/source-map/lib/util.js +0 -488
- package/node_modules/uglify-js/node_modules/source-map/package.json +0 -216
- package/node_modules/uglify-js/node_modules/source-map/source-map.d.ts +0 -98
- package/node_modules/uglify-js/node_modules/source-map/source-map.js +0 -8
- package/node_modules/uglify-js/package.json +0 -107
- package/node_modules/uglify-js/tools/domprops.json +0 -5601
- package/node_modules/uglify-js/tools/exit.js +0 -15
- package/node_modules/uglify-js/tools/exports.js +0 -6
- package/node_modules/uglify-js/tools/node.js +0 -78
- package/node_modules/uglify-js/tools/props.html +0 -61
- package/node_modules/uuid/.eslintrc.json +0 -47
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/CHANGELOG.md +0 -110
- package/node_modules/uuid/LICENSE.md +0 -21
- package/node_modules/uuid/README.md +0 -293
- package/node_modules/uuid/README_js.md +0 -280
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -24
- package/node_modules/uuid/lib/md5-browser.js +0 -216
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/lib/v35.js +0 -57
- package/node_modules/uuid/package.json +0 -99
- package/node_modules/uuid/v1.js +0 -109
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
- package/node_modules/validate-npm-package-license/LICENSE +0 -202
- package/node_modules/validate-npm-package-license/README.md +0 -113
- package/node_modules/validate-npm-package-license/index.js +0 -86
- package/node_modules/validate-npm-package-license/package.json +0 -70
- package/node_modules/which/CHANGELOG.md +0 -152
- package/node_modules/which/LICENSE +0 -15
- package/node_modules/which/README.md +0 -51
- package/node_modules/which/bin/which +0 -52
- package/node_modules/which/package.json +0 -73
- package/node_modules/which/which.js +0 -135
- package/node_modules/which-module/CHANGELOG.md +0 -26
- package/node_modules/which-module/LICENSE +0 -13
- package/node_modules/which-module/README.md +0 -55
- package/node_modules/which-module/index.js +0 -9
- package/node_modules/which-module/package.json +0 -72
- package/node_modules/wordwrap/LICENSE +0 -18
- package/node_modules/wordwrap/README.markdown +0 -70
- package/node_modules/wordwrap/example/center.js +0 -10
- package/node_modules/wordwrap/example/meat.js +0 -3
- package/node_modules/wordwrap/index.js +0 -76
- package/node_modules/wordwrap/package.json +0 -69
- package/node_modules/wordwrap/test/break.js +0 -30
- package/node_modules/wordwrap/test/idleness.txt +0 -63
- package/node_modules/wordwrap/test/wrap.js +0 -31
- package/node_modules/wrap-ansi/index.js +0 -168
- package/node_modules/wrap-ansi/license +0 -21
- package/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +0 -4
- package/node_modules/wrap-ansi/node_modules/ansi-regex/license +0 -21
- package/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +0 -111
- package/node_modules/wrap-ansi/node_modules/ansi-regex/readme.md +0 -39
- package/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/index.js +0 -46
- package/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/license +0 -21
- package/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/package.json +0 -80
- package/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/node_modules/wrap-ansi/node_modules/string-width/index.js +0 -37
- package/node_modules/wrap-ansi/node_modules/string-width/license +0 -21
- package/node_modules/wrap-ansi/node_modules/string-width/package.json +0 -91
- package/node_modules/wrap-ansi/node_modules/string-width/readme.md +0 -42
- package/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +0 -6
- package/node_modules/wrap-ansi/node_modules/strip-ansi/license +0 -21
- package/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +0 -105
- package/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md +0 -33
- package/node_modules/wrap-ansi/package.json +0 -123
- package/node_modules/wrap-ansi/readme.md +0 -73
- package/node_modules/wrappy/LICENSE +0 -15
- package/node_modules/wrappy/README.md +0 -36
- package/node_modules/wrappy/package.json +0 -62
- package/node_modules/wrappy/wrappy.js +0 -33
- package/node_modules/write-file-atomic/CHANGELOG.md +0 -20
- package/node_modules/write-file-atomic/LICENSE +0 -6
- package/node_modules/write-file-atomic/README.md +0 -56
- package/node_modules/write-file-atomic/index.js +0 -233
- package/node_modules/write-file-atomic/package.json +0 -71
- package/node_modules/y18n/CHANGELOG.md +0 -21
- package/node_modules/y18n/LICENSE +0 -13
- package/node_modules/y18n/README.md +0 -109
- package/node_modules/y18n/index.js +0 -188
- package/node_modules/y18n/package.json +0 -70
- package/node_modules/yallist/LICENSE +0 -15
- package/node_modules/yallist/README.md +0 -204
- package/node_modules/yallist/iterator.js +0 -7
- package/node_modules/yallist/package.json +0 -65
- package/node_modules/yallist/yallist.js +0 -370
- package/node_modules/yargs/CHANGELOG.md +0 -1231
- package/node_modules/yargs/LICENSE +0 -22
- package/node_modules/yargs/README.md +0 -122
- package/node_modules/yargs/completion.sh.hbs +0 -28
- package/node_modules/yargs/index.js +0 -32
- package/node_modules/yargs/lib/apply-extends.js +0 -53
- package/node_modules/yargs/lib/argsert.js +0 -66
- package/node_modules/yargs/lib/command.js +0 -433
- package/node_modules/yargs/lib/completion.js +0 -105
- package/node_modules/yargs/lib/levenshtein.js +0 -47
- package/node_modules/yargs/lib/middleware.js +0 -10
- package/node_modules/yargs/lib/obj-filter.js +0 -11
- package/node_modules/yargs/lib/usage.js +0 -535
- package/node_modules/yargs/lib/validation.js +0 -341
- package/node_modules/yargs/lib/yerror.js +0 -11
- package/node_modules/yargs/locales/be.json +0 -39
- package/node_modules/yargs/locales/de.json +0 -39
- package/node_modules/yargs/locales/en.json +0 -42
- package/node_modules/yargs/locales/es.json +0 -39
- package/node_modules/yargs/locales/fr.json +0 -37
- package/node_modules/yargs/locales/hi.json +0 -42
- package/node_modules/yargs/locales/hu.json +0 -39
- package/node_modules/yargs/locales/id.json +0 -43
- package/node_modules/yargs/locales/it.json +0 -39
- package/node_modules/yargs/locales/ja.json +0 -42
- package/node_modules/yargs/locales/ko.json +0 -42
- package/node_modules/yargs/locales/nb.json +0 -37
- package/node_modules/yargs/locales/nl.json +0 -42
- package/node_modules/yargs/locales/nn.json +0 -39
- package/node_modules/yargs/locales/pirate.json +0 -13
- package/node_modules/yargs/locales/pl.json +0 -42
- package/node_modules/yargs/locales/pt.json +0 -38
- package/node_modules/yargs/locales/pt_BR.json +0 -42
- package/node_modules/yargs/locales/ru.json +0 -39
- package/node_modules/yargs/locales/th.json +0 -39
- package/node_modules/yargs/locales/tr.json +0 -41
- package/node_modules/yargs/locales/zh_CN.json +0 -41
- package/node_modules/yargs/locales/zh_TW.json +0 -40
- package/node_modules/yargs/package.json +0 -110
- package/node_modules/yargs/yargs.js +0 -1190
- package/node_modules/yargs-parser/CHANGELOG.md +0 -412
- package/node_modules/yargs-parser/LICENSE.txt +0 -14
- package/node_modules/yargs-parser/README.md +0 -351
- package/node_modules/yargs-parser/index.js +0 -866
- package/node_modules/yargs-parser/lib/tokenize-arg-string.js +0 -41
- package/node_modules/yargs-parser/package.json +0 -83
|
@@ -1,624 +0,0 @@
|
|
|
1
|
-
# Release Notes
|
|
2
|
-
|
|
3
|
-
## Development
|
|
4
|
-
|
|
5
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...master)
|
|
6
|
-
|
|
7
|
-
## v4.0.12 - September 4th, 2018
|
|
8
|
-
New features:
|
|
9
|
-
|
|
10
|
-
- none
|
|
11
|
-
|
|
12
|
-
Various dependency updates
|
|
13
|
-
|
|
14
|
-
- [#1464](https://github.com/wycats/handlebars.js/pull/1464) - Bump versions of grunt-plugins to 1.x
|
|
15
|
-
- [#1398](https://github.com/wycats/handlebars.js/pull/1398) - Chore: updated various dev dependencies
|
|
16
|
-
- upgrade uglify-js - d3d3942
|
|
17
|
-
- Update grunt-eslint to 20.1.0 - 7729aa9
|
|
18
|
-
- Update dependencies "async" to 2.5.0 and "source-map" to 0.6.1 (73d5637)
|
|
19
|
-
|
|
20
|
-
Bugfixes:
|
|
21
|
-
|
|
22
|
-
- [components/handlebars.js#24](https://github.com/components/handlebars.js#24) Add package.json to components shim
|
|
23
|
-
- Updated `source-map`-package should work better with `rollup`[#1463](https://github.com/wycats/handlebars.js/issues/1463)
|
|
24
|
-
|
|
25
|
-
Removed obsolete code:
|
|
26
|
-
|
|
27
|
-
- unnecessary check - 0ddff8b
|
|
28
|
-
- Use `files` field - 69c6ca5
|
|
29
|
-
- Update jsfiddle to 4.0.11 - 8947dd0
|
|
30
|
-
|
|
31
|
-
Compatibility notes:
|
|
32
|
-
- No compatibility issues are to be expected
|
|
33
|
-
|
|
34
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.0.12)
|
|
35
|
-
|
|
36
|
-
## v4.0.12 - September 4th, 2018
|
|
37
|
-
New features:
|
|
38
|
-
|
|
39
|
-
- none
|
|
40
|
-
|
|
41
|
-
Various dependency updates
|
|
42
|
-
|
|
43
|
-
- [#1464](https://github.com/wycats/handlebars.js/pull/1464) - Bump versions of grunt-plugins to 1.x
|
|
44
|
-
- [#1398](https://github.com/wycats/handlebars.js/pull/1398) - Chore: updated various dev dependencies
|
|
45
|
-
- upgrade uglify-js - d3d3942
|
|
46
|
-
- Update grunt-eslint to 20.1.0 - 7729aa9
|
|
47
|
-
- Update dependencies "async" to 2.5.0 and "source-map" to 0.6.1 (73d5637)
|
|
48
|
-
|
|
49
|
-
Bugfixes:
|
|
50
|
-
|
|
51
|
-
- [components/handlebars.js#24](https://github.com/components/handlebars.js#24) Add package.json to components shim
|
|
52
|
-
- Updated `source-map`-package should work better with `rollup`[#1463](https://github.com/wycats/handlebars.js/issues/1463)
|
|
53
|
-
|
|
54
|
-
Removed obsolete code:
|
|
55
|
-
|
|
56
|
-
- unnecessary check - 0ddff8b
|
|
57
|
-
- Use `files` field - 69c6ca5
|
|
58
|
-
- Update jsfiddle to 4.0.11 - 8947dd0
|
|
59
|
-
|
|
60
|
-
Compatibility notes:
|
|
61
|
-
- No compatibility issues are to be expected
|
|
62
|
-
|
|
63
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.0.12)
|
|
64
|
-
|
|
65
|
-
## v4.0.12 - September 4th, 2018
|
|
66
|
-
New features:
|
|
67
|
-
|
|
68
|
-
- none
|
|
69
|
-
|
|
70
|
-
Various dependency updates
|
|
71
|
-
|
|
72
|
-
- [#1464](https://github.com/wycats/handlebars.js/pull/1464) - Bump versions of grunt-plugins to 1.x
|
|
73
|
-
- [#1398](https://github.com/wycats/handlebars.js/pull/1398) - Chore: updated various dev dependencies
|
|
74
|
-
- upgrade uglify-js - d3d3942
|
|
75
|
-
- Update grunt-eslint to 20.1.0 - 7729aa9
|
|
76
|
-
- Update dependencies "async" to 2.5.0 and "source-map" to 0.6.1 (73d5637)
|
|
77
|
-
|
|
78
|
-
Bugfixes:
|
|
79
|
-
|
|
80
|
-
- [components/handlebars.js#24](https://github.com/components/handlebars.js#24) Add package.json to components shim
|
|
81
|
-
- Updated `source-map`-package should work better with `rollup`[#1463](https://github.com/wycats/handlebars.js/issues/1463)
|
|
82
|
-
|
|
83
|
-
Removed obsolete code:
|
|
84
|
-
|
|
85
|
-
- unnecessary check - 0ddff8b
|
|
86
|
-
- Use `files` field - 69c6ca5
|
|
87
|
-
- Update jsfiddle to 4.0.11 - 8947dd0
|
|
88
|
-
|
|
89
|
-
Compatibility notes:
|
|
90
|
-
- No compatibility issues are to be expected
|
|
91
|
-
|
|
92
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.0.12)
|
|
93
|
-
|
|
94
|
-
## v4.0.11 - October 17th, 2017
|
|
95
|
-
- [#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))
|
|
96
|
-
- [#1233](https://github.com/wycats/handlebars.js/issues/1233) - Unable to build under windows - error at test:bin task ([@blikblum](https://github.com/blikblum))
|
|
97
|
-
- Update (C) year in the LICENSE file - 21386b6
|
|
98
|
-
|
|
99
|
-
Compatibility notes:
|
|
100
|
-
- This is a bugfix release. There are no breaking change and no new features.
|
|
101
|
-
|
|
102
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.10...v4.0.11)
|
|
103
|
-
|
|
104
|
-
## v4.0.10 - May 21st, 2017
|
|
105
|
-
- Fix regression in 4.0.9: Replace "Object.assign" (not support in IE) by "util/extend" - 0e953d1
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.9...v4.0.10)
|
|
110
|
-
|
|
111
|
-
## v4.0.9 - May 21st, 2017
|
|
112
|
-
|
|
113
|
-
- [#1327](https://github.com/wycats/handlebars.js/issues/1327) Handlebars.compile() does not modify "options" anymore
|
|
114
|
-
- pending [#1331](https://github.com/wycats/handlebars.js/issues/1331) Attempts to build Handlebars in a Windows environment
|
|
115
|
-
- Fix build in windows - cc554a5
|
|
116
|
-
- Ensure LF line-edings in handlebars-template fixtures (*.hbs) - ed879a6
|
|
117
|
-
- Run integration test with `node handlebars -a ...` on Windows - 2e21e2b
|
|
118
|
-
- Ensure LF line-edings in lexer-files (*.l) - bdfdbea
|
|
119
|
-
- Force LF line-endings for spec/artifacts - b50ef03
|
|
120
|
-
- Use istanbul/lib/cli.js instead of node_modules/.bin/istanbul - 6e6269f
|
|
121
|
-
- TravisCI: Publish valid semver tags independently of the branch - 7378f85
|
|
122
|
-
|
|
123
|
-
Compatibility notes:
|
|
124
|
-
- No compatibility issues are expected.
|
|
125
|
-
|
|
126
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.8...v4.0.9)
|
|
127
|
-
|
|
128
|
-
## v4.0.8 - May 2nd, 2017
|
|
129
|
-
- [#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
|
|
130
|
-
|
|
131
|
-
Compatibility notes:
|
|
132
|
-
- No breaking changes
|
|
133
|
-
|
|
134
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.7...v4.0.8)
|
|
135
|
-
|
|
136
|
-
## v4.0.7 - April 29th, 2017
|
|
137
|
-
- [#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
|
|
138
|
-
- [#1315](https://github.com/wycats/handlebars.js/pull/1315) Parser: Change suffix to use ES6 default module export ([@Turbo87](https://github.com/Turbo87))- b617375
|
|
139
|
-
- [#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
|
|
140
|
-
- [#1252](https://github.com/wycats/handlebars.js/issue/1290) Using @partial-block twice in a template not possible ([@nknapp](https://github.com/nknapp)) - 5a164d0
|
|
141
|
-
- [#1310](https://github.com/wycats/handlebars.js/pull/1310) Avoid duplicate "sourceMappingURL=" lines. ([@joonas-lahtinen](https://github.com/joonas-lahtinen)) - 01b0f65
|
|
142
|
-
- [#1275](https://github.com/wycats/handlebars.js/pull/1275) require('sys') is deprecated, using 'util' instead ([@travnels](https://github.com/travnels)) - 406f2ee
|
|
143
|
-
- [#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
|
|
144
|
-
- [#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
|
|
145
|
-
|
|
146
|
-
[Commits](https://github.com/lawnsea/handlebars.js/compare/v4.0.6...v4.0.7)
|
|
147
|
-
|
|
148
|
-
## v4.0.6 - November 12th, 2016
|
|
149
|
-
- [#1243](https://github.com/wycats/handlebars.js/pull/1243) - Walk up data frames for nested @partial-block ([@lawnsea](https://github.com/lawnsea))
|
|
150
|
-
- [#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))
|
|
151
|
-
- [#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))
|
|
152
|
-
- [#1191](https://github.com/wycats/handlebars.js/pull/1191) - Added cory ([@leo](https://github.com/leo))
|
|
153
|
-
- [#1177](https://github.com/wycats/handlebars.js/pull/1177) - Preserve License info in Closure Compiler ([@gennadiylitvinyuk](https://github.com/gennadiylitvinyuk))
|
|
154
|
-
- [#1171](https://github.com/wycats/handlebars.js/pull/1171) - Contributing doc fix: failing thats -> failing tests ([@paulfalgout](https://github.com/paulfalgout))
|
|
155
|
-
- [#1166](https://github.com/wycats/handlebars.js/pull/1166) - Update license date ([@timwangdev](https://github.com/timwangdev))
|
|
156
|
-
- Update jsfiddle to point to latest - 959ee55 (originally dfc7554 by [@kpdecker](https://github.com/kpdecker))
|
|
157
|
-
- [#1163](https://github.com/wycats/handlebars.js/pull/1163) - Fix typos on decorators-api.md. ([@adjohnson916](https://github.com/adjohnson916))
|
|
158
|
-
- Drop extra Error params - 8c19874 (originally 63fdb92 by [@kpdecker](https://github.com/kpdecker))
|
|
159
|
-
- [#1153](https://github.com/wycats/handlebars.js/pull/1153) - Add documentation for running tests to contributing.md ([@ryanmurakami](https://github.com/ryanmurakami))
|
|
160
|
-
- Avoid error in older browsers in test - 400916c (originally a6121ca by [@kpdecker](https://github.com/kpdecker))
|
|
161
|
-
- Update target browser test versions - fee2334 (originally 871c32a by [@kpdecker](https://github.com/kpdecker))
|
|
162
|
-
- Exclude coverage check in exception conditional - 32d6363 (originally 326734b by [@kpdecker](https://github.com/kpdecker))
|
|
163
|
-
- Fix throw when creating exception object in Safari - 20c965c (originally 2ea6119 by [@kpdecker](https://github.com/kpdecker))
|
|
164
|
-
- Update build for modern node versions - 6c9f98c (originally 8289c0b by [@kpdecker](https://github.com/kpdecker))
|
|
165
|
-
- [#1135](https://github.com/wycats/handlebars.js/issues/1135) - Relax depth check for context push - c393c81 (originally 25458fd by [@kpdecker](https://github.com/kpdecker))
|
|
166
|
-
|
|
167
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.5...v4.0.6)
|
|
168
|
-
|
|
169
|
-
## v4.0.5 - November 19th, 2015
|
|
170
|
-
- [#1132](https://github.com/wycats/handlebars.js/pull/1132) - Update uglify-js to avoid vulnerability ([@plynchnlm](https://github.com/plynchnlm))
|
|
171
|
-
- [#1129](https://github.com/wycats/handlebars.js/issues/1129) - Minified lib returns an empty string ([@bricss](https://github.com/bricss))
|
|
172
|
-
- Return current handlebars instance from noConflict - 685cf92
|
|
173
|
-
- Add webpack to dev dependency to support npm 3 - 7a6c228
|
|
174
|
-
- Further relax uglify dependency - 0a3b3c2
|
|
175
|
-
- Include tests for minimized artifacts - c21118d
|
|
176
|
-
- Fix lint errors under latest eslint - 9f59de9
|
|
177
|
-
- Add print-script helper script - 98a6717
|
|
178
|
-
|
|
179
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.4...v4.0.5)
|
|
180
|
-
|
|
181
|
-
## v4.0.4 - October 29th, 2015
|
|
182
|
-
- [#1121](https://github.com/wycats/handlebars.js/pull/1121) - Include partial name in 'undefined partial' exception message ([@shinypb](https://github.com/shinypb))
|
|
183
|
-
- [#1125](https://github.com/wycats/handlebars.js/pull/1125) - Add promised-handlebars to "in-the-wild"-list ([@nknapp](https://github.com/nknapp))
|
|
184
|
-
|
|
185
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.3...v4.0.4)
|
|
186
|
-
|
|
187
|
-
## v4.0.3 - September 23rd, 2015
|
|
188
|
-
- [#1099](https://github.com/wycats/handlebars.js/issues/1099) - @partial-block is overridden ([@btmorex](https://github.com/btmorex))
|
|
189
|
-
- [#1093](https://github.com/wycats/handlebars.js/issues/1093) - #each skips iteration on undefined values ([@florianpilz](https://github.com/florianpilz))
|
|
190
|
-
- [#1092](https://github.com/wycats/handlebars.js/issues/1092) - Square braces in key name ([@distantnative](https://github.com/distantnative))
|
|
191
|
-
- [#1091](https://github.com/wycats/handlebars.js/pull/1091) - fix typo in release notes ([@nikolas](https://github.com/nikolas))
|
|
192
|
-
- [#1090](https://github.com/wycats/handlebars.js/pull/1090) - grammar fixes in 4.0.0 release notes ([@nikolas](https://github.com/nikolas))
|
|
193
|
-
|
|
194
|
-
Compatibility notes:
|
|
195
|
-
- `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.
|
|
196
|
-
- `]` can now be included in `[]` wrapped identifiers by escaping with `\`. Any `[]` identifiers that include `\` will now have to properly escape these values.
|
|
197
|
-
|
|
198
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.2...v4.0.3)
|
|
199
|
-
|
|
200
|
-
## v4.0.2 - September 4th, 2015
|
|
201
|
-
- [#1089](https://github.com/wycats/handlebars.js/issues/1089) - "Failover content" not working in multiple levels of inline partials ([@michaellopez](https://github.com/michaellopez))
|
|
202
|
-
|
|
203
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.1...v4.0.2)
|
|
204
|
-
|
|
205
|
-
## v4.0.1 - September 2nd, 2015
|
|
206
|
-
- Fix failure when using decorators in partials - 05b82a2
|
|
207
|
-
|
|
208
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.0.0...v4.0.1)
|
|
209
|
-
|
|
210
|
-
## v4.0.0 - September 1st, 2015
|
|
211
|
-
- [#1082](https://github.com/wycats/handlebars.js/pull/1082) - Decorators and Inline Partials ([@kpdecker](https://github.com/kpdecker))
|
|
212
|
-
- [#1076](https://github.com/wycats/handlebars.js/pull/1076) - Implement partial blocks ([@kpdecker](https://github.com/kpdecker))
|
|
213
|
-
- [#1087](https://github.com/wycats/handlebars.js/pull/1087) - Fix #each when last object entry has empty key ([@denniskuczynski](https://github.com/denniskuczynski))
|
|
214
|
-
- [#1084](https://github.com/wycats/handlebars.js/pull/1084) - Bump uglify version to fix vulnerability ([@John-Steidley](https://github.com/John-Steidley))
|
|
215
|
-
- [#1068](https://github.com/wycats/handlebars.js/pull/1068) - Fix typo ([@0xack13](https://github.com/0xack13))
|
|
216
|
-
- [#1060](https://github.com/wycats/handlebars.js/pull/1060) - #1056 Fixed grammar for nested raw blocks ([@ericbn](https://github.com/ericbn))
|
|
217
|
-
- [#1052](https://github.com/wycats/handlebars.js/pull/1052) - Updated year in License ([@maqnouch](https://github.com/maqnouch))
|
|
218
|
-
- [#1037](https://github.com/wycats/handlebars.js/pull/1037) - Fix minor typos in README ([@tomxtobin](https://github.com/tomxtobin))
|
|
219
|
-
- [#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))
|
|
220
|
-
- [#1019](https://github.com/wycats/handlebars.js/pull/1019) - Fixes typo in tests ([@aymerick](https://github.com/aymerick))
|
|
221
|
-
- [#1016](https://github.com/wycats/handlebars.js/issues/1016) - Version mis-match ([@mayankdedhia](https://github.com/mayankdedhia))
|
|
222
|
-
- [#1023](https://github.com/wycats/handlebars.js/issues/1023) - is it possible for nested custom helpers to communicate between each other?
|
|
223
|
-
- [#893](https://github.com/wycats/handlebars.js/issues/893) - [Proposal] Section blocks.
|
|
224
|
-
- [#792](https://github.com/wycats/handlebars.js/issues/792) - feature request: inline partial definitions
|
|
225
|
-
- [#583](https://github.com/wycats/handlebars.js/issues/583) - Parent path continues to drill down depth with multiple conditionals
|
|
226
|
-
- [#404](https://github.com/wycats/handlebars.js/issues/404) - Add named child helpers that can be referenced by block helpers
|
|
227
|
-
- Escape = in HTML content - [83b8e84](https://github.com/wycats/handlebars.js/commit/83b8e84)
|
|
228
|
-
- Drop AST constructors in favor of JSON - [95d84ba](https://github.com/wycats/handlebars.js/commit/95d84ba)
|
|
229
|
-
- Pass container rather than exec as context - [9a2d1d6](https://github.com/wycats/handlebars.js/commit/9a2d1d6)
|
|
230
|
-
- Add ignoreStandalone compiler option - [ea3a5a1](https://github.com/wycats/handlebars.js/commit/ea3a5a1)
|
|
231
|
-
- Ignore empty when iterating on sparse arrays - [06d515a](https://github.com/wycats/handlebars.js/commit/06d515a)
|
|
232
|
-
- Add support for string and stdin precompilation - [0de8dac](https://github.com/wycats/handlebars.js/commit/0de8dac)
|
|
233
|
-
- Simplify object assignment generation logic - [77e6bfc](https://github.com/wycats/handlebars.js/commit/77e6bfc)
|
|
234
|
-
- Bulletproof AST.helpers.helperExpression - [93b0760](https://github.com/wycats/handlebars.js/commit/93b0760)
|
|
235
|
-
- Always return string responses - [8e868ab](https://github.com/wycats/handlebars.js/commit/8e868ab)
|
|
236
|
-
- Pass undefined fields to helpers in strict mode - [5d4b8da](https://github.com/wycats/handlebars.js/commit/5d4b8da)
|
|
237
|
-
- Avoid depth creation when context remains the same - [279e038](https://github.com/wycats/handlebars.js/commit/279e038)
|
|
238
|
-
- Improve logging API - [9a49d35](https://github.com/wycats/handlebars.js/commit/9a49d35)
|
|
239
|
-
- Fix with operator in no @data mode - [231a8d7](https://github.com/wycats/handlebars.js/commit/231a8d7)
|
|
240
|
-
- Allow empty key name in each iteration - [1bb640b](https://github.com/wycats/handlebars.js/commit/1bb640b)
|
|
241
|
-
- Add with block parameter support - [2a85106](https://github.com/wycats/handlebars.js/commit/2a85106)
|
|
242
|
-
- Fix escaping of non-javascript identifiers - [410141c](https://github.com/wycats/handlebars.js/commit/410141c)
|
|
243
|
-
- Fix location information for programs - [93faffa](https://github.com/wycats/handlebars.js/commit/93faffa)
|
|
244
|
-
|
|
245
|
-
Compatibility notes:
|
|
246
|
-
- 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).
|
|
247
|
-
- 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.
|
|
248
|
-
- AST constructors have been dropped in favor of plain old javascript objects
|
|
249
|
-
- The runtime version has been increased. Precompiled templates will need to use runtime of at least 4.0.0.
|
|
250
|
-
|
|
251
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.3...v4.0.0)
|
|
252
|
-
|
|
253
|
-
## v3.0.3 - April 28th, 2015
|
|
254
|
-
- [#1004](https://github.com/wycats/handlebars.js/issues/1004) - Latest version breaks with RequireJS (global is undefined) ([@boskee](https://github.com/boskee))
|
|
255
|
-
|
|
256
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.2...v3.0.3)
|
|
257
|
-
|
|
258
|
-
## v3.0.2 - April 20th, 2015
|
|
259
|
-
- [#998](https://github.com/wycats/handlebars.js/pull/998) - Add full support for es6 ([@kpdecker](https://github.com/kpdecker))
|
|
260
|
-
- [#994](https://github.com/wycats/handlebars.js/issues/994) - Access Handlebars.Visitor in browser ([@tamlyn](https://github.com/tamlyn))
|
|
261
|
-
- [#990](https://github.com/wycats/handlebars.js/issues/990) - Allow passing null/undefined literals subexpressions ([@blimmer](https://github.com/blimmer))
|
|
262
|
-
- [#989](https://github.com/wycats/handlebars.js/issues/989) - Source-map error with requirejs ([@SteppeEagle](https://github.com/SteppeEagle))
|
|
263
|
-
- [#967](https://github.com/wycats/handlebars.js/issues/967) - can't access "this" property ([@75lb](https://github.com/75lb))
|
|
264
|
-
- Use captureStackTrace for error handler - a009a97
|
|
265
|
-
- Ignore branches tested without coverage monitoring - 37a664b
|
|
266
|
-
|
|
267
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.1...v3.0.2)
|
|
268
|
-
|
|
269
|
-
## v3.0.1 - March 24th, 2015
|
|
270
|
-
- [#984](https://github.com/wycats/handlebars.js/pull/984) - Adding documentation for passing arguments into partials ([@johneke](https://github.com/johneke))
|
|
271
|
-
- [#973](https://github.com/wycats/handlebars.js/issues/973) - version 3 is slower than version 2 ([@elover](https://github.com/elover))
|
|
272
|
-
- [#966](https://github.com/wycats/handlebars.js/issues/966) - "handlebars --version" does not work with v3.0.0 ([@abloomston](https://github.com/abloomston))
|
|
273
|
-
- [#964](https://github.com/wycats/handlebars.js/pull/964) - default is a reserved word ([@grassick](https://github.com/grassick))
|
|
274
|
-
- [#962](https://github.com/wycats/handlebars.js/pull/962) - Add dashbars' link on README. ([@pismute](https://github.com/pismute))
|
|
275
|
-
|
|
276
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.0...v3.0.1)
|
|
277
|
-
|
|
278
|
-
## v3.0.0 - February 10th, 2015
|
|
279
|
-
- [#941](https://github.com/wycats/handlebars.js/pull/941) - Add support for dynamic partial names ([@kpdecker](https://github.com/kpdecker))
|
|
280
|
-
- [#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))
|
|
281
|
-
- [#938](https://github.com/wycats/handlebars.js/pull/938) - Fix example using #with helper ([@diwo](https://github.com/diwo))
|
|
282
|
-
- [#930](https://github.com/wycats/handlebars.js/pull/930) - Add parent tracking and mutation to AST visitors ([@kpdecker](https://github.com/kpdecker))
|
|
283
|
-
- [#926](https://github.com/wycats/handlebars.js/issues/926) - Depthed lookups fail when program duplicator runs ([@kpdecker](https://github.com/kpdecker))
|
|
284
|
-
- [#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))
|
|
285
|
-
- [#915](https://github.com/wycats/handlebars.js/pull/915) - Ast update ([@kpdecker](https://github.com/kpdecker))
|
|
286
|
-
- [#910](https://github.com/wycats/handlebars.js/issues/910) - Different behavior of {{@last}} when {{#each}} in {{#each}} ([@zordius](https://github.com/zordius))
|
|
287
|
-
- [#907](https://github.com/wycats/handlebars.js/issues/907) - Implement named helper variable references ([@kpdecker](https://github.com/kpdecker))
|
|
288
|
-
- [#906](https://github.com/wycats/handlebars.js/pull/906) - Add parser support for block params ([@mmun](https://github.com/mmun))
|
|
289
|
-
- [#903](https://github.com/wycats/handlebars.js/issues/903) - Only provide aliases for multiple use calls ([@kpdecker](https://github.com/kpdecker))
|
|
290
|
-
- [#902](https://github.com/wycats/handlebars.js/pull/902) - Generate Source Maps ([@kpdecker](https://github.com/kpdecker))
|
|
291
|
-
- [#901](https://github.com/wycats/handlebars.js/issues/901) - Still escapes with noEscape enabled on isolated Handlebars environment ([@zedknight](https://github.com/zedknight))
|
|
292
|
-
- [#896](https://github.com/wycats/handlebars.js/pull/896) - Simplify BlockNode by removing intermediate MustacheNode ([@mmun](https://github.com/mmun))
|
|
293
|
-
- [#892](https://github.com/wycats/handlebars.js/pull/892) - Implement parser for else chaining of helpers ([@kpdecker](https://github.com/kpdecker))
|
|
294
|
-
- [#889](https://github.com/wycats/handlebars.js/issues/889) - Consider extensible parser API ([@kpdecker](https://github.com/kpdecker))
|
|
295
|
-
- [#887](https://github.com/wycats/handlebars.js/issues/887) - Handlebars.noConflict() option? ([@bradvogel](https://github.com/bradvogel))
|
|
296
|
-
- [#886](https://github.com/wycats/handlebars.js/issues/886) - Add SafeString to context (or use duck-typing) ([@dominicbarnes](https://github.com/dominicbarnes))
|
|
297
|
-
- [#870](https://github.com/wycats/handlebars.js/pull/870) - Registering undefined partial throws exception. ([@max-b](https://github.com/max-b))
|
|
298
|
-
- [#866](https://github.com/wycats/handlebars.js/issues/866) - comments don't respect whitespace control ([@75lb](https://github.com/75lb))
|
|
299
|
-
- [#863](https://github.com/wycats/handlebars.js/pull/863) - + jsDelivr CDN info ([@tomByrer](https://github.com/tomByrer))
|
|
300
|
-
- [#858](https://github.com/wycats/handlebars.js/issues/858) - Disable new default auto-indent at included partials ([@majodev](https://github.com/majodev))
|
|
301
|
-
- [#856](https://github.com/wycats/handlebars.js/pull/856) - jspm compatibility ([@MajorBreakfast](https://github.com/MajorBreakfast))
|
|
302
|
-
- [#805](https://github.com/wycats/handlebars.js/issues/805) - Request: "strict" lookups ([@nzakas](https://github.com/nzakas))
|
|
303
|
-
|
|
304
|
-
- Export the default object for handlebars/runtime - 5594416
|
|
305
|
-
- Lookup partials when undefined - 617dd57
|
|
306
|
-
|
|
307
|
-
Compatibility notes:
|
|
308
|
-
- Runtime breaking changes. Must match 3.x runtime and precompiler.
|
|
309
|
-
- The AST has been upgraded to a public API.
|
|
310
|
-
- There are a number of changes to this, but the format is now documented in docs/compiler-api.md
|
|
311
|
-
- The Visitor API has been expanded to support mutation and provide a base implementation
|
|
312
|
-
- The `JavaScriptCompiler` APIs have been formalized and documented. As part of the sourcemap handling these should be updated to return arrays for concatenation.
|
|
313
|
-
- `JavaScriptCompiler.namespace` has been removed as it was unused.
|
|
314
|
-
- `SafeString` is now duck typed on `toHTML`
|
|
315
|
-
|
|
316
|
-
New Features:
|
|
317
|
-
- noConflict
|
|
318
|
-
- Source Maps
|
|
319
|
-
- Block Params
|
|
320
|
-
- Strict Mode
|
|
321
|
-
- @last and other each changes
|
|
322
|
-
- Chained else blocks
|
|
323
|
-
- @data methods can now have helper parameters passed to them
|
|
324
|
-
- Dynamic partials
|
|
325
|
-
|
|
326
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0...v3.0.0)
|
|
327
|
-
|
|
328
|
-
## v2.0.0 - September 1st, 2014
|
|
329
|
-
- Update jsfiddle to 2.0.0-beta.1 - 0670f65
|
|
330
|
-
- Add contrib note regarding handlebarsjs.com docs - 4d17e3c
|
|
331
|
-
- Play nice with gemspec version numbers - 64d5481
|
|
332
|
-
|
|
333
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-beta.1...v2.0.0)
|
|
334
|
-
|
|
335
|
-
## v2.0.0-beta.1 - August 26th, 2014
|
|
336
|
-
- [#787](https://github.com/wycats/handlebars.js/pull/787) - Remove whitespace surrounding standalone statements ([@kpdecker](https://github.com/kpdecker))
|
|
337
|
-
- [#827](https://github.com/wycats/handlebars.js/issues/827) - Render false literal as “false” ([@scoot557](https://github.com/scoot557))
|
|
338
|
-
- [#767](https://github.com/wycats/handlebars.js/issues/767) - Subexpressions bug with hash and context ([@evensoul](https://github.com/evensoul))
|
|
339
|
-
- Changes to 0/undefined handling
|
|
340
|
-
- [#731](https://github.com/wycats/handlebars.js/pull/731) - Strange behavior for {{#foo}} {{bar}} {{/foo}} when foo is 0 ([@kpdecker](https://github.com/kpdecker))
|
|
341
|
-
- [#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))
|
|
342
|
-
- [#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))
|
|
343
|
-
- [#819](https://github.com/wycats/handlebars.js/pull/819) - Implement recursive field lookup ([@kpdecker](https://github.com/kpdecker))
|
|
344
|
-
- [#764](https://github.com/wycats/handlebars.js/issues/764) - This reference not working for helpers ([@kpdecker](https://github.com/kpdecker))
|
|
345
|
-
- [#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))
|
|
346
|
-
- [#783](https://github.com/wycats/handlebars.js/issues/783) - helperMissing and consistency for different expression types ([@ErisDS](https://github.com/ErisDS))
|
|
347
|
-
- [#795](https://github.com/wycats/handlebars.js/pull/795) - Turn the precompile script into a wrapper around a module. ([@jwietelmann](https://github.com/jwietelmann))
|
|
348
|
-
- [#823](https://github.com/wycats/handlebars.js/pull/823) - Support inverse sections on the with helper ([@dan-manges](https://github.com/dan-manges))
|
|
349
|
-
- [#834](https://github.com/wycats/handlebars.js/pull/834) - Refactor blocks, programs and inverses ([@mmun](https://github.com/mmun))
|
|
350
|
-
- [#852](https://github.com/wycats/handlebars.js/issues/852) - {{foo~}} space control behavior is different from older version ([@zordius](https://github.com/zordius))
|
|
351
|
-
- [#835](https://github.com/wycats/handlebars.js/issues/835) - Templates overwritten if file is loaded twice
|
|
352
|
-
|
|
353
|
-
- Expose escapeExpression on the root object - 980c38c
|
|
354
|
-
- Remove nested function eval in blockHelperMissing - 6f22ec1
|
|
355
|
-
- Fix compiler program de-duping - 9e3f824
|
|
356
|
-
|
|
357
|
-
Compatibility notes:
|
|
358
|
-
- The default build now outputs a generic UMD wrapper. This should be transparent change but may cause issues in some environments.
|
|
359
|
-
- 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.
|
|
360
|
-
- `programWithDepth` has been removed an instead an array of context values is passed to fields needing depth lookups.
|
|
361
|
-
- `false` values are now printed to output rather than silently dropped
|
|
362
|
-
- 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.
|
|
363
|
-
- Partials that are standalone will now indent their rendered content
|
|
364
|
-
- `AST.ProgramNode`'s signature has changed.
|
|
365
|
-
- Numerious methods/features removed from psuedo-API classes
|
|
366
|
-
- `JavaScriptCompiler.register`
|
|
367
|
-
- `JavaScriptCompiler.replaceStack` no longer supports non-inline replace
|
|
368
|
-
- `Compiler.disassemble`
|
|
369
|
-
- `DECLARE` opcode
|
|
370
|
-
- `strip` opcode
|
|
371
|
-
- `lookup` opcode
|
|
372
|
-
- Content nodes may have their `string` values mutated over time. `original` field provides the unmodified value.
|
|
373
|
-
- Removed unused `Handlebars.registerHelper` `inverse` parameter
|
|
374
|
-
- `each` helper requires iterator parameter
|
|
375
|
-
|
|
376
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.4...v2.0.0-beta.1)
|
|
377
|
-
|
|
378
|
-
## v2.0.0-alpha.4 - May 19th, 2014
|
|
379
|
-
- Expose setup wrappers for compiled templates - 3638874
|
|
380
|
-
|
|
381
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.3...v2.0.0-alpha.4)
|
|
382
|
-
|
|
383
|
-
## v2.0.0-alpha.3 - May 19th, 2014
|
|
384
|
-
- [#797](https://github.com/wycats/handlebars.js/pull/797) - Pass full helper ID to helperMissing when options are provided ([@tomdale](https://github.com/tomdale))
|
|
385
|
-
- [#793](https://github.com/wycats/handlebars.js/pull/793) - Ensure isHelper is coerced to a boolean ([@mmun](https://github.com/mmun))
|
|
386
|
-
- Refactor template init logic - 085e5e1
|
|
387
|
-
|
|
388
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.2...v2.0.0-alpha.3)
|
|
389
|
-
|
|
390
|
-
## v2.0.0-alpha.2 - March 6th, 2014
|
|
391
|
-
- [#756](https://github.com/wycats/handlebars.js/pull/756) - fix bug in IE<=8 (no Array::map), closes #751 ([@jenseng](https://github.com/jenseng))
|
|
392
|
-
- [#749](https://github.com/wycats/handlebars.js/pull/749) - properly handle multiple subexpressions in the same hash, fixes #748 ([@jenseng](https://github.com/jenseng))
|
|
393
|
-
- [#743](https://github.com/wycats/handlebars.js/issues/743) - subexpression confusion/problem? ([@waynedpj](https://github.com/waynedpj))
|
|
394
|
-
- [#746](https://github.com/wycats/handlebars.js/issues/746) - [CLI] support `handlebars --version` ([@apfelbox](https://github.com/apfelbox))
|
|
395
|
-
- [#747](https://github.com/wycats/handlebars.js/pull/747) - updated grunt-saucelabs, failing tests revealed ([@Jonahss](https://github.com/Jonahss))
|
|
396
|
-
- Make JSON a requirement for the compiler. - 058c0fb
|
|
397
|
-
- Temporarily kill the AWS publish CI step - 8347ee2
|
|
398
|
-
|
|
399
|
-
Compatibility notes:
|
|
400
|
-
- 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.
|
|
401
|
-
|
|
402
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.1...v2.0.0-alpha.2)
|
|
403
|
-
|
|
404
|
-
## v2.0.0-alpha.1 - February 10th, 2014
|
|
405
|
-
- [#182](https://github.com/wycats/handlebars.js/pull/182) - Allow passing hash parameters to partials ([@kpdecker](https://github.com/kpdecker))
|
|
406
|
-
- [#392](https://github.com/wycats/handlebars.js/pull/392) - Access to root context in partials and helpers ([@kpdecker](https://github.com/kpdecker))
|
|
407
|
-
- [#472](https://github.com/wycats/handlebars.js/issues/472) - Helpers cannot have decimal parameters ([@kayleg](https://github.com/kayleg))
|
|
408
|
-
- [#569](https://github.com/wycats/handlebars.js/pull/569) - Unable to lookup array values using @index ([@kpdecker](https://github.com/kpdecker))
|
|
409
|
-
- [#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))
|
|
410
|
-
- [#669](https://github.com/wycats/handlebars.js/issues/669) - Ability to unregister a helper ([@dbachrach](https://github.com/dbachrach))
|
|
411
|
-
- [#730](https://github.com/wycats/handlebars.js/pull/730) - Raw block helpers ([@kpdecker](https://github.com/kpdecker))
|
|
412
|
-
- [#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))
|
|
413
|
-
- [#729](https://github.com/wycats/handlebars.js/pull/729) - Convert template spec to object literal ([@kpdecker](https://github.com/kpdecker))
|
|
414
|
-
|
|
415
|
-
- [#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))
|
|
416
|
-
- [#671](https://github.com/wycats/handlebars.js/issues/671) - Crashes on no-parameter {{#each}} ([@stepancheg](https://github.com/stepancheg))
|
|
417
|
-
- [#689](https://github.com/wycats/handlebars.js/issues/689) - broken template precompilation ([@AAS](https://github.com/AAS))
|
|
418
|
-
- [#698](https://github.com/wycats/handlebars.js/pull/698) - Fix parser generation under windows ([@osiris43](https://github.com/osiris43))
|
|
419
|
-
- [#699](https://github.com/wycats/handlebars.js/issues/699) - @DATA not compiles to invalid JS in stringParams mode ([@kpdecker](https://github.com/kpdecker))
|
|
420
|
-
- [#705](https://github.com/wycats/handlebars.js/issues/705) - 1.3.0 can not be wrapped in an IIFE ([@craigteegarden](https://github.com/craigteegarden))
|
|
421
|
-
- [#706](https://github.com/wycats/handlebars.js/pull/706) - README: Use with helper instead of relying on blockHelperMissing ([@scottgonzalez](https://github.com/scottgonzalez))
|
|
422
|
-
|
|
423
|
-
- [#700](https://github.com/wycats/handlebars.js/pull/700) - Remove redundant conditions ([@blakeembrey](https://github.com/blakeembrey))
|
|
424
|
-
- [#704](https://github.com/wycats/handlebars.js/pull/704) - JavaScript Compiler Cleanup ([@blakeembrey](https://github.com/blakeembrey))
|
|
425
|
-
|
|
426
|
-
Compatibility notes:
|
|
427
|
-
- `helperMissing` helper no longer has the indexed name argument. Helper name is now available via `options.name`.
|
|
428
|
-
- Precompiler output has changed, which breaks compatibility with prior versions of the runtime and precompiled output.
|
|
429
|
-
- `JavaScriptCompiler.compilerInfo` now returns generic objects rather than javascript source.
|
|
430
|
-
- AST changes
|
|
431
|
-
- INTEGER -> NUMBER
|
|
432
|
-
- Additional PartialNode hash parameter
|
|
433
|
-
- New RawBlockNode type
|
|
434
|
-
- Data frames now have a `_parent` field. This is internal but is enumerable for performance/compatibility reasons.
|
|
435
|
-
|
|
436
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.3.0...v2.0.0-alpha.1)
|
|
437
|
-
|
|
438
|
-
## v1.3.0 - January 1st, 2014
|
|
439
|
-
- [#690](https://github.com/wycats/handlebars.js/pull/690) - Added support for subexpressions ([@machty](https://github.com/machty))
|
|
440
|
-
- [#696](https://github.com/wycats/handlebars.js/pull/696) - Fix for reserved keyword "default" ([@nateirwin](https://github.com/nateirwin))
|
|
441
|
-
- [#692](https://github.com/wycats/handlebars.js/pull/692) - add line numbers to nodes when parsing ([@fivetanley](https://github.com/fivetanley))
|
|
442
|
-
- [#695](https://github.com/wycats/handlebars.js/pull/695) - Pull options out from param setup to allow easier extension ([@blakeembrey](https://github.com/blakeembrey))
|
|
443
|
-
- [#694](https://github.com/wycats/handlebars.js/pull/694) - Make the environment reusable ([@blakeembrey](https://github.com/blakeembrey))
|
|
444
|
-
- [#636](https://github.com/wycats/handlebars.js/issues/636) - Print line and column of errors ([@sgronblo](https://github.com/sgronblo))
|
|
445
|
-
- Use literal for data lookup - c1a93d3
|
|
446
|
-
- Add stack handling sanity checks - cd885bf
|
|
447
|
-
- Fix stack id "leak" on replaceStack - ddfe457
|
|
448
|
-
- Fix incorrect stack pop when replacing literals - f4d337d
|
|
449
|
-
|
|
450
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.2.1...v1.3.0)
|
|
451
|
-
|
|
452
|
-
## v1.2.1 - December 26th, 2013
|
|
453
|
-
- [#684](https://github.com/wycats/handlebars.js/pull/684) - Allow any number of trailing characters for valid JavaScript variable ([@blakeembrey](https://github.com/blakeembrey))
|
|
454
|
-
- [#686](https://github.com/wycats/handlebars.js/pull/686) - Falsy AMD module names in version 1.2.0 ([@kpdecker](https://github.com/kpdecker))
|
|
455
|
-
|
|
456
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.2.0...v1.2.1)
|
|
457
|
-
|
|
458
|
-
## v1.2.0 - December 23rd, 2013
|
|
459
|
-
- [#675](https://github.com/wycats/handlebars.js/issues/675) - Cannot compile empty template for partial ([@erwinw](https://github.com/erwinw))
|
|
460
|
-
- [#677](https://github.com/wycats/handlebars.js/issues/677) - Triple brace statements fail under IE ([@hamzaCM](https://github.com/hamzaCM))
|
|
461
|
-
- [#655](https://github.com/wycats/handlebars.js/issues/655) - Loading Handlebars using bower ([@niki4810](https://github.com/niki4810))
|
|
462
|
-
- [#657](https://github.com/wycats/handlebars.js/pull/657) - Fixes issue where cli compiles non handlebars templates ([@chrishoage](https://github.com/chrishoage))
|
|
463
|
-
- [#681](https://github.com/wycats/handlebars.js/pull/681) - Adds in-browser testing and Saucelabs CI ([@kpdecker](https://github.com/kpdecker))
|
|
464
|
-
- [#661](https://github.com/wycats/handlebars.js/pull/661) - Add @first and @index to #each object iteration ([@cgp](https://github.com/cgp))
|
|
465
|
-
- [#650](https://github.com/wycats/handlebars.js/pull/650) - Handlebars is MIT-licensed ([@thomasboyt](https://github.com/thomasboyt))
|
|
466
|
-
- [#641](https://github.com/wycats/handlebars.js/pull/641) - Document ember testing process ([@kpdecker](https://github.com/kpdecker))
|
|
467
|
-
- [#662](https://github.com/wycats/handlebars.js/issues/662) - handlebars-source 1.1.2 is missing from RubyGems.
|
|
468
|
-
- [#656](https://github.com/wycats/handlebars.js/issues/656) - Expose COMPILER_REVISION checks as a hook ([@machty](https://github.com/machty))
|
|
469
|
-
- [#668](https://github.com/wycats/handlebars.js/issues/668) - Consider publishing handlebars-runtime as a separate module on npm ([@dlmanning](https://github.com/dlmanning))
|
|
470
|
-
- [#679](https://github.com/wycats/handlebars.js/issues/679) - Unable to override invokePartial ([@mattbrailsford](https://github.com/mattbrailsford))
|
|
471
|
-
- [#646](https://github.com/wycats/handlebars.js/pull/646) - Fix "\\{{" immediately following "\{{" ([@dmarcotte](https://github.com/dmarcotte))
|
|
472
|
-
- Allow extend to work with non-prototyped objects - eb53f2e
|
|
473
|
-
- Add JavascriptCompiler public API tests - 1a751b2
|
|
474
|
-
- Add AST test coverage for more complex paths - ddea5be
|
|
475
|
-
- Fix handling of boolean escape in MustacheNode - b4968bb
|
|
476
|
-
|
|
477
|
-
Compatibility notes:
|
|
478
|
-
- `@index` and `@first` are now supported for `each` iteration on objects
|
|
479
|
-
- `Handlebars.VM.checkRevision` and `Handlebars.JavaScriptCompiler.prototype.compilerInfo` now available to modify the version checking behavior.
|
|
480
|
-
- Browserify users may link to the runtime library via `require('handlebars/runtime')`
|
|
481
|
-
|
|
482
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.1.2...v1.2.0)
|
|
483
|
-
|
|
484
|
-
## v1.1.2 - November 5th, 2013
|
|
485
|
-
|
|
486
|
-
- [#645](https://github.com/wycats/handlebars.js/issues/645) - 1.1.1 fails under IE8 ([@kpdecker](https://github.com/kpdecker))
|
|
487
|
-
- [#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))
|
|
488
|
-
|
|
489
|
-
- Add simple binary utility tests - 96a45a4
|
|
490
|
-
- Fix empty string compilation - eea708a
|
|
491
|
-
|
|
492
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.1.1...v1.1.2)
|
|
493
|
-
|
|
494
|
-
## v1.1.1 - November 4th, 2013
|
|
495
|
-
|
|
496
|
-
- [#642](https://github.com/wycats/handlebars.js/issues/642) - handlebars 1.1.0 are broken with nodejs
|
|
497
|
-
|
|
498
|
-
- Fix release notes link - 17ba258
|
|
499
|
-
|
|
500
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.1.0...v1.1.1)
|
|
501
|
-
|
|
502
|
-
## v1.1.0 - November 3rd, 2013
|
|
503
|
-
|
|
504
|
-
- [#628](https://github.com/wycats/handlebars.js/pull/628) - Convert code to ES6 modules ([@kpdecker](https://github.com/kpdecker))
|
|
505
|
-
- [#336](https://github.com/wycats/handlebars.js/pull/336) - Add whitespace control syntax ([@kpdecker](https://github.com/kpdecker))
|
|
506
|
-
- [#535](https://github.com/wycats/handlebars.js/pull/535) - Fix for probable JIT error under Safari ([@sorentwo](https://github.com/sorentwo))
|
|
507
|
-
- [#483](https://github.com/wycats/handlebars.js/issues/483) - Add first and last @ vars to each helper ([@denniskuczynski](https://github.com/denniskuczynski))
|
|
508
|
-
- [#557](https://github.com/wycats/handlebars.js/pull/557) - `\\{{foo}}` escaping only works in some situations ([@dmarcotte](https://github.com/dmarcotte))
|
|
509
|
-
- [#552](https://github.com/wycats/handlebars.js/pull/552) - Added BOM removal flag. ([@blessenm](https://github.com/blessenm))
|
|
510
|
-
- [#543](https://github.com/wycats/handlebars.js/pull/543) - publish passing master builds to s3 ([@fivetanley](https://github.com/fivetanley))
|
|
511
|
-
|
|
512
|
-
- [#608](https://github.com/wycats/handlebars.js/issues/608) - Add `includeZero` flag to `if` conditional
|
|
513
|
-
- [#498](https://github.com/wycats/handlebars.js/issues/498) - `Handlebars.compile` fails on empty string although a single blank works fine
|
|
514
|
-
- [#599](https://github.com/wycats/handlebars.js/issues/599) - lambda helpers only receive options if used with arguments
|
|
515
|
-
- [#592](https://github.com/wycats/handlebars.js/issues/592) - Optimize array and subprogram performance
|
|
516
|
-
- [#571](https://github.com/wycats/handlebars.js/issues/571) - uglify upgrade breaks compatibility with older versions of node
|
|
517
|
-
- [#587](https://github.com/wycats/handlebars.js/issues/587) - Partial inside partial breaks?
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
Compatibility notes:
|
|
521
|
-
- The project now includes separate artifacts for AMD, CommonJS, and global objects.
|
|
522
|
-
- 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.
|
|
523
|
-
- CommonJS/Node: Node loading occurs as normal via `require`
|
|
524
|
-
- Globals: The `handlebars.js` and `handlebars.runtime.js` files should behave in the same manner as the v1.0.12 / 1.0.0 release.
|
|
525
|
-
- 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.
|
|
526
|
-
- Context-stored helpers are now always passed the `options` hash. Previously no-argument helpers did not have this argument.
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.12...v1.1.0)
|
|
530
|
-
|
|
531
|
-
## v1.0.12 / 1.0.0 - May 31 2013
|
|
532
|
-
|
|
533
|
-
- [#515](https://github.com/wycats/handlebars.js/issues/515) - Add node require extensions support ([@jjclark1982](https://github.com/jjclark1982))
|
|
534
|
-
- [#517](https://github.com/wycats/handlebars.js/issues/517) - Fix amd precompiler output with directories ([@blessenm](https://github.com/blessenm))
|
|
535
|
-
- [#433](https://github.com/wycats/handlebars.js/issues/433) - Add support for unicode ids
|
|
536
|
-
- [#469](https://github.com/wycats/handlebars.js/issues/469) - Add support for `?` in ids
|
|
537
|
-
- [#534](https://github.com/wycats/handlebars.js/issues/534) - Protect from object prototype modifications
|
|
538
|
-
- [#519](https://github.com/wycats/handlebars.js/issues/519) - Fix partials with . name ([@jamesgorrie](https://github.com/jamesgorrie))
|
|
539
|
-
- [#519](https://github.com/wycats/handlebars.js/issues/519) - Allow ID or strings in partial names
|
|
540
|
-
- [#437](https://github.com/wycats/handlebars.js/issues/437) - Require matching brace counts in escaped expressions
|
|
541
|
-
- Merge passed partials and helpers with global namespace values
|
|
542
|
-
- Add support for complex ids in @data references
|
|
543
|
-
- Docs updates
|
|
544
|
-
|
|
545
|
-
Compatibility notes:
|
|
546
|
-
- The parser is now stricter on `{{{`, requiring that the end token be `}}}`. Templates that do not
|
|
547
|
-
follow this convention should add the additional brace value.
|
|
548
|
-
- 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.
|
|
549
|
-
- The compiler version has changed. Precompiled templates with 1.0.12 or higher must use the 1.0.0 or higher runtime.
|
|
550
|
-
|
|
551
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.11...v1.0.12)
|
|
552
|
-
|
|
553
|
-
## v1.0.11 / 1.0.0-rc4 - May 13 2013
|
|
554
|
-
|
|
555
|
-
- [#458](https://github.com/wycats/handlebars.js/issues/458) - Fix `./foo` syntax ([@jpfiset](https://github.com/jpfiset))
|
|
556
|
-
- [#460](https://github.com/wycats/handlebars.js/issues/460) - Allow `:` in unescaped identifers ([@jpfiset](https://github.com/jpfiset))
|
|
557
|
-
- [#471](https://github.com/wycats/handlebars.js/issues/471) - Create release notes (These!)
|
|
558
|
-
- [#456](https://github.com/wycats/handlebars.js/issues/456) - Allow escaping of `\\`
|
|
559
|
-
- [#211](https://github.com/wycats/handlebars.js/issues/211) - Fix exception in `escapeExpression`
|
|
560
|
-
- [#375](https://github.com/wycats/handlebars.js/issues/375) - Escape unicode newlines
|
|
561
|
-
- [#461](https://github.com/wycats/handlebars.js/issues/461) - Do not fail when compiling `""`
|
|
562
|
-
- [#302](https://github.com/wycats/handlebars.js/issues/302) - Fix sanity check in knownHelpersOnly mode
|
|
563
|
-
- [#369](https://github.com/wycats/handlebars.js/issues/369) - Allow registration of multiple helpers and partial by passing definition object
|
|
564
|
-
- Add bower package declaration ([@DevinClark](https://github.com/DevinClark))
|
|
565
|
-
- Add NuSpec package declaration ([@MikeMayer](https://github.com/MikeMayer))
|
|
566
|
-
- Handle empty context in `with` ([@thejohnfreeman](https://github.com/thejohnfreeman))
|
|
567
|
-
- Support custom template extensions in CLI ([@matteoagosti](https://github.com/matteoagosti))
|
|
568
|
-
- Fix Rhino support ([@broady](https://github.com/broady))
|
|
569
|
-
- Include contexts in string mode ([@leshill](https://github.com/leshill))
|
|
570
|
-
- Return precompiled scripts when compiling to AMD ([@JamesMaroney](https://github.com/JamesMaroney))
|
|
571
|
-
- Docs updates ([@iangreenleaf](https://github.com/iangreenleaf), [@gilesbowkett](https://github.com/gilesbowkett), [@utkarsh2012](https://github.com/utkarsh2012))
|
|
572
|
-
- Fix `toString` handling under IE and browserify ([@tommydudebreaux](https://github.com/tommydudebreaux))
|
|
573
|
-
- Add program metadata
|
|
574
|
-
|
|
575
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.10...v1.0.11)
|
|
576
|
-
|
|
577
|
-
## v1.0.10 - Node - Feb 27 2013
|
|
578
|
-
|
|
579
|
-
- [#428](https://github.com/wycats/handlebars.js/issues/428) - Fix incorrect rendering of nested programs
|
|
580
|
-
- Fix exception message ([@tricknotes](https://github.com/tricknotes))
|
|
581
|
-
- Added negative number literal support
|
|
582
|
-
- Concert library to single IIFE
|
|
583
|
-
- Add handlebars-source gemspec ([@machty](https://github.com/machty))
|
|
584
|
-
|
|
585
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.9...v1.0.10)
|
|
586
|
-
|
|
587
|
-
## v1.0.9 - Node - Feb 15 2013
|
|
588
|
-
|
|
589
|
-
- Added `Handlebars.create` API in node module for sandboxed instances ([@tommydudebreaux](https://github.com/tommydudebreaux))
|
|
590
|
-
|
|
591
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/1.0.0-rc.3...v1.0.9)
|
|
592
|
-
|
|
593
|
-
## 1.0.0-rc3 - Browser - Feb 14 2013
|
|
594
|
-
|
|
595
|
-
- Prevent use of `this` or `..` in illogical place ([@leshill](https://github.com/leshill))
|
|
596
|
-
- Allow AST passing for `parse`/`compile`/`precompile` ([@machty](https://github.com/machty))
|
|
597
|
-
- Optimize generated output by inlining statements where possible
|
|
598
|
-
- Check compiler version when evaluating templates
|
|
599
|
-
- Package browser dist in npm package
|
|
600
|
-
|
|
601
|
-
[Commits](https://github.com/wycats/handlebars.js/compare/v1.0.8...1.0.0-rc.3)
|
|
602
|
-
|
|
603
|
-
## Prior Versions
|
|
604
|
-
|
|
605
|
-
When upgrading from the Handlebars 0.9 series, be aware that the
|
|
606
|
-
signature for passing custom helpers or partials to templates has
|
|
607
|
-
changed.
|
|
608
|
-
|
|
609
|
-
Instead of:
|
|
610
|
-
|
|
611
|
-
```js
|
|
612
|
-
template(context, helpers, partials, [data])
|
|
613
|
-
```
|
|
614
|
-
|
|
615
|
-
Use:
|
|
616
|
-
|
|
617
|
-
```js
|
|
618
|
-
template(context, {helpers: helpers, partials: partials, data: data})
|
|
619
|
-
```
|
|
620
|
-
|
|
621
|
-
[builds-page]: http://builds.handlebarsjs.com.s3.amazonaws.com/index.html
|
|
622
|
-
[cdnjs]: http://cdnjs.com/libraries/handlebars.js/
|
|
623
|
-
[components]: https://github.com/components/handlebars.js
|
|
624
|
-
[npm]: https://npmjs.org/package/handlebars
|