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.
Files changed (2197) hide show
  1. package/CHANGELOG.md +59 -1
  2. package/README.md +127 -93
  3. package/bin/nyc.js +15 -30
  4. package/bin/wrap.js +8 -10
  5. package/index.js +168 -142
  6. package/lib/commands/check-coverage.js +26 -6
  7. package/lib/commands/instrument.js +64 -24
  8. package/lib/commands/merge.js +1 -6
  9. package/lib/commands/report.js +66 -6
  10. package/lib/config-util.js +23 -9
  11. package/lib/hash.js +26 -4
  12. package/lib/instrumenters/istanbul.js +8 -14
  13. package/lib/instrumenters/noop.js +5 -5
  14. package/lib/process.js +18 -24
  15. package/lib/source-maps.js +11 -12
  16. package/package.json +25 -60
  17. package/lib/self-coverage-helper.js +0 -20
  18. package/node_modules/ansi-regex/index.js +0 -10
  19. package/node_modules/ansi-regex/license +0 -9
  20. package/node_modules/ansi-regex/package.json +0 -88
  21. package/node_modules/ansi-regex/readme.md +0 -46
  22. package/node_modules/append-transform/index.js +0 -89
  23. package/node_modules/append-transform/license +0 -21
  24. package/node_modules/append-transform/package.json +0 -82
  25. package/node_modules/append-transform/readme.md +0 -76
  26. package/node_modules/archy/.travis.yml +0 -4
  27. package/node_modules/archy/LICENSE +0 -18
  28. package/node_modules/archy/examples/beep.js +0 -24
  29. package/node_modules/archy/examples/multi_line.js +0 -25
  30. package/node_modules/archy/index.js +0 -35
  31. package/node_modules/archy/package.json +0 -86
  32. package/node_modules/archy/readme.markdown +0 -88
  33. package/node_modules/archy/test/beep.js +0 -40
  34. package/node_modules/archy/test/multi_line.js +0 -45
  35. package/node_modules/archy/test/non_unicode.js +0 -40
  36. package/node_modules/arrify/index.js +0 -8
  37. package/node_modules/arrify/license +0 -21
  38. package/node_modules/arrify/package.json +0 -71
  39. package/node_modules/arrify/readme.md +0 -36
  40. package/node_modules/async/CHANGELOG.md +0 -269
  41. package/node_modules/async/LICENSE +0 -19
  42. package/node_modules/async/README.md +0 -56
  43. package/node_modules/async/all.js +0 -50
  44. package/node_modules/async/allLimit.js +0 -42
  45. package/node_modules/async/allSeries.js +0 -37
  46. package/node_modules/async/any.js +0 -52
  47. package/node_modules/async/anyLimit.js +0 -43
  48. package/node_modules/async/anySeries.js +0 -38
  49. package/node_modules/async/apply.js +0 -68
  50. package/node_modules/async/applyEach.js +0 -51
  51. package/node_modules/async/applyEachSeries.js +0 -37
  52. package/node_modules/async/asyncify.js +0 -110
  53. package/node_modules/async/auto.js +0 -289
  54. package/node_modules/async/autoInject.js +0 -170
  55. package/node_modules/async/bower.json +0 -17
  56. package/node_modules/async/cargo.js +0 -94
  57. package/node_modules/async/compose.js +0 -58
  58. package/node_modules/async/concat.js +0 -43
  59. package/node_modules/async/concatLimit.js +0 -65
  60. package/node_modules/async/concatSeries.js +0 -36
  61. package/node_modules/async/constant.js +0 -66
  62. package/node_modules/async/detect.js +0 -61
  63. package/node_modules/async/detectLimit.js +0 -48
  64. package/node_modules/async/detectSeries.js +0 -38
  65. package/node_modules/async/dir.js +0 -43
  66. package/node_modules/async/dist/async.js +0 -5609
  67. package/node_modules/async/dist/async.min.js +0 -2
  68. package/node_modules/async/dist/async.min.map +0 -1
  69. package/node_modules/async/doDuring.js +0 -66
  70. package/node_modules/async/doUntil.js +0 -39
  71. package/node_modules/async/doWhilst.js +0 -59
  72. package/node_modules/async/during.js +0 -76
  73. package/node_modules/async/each.js +0 -82
  74. package/node_modules/async/eachLimit.js +0 -45
  75. package/node_modules/async/eachOf.js +0 -111
  76. package/node_modules/async/eachOfLimit.js +0 -41
  77. package/node_modules/async/eachOfSeries.js +0 -35
  78. package/node_modules/async/eachSeries.js +0 -37
  79. package/node_modules/async/ensureAsync.js +0 -73
  80. package/node_modules/async/every.js +0 -50
  81. package/node_modules/async/everyLimit.js +0 -42
  82. package/node_modules/async/everySeries.js +0 -37
  83. package/node_modules/async/filter.js +0 -45
  84. package/node_modules/async/filterLimit.js +0 -37
  85. package/node_modules/async/filterSeries.js +0 -35
  86. package/node_modules/async/find.js +0 -61
  87. package/node_modules/async/findLimit.js +0 -48
  88. package/node_modules/async/findSeries.js +0 -38
  89. package/node_modules/async/foldl.js +0 -78
  90. package/node_modules/async/foldr.js +0 -44
  91. package/node_modules/async/forEach.js +0 -82
  92. package/node_modules/async/forEachLimit.js +0 -45
  93. package/node_modules/async/forEachOf.js +0 -111
  94. package/node_modules/async/forEachOfLimit.js +0 -41
  95. package/node_modules/async/forEachOfSeries.js +0 -35
  96. package/node_modules/async/forEachSeries.js +0 -37
  97. package/node_modules/async/forever.js +0 -65
  98. package/node_modules/async/groupBy.js +0 -54
  99. package/node_modules/async/groupByLimit.js +0 -71
  100. package/node_modules/async/groupBySeries.js +0 -37
  101. package/node_modules/async/index.js +0 -582
  102. package/node_modules/async/inject.js +0 -78
  103. package/node_modules/async/internal/DoublyLinkedList.js +0 -88
  104. package/node_modules/async/internal/applyEach.js +0 -38
  105. package/node_modules/async/internal/breakLoop.js +0 -9
  106. package/node_modules/async/internal/consoleFunc.js +0 -42
  107. package/node_modules/async/internal/createTester.js +0 -44
  108. package/node_modules/async/internal/doLimit.js +0 -12
  109. package/node_modules/async/internal/doParallel.js +0 -23
  110. package/node_modules/async/internal/doParallelLimit.js +0 -23
  111. package/node_modules/async/internal/eachOfLimit.js +0 -74
  112. package/node_modules/async/internal/filter.js +0 -75
  113. package/node_modules/async/internal/findGetResult.js +0 -10
  114. package/node_modules/async/internal/getIterator.js +0 -13
  115. package/node_modules/async/internal/initialParams.js +0 -21
  116. package/node_modules/async/internal/iterator.js +0 -58
  117. package/node_modules/async/internal/map.js +0 -35
  118. package/node_modules/async/internal/notId.js +0 -10
  119. package/node_modules/async/internal/once.js +0 -15
  120. package/node_modules/async/internal/onlyOnce.js +0 -15
  121. package/node_modules/async/internal/parallel.js +0 -42
  122. package/node_modules/async/internal/queue.js +0 -204
  123. package/node_modules/async/internal/reject.js +0 -21
  124. package/node_modules/async/internal/setImmediate.js +0 -42
  125. package/node_modules/async/internal/slice.js +0 -16
  126. package/node_modules/async/internal/withoutIndex.js +0 -12
  127. package/node_modules/async/internal/wrapAsync.js +0 -25
  128. package/node_modules/async/log.js +0 -41
  129. package/node_modules/async/map.js +0 -54
  130. package/node_modules/async/mapLimit.js +0 -37
  131. package/node_modules/async/mapSeries.js +0 -36
  132. package/node_modules/async/mapValues.js +0 -63
  133. package/node_modules/async/mapValuesLimit.js +0 -61
  134. package/node_modules/async/mapValuesSeries.js +0 -37
  135. package/node_modules/async/memoize.js +0 -101
  136. package/node_modules/async/nextTick.js +0 -51
  137. package/node_modules/async/package.json +0 -110
  138. package/node_modules/async/parallel.js +0 -90
  139. package/node_modules/async/parallelLimit.js +0 -40
  140. package/node_modules/async/priorityQueue.js +0 -98
  141. package/node_modules/async/queue.js +0 -130
  142. package/node_modules/async/race.js +0 -70
  143. package/node_modules/async/reduce.js +0 -78
  144. package/node_modules/async/reduceRight.js +0 -44
  145. package/node_modules/async/reflect.js +0 -81
  146. package/node_modules/async/reflectAll.js +0 -105
  147. package/node_modules/async/reject.js +0 -45
  148. package/node_modules/async/rejectLimit.js +0 -37
  149. package/node_modules/async/rejectSeries.js +0 -35
  150. package/node_modules/async/retry.js +0 -156
  151. package/node_modules/async/retryable.js +0 -65
  152. package/node_modules/async/select.js +0 -45
  153. package/node_modules/async/selectLimit.js +0 -37
  154. package/node_modules/async/selectSeries.js +0 -35
  155. package/node_modules/async/seq.js +0 -91
  156. package/node_modules/async/series.js +0 -85
  157. package/node_modules/async/setImmediate.js +0 -45
  158. package/node_modules/async/some.js +0 -52
  159. package/node_modules/async/someLimit.js +0 -43
  160. package/node_modules/async/someSeries.js +0 -38
  161. package/node_modules/async/sortBy.js +0 -91
  162. package/node_modules/async/timeout.js +0 -89
  163. package/node_modules/async/times.js +0 -50
  164. package/node_modules/async/timesLimit.js +0 -42
  165. package/node_modules/async/timesSeries.js +0 -32
  166. package/node_modules/async/transform.js +0 -87
  167. package/node_modules/async/tryEach.js +0 -81
  168. package/node_modules/async/unmemoize.js +0 -25
  169. package/node_modules/async/until.js +0 -41
  170. package/node_modules/async/waterfall.js +0 -113
  171. package/node_modules/async/whilst.js +0 -72
  172. package/node_modules/async/wrapSync.js +0 -110
  173. package/node_modules/balanced-match/.npmignore +0 -5
  174. package/node_modules/balanced-match/LICENSE.md +0 -21
  175. package/node_modules/balanced-match/README.md +0 -91
  176. package/node_modules/balanced-match/index.js +0 -59
  177. package/node_modules/balanced-match/package.json +0 -80
  178. package/node_modules/brace-expansion/LICENSE +0 -21
  179. package/node_modules/brace-expansion/README.md +0 -129
  180. package/node_modules/brace-expansion/index.js +0 -201
  181. package/node_modules/brace-expansion/package.json +0 -78
  182. package/node_modules/builtin-modules/builtin-modules.json +0 -35
  183. package/node_modules/builtin-modules/index.js +0 -10
  184. package/node_modules/builtin-modules/license +0 -21
  185. package/node_modules/builtin-modules/package.json +0 -75
  186. package/node_modules/builtin-modules/readme.md +0 -41
  187. package/node_modules/builtin-modules/static.js +0 -2
  188. package/node_modules/caching-transform/index.js +0 -84
  189. package/node_modules/caching-transform/license +0 -21
  190. package/node_modules/caching-transform/package.json +0 -81
  191. package/node_modules/caching-transform/readme.md +0 -151
  192. package/node_modules/camelcase/index.js +0 -71
  193. package/node_modules/camelcase/license +0 -9
  194. package/node_modules/camelcase/package.json +0 -76
  195. package/node_modules/camelcase/readme.md +0 -81
  196. package/node_modules/cliui/CHANGELOG.md +0 -51
  197. package/node_modules/cliui/LICENSE.txt +0 -14
  198. package/node_modules/cliui/README.md +0 -115
  199. package/node_modules/cliui/index.js +0 -324
  200. package/node_modules/cliui/package.json +0 -102
  201. package/node_modules/code-point-at/index.js +0 -32
  202. package/node_modules/code-point-at/license +0 -21
  203. package/node_modules/code-point-at/package.json +0 -74
  204. package/node_modules/code-point-at/readme.md +0 -32
  205. package/node_modules/commander/CHANGELOG.md +0 -382
  206. package/node_modules/commander/LICENSE +0 -22
  207. package/node_modules/commander/Readme.md +0 -425
  208. package/node_modules/commander/index.js +0 -1236
  209. package/node_modules/commander/package.json +0 -73
  210. package/node_modules/commander/typings/index.d.ts +0 -309
  211. package/node_modules/commondir/LICENSE +0 -24
  212. package/node_modules/commondir/example/dir.js +0 -3
  213. package/node_modules/commondir/index.js +0 -29
  214. package/node_modules/commondir/package.json +0 -66
  215. package/node_modules/commondir/readme.markdown +0 -48
  216. package/node_modules/commondir/test/dirs.js +0 -55
  217. package/node_modules/concat-map/.travis.yml +0 -4
  218. package/node_modules/concat-map/LICENSE +0 -18
  219. package/node_modules/concat-map/README.markdown +0 -62
  220. package/node_modules/concat-map/example/map.js +0 -6
  221. package/node_modules/concat-map/index.js +0 -13
  222. package/node_modules/concat-map/package.json +0 -91
  223. package/node_modules/concat-map/test/map.js +0 -39
  224. package/node_modules/convert-source-map/LICENSE +0 -23
  225. package/node_modules/convert-source-map/README.md +0 -125
  226. package/node_modules/convert-source-map/index.js +0 -136
  227. package/node_modules/convert-source-map/package.json +0 -72
  228. package/node_modules/cross-spawn/LICENSE +0 -19
  229. package/node_modules/cross-spawn/README.md +0 -71
  230. package/node_modules/cross-spawn/index.js +0 -59
  231. package/node_modules/cross-spawn/lib/enoent.js +0 -73
  232. package/node_modules/cross-spawn/lib/hasBrokenSpawn.js +0 -11
  233. package/node_modules/cross-spawn/lib/parse.js +0 -140
  234. package/node_modules/cross-spawn/lib/resolveCommand.js +0 -31
  235. package/node_modules/cross-spawn/package.json +0 -84
  236. package/node_modules/debug/CHANGELOG.md +0 -395
  237. package/node_modules/debug/LICENSE +0 -19
  238. package/node_modules/debug/README.md +0 -455
  239. package/node_modules/debug/dist/debug.js +0 -912
  240. package/node_modules/debug/package.json +0 -106
  241. package/node_modules/debug/src/browser.js +0 -264
  242. package/node_modules/debug/src/common.js +0 -266
  243. package/node_modules/debug/src/index.js +0 -10
  244. package/node_modules/debug/src/node.js +0 -257
  245. package/node_modules/decamelize/index.js +0 -13
  246. package/node_modules/decamelize/license +0 -21
  247. package/node_modules/decamelize/package.json +0 -78
  248. package/node_modules/decamelize/readme.md +0 -48
  249. package/node_modules/default-require-extensions/js.js +0 -8
  250. package/node_modules/default-require-extensions/json.js +0 -14
  251. package/node_modules/default-require-extensions/license +0 -21
  252. package/node_modules/default-require-extensions/package.json +0 -77
  253. package/node_modules/default-require-extensions/readme.md +0 -32
  254. package/node_modules/end-of-stream/LICENSE +0 -21
  255. package/node_modules/end-of-stream/README.md +0 -52
  256. package/node_modules/end-of-stream/index.js +0 -87
  257. package/node_modules/end-of-stream/package.json +0 -65
  258. package/node_modules/error-ex/LICENSE +0 -21
  259. package/node_modules/error-ex/README.md +0 -144
  260. package/node_modules/error-ex/index.js +0 -141
  261. package/node_modules/error-ex/package.json +0 -94
  262. package/node_modules/es6-error/CHANGELOG.md +0 -26
  263. package/node_modules/es6-error/LICENSE.md +0 -21
  264. package/node_modules/es6-error/README.md +0 -59
  265. package/node_modules/es6-error/es6/index.js +0 -72
  266. package/node_modules/es6-error/lib/index.js +0 -79
  267. package/node_modules/es6-error/package.json +0 -78
  268. package/node_modules/es6-error/typings/index.d.ts +0 -1
  269. package/node_modules/execa/index.js +0 -361
  270. package/node_modules/execa/lib/errname.js +0 -39
  271. package/node_modules/execa/lib/stdio.js +0 -41
  272. package/node_modules/execa/license +0 -9
  273. package/node_modules/execa/node_modules/cross-spawn/CHANGELOG.md +0 -100
  274. package/node_modules/execa/node_modules/cross-spawn/LICENSE +0 -21
  275. package/node_modules/execa/node_modules/cross-spawn/README.md +0 -94
  276. package/node_modules/execa/node_modules/cross-spawn/index.js +0 -39
  277. package/node_modules/execa/node_modules/cross-spawn/lib/enoent.js +0 -59
  278. package/node_modules/execa/node_modules/cross-spawn/lib/parse.js +0 -125
  279. package/node_modules/execa/node_modules/cross-spawn/lib/util/escape.js +0 -45
  280. package/node_modules/execa/node_modules/cross-spawn/lib/util/readShebang.js +0 -32
  281. package/node_modules/execa/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -47
  282. package/node_modules/execa/node_modules/cross-spawn/package.json +0 -110
  283. package/node_modules/execa/package.json +0 -110
  284. package/node_modules/execa/readme.md +0 -327
  285. package/node_modules/find-cache-dir/index.js +0 -32
  286. package/node_modules/find-cache-dir/license +0 -9
  287. package/node_modules/find-cache-dir/package.json +0 -77
  288. package/node_modules/find-cache-dir/readme.md +0 -116
  289. package/node_modules/find-up/index.js +0 -46
  290. package/node_modules/find-up/license +0 -9
  291. package/node_modules/find-up/package.json +0 -88
  292. package/node_modules/find-up/readme.md +0 -87
  293. package/node_modules/foreground-child/CHANGELOG.md +0 -93
  294. package/node_modules/foreground-child/LICENSE +0 -15
  295. package/node_modules/foreground-child/README.md +0 -52
  296. package/node_modules/foreground-child/changelog.sh +0 -10
  297. package/node_modules/foreground-child/index.js +0 -102
  298. package/node_modules/foreground-child/package.json +0 -68
  299. package/node_modules/fs.realpath/LICENSE +0 -43
  300. package/node_modules/fs.realpath/README.md +0 -33
  301. package/node_modules/fs.realpath/index.js +0 -66
  302. package/node_modules/fs.realpath/old.js +0 -303
  303. package/node_modules/fs.realpath/package.json +0 -63
  304. package/node_modules/get-caller-file/LICENSE.md +0 -6
  305. package/node_modules/get-caller-file/README.md +0 -4
  306. package/node_modules/get-caller-file/index.js +0 -20
  307. package/node_modules/get-caller-file/package.json +0 -62
  308. package/node_modules/get-stream/buffer-stream.js +0 -51
  309. package/node_modules/get-stream/index.js +0 -50
  310. package/node_modules/get-stream/license +0 -9
  311. package/node_modules/get-stream/package.json +0 -81
  312. package/node_modules/get-stream/readme.md +0 -123
  313. package/node_modules/glob/LICENSE +0 -15
  314. package/node_modules/glob/README.md +0 -368
  315. package/node_modules/glob/changelog.md +0 -67
  316. package/node_modules/glob/common.js +0 -240
  317. package/node_modules/glob/glob.js +0 -790
  318. package/node_modules/glob/package.json +0 -84
  319. package/node_modules/glob/sync.js +0 -486
  320. package/node_modules/graceful-fs/LICENSE +0 -15
  321. package/node_modules/graceful-fs/README.md +0 -133
  322. package/node_modules/graceful-fs/clone.js +0 -19
  323. package/node_modules/graceful-fs/graceful-fs.js +0 -279
  324. package/node_modules/graceful-fs/legacy-streams.js +0 -118
  325. package/node_modules/graceful-fs/package.json +0 -92
  326. package/node_modules/graceful-fs/polyfills.js +0 -329
  327. package/node_modules/handlebars/LICENSE +0 -19
  328. package/node_modules/handlebars/README.markdown +0 -168
  329. package/node_modules/handlebars/bin/handlebars +0 -128
  330. package/node_modules/handlebars/dist/amd/handlebars/base.js +0 -96
  331. package/node_modules/handlebars/dist/amd/handlebars/compiler/ast.js +0 -31
  332. package/node_modules/handlebars/dist/amd/handlebars/compiler/base.js +0 -36
  333. package/node_modules/handlebars/dist/amd/handlebars/compiler/code-gen.js +0 -163
  334. package/node_modules/handlebars/dist/amd/handlebars/compiler/compiler.js +0 -569
  335. package/node_modules/handlebars/dist/amd/handlebars/compiler/helpers.js +0 -228
  336. package/node_modules/handlebars/dist/amd/handlebars/compiler/javascript-compiler.js +0 -1120
  337. package/node_modules/handlebars/dist/amd/handlebars/compiler/parser.js +0 -739
  338. package/node_modules/handlebars/dist/amd/handlebars/compiler/printer.js +0 -186
  339. package/node_modules/handlebars/dist/amd/handlebars/compiler/visitor.js +0 -138
  340. package/node_modules/handlebars/dist/amd/handlebars/compiler/whitespace-control.js +0 -219
  341. package/node_modules/handlebars/dist/amd/handlebars/decorators/inline.js +0 -25
  342. package/node_modules/handlebars/dist/amd/handlebars/decorators.js +0 -16
  343. package/node_modules/handlebars/dist/amd/handlebars/exception.js +0 -53
  344. package/node_modules/handlebars/dist/amd/handlebars/helpers/block-helper-missing.js +0 -35
  345. package/node_modules/handlebars/dist/amd/handlebars/helpers/each.js +0 -89
  346. package/node_modules/handlebars/dist/amd/handlebars/helpers/helper-missing.js +0 -22
  347. package/node_modules/handlebars/dist/amd/handlebars/helpers/if.js +0 -25
  348. package/node_modules/handlebars/dist/amd/handlebars/helpers/log.js +0 -24
  349. package/node_modules/handlebars/dist/amd/handlebars/helpers/lookup.js +0 -10
  350. package/node_modules/handlebars/dist/amd/handlebars/helpers/with.js +0 -29
  351. package/node_modules/handlebars/dist/amd/handlebars/helpers.js +0 -34
  352. package/node_modules/handlebars/dist/amd/handlebars/logger.js +0 -44
  353. package/node_modules/handlebars/dist/amd/handlebars/no-conflict.js +0 -18
  354. package/node_modules/handlebars/dist/amd/handlebars/runtime.js +0 -297
  355. package/node_modules/handlebars/dist/amd/handlebars/safe-string.js +0 -15
  356. package/node_modules/handlebars/dist/amd/handlebars/utils.js +0 -126
  357. package/node_modules/handlebars/dist/amd/handlebars.js +0 -51
  358. package/node_modules/handlebars/dist/amd/handlebars.runtime.js +0 -44
  359. package/node_modules/handlebars/dist/amd/precompiler.js +0 -313
  360. package/node_modules/handlebars/dist/cjs/handlebars/base.js +0 -104
  361. package/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js +0 -31
  362. package/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js +0 -48
  363. package/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js +0 -166
  364. package/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js +0 -573
  365. package/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js +0 -228
  366. package/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js +0 -1128
  367. package/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js +0 -739
  368. package/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js +0 -186
  369. package/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js +0 -140
  370. package/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js +0 -221
  371. package/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js +0 -29
  372. package/node_modules/handlebars/dist/cjs/handlebars/decorators.js +0 -16
  373. package/node_modules/handlebars/dist/cjs/handlebars/exception.js +0 -54
  374. package/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js +0 -39
  375. package/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js +0 -94
  376. package/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js +0 -25
  377. package/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js +0 -29
  378. package/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js +0 -26
  379. package/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js +0 -12
  380. package/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js +0 -33
  381. package/node_modules/handlebars/dist/cjs/handlebars/helpers.js +0 -46
  382. package/node_modules/handlebars/dist/cjs/handlebars/logger.js +0 -47
  383. package/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js +0 -20
  384. package/node_modules/handlebars/dist/cjs/handlebars/runtime.js +0 -307
  385. package/node_modules/handlebars/dist/cjs/handlebars/safe-string.js +0 -15
  386. package/node_modules/handlebars/dist/cjs/handlebars/utils.js +0 -124
  387. package/node_modules/handlebars/dist/cjs/handlebars.js +0 -65
  388. package/node_modules/handlebars/dist/cjs/handlebars.runtime.js +0 -66
  389. package/node_modules/handlebars/dist/cjs/precompiler.js +0 -327
  390. package/node_modules/handlebars/dist/handlebars.amd.js +0 -4350
  391. package/node_modules/handlebars/dist/handlebars.amd.min.js +0 -29
  392. package/node_modules/handlebars/dist/handlebars.js +0 -4838
  393. package/node_modules/handlebars/dist/handlebars.min.js +0 -29
  394. package/node_modules/handlebars/dist/handlebars.runtime.amd.js +0 -1046
  395. package/node_modules/handlebars/dist/handlebars.runtime.amd.min.js +0 -27
  396. package/node_modules/handlebars/dist/handlebars.runtime.js +0 -1468
  397. package/node_modules/handlebars/dist/handlebars.runtime.min.js +0 -27
  398. package/node_modules/handlebars/lib/handlebars/base.js +0 -78
  399. package/node_modules/handlebars/lib/handlebars/compiler/ast.js +0 -28
  400. package/node_modules/handlebars/lib/handlebars/compiler/base.js +0 -24
  401. package/node_modules/handlebars/lib/handlebars/compiler/code-gen.js +0 -168
  402. package/node_modules/handlebars/lib/handlebars/compiler/compiler.js +0 -559
  403. package/node_modules/handlebars/lib/handlebars/compiler/helpers.js +0 -210
  404. package/node_modules/handlebars/lib/handlebars/compiler/javascript-compiler.js +0 -1137
  405. package/node_modules/handlebars/lib/handlebars/compiler/parser.js +0 -622
  406. package/node_modules/handlebars/lib/handlebars/compiler/printer.js +0 -171
  407. package/node_modules/handlebars/lib/handlebars/compiler/visitor.js +0 -129
  408. package/node_modules/handlebars/lib/handlebars/compiler/whitespace-control.js +0 -216
  409. package/node_modules/handlebars/lib/handlebars/decorators/inline.js +0 -22
  410. package/node_modules/handlebars/lib/handlebars/decorators.js +0 -6
  411. package/node_modules/handlebars/lib/handlebars/exception.js +0 -49
  412. package/node_modules/handlebars/lib/handlebars/helpers/block-helper-missing.js +0 -32
  413. package/node_modules/handlebars/lib/handlebars/helpers/each.js +0 -79
  414. package/node_modules/handlebars/lib/handlebars/helpers/helper-missing.js +0 -13
  415. package/node_modules/handlebars/lib/handlebars/helpers/if.js +0 -20
  416. package/node_modules/handlebars/lib/handlebars/helpers/log.js +0 -19
  417. package/node_modules/handlebars/lib/handlebars/helpers/lookup.js +0 -5
  418. package/node_modules/handlebars/lib/handlebars/helpers/with.js +0 -24
  419. package/node_modules/handlebars/lib/handlebars/helpers.js +0 -17
  420. package/node_modules/handlebars/lib/handlebars/logger.js +0 -35
  421. package/node_modules/handlebars/lib/handlebars/no-conflict.js +0 -13
  422. package/node_modules/handlebars/lib/handlebars/runtime.js +0 -281
  423. package/node_modules/handlebars/lib/handlebars/safe-string.js +0 -10
  424. package/node_modules/handlebars/lib/handlebars/utils.js +0 -108
  425. package/node_modules/handlebars/lib/handlebars.js +0 -41
  426. package/node_modules/handlebars/lib/handlebars.runtime.js +0 -37
  427. package/node_modules/handlebars/lib/index.js +0 -25
  428. package/node_modules/handlebars/lib/precompiler.js +0 -298
  429. package/node_modules/handlebars/node_modules/source-map/CHANGELOG.md +0 -301
  430. package/node_modules/handlebars/node_modules/source-map/LICENSE +0 -28
  431. package/node_modules/handlebars/node_modules/source-map/README.md +0 -742
  432. package/node_modules/handlebars/node_modules/source-map/dist/source-map.debug.js +0 -3234
  433. package/node_modules/handlebars/node_modules/source-map/dist/source-map.js +0 -3233
  434. package/node_modules/handlebars/node_modules/source-map/dist/source-map.min.js +0 -2
  435. package/node_modules/handlebars/node_modules/source-map/dist/source-map.min.js.map +0 -1
  436. package/node_modules/handlebars/node_modules/source-map/lib/array-set.js +0 -121
  437. package/node_modules/handlebars/node_modules/source-map/lib/base64-vlq.js +0 -140
  438. package/node_modules/handlebars/node_modules/source-map/lib/base64.js +0 -67
  439. package/node_modules/handlebars/node_modules/source-map/lib/binary-search.js +0 -111
  440. package/node_modules/handlebars/node_modules/source-map/lib/mapping-list.js +0 -79
  441. package/node_modules/handlebars/node_modules/source-map/lib/quick-sort.js +0 -114
  442. package/node_modules/handlebars/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  443. package/node_modules/handlebars/node_modules/source-map/lib/source-map-generator.js +0 -425
  444. package/node_modules/handlebars/node_modules/source-map/lib/source-node.js +0 -413
  445. package/node_modules/handlebars/node_modules/source-map/lib/util.js +0 -488
  446. package/node_modules/handlebars/node_modules/source-map/package.json +0 -215
  447. package/node_modules/handlebars/node_modules/source-map/source-map.d.ts +0 -98
  448. package/node_modules/handlebars/node_modules/source-map/source-map.js +0 -8
  449. package/node_modules/handlebars/package.json +0 -121
  450. package/node_modules/handlebars/print-script +0 -95
  451. package/node_modules/handlebars/release-notes.md +0 -624
  452. package/node_modules/handlebars/runtime.js +0 -3
  453. package/node_modules/has-flag/index.js +0 -8
  454. package/node_modules/has-flag/license +0 -9
  455. package/node_modules/has-flag/package.json +0 -81
  456. package/node_modules/has-flag/readme.md +0 -70
  457. package/node_modules/hasha/index.js +0 -67
  458. package/node_modules/hasha/license +0 -21
  459. package/node_modules/hasha/package.json +0 -87
  460. package/node_modules/hasha/readme.md +0 -120
  461. package/node_modules/hosted-git-info/CHANGELOG.md +0 -54
  462. package/node_modules/hosted-git-info/LICENSE +0 -13
  463. package/node_modules/hosted-git-info/README.md +0 -133
  464. package/node_modules/hosted-git-info/git-host-info.js +0 -77
  465. package/node_modules/hosted-git-info/git-host.js +0 -131
  466. package/node_modules/hosted-git-info/index.js +0 -122
  467. package/node_modules/hosted-git-info/package.json +0 -72
  468. package/node_modules/imurmurhash/README.md +0 -122
  469. package/node_modules/imurmurhash/imurmurhash.js +0 -138
  470. package/node_modules/imurmurhash/imurmurhash.min.js +0 -12
  471. package/node_modules/imurmurhash/package.json +0 -67
  472. package/node_modules/inflight/LICENSE +0 -15
  473. package/node_modules/inflight/README.md +0 -37
  474. package/node_modules/inflight/inflight.js +0 -54
  475. package/node_modules/inflight/package.json +0 -62
  476. package/node_modules/inherits/LICENSE +0 -16
  477. package/node_modules/inherits/README.md +0 -42
  478. package/node_modules/inherits/inherits.js +0 -7
  479. package/node_modules/inherits/inherits_browser.js +0 -23
  480. package/node_modules/inherits/package.json +0 -67
  481. package/node_modules/invert-kv/index.js +0 -15
  482. package/node_modules/invert-kv/license +0 -9
  483. package/node_modules/invert-kv/package.json +0 -67
  484. package/node_modules/invert-kv/readme.md +0 -25
  485. package/node_modules/is-arrayish/.editorconfig +0 -18
  486. package/node_modules/is-arrayish/.istanbul.yml +0 -4
  487. package/node_modules/is-arrayish/.npmignore +0 -5
  488. package/node_modules/is-arrayish/.travis.yml +0 -17
  489. package/node_modules/is-arrayish/LICENSE +0 -21
  490. package/node_modules/is-arrayish/README.md +0 -16
  491. package/node_modules/is-arrayish/index.js +0 -10
  492. package/node_modules/is-arrayish/package.json +0 -69
  493. package/node_modules/is-builtin-module/index.js +0 -10
  494. package/node_modules/is-builtin-module/license +0 -21
  495. package/node_modules/is-builtin-module/package.json +0 -78
  496. package/node_modules/is-builtin-module/readme.md +0 -33
  497. package/node_modules/is-fullwidth-code-point/index.js +0 -46
  498. package/node_modules/is-fullwidth-code-point/license +0 -21
  499. package/node_modules/is-fullwidth-code-point/package.json +0 -81
  500. package/node_modules/is-fullwidth-code-point/readme.md +0 -39
  501. package/node_modules/is-stream/index.js +0 -21
  502. package/node_modules/is-stream/license +0 -21
  503. package/node_modules/is-stream/package.json +0 -75
  504. package/node_modules/is-stream/readme.md +0 -42
  505. package/node_modules/isexe/.npmignore +0 -2
  506. package/node_modules/isexe/LICENSE +0 -15
  507. package/node_modules/isexe/README.md +0 -51
  508. package/node_modules/isexe/index.js +0 -57
  509. package/node_modules/isexe/mode.js +0 -41
  510. package/node_modules/isexe/package.json +0 -64
  511. package/node_modules/isexe/test/basic.js +0 -221
  512. package/node_modules/isexe/windows.js +0 -42
  513. package/node_modules/istanbul-lib-coverage/CHANGELOG.md +0 -106
  514. package/node_modules/istanbul-lib-coverage/LICENSE +0 -24
  515. package/node_modules/istanbul-lib-coverage/README.md +0 -33
  516. package/node_modules/istanbul-lib-coverage/index.js +0 -64
  517. package/node_modules/istanbul-lib-coverage/lib/coverage-map.js +0 -130
  518. package/node_modules/istanbul-lib-coverage/lib/file.js +0 -356
  519. package/node_modules/istanbul-lib-coverage/package.json +0 -76
  520. package/node_modules/istanbul-lib-hook/CHANGELOG.md +0 -109
  521. package/node_modules/istanbul-lib-hook/LICENSE +0 -24
  522. package/node_modules/istanbul-lib-hook/README.md +0 -7
  523. package/node_modules/istanbul-lib-hook/index.js +0 -5
  524. package/node_modules/istanbul-lib-hook/lib/hook.js +0 -237
  525. package/node_modules/istanbul-lib-hook/package.json +0 -65
  526. package/node_modules/istanbul-lib-report/CHANGELOG.md +0 -102
  527. package/node_modules/istanbul-lib-report/LICENSE +0 -24
  528. package/node_modules/istanbul-lib-report/README.md +0 -8
  529. package/node_modules/istanbul-lib-report/index.js +0 -56
  530. package/node_modules/istanbul-lib-report/lib/context.js +0 -126
  531. package/node_modules/istanbul-lib-report/lib/file-writer.js +0 -188
  532. package/node_modules/istanbul-lib-report/lib/path.js +0 -162
  533. package/node_modules/istanbul-lib-report/lib/summarizer.js +0 -294
  534. package/node_modules/istanbul-lib-report/lib/tree.js +0 -164
  535. package/node_modules/istanbul-lib-report/lib/watermarks.js +0 -14
  536. package/node_modules/istanbul-lib-report/lib/xml-writer.js +0 -102
  537. package/node_modules/istanbul-lib-report/node_modules/supports-color/browser.js +0 -5
  538. package/node_modules/istanbul-lib-report/node_modules/supports-color/index.js +0 -138
  539. package/node_modules/istanbul-lib-report/node_modules/supports-color/license +0 -9
  540. package/node_modules/istanbul-lib-report/node_modules/supports-color/package.json +0 -88
  541. package/node_modules/istanbul-lib-report/node_modules/supports-color/readme.md +0 -85
  542. package/node_modules/istanbul-lib-report/package.json +0 -71
  543. package/node_modules/istanbul-lib-source-maps/CHANGELOG.md +0 -156
  544. package/node_modules/istanbul-lib-source-maps/LICENSE +0 -24
  545. package/node_modules/istanbul-lib-source-maps/README.md +0 -12
  546. package/node_modules/istanbul-lib-source-maps/index.js +0 -15
  547. package/node_modules/istanbul-lib-source-maps/lib/map-store.js +0 -172
  548. package/node_modules/istanbul-lib-source-maps/lib/mapped.js +0 -130
  549. package/node_modules/istanbul-lib-source-maps/lib/pathutils.js +0 -19
  550. package/node_modules/istanbul-lib-source-maps/lib/source-store.js +0 -78
  551. package/node_modules/istanbul-lib-source-maps/lib/transformer.js +0 -267
  552. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/CHANGELOG.md +0 -301
  553. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/LICENSE +0 -28
  554. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/README.md +0 -742
  555. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist/source-map.debug.js +0 -3234
  556. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist/source-map.js +0 -3233
  557. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist/source-map.min.js +0 -2
  558. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/dist/source-map.min.js.map +0 -1
  559. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/array-set.js +0 -121
  560. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/base64-vlq.js +0 -140
  561. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/base64.js +0 -67
  562. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/binary-search.js +0 -111
  563. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/mapping-list.js +0 -79
  564. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/quick-sort.js +0 -114
  565. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  566. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/source-map-generator.js +0 -425
  567. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/source-node.js +0 -413
  568. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/lib/util.js +0 -488
  569. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/package.json +0 -215
  570. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/source-map.d.ts +0 -98
  571. package/node_modules/istanbul-lib-source-maps/node_modules/source-map/source-map.js +0 -8
  572. package/node_modules/istanbul-lib-source-maps/package.json +0 -76
  573. package/node_modules/istanbul-reports/CHANGELOG.md +0 -198
  574. package/node_modules/istanbul-reports/LICENSE +0 -24
  575. package/node_modules/istanbul-reports/README.md +0 -14
  576. package/node_modules/istanbul-reports/index.js +0 -19
  577. package/node_modules/istanbul-reports/lib/clover/index.js +0 -166
  578. package/node_modules/istanbul-reports/lib/cobertura/index.js +0 -146
  579. package/node_modules/istanbul-reports/lib/html/annotator.js +0 -278
  580. package/node_modules/istanbul-reports/lib/html/assets/base.css +0 -223
  581. package/node_modules/istanbul-reports/lib/html/assets/block-navigation.js +0 -78
  582. package/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png +0 -0
  583. package/node_modules/istanbul-reports/lib/html/assets/sorter.js +0 -169
  584. package/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css +0 -1
  585. package/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js +0 -1
  586. package/node_modules/istanbul-reports/lib/html/helpers.js +0 -107
  587. package/node_modules/istanbul-reports/lib/html/index.js +0 -277
  588. package/node_modules/istanbul-reports/lib/html/insertion-text.js +0 -113
  589. package/node_modules/istanbul-reports/lib/html/templates/foot.txt +0 -21
  590. package/node_modules/istanbul-reports/lib/html/templates/head.txt +0 -63
  591. package/node_modules/istanbul-reports/lib/json/index.js +0 -39
  592. package/node_modules/istanbul-reports/lib/json-summary/index.js +0 -48
  593. package/node_modules/istanbul-reports/lib/lcov/index.js +0 -29
  594. package/node_modules/istanbul-reports/lib/lcovonly/index.js +0 -68
  595. package/node_modules/istanbul-reports/lib/none/index.js +0 -7
  596. package/node_modules/istanbul-reports/lib/teamcity/index.js +0 -55
  597. package/node_modules/istanbul-reports/lib/text/index.js +0 -245
  598. package/node_modules/istanbul-reports/lib/text-lcov/index.js +0 -14
  599. package/node_modules/istanbul-reports/lib/text-summary/index.js +0 -60
  600. package/node_modules/istanbul-reports/package.json +0 -69
  601. package/node_modules/json-parse-better-errors/CHANGELOG.md +0 -46
  602. package/node_modules/json-parse-better-errors/LICENSE.md +0 -7
  603. package/node_modules/json-parse-better-errors/README.md +0 -46
  604. package/node_modules/json-parse-better-errors/index.js +0 -38
  605. package/node_modules/json-parse-better-errors/package.json +0 -79
  606. package/node_modules/lcid/index.js +0 -23
  607. package/node_modules/lcid/lcid.json +0 -203
  608. package/node_modules/lcid/license +0 -9
  609. package/node_modules/lcid/package.json +0 -82
  610. package/node_modules/lcid/readme.md +0 -35
  611. package/node_modules/load-json-file/index.js +0 -11
  612. package/node_modules/load-json-file/license +0 -21
  613. package/node_modules/load-json-file/package.json +0 -79
  614. package/node_modules/load-json-file/readme.md +0 -45
  615. package/node_modules/locate-path/index.js +0 -24
  616. package/node_modules/locate-path/license +0 -9
  617. package/node_modules/locate-path/package.json +0 -79
  618. package/node_modules/locate-path/readme.md +0 -99
  619. package/node_modules/lodash/LICENSE +0 -47
  620. package/node_modules/lodash/README.md +0 -39
  621. package/node_modules/lodash/_DataView.js +0 -7
  622. package/node_modules/lodash/_Hash.js +0 -32
  623. package/node_modules/lodash/_LazyWrapper.js +0 -28
  624. package/node_modules/lodash/_ListCache.js +0 -32
  625. package/node_modules/lodash/_LodashWrapper.js +0 -22
  626. package/node_modules/lodash/_Map.js +0 -7
  627. package/node_modules/lodash/_MapCache.js +0 -32
  628. package/node_modules/lodash/_Promise.js +0 -7
  629. package/node_modules/lodash/_Set.js +0 -7
  630. package/node_modules/lodash/_SetCache.js +0 -27
  631. package/node_modules/lodash/_Stack.js +0 -27
  632. package/node_modules/lodash/_Symbol.js +0 -6
  633. package/node_modules/lodash/_Uint8Array.js +0 -6
  634. package/node_modules/lodash/_WeakMap.js +0 -7
  635. package/node_modules/lodash/_apply.js +0 -21
  636. package/node_modules/lodash/_arrayAggregator.js +0 -22
  637. package/node_modules/lodash/_arrayEach.js +0 -22
  638. package/node_modules/lodash/_arrayEachRight.js +0 -21
  639. package/node_modules/lodash/_arrayEvery.js +0 -23
  640. package/node_modules/lodash/_arrayFilter.js +0 -25
  641. package/node_modules/lodash/_arrayIncludes.js +0 -17
  642. package/node_modules/lodash/_arrayIncludesWith.js +0 -22
  643. package/node_modules/lodash/_arrayLikeKeys.js +0 -49
  644. package/node_modules/lodash/_arrayMap.js +0 -21
  645. package/node_modules/lodash/_arrayPush.js +0 -20
  646. package/node_modules/lodash/_arrayReduce.js +0 -26
  647. package/node_modules/lodash/_arrayReduceRight.js +0 -24
  648. package/node_modules/lodash/_arraySample.js +0 -15
  649. package/node_modules/lodash/_arraySampleSize.js +0 -17
  650. package/node_modules/lodash/_arrayShuffle.js +0 -15
  651. package/node_modules/lodash/_arraySome.js +0 -23
  652. package/node_modules/lodash/_asciiSize.js +0 -12
  653. package/node_modules/lodash/_asciiToArray.js +0 -12
  654. package/node_modules/lodash/_asciiWords.js +0 -15
  655. package/node_modules/lodash/_assignMergeValue.js +0 -20
  656. package/node_modules/lodash/_assignValue.js +0 -28
  657. package/node_modules/lodash/_assocIndexOf.js +0 -21
  658. package/node_modules/lodash/_baseAggregator.js +0 -21
  659. package/node_modules/lodash/_baseAssign.js +0 -17
  660. package/node_modules/lodash/_baseAssignIn.js +0 -17
  661. package/node_modules/lodash/_baseAssignValue.js +0 -25
  662. package/node_modules/lodash/_baseAt.js +0 -23
  663. package/node_modules/lodash/_baseClamp.js +0 -22
  664. package/node_modules/lodash/_baseClone.js +0 -171
  665. package/node_modules/lodash/_baseConforms.js +0 -18
  666. package/node_modules/lodash/_baseConformsTo.js +0 -27
  667. package/node_modules/lodash/_baseCreate.js +0 -30
  668. package/node_modules/lodash/_baseDelay.js +0 -21
  669. package/node_modules/lodash/_baseDifference.js +0 -67
  670. package/node_modules/lodash/_baseEach.js +0 -14
  671. package/node_modules/lodash/_baseEachRight.js +0 -14
  672. package/node_modules/lodash/_baseEvery.js +0 -21
  673. package/node_modules/lodash/_baseExtremum.js +0 -32
  674. package/node_modules/lodash/_baseFill.js +0 -32
  675. package/node_modules/lodash/_baseFilter.js +0 -21
  676. package/node_modules/lodash/_baseFindIndex.js +0 -24
  677. package/node_modules/lodash/_baseFindKey.js +0 -23
  678. package/node_modules/lodash/_baseFlatten.js +0 -38
  679. package/node_modules/lodash/_baseFor.js +0 -16
  680. package/node_modules/lodash/_baseForOwn.js +0 -16
  681. package/node_modules/lodash/_baseForOwnRight.js +0 -16
  682. package/node_modules/lodash/_baseForRight.js +0 -15
  683. package/node_modules/lodash/_baseFunctions.js +0 -19
  684. package/node_modules/lodash/_baseGet.js +0 -24
  685. package/node_modules/lodash/_baseGetAllKeys.js +0 -20
  686. package/node_modules/lodash/_baseGetTag.js +0 -28
  687. package/node_modules/lodash/_baseGt.js +0 -14
  688. package/node_modules/lodash/_baseHas.js +0 -19
  689. package/node_modules/lodash/_baseHasIn.js +0 -13
  690. package/node_modules/lodash/_baseInRange.js +0 -18
  691. package/node_modules/lodash/_baseIndexOf.js +0 -20
  692. package/node_modules/lodash/_baseIndexOfWith.js +0 -23
  693. package/node_modules/lodash/_baseIntersection.js +0 -74
  694. package/node_modules/lodash/_baseInverter.js +0 -21
  695. package/node_modules/lodash/_baseInvoke.js +0 -24
  696. package/node_modules/lodash/_baseIsArguments.js +0 -18
  697. package/node_modules/lodash/_baseIsArrayBuffer.js +0 -17
  698. package/node_modules/lodash/_baseIsDate.js +0 -18
  699. package/node_modules/lodash/_baseIsEqual.js +0 -28
  700. package/node_modules/lodash/_baseIsEqualDeep.js +0 -83
  701. package/node_modules/lodash/_baseIsMap.js +0 -18
  702. package/node_modules/lodash/_baseIsMatch.js +0 -62
  703. package/node_modules/lodash/_baseIsNaN.js +0 -12
  704. package/node_modules/lodash/_baseIsNative.js +0 -47
  705. package/node_modules/lodash/_baseIsRegExp.js +0 -18
  706. package/node_modules/lodash/_baseIsSet.js +0 -18
  707. package/node_modules/lodash/_baseIsTypedArray.js +0 -60
  708. package/node_modules/lodash/_baseIteratee.js +0 -31
  709. package/node_modules/lodash/_baseKeys.js +0 -30
  710. package/node_modules/lodash/_baseKeysIn.js +0 -33
  711. package/node_modules/lodash/_baseLodash.js +0 -10
  712. package/node_modules/lodash/_baseLt.js +0 -14
  713. package/node_modules/lodash/_baseMap.js +0 -22
  714. package/node_modules/lodash/_baseMatches.js +0 -22
  715. package/node_modules/lodash/_baseMatchesProperty.js +0 -33
  716. package/node_modules/lodash/_baseMean.js +0 -20
  717. package/node_modules/lodash/_baseMerge.js +0 -42
  718. package/node_modules/lodash/_baseMergeDeep.js +0 -94
  719. package/node_modules/lodash/_baseNth.js +0 -20
  720. package/node_modules/lodash/_baseOrderBy.js +0 -34
  721. package/node_modules/lodash/_basePick.js +0 -19
  722. package/node_modules/lodash/_basePickBy.js +0 -30
  723. package/node_modules/lodash/_baseProperty.js +0 -14
  724. package/node_modules/lodash/_basePropertyDeep.js +0 -16
  725. package/node_modules/lodash/_basePropertyOf.js +0 -14
  726. package/node_modules/lodash/_basePullAll.js +0 -51
  727. package/node_modules/lodash/_basePullAt.js +0 -37
  728. package/node_modules/lodash/_baseRandom.js +0 -18
  729. package/node_modules/lodash/_baseRange.js +0 -28
  730. package/node_modules/lodash/_baseReduce.js +0 -23
  731. package/node_modules/lodash/_baseRepeat.js +0 -35
  732. package/node_modules/lodash/_baseRest.js +0 -17
  733. package/node_modules/lodash/_baseSample.js +0 -15
  734. package/node_modules/lodash/_baseSampleSize.js +0 -18
  735. package/node_modules/lodash/_baseSet.js +0 -47
  736. package/node_modules/lodash/_baseSetData.js +0 -17
  737. package/node_modules/lodash/_baseSetToString.js +0 -22
  738. package/node_modules/lodash/_baseShuffle.js +0 -15
  739. package/node_modules/lodash/_baseSlice.js +0 -31
  740. package/node_modules/lodash/_baseSome.js +0 -22
  741. package/node_modules/lodash/_baseSortBy.js +0 -21
  742. package/node_modules/lodash/_baseSortedIndex.js +0 -42
  743. package/node_modules/lodash/_baseSortedIndexBy.js +0 -64
  744. package/node_modules/lodash/_baseSortedUniq.js +0 -30
  745. package/node_modules/lodash/_baseSum.js +0 -24
  746. package/node_modules/lodash/_baseTimes.js +0 -20
  747. package/node_modules/lodash/_baseToNumber.js +0 -24
  748. package/node_modules/lodash/_baseToPairs.js +0 -18
  749. package/node_modules/lodash/_baseToString.js +0 -37
  750. package/node_modules/lodash/_baseUnary.js +0 -14
  751. package/node_modules/lodash/_baseUniq.js +0 -72
  752. package/node_modules/lodash/_baseUnset.js +0 -20
  753. package/node_modules/lodash/_baseUpdate.js +0 -18
  754. package/node_modules/lodash/_baseValues.js +0 -19
  755. package/node_modules/lodash/_baseWhile.js +0 -26
  756. package/node_modules/lodash/_baseWrapperValue.js +0 -25
  757. package/node_modules/lodash/_baseXor.js +0 -36
  758. package/node_modules/lodash/_baseZipObject.js +0 -23
  759. package/node_modules/lodash/_cacheHas.js +0 -13
  760. package/node_modules/lodash/_castArrayLikeObject.js +0 -14
  761. package/node_modules/lodash/_castFunction.js +0 -14
  762. package/node_modules/lodash/_castPath.js +0 -21
  763. package/node_modules/lodash/_castRest.js +0 -14
  764. package/node_modules/lodash/_castSlice.js +0 -18
  765. package/node_modules/lodash/_charsEndIndex.js +0 -19
  766. package/node_modules/lodash/_charsStartIndex.js +0 -20
  767. package/node_modules/lodash/_cloneArrayBuffer.js +0 -16
  768. package/node_modules/lodash/_cloneBuffer.js +0 -35
  769. package/node_modules/lodash/_cloneDataView.js +0 -16
  770. package/node_modules/lodash/_cloneRegExp.js +0 -17
  771. package/node_modules/lodash/_cloneSymbol.js +0 -18
  772. package/node_modules/lodash/_cloneTypedArray.js +0 -16
  773. package/node_modules/lodash/_compareAscending.js +0 -41
  774. package/node_modules/lodash/_compareMultiple.js +0 -44
  775. package/node_modules/lodash/_composeArgs.js +0 -39
  776. package/node_modules/lodash/_composeArgsRight.js +0 -41
  777. package/node_modules/lodash/_copyArray.js +0 -20
  778. package/node_modules/lodash/_copyObject.js +0 -40
  779. package/node_modules/lodash/_copySymbols.js +0 -16
  780. package/node_modules/lodash/_copySymbolsIn.js +0 -16
  781. package/node_modules/lodash/_coreJsData.js +0 -6
  782. package/node_modules/lodash/_countHolders.js +0 -21
  783. package/node_modules/lodash/_createAggregator.js +0 -23
  784. package/node_modules/lodash/_createAssigner.js +0 -37
  785. package/node_modules/lodash/_createBaseEach.js +0 -32
  786. package/node_modules/lodash/_createBaseFor.js +0 -25
  787. package/node_modules/lodash/_createBind.js +0 -28
  788. package/node_modules/lodash/_createCaseFirst.js +0 -33
  789. package/node_modules/lodash/_createCompounder.js +0 -24
  790. package/node_modules/lodash/_createCtor.js +0 -37
  791. package/node_modules/lodash/_createCurry.js +0 -46
  792. package/node_modules/lodash/_createFind.js +0 -25
  793. package/node_modules/lodash/_createFlow.js +0 -78
  794. package/node_modules/lodash/_createHybrid.js +0 -92
  795. package/node_modules/lodash/_createInverter.js +0 -17
  796. package/node_modules/lodash/_createMathOperation.js +0 -38
  797. package/node_modules/lodash/_createOver.js +0 -27
  798. package/node_modules/lodash/_createPadding.js +0 -33
  799. package/node_modules/lodash/_createPartial.js +0 -43
  800. package/node_modules/lodash/_createRange.js +0 -30
  801. package/node_modules/lodash/_createRecurry.js +0 -56
  802. package/node_modules/lodash/_createRelationalOperation.js +0 -20
  803. package/node_modules/lodash/_createRound.js +0 -33
  804. package/node_modules/lodash/_createSet.js +0 -19
  805. package/node_modules/lodash/_createToPairs.js +0 -30
  806. package/node_modules/lodash/_createWrap.js +0 -106
  807. package/node_modules/lodash/_customDefaultsAssignIn.js +0 -29
  808. package/node_modules/lodash/_customDefaultsMerge.js +0 -28
  809. package/node_modules/lodash/_customOmitClone.js +0 -16
  810. package/node_modules/lodash/_deburrLetter.js +0 -71
  811. package/node_modules/lodash/_defineProperty.js +0 -11
  812. package/node_modules/lodash/_equalArrays.js +0 -83
  813. package/node_modules/lodash/_equalByTag.js +0 -112
  814. package/node_modules/lodash/_equalObjects.js +0 -89
  815. package/node_modules/lodash/_escapeHtmlChar.js +0 -21
  816. package/node_modules/lodash/_escapeStringChar.js +0 -22
  817. package/node_modules/lodash/_flatRest.js +0 -16
  818. package/node_modules/lodash/_freeGlobal.js +0 -4
  819. package/node_modules/lodash/_getAllKeys.js +0 -16
  820. package/node_modules/lodash/_getAllKeysIn.js +0 -17
  821. package/node_modules/lodash/_getData.js +0 -15
  822. package/node_modules/lodash/_getFuncName.js +0 -31
  823. package/node_modules/lodash/_getHolder.js +0 -13
  824. package/node_modules/lodash/_getMapData.js +0 -18
  825. package/node_modules/lodash/_getMatchData.js +0 -24
  826. package/node_modules/lodash/_getNative.js +0 -17
  827. package/node_modules/lodash/_getPrototype.js +0 -6
  828. package/node_modules/lodash/_getRawTag.js +0 -46
  829. package/node_modules/lodash/_getSymbols.js +0 -30
  830. package/node_modules/lodash/_getSymbolsIn.js +0 -25
  831. package/node_modules/lodash/_getTag.js +0 -58
  832. package/node_modules/lodash/_getValue.js +0 -13
  833. package/node_modules/lodash/_getView.js +0 -33
  834. package/node_modules/lodash/_getWrapDetails.js +0 -17
  835. package/node_modules/lodash/_hasPath.js +0 -39
  836. package/node_modules/lodash/_hasUnicode.js +0 -26
  837. package/node_modules/lodash/_hasUnicodeWord.js +0 -15
  838. package/node_modules/lodash/_hashClear.js +0 -15
  839. package/node_modules/lodash/_hashDelete.js +0 -17
  840. package/node_modules/lodash/_hashGet.js +0 -30
  841. package/node_modules/lodash/_hashHas.js +0 -23
  842. package/node_modules/lodash/_hashSet.js +0 -23
  843. package/node_modules/lodash/_initCloneArray.js +0 -26
  844. package/node_modules/lodash/_initCloneByTag.js +0 -77
  845. package/node_modules/lodash/_initCloneObject.js +0 -18
  846. package/node_modules/lodash/_insertWrapDetails.js +0 -23
  847. package/node_modules/lodash/_isFlattenable.js +0 -20
  848. package/node_modules/lodash/_isIndex.js +0 -25
  849. package/node_modules/lodash/_isIterateeCall.js +0 -30
  850. package/node_modules/lodash/_isKey.js +0 -29
  851. package/node_modules/lodash/_isKeyable.js +0 -15
  852. package/node_modules/lodash/_isLaziable.js +0 -28
  853. package/node_modules/lodash/_isMaskable.js +0 -14
  854. package/node_modules/lodash/_isMasked.js +0 -20
  855. package/node_modules/lodash/_isPrototype.js +0 -18
  856. package/node_modules/lodash/_isStrictComparable.js +0 -15
  857. package/node_modules/lodash/_iteratorToArray.js +0 -18
  858. package/node_modules/lodash/_lazyClone.js +0 -23
  859. package/node_modules/lodash/_lazyReverse.js +0 -23
  860. package/node_modules/lodash/_lazyValue.js +0 -69
  861. package/node_modules/lodash/_listCacheClear.js +0 -13
  862. package/node_modules/lodash/_listCacheDelete.js +0 -35
  863. package/node_modules/lodash/_listCacheGet.js +0 -19
  864. package/node_modules/lodash/_listCacheHas.js +0 -16
  865. package/node_modules/lodash/_listCacheSet.js +0 -26
  866. package/node_modules/lodash/_mapCacheClear.js +0 -21
  867. package/node_modules/lodash/_mapCacheDelete.js +0 -18
  868. package/node_modules/lodash/_mapCacheGet.js +0 -16
  869. package/node_modules/lodash/_mapCacheHas.js +0 -16
  870. package/node_modules/lodash/_mapCacheSet.js +0 -22
  871. package/node_modules/lodash/_mapToArray.js +0 -18
  872. package/node_modules/lodash/_matchesStrictComparable.js +0 -20
  873. package/node_modules/lodash/_memoizeCapped.js +0 -26
  874. package/node_modules/lodash/_mergeData.js +0 -90
  875. package/node_modules/lodash/_metaMap.js +0 -6
  876. package/node_modules/lodash/_nativeCreate.js +0 -6
  877. package/node_modules/lodash/_nativeKeys.js +0 -6
  878. package/node_modules/lodash/_nativeKeysIn.js +0 -20
  879. package/node_modules/lodash/_nodeUtil.js +0 -30
  880. package/node_modules/lodash/_objectToString.js +0 -22
  881. package/node_modules/lodash/_overArg.js +0 -15
  882. package/node_modules/lodash/_overRest.js +0 -36
  883. package/node_modules/lodash/_parent.js +0 -16
  884. package/node_modules/lodash/_reEscape.js +0 -4
  885. package/node_modules/lodash/_reEvaluate.js +0 -4
  886. package/node_modules/lodash/_reInterpolate.js +0 -4
  887. package/node_modules/lodash/_realNames.js +0 -4
  888. package/node_modules/lodash/_reorder.js +0 -29
  889. package/node_modules/lodash/_replaceHolders.js +0 -29
  890. package/node_modules/lodash/_root.js +0 -9
  891. package/node_modules/lodash/_safeGet.js +0 -17
  892. package/node_modules/lodash/_setCacheAdd.js +0 -19
  893. package/node_modules/lodash/_setCacheHas.js +0 -14
  894. package/node_modules/lodash/_setData.js +0 -20
  895. package/node_modules/lodash/_setToArray.js +0 -18
  896. package/node_modules/lodash/_setToPairs.js +0 -18
  897. package/node_modules/lodash/_setToString.js +0 -14
  898. package/node_modules/lodash/_setWrapToString.js +0 -21
  899. package/node_modules/lodash/_shortOut.js +0 -37
  900. package/node_modules/lodash/_shuffleSelf.js +0 -28
  901. package/node_modules/lodash/_stackClear.js +0 -15
  902. package/node_modules/lodash/_stackDelete.js +0 -18
  903. package/node_modules/lodash/_stackGet.js +0 -14
  904. package/node_modules/lodash/_stackHas.js +0 -14
  905. package/node_modules/lodash/_stackSet.js +0 -34
  906. package/node_modules/lodash/_strictIndexOf.js +0 -23
  907. package/node_modules/lodash/_strictLastIndexOf.js +0 -21
  908. package/node_modules/lodash/_stringSize.js +0 -18
  909. package/node_modules/lodash/_stringToArray.js +0 -18
  910. package/node_modules/lodash/_stringToPath.js +0 -27
  911. package/node_modules/lodash/_toKey.js +0 -21
  912. package/node_modules/lodash/_toSource.js +0 -26
  913. package/node_modules/lodash/_unescapeHtmlChar.js +0 -21
  914. package/node_modules/lodash/_unicodeSize.js +0 -44
  915. package/node_modules/lodash/_unicodeToArray.js +0 -40
  916. package/node_modules/lodash/_unicodeWords.js +0 -69
  917. package/node_modules/lodash/_updateWrapDetails.js +0 -46
  918. package/node_modules/lodash/_wrapperClone.js +0 -23
  919. package/node_modules/lodash/add.js +0 -22
  920. package/node_modules/lodash/after.js +0 -42
  921. package/node_modules/lodash/array.js +0 -67
  922. package/node_modules/lodash/ary.js +0 -29
  923. package/node_modules/lodash/assign.js +0 -58
  924. package/node_modules/lodash/assignIn.js +0 -40
  925. package/node_modules/lodash/assignInWith.js +0 -38
  926. package/node_modules/lodash/assignWith.js +0 -37
  927. package/node_modules/lodash/at.js +0 -23
  928. package/node_modules/lodash/attempt.js +0 -35
  929. package/node_modules/lodash/before.js +0 -40
  930. package/node_modules/lodash/bind.js +0 -57
  931. package/node_modules/lodash/bindAll.js +0 -41
  932. package/node_modules/lodash/bindKey.js +0 -68
  933. package/node_modules/lodash/camelCase.js +0 -29
  934. package/node_modules/lodash/capitalize.js +0 -23
  935. package/node_modules/lodash/castArray.js +0 -44
  936. package/node_modules/lodash/ceil.js +0 -26
  937. package/node_modules/lodash/chain.js +0 -38
  938. package/node_modules/lodash/chunk.js +0 -50
  939. package/node_modules/lodash/clamp.js +0 -39
  940. package/node_modules/lodash/clone.js +0 -36
  941. package/node_modules/lodash/cloneDeep.js +0 -29
  942. package/node_modules/lodash/cloneDeepWith.js +0 -40
  943. package/node_modules/lodash/cloneWith.js +0 -42
  944. package/node_modules/lodash/collection.js +0 -30
  945. package/node_modules/lodash/commit.js +0 -33
  946. package/node_modules/lodash/compact.js +0 -31
  947. package/node_modules/lodash/concat.js +0 -43
  948. package/node_modules/lodash/cond.js +0 -60
  949. package/node_modules/lodash/conforms.js +0 -35
  950. package/node_modules/lodash/conformsTo.js +0 -32
  951. package/node_modules/lodash/constant.js +0 -26
  952. package/node_modules/lodash/core.js +0 -3854
  953. package/node_modules/lodash/core.min.js +0 -29
  954. package/node_modules/lodash/countBy.js +0 -40
  955. package/node_modules/lodash/create.js +0 -43
  956. package/node_modules/lodash/curry.js +0 -57
  957. package/node_modules/lodash/curryRight.js +0 -54
  958. package/node_modules/lodash/date.js +0 -3
  959. package/node_modules/lodash/debounce.js +0 -190
  960. package/node_modules/lodash/deburr.js +0 -45
  961. package/node_modules/lodash/defaultTo.js +0 -25
  962. package/node_modules/lodash/defaults.js +0 -64
  963. package/node_modules/lodash/defaultsDeep.js +0 -30
  964. package/node_modules/lodash/defer.js +0 -26
  965. package/node_modules/lodash/delay.js +0 -28
  966. package/node_modules/lodash/difference.js +0 -33
  967. package/node_modules/lodash/differenceBy.js +0 -44
  968. package/node_modules/lodash/differenceWith.js +0 -40
  969. package/node_modules/lodash/divide.js +0 -22
  970. package/node_modules/lodash/drop.js +0 -38
  971. package/node_modules/lodash/dropRight.js +0 -39
  972. package/node_modules/lodash/dropRightWhile.js +0 -45
  973. package/node_modules/lodash/dropWhile.js +0 -45
  974. package/node_modules/lodash/each.js +0 -1
  975. package/node_modules/lodash/eachRight.js +0 -1
  976. package/node_modules/lodash/endsWith.js +0 -43
  977. package/node_modules/lodash/entries.js +0 -1
  978. package/node_modules/lodash/entriesIn.js +0 -1
  979. package/node_modules/lodash/eq.js +0 -37
  980. package/node_modules/lodash/escape.js +0 -43
  981. package/node_modules/lodash/escapeRegExp.js +0 -32
  982. package/node_modules/lodash/every.js +0 -56
  983. package/node_modules/lodash/extend.js +0 -1
  984. package/node_modules/lodash/extendWith.js +0 -1
  985. package/node_modules/lodash/fill.js +0 -45
  986. package/node_modules/lodash/filter.js +0 -48
  987. package/node_modules/lodash/find.js +0 -42
  988. package/node_modules/lodash/findIndex.js +0 -55
  989. package/node_modules/lodash/findKey.js +0 -44
  990. package/node_modules/lodash/findLast.js +0 -25
  991. package/node_modules/lodash/findLastIndex.js +0 -59
  992. package/node_modules/lodash/findLastKey.js +0 -44
  993. package/node_modules/lodash/first.js +0 -1
  994. package/node_modules/lodash/flatMap.js +0 -29
  995. package/node_modules/lodash/flatMapDeep.js +0 -31
  996. package/node_modules/lodash/flatMapDepth.js +0 -31
  997. package/node_modules/lodash/flatten.js +0 -22
  998. package/node_modules/lodash/flattenDeep.js +0 -25
  999. package/node_modules/lodash/flattenDepth.js +0 -33
  1000. package/node_modules/lodash/flip.js +0 -28
  1001. package/node_modules/lodash/floor.js +0 -26
  1002. package/node_modules/lodash/flow.js +0 -27
  1003. package/node_modules/lodash/flowRight.js +0 -26
  1004. package/node_modules/lodash/forEach.js +0 -41
  1005. package/node_modules/lodash/forEachRight.js +0 -31
  1006. package/node_modules/lodash/forIn.js +0 -39
  1007. package/node_modules/lodash/forInRight.js +0 -37
  1008. package/node_modules/lodash/forOwn.js +0 -36
  1009. package/node_modules/lodash/forOwnRight.js +0 -34
  1010. package/node_modules/lodash/fp/F.js +0 -1
  1011. package/node_modules/lodash/fp/T.js +0 -1
  1012. package/node_modules/lodash/fp/__.js +0 -1
  1013. package/node_modules/lodash/fp/_baseConvert.js +0 -569
  1014. package/node_modules/lodash/fp/_convertBrowser.js +0 -18
  1015. package/node_modules/lodash/fp/_falseOptions.js +0 -7
  1016. package/node_modules/lodash/fp/_mapping.js +0 -358
  1017. package/node_modules/lodash/fp/_util.js +0 -16
  1018. package/node_modules/lodash/fp/add.js +0 -5
  1019. package/node_modules/lodash/fp/after.js +0 -5
  1020. package/node_modules/lodash/fp/all.js +0 -1
  1021. package/node_modules/lodash/fp/allPass.js +0 -1
  1022. package/node_modules/lodash/fp/always.js +0 -1
  1023. package/node_modules/lodash/fp/any.js +0 -1
  1024. package/node_modules/lodash/fp/anyPass.js +0 -1
  1025. package/node_modules/lodash/fp/apply.js +0 -1
  1026. package/node_modules/lodash/fp/array.js +0 -2
  1027. package/node_modules/lodash/fp/ary.js +0 -5
  1028. package/node_modules/lodash/fp/assign.js +0 -5
  1029. package/node_modules/lodash/fp/assignAll.js +0 -5
  1030. package/node_modules/lodash/fp/assignAllWith.js +0 -5
  1031. package/node_modules/lodash/fp/assignIn.js +0 -5
  1032. package/node_modules/lodash/fp/assignInAll.js +0 -5
  1033. package/node_modules/lodash/fp/assignInAllWith.js +0 -5
  1034. package/node_modules/lodash/fp/assignInWith.js +0 -5
  1035. package/node_modules/lodash/fp/assignWith.js +0 -5
  1036. package/node_modules/lodash/fp/assoc.js +0 -1
  1037. package/node_modules/lodash/fp/assocPath.js +0 -1
  1038. package/node_modules/lodash/fp/at.js +0 -5
  1039. package/node_modules/lodash/fp/attempt.js +0 -5
  1040. package/node_modules/lodash/fp/before.js +0 -5
  1041. package/node_modules/lodash/fp/bind.js +0 -5
  1042. package/node_modules/lodash/fp/bindAll.js +0 -5
  1043. package/node_modules/lodash/fp/bindKey.js +0 -5
  1044. package/node_modules/lodash/fp/camelCase.js +0 -5
  1045. package/node_modules/lodash/fp/capitalize.js +0 -5
  1046. package/node_modules/lodash/fp/castArray.js +0 -5
  1047. package/node_modules/lodash/fp/ceil.js +0 -5
  1048. package/node_modules/lodash/fp/chain.js +0 -5
  1049. package/node_modules/lodash/fp/chunk.js +0 -5
  1050. package/node_modules/lodash/fp/clamp.js +0 -5
  1051. package/node_modules/lodash/fp/clone.js +0 -5
  1052. package/node_modules/lodash/fp/cloneDeep.js +0 -5
  1053. package/node_modules/lodash/fp/cloneDeepWith.js +0 -5
  1054. package/node_modules/lodash/fp/cloneWith.js +0 -5
  1055. package/node_modules/lodash/fp/collection.js +0 -2
  1056. package/node_modules/lodash/fp/commit.js +0 -5
  1057. package/node_modules/lodash/fp/compact.js +0 -5
  1058. package/node_modules/lodash/fp/complement.js +0 -1
  1059. package/node_modules/lodash/fp/compose.js +0 -1
  1060. package/node_modules/lodash/fp/concat.js +0 -5
  1061. package/node_modules/lodash/fp/cond.js +0 -5
  1062. package/node_modules/lodash/fp/conforms.js +0 -1
  1063. package/node_modules/lodash/fp/conformsTo.js +0 -5
  1064. package/node_modules/lodash/fp/constant.js +0 -5
  1065. package/node_modules/lodash/fp/contains.js +0 -1
  1066. package/node_modules/lodash/fp/convert.js +0 -18
  1067. package/node_modules/lodash/fp/countBy.js +0 -5
  1068. package/node_modules/lodash/fp/create.js +0 -5
  1069. package/node_modules/lodash/fp/curry.js +0 -5
  1070. package/node_modules/lodash/fp/curryN.js +0 -5
  1071. package/node_modules/lodash/fp/curryRight.js +0 -5
  1072. package/node_modules/lodash/fp/curryRightN.js +0 -5
  1073. package/node_modules/lodash/fp/date.js +0 -2
  1074. package/node_modules/lodash/fp/debounce.js +0 -5
  1075. package/node_modules/lodash/fp/deburr.js +0 -5
  1076. package/node_modules/lodash/fp/defaultTo.js +0 -5
  1077. package/node_modules/lodash/fp/defaults.js +0 -5
  1078. package/node_modules/lodash/fp/defaultsAll.js +0 -5
  1079. package/node_modules/lodash/fp/defaultsDeep.js +0 -5
  1080. package/node_modules/lodash/fp/defaultsDeepAll.js +0 -5
  1081. package/node_modules/lodash/fp/defer.js +0 -5
  1082. package/node_modules/lodash/fp/delay.js +0 -5
  1083. package/node_modules/lodash/fp/difference.js +0 -5
  1084. package/node_modules/lodash/fp/differenceBy.js +0 -5
  1085. package/node_modules/lodash/fp/differenceWith.js +0 -5
  1086. package/node_modules/lodash/fp/dissoc.js +0 -1
  1087. package/node_modules/lodash/fp/dissocPath.js +0 -1
  1088. package/node_modules/lodash/fp/divide.js +0 -5
  1089. package/node_modules/lodash/fp/drop.js +0 -5
  1090. package/node_modules/lodash/fp/dropLast.js +0 -1
  1091. package/node_modules/lodash/fp/dropLastWhile.js +0 -1
  1092. package/node_modules/lodash/fp/dropRight.js +0 -5
  1093. package/node_modules/lodash/fp/dropRightWhile.js +0 -5
  1094. package/node_modules/lodash/fp/dropWhile.js +0 -5
  1095. package/node_modules/lodash/fp/each.js +0 -1
  1096. package/node_modules/lodash/fp/eachRight.js +0 -1
  1097. package/node_modules/lodash/fp/endsWith.js +0 -5
  1098. package/node_modules/lodash/fp/entries.js +0 -1
  1099. package/node_modules/lodash/fp/entriesIn.js +0 -1
  1100. package/node_modules/lodash/fp/eq.js +0 -5
  1101. package/node_modules/lodash/fp/equals.js +0 -1
  1102. package/node_modules/lodash/fp/escape.js +0 -5
  1103. package/node_modules/lodash/fp/escapeRegExp.js +0 -5
  1104. package/node_modules/lodash/fp/every.js +0 -5
  1105. package/node_modules/lodash/fp/extend.js +0 -1
  1106. package/node_modules/lodash/fp/extendAll.js +0 -1
  1107. package/node_modules/lodash/fp/extendAllWith.js +0 -1
  1108. package/node_modules/lodash/fp/extendWith.js +0 -1
  1109. package/node_modules/lodash/fp/fill.js +0 -5
  1110. package/node_modules/lodash/fp/filter.js +0 -5
  1111. package/node_modules/lodash/fp/find.js +0 -5
  1112. package/node_modules/lodash/fp/findFrom.js +0 -5
  1113. package/node_modules/lodash/fp/findIndex.js +0 -5
  1114. package/node_modules/lodash/fp/findIndexFrom.js +0 -5
  1115. package/node_modules/lodash/fp/findKey.js +0 -5
  1116. package/node_modules/lodash/fp/findLast.js +0 -5
  1117. package/node_modules/lodash/fp/findLastFrom.js +0 -5
  1118. package/node_modules/lodash/fp/findLastIndex.js +0 -5
  1119. package/node_modules/lodash/fp/findLastIndexFrom.js +0 -5
  1120. package/node_modules/lodash/fp/findLastKey.js +0 -5
  1121. package/node_modules/lodash/fp/first.js +0 -1
  1122. package/node_modules/lodash/fp/flatMap.js +0 -5
  1123. package/node_modules/lodash/fp/flatMapDeep.js +0 -5
  1124. package/node_modules/lodash/fp/flatMapDepth.js +0 -5
  1125. package/node_modules/lodash/fp/flatten.js +0 -5
  1126. package/node_modules/lodash/fp/flattenDeep.js +0 -5
  1127. package/node_modules/lodash/fp/flattenDepth.js +0 -5
  1128. package/node_modules/lodash/fp/flip.js +0 -5
  1129. package/node_modules/lodash/fp/floor.js +0 -5
  1130. package/node_modules/lodash/fp/flow.js +0 -5
  1131. package/node_modules/lodash/fp/flowRight.js +0 -5
  1132. package/node_modules/lodash/fp/forEach.js +0 -5
  1133. package/node_modules/lodash/fp/forEachRight.js +0 -5
  1134. package/node_modules/lodash/fp/forIn.js +0 -5
  1135. package/node_modules/lodash/fp/forInRight.js +0 -5
  1136. package/node_modules/lodash/fp/forOwn.js +0 -5
  1137. package/node_modules/lodash/fp/forOwnRight.js +0 -5
  1138. package/node_modules/lodash/fp/fromPairs.js +0 -5
  1139. package/node_modules/lodash/fp/function.js +0 -2
  1140. package/node_modules/lodash/fp/functions.js +0 -5
  1141. package/node_modules/lodash/fp/functionsIn.js +0 -5
  1142. package/node_modules/lodash/fp/get.js +0 -5
  1143. package/node_modules/lodash/fp/getOr.js +0 -5
  1144. package/node_modules/lodash/fp/groupBy.js +0 -5
  1145. package/node_modules/lodash/fp/gt.js +0 -5
  1146. package/node_modules/lodash/fp/gte.js +0 -5
  1147. package/node_modules/lodash/fp/has.js +0 -5
  1148. package/node_modules/lodash/fp/hasIn.js +0 -5
  1149. package/node_modules/lodash/fp/head.js +0 -5
  1150. package/node_modules/lodash/fp/identical.js +0 -1
  1151. package/node_modules/lodash/fp/identity.js +0 -5
  1152. package/node_modules/lodash/fp/inRange.js +0 -5
  1153. package/node_modules/lodash/fp/includes.js +0 -5
  1154. package/node_modules/lodash/fp/includesFrom.js +0 -5
  1155. package/node_modules/lodash/fp/indexBy.js +0 -1
  1156. package/node_modules/lodash/fp/indexOf.js +0 -5
  1157. package/node_modules/lodash/fp/indexOfFrom.js +0 -5
  1158. package/node_modules/lodash/fp/init.js +0 -1
  1159. package/node_modules/lodash/fp/initial.js +0 -5
  1160. package/node_modules/lodash/fp/intersection.js +0 -5
  1161. package/node_modules/lodash/fp/intersectionBy.js +0 -5
  1162. package/node_modules/lodash/fp/intersectionWith.js +0 -5
  1163. package/node_modules/lodash/fp/invert.js +0 -5
  1164. package/node_modules/lodash/fp/invertBy.js +0 -5
  1165. package/node_modules/lodash/fp/invertObj.js +0 -1
  1166. package/node_modules/lodash/fp/invoke.js +0 -5
  1167. package/node_modules/lodash/fp/invokeArgs.js +0 -5
  1168. package/node_modules/lodash/fp/invokeArgsMap.js +0 -5
  1169. package/node_modules/lodash/fp/invokeMap.js +0 -5
  1170. package/node_modules/lodash/fp/isArguments.js +0 -5
  1171. package/node_modules/lodash/fp/isArray.js +0 -5
  1172. package/node_modules/lodash/fp/isArrayBuffer.js +0 -5
  1173. package/node_modules/lodash/fp/isArrayLike.js +0 -5
  1174. package/node_modules/lodash/fp/isArrayLikeObject.js +0 -5
  1175. package/node_modules/lodash/fp/isBoolean.js +0 -5
  1176. package/node_modules/lodash/fp/isBuffer.js +0 -5
  1177. package/node_modules/lodash/fp/isDate.js +0 -5
  1178. package/node_modules/lodash/fp/isElement.js +0 -5
  1179. package/node_modules/lodash/fp/isEmpty.js +0 -5
  1180. package/node_modules/lodash/fp/isEqual.js +0 -5
  1181. package/node_modules/lodash/fp/isEqualWith.js +0 -5
  1182. package/node_modules/lodash/fp/isError.js +0 -5
  1183. package/node_modules/lodash/fp/isFinite.js +0 -5
  1184. package/node_modules/lodash/fp/isFunction.js +0 -5
  1185. package/node_modules/lodash/fp/isInteger.js +0 -5
  1186. package/node_modules/lodash/fp/isLength.js +0 -5
  1187. package/node_modules/lodash/fp/isMap.js +0 -5
  1188. package/node_modules/lodash/fp/isMatch.js +0 -5
  1189. package/node_modules/lodash/fp/isMatchWith.js +0 -5
  1190. package/node_modules/lodash/fp/isNaN.js +0 -5
  1191. package/node_modules/lodash/fp/isNative.js +0 -5
  1192. package/node_modules/lodash/fp/isNil.js +0 -5
  1193. package/node_modules/lodash/fp/isNull.js +0 -5
  1194. package/node_modules/lodash/fp/isNumber.js +0 -5
  1195. package/node_modules/lodash/fp/isObject.js +0 -5
  1196. package/node_modules/lodash/fp/isObjectLike.js +0 -5
  1197. package/node_modules/lodash/fp/isPlainObject.js +0 -5
  1198. package/node_modules/lodash/fp/isRegExp.js +0 -5
  1199. package/node_modules/lodash/fp/isSafeInteger.js +0 -5
  1200. package/node_modules/lodash/fp/isSet.js +0 -5
  1201. package/node_modules/lodash/fp/isString.js +0 -5
  1202. package/node_modules/lodash/fp/isSymbol.js +0 -5
  1203. package/node_modules/lodash/fp/isTypedArray.js +0 -5
  1204. package/node_modules/lodash/fp/isUndefined.js +0 -5
  1205. package/node_modules/lodash/fp/isWeakMap.js +0 -5
  1206. package/node_modules/lodash/fp/isWeakSet.js +0 -5
  1207. package/node_modules/lodash/fp/iteratee.js +0 -5
  1208. package/node_modules/lodash/fp/join.js +0 -5
  1209. package/node_modules/lodash/fp/juxt.js +0 -1
  1210. package/node_modules/lodash/fp/kebabCase.js +0 -5
  1211. package/node_modules/lodash/fp/keyBy.js +0 -5
  1212. package/node_modules/lodash/fp/keys.js +0 -5
  1213. package/node_modules/lodash/fp/keysIn.js +0 -5
  1214. package/node_modules/lodash/fp/lang.js +0 -2
  1215. package/node_modules/lodash/fp/last.js +0 -5
  1216. package/node_modules/lodash/fp/lastIndexOf.js +0 -5
  1217. package/node_modules/lodash/fp/lastIndexOfFrom.js +0 -5
  1218. package/node_modules/lodash/fp/lowerCase.js +0 -5
  1219. package/node_modules/lodash/fp/lowerFirst.js +0 -5
  1220. package/node_modules/lodash/fp/lt.js +0 -5
  1221. package/node_modules/lodash/fp/lte.js +0 -5
  1222. package/node_modules/lodash/fp/map.js +0 -5
  1223. package/node_modules/lodash/fp/mapKeys.js +0 -5
  1224. package/node_modules/lodash/fp/mapValues.js +0 -5
  1225. package/node_modules/lodash/fp/matches.js +0 -1
  1226. package/node_modules/lodash/fp/matchesProperty.js +0 -5
  1227. package/node_modules/lodash/fp/math.js +0 -2
  1228. package/node_modules/lodash/fp/max.js +0 -5
  1229. package/node_modules/lodash/fp/maxBy.js +0 -5
  1230. package/node_modules/lodash/fp/mean.js +0 -5
  1231. package/node_modules/lodash/fp/meanBy.js +0 -5
  1232. package/node_modules/lodash/fp/memoize.js +0 -5
  1233. package/node_modules/lodash/fp/merge.js +0 -5
  1234. package/node_modules/lodash/fp/mergeAll.js +0 -5
  1235. package/node_modules/lodash/fp/mergeAllWith.js +0 -5
  1236. package/node_modules/lodash/fp/mergeWith.js +0 -5
  1237. package/node_modules/lodash/fp/method.js +0 -5
  1238. package/node_modules/lodash/fp/methodOf.js +0 -5
  1239. package/node_modules/lodash/fp/min.js +0 -5
  1240. package/node_modules/lodash/fp/minBy.js +0 -5
  1241. package/node_modules/lodash/fp/mixin.js +0 -5
  1242. package/node_modules/lodash/fp/multiply.js +0 -5
  1243. package/node_modules/lodash/fp/nAry.js +0 -1
  1244. package/node_modules/lodash/fp/negate.js +0 -5
  1245. package/node_modules/lodash/fp/next.js +0 -5
  1246. package/node_modules/lodash/fp/noop.js +0 -5
  1247. package/node_modules/lodash/fp/now.js +0 -5
  1248. package/node_modules/lodash/fp/nth.js +0 -5
  1249. package/node_modules/lodash/fp/nthArg.js +0 -5
  1250. package/node_modules/lodash/fp/number.js +0 -2
  1251. package/node_modules/lodash/fp/object.js +0 -2
  1252. package/node_modules/lodash/fp/omit.js +0 -5
  1253. package/node_modules/lodash/fp/omitAll.js +0 -1
  1254. package/node_modules/lodash/fp/omitBy.js +0 -5
  1255. package/node_modules/lodash/fp/once.js +0 -5
  1256. package/node_modules/lodash/fp/orderBy.js +0 -5
  1257. package/node_modules/lodash/fp/over.js +0 -5
  1258. package/node_modules/lodash/fp/overArgs.js +0 -5
  1259. package/node_modules/lodash/fp/overEvery.js +0 -5
  1260. package/node_modules/lodash/fp/overSome.js +0 -5
  1261. package/node_modules/lodash/fp/pad.js +0 -5
  1262. package/node_modules/lodash/fp/padChars.js +0 -5
  1263. package/node_modules/lodash/fp/padCharsEnd.js +0 -5
  1264. package/node_modules/lodash/fp/padCharsStart.js +0 -5
  1265. package/node_modules/lodash/fp/padEnd.js +0 -5
  1266. package/node_modules/lodash/fp/padStart.js +0 -5
  1267. package/node_modules/lodash/fp/parseInt.js +0 -5
  1268. package/node_modules/lodash/fp/partial.js +0 -5
  1269. package/node_modules/lodash/fp/partialRight.js +0 -5
  1270. package/node_modules/lodash/fp/partition.js +0 -5
  1271. package/node_modules/lodash/fp/path.js +0 -1
  1272. package/node_modules/lodash/fp/pathEq.js +0 -1
  1273. package/node_modules/lodash/fp/pathOr.js +0 -1
  1274. package/node_modules/lodash/fp/paths.js +0 -1
  1275. package/node_modules/lodash/fp/pick.js +0 -5
  1276. package/node_modules/lodash/fp/pickAll.js +0 -1
  1277. package/node_modules/lodash/fp/pickBy.js +0 -5
  1278. package/node_modules/lodash/fp/pipe.js +0 -1
  1279. package/node_modules/lodash/fp/placeholder.js +0 -6
  1280. package/node_modules/lodash/fp/plant.js +0 -5
  1281. package/node_modules/lodash/fp/pluck.js +0 -1
  1282. package/node_modules/lodash/fp/prop.js +0 -1
  1283. package/node_modules/lodash/fp/propEq.js +0 -1
  1284. package/node_modules/lodash/fp/propOr.js +0 -1
  1285. package/node_modules/lodash/fp/property.js +0 -1
  1286. package/node_modules/lodash/fp/propertyOf.js +0 -5
  1287. package/node_modules/lodash/fp/props.js +0 -1
  1288. package/node_modules/lodash/fp/pull.js +0 -5
  1289. package/node_modules/lodash/fp/pullAll.js +0 -5
  1290. package/node_modules/lodash/fp/pullAllBy.js +0 -5
  1291. package/node_modules/lodash/fp/pullAllWith.js +0 -5
  1292. package/node_modules/lodash/fp/pullAt.js +0 -5
  1293. package/node_modules/lodash/fp/random.js +0 -5
  1294. package/node_modules/lodash/fp/range.js +0 -5
  1295. package/node_modules/lodash/fp/rangeRight.js +0 -5
  1296. package/node_modules/lodash/fp/rangeStep.js +0 -5
  1297. package/node_modules/lodash/fp/rangeStepRight.js +0 -5
  1298. package/node_modules/lodash/fp/rearg.js +0 -5
  1299. package/node_modules/lodash/fp/reduce.js +0 -5
  1300. package/node_modules/lodash/fp/reduceRight.js +0 -5
  1301. package/node_modules/lodash/fp/reject.js +0 -5
  1302. package/node_modules/lodash/fp/remove.js +0 -5
  1303. package/node_modules/lodash/fp/repeat.js +0 -5
  1304. package/node_modules/lodash/fp/replace.js +0 -5
  1305. package/node_modules/lodash/fp/rest.js +0 -5
  1306. package/node_modules/lodash/fp/restFrom.js +0 -5
  1307. package/node_modules/lodash/fp/result.js +0 -5
  1308. package/node_modules/lodash/fp/reverse.js +0 -5
  1309. package/node_modules/lodash/fp/round.js +0 -5
  1310. package/node_modules/lodash/fp/sample.js +0 -5
  1311. package/node_modules/lodash/fp/sampleSize.js +0 -5
  1312. package/node_modules/lodash/fp/seq.js +0 -2
  1313. package/node_modules/lodash/fp/set.js +0 -5
  1314. package/node_modules/lodash/fp/setWith.js +0 -5
  1315. package/node_modules/lodash/fp/shuffle.js +0 -5
  1316. package/node_modules/lodash/fp/size.js +0 -5
  1317. package/node_modules/lodash/fp/slice.js +0 -5
  1318. package/node_modules/lodash/fp/snakeCase.js +0 -5
  1319. package/node_modules/lodash/fp/some.js +0 -5
  1320. package/node_modules/lodash/fp/sortBy.js +0 -5
  1321. package/node_modules/lodash/fp/sortedIndex.js +0 -5
  1322. package/node_modules/lodash/fp/sortedIndexBy.js +0 -5
  1323. package/node_modules/lodash/fp/sortedIndexOf.js +0 -5
  1324. package/node_modules/lodash/fp/sortedLastIndex.js +0 -5
  1325. package/node_modules/lodash/fp/sortedLastIndexBy.js +0 -5
  1326. package/node_modules/lodash/fp/sortedLastIndexOf.js +0 -5
  1327. package/node_modules/lodash/fp/sortedUniq.js +0 -5
  1328. package/node_modules/lodash/fp/sortedUniqBy.js +0 -5
  1329. package/node_modules/lodash/fp/split.js +0 -5
  1330. package/node_modules/lodash/fp/spread.js +0 -5
  1331. package/node_modules/lodash/fp/spreadFrom.js +0 -5
  1332. package/node_modules/lodash/fp/startCase.js +0 -5
  1333. package/node_modules/lodash/fp/startsWith.js +0 -5
  1334. package/node_modules/lodash/fp/string.js +0 -2
  1335. package/node_modules/lodash/fp/stubArray.js +0 -5
  1336. package/node_modules/lodash/fp/stubFalse.js +0 -5
  1337. package/node_modules/lodash/fp/stubObject.js +0 -5
  1338. package/node_modules/lodash/fp/stubString.js +0 -5
  1339. package/node_modules/lodash/fp/stubTrue.js +0 -5
  1340. package/node_modules/lodash/fp/subtract.js +0 -5
  1341. package/node_modules/lodash/fp/sum.js +0 -5
  1342. package/node_modules/lodash/fp/sumBy.js +0 -5
  1343. package/node_modules/lodash/fp/symmetricDifference.js +0 -1
  1344. package/node_modules/lodash/fp/symmetricDifferenceBy.js +0 -1
  1345. package/node_modules/lodash/fp/symmetricDifferenceWith.js +0 -1
  1346. package/node_modules/lodash/fp/tail.js +0 -5
  1347. package/node_modules/lodash/fp/take.js +0 -5
  1348. package/node_modules/lodash/fp/takeLast.js +0 -1
  1349. package/node_modules/lodash/fp/takeLastWhile.js +0 -1
  1350. package/node_modules/lodash/fp/takeRight.js +0 -5
  1351. package/node_modules/lodash/fp/takeRightWhile.js +0 -5
  1352. package/node_modules/lodash/fp/takeWhile.js +0 -5
  1353. package/node_modules/lodash/fp/tap.js +0 -5
  1354. package/node_modules/lodash/fp/template.js +0 -5
  1355. package/node_modules/lodash/fp/templateSettings.js +0 -5
  1356. package/node_modules/lodash/fp/throttle.js +0 -5
  1357. package/node_modules/lodash/fp/thru.js +0 -5
  1358. package/node_modules/lodash/fp/times.js +0 -5
  1359. package/node_modules/lodash/fp/toArray.js +0 -5
  1360. package/node_modules/lodash/fp/toFinite.js +0 -5
  1361. package/node_modules/lodash/fp/toInteger.js +0 -5
  1362. package/node_modules/lodash/fp/toIterator.js +0 -5
  1363. package/node_modules/lodash/fp/toJSON.js +0 -5
  1364. package/node_modules/lodash/fp/toLength.js +0 -5
  1365. package/node_modules/lodash/fp/toLower.js +0 -5
  1366. package/node_modules/lodash/fp/toNumber.js +0 -5
  1367. package/node_modules/lodash/fp/toPairs.js +0 -5
  1368. package/node_modules/lodash/fp/toPairsIn.js +0 -5
  1369. package/node_modules/lodash/fp/toPath.js +0 -5
  1370. package/node_modules/lodash/fp/toPlainObject.js +0 -5
  1371. package/node_modules/lodash/fp/toSafeInteger.js +0 -5
  1372. package/node_modules/lodash/fp/toString.js +0 -5
  1373. package/node_modules/lodash/fp/toUpper.js +0 -5
  1374. package/node_modules/lodash/fp/transform.js +0 -5
  1375. package/node_modules/lodash/fp/trim.js +0 -5
  1376. package/node_modules/lodash/fp/trimChars.js +0 -5
  1377. package/node_modules/lodash/fp/trimCharsEnd.js +0 -5
  1378. package/node_modules/lodash/fp/trimCharsStart.js +0 -5
  1379. package/node_modules/lodash/fp/trimEnd.js +0 -5
  1380. package/node_modules/lodash/fp/trimStart.js +0 -5
  1381. package/node_modules/lodash/fp/truncate.js +0 -5
  1382. package/node_modules/lodash/fp/unapply.js +0 -1
  1383. package/node_modules/lodash/fp/unary.js +0 -5
  1384. package/node_modules/lodash/fp/unescape.js +0 -5
  1385. package/node_modules/lodash/fp/union.js +0 -5
  1386. package/node_modules/lodash/fp/unionBy.js +0 -5
  1387. package/node_modules/lodash/fp/unionWith.js +0 -5
  1388. package/node_modules/lodash/fp/uniq.js +0 -5
  1389. package/node_modules/lodash/fp/uniqBy.js +0 -5
  1390. package/node_modules/lodash/fp/uniqWith.js +0 -5
  1391. package/node_modules/lodash/fp/uniqueId.js +0 -5
  1392. package/node_modules/lodash/fp/unnest.js +0 -1
  1393. package/node_modules/lodash/fp/unset.js +0 -5
  1394. package/node_modules/lodash/fp/unzip.js +0 -5
  1395. package/node_modules/lodash/fp/unzipWith.js +0 -5
  1396. package/node_modules/lodash/fp/update.js +0 -5
  1397. package/node_modules/lodash/fp/updateWith.js +0 -5
  1398. package/node_modules/lodash/fp/upperCase.js +0 -5
  1399. package/node_modules/lodash/fp/upperFirst.js +0 -5
  1400. package/node_modules/lodash/fp/useWith.js +0 -1
  1401. package/node_modules/lodash/fp/util.js +0 -2
  1402. package/node_modules/lodash/fp/value.js +0 -5
  1403. package/node_modules/lodash/fp/valueOf.js +0 -5
  1404. package/node_modules/lodash/fp/values.js +0 -5
  1405. package/node_modules/lodash/fp/valuesIn.js +0 -5
  1406. package/node_modules/lodash/fp/where.js +0 -1
  1407. package/node_modules/lodash/fp/whereEq.js +0 -1
  1408. package/node_modules/lodash/fp/without.js +0 -5
  1409. package/node_modules/lodash/fp/words.js +0 -5
  1410. package/node_modules/lodash/fp/wrap.js +0 -5
  1411. package/node_modules/lodash/fp/wrapperAt.js +0 -5
  1412. package/node_modules/lodash/fp/wrapperChain.js +0 -5
  1413. package/node_modules/lodash/fp/wrapperLodash.js +0 -5
  1414. package/node_modules/lodash/fp/wrapperReverse.js +0 -5
  1415. package/node_modules/lodash/fp/wrapperValue.js +0 -5
  1416. package/node_modules/lodash/fp/xor.js +0 -5
  1417. package/node_modules/lodash/fp/xorBy.js +0 -5
  1418. package/node_modules/lodash/fp/xorWith.js +0 -5
  1419. package/node_modules/lodash/fp/zip.js +0 -5
  1420. package/node_modules/lodash/fp/zipAll.js +0 -5
  1421. package/node_modules/lodash/fp/zipObj.js +0 -1
  1422. package/node_modules/lodash/fp/zipObject.js +0 -5
  1423. package/node_modules/lodash/fp/zipObjectDeep.js +0 -5
  1424. package/node_modules/lodash/fp/zipWith.js +0 -5
  1425. package/node_modules/lodash/fp.js +0 -2
  1426. package/node_modules/lodash/fromPairs.js +0 -28
  1427. package/node_modules/lodash/function.js +0 -25
  1428. package/node_modules/lodash/functions.js +0 -31
  1429. package/node_modules/lodash/functionsIn.js +0 -31
  1430. package/node_modules/lodash/get.js +0 -33
  1431. package/node_modules/lodash/groupBy.js +0 -41
  1432. package/node_modules/lodash/gt.js +0 -29
  1433. package/node_modules/lodash/gte.js +0 -30
  1434. package/node_modules/lodash/has.js +0 -35
  1435. package/node_modules/lodash/hasIn.js +0 -34
  1436. package/node_modules/lodash/head.js +0 -23
  1437. package/node_modules/lodash/identity.js +0 -21
  1438. package/node_modules/lodash/inRange.js +0 -55
  1439. package/node_modules/lodash/includes.js +0 -53
  1440. package/node_modules/lodash/index.js +0 -1
  1441. package/node_modules/lodash/indexOf.js +0 -42
  1442. package/node_modules/lodash/initial.js +0 -22
  1443. package/node_modules/lodash/intersection.js +0 -30
  1444. package/node_modules/lodash/intersectionBy.js +0 -45
  1445. package/node_modules/lodash/intersectionWith.js +0 -41
  1446. package/node_modules/lodash/invert.js +0 -42
  1447. package/node_modules/lodash/invertBy.js +0 -56
  1448. package/node_modules/lodash/invoke.js +0 -24
  1449. package/node_modules/lodash/invokeMap.js +0 -41
  1450. package/node_modules/lodash/isArguments.js +0 -36
  1451. package/node_modules/lodash/isArray.js +0 -26
  1452. package/node_modules/lodash/isArrayBuffer.js +0 -27
  1453. package/node_modules/lodash/isArrayLike.js +0 -33
  1454. package/node_modules/lodash/isArrayLikeObject.js +0 -33
  1455. package/node_modules/lodash/isBoolean.js +0 -29
  1456. package/node_modules/lodash/isBuffer.js +0 -38
  1457. package/node_modules/lodash/isDate.js +0 -27
  1458. package/node_modules/lodash/isElement.js +0 -25
  1459. package/node_modules/lodash/isEmpty.js +0 -77
  1460. package/node_modules/lodash/isEqual.js +0 -35
  1461. package/node_modules/lodash/isEqualWith.js +0 -41
  1462. package/node_modules/lodash/isError.js +0 -36
  1463. package/node_modules/lodash/isFinite.js +0 -36
  1464. package/node_modules/lodash/isFunction.js +0 -37
  1465. package/node_modules/lodash/isInteger.js +0 -33
  1466. package/node_modules/lodash/isLength.js +0 -35
  1467. package/node_modules/lodash/isMap.js +0 -27
  1468. package/node_modules/lodash/isMatch.js +0 -36
  1469. package/node_modules/lodash/isMatchWith.js +0 -41
  1470. package/node_modules/lodash/isNaN.js +0 -38
  1471. package/node_modules/lodash/isNative.js +0 -40
  1472. package/node_modules/lodash/isNil.js +0 -25
  1473. package/node_modules/lodash/isNull.js +0 -22
  1474. package/node_modules/lodash/isNumber.js +0 -38
  1475. package/node_modules/lodash/isObject.js +0 -31
  1476. package/node_modules/lodash/isObjectLike.js +0 -29
  1477. package/node_modules/lodash/isPlainObject.js +0 -62
  1478. package/node_modules/lodash/isRegExp.js +0 -27
  1479. package/node_modules/lodash/isSafeInteger.js +0 -37
  1480. package/node_modules/lodash/isSet.js +0 -27
  1481. package/node_modules/lodash/isString.js +0 -30
  1482. package/node_modules/lodash/isSymbol.js +0 -29
  1483. package/node_modules/lodash/isTypedArray.js +0 -27
  1484. package/node_modules/lodash/isUndefined.js +0 -22
  1485. package/node_modules/lodash/isWeakMap.js +0 -28
  1486. package/node_modules/lodash/isWeakSet.js +0 -28
  1487. package/node_modules/lodash/iteratee.js +0 -53
  1488. package/node_modules/lodash/join.js +0 -26
  1489. package/node_modules/lodash/kebabCase.js +0 -28
  1490. package/node_modules/lodash/keyBy.js +0 -36
  1491. package/node_modules/lodash/keys.js +0 -37
  1492. package/node_modules/lodash/keysIn.js +0 -32
  1493. package/node_modules/lodash/lang.js +0 -58
  1494. package/node_modules/lodash/last.js +0 -20
  1495. package/node_modules/lodash/lastIndexOf.js +0 -46
  1496. package/node_modules/lodash/lodash.js +0 -17107
  1497. package/node_modules/lodash/lodash.min.js +0 -137
  1498. package/node_modules/lodash/lowerCase.js +0 -27
  1499. package/node_modules/lodash/lowerFirst.js +0 -22
  1500. package/node_modules/lodash/lt.js +0 -29
  1501. package/node_modules/lodash/lte.js +0 -30
  1502. package/node_modules/lodash/map.js +0 -53
  1503. package/node_modules/lodash/mapKeys.js +0 -36
  1504. package/node_modules/lodash/mapValues.js +0 -43
  1505. package/node_modules/lodash/matches.js +0 -39
  1506. package/node_modules/lodash/matchesProperty.js +0 -37
  1507. package/node_modules/lodash/math.js +0 -17
  1508. package/node_modules/lodash/max.js +0 -29
  1509. package/node_modules/lodash/maxBy.js +0 -34
  1510. package/node_modules/lodash/mean.js +0 -22
  1511. package/node_modules/lodash/meanBy.js +0 -31
  1512. package/node_modules/lodash/memoize.js +0 -73
  1513. package/node_modules/lodash/merge.js +0 -39
  1514. package/node_modules/lodash/mergeWith.js +0 -39
  1515. package/node_modules/lodash/method.js +0 -34
  1516. package/node_modules/lodash/methodOf.js +0 -33
  1517. package/node_modules/lodash/min.js +0 -29
  1518. package/node_modules/lodash/minBy.js +0 -34
  1519. package/node_modules/lodash/mixin.js +0 -74
  1520. package/node_modules/lodash/multiply.js +0 -22
  1521. package/node_modules/lodash/negate.js +0 -40
  1522. package/node_modules/lodash/next.js +0 -35
  1523. package/node_modules/lodash/noop.js +0 -17
  1524. package/node_modules/lodash/now.js +0 -23
  1525. package/node_modules/lodash/nth.js +0 -29
  1526. package/node_modules/lodash/nthArg.js +0 -32
  1527. package/node_modules/lodash/number.js +0 -5
  1528. package/node_modules/lodash/object.js +0 -49
  1529. package/node_modules/lodash/omit.js +0 -57
  1530. package/node_modules/lodash/omitBy.js +0 -29
  1531. package/node_modules/lodash/once.js +0 -25
  1532. package/node_modules/lodash/orderBy.js +0 -47
  1533. package/node_modules/lodash/over.js +0 -24
  1534. package/node_modules/lodash/overArgs.js +0 -61
  1535. package/node_modules/lodash/overEvery.js +0 -30
  1536. package/node_modules/lodash/overSome.js +0 -30
  1537. package/node_modules/lodash/package.json +0 -80
  1538. package/node_modules/lodash/pad.js +0 -49
  1539. package/node_modules/lodash/padEnd.js +0 -39
  1540. package/node_modules/lodash/padStart.js +0 -39
  1541. package/node_modules/lodash/parseInt.js +0 -43
  1542. package/node_modules/lodash/partial.js +0 -50
  1543. package/node_modules/lodash/partialRight.js +0 -49
  1544. package/node_modules/lodash/partition.js +0 -43
  1545. package/node_modules/lodash/pick.js +0 -25
  1546. package/node_modules/lodash/pickBy.js +0 -37
  1547. package/node_modules/lodash/plant.js +0 -48
  1548. package/node_modules/lodash/property.js +0 -32
  1549. package/node_modules/lodash/propertyOf.js +0 -30
  1550. package/node_modules/lodash/pull.js +0 -29
  1551. package/node_modules/lodash/pullAll.js +0 -29
  1552. package/node_modules/lodash/pullAllBy.js +0 -33
  1553. package/node_modules/lodash/pullAllWith.js +0 -32
  1554. package/node_modules/lodash/pullAt.js +0 -43
  1555. package/node_modules/lodash/random.js +0 -82
  1556. package/node_modules/lodash/range.js +0 -46
  1557. package/node_modules/lodash/rangeRight.js +0 -41
  1558. package/node_modules/lodash/rearg.js +0 -33
  1559. package/node_modules/lodash/reduce.js +0 -51
  1560. package/node_modules/lodash/reduceRight.js +0 -36
  1561. package/node_modules/lodash/reject.js +0 -46
  1562. package/node_modules/lodash/remove.js +0 -53
  1563. package/node_modules/lodash/repeat.js +0 -37
  1564. package/node_modules/lodash/replace.js +0 -29
  1565. package/node_modules/lodash/rest.js +0 -40
  1566. package/node_modules/lodash/result.js +0 -56
  1567. package/node_modules/lodash/reverse.js +0 -34
  1568. package/node_modules/lodash/round.js +0 -26
  1569. package/node_modules/lodash/sample.js +0 -24
  1570. package/node_modules/lodash/sampleSize.js +0 -37
  1571. package/node_modules/lodash/seq.js +0 -16
  1572. package/node_modules/lodash/set.js +0 -35
  1573. package/node_modules/lodash/setWith.js +0 -32
  1574. package/node_modules/lodash/shuffle.js +0 -25
  1575. package/node_modules/lodash/size.js +0 -46
  1576. package/node_modules/lodash/slice.js +0 -37
  1577. package/node_modules/lodash/snakeCase.js +0 -28
  1578. package/node_modules/lodash/some.js +0 -51
  1579. package/node_modules/lodash/sortBy.js +0 -48
  1580. package/node_modules/lodash/sortedIndex.js +0 -24
  1581. package/node_modules/lodash/sortedIndexBy.js +0 -33
  1582. package/node_modules/lodash/sortedIndexOf.js +0 -31
  1583. package/node_modules/lodash/sortedLastIndex.js +0 -25
  1584. package/node_modules/lodash/sortedLastIndexBy.js +0 -33
  1585. package/node_modules/lodash/sortedLastIndexOf.js +0 -31
  1586. package/node_modules/lodash/sortedUniq.js +0 -24
  1587. package/node_modules/lodash/sortedUniqBy.js +0 -26
  1588. package/node_modules/lodash/split.js +0 -52
  1589. package/node_modules/lodash/spread.js +0 -63
  1590. package/node_modules/lodash/startCase.js +0 -29
  1591. package/node_modules/lodash/startsWith.js +0 -39
  1592. package/node_modules/lodash/string.js +0 -33
  1593. package/node_modules/lodash/stubArray.js +0 -23
  1594. package/node_modules/lodash/stubFalse.js +0 -18
  1595. package/node_modules/lodash/stubObject.js +0 -23
  1596. package/node_modules/lodash/stubString.js +0 -18
  1597. package/node_modules/lodash/stubTrue.js +0 -18
  1598. package/node_modules/lodash/subtract.js +0 -22
  1599. package/node_modules/lodash/sum.js +0 -24
  1600. package/node_modules/lodash/sumBy.js +0 -33
  1601. package/node_modules/lodash/tail.js +0 -22
  1602. package/node_modules/lodash/take.js +0 -37
  1603. package/node_modules/lodash/takeRight.js +0 -39
  1604. package/node_modules/lodash/takeRightWhile.js +0 -45
  1605. package/node_modules/lodash/takeWhile.js +0 -45
  1606. package/node_modules/lodash/tap.js +0 -29
  1607. package/node_modules/lodash/template.js +0 -238
  1608. package/node_modules/lodash/templateSettings.js +0 -67
  1609. package/node_modules/lodash/throttle.js +0 -69
  1610. package/node_modules/lodash/thru.js +0 -28
  1611. package/node_modules/lodash/times.js +0 -51
  1612. package/node_modules/lodash/toArray.js +0 -58
  1613. package/node_modules/lodash/toFinite.js +0 -42
  1614. package/node_modules/lodash/toInteger.js +0 -36
  1615. package/node_modules/lodash/toIterator.js +0 -23
  1616. package/node_modules/lodash/toJSON.js +0 -1
  1617. package/node_modules/lodash/toLength.js +0 -38
  1618. package/node_modules/lodash/toLower.js +0 -28
  1619. package/node_modules/lodash/toNumber.js +0 -66
  1620. package/node_modules/lodash/toPairs.js +0 -30
  1621. package/node_modules/lodash/toPairsIn.js +0 -30
  1622. package/node_modules/lodash/toPath.js +0 -33
  1623. package/node_modules/lodash/toPlainObject.js +0 -32
  1624. package/node_modules/lodash/toSafeInteger.js +0 -37
  1625. package/node_modules/lodash/toString.js +0 -28
  1626. package/node_modules/lodash/toUpper.js +0 -28
  1627. package/node_modules/lodash/transform.js +0 -65
  1628. package/node_modules/lodash/trim.js +0 -49
  1629. package/node_modules/lodash/trimEnd.js +0 -43
  1630. package/node_modules/lodash/trimStart.js +0 -43
  1631. package/node_modules/lodash/truncate.js +0 -111
  1632. package/node_modules/lodash/unary.js +0 -22
  1633. package/node_modules/lodash/unescape.js +0 -34
  1634. package/node_modules/lodash/union.js +0 -26
  1635. package/node_modules/lodash/unionBy.js +0 -39
  1636. package/node_modules/lodash/unionWith.js +0 -34
  1637. package/node_modules/lodash/uniq.js +0 -25
  1638. package/node_modules/lodash/uniqBy.js +0 -31
  1639. package/node_modules/lodash/uniqWith.js +0 -28
  1640. package/node_modules/lodash/uniqueId.js +0 -28
  1641. package/node_modules/lodash/unset.js +0 -34
  1642. package/node_modules/lodash/unzip.js +0 -45
  1643. package/node_modules/lodash/unzipWith.js +0 -39
  1644. package/node_modules/lodash/update.js +0 -35
  1645. package/node_modules/lodash/updateWith.js +0 -33
  1646. package/node_modules/lodash/upperCase.js +0 -27
  1647. package/node_modules/lodash/upperFirst.js +0 -22
  1648. package/node_modules/lodash/util.js +0 -34
  1649. package/node_modules/lodash/value.js +0 -1
  1650. package/node_modules/lodash/valueOf.js +0 -1
  1651. package/node_modules/lodash/values.js +0 -34
  1652. package/node_modules/lodash/valuesIn.js +0 -32
  1653. package/node_modules/lodash/without.js +0 -31
  1654. package/node_modules/lodash/words.js +0 -35
  1655. package/node_modules/lodash/wrap.js +0 -30
  1656. package/node_modules/lodash/wrapperAt.js +0 -48
  1657. package/node_modules/lodash/wrapperChain.js +0 -34
  1658. package/node_modules/lodash/wrapperLodash.js +0 -147
  1659. package/node_modules/lodash/wrapperReverse.js +0 -44
  1660. package/node_modules/lodash/wrapperValue.js +0 -21
  1661. package/node_modules/lodash/xor.js +0 -28
  1662. package/node_modules/lodash/xorBy.js +0 -39
  1663. package/node_modules/lodash/xorWith.js +0 -34
  1664. package/node_modules/lodash/zip.js +0 -22
  1665. package/node_modules/lodash/zipObject.js +0 -24
  1666. package/node_modules/lodash/zipObjectDeep.js +0 -23
  1667. package/node_modules/lodash/zipWith.js +0 -32
  1668. package/node_modules/lodash.flattendeep/LICENSE +0 -47
  1669. package/node_modules/lodash.flattendeep/README.md +0 -18
  1670. package/node_modules/lodash.flattendeep/index.js +0 -350
  1671. package/node_modules/lodash.flattendeep/package.json +0 -72
  1672. package/node_modules/lru-cache/LICENSE +0 -15
  1673. package/node_modules/lru-cache/README.md +0 -158
  1674. package/node_modules/lru-cache/index.js +0 -468
  1675. package/node_modules/lru-cache/package.json +0 -75
  1676. package/node_modules/make-dir/index.js +0 -85
  1677. package/node_modules/make-dir/license +0 -9
  1678. package/node_modules/make-dir/package.json +0 -93
  1679. package/node_modules/make-dir/readme.md +0 -116
  1680. package/node_modules/map-age-cleaner/dist/index.d.ts +0 -20
  1681. package/node_modules/map-age-cleaner/dist/index.js +0 -92
  1682. package/node_modules/map-age-cleaner/license +0 -9
  1683. package/node_modules/map-age-cleaner/package.json +0 -94
  1684. package/node_modules/map-age-cleaner/readme.md +0 -67
  1685. package/node_modules/mem/index.js +0 -82
  1686. package/node_modules/mem/license +0 -9
  1687. package/node_modules/mem/package.json +0 -79
  1688. package/node_modules/mem/readme.md +0 -167
  1689. package/node_modules/merge-source-map/LICENSE +0 -21
  1690. package/node_modules/merge-source-map/README.md +0 -91
  1691. package/node_modules/merge-source-map/index.js +0 -65
  1692. package/node_modules/merge-source-map/node_modules/source-map/CHANGELOG.md +0 -301
  1693. package/node_modules/merge-source-map/node_modules/source-map/LICENSE +0 -28
  1694. package/node_modules/merge-source-map/node_modules/source-map/README.md +0 -742
  1695. package/node_modules/merge-source-map/node_modules/source-map/dist/source-map.debug.js +0 -3234
  1696. package/node_modules/merge-source-map/node_modules/source-map/dist/source-map.js +0 -3233
  1697. package/node_modules/merge-source-map/node_modules/source-map/dist/source-map.min.js +0 -2
  1698. package/node_modules/merge-source-map/node_modules/source-map/dist/source-map.min.js.map +0 -1
  1699. package/node_modules/merge-source-map/node_modules/source-map/lib/array-set.js +0 -121
  1700. package/node_modules/merge-source-map/node_modules/source-map/lib/base64-vlq.js +0 -140
  1701. package/node_modules/merge-source-map/node_modules/source-map/lib/base64.js +0 -67
  1702. package/node_modules/merge-source-map/node_modules/source-map/lib/binary-search.js +0 -111
  1703. package/node_modules/merge-source-map/node_modules/source-map/lib/mapping-list.js +0 -79
  1704. package/node_modules/merge-source-map/node_modules/source-map/lib/quick-sort.js +0 -114
  1705. package/node_modules/merge-source-map/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  1706. package/node_modules/merge-source-map/node_modules/source-map/lib/source-map-generator.js +0 -425
  1707. package/node_modules/merge-source-map/node_modules/source-map/lib/source-node.js +0 -413
  1708. package/node_modules/merge-source-map/node_modules/source-map/lib/util.js +0 -488
  1709. package/node_modules/merge-source-map/node_modules/source-map/package.json +0 -215
  1710. package/node_modules/merge-source-map/node_modules/source-map/source-map.d.ts +0 -98
  1711. package/node_modules/merge-source-map/node_modules/source-map/source-map.js +0 -8
  1712. package/node_modules/merge-source-map/package.json +0 -74
  1713. package/node_modules/mimic-fn/index.js +0 -9
  1714. package/node_modules/mimic-fn/license +0 -9
  1715. package/node_modules/mimic-fn/package.json +0 -77
  1716. package/node_modules/mimic-fn/readme.md +0 -68
  1717. package/node_modules/minimatch/LICENSE +0 -15
  1718. package/node_modules/minimatch/README.md +0 -209
  1719. package/node_modules/minimatch/minimatch.js +0 -923
  1720. package/node_modules/minimatch/package.json +0 -73
  1721. package/node_modules/minimist/.travis.yml +0 -4
  1722. package/node_modules/minimist/LICENSE +0 -18
  1723. package/node_modules/minimist/example/parse.js +0 -2
  1724. package/node_modules/minimist/index.js +0 -187
  1725. package/node_modules/minimist/package.json +0 -74
  1726. package/node_modules/minimist/readme.markdown +0 -73
  1727. package/node_modules/minimist/test/bool.js +0 -119
  1728. package/node_modules/minimist/test/dash.js +0 -24
  1729. package/node_modules/minimist/test/default_bool.js +0 -20
  1730. package/node_modules/minimist/test/dotted.js +0 -22
  1731. package/node_modules/minimist/test/long.js +0 -31
  1732. package/node_modules/minimist/test/num.js +0 -36
  1733. package/node_modules/minimist/test/parse.js +0 -197
  1734. package/node_modules/minimist/test/parse_modified.js +0 -9
  1735. package/node_modules/minimist/test/short.js +0 -67
  1736. package/node_modules/minimist/test/whitespace.js +0 -8
  1737. package/node_modules/mkdirp/.travis.yml +0 -8
  1738. package/node_modules/mkdirp/LICENSE +0 -21
  1739. package/node_modules/mkdirp/bin/cmd.js +0 -33
  1740. package/node_modules/mkdirp/bin/usage.txt +0 -12
  1741. package/node_modules/mkdirp/examples/pow.js +0 -6
  1742. package/node_modules/mkdirp/index.js +0 -98
  1743. package/node_modules/mkdirp/node_modules/minimist/.travis.yml +0 -4
  1744. package/node_modules/mkdirp/node_modules/minimist/LICENSE +0 -18
  1745. package/node_modules/mkdirp/node_modules/minimist/example/parse.js +0 -2
  1746. package/node_modules/mkdirp/node_modules/minimist/index.js +0 -187
  1747. package/node_modules/mkdirp/node_modules/minimist/package.json +0 -74
  1748. package/node_modules/mkdirp/node_modules/minimist/readme.markdown +0 -73
  1749. package/node_modules/mkdirp/node_modules/minimist/test/dash.js +0 -24
  1750. package/node_modules/mkdirp/node_modules/minimist/test/default_bool.js +0 -20
  1751. package/node_modules/mkdirp/node_modules/minimist/test/dotted.js +0 -16
  1752. package/node_modules/mkdirp/node_modules/minimist/test/long.js +0 -31
  1753. package/node_modules/mkdirp/node_modules/minimist/test/parse.js +0 -318
  1754. package/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js +0 -9
  1755. package/node_modules/mkdirp/node_modules/minimist/test/short.js +0 -67
  1756. package/node_modules/mkdirp/node_modules/minimist/test/whitespace.js +0 -8
  1757. package/node_modules/mkdirp/package.json +0 -69
  1758. package/node_modules/mkdirp/readme.markdown +0 -100
  1759. package/node_modules/mkdirp/test/chmod.js +0 -41
  1760. package/node_modules/mkdirp/test/clobber.js +0 -38
  1761. package/node_modules/mkdirp/test/mkdirp.js +0 -28
  1762. package/node_modules/mkdirp/test/opts_fs.js +0 -29
  1763. package/node_modules/mkdirp/test/opts_fs_sync.js +0 -27
  1764. package/node_modules/mkdirp/test/perm.js +0 -32
  1765. package/node_modules/mkdirp/test/perm_sync.js +0 -36
  1766. package/node_modules/mkdirp/test/race.js +0 -37
  1767. package/node_modules/mkdirp/test/rel.js +0 -32
  1768. package/node_modules/mkdirp/test/return.js +0 -25
  1769. package/node_modules/mkdirp/test/return_sync.js +0 -24
  1770. package/node_modules/mkdirp/test/root.js +0 -19
  1771. package/node_modules/mkdirp/test/sync.js +0 -32
  1772. package/node_modules/mkdirp/test/umask.js +0 -28
  1773. package/node_modules/mkdirp/test/umask_sync.js +0 -32
  1774. package/node_modules/ms/index.js +0 -162
  1775. package/node_modules/ms/license.md +0 -21
  1776. package/node_modules/ms/package.json +0 -73
  1777. package/node_modules/ms/readme.md +0 -60
  1778. package/node_modules/nice-try/CHANGELOG.md +0 -21
  1779. package/node_modules/nice-try/LICENSE +0 -21
  1780. package/node_modules/nice-try/README.md +0 -32
  1781. package/node_modules/nice-try/package.json +0 -65
  1782. package/node_modules/nice-try/src/index.js +0 -12
  1783. package/node_modules/normalize-package-data/AUTHORS +0 -4
  1784. package/node_modules/normalize-package-data/LICENSE +0 -30
  1785. package/node_modules/normalize-package-data/README.md +0 -106
  1786. package/node_modules/normalize-package-data/lib/extract_description.js +0 -14
  1787. package/node_modules/normalize-package-data/lib/fixer.js +0 -417
  1788. package/node_modules/normalize-package-data/lib/make_warning.js +0 -23
  1789. package/node_modules/normalize-package-data/lib/normalize.js +0 -39
  1790. package/node_modules/normalize-package-data/lib/safe_format.js +0 -9
  1791. package/node_modules/normalize-package-data/lib/typos.json +0 -25
  1792. package/node_modules/normalize-package-data/lib/warning_messages.json +0 -30
  1793. package/node_modules/normalize-package-data/package.json +0 -90
  1794. package/node_modules/npm-run-path/index.js +0 -39
  1795. package/node_modules/npm-run-path/license +0 -21
  1796. package/node_modules/npm-run-path/package.json +0 -81
  1797. package/node_modules/npm-run-path/readme.md +0 -81
  1798. package/node_modules/number-is-nan/index.js +0 -4
  1799. package/node_modules/number-is-nan/license +0 -21
  1800. package/node_modules/number-is-nan/package.json +0 -73
  1801. package/node_modules/number-is-nan/readme.md +0 -28
  1802. package/node_modules/once/LICENSE +0 -15
  1803. package/node_modules/once/README.md +0 -79
  1804. package/node_modules/once/once.js +0 -42
  1805. package/node_modules/once/package.json +0 -73
  1806. package/node_modules/optimist/.travis.yml +0 -4
  1807. package/node_modules/optimist/LICENSE +0 -21
  1808. package/node_modules/optimist/example/bool.js +0 -10
  1809. package/node_modules/optimist/example/boolean_double.js +0 -7
  1810. package/node_modules/optimist/example/boolean_single.js +0 -7
  1811. package/node_modules/optimist/example/default_hash.js +0 -8
  1812. package/node_modules/optimist/example/default_singles.js +0 -7
  1813. package/node_modules/optimist/example/divide.js +0 -8
  1814. package/node_modules/optimist/example/line_count.js +0 -20
  1815. package/node_modules/optimist/example/line_count_options.js +0 -29
  1816. package/node_modules/optimist/example/line_count_wrap.js +0 -29
  1817. package/node_modules/optimist/example/nonopt.js +0 -4
  1818. package/node_modules/optimist/example/reflect.js +0 -2
  1819. package/node_modules/optimist/example/short.js +0 -3
  1820. package/node_modules/optimist/example/string.js +0 -11
  1821. package/node_modules/optimist/example/usage-options.js +0 -19
  1822. package/node_modules/optimist/example/xup.js +0 -10
  1823. package/node_modules/optimist/index.js +0 -343
  1824. package/node_modules/optimist/package.json +0 -71
  1825. package/node_modules/optimist/readme.markdown +0 -513
  1826. package/node_modules/optimist/test/_/argv.js +0 -2
  1827. package/node_modules/optimist/test/_/bin.js +0 -3
  1828. package/node_modules/optimist/test/_.js +0 -71
  1829. package/node_modules/optimist/test/dash.js +0 -31
  1830. package/node_modules/optimist/test/parse.js +0 -446
  1831. package/node_modules/optimist/test/parse_modified.js +0 -14
  1832. package/node_modules/optimist/test/short.js +0 -16
  1833. package/node_modules/optimist/test/usage.js +0 -292
  1834. package/node_modules/optimist/test/whitespace.js +0 -8
  1835. package/node_modules/os-homedir/index.js +0 -24
  1836. package/node_modules/os-homedir/license +0 -21
  1837. package/node_modules/os-homedir/package.json +0 -77
  1838. package/node_modules/os-homedir/readme.md +0 -31
  1839. package/node_modules/os-locale/index.js +0 -114
  1840. package/node_modules/os-locale/license +0 -9
  1841. package/node_modules/os-locale/package.json +0 -80
  1842. package/node_modules/os-locale/readme.md +0 -71
  1843. package/node_modules/p-defer/index.js +0 -11
  1844. package/node_modules/p-defer/license +0 -21
  1845. package/node_modules/p-defer/package.json +0 -76
  1846. package/node_modules/p-defer/readme.md +0 -47
  1847. package/node_modules/p-finally/index.js +0 -15
  1848. package/node_modules/p-finally/license +0 -21
  1849. package/node_modules/p-finally/package.json +0 -78
  1850. package/node_modules/p-finally/readme.md +0 -47
  1851. package/node_modules/p-is-promise/index.js +0 -10
  1852. package/node_modules/p-is-promise/license +0 -21
  1853. package/node_modules/p-is-promise/package.json +0 -78
  1854. package/node_modules/p-is-promise/readme.md +0 -43
  1855. package/node_modules/p-limit/index.js +0 -49
  1856. package/node_modules/p-limit/license +0 -9
  1857. package/node_modules/p-limit/package.json +0 -84
  1858. package/node_modules/p-limit/readme.md +0 -90
  1859. package/node_modules/p-locate/index.js +0 -34
  1860. package/node_modules/p-locate/license +0 -9
  1861. package/node_modules/p-locate/package.json +0 -86
  1862. package/node_modules/p-locate/readme.md +0 -88
  1863. package/node_modules/p-try/index.js +0 -5
  1864. package/node_modules/p-try/license +0 -9
  1865. package/node_modules/p-try/package.json +0 -75
  1866. package/node_modules/p-try/readme.md +0 -47
  1867. package/node_modules/package-hash/LICENSE +0 -14
  1868. package/node_modules/package-hash/README.md +0 -79
  1869. package/node_modules/package-hash/index.js +0 -174
  1870. package/node_modules/package-hash/package.json +0 -91
  1871. package/node_modules/parse-json/index.js +0 -33
  1872. package/node_modules/parse-json/license +0 -9
  1873. package/node_modules/parse-json/package.json +0 -78
  1874. package/node_modules/parse-json/readme.md +0 -83
  1875. package/node_modules/path-exists/index.js +0 -17
  1876. package/node_modules/path-exists/license +0 -21
  1877. package/node_modules/path-exists/package.json +0 -81
  1878. package/node_modules/path-exists/readme.md +0 -50
  1879. package/node_modules/path-is-absolute/index.js +0 -20
  1880. package/node_modules/path-is-absolute/license +0 -21
  1881. package/node_modules/path-is-absolute/package.json +0 -79
  1882. package/node_modules/path-is-absolute/readme.md +0 -59
  1883. package/node_modules/path-key/index.js +0 -13
  1884. package/node_modules/path-key/license +0 -21
  1885. package/node_modules/path-key/package.json +0 -76
  1886. package/node_modules/path-key/readme.md +0 -51
  1887. package/node_modules/path-type/index.js +0 -42
  1888. package/node_modules/path-type/license +0 -9
  1889. package/node_modules/path-type/package.json +0 -80
  1890. package/node_modules/path-type/readme.md +0 -42
  1891. package/node_modules/pify/index.js +0 -84
  1892. package/node_modules/pify/license +0 -9
  1893. package/node_modules/pify/package.json +0 -88
  1894. package/node_modules/pify/readme.md +0 -131
  1895. package/node_modules/pkg-dir/index.js +0 -10
  1896. package/node_modules/pkg-dir/license +0 -9
  1897. package/node_modules/pkg-dir/package.json +0 -88
  1898. package/node_modules/pkg-dir/readme.md +0 -66
  1899. package/node_modules/pseudomap/LICENSE +0 -15
  1900. package/node_modules/pseudomap/README.md +0 -60
  1901. package/node_modules/pseudomap/map.js +0 -9
  1902. package/node_modules/pseudomap/package.json +0 -57
  1903. package/node_modules/pseudomap/pseudomap.js +0 -113
  1904. package/node_modules/pseudomap/test/basic.js +0 -86
  1905. package/node_modules/pump/.travis.yml +0 -5
  1906. package/node_modules/pump/LICENSE +0 -21
  1907. package/node_modules/pump/README.md +0 -65
  1908. package/node_modules/pump/index.js +0 -82
  1909. package/node_modules/pump/package.json +0 -62
  1910. package/node_modules/pump/test-browser.js +0 -66
  1911. package/node_modules/pump/test-node.js +0 -53
  1912. package/node_modules/read-pkg/index.js +0 -47
  1913. package/node_modules/read-pkg/license +0 -9
  1914. package/node_modules/read-pkg/package.json +0 -78
  1915. package/node_modules/read-pkg/readme.md +0 -79
  1916. package/node_modules/read-pkg-up/index.js +0 -26
  1917. package/node_modules/read-pkg-up/license +0 -9
  1918. package/node_modules/read-pkg-up/package.json +0 -92
  1919. package/node_modules/read-pkg-up/readme.md +0 -82
  1920. package/node_modules/release-zalgo/LICENSE +0 -14
  1921. package/node_modules/release-zalgo/README.md +0 -194
  1922. package/node_modules/release-zalgo/index.js +0 -9
  1923. package/node_modules/release-zalgo/lib/Async.js +0 -21
  1924. package/node_modules/release-zalgo/lib/Sync.js +0 -24
  1925. package/node_modules/release-zalgo/lib/Thenable.js +0 -39
  1926. package/node_modules/release-zalgo/lib/constants.js +0 -6
  1927. package/node_modules/release-zalgo/lib/unwrapSync.js +0 -54
  1928. package/node_modules/release-zalgo/package.json +0 -80
  1929. package/node_modules/require-directory/.jshintrc +0 -67
  1930. package/node_modules/require-directory/.npmignore +0 -1
  1931. package/node_modules/require-directory/.travis.yml +0 -3
  1932. package/node_modules/require-directory/LICENSE +0 -22
  1933. package/node_modules/require-directory/README.markdown +0 -184
  1934. package/node_modules/require-directory/index.js +0 -86
  1935. package/node_modules/require-directory/package.json +0 -73
  1936. package/node_modules/require-main-filename/.npmignore +0 -3
  1937. package/node_modules/require-main-filename/.travis.yml +0 -8
  1938. package/node_modules/require-main-filename/LICENSE.txt +0 -14
  1939. package/node_modules/require-main-filename/README.md +0 -26
  1940. package/node_modules/require-main-filename/index.js +0 -18
  1941. package/node_modules/require-main-filename/package.json +0 -63
  1942. package/node_modules/require-main-filename/test.js +0 -36
  1943. package/node_modules/resolve-from/index.js +0 -47
  1944. package/node_modules/resolve-from/license +0 -9
  1945. package/node_modules/resolve-from/package.json +0 -69
  1946. package/node_modules/resolve-from/readme.md +0 -72
  1947. package/node_modules/rimraf/LICENSE +0 -15
  1948. package/node_modules/rimraf/README.md +0 -101
  1949. package/node_modules/rimraf/bin.js +0 -50
  1950. package/node_modules/rimraf/package.json +0 -74
  1951. package/node_modules/rimraf/rimraf.js +0 -364
  1952. package/node_modules/safe-buffer/LICENSE +0 -21
  1953. package/node_modules/safe-buffer/README.md +0 -584
  1954. package/node_modules/safe-buffer/index.d.ts +0 -187
  1955. package/node_modules/safe-buffer/index.js +0 -62
  1956. package/node_modules/safe-buffer/package.json +0 -70
  1957. package/node_modules/semver/LICENSE +0 -15
  1958. package/node_modules/semver/README.md +0 -399
  1959. package/node_modules/semver/bin/semver +0 -153
  1960. package/node_modules/semver/package.json +0 -65
  1961. package/node_modules/semver/range.bnf +0 -16
  1962. package/node_modules/semver/semver.js +0 -1352
  1963. package/node_modules/set-blocking/CHANGELOG.md +0 -26
  1964. package/node_modules/set-blocking/LICENSE.txt +0 -14
  1965. package/node_modules/set-blocking/README.md +0 -31
  1966. package/node_modules/set-blocking/index.js +0 -7
  1967. package/node_modules/set-blocking/package.json +0 -74
  1968. package/node_modules/shebang-command/index.js +0 -19
  1969. package/node_modules/shebang-command/license +0 -21
  1970. package/node_modules/shebang-command/package.json +0 -76
  1971. package/node_modules/shebang-command/readme.md +0 -39
  1972. package/node_modules/shebang-regex/index.js +0 -2
  1973. package/node_modules/shebang-regex/license +0 -21
  1974. package/node_modules/shebang-regex/package.json +0 -67
  1975. package/node_modules/shebang-regex/readme.md +0 -29
  1976. package/node_modules/signal-exit/CHANGELOG.md +0 -27
  1977. package/node_modules/signal-exit/LICENSE.txt +0 -16
  1978. package/node_modules/signal-exit/README.md +0 -40
  1979. package/node_modules/signal-exit/index.js +0 -157
  1980. package/node_modules/signal-exit/package.json +0 -77
  1981. package/node_modules/signal-exit/signals.js +0 -53
  1982. package/node_modules/spawn-wrap/LICENSE +0 -15
  1983. package/node_modules/spawn-wrap/README.md +0 -111
  1984. package/node_modules/spawn-wrap/index.js +0 -447
  1985. package/node_modules/spawn-wrap/lib/is-windows.js +0 -5
  1986. package/node_modules/spawn-wrap/package.json +0 -71
  1987. package/node_modules/spawn-wrap/shim.js +0 -180
  1988. package/node_modules/spdx-correct/LICENSE +0 -202
  1989. package/node_modules/spdx-correct/README.md +0 -14
  1990. package/node_modules/spdx-correct/index.js +0 -343
  1991. package/node_modules/spdx-correct/package.json +0 -91
  1992. package/node_modules/spdx-exceptions/README.md +0 -36
  1993. package/node_modules/spdx-exceptions/index.json +0 -34
  1994. package/node_modules/spdx-exceptions/package.json +0 -52
  1995. package/node_modules/spdx-exceptions/test.log +0 -8
  1996. package/node_modules/spdx-expression-parse/AUTHORS +0 -4
  1997. package/node_modules/spdx-expression-parse/LICENSE +0 -22
  1998. package/node_modules/spdx-expression-parse/README.md +0 -91
  1999. package/node_modules/spdx-expression-parse/index.js +0 -8
  2000. package/node_modules/spdx-expression-parse/package.json +0 -100
  2001. package/node_modules/spdx-expression-parse/parse.js +0 -138
  2002. package/node_modules/spdx-expression-parse/scan.js +0 -131
  2003. package/node_modules/spdx-license-ids/README.md +0 -52
  2004. package/node_modules/spdx-license-ids/deprecated.json +0 -24
  2005. package/node_modules/spdx-license-ids/index.json +0 -356
  2006. package/node_modules/spdx-license-ids/package.json +0 -78
  2007. package/node_modules/string-width/index.js +0 -36
  2008. package/node_modules/string-width/license +0 -9
  2009. package/node_modules/string-width/package.json +0 -94
  2010. package/node_modules/string-width/readme.md +0 -42
  2011. package/node_modules/strip-ansi/index.js +0 -4
  2012. package/node_modules/strip-ansi/license +0 -9
  2013. package/node_modules/strip-ansi/package.json +0 -90
  2014. package/node_modules/strip-ansi/readme.md +0 -39
  2015. package/node_modules/strip-bom/index.js +0 -14
  2016. package/node_modules/strip-bom/license +0 -21
  2017. package/node_modules/strip-bom/package.json +0 -78
  2018. package/node_modules/strip-bom/readme.md +0 -36
  2019. package/node_modules/strip-eof/index.js +0 -15
  2020. package/node_modules/strip-eof/license +0 -21
  2021. package/node_modules/strip-eof/package.json +0 -75
  2022. package/node_modules/strip-eof/readme.md +0 -28
  2023. package/node_modules/test-exclude/CHANGELOG.md +0 -253
  2024. package/node_modules/test-exclude/LICENSE.txt +0 -14
  2025. package/node_modules/test-exclude/README.md +0 -56
  2026. package/node_modules/test-exclude/index.js +0 -149
  2027. package/node_modules/test-exclude/package.json +0 -70
  2028. package/node_modules/uglify-js/LICENSE +0 -29
  2029. package/node_modules/uglify-js/README.md +0 -1135
  2030. package/node_modules/uglify-js/bin/uglifyjs +0 -417
  2031. package/node_modules/uglify-js/lib/ast.js +0 -951
  2032. package/node_modules/uglify-js/lib/compress.js +0 -6497
  2033. package/node_modules/uglify-js/lib/minify.js +0 -246
  2034. package/node_modules/uglify-js/lib/mozilla-ast.js +0 -629
  2035. package/node_modules/uglify-js/lib/output.js +0 -1513
  2036. package/node_modules/uglify-js/lib/parse.js +0 -1648
  2037. package/node_modules/uglify-js/lib/propmangle.js +0 -234
  2038. package/node_modules/uglify-js/lib/scope.js +0 -596
  2039. package/node_modules/uglify-js/lib/sourcemap.js +0 -104
  2040. package/node_modules/uglify-js/lib/transform.js +0 -185
  2041. package/node_modules/uglify-js/lib/utils.js +0 -277
  2042. package/node_modules/uglify-js/node_modules/source-map/CHANGELOG.md +0 -301
  2043. package/node_modules/uglify-js/node_modules/source-map/LICENSE +0 -28
  2044. package/node_modules/uglify-js/node_modules/source-map/README.md +0 -742
  2045. package/node_modules/uglify-js/node_modules/source-map/dist/source-map.debug.js +0 -3234
  2046. package/node_modules/uglify-js/node_modules/source-map/dist/source-map.js +0 -3233
  2047. package/node_modules/uglify-js/node_modules/source-map/dist/source-map.min.js +0 -2
  2048. package/node_modules/uglify-js/node_modules/source-map/dist/source-map.min.js.map +0 -1
  2049. package/node_modules/uglify-js/node_modules/source-map/lib/array-set.js +0 -121
  2050. package/node_modules/uglify-js/node_modules/source-map/lib/base64-vlq.js +0 -140
  2051. package/node_modules/uglify-js/node_modules/source-map/lib/base64.js +0 -67
  2052. package/node_modules/uglify-js/node_modules/source-map/lib/binary-search.js +0 -111
  2053. package/node_modules/uglify-js/node_modules/source-map/lib/mapping-list.js +0 -79
  2054. package/node_modules/uglify-js/node_modules/source-map/lib/quick-sort.js +0 -114
  2055. package/node_modules/uglify-js/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  2056. package/node_modules/uglify-js/node_modules/source-map/lib/source-map-generator.js +0 -425
  2057. package/node_modules/uglify-js/node_modules/source-map/lib/source-node.js +0 -413
  2058. package/node_modules/uglify-js/node_modules/source-map/lib/util.js +0 -488
  2059. package/node_modules/uglify-js/node_modules/source-map/package.json +0 -216
  2060. package/node_modules/uglify-js/node_modules/source-map/source-map.d.ts +0 -98
  2061. package/node_modules/uglify-js/node_modules/source-map/source-map.js +0 -8
  2062. package/node_modules/uglify-js/package.json +0 -107
  2063. package/node_modules/uglify-js/tools/domprops.json +0 -5601
  2064. package/node_modules/uglify-js/tools/exit.js +0 -15
  2065. package/node_modules/uglify-js/tools/exports.js +0 -6
  2066. package/node_modules/uglify-js/tools/node.js +0 -78
  2067. package/node_modules/uglify-js/tools/props.html +0 -61
  2068. package/node_modules/uuid/.eslintrc.json +0 -47
  2069. package/node_modules/uuid/AUTHORS +0 -5
  2070. package/node_modules/uuid/CHANGELOG.md +0 -110
  2071. package/node_modules/uuid/LICENSE.md +0 -21
  2072. package/node_modules/uuid/README.md +0 -293
  2073. package/node_modules/uuid/README_js.md +0 -280
  2074. package/node_modules/uuid/bin/uuid +0 -65
  2075. package/node_modules/uuid/index.js +0 -8
  2076. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  2077. package/node_modules/uuid/lib/md5-browser.js +0 -216
  2078. package/node_modules/uuid/lib/md5.js +0 -25
  2079. package/node_modules/uuid/lib/rng-browser.js +0 -34
  2080. package/node_modules/uuid/lib/rng.js +0 -8
  2081. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  2082. package/node_modules/uuid/lib/sha1.js +0 -25
  2083. package/node_modules/uuid/lib/v35.js +0 -57
  2084. package/node_modules/uuid/package.json +0 -99
  2085. package/node_modules/uuid/v1.js +0 -109
  2086. package/node_modules/uuid/v3.js +0 -4
  2087. package/node_modules/uuid/v4.js +0 -29
  2088. package/node_modules/uuid/v5.js +0 -3
  2089. package/node_modules/validate-npm-package-license/LICENSE +0 -202
  2090. package/node_modules/validate-npm-package-license/README.md +0 -113
  2091. package/node_modules/validate-npm-package-license/index.js +0 -86
  2092. package/node_modules/validate-npm-package-license/package.json +0 -70
  2093. package/node_modules/which/CHANGELOG.md +0 -152
  2094. package/node_modules/which/LICENSE +0 -15
  2095. package/node_modules/which/README.md +0 -51
  2096. package/node_modules/which/bin/which +0 -52
  2097. package/node_modules/which/package.json +0 -73
  2098. package/node_modules/which/which.js +0 -135
  2099. package/node_modules/which-module/CHANGELOG.md +0 -26
  2100. package/node_modules/which-module/LICENSE +0 -13
  2101. package/node_modules/which-module/README.md +0 -55
  2102. package/node_modules/which-module/index.js +0 -9
  2103. package/node_modules/which-module/package.json +0 -72
  2104. package/node_modules/wordwrap/LICENSE +0 -18
  2105. package/node_modules/wordwrap/README.markdown +0 -70
  2106. package/node_modules/wordwrap/example/center.js +0 -10
  2107. package/node_modules/wordwrap/example/meat.js +0 -3
  2108. package/node_modules/wordwrap/index.js +0 -76
  2109. package/node_modules/wordwrap/package.json +0 -69
  2110. package/node_modules/wordwrap/test/break.js +0 -30
  2111. package/node_modules/wordwrap/test/idleness.txt +0 -63
  2112. package/node_modules/wordwrap/test/wrap.js +0 -31
  2113. package/node_modules/wrap-ansi/index.js +0 -168
  2114. package/node_modules/wrap-ansi/license +0 -21
  2115. package/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +0 -4
  2116. package/node_modules/wrap-ansi/node_modules/ansi-regex/license +0 -21
  2117. package/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +0 -111
  2118. package/node_modules/wrap-ansi/node_modules/ansi-regex/readme.md +0 -39
  2119. package/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/index.js +0 -46
  2120. package/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/license +0 -21
  2121. package/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/package.json +0 -80
  2122. package/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/readme.md +0 -39
  2123. package/node_modules/wrap-ansi/node_modules/string-width/index.js +0 -37
  2124. package/node_modules/wrap-ansi/node_modules/string-width/license +0 -21
  2125. package/node_modules/wrap-ansi/node_modules/string-width/package.json +0 -91
  2126. package/node_modules/wrap-ansi/node_modules/string-width/readme.md +0 -42
  2127. package/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +0 -6
  2128. package/node_modules/wrap-ansi/node_modules/strip-ansi/license +0 -21
  2129. package/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +0 -105
  2130. package/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md +0 -33
  2131. package/node_modules/wrap-ansi/package.json +0 -123
  2132. package/node_modules/wrap-ansi/readme.md +0 -73
  2133. package/node_modules/wrappy/LICENSE +0 -15
  2134. package/node_modules/wrappy/README.md +0 -36
  2135. package/node_modules/wrappy/package.json +0 -62
  2136. package/node_modules/wrappy/wrappy.js +0 -33
  2137. package/node_modules/write-file-atomic/CHANGELOG.md +0 -20
  2138. package/node_modules/write-file-atomic/LICENSE +0 -6
  2139. package/node_modules/write-file-atomic/README.md +0 -56
  2140. package/node_modules/write-file-atomic/index.js +0 -233
  2141. package/node_modules/write-file-atomic/package.json +0 -71
  2142. package/node_modules/y18n/CHANGELOG.md +0 -21
  2143. package/node_modules/y18n/LICENSE +0 -13
  2144. package/node_modules/y18n/README.md +0 -109
  2145. package/node_modules/y18n/index.js +0 -188
  2146. package/node_modules/y18n/package.json +0 -70
  2147. package/node_modules/yallist/LICENSE +0 -15
  2148. package/node_modules/yallist/README.md +0 -204
  2149. package/node_modules/yallist/iterator.js +0 -7
  2150. package/node_modules/yallist/package.json +0 -65
  2151. package/node_modules/yallist/yallist.js +0 -370
  2152. package/node_modules/yargs/CHANGELOG.md +0 -1231
  2153. package/node_modules/yargs/LICENSE +0 -22
  2154. package/node_modules/yargs/README.md +0 -122
  2155. package/node_modules/yargs/completion.sh.hbs +0 -28
  2156. package/node_modules/yargs/index.js +0 -32
  2157. package/node_modules/yargs/lib/apply-extends.js +0 -53
  2158. package/node_modules/yargs/lib/argsert.js +0 -66
  2159. package/node_modules/yargs/lib/command.js +0 -433
  2160. package/node_modules/yargs/lib/completion.js +0 -105
  2161. package/node_modules/yargs/lib/levenshtein.js +0 -47
  2162. package/node_modules/yargs/lib/middleware.js +0 -10
  2163. package/node_modules/yargs/lib/obj-filter.js +0 -11
  2164. package/node_modules/yargs/lib/usage.js +0 -535
  2165. package/node_modules/yargs/lib/validation.js +0 -341
  2166. package/node_modules/yargs/lib/yerror.js +0 -11
  2167. package/node_modules/yargs/locales/be.json +0 -39
  2168. package/node_modules/yargs/locales/de.json +0 -39
  2169. package/node_modules/yargs/locales/en.json +0 -42
  2170. package/node_modules/yargs/locales/es.json +0 -39
  2171. package/node_modules/yargs/locales/fr.json +0 -37
  2172. package/node_modules/yargs/locales/hi.json +0 -42
  2173. package/node_modules/yargs/locales/hu.json +0 -39
  2174. package/node_modules/yargs/locales/id.json +0 -43
  2175. package/node_modules/yargs/locales/it.json +0 -39
  2176. package/node_modules/yargs/locales/ja.json +0 -42
  2177. package/node_modules/yargs/locales/ko.json +0 -42
  2178. package/node_modules/yargs/locales/nb.json +0 -37
  2179. package/node_modules/yargs/locales/nl.json +0 -42
  2180. package/node_modules/yargs/locales/nn.json +0 -39
  2181. package/node_modules/yargs/locales/pirate.json +0 -13
  2182. package/node_modules/yargs/locales/pl.json +0 -42
  2183. package/node_modules/yargs/locales/pt.json +0 -38
  2184. package/node_modules/yargs/locales/pt_BR.json +0 -42
  2185. package/node_modules/yargs/locales/ru.json +0 -39
  2186. package/node_modules/yargs/locales/th.json +0 -39
  2187. package/node_modules/yargs/locales/tr.json +0 -41
  2188. package/node_modules/yargs/locales/zh_CN.json +0 -41
  2189. package/node_modules/yargs/locales/zh_TW.json +0 -40
  2190. package/node_modules/yargs/package.json +0 -110
  2191. package/node_modules/yargs/yargs.js +0 -1190
  2192. package/node_modules/yargs-parser/CHANGELOG.md +0 -412
  2193. package/node_modules/yargs-parser/LICENSE.txt +0 -14
  2194. package/node_modules/yargs-parser/README.md +0 -351
  2195. package/node_modules/yargs-parser/index.js +0 -866
  2196. package/node_modules/yargs-parser/lib/tokenize-arg-string.js +0 -41
  2197. package/node_modules/yargs-parser/package.json +0 -83
@@ -1,4838 +0,0 @@
1
- /**!
2
-
3
- @license
4
- handlebars v4.0.12
5
-
6
- Copyright (C) 2011-2017 by Yehuda Katz
7
-
8
- Permission is hereby granted, free of charge, to any person obtaining a copy
9
- of this software and associated documentation files (the "Software"), to deal
10
- in the Software without restriction, including without limitation the rights
11
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
- copies of the Software, and to permit persons to whom the Software is
13
- furnished to do so, subject to the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be included in
16
- all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
- THE SOFTWARE.
25
-
26
- */
27
- (function webpackUniversalModuleDefinition(root, factory) {
28
- if(typeof exports === 'object' && typeof module === 'object')
29
- module.exports = factory();
30
- else if(typeof define === 'function' && define.amd)
31
- define([], factory);
32
- else if(typeof exports === 'object')
33
- exports["Handlebars"] = factory();
34
- else
35
- root["Handlebars"] = factory();
36
- })(this, function() {
37
- return /******/ (function(modules) { // webpackBootstrap
38
- /******/ // The module cache
39
- /******/ var installedModules = {};
40
-
41
- /******/ // The require function
42
- /******/ function __webpack_require__(moduleId) {
43
-
44
- /******/ // Check if module is in cache
45
- /******/ if(installedModules[moduleId])
46
- /******/ return installedModules[moduleId].exports;
47
-
48
- /******/ // Create a new module (and put it into the cache)
49
- /******/ var module = installedModules[moduleId] = {
50
- /******/ exports: {},
51
- /******/ id: moduleId,
52
- /******/ loaded: false
53
- /******/ };
54
-
55
- /******/ // Execute the module function
56
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
57
-
58
- /******/ // Flag the module as loaded
59
- /******/ module.loaded = true;
60
-
61
- /******/ // Return the exports of the module
62
- /******/ return module.exports;
63
- /******/ }
64
-
65
-
66
- /******/ // expose the modules object (__webpack_modules__)
67
- /******/ __webpack_require__.m = modules;
68
-
69
- /******/ // expose the module cache
70
- /******/ __webpack_require__.c = installedModules;
71
-
72
- /******/ // __webpack_public_path__
73
- /******/ __webpack_require__.p = "";
74
-
75
- /******/ // Load entry module and return exports
76
- /******/ return __webpack_require__(0);
77
- /******/ })
78
- /************************************************************************/
79
- /******/ ([
80
- /* 0 */
81
- /***/ (function(module, exports, __webpack_require__) {
82
-
83
- 'use strict';
84
-
85
- var _interopRequireDefault = __webpack_require__(1)['default'];
86
-
87
- exports.__esModule = true;
88
-
89
- var _handlebarsRuntime = __webpack_require__(2);
90
-
91
- var _handlebarsRuntime2 = _interopRequireDefault(_handlebarsRuntime);
92
-
93
- // Compiler imports
94
-
95
- var _handlebarsCompilerAst = __webpack_require__(35);
96
-
97
- var _handlebarsCompilerAst2 = _interopRequireDefault(_handlebarsCompilerAst);
98
-
99
- var _handlebarsCompilerBase = __webpack_require__(36);
100
-
101
- var _handlebarsCompilerCompiler = __webpack_require__(41);
102
-
103
- var _handlebarsCompilerJavascriptCompiler = __webpack_require__(42);
104
-
105
- var _handlebarsCompilerJavascriptCompiler2 = _interopRequireDefault(_handlebarsCompilerJavascriptCompiler);
106
-
107
- var _handlebarsCompilerVisitor = __webpack_require__(39);
108
-
109
- var _handlebarsCompilerVisitor2 = _interopRequireDefault(_handlebarsCompilerVisitor);
110
-
111
- var _handlebarsNoConflict = __webpack_require__(34);
112
-
113
- var _handlebarsNoConflict2 = _interopRequireDefault(_handlebarsNoConflict);
114
-
115
- var _create = _handlebarsRuntime2['default'].create;
116
- function create() {
117
- var hb = _create();
118
-
119
- hb.compile = function (input, options) {
120
- return _handlebarsCompilerCompiler.compile(input, options, hb);
121
- };
122
- hb.precompile = function (input, options) {
123
- return _handlebarsCompilerCompiler.precompile(input, options, hb);
124
- };
125
-
126
- hb.AST = _handlebarsCompilerAst2['default'];
127
- hb.Compiler = _handlebarsCompilerCompiler.Compiler;
128
- hb.JavaScriptCompiler = _handlebarsCompilerJavascriptCompiler2['default'];
129
- hb.Parser = _handlebarsCompilerBase.parser;
130
- hb.parse = _handlebarsCompilerBase.parse;
131
-
132
- return hb;
133
- }
134
-
135
- var inst = create();
136
- inst.create = create;
137
-
138
- _handlebarsNoConflict2['default'](inst);
139
-
140
- inst.Visitor = _handlebarsCompilerVisitor2['default'];
141
-
142
- inst['default'] = inst;
143
-
144
- exports['default'] = inst;
145
- module.exports = exports['default'];
146
-
147
- /***/ }),
148
- /* 1 */
149
- /***/ (function(module, exports) {
150
-
151
- "use strict";
152
-
153
- exports["default"] = function (obj) {
154
- return obj && obj.__esModule ? obj : {
155
- "default": obj
156
- };
157
- };
158
-
159
- exports.__esModule = true;
160
-
161
- /***/ }),
162
- /* 2 */
163
- /***/ (function(module, exports, __webpack_require__) {
164
-
165
- 'use strict';
166
-
167
- var _interopRequireWildcard = __webpack_require__(3)['default'];
168
-
169
- var _interopRequireDefault = __webpack_require__(1)['default'];
170
-
171
- exports.__esModule = true;
172
-
173
- var _handlebarsBase = __webpack_require__(4);
174
-
175
- var base = _interopRequireWildcard(_handlebarsBase);
176
-
177
- // Each of these augment the Handlebars object. No need to setup here.
178
- // (This is done to easily share code between commonjs and browse envs)
179
-
180
- var _handlebarsSafeString = __webpack_require__(21);
181
-
182
- var _handlebarsSafeString2 = _interopRequireDefault(_handlebarsSafeString);
183
-
184
- var _handlebarsException = __webpack_require__(6);
185
-
186
- var _handlebarsException2 = _interopRequireDefault(_handlebarsException);
187
-
188
- var _handlebarsUtils = __webpack_require__(5);
189
-
190
- var Utils = _interopRequireWildcard(_handlebarsUtils);
191
-
192
- var _handlebarsRuntime = __webpack_require__(22);
193
-
194
- var runtime = _interopRequireWildcard(_handlebarsRuntime);
195
-
196
- var _handlebarsNoConflict = __webpack_require__(34);
197
-
198
- var _handlebarsNoConflict2 = _interopRequireDefault(_handlebarsNoConflict);
199
-
200
- // For compatibility and usage outside of module systems, make the Handlebars object a namespace
201
- function create() {
202
- var hb = new base.HandlebarsEnvironment();
203
-
204
- Utils.extend(hb, base);
205
- hb.SafeString = _handlebarsSafeString2['default'];
206
- hb.Exception = _handlebarsException2['default'];
207
- hb.Utils = Utils;
208
- hb.escapeExpression = Utils.escapeExpression;
209
-
210
- hb.VM = runtime;
211
- hb.template = function (spec) {
212
- return runtime.template(spec, hb);
213
- };
214
-
215
- return hb;
216
- }
217
-
218
- var inst = create();
219
- inst.create = create;
220
-
221
- _handlebarsNoConflict2['default'](inst);
222
-
223
- inst['default'] = inst;
224
-
225
- exports['default'] = inst;
226
- module.exports = exports['default'];
227
-
228
- /***/ }),
229
- /* 3 */
230
- /***/ (function(module, exports) {
231
-
232
- "use strict";
233
-
234
- exports["default"] = function (obj) {
235
- if (obj && obj.__esModule) {
236
- return obj;
237
- } else {
238
- var newObj = {};
239
-
240
- if (obj != null) {
241
- for (var key in obj) {
242
- if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key];
243
- }
244
- }
245
-
246
- newObj["default"] = obj;
247
- return newObj;
248
- }
249
- };
250
-
251
- exports.__esModule = true;
252
-
253
- /***/ }),
254
- /* 4 */
255
- /***/ (function(module, exports, __webpack_require__) {
256
-
257
- 'use strict';
258
-
259
- var _interopRequireDefault = __webpack_require__(1)['default'];
260
-
261
- exports.__esModule = true;
262
- exports.HandlebarsEnvironment = HandlebarsEnvironment;
263
-
264
- var _utils = __webpack_require__(5);
265
-
266
- var _exception = __webpack_require__(6);
267
-
268
- var _exception2 = _interopRequireDefault(_exception);
269
-
270
- var _helpers = __webpack_require__(10);
271
-
272
- var _decorators = __webpack_require__(18);
273
-
274
- var _logger = __webpack_require__(20);
275
-
276
- var _logger2 = _interopRequireDefault(_logger);
277
-
278
- var VERSION = '4.0.12';
279
- exports.VERSION = VERSION;
280
- var COMPILER_REVISION = 7;
281
-
282
- exports.COMPILER_REVISION = COMPILER_REVISION;
283
- var REVISION_CHANGES = {
284
- 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it
285
- 2: '== 1.0.0-rc.3',
286
- 3: '== 1.0.0-rc.4',
287
- 4: '== 1.x.x',
288
- 5: '== 2.0.0-alpha.x',
289
- 6: '>= 2.0.0-beta.1',
290
- 7: '>= 4.0.0'
291
- };
292
-
293
- exports.REVISION_CHANGES = REVISION_CHANGES;
294
- var objectType = '[object Object]';
295
-
296
- function HandlebarsEnvironment(helpers, partials, decorators) {
297
- this.helpers = helpers || {};
298
- this.partials = partials || {};
299
- this.decorators = decorators || {};
300
-
301
- _helpers.registerDefaultHelpers(this);
302
- _decorators.registerDefaultDecorators(this);
303
- }
304
-
305
- HandlebarsEnvironment.prototype = {
306
- constructor: HandlebarsEnvironment,
307
-
308
- logger: _logger2['default'],
309
- log: _logger2['default'].log,
310
-
311
- registerHelper: function registerHelper(name, fn) {
312
- if (_utils.toString.call(name) === objectType) {
313
- if (fn) {
314
- throw new _exception2['default']('Arg not supported with multiple helpers');
315
- }
316
- _utils.extend(this.helpers, name);
317
- } else {
318
- this.helpers[name] = fn;
319
- }
320
- },
321
- unregisterHelper: function unregisterHelper(name) {
322
- delete this.helpers[name];
323
- },
324
-
325
- registerPartial: function registerPartial(name, partial) {
326
- if (_utils.toString.call(name) === objectType) {
327
- _utils.extend(this.partials, name);
328
- } else {
329
- if (typeof partial === 'undefined') {
330
- throw new _exception2['default']('Attempting to register a partial called "' + name + '" as undefined');
331
- }
332
- this.partials[name] = partial;
333
- }
334
- },
335
- unregisterPartial: function unregisterPartial(name) {
336
- delete this.partials[name];
337
- },
338
-
339
- registerDecorator: function registerDecorator(name, fn) {
340
- if (_utils.toString.call(name) === objectType) {
341
- if (fn) {
342
- throw new _exception2['default']('Arg not supported with multiple decorators');
343
- }
344
- _utils.extend(this.decorators, name);
345
- } else {
346
- this.decorators[name] = fn;
347
- }
348
- },
349
- unregisterDecorator: function unregisterDecorator(name) {
350
- delete this.decorators[name];
351
- }
352
- };
353
-
354
- var log = _logger2['default'].log;
355
-
356
- exports.log = log;
357
- exports.createFrame = _utils.createFrame;
358
- exports.logger = _logger2['default'];
359
-
360
- /***/ }),
361
- /* 5 */
362
- /***/ (function(module, exports) {
363
-
364
- 'use strict';
365
-
366
- exports.__esModule = true;
367
- exports.extend = extend;
368
- exports.indexOf = indexOf;
369
- exports.escapeExpression = escapeExpression;
370
- exports.isEmpty = isEmpty;
371
- exports.createFrame = createFrame;
372
- exports.blockParams = blockParams;
373
- exports.appendContextPath = appendContextPath;
374
- var escape = {
375
- '&': '&amp;',
376
- '<': '&lt;',
377
- '>': '&gt;',
378
- '"': '&quot;',
379
- "'": '&#x27;',
380
- '`': '&#x60;',
381
- '=': '&#x3D;'
382
- };
383
-
384
- var badChars = /[&<>"'`=]/g,
385
- possible = /[&<>"'`=]/;
386
-
387
- function escapeChar(chr) {
388
- return escape[chr];
389
- }
390
-
391
- function extend(obj /* , ...source */) {
392
- for (var i = 1; i < arguments.length; i++) {
393
- for (var key in arguments[i]) {
394
- if (Object.prototype.hasOwnProperty.call(arguments[i], key)) {
395
- obj[key] = arguments[i][key];
396
- }
397
- }
398
- }
399
-
400
- return obj;
401
- }
402
-
403
- var toString = Object.prototype.toString;
404
-
405
- exports.toString = toString;
406
- // Sourced from lodash
407
- // https://github.com/bestiejs/lodash/blob/master/LICENSE.txt
408
- /* eslint-disable func-style */
409
- var isFunction = function isFunction(value) {
410
- return typeof value === 'function';
411
- };
412
- // fallback for older versions of Chrome and Safari
413
- /* istanbul ignore next */
414
- if (isFunction(/x/)) {
415
- exports.isFunction = isFunction = function (value) {
416
- return typeof value === 'function' && toString.call(value) === '[object Function]';
417
- };
418
- }
419
- exports.isFunction = isFunction;
420
-
421
- /* eslint-enable func-style */
422
-
423
- /* istanbul ignore next */
424
- var isArray = Array.isArray || function (value) {
425
- return value && typeof value === 'object' ? toString.call(value) === '[object Array]' : false;
426
- };
427
-
428
- exports.isArray = isArray;
429
- // Older IE versions do not directly support indexOf so we must implement our own, sadly.
430
-
431
- function indexOf(array, value) {
432
- for (var i = 0, len = array.length; i < len; i++) {
433
- if (array[i] === value) {
434
- return i;
435
- }
436
- }
437
- return -1;
438
- }
439
-
440
- function escapeExpression(string) {
441
- if (typeof string !== 'string') {
442
- // don't escape SafeStrings, since they're already safe
443
- if (string && string.toHTML) {
444
- return string.toHTML();
445
- } else if (string == null) {
446
- return '';
447
- } else if (!string) {
448
- return string + '';
449
- }
450
-
451
- // Force a string conversion as this will be done by the append regardless and
452
- // the regex test will do this transparently behind the scenes, causing issues if
453
- // an object's to string has escaped characters in it.
454
- string = '' + string;
455
- }
456
-
457
- if (!possible.test(string)) {
458
- return string;
459
- }
460
- return string.replace(badChars, escapeChar);
461
- }
462
-
463
- function isEmpty(value) {
464
- if (!value && value !== 0) {
465
- return true;
466
- } else if (isArray(value) && value.length === 0) {
467
- return true;
468
- } else {
469
- return false;
470
- }
471
- }
472
-
473
- function createFrame(object) {
474
- var frame = extend({}, object);
475
- frame._parent = object;
476
- return frame;
477
- }
478
-
479
- function blockParams(params, ids) {
480
- params.path = ids;
481
- return params;
482
- }
483
-
484
- function appendContextPath(contextPath, id) {
485
- return (contextPath ? contextPath + '.' : '') + id;
486
- }
487
-
488
- /***/ }),
489
- /* 6 */
490
- /***/ (function(module, exports, __webpack_require__) {
491
-
492
- 'use strict';
493
-
494
- var _Object$defineProperty = __webpack_require__(7)['default'];
495
-
496
- exports.__esModule = true;
497
-
498
- var errorProps = ['description', 'fileName', 'lineNumber', 'message', 'name', 'number', 'stack'];
499
-
500
- function Exception(message, node) {
501
- var loc = node && node.loc,
502
- line = undefined,
503
- column = undefined;
504
- if (loc) {
505
- line = loc.start.line;
506
- column = loc.start.column;
507
-
508
- message += ' - ' + line + ':' + column;
509
- }
510
-
511
- var tmp = Error.prototype.constructor.call(this, message);
512
-
513
- // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.
514
- for (var idx = 0; idx < errorProps.length; idx++) {
515
- this[errorProps[idx]] = tmp[errorProps[idx]];
516
- }
517
-
518
- /* istanbul ignore else */
519
- if (Error.captureStackTrace) {
520
- Error.captureStackTrace(this, Exception);
521
- }
522
-
523
- try {
524
- if (loc) {
525
- this.lineNumber = line;
526
-
527
- // Work around issue under safari where we can't directly set the column value
528
- /* istanbul ignore next */
529
- if (_Object$defineProperty) {
530
- Object.defineProperty(this, 'column', {
531
- value: column,
532
- enumerable: true
533
- });
534
- } else {
535
- this.column = column;
536
- }
537
- }
538
- } catch (nop) {
539
- /* Ignore if the browser is very particular */
540
- }
541
- }
542
-
543
- Exception.prototype = new Error();
544
-
545
- exports['default'] = Exception;
546
- module.exports = exports['default'];
547
-
548
- /***/ }),
549
- /* 7 */
550
- /***/ (function(module, exports, __webpack_require__) {
551
-
552
- module.exports = { "default": __webpack_require__(8), __esModule: true };
553
-
554
- /***/ }),
555
- /* 8 */
556
- /***/ (function(module, exports, __webpack_require__) {
557
-
558
- var $ = __webpack_require__(9);
559
- module.exports = function defineProperty(it, key, desc){
560
- return $.setDesc(it, key, desc);
561
- };
562
-
563
- /***/ }),
564
- /* 9 */
565
- /***/ (function(module, exports) {
566
-
567
- var $Object = Object;
568
- module.exports = {
569
- create: $Object.create,
570
- getProto: $Object.getPrototypeOf,
571
- isEnum: {}.propertyIsEnumerable,
572
- getDesc: $Object.getOwnPropertyDescriptor,
573
- setDesc: $Object.defineProperty,
574
- setDescs: $Object.defineProperties,
575
- getKeys: $Object.keys,
576
- getNames: $Object.getOwnPropertyNames,
577
- getSymbols: $Object.getOwnPropertySymbols,
578
- each: [].forEach
579
- };
580
-
581
- /***/ }),
582
- /* 10 */
583
- /***/ (function(module, exports, __webpack_require__) {
584
-
585
- 'use strict';
586
-
587
- var _interopRequireDefault = __webpack_require__(1)['default'];
588
-
589
- exports.__esModule = true;
590
- exports.registerDefaultHelpers = registerDefaultHelpers;
591
-
592
- var _helpersBlockHelperMissing = __webpack_require__(11);
593
-
594
- var _helpersBlockHelperMissing2 = _interopRequireDefault(_helpersBlockHelperMissing);
595
-
596
- var _helpersEach = __webpack_require__(12);
597
-
598
- var _helpersEach2 = _interopRequireDefault(_helpersEach);
599
-
600
- var _helpersHelperMissing = __webpack_require__(13);
601
-
602
- var _helpersHelperMissing2 = _interopRequireDefault(_helpersHelperMissing);
603
-
604
- var _helpersIf = __webpack_require__(14);
605
-
606
- var _helpersIf2 = _interopRequireDefault(_helpersIf);
607
-
608
- var _helpersLog = __webpack_require__(15);
609
-
610
- var _helpersLog2 = _interopRequireDefault(_helpersLog);
611
-
612
- var _helpersLookup = __webpack_require__(16);
613
-
614
- var _helpersLookup2 = _interopRequireDefault(_helpersLookup);
615
-
616
- var _helpersWith = __webpack_require__(17);
617
-
618
- var _helpersWith2 = _interopRequireDefault(_helpersWith);
619
-
620
- function registerDefaultHelpers(instance) {
621
- _helpersBlockHelperMissing2['default'](instance);
622
- _helpersEach2['default'](instance);
623
- _helpersHelperMissing2['default'](instance);
624
- _helpersIf2['default'](instance);
625
- _helpersLog2['default'](instance);
626
- _helpersLookup2['default'](instance);
627
- _helpersWith2['default'](instance);
628
- }
629
-
630
- /***/ }),
631
- /* 11 */
632
- /***/ (function(module, exports, __webpack_require__) {
633
-
634
- 'use strict';
635
-
636
- exports.__esModule = true;
637
-
638
- var _utils = __webpack_require__(5);
639
-
640
- exports['default'] = function (instance) {
641
- instance.registerHelper('blockHelperMissing', function (context, options) {
642
- var inverse = options.inverse,
643
- fn = options.fn;
644
-
645
- if (context === true) {
646
- return fn(this);
647
- } else if (context === false || context == null) {
648
- return inverse(this);
649
- } else if (_utils.isArray(context)) {
650
- if (context.length > 0) {
651
- if (options.ids) {
652
- options.ids = [options.name];
653
- }
654
-
655
- return instance.helpers.each(context, options);
656
- } else {
657
- return inverse(this);
658
- }
659
- } else {
660
- if (options.data && options.ids) {
661
- var data = _utils.createFrame(options.data);
662
- data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);
663
- options = { data: data };
664
- }
665
-
666
- return fn(context, options);
667
- }
668
- });
669
- };
670
-
671
- module.exports = exports['default'];
672
-
673
- /***/ }),
674
- /* 12 */
675
- /***/ (function(module, exports, __webpack_require__) {
676
-
677
- 'use strict';
678
-
679
- var _interopRequireDefault = __webpack_require__(1)['default'];
680
-
681
- exports.__esModule = true;
682
-
683
- var _utils = __webpack_require__(5);
684
-
685
- var _exception = __webpack_require__(6);
686
-
687
- var _exception2 = _interopRequireDefault(_exception);
688
-
689
- exports['default'] = function (instance) {
690
- instance.registerHelper('each', function (context, options) {
691
- if (!options) {
692
- throw new _exception2['default']('Must pass iterator to #each');
693
- }
694
-
695
- var fn = options.fn,
696
- inverse = options.inverse,
697
- i = 0,
698
- ret = '',
699
- data = undefined,
700
- contextPath = undefined;
701
-
702
- if (options.data && options.ids) {
703
- contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.';
704
- }
705
-
706
- if (_utils.isFunction(context)) {
707
- context = context.call(this);
708
- }
709
-
710
- if (options.data) {
711
- data = _utils.createFrame(options.data);
712
- }
713
-
714
- function execIteration(field, index, last) {
715
- if (data) {
716
- data.key = field;
717
- data.index = index;
718
- data.first = index === 0;
719
- data.last = !!last;
720
-
721
- if (contextPath) {
722
- data.contextPath = contextPath + field;
723
- }
724
- }
725
-
726
- ret = ret + fn(context[field], {
727
- data: data,
728
- blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])
729
- });
730
- }
731
-
732
- if (context && typeof context === 'object') {
733
- if (_utils.isArray(context)) {
734
- for (var j = context.length; i < j; i++) {
735
- if (i in context) {
736
- execIteration(i, i, i === context.length - 1);
737
- }
738
- }
739
- } else {
740
- var priorKey = undefined;
741
-
742
- for (var key in context) {
743
- if (context.hasOwnProperty(key)) {
744
- // We're running the iterations one step out of sync so we can detect
745
- // the last iteration without have to scan the object twice and create
746
- // an itermediate keys array.
747
- if (priorKey !== undefined) {
748
- execIteration(priorKey, i - 1);
749
- }
750
- priorKey = key;
751
- i++;
752
- }
753
- }
754
- if (priorKey !== undefined) {
755
- execIteration(priorKey, i - 1, true);
756
- }
757
- }
758
- }
759
-
760
- if (i === 0) {
761
- ret = inverse(this);
762
- }
763
-
764
- return ret;
765
- });
766
- };
767
-
768
- module.exports = exports['default'];
769
-
770
- /***/ }),
771
- /* 13 */
772
- /***/ (function(module, exports, __webpack_require__) {
773
-
774
- 'use strict';
775
-
776
- var _interopRequireDefault = __webpack_require__(1)['default'];
777
-
778
- exports.__esModule = true;
779
-
780
- var _exception = __webpack_require__(6);
781
-
782
- var _exception2 = _interopRequireDefault(_exception);
783
-
784
- exports['default'] = function (instance) {
785
- instance.registerHelper('helperMissing', function () /* [args, ]options */{
786
- if (arguments.length === 1) {
787
- // A missing field in a {{foo}} construct.
788
- return undefined;
789
- } else {
790
- // Someone is actually trying to call something, blow up.
791
- throw new _exception2['default']('Missing helper: "' + arguments[arguments.length - 1].name + '"');
792
- }
793
- });
794
- };
795
-
796
- module.exports = exports['default'];
797
-
798
- /***/ }),
799
- /* 14 */
800
- /***/ (function(module, exports, __webpack_require__) {
801
-
802
- 'use strict';
803
-
804
- exports.__esModule = true;
805
-
806
- var _utils = __webpack_require__(5);
807
-
808
- exports['default'] = function (instance) {
809
- instance.registerHelper('if', function (conditional, options) {
810
- if (_utils.isFunction(conditional)) {
811
- conditional = conditional.call(this);
812
- }
813
-
814
- // Default behavior is to render the positive path if the value is truthy and not empty.
815
- // The `includeZero` option may be set to treat the condtional as purely not empty based on the
816
- // behavior of isEmpty. Effectively this determines if 0 is handled by the positive path or negative.
817
- if (!options.hash.includeZero && !conditional || _utils.isEmpty(conditional)) {
818
- return options.inverse(this);
819
- } else {
820
- return options.fn(this);
821
- }
822
- });
823
-
824
- instance.registerHelper('unless', function (conditional, options) {
825
- return instance.helpers['if'].call(this, conditional, { fn: options.inverse, inverse: options.fn, hash: options.hash });
826
- });
827
- };
828
-
829
- module.exports = exports['default'];
830
-
831
- /***/ }),
832
- /* 15 */
833
- /***/ (function(module, exports) {
834
-
835
- 'use strict';
836
-
837
- exports.__esModule = true;
838
-
839
- exports['default'] = function (instance) {
840
- instance.registerHelper('log', function () /* message, options */{
841
- var args = [undefined],
842
- options = arguments[arguments.length - 1];
843
- for (var i = 0; i < arguments.length - 1; i++) {
844
- args.push(arguments[i]);
845
- }
846
-
847
- var level = 1;
848
- if (options.hash.level != null) {
849
- level = options.hash.level;
850
- } else if (options.data && options.data.level != null) {
851
- level = options.data.level;
852
- }
853
- args[0] = level;
854
-
855
- instance.log.apply(instance, args);
856
- });
857
- };
858
-
859
- module.exports = exports['default'];
860
-
861
- /***/ }),
862
- /* 16 */
863
- /***/ (function(module, exports) {
864
-
865
- 'use strict';
866
-
867
- exports.__esModule = true;
868
-
869
- exports['default'] = function (instance) {
870
- instance.registerHelper('lookup', function (obj, field) {
871
- return obj && obj[field];
872
- });
873
- };
874
-
875
- module.exports = exports['default'];
876
-
877
- /***/ }),
878
- /* 17 */
879
- /***/ (function(module, exports, __webpack_require__) {
880
-
881
- 'use strict';
882
-
883
- exports.__esModule = true;
884
-
885
- var _utils = __webpack_require__(5);
886
-
887
- exports['default'] = function (instance) {
888
- instance.registerHelper('with', function (context, options) {
889
- if (_utils.isFunction(context)) {
890
- context = context.call(this);
891
- }
892
-
893
- var fn = options.fn;
894
-
895
- if (!_utils.isEmpty(context)) {
896
- var data = options.data;
897
- if (options.data && options.ids) {
898
- data = _utils.createFrame(options.data);
899
- data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);
900
- }
901
-
902
- return fn(context, {
903
- data: data,
904
- blockParams: _utils.blockParams([context], [data && data.contextPath])
905
- });
906
- } else {
907
- return options.inverse(this);
908
- }
909
- });
910
- };
911
-
912
- module.exports = exports['default'];
913
-
914
- /***/ }),
915
- /* 18 */
916
- /***/ (function(module, exports, __webpack_require__) {
917
-
918
- 'use strict';
919
-
920
- var _interopRequireDefault = __webpack_require__(1)['default'];
921
-
922
- exports.__esModule = true;
923
- exports.registerDefaultDecorators = registerDefaultDecorators;
924
-
925
- var _decoratorsInline = __webpack_require__(19);
926
-
927
- var _decoratorsInline2 = _interopRequireDefault(_decoratorsInline);
928
-
929
- function registerDefaultDecorators(instance) {
930
- _decoratorsInline2['default'](instance);
931
- }
932
-
933
- /***/ }),
934
- /* 19 */
935
- /***/ (function(module, exports, __webpack_require__) {
936
-
937
- 'use strict';
938
-
939
- exports.__esModule = true;
940
-
941
- var _utils = __webpack_require__(5);
942
-
943
- exports['default'] = function (instance) {
944
- instance.registerDecorator('inline', function (fn, props, container, options) {
945
- var ret = fn;
946
- if (!props.partials) {
947
- props.partials = {};
948
- ret = function (context, options) {
949
- // Create a new partials stack frame prior to exec.
950
- var original = container.partials;
951
- container.partials = _utils.extend({}, original, props.partials);
952
- var ret = fn(context, options);
953
- container.partials = original;
954
- return ret;
955
- };
956
- }
957
-
958
- props.partials[options.args[0]] = options.fn;
959
-
960
- return ret;
961
- });
962
- };
963
-
964
- module.exports = exports['default'];
965
-
966
- /***/ }),
967
- /* 20 */
968
- /***/ (function(module, exports, __webpack_require__) {
969
-
970
- 'use strict';
971
-
972
- exports.__esModule = true;
973
-
974
- var _utils = __webpack_require__(5);
975
-
976
- var logger = {
977
- methodMap: ['debug', 'info', 'warn', 'error'],
978
- level: 'info',
979
-
980
- // Maps a given level value to the `methodMap` indexes above.
981
- lookupLevel: function lookupLevel(level) {
982
- if (typeof level === 'string') {
983
- var levelMap = _utils.indexOf(logger.methodMap, level.toLowerCase());
984
- if (levelMap >= 0) {
985
- level = levelMap;
986
- } else {
987
- level = parseInt(level, 10);
988
- }
989
- }
990
-
991
- return level;
992
- },
993
-
994
- // Can be overridden in the host environment
995
- log: function log(level) {
996
- level = logger.lookupLevel(level);
997
-
998
- if (typeof console !== 'undefined' && logger.lookupLevel(logger.level) <= level) {
999
- var method = logger.methodMap[level];
1000
- if (!console[method]) {
1001
- // eslint-disable-line no-console
1002
- method = 'log';
1003
- }
1004
-
1005
- for (var _len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
1006
- message[_key - 1] = arguments[_key];
1007
- }
1008
-
1009
- console[method].apply(console, message); // eslint-disable-line no-console
1010
- }
1011
- }
1012
- };
1013
-
1014
- exports['default'] = logger;
1015
- module.exports = exports['default'];
1016
-
1017
- /***/ }),
1018
- /* 21 */
1019
- /***/ (function(module, exports) {
1020
-
1021
- // Build out our basic SafeString type
1022
- 'use strict';
1023
-
1024
- exports.__esModule = true;
1025
- function SafeString(string) {
1026
- this.string = string;
1027
- }
1028
-
1029
- SafeString.prototype.toString = SafeString.prototype.toHTML = function () {
1030
- return '' + this.string;
1031
- };
1032
-
1033
- exports['default'] = SafeString;
1034
- module.exports = exports['default'];
1035
-
1036
- /***/ }),
1037
- /* 22 */
1038
- /***/ (function(module, exports, __webpack_require__) {
1039
-
1040
- 'use strict';
1041
-
1042
- var _Object$seal = __webpack_require__(23)['default'];
1043
-
1044
- var _interopRequireWildcard = __webpack_require__(3)['default'];
1045
-
1046
- var _interopRequireDefault = __webpack_require__(1)['default'];
1047
-
1048
- exports.__esModule = true;
1049
- exports.checkRevision = checkRevision;
1050
- exports.template = template;
1051
- exports.wrapProgram = wrapProgram;
1052
- exports.resolvePartial = resolvePartial;
1053
- exports.invokePartial = invokePartial;
1054
- exports.noop = noop;
1055
-
1056
- var _utils = __webpack_require__(5);
1057
-
1058
- var Utils = _interopRequireWildcard(_utils);
1059
-
1060
- var _exception = __webpack_require__(6);
1061
-
1062
- var _exception2 = _interopRequireDefault(_exception);
1063
-
1064
- var _base = __webpack_require__(4);
1065
-
1066
- function checkRevision(compilerInfo) {
1067
- var compilerRevision = compilerInfo && compilerInfo[0] || 1,
1068
- currentRevision = _base.COMPILER_REVISION;
1069
-
1070
- if (compilerRevision !== currentRevision) {
1071
- if (compilerRevision < currentRevision) {
1072
- var runtimeVersions = _base.REVISION_CHANGES[currentRevision],
1073
- compilerVersions = _base.REVISION_CHANGES[compilerRevision];
1074
- throw new _exception2['default']('Template was precompiled with an older version of Handlebars than the current runtime. ' + 'Please update your precompiler to a newer version (' + runtimeVersions + ') or downgrade your runtime to an older version (' + compilerVersions + ').');
1075
- } else {
1076
- // Use the embedded version info since the runtime doesn't know about this revision yet
1077
- throw new _exception2['default']('Template was precompiled with a newer version of Handlebars than the current runtime. ' + 'Please update your runtime to a newer version (' + compilerInfo[1] + ').');
1078
- }
1079
- }
1080
- }
1081
-
1082
- function template(templateSpec, env) {
1083
- /* istanbul ignore next */
1084
- if (!env) {
1085
- throw new _exception2['default']('No environment passed to template');
1086
- }
1087
- if (!templateSpec || !templateSpec.main) {
1088
- throw new _exception2['default']('Unknown template object: ' + typeof templateSpec);
1089
- }
1090
-
1091
- templateSpec.main.decorator = templateSpec.main_d;
1092
-
1093
- // Note: Using env.VM references rather than local var references throughout this section to allow
1094
- // for external users to override these as psuedo-supported APIs.
1095
- env.VM.checkRevision(templateSpec.compiler);
1096
-
1097
- function invokePartialWrapper(partial, context, options) {
1098
- if (options.hash) {
1099
- context = Utils.extend({}, context, options.hash);
1100
- if (options.ids) {
1101
- options.ids[0] = true;
1102
- }
1103
- }
1104
-
1105
- partial = env.VM.resolvePartial.call(this, partial, context, options);
1106
- var result = env.VM.invokePartial.call(this, partial, context, options);
1107
-
1108
- if (result == null && env.compile) {
1109
- options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);
1110
- result = options.partials[options.name](context, options);
1111
- }
1112
- if (result != null) {
1113
- if (options.indent) {
1114
- var lines = result.split('\n');
1115
- for (var i = 0, l = lines.length; i < l; i++) {
1116
- if (!lines[i] && i + 1 === l) {
1117
- break;
1118
- }
1119
-
1120
- lines[i] = options.indent + lines[i];
1121
- }
1122
- result = lines.join('\n');
1123
- }
1124
- return result;
1125
- } else {
1126
- throw new _exception2['default']('The partial ' + options.name + ' could not be compiled when running in runtime-only mode');
1127
- }
1128
- }
1129
-
1130
- // Just add water
1131
- var container = {
1132
- strict: function strict(obj, name) {
1133
- if (!(name in obj)) {
1134
- throw new _exception2['default']('"' + name + '" not defined in ' + obj);
1135
- }
1136
- return obj[name];
1137
- },
1138
- lookup: function lookup(depths, name) {
1139
- var len = depths.length;
1140
- for (var i = 0; i < len; i++) {
1141
- if (depths[i] && depths[i][name] != null) {
1142
- return depths[i][name];
1143
- }
1144
- }
1145
- },
1146
- lambda: function lambda(current, context) {
1147
- return typeof current === 'function' ? current.call(context) : current;
1148
- },
1149
-
1150
- escapeExpression: Utils.escapeExpression,
1151
- invokePartial: invokePartialWrapper,
1152
-
1153
- fn: function fn(i) {
1154
- var ret = templateSpec[i];
1155
- ret.decorator = templateSpec[i + '_d'];
1156
- return ret;
1157
- },
1158
-
1159
- programs: [],
1160
- program: function program(i, data, declaredBlockParams, blockParams, depths) {
1161
- var programWrapper = this.programs[i],
1162
- fn = this.fn(i);
1163
- if (data || depths || blockParams || declaredBlockParams) {
1164
- programWrapper = wrapProgram(this, i, fn, data, declaredBlockParams, blockParams, depths);
1165
- } else if (!programWrapper) {
1166
- programWrapper = this.programs[i] = wrapProgram(this, i, fn);
1167
- }
1168
- return programWrapper;
1169
- },
1170
-
1171
- data: function data(value, depth) {
1172
- while (value && depth--) {
1173
- value = value._parent;
1174
- }
1175
- return value;
1176
- },
1177
- merge: function merge(param, common) {
1178
- var obj = param || common;
1179
-
1180
- if (param && common && param !== common) {
1181
- obj = Utils.extend({}, common, param);
1182
- }
1183
-
1184
- return obj;
1185
- },
1186
- // An empty object to use as replacement for null-contexts
1187
- nullContext: _Object$seal({}),
1188
-
1189
- noop: env.VM.noop,
1190
- compilerInfo: templateSpec.compiler
1191
- };
1192
-
1193
- function ret(context) {
1194
- var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];
1195
-
1196
- var data = options.data;
1197
-
1198
- ret._setup(options);
1199
- if (!options.partial && templateSpec.useData) {
1200
- data = initData(context, data);
1201
- }
1202
- var depths = undefined,
1203
- blockParams = templateSpec.useBlockParams ? [] : undefined;
1204
- if (templateSpec.useDepths) {
1205
- if (options.depths) {
1206
- depths = context != options.depths[0] ? [context].concat(options.depths) : options.depths;
1207
- } else {
1208
- depths = [context];
1209
- }
1210
- }
1211
-
1212
- function main(context /*, options*/) {
1213
- return '' + templateSpec.main(container, context, container.helpers, container.partials, data, blockParams, depths);
1214
- }
1215
- main = executeDecorators(templateSpec.main, main, container, options.depths || [], data, blockParams);
1216
- return main(context, options);
1217
- }
1218
- ret.isTop = true;
1219
-
1220
- ret._setup = function (options) {
1221
- if (!options.partial) {
1222
- container.helpers = container.merge(options.helpers, env.helpers);
1223
-
1224
- if (templateSpec.usePartial) {
1225
- container.partials = container.merge(options.partials, env.partials);
1226
- }
1227
- if (templateSpec.usePartial || templateSpec.useDecorators) {
1228
- container.decorators = container.merge(options.decorators, env.decorators);
1229
- }
1230
- } else {
1231
- container.helpers = options.helpers;
1232
- container.partials = options.partials;
1233
- container.decorators = options.decorators;
1234
- }
1235
- };
1236
-
1237
- ret._child = function (i, data, blockParams, depths) {
1238
- if (templateSpec.useBlockParams && !blockParams) {
1239
- throw new _exception2['default']('must pass block params');
1240
- }
1241
- if (templateSpec.useDepths && !depths) {
1242
- throw new _exception2['default']('must pass parent depths');
1243
- }
1244
-
1245
- return wrapProgram(container, i, templateSpec[i], data, 0, blockParams, depths);
1246
- };
1247
- return ret;
1248
- }
1249
-
1250
- function wrapProgram(container, i, fn, data, declaredBlockParams, blockParams, depths) {
1251
- function prog(context) {
1252
- var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];
1253
-
1254
- var currentDepths = depths;
1255
- if (depths && context != depths[0] && !(context === container.nullContext && depths[0] === null)) {
1256
- currentDepths = [context].concat(depths);
1257
- }
1258
-
1259
- return fn(container, context, container.helpers, container.partials, options.data || data, blockParams && [options.blockParams].concat(blockParams), currentDepths);
1260
- }
1261
-
1262
- prog = executeDecorators(fn, prog, container, depths, data, blockParams);
1263
-
1264
- prog.program = i;
1265
- prog.depth = depths ? depths.length : 0;
1266
- prog.blockParams = declaredBlockParams || 0;
1267
- return prog;
1268
- }
1269
-
1270
- function resolvePartial(partial, context, options) {
1271
- if (!partial) {
1272
- if (options.name === '@partial-block') {
1273
- partial = options.data['partial-block'];
1274
- } else {
1275
- partial = options.partials[options.name];
1276
- }
1277
- } else if (!partial.call && !options.name) {
1278
- // This is a dynamic partial that returned a string
1279
- options.name = partial;
1280
- partial = options.partials[partial];
1281
- }
1282
- return partial;
1283
- }
1284
-
1285
- function invokePartial(partial, context, options) {
1286
- // Use the current closure context to save the partial-block if this partial
1287
- var currentPartialBlock = options.data && options.data['partial-block'];
1288
- options.partial = true;
1289
- if (options.ids) {
1290
- options.data.contextPath = options.ids[0] || options.data.contextPath;
1291
- }
1292
-
1293
- var partialBlock = undefined;
1294
- if (options.fn && options.fn !== noop) {
1295
- (function () {
1296
- options.data = _base.createFrame(options.data);
1297
- // Wrapper function to get access to currentPartialBlock from the closure
1298
- var fn = options.fn;
1299
- partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {
1300
- var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];
1301
-
1302
- // Restore the partial-block from the closure for the execution of the block
1303
- // i.e. the part inside the block of the partial call.
1304
- options.data = _base.createFrame(options.data);
1305
- options.data['partial-block'] = currentPartialBlock;
1306
- return fn(context, options);
1307
- };
1308
- if (fn.partials) {
1309
- options.partials = Utils.extend({}, options.partials, fn.partials);
1310
- }
1311
- })();
1312
- }
1313
-
1314
- if (partial === undefined && partialBlock) {
1315
- partial = partialBlock;
1316
- }
1317
-
1318
- if (partial === undefined) {
1319
- throw new _exception2['default']('The partial ' + options.name + ' could not be found');
1320
- } else if (partial instanceof Function) {
1321
- return partial(context, options);
1322
- }
1323
- }
1324
-
1325
- function noop() {
1326
- return '';
1327
- }
1328
-
1329
- function initData(context, data) {
1330
- if (!data || !('root' in data)) {
1331
- data = data ? _base.createFrame(data) : {};
1332
- data.root = context;
1333
- }
1334
- return data;
1335
- }
1336
-
1337
- function executeDecorators(fn, prog, container, depths, data, blockParams) {
1338
- if (fn.decorator) {
1339
- var props = {};
1340
- prog = fn.decorator(prog, props, container, depths && depths[0], data, blockParams, depths);
1341
- Utils.extend(prog, props);
1342
- }
1343
- return prog;
1344
- }
1345
-
1346
- /***/ }),
1347
- /* 23 */
1348
- /***/ (function(module, exports, __webpack_require__) {
1349
-
1350
- module.exports = { "default": __webpack_require__(24), __esModule: true };
1351
-
1352
- /***/ }),
1353
- /* 24 */
1354
- /***/ (function(module, exports, __webpack_require__) {
1355
-
1356
- __webpack_require__(25);
1357
- module.exports = __webpack_require__(30).Object.seal;
1358
-
1359
- /***/ }),
1360
- /* 25 */
1361
- /***/ (function(module, exports, __webpack_require__) {
1362
-
1363
- // 19.1.2.17 Object.seal(O)
1364
- var isObject = __webpack_require__(26);
1365
-
1366
- __webpack_require__(27)('seal', function($seal){
1367
- return function seal(it){
1368
- return $seal && isObject(it) ? $seal(it) : it;
1369
- };
1370
- });
1371
-
1372
- /***/ }),
1373
- /* 26 */
1374
- /***/ (function(module, exports) {
1375
-
1376
- module.exports = function(it){
1377
- return typeof it === 'object' ? it !== null : typeof it === 'function';
1378
- };
1379
-
1380
- /***/ }),
1381
- /* 27 */
1382
- /***/ (function(module, exports, __webpack_require__) {
1383
-
1384
- // most Object methods by ES6 should accept primitives
1385
- var $export = __webpack_require__(28)
1386
- , core = __webpack_require__(30)
1387
- , fails = __webpack_require__(33);
1388
- module.exports = function(KEY, exec){
1389
- var fn = (core.Object || {})[KEY] || Object[KEY]
1390
- , exp = {};
1391
- exp[KEY] = exec(fn);
1392
- $export($export.S + $export.F * fails(function(){ fn(1); }), 'Object', exp);
1393
- };
1394
-
1395
- /***/ }),
1396
- /* 28 */
1397
- /***/ (function(module, exports, __webpack_require__) {
1398
-
1399
- var global = __webpack_require__(29)
1400
- , core = __webpack_require__(30)
1401
- , ctx = __webpack_require__(31)
1402
- , PROTOTYPE = 'prototype';
1403
-
1404
- var $export = function(type, name, source){
1405
- var IS_FORCED = type & $export.F
1406
- , IS_GLOBAL = type & $export.G
1407
- , IS_STATIC = type & $export.S
1408
- , IS_PROTO = type & $export.P
1409
- , IS_BIND = type & $export.B
1410
- , IS_WRAP = type & $export.W
1411
- , exports = IS_GLOBAL ? core : core[name] || (core[name] = {})
1412
- , target = IS_GLOBAL ? global : IS_STATIC ? global[name] : (global[name] || {})[PROTOTYPE]
1413
- , key, own, out;
1414
- if(IS_GLOBAL)source = name;
1415
- for(key in source){
1416
- // contains in native
1417
- own = !IS_FORCED && target && key in target;
1418
- if(own && key in exports)continue;
1419
- // export native or passed
1420
- out = own ? target[key] : source[key];
1421
- // prevent global pollution for namespaces
1422
- exports[key] = IS_GLOBAL && typeof target[key] != 'function' ? source[key]
1423
- // bind timers to global for call from export context
1424
- : IS_BIND && own ? ctx(out, global)
1425
- // wrap global constructors for prevent change them in library
1426
- : IS_WRAP && target[key] == out ? (function(C){
1427
- var F = function(param){
1428
- return this instanceof C ? new C(param) : C(param);
1429
- };
1430
- F[PROTOTYPE] = C[PROTOTYPE];
1431
- return F;
1432
- // make static versions for prototype methods
1433
- })(out) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;
1434
- if(IS_PROTO)(exports[PROTOTYPE] || (exports[PROTOTYPE] = {}))[key] = out;
1435
- }
1436
- };
1437
- // type bitmap
1438
- $export.F = 1; // forced
1439
- $export.G = 2; // global
1440
- $export.S = 4; // static
1441
- $export.P = 8; // proto
1442
- $export.B = 16; // bind
1443
- $export.W = 32; // wrap
1444
- module.exports = $export;
1445
-
1446
- /***/ }),
1447
- /* 29 */
1448
- /***/ (function(module, exports) {
1449
-
1450
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
1451
- var global = module.exports = typeof window != 'undefined' && window.Math == Math
1452
- ? window : typeof self != 'undefined' && self.Math == Math ? self : Function('return this')();
1453
- if(typeof __g == 'number')__g = global; // eslint-disable-line no-undef
1454
-
1455
- /***/ }),
1456
- /* 30 */
1457
- /***/ (function(module, exports) {
1458
-
1459
- var core = module.exports = {version: '1.2.6'};
1460
- if(typeof __e == 'number')__e = core; // eslint-disable-line no-undef
1461
-
1462
- /***/ }),
1463
- /* 31 */
1464
- /***/ (function(module, exports, __webpack_require__) {
1465
-
1466
- // optional / simple context binding
1467
- var aFunction = __webpack_require__(32);
1468
- module.exports = function(fn, that, length){
1469
- aFunction(fn);
1470
- if(that === undefined)return fn;
1471
- switch(length){
1472
- case 1: return function(a){
1473
- return fn.call(that, a);
1474
- };
1475
- case 2: return function(a, b){
1476
- return fn.call(that, a, b);
1477
- };
1478
- case 3: return function(a, b, c){
1479
- return fn.call(that, a, b, c);
1480
- };
1481
- }
1482
- return function(/* ...args */){
1483
- return fn.apply(that, arguments);
1484
- };
1485
- };
1486
-
1487
- /***/ }),
1488
- /* 32 */
1489
- /***/ (function(module, exports) {
1490
-
1491
- module.exports = function(it){
1492
- if(typeof it != 'function')throw TypeError(it + ' is not a function!');
1493
- return it;
1494
- };
1495
-
1496
- /***/ }),
1497
- /* 33 */
1498
- /***/ (function(module, exports) {
1499
-
1500
- module.exports = function(exec){
1501
- try {
1502
- return !!exec();
1503
- } catch(e){
1504
- return true;
1505
- }
1506
- };
1507
-
1508
- /***/ }),
1509
- /* 34 */
1510
- /***/ (function(module, exports) {
1511
-
1512
- /* WEBPACK VAR INJECTION */(function(global) {/* global window */
1513
- 'use strict';
1514
-
1515
- exports.__esModule = true;
1516
-
1517
- exports['default'] = function (Handlebars) {
1518
- /* istanbul ignore next */
1519
- var root = typeof global !== 'undefined' ? global : window,
1520
- $Handlebars = root.Handlebars;
1521
- /* istanbul ignore next */
1522
- Handlebars.noConflict = function () {
1523
- if (root.Handlebars === Handlebars) {
1524
- root.Handlebars = $Handlebars;
1525
- }
1526
- return Handlebars;
1527
- };
1528
- };
1529
-
1530
- module.exports = exports['default'];
1531
- /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }())))
1532
-
1533
- /***/ }),
1534
- /* 35 */
1535
- /***/ (function(module, exports) {
1536
-
1537
- 'use strict';
1538
-
1539
- exports.__esModule = true;
1540
- var AST = {
1541
- // Public API used to evaluate derived attributes regarding AST nodes
1542
- helpers: {
1543
- // a mustache is definitely a helper if:
1544
- // * it is an eligible helper, and
1545
- // * it has at least one parameter or hash segment
1546
- helperExpression: function helperExpression(node) {
1547
- return node.type === 'SubExpression' || (node.type === 'MustacheStatement' || node.type === 'BlockStatement') && !!(node.params && node.params.length || node.hash);
1548
- },
1549
-
1550
- scopedId: function scopedId(path) {
1551
- return (/^\.|this\b/.test(path.original)
1552
- );
1553
- },
1554
-
1555
- // an ID is simple if it only has one part, and that part is not
1556
- // `..` or `this`.
1557
- simpleId: function simpleId(path) {
1558
- return path.parts.length === 1 && !AST.helpers.scopedId(path) && !path.depth;
1559
- }
1560
- }
1561
- };
1562
-
1563
- // Must be exported as an object rather than the root of the module as the jison lexer
1564
- // must modify the object to operate properly.
1565
- exports['default'] = AST;
1566
- module.exports = exports['default'];
1567
-
1568
- /***/ }),
1569
- /* 36 */
1570
- /***/ (function(module, exports, __webpack_require__) {
1571
-
1572
- 'use strict';
1573
-
1574
- var _interopRequireDefault = __webpack_require__(1)['default'];
1575
-
1576
- var _interopRequireWildcard = __webpack_require__(3)['default'];
1577
-
1578
- exports.__esModule = true;
1579
- exports.parse = parse;
1580
-
1581
- var _parser = __webpack_require__(37);
1582
-
1583
- var _parser2 = _interopRequireDefault(_parser);
1584
-
1585
- var _whitespaceControl = __webpack_require__(38);
1586
-
1587
- var _whitespaceControl2 = _interopRequireDefault(_whitespaceControl);
1588
-
1589
- var _helpers = __webpack_require__(40);
1590
-
1591
- var Helpers = _interopRequireWildcard(_helpers);
1592
-
1593
- var _utils = __webpack_require__(5);
1594
-
1595
- exports.parser = _parser2['default'];
1596
-
1597
- var yy = {};
1598
- _utils.extend(yy, Helpers);
1599
-
1600
- function parse(input, options) {
1601
- // Just return if an already-compiled AST was passed in.
1602
- if (input.type === 'Program') {
1603
- return input;
1604
- }
1605
-
1606
- _parser2['default'].yy = yy;
1607
-
1608
- // Altering the shared object here, but this is ok as parser is a sync operation
1609
- yy.locInfo = function (locInfo) {
1610
- return new yy.SourceLocation(options && options.srcName, locInfo);
1611
- };
1612
-
1613
- var strip = new _whitespaceControl2['default'](options);
1614
- return strip.accept(_parser2['default'].parse(input));
1615
- }
1616
-
1617
- /***/ }),
1618
- /* 37 */
1619
- /***/ (function(module, exports) {
1620
-
1621
- // File ignored in coverage tests via setting in .istanbul.yml
1622
- /* Jison generated parser */
1623
- "use strict";
1624
-
1625
- exports.__esModule = true;
1626
- var handlebars = (function () {
1627
- var parser = { trace: function trace() {},
1628
- yy: {},
1629
- symbols_: { "error": 2, "root": 3, "program": 4, "EOF": 5, "program_repetition0": 6, "statement": 7, "mustache": 8, "block": 9, "rawBlock": 10, "partial": 11, "partialBlock": 12, "content": 13, "COMMENT": 14, "CONTENT": 15, "openRawBlock": 16, "rawBlock_repetition_plus0": 17, "END_RAW_BLOCK": 18, "OPEN_RAW_BLOCK": 19, "helperName": 20, "openRawBlock_repetition0": 21, "openRawBlock_option0": 22, "CLOSE_RAW_BLOCK": 23, "openBlock": 24, "block_option0": 25, "closeBlock": 26, "openInverse": 27, "block_option1": 28, "OPEN_BLOCK": 29, "openBlock_repetition0": 30, "openBlock_option0": 31, "openBlock_option1": 32, "CLOSE": 33, "OPEN_INVERSE": 34, "openInverse_repetition0": 35, "openInverse_option0": 36, "openInverse_option1": 37, "openInverseChain": 38, "OPEN_INVERSE_CHAIN": 39, "openInverseChain_repetition0": 40, "openInverseChain_option0": 41, "openInverseChain_option1": 42, "inverseAndProgram": 43, "INVERSE": 44, "inverseChain": 45, "inverseChain_option0": 46, "OPEN_ENDBLOCK": 47, "OPEN": 48, "mustache_repetition0": 49, "mustache_option0": 50, "OPEN_UNESCAPED": 51, "mustache_repetition1": 52, "mustache_option1": 53, "CLOSE_UNESCAPED": 54, "OPEN_PARTIAL": 55, "partialName": 56, "partial_repetition0": 57, "partial_option0": 58, "openPartialBlock": 59, "OPEN_PARTIAL_BLOCK": 60, "openPartialBlock_repetition0": 61, "openPartialBlock_option0": 62, "param": 63, "sexpr": 64, "OPEN_SEXPR": 65, "sexpr_repetition0": 66, "sexpr_option0": 67, "CLOSE_SEXPR": 68, "hash": 69, "hash_repetition_plus0": 70, "hashSegment": 71, "ID": 72, "EQUALS": 73, "blockParams": 74, "OPEN_BLOCK_PARAMS": 75, "blockParams_repetition_plus0": 76, "CLOSE_BLOCK_PARAMS": 77, "path": 78, "dataName": 79, "STRING": 80, "NUMBER": 81, "BOOLEAN": 82, "UNDEFINED": 83, "NULL": 84, "DATA": 85, "pathSegments": 86, "SEP": 87, "$accept": 0, "$end": 1 },
1630
- terminals_: { 2: "error", 5: "EOF", 14: "COMMENT", 15: "CONTENT", 18: "END_RAW_BLOCK", 19: "OPEN_RAW_BLOCK", 23: "CLOSE_RAW_BLOCK", 29: "OPEN_BLOCK", 33: "CLOSE", 34: "OPEN_INVERSE", 39: "OPEN_INVERSE_CHAIN", 44: "INVERSE", 47: "OPEN_ENDBLOCK", 48: "OPEN", 51: "OPEN_UNESCAPED", 54: "CLOSE_UNESCAPED", 55: "OPEN_PARTIAL", 60: "OPEN_PARTIAL_BLOCK", 65: "OPEN_SEXPR", 68: "CLOSE_SEXPR", 72: "ID", 73: "EQUALS", 75: "OPEN_BLOCK_PARAMS", 77: "CLOSE_BLOCK_PARAMS", 80: "STRING", 81: "NUMBER", 82: "BOOLEAN", 83: "UNDEFINED", 84: "NULL", 85: "DATA", 87: "SEP" },
1631
- productions_: [0, [3, 2], [4, 1], [7, 1], [7, 1], [7, 1], [7, 1], [7, 1], [7, 1], [7, 1], [13, 1], [10, 3], [16, 5], [9, 4], [9, 4], [24, 6], [27, 6], [38, 6], [43, 2], [45, 3], [45, 1], [26, 3], [8, 5], [8, 5], [11, 5], [12, 3], [59, 5], [63, 1], [63, 1], [64, 5], [69, 1], [71, 3], [74, 3], [20, 1], [20, 1], [20, 1], [20, 1], [20, 1], [20, 1], [20, 1], [56, 1], [56, 1], [79, 2], [78, 1], [86, 3], [86, 1], [6, 0], [6, 2], [17, 1], [17, 2], [21, 0], [21, 2], [22, 0], [22, 1], [25, 0], [25, 1], [28, 0], [28, 1], [30, 0], [30, 2], [31, 0], [31, 1], [32, 0], [32, 1], [35, 0], [35, 2], [36, 0], [36, 1], [37, 0], [37, 1], [40, 0], [40, 2], [41, 0], [41, 1], [42, 0], [42, 1], [46, 0], [46, 1], [49, 0], [49, 2], [50, 0], [50, 1], [52, 0], [52, 2], [53, 0], [53, 1], [57, 0], [57, 2], [58, 0], [58, 1], [61, 0], [61, 2], [62, 0], [62, 1], [66, 0], [66, 2], [67, 0], [67, 1], [70, 1], [70, 2], [76, 1], [76, 2]],
1632
- performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$
1633
- /*``*/) {
1634
-
1635
- var $0 = $$.length - 1;
1636
- switch (yystate) {
1637
- case 1:
1638
- return $$[$0 - 1];
1639
- break;
1640
- case 2:
1641
- this.$ = yy.prepareProgram($$[$0]);
1642
- break;
1643
- case 3:
1644
- this.$ = $$[$0];
1645
- break;
1646
- case 4:
1647
- this.$ = $$[$0];
1648
- break;
1649
- case 5:
1650
- this.$ = $$[$0];
1651
- break;
1652
- case 6:
1653
- this.$ = $$[$0];
1654
- break;
1655
- case 7:
1656
- this.$ = $$[$0];
1657
- break;
1658
- case 8:
1659
- this.$ = $$[$0];
1660
- break;
1661
- case 9:
1662
- this.$ = {
1663
- type: 'CommentStatement',
1664
- value: yy.stripComment($$[$0]),
1665
- strip: yy.stripFlags($$[$0], $$[$0]),
1666
- loc: yy.locInfo(this._$)
1667
- };
1668
-
1669
- break;
1670
- case 10:
1671
- this.$ = {
1672
- type: 'ContentStatement',
1673
- original: $$[$0],
1674
- value: $$[$0],
1675
- loc: yy.locInfo(this._$)
1676
- };
1677
-
1678
- break;
1679
- case 11:
1680
- this.$ = yy.prepareRawBlock($$[$0 - 2], $$[$0 - 1], $$[$0], this._$);
1681
- break;
1682
- case 12:
1683
- this.$ = { path: $$[$0 - 3], params: $$[$0 - 2], hash: $$[$0 - 1] };
1684
- break;
1685
- case 13:
1686
- this.$ = yy.prepareBlock($$[$0 - 3], $$[$0 - 2], $$[$0 - 1], $$[$0], false, this._$);
1687
- break;
1688
- case 14:
1689
- this.$ = yy.prepareBlock($$[$0 - 3], $$[$0 - 2], $$[$0 - 1], $$[$0], true, this._$);
1690
- break;
1691
- case 15:
1692
- this.$ = { open: $$[$0 - 5], path: $$[$0 - 4], params: $$[$0 - 3], hash: $$[$0 - 2], blockParams: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 5], $$[$0]) };
1693
- break;
1694
- case 16:
1695
- this.$ = { path: $$[$0 - 4], params: $$[$0 - 3], hash: $$[$0 - 2], blockParams: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 5], $$[$0]) };
1696
- break;
1697
- case 17:
1698
- this.$ = { path: $$[$0 - 4], params: $$[$0 - 3], hash: $$[$0 - 2], blockParams: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 5], $$[$0]) };
1699
- break;
1700
- case 18:
1701
- this.$ = { strip: yy.stripFlags($$[$0 - 1], $$[$0 - 1]), program: $$[$0] };
1702
- break;
1703
- case 19:
1704
- var inverse = yy.prepareBlock($$[$0 - 2], $$[$0 - 1], $$[$0], $$[$0], false, this._$),
1705
- program = yy.prepareProgram([inverse], $$[$0 - 1].loc);
1706
- program.chained = true;
1707
-
1708
- this.$ = { strip: $$[$0 - 2].strip, program: program, chain: true };
1709
-
1710
- break;
1711
- case 20:
1712
- this.$ = $$[$0];
1713
- break;
1714
- case 21:
1715
- this.$ = { path: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 2], $$[$0]) };
1716
- break;
1717
- case 22:
1718
- this.$ = yy.prepareMustache($$[$0 - 3], $$[$0 - 2], $$[$0 - 1], $$[$0 - 4], yy.stripFlags($$[$0 - 4], $$[$0]), this._$);
1719
- break;
1720
- case 23:
1721
- this.$ = yy.prepareMustache($$[$0 - 3], $$[$0 - 2], $$[$0 - 1], $$[$0 - 4], yy.stripFlags($$[$0 - 4], $$[$0]), this._$);
1722
- break;
1723
- case 24:
1724
- this.$ = {
1725
- type: 'PartialStatement',
1726
- name: $$[$0 - 3],
1727
- params: $$[$0 - 2],
1728
- hash: $$[$0 - 1],
1729
- indent: '',
1730
- strip: yy.stripFlags($$[$0 - 4], $$[$0]),
1731
- loc: yy.locInfo(this._$)
1732
- };
1733
-
1734
- break;
1735
- case 25:
1736
- this.$ = yy.preparePartialBlock($$[$0 - 2], $$[$0 - 1], $$[$0], this._$);
1737
- break;
1738
- case 26:
1739
- this.$ = { path: $$[$0 - 3], params: $$[$0 - 2], hash: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 4], $$[$0]) };
1740
- break;
1741
- case 27:
1742
- this.$ = $$[$0];
1743
- break;
1744
- case 28:
1745
- this.$ = $$[$0];
1746
- break;
1747
- case 29:
1748
- this.$ = {
1749
- type: 'SubExpression',
1750
- path: $$[$0 - 3],
1751
- params: $$[$0 - 2],
1752
- hash: $$[$0 - 1],
1753
- loc: yy.locInfo(this._$)
1754
- };
1755
-
1756
- break;
1757
- case 30:
1758
- this.$ = { type: 'Hash', pairs: $$[$0], loc: yy.locInfo(this._$) };
1759
- break;
1760
- case 31:
1761
- this.$ = { type: 'HashPair', key: yy.id($$[$0 - 2]), value: $$[$0], loc: yy.locInfo(this._$) };
1762
- break;
1763
- case 32:
1764
- this.$ = yy.id($$[$0 - 1]);
1765
- break;
1766
- case 33:
1767
- this.$ = $$[$0];
1768
- break;
1769
- case 34:
1770
- this.$ = $$[$0];
1771
- break;
1772
- case 35:
1773
- this.$ = { type: 'StringLiteral', value: $$[$0], original: $$[$0], loc: yy.locInfo(this._$) };
1774
- break;
1775
- case 36:
1776
- this.$ = { type: 'NumberLiteral', value: Number($$[$0]), original: Number($$[$0]), loc: yy.locInfo(this._$) };
1777
- break;
1778
- case 37:
1779
- this.$ = { type: 'BooleanLiteral', value: $$[$0] === 'true', original: $$[$0] === 'true', loc: yy.locInfo(this._$) };
1780
- break;
1781
- case 38:
1782
- this.$ = { type: 'UndefinedLiteral', original: undefined, value: undefined, loc: yy.locInfo(this._$) };
1783
- break;
1784
- case 39:
1785
- this.$ = { type: 'NullLiteral', original: null, value: null, loc: yy.locInfo(this._$) };
1786
- break;
1787
- case 40:
1788
- this.$ = $$[$0];
1789
- break;
1790
- case 41:
1791
- this.$ = $$[$0];
1792
- break;
1793
- case 42:
1794
- this.$ = yy.preparePath(true, $$[$0], this._$);
1795
- break;
1796
- case 43:
1797
- this.$ = yy.preparePath(false, $$[$0], this._$);
1798
- break;
1799
- case 44:
1800
- $$[$0 - 2].push({ part: yy.id($$[$0]), original: $$[$0], separator: $$[$0 - 1] });this.$ = $$[$0 - 2];
1801
- break;
1802
- case 45:
1803
- this.$ = [{ part: yy.id($$[$0]), original: $$[$0] }];
1804
- break;
1805
- case 46:
1806
- this.$ = [];
1807
- break;
1808
- case 47:
1809
- $$[$0 - 1].push($$[$0]);
1810
- break;
1811
- case 48:
1812
- this.$ = [$$[$0]];
1813
- break;
1814
- case 49:
1815
- $$[$0 - 1].push($$[$0]);
1816
- break;
1817
- case 50:
1818
- this.$ = [];
1819
- break;
1820
- case 51:
1821
- $$[$0 - 1].push($$[$0]);
1822
- break;
1823
- case 58:
1824
- this.$ = [];
1825
- break;
1826
- case 59:
1827
- $$[$0 - 1].push($$[$0]);
1828
- break;
1829
- case 64:
1830
- this.$ = [];
1831
- break;
1832
- case 65:
1833
- $$[$0 - 1].push($$[$0]);
1834
- break;
1835
- case 70:
1836
- this.$ = [];
1837
- break;
1838
- case 71:
1839
- $$[$0 - 1].push($$[$0]);
1840
- break;
1841
- case 78:
1842
- this.$ = [];
1843
- break;
1844
- case 79:
1845
- $$[$0 - 1].push($$[$0]);
1846
- break;
1847
- case 82:
1848
- this.$ = [];
1849
- break;
1850
- case 83:
1851
- $$[$0 - 1].push($$[$0]);
1852
- break;
1853
- case 86:
1854
- this.$ = [];
1855
- break;
1856
- case 87:
1857
- $$[$0 - 1].push($$[$0]);
1858
- break;
1859
- case 90:
1860
- this.$ = [];
1861
- break;
1862
- case 91:
1863
- $$[$0 - 1].push($$[$0]);
1864
- break;
1865
- case 94:
1866
- this.$ = [];
1867
- break;
1868
- case 95:
1869
- $$[$0 - 1].push($$[$0]);
1870
- break;
1871
- case 98:
1872
- this.$ = [$$[$0]];
1873
- break;
1874
- case 99:
1875
- $$[$0 - 1].push($$[$0]);
1876
- break;
1877
- case 100:
1878
- this.$ = [$$[$0]];
1879
- break;
1880
- case 101:
1881
- $$[$0 - 1].push($$[$0]);
1882
- break;
1883
- }
1884
- },
1885
- table: [{ 3: 1, 4: 2, 5: [2, 46], 6: 3, 14: [2, 46], 15: [2, 46], 19: [2, 46], 29: [2, 46], 34: [2, 46], 48: [2, 46], 51: [2, 46], 55: [2, 46], 60: [2, 46] }, { 1: [3] }, { 5: [1, 4] }, { 5: [2, 2], 7: 5, 8: 6, 9: 7, 10: 8, 11: 9, 12: 10, 13: 11, 14: [1, 12], 15: [1, 20], 16: 17, 19: [1, 23], 24: 15, 27: 16, 29: [1, 21], 34: [1, 22], 39: [2, 2], 44: [2, 2], 47: [2, 2], 48: [1, 13], 51: [1, 14], 55: [1, 18], 59: 19, 60: [1, 24] }, { 1: [2, 1] }, { 5: [2, 47], 14: [2, 47], 15: [2, 47], 19: [2, 47], 29: [2, 47], 34: [2, 47], 39: [2, 47], 44: [2, 47], 47: [2, 47], 48: [2, 47], 51: [2, 47], 55: [2, 47], 60: [2, 47] }, { 5: [2, 3], 14: [2, 3], 15: [2, 3], 19: [2, 3], 29: [2, 3], 34: [2, 3], 39: [2, 3], 44: [2, 3], 47: [2, 3], 48: [2, 3], 51: [2, 3], 55: [2, 3], 60: [2, 3] }, { 5: [2, 4], 14: [2, 4], 15: [2, 4], 19: [2, 4], 29: [2, 4], 34: [2, 4], 39: [2, 4], 44: [2, 4], 47: [2, 4], 48: [2, 4], 51: [2, 4], 55: [2, 4], 60: [2, 4] }, { 5: [2, 5], 14: [2, 5], 15: [2, 5], 19: [2, 5], 29: [2, 5], 34: [2, 5], 39: [2, 5], 44: [2, 5], 47: [2, 5], 48: [2, 5], 51: [2, 5], 55: [2, 5], 60: [2, 5] }, { 5: [2, 6], 14: [2, 6], 15: [2, 6], 19: [2, 6], 29: [2, 6], 34: [2, 6], 39: [2, 6], 44: [2, 6], 47: [2, 6], 48: [2, 6], 51: [2, 6], 55: [2, 6], 60: [2, 6] }, { 5: [2, 7], 14: [2, 7], 15: [2, 7], 19: [2, 7], 29: [2, 7], 34: [2, 7], 39: [2, 7], 44: [2, 7], 47: [2, 7], 48: [2, 7], 51: [2, 7], 55: [2, 7], 60: [2, 7] }, { 5: [2, 8], 14: [2, 8], 15: [2, 8], 19: [2, 8], 29: [2, 8], 34: [2, 8], 39: [2, 8], 44: [2, 8], 47: [2, 8], 48: [2, 8], 51: [2, 8], 55: [2, 8], 60: [2, 8] }, { 5: [2, 9], 14: [2, 9], 15: [2, 9], 19: [2, 9], 29: [2, 9], 34: [2, 9], 39: [2, 9], 44: [2, 9], 47: [2, 9], 48: [2, 9], 51: [2, 9], 55: [2, 9], 60: [2, 9] }, { 20: 25, 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 20: 36, 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 4: 37, 6: 3, 14: [2, 46], 15: [2, 46], 19: [2, 46], 29: [2, 46], 34: [2, 46], 39: [2, 46], 44: [2, 46], 47: [2, 46], 48: [2, 46], 51: [2, 46], 55: [2, 46], 60: [2, 46] }, { 4: 38, 6: 3, 14: [2, 46], 15: [2, 46], 19: [2, 46], 29: [2, 46], 34: [2, 46], 44: [2, 46], 47: [2, 46], 48: [2, 46], 51: [2, 46], 55: [2, 46], 60: [2, 46] }, { 13: 40, 15: [1, 20], 17: 39 }, { 20: 42, 56: 41, 64: 43, 65: [1, 44], 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 4: 45, 6: 3, 14: [2, 46], 15: [2, 46], 19: [2, 46], 29: [2, 46], 34: [2, 46], 47: [2, 46], 48: [2, 46], 51: [2, 46], 55: [2, 46], 60: [2, 46] }, { 5: [2, 10], 14: [2, 10], 15: [2, 10], 18: [2, 10], 19: [2, 10], 29: [2, 10], 34: [2, 10], 39: [2, 10], 44: [2, 10], 47: [2, 10], 48: [2, 10], 51: [2, 10], 55: [2, 10], 60: [2, 10] }, { 20: 46, 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 20: 47, 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 20: 48, 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 20: 42, 56: 49, 64: 43, 65: [1, 44], 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 33: [2, 78], 49: 50, 65: [2, 78], 72: [2, 78], 80: [2, 78], 81: [2, 78], 82: [2, 78], 83: [2, 78], 84: [2, 78], 85: [2, 78] }, { 23: [2, 33], 33: [2, 33], 54: [2, 33], 65: [2, 33], 68: [2, 33], 72: [2, 33], 75: [2, 33], 80: [2, 33], 81: [2, 33], 82: [2, 33], 83: [2, 33], 84: [2, 33], 85: [2, 33] }, { 23: [2, 34], 33: [2, 34], 54: [2, 34], 65: [2, 34], 68: [2, 34], 72: [2, 34], 75: [2, 34], 80: [2, 34], 81: [2, 34], 82: [2, 34], 83: [2, 34], 84: [2, 34], 85: [2, 34] }, { 23: [2, 35], 33: [2, 35], 54: [2, 35], 65: [2, 35], 68: [2, 35], 72: [2, 35], 75: [2, 35], 80: [2, 35], 81: [2, 35], 82: [2, 35], 83: [2, 35], 84: [2, 35], 85: [2, 35] }, { 23: [2, 36], 33: [2, 36], 54: [2, 36], 65: [2, 36], 68: [2, 36], 72: [2, 36], 75: [2, 36], 80: [2, 36], 81: [2, 36], 82: [2, 36], 83: [2, 36], 84: [2, 36], 85: [2, 36] }, { 23: [2, 37], 33: [2, 37], 54: [2, 37], 65: [2, 37], 68: [2, 37], 72: [2, 37], 75: [2, 37], 80: [2, 37], 81: [2, 37], 82: [2, 37], 83: [2, 37], 84: [2, 37], 85: [2, 37] }, { 23: [2, 38], 33: [2, 38], 54: [2, 38], 65: [2, 38], 68: [2, 38], 72: [2, 38], 75: [2, 38], 80: [2, 38], 81: [2, 38], 82: [2, 38], 83: [2, 38], 84: [2, 38], 85: [2, 38] }, { 23: [2, 39], 33: [2, 39], 54: [2, 39], 65: [2, 39], 68: [2, 39], 72: [2, 39], 75: [2, 39], 80: [2, 39], 81: [2, 39], 82: [2, 39], 83: [2, 39], 84: [2, 39], 85: [2, 39] }, { 23: [2, 43], 33: [2, 43], 54: [2, 43], 65: [2, 43], 68: [2, 43], 72: [2, 43], 75: [2, 43], 80: [2, 43], 81: [2, 43], 82: [2, 43], 83: [2, 43], 84: [2, 43], 85: [2, 43], 87: [1, 51] }, { 72: [1, 35], 86: 52 }, { 23: [2, 45], 33: [2, 45], 54: [2, 45], 65: [2, 45], 68: [2, 45], 72: [2, 45], 75: [2, 45], 80: [2, 45], 81: [2, 45], 82: [2, 45], 83: [2, 45], 84: [2, 45], 85: [2, 45], 87: [2, 45] }, { 52: 53, 54: [2, 82], 65: [2, 82], 72: [2, 82], 80: [2, 82], 81: [2, 82], 82: [2, 82], 83: [2, 82], 84: [2, 82], 85: [2, 82] }, { 25: 54, 38: 56, 39: [1, 58], 43: 57, 44: [1, 59], 45: 55, 47: [2, 54] }, { 28: 60, 43: 61, 44: [1, 59], 47: [2, 56] }, { 13: 63, 15: [1, 20], 18: [1, 62] }, { 15: [2, 48], 18: [2, 48] }, { 33: [2, 86], 57: 64, 65: [2, 86], 72: [2, 86], 80: [2, 86], 81: [2, 86], 82: [2, 86], 83: [2, 86], 84: [2, 86], 85: [2, 86] }, { 33: [2, 40], 65: [2, 40], 72: [2, 40], 80: [2, 40], 81: [2, 40], 82: [2, 40], 83: [2, 40], 84: [2, 40], 85: [2, 40] }, { 33: [2, 41], 65: [2, 41], 72: [2, 41], 80: [2, 41], 81: [2, 41], 82: [2, 41], 83: [2, 41], 84: [2, 41], 85: [2, 41] }, { 20: 65, 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 26: 66, 47: [1, 67] }, { 30: 68, 33: [2, 58], 65: [2, 58], 72: [2, 58], 75: [2, 58], 80: [2, 58], 81: [2, 58], 82: [2, 58], 83: [2, 58], 84: [2, 58], 85: [2, 58] }, { 33: [2, 64], 35: 69, 65: [2, 64], 72: [2, 64], 75: [2, 64], 80: [2, 64], 81: [2, 64], 82: [2, 64], 83: [2, 64], 84: [2, 64], 85: [2, 64] }, { 21: 70, 23: [2, 50], 65: [2, 50], 72: [2, 50], 80: [2, 50], 81: [2, 50], 82: [2, 50], 83: [2, 50], 84: [2, 50], 85: [2, 50] }, { 33: [2, 90], 61: 71, 65: [2, 90], 72: [2, 90], 80: [2, 90], 81: [2, 90], 82: [2, 90], 83: [2, 90], 84: [2, 90], 85: [2, 90] }, { 20: 75, 33: [2, 80], 50: 72, 63: 73, 64: 76, 65: [1, 44], 69: 74, 70: 77, 71: 78, 72: [1, 79], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 72: [1, 80] }, { 23: [2, 42], 33: [2, 42], 54: [2, 42], 65: [2, 42], 68: [2, 42], 72: [2, 42], 75: [2, 42], 80: [2, 42], 81: [2, 42], 82: [2, 42], 83: [2, 42], 84: [2, 42], 85: [2, 42], 87: [1, 51] }, { 20: 75, 53: 81, 54: [2, 84], 63: 82, 64: 76, 65: [1, 44], 69: 83, 70: 77, 71: 78, 72: [1, 79], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 26: 84, 47: [1, 67] }, { 47: [2, 55] }, { 4: 85, 6: 3, 14: [2, 46], 15: [2, 46], 19: [2, 46], 29: [2, 46], 34: [2, 46], 39: [2, 46], 44: [2, 46], 47: [2, 46], 48: [2, 46], 51: [2, 46], 55: [2, 46], 60: [2, 46] }, { 47: [2, 20] }, { 20: 86, 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 4: 87, 6: 3, 14: [2, 46], 15: [2, 46], 19: [2, 46], 29: [2, 46], 34: [2, 46], 47: [2, 46], 48: [2, 46], 51: [2, 46], 55: [2, 46], 60: [2, 46] }, { 26: 88, 47: [1, 67] }, { 47: [2, 57] }, { 5: [2, 11], 14: [2, 11], 15: [2, 11], 19: [2, 11], 29: [2, 11], 34: [2, 11], 39: [2, 11], 44: [2, 11], 47: [2, 11], 48: [2, 11], 51: [2, 11], 55: [2, 11], 60: [2, 11] }, { 15: [2, 49], 18: [2, 49] }, { 20: 75, 33: [2, 88], 58: 89, 63: 90, 64: 76, 65: [1, 44], 69: 91, 70: 77, 71: 78, 72: [1, 79], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 65: [2, 94], 66: 92, 68: [2, 94], 72: [2, 94], 80: [2, 94], 81: [2, 94], 82: [2, 94], 83: [2, 94], 84: [2, 94], 85: [2, 94] }, { 5: [2, 25], 14: [2, 25], 15: [2, 25], 19: [2, 25], 29: [2, 25], 34: [2, 25], 39: [2, 25], 44: [2, 25], 47: [2, 25], 48: [2, 25], 51: [2, 25], 55: [2, 25], 60: [2, 25] }, { 20: 93, 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 20: 75, 31: 94, 33: [2, 60], 63: 95, 64: 76, 65: [1, 44], 69: 96, 70: 77, 71: 78, 72: [1, 79], 75: [2, 60], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 20: 75, 33: [2, 66], 36: 97, 63: 98, 64: 76, 65: [1, 44], 69: 99, 70: 77, 71: 78, 72: [1, 79], 75: [2, 66], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 20: 75, 22: 100, 23: [2, 52], 63: 101, 64: 76, 65: [1, 44], 69: 102, 70: 77, 71: 78, 72: [1, 79], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 20: 75, 33: [2, 92], 62: 103, 63: 104, 64: 76, 65: [1, 44], 69: 105, 70: 77, 71: 78, 72: [1, 79], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 33: [1, 106] }, { 33: [2, 79], 65: [2, 79], 72: [2, 79], 80: [2, 79], 81: [2, 79], 82: [2, 79], 83: [2, 79], 84: [2, 79], 85: [2, 79] }, { 33: [2, 81] }, { 23: [2, 27], 33: [2, 27], 54: [2, 27], 65: [2, 27], 68: [2, 27], 72: [2, 27], 75: [2, 27], 80: [2, 27], 81: [2, 27], 82: [2, 27], 83: [2, 27], 84: [2, 27], 85: [2, 27] }, { 23: [2, 28], 33: [2, 28], 54: [2, 28], 65: [2, 28], 68: [2, 28], 72: [2, 28], 75: [2, 28], 80: [2, 28], 81: [2, 28], 82: [2, 28], 83: [2, 28], 84: [2, 28], 85: [2, 28] }, { 23: [2, 30], 33: [2, 30], 54: [2, 30], 68: [2, 30], 71: 107, 72: [1, 108], 75: [2, 30] }, { 23: [2, 98], 33: [2, 98], 54: [2, 98], 68: [2, 98], 72: [2, 98], 75: [2, 98] }, { 23: [2, 45], 33: [2, 45], 54: [2, 45], 65: [2, 45], 68: [2, 45], 72: [2, 45], 73: [1, 109], 75: [2, 45], 80: [2, 45], 81: [2, 45], 82: [2, 45], 83: [2, 45], 84: [2, 45], 85: [2, 45], 87: [2, 45] }, { 23: [2, 44], 33: [2, 44], 54: [2, 44], 65: [2, 44], 68: [2, 44], 72: [2, 44], 75: [2, 44], 80: [2, 44], 81: [2, 44], 82: [2, 44], 83: [2, 44], 84: [2, 44], 85: [2, 44], 87: [2, 44] }, { 54: [1, 110] }, { 54: [2, 83], 65: [2, 83], 72: [2, 83], 80: [2, 83], 81: [2, 83], 82: [2, 83], 83: [2, 83], 84: [2, 83], 85: [2, 83] }, { 54: [2, 85] }, { 5: [2, 13], 14: [2, 13], 15: [2, 13], 19: [2, 13], 29: [2, 13], 34: [2, 13], 39: [2, 13], 44: [2, 13], 47: [2, 13], 48: [2, 13], 51: [2, 13], 55: [2, 13], 60: [2, 13] }, { 38: 56, 39: [1, 58], 43: 57, 44: [1, 59], 45: 112, 46: 111, 47: [2, 76] }, { 33: [2, 70], 40: 113, 65: [2, 70], 72: [2, 70], 75: [2, 70], 80: [2, 70], 81: [2, 70], 82: [2, 70], 83: [2, 70], 84: [2, 70], 85: [2, 70] }, { 47: [2, 18] }, { 5: [2, 14], 14: [2, 14], 15: [2, 14], 19: [2, 14], 29: [2, 14], 34: [2, 14], 39: [2, 14], 44: [2, 14], 47: [2, 14], 48: [2, 14], 51: [2, 14], 55: [2, 14], 60: [2, 14] }, { 33: [1, 114] }, { 33: [2, 87], 65: [2, 87], 72: [2, 87], 80: [2, 87], 81: [2, 87], 82: [2, 87], 83: [2, 87], 84: [2, 87], 85: [2, 87] }, { 33: [2, 89] }, { 20: 75, 63: 116, 64: 76, 65: [1, 44], 67: 115, 68: [2, 96], 69: 117, 70: 77, 71: 78, 72: [1, 79], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 33: [1, 118] }, { 32: 119, 33: [2, 62], 74: 120, 75: [1, 121] }, { 33: [2, 59], 65: [2, 59], 72: [2, 59], 75: [2, 59], 80: [2, 59], 81: [2, 59], 82: [2, 59], 83: [2, 59], 84: [2, 59], 85: [2, 59] }, { 33: [2, 61], 75: [2, 61] }, { 33: [2, 68], 37: 122, 74: 123, 75: [1, 121] }, { 33: [2, 65], 65: [2, 65], 72: [2, 65], 75: [2, 65], 80: [2, 65], 81: [2, 65], 82: [2, 65], 83: [2, 65], 84: [2, 65], 85: [2, 65] }, { 33: [2, 67], 75: [2, 67] }, { 23: [1, 124] }, { 23: [2, 51], 65: [2, 51], 72: [2, 51], 80: [2, 51], 81: [2, 51], 82: [2, 51], 83: [2, 51], 84: [2, 51], 85: [2, 51] }, { 23: [2, 53] }, { 33: [1, 125] }, { 33: [2, 91], 65: [2, 91], 72: [2, 91], 80: [2, 91], 81: [2, 91], 82: [2, 91], 83: [2, 91], 84: [2, 91], 85: [2, 91] }, { 33: [2, 93] }, { 5: [2, 22], 14: [2, 22], 15: [2, 22], 19: [2, 22], 29: [2, 22], 34: [2, 22], 39: [2, 22], 44: [2, 22], 47: [2, 22], 48: [2, 22], 51: [2, 22], 55: [2, 22], 60: [2, 22] }, { 23: [2, 99], 33: [2, 99], 54: [2, 99], 68: [2, 99], 72: [2, 99], 75: [2, 99] }, { 73: [1, 109] }, { 20: 75, 63: 126, 64: 76, 65: [1, 44], 72: [1, 35], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 5: [2, 23], 14: [2, 23], 15: [2, 23], 19: [2, 23], 29: [2, 23], 34: [2, 23], 39: [2, 23], 44: [2, 23], 47: [2, 23], 48: [2, 23], 51: [2, 23], 55: [2, 23], 60: [2, 23] }, { 47: [2, 19] }, { 47: [2, 77] }, { 20: 75, 33: [2, 72], 41: 127, 63: 128, 64: 76, 65: [1, 44], 69: 129, 70: 77, 71: 78, 72: [1, 79], 75: [2, 72], 78: 26, 79: 27, 80: [1, 28], 81: [1, 29], 82: [1, 30], 83: [1, 31], 84: [1, 32], 85: [1, 34], 86: 33 }, { 5: [2, 24], 14: [2, 24], 15: [2, 24], 19: [2, 24], 29: [2, 24], 34: [2, 24], 39: [2, 24], 44: [2, 24], 47: [2, 24], 48: [2, 24], 51: [2, 24], 55: [2, 24], 60: [2, 24] }, { 68: [1, 130] }, { 65: [2, 95], 68: [2, 95], 72: [2, 95], 80: [2, 95], 81: [2, 95], 82: [2, 95], 83: [2, 95], 84: [2, 95], 85: [2, 95] }, { 68: [2, 97] }, { 5: [2, 21], 14: [2, 21], 15: [2, 21], 19: [2, 21], 29: [2, 21], 34: [2, 21], 39: [2, 21], 44: [2, 21], 47: [2, 21], 48: [2, 21], 51: [2, 21], 55: [2, 21], 60: [2, 21] }, { 33: [1, 131] }, { 33: [2, 63] }, { 72: [1, 133], 76: 132 }, { 33: [1, 134] }, { 33: [2, 69] }, { 15: [2, 12] }, { 14: [2, 26], 15: [2, 26], 19: [2, 26], 29: [2, 26], 34: [2, 26], 47: [2, 26], 48: [2, 26], 51: [2, 26], 55: [2, 26], 60: [2, 26] }, { 23: [2, 31], 33: [2, 31], 54: [2, 31], 68: [2, 31], 72: [2, 31], 75: [2, 31] }, { 33: [2, 74], 42: 135, 74: 136, 75: [1, 121] }, { 33: [2, 71], 65: [2, 71], 72: [2, 71], 75: [2, 71], 80: [2, 71], 81: [2, 71], 82: [2, 71], 83: [2, 71], 84: [2, 71], 85: [2, 71] }, { 33: [2, 73], 75: [2, 73] }, { 23: [2, 29], 33: [2, 29], 54: [2, 29], 65: [2, 29], 68: [2, 29], 72: [2, 29], 75: [2, 29], 80: [2, 29], 81: [2, 29], 82: [2, 29], 83: [2, 29], 84: [2, 29], 85: [2, 29] }, { 14: [2, 15], 15: [2, 15], 19: [2, 15], 29: [2, 15], 34: [2, 15], 39: [2, 15], 44: [2, 15], 47: [2, 15], 48: [2, 15], 51: [2, 15], 55: [2, 15], 60: [2, 15] }, { 72: [1, 138], 77: [1, 137] }, { 72: [2, 100], 77: [2, 100] }, { 14: [2, 16], 15: [2, 16], 19: [2, 16], 29: [2, 16], 34: [2, 16], 44: [2, 16], 47: [2, 16], 48: [2, 16], 51: [2, 16], 55: [2, 16], 60: [2, 16] }, { 33: [1, 139] }, { 33: [2, 75] }, { 33: [2, 32] }, { 72: [2, 101], 77: [2, 101] }, { 14: [2, 17], 15: [2, 17], 19: [2, 17], 29: [2, 17], 34: [2, 17], 39: [2, 17], 44: [2, 17], 47: [2, 17], 48: [2, 17], 51: [2, 17], 55: [2, 17], 60: [2, 17] }],
1886
- defaultActions: { 4: [2, 1], 55: [2, 55], 57: [2, 20], 61: [2, 57], 74: [2, 81], 83: [2, 85], 87: [2, 18], 91: [2, 89], 102: [2, 53], 105: [2, 93], 111: [2, 19], 112: [2, 77], 117: [2, 97], 120: [2, 63], 123: [2, 69], 124: [2, 12], 136: [2, 75], 137: [2, 32] },
1887
- parseError: function parseError(str, hash) {
1888
- throw new Error(str);
1889
- },
1890
- parse: function parse(input) {
1891
- var self = this,
1892
- stack = [0],
1893
- vstack = [null],
1894
- lstack = [],
1895
- table = this.table,
1896
- yytext = "",
1897
- yylineno = 0,
1898
- yyleng = 0,
1899
- recovering = 0,
1900
- TERROR = 2,
1901
- EOF = 1;
1902
- this.lexer.setInput(input);
1903
- this.lexer.yy = this.yy;
1904
- this.yy.lexer = this.lexer;
1905
- this.yy.parser = this;
1906
- if (typeof this.lexer.yylloc == "undefined") this.lexer.yylloc = {};
1907
- var yyloc = this.lexer.yylloc;
1908
- lstack.push(yyloc);
1909
- var ranges = this.lexer.options && this.lexer.options.ranges;
1910
- if (typeof this.yy.parseError === "function") this.parseError = this.yy.parseError;
1911
- function popStack(n) {
1912
- stack.length = stack.length - 2 * n;
1913
- vstack.length = vstack.length - n;
1914
- lstack.length = lstack.length - n;
1915
- }
1916
- function lex() {
1917
- var token;
1918
- token = self.lexer.lex() || 1;
1919
- if (typeof token !== "number") {
1920
- token = self.symbols_[token] || token;
1921
- }
1922
- return token;
1923
- }
1924
- var symbol,
1925
- preErrorSymbol,
1926
- state,
1927
- action,
1928
- a,
1929
- r,
1930
- yyval = {},
1931
- p,
1932
- len,
1933
- newState,
1934
- expected;
1935
- while (true) {
1936
- state = stack[stack.length - 1];
1937
- if (this.defaultActions[state]) {
1938
- action = this.defaultActions[state];
1939
- } else {
1940
- if (symbol === null || typeof symbol == "undefined") {
1941
- symbol = lex();
1942
- }
1943
- action = table[state] && table[state][symbol];
1944
- }
1945
- if (typeof action === "undefined" || !action.length || !action[0]) {
1946
- var errStr = "";
1947
- if (!recovering) {
1948
- expected = [];
1949
- for (p in table[state]) if (this.terminals_[p] && p > 2) {
1950
- expected.push("'" + this.terminals_[p] + "'");
1951
- }
1952
- if (this.lexer.showPosition) {
1953
- errStr = "Parse error on line " + (yylineno + 1) + ":\n" + this.lexer.showPosition() + "\nExpecting " + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symbol) + "'";
1954
- } else {
1955
- errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == 1 ? "end of input" : "'" + (this.terminals_[symbol] || symbol) + "'");
1956
- }
1957
- this.parseError(errStr, { text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, loc: yyloc, expected: expected });
1958
- }
1959
- }
1960
- if (action[0] instanceof Array && action.length > 1) {
1961
- throw new Error("Parse Error: multiple actions possible at state: " + state + ", token: " + symbol);
1962
- }
1963
- switch (action[0]) {
1964
- case 1:
1965
- stack.push(symbol);
1966
- vstack.push(this.lexer.yytext);
1967
- lstack.push(this.lexer.yylloc);
1968
- stack.push(action[1]);
1969
- symbol = null;
1970
- if (!preErrorSymbol) {
1971
- yyleng = this.lexer.yyleng;
1972
- yytext = this.lexer.yytext;
1973
- yylineno = this.lexer.yylineno;
1974
- yyloc = this.lexer.yylloc;
1975
- if (recovering > 0) recovering--;
1976
- } else {
1977
- symbol = preErrorSymbol;
1978
- preErrorSymbol = null;
1979
- }
1980
- break;
1981
- case 2:
1982
- len = this.productions_[action[1]][1];
1983
- yyval.$ = vstack[vstack.length - len];
1984
- yyval._$ = { first_line: lstack[lstack.length - (len || 1)].first_line, last_line: lstack[lstack.length - 1].last_line, first_column: lstack[lstack.length - (len || 1)].first_column, last_column: lstack[lstack.length - 1].last_column };
1985
- if (ranges) {
1986
- yyval._$.range = [lstack[lstack.length - (len || 1)].range[0], lstack[lstack.length - 1].range[1]];
1987
- }
1988
- r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack);
1989
- if (typeof r !== "undefined") {
1990
- return r;
1991
- }
1992
- if (len) {
1993
- stack = stack.slice(0, -1 * len * 2);
1994
- vstack = vstack.slice(0, -1 * len);
1995
- lstack = lstack.slice(0, -1 * len);
1996
- }
1997
- stack.push(this.productions_[action[1]][0]);
1998
- vstack.push(yyval.$);
1999
- lstack.push(yyval._$);
2000
- newState = table[stack[stack.length - 2]][stack[stack.length - 1]];
2001
- stack.push(newState);
2002
- break;
2003
- case 3:
2004
- return true;
2005
- }
2006
- }
2007
- return true;
2008
- }
2009
- };
2010
- /* Jison generated lexer */
2011
- var lexer = (function () {
2012
- var lexer = { EOF: 1,
2013
- parseError: function parseError(str, hash) {
2014
- if (this.yy.parser) {
2015
- this.yy.parser.parseError(str, hash);
2016
- } else {
2017
- throw new Error(str);
2018
- }
2019
- },
2020
- setInput: function setInput(input) {
2021
- this._input = input;
2022
- this._more = this._less = this.done = false;
2023
- this.yylineno = this.yyleng = 0;
2024
- this.yytext = this.matched = this.match = '';
2025
- this.conditionStack = ['INITIAL'];
2026
- this.yylloc = { first_line: 1, first_column: 0, last_line: 1, last_column: 0 };
2027
- if (this.options.ranges) this.yylloc.range = [0, 0];
2028
- this.offset = 0;
2029
- return this;
2030
- },
2031
- input: function input() {
2032
- var ch = this._input[0];
2033
- this.yytext += ch;
2034
- this.yyleng++;
2035
- this.offset++;
2036
- this.match += ch;
2037
- this.matched += ch;
2038
- var lines = ch.match(/(?:\r\n?|\n).*/g);
2039
- if (lines) {
2040
- this.yylineno++;
2041
- this.yylloc.last_line++;
2042
- } else {
2043
- this.yylloc.last_column++;
2044
- }
2045
- if (this.options.ranges) this.yylloc.range[1]++;
2046
-
2047
- this._input = this._input.slice(1);
2048
- return ch;
2049
- },
2050
- unput: function unput(ch) {
2051
- var len = ch.length;
2052
- var lines = ch.split(/(?:\r\n?|\n)/g);
2053
-
2054
- this._input = ch + this._input;
2055
- this.yytext = this.yytext.substr(0, this.yytext.length - len - 1);
2056
- //this.yyleng -= len;
2057
- this.offset -= len;
2058
- var oldLines = this.match.split(/(?:\r\n?|\n)/g);
2059
- this.match = this.match.substr(0, this.match.length - 1);
2060
- this.matched = this.matched.substr(0, this.matched.length - 1);
2061
-
2062
- if (lines.length - 1) this.yylineno -= lines.length - 1;
2063
- var r = this.yylloc.range;
2064
-
2065
- this.yylloc = { first_line: this.yylloc.first_line,
2066
- last_line: this.yylineno + 1,
2067
- first_column: this.yylloc.first_column,
2068
- last_column: lines ? (lines.length === oldLines.length ? this.yylloc.first_column : 0) + oldLines[oldLines.length - lines.length].length - lines[0].length : this.yylloc.first_column - len
2069
- };
2070
-
2071
- if (this.options.ranges) {
2072
- this.yylloc.range = [r[0], r[0] + this.yyleng - len];
2073
- }
2074
- return this;
2075
- },
2076
- more: function more() {
2077
- this._more = true;
2078
- return this;
2079
- },
2080
- less: function less(n) {
2081
- this.unput(this.match.slice(n));
2082
- },
2083
- pastInput: function pastInput() {
2084
- var past = this.matched.substr(0, this.matched.length - this.match.length);
2085
- return (past.length > 20 ? '...' : '') + past.substr(-20).replace(/\n/g, "");
2086
- },
2087
- upcomingInput: function upcomingInput() {
2088
- var next = this.match;
2089
- if (next.length < 20) {
2090
- next += this._input.substr(0, 20 - next.length);
2091
- }
2092
- return (next.substr(0, 20) + (next.length > 20 ? '...' : '')).replace(/\n/g, "");
2093
- },
2094
- showPosition: function showPosition() {
2095
- var pre = this.pastInput();
2096
- var c = new Array(pre.length + 1).join("-");
2097
- return pre + this.upcomingInput() + "\n" + c + "^";
2098
- },
2099
- next: function next() {
2100
- if (this.done) {
2101
- return this.EOF;
2102
- }
2103
- if (!this._input) this.done = true;
2104
-
2105
- var token, match, tempMatch, index, col, lines;
2106
- if (!this._more) {
2107
- this.yytext = '';
2108
- this.match = '';
2109
- }
2110
- var rules = this._currentRules();
2111
- for (var i = 0; i < rules.length; i++) {
2112
- tempMatch = this._input.match(this.rules[rules[i]]);
2113
- if (tempMatch && (!match || tempMatch[0].length > match[0].length)) {
2114
- match = tempMatch;
2115
- index = i;
2116
- if (!this.options.flex) break;
2117
- }
2118
- }
2119
- if (match) {
2120
- lines = match[0].match(/(?:\r\n?|\n).*/g);
2121
- if (lines) this.yylineno += lines.length;
2122
- this.yylloc = { first_line: this.yylloc.last_line,
2123
- last_line: this.yylineno + 1,
2124
- first_column: this.yylloc.last_column,
2125
- last_column: lines ? lines[lines.length - 1].length - lines[lines.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + match[0].length };
2126
- this.yytext += match[0];
2127
- this.match += match[0];
2128
- this.matches = match;
2129
- this.yyleng = this.yytext.length;
2130
- if (this.options.ranges) {
2131
- this.yylloc.range = [this.offset, this.offset += this.yyleng];
2132
- }
2133
- this._more = false;
2134
- this._input = this._input.slice(match[0].length);
2135
- this.matched += match[0];
2136
- token = this.performAction.call(this, this.yy, this, rules[index], this.conditionStack[this.conditionStack.length - 1]);
2137
- if (this.done && this._input) this.done = false;
2138
- if (token) return token;else return;
2139
- }
2140
- if (this._input === "") {
2141
- return this.EOF;
2142
- } else {
2143
- return this.parseError('Lexical error on line ' + (this.yylineno + 1) + '. Unrecognized text.\n' + this.showPosition(), { text: "", token: null, line: this.yylineno });
2144
- }
2145
- },
2146
- lex: function lex() {
2147
- var r = this.next();
2148
- if (typeof r !== 'undefined') {
2149
- return r;
2150
- } else {
2151
- return this.lex();
2152
- }
2153
- },
2154
- begin: function begin(condition) {
2155
- this.conditionStack.push(condition);
2156
- },
2157
- popState: function popState() {
2158
- return this.conditionStack.pop();
2159
- },
2160
- _currentRules: function _currentRules() {
2161
- return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
2162
- },
2163
- topState: function topState() {
2164
- return this.conditionStack[this.conditionStack.length - 2];
2165
- },
2166
- pushState: function begin(condition) {
2167
- this.begin(condition);
2168
- } };
2169
- lexer.options = {};
2170
- lexer.performAction = function anonymous(yy, yy_, $avoiding_name_collisions, YY_START
2171
- /*``*/) {
2172
-
2173
- function strip(start, end) {
2174
- return yy_.yytext = yy_.yytext.substr(start, yy_.yyleng - end);
2175
- }
2176
-
2177
- var YYSTATE = YY_START;
2178
- switch ($avoiding_name_collisions) {
2179
- case 0:
2180
- if (yy_.yytext.slice(-2) === "\\\\") {
2181
- strip(0, 1);
2182
- this.begin("mu");
2183
- } else if (yy_.yytext.slice(-1) === "\\") {
2184
- strip(0, 1);
2185
- this.begin("emu");
2186
- } else {
2187
- this.begin("mu");
2188
- }
2189
- if (yy_.yytext) return 15;
2190
-
2191
- break;
2192
- case 1:
2193
- return 15;
2194
- break;
2195
- case 2:
2196
- this.popState();
2197
- return 15;
2198
-
2199
- break;
2200
- case 3:
2201
- this.begin('raw');return 15;
2202
- break;
2203
- case 4:
2204
- this.popState();
2205
- // Should be using `this.topState()` below, but it currently
2206
- // returns the second top instead of the first top. Opened an
2207
- // issue about it at https://github.com/zaach/jison/issues/291
2208
- if (this.conditionStack[this.conditionStack.length - 1] === 'raw') {
2209
- return 15;
2210
- } else {
2211
- yy_.yytext = yy_.yytext.substr(5, yy_.yyleng - 9);
2212
- return 'END_RAW_BLOCK';
2213
- }
2214
-
2215
- break;
2216
- case 5:
2217
- return 15;
2218
- break;
2219
- case 6:
2220
- this.popState();
2221
- return 14;
2222
-
2223
- break;
2224
- case 7:
2225
- return 65;
2226
- break;
2227
- case 8:
2228
- return 68;
2229
- break;
2230
- case 9:
2231
- return 19;
2232
- break;
2233
- case 10:
2234
- this.popState();
2235
- this.begin('raw');
2236
- return 23;
2237
-
2238
- break;
2239
- case 11:
2240
- return 55;
2241
- break;
2242
- case 12:
2243
- return 60;
2244
- break;
2245
- case 13:
2246
- return 29;
2247
- break;
2248
- case 14:
2249
- return 47;
2250
- break;
2251
- case 15:
2252
- this.popState();return 44;
2253
- break;
2254
- case 16:
2255
- this.popState();return 44;
2256
- break;
2257
- case 17:
2258
- return 34;
2259
- break;
2260
- case 18:
2261
- return 39;
2262
- break;
2263
- case 19:
2264
- return 51;
2265
- break;
2266
- case 20:
2267
- return 48;
2268
- break;
2269
- case 21:
2270
- this.unput(yy_.yytext);
2271
- this.popState();
2272
- this.begin('com');
2273
-
2274
- break;
2275
- case 22:
2276
- this.popState();
2277
- return 14;
2278
-
2279
- break;
2280
- case 23:
2281
- return 48;
2282
- break;
2283
- case 24:
2284
- return 73;
2285
- break;
2286
- case 25:
2287
- return 72;
2288
- break;
2289
- case 26:
2290
- return 72;
2291
- break;
2292
- case 27:
2293
- return 87;
2294
- break;
2295
- case 28:
2296
- // ignore whitespace
2297
- break;
2298
- case 29:
2299
- this.popState();return 54;
2300
- break;
2301
- case 30:
2302
- this.popState();return 33;
2303
- break;
2304
- case 31:
2305
- yy_.yytext = strip(1, 2).replace(/\\"/g, '"');return 80;
2306
- break;
2307
- case 32:
2308
- yy_.yytext = strip(1, 2).replace(/\\'/g, "'");return 80;
2309
- break;
2310
- case 33:
2311
- return 85;
2312
- break;
2313
- case 34:
2314
- return 82;
2315
- break;
2316
- case 35:
2317
- return 82;
2318
- break;
2319
- case 36:
2320
- return 83;
2321
- break;
2322
- case 37:
2323
- return 84;
2324
- break;
2325
- case 38:
2326
- return 81;
2327
- break;
2328
- case 39:
2329
- return 75;
2330
- break;
2331
- case 40:
2332
- return 77;
2333
- break;
2334
- case 41:
2335
- return 72;
2336
- break;
2337
- case 42:
2338
- yy_.yytext = yy_.yytext.replace(/\\([\\\]])/g, '$1');return 72;
2339
- break;
2340
- case 43:
2341
- return 'INVALID';
2342
- break;
2343
- case 44:
2344
- return 5;
2345
- break;
2346
- }
2347
- };
2348
- lexer.rules = [/^(?:[^\x00]*?(?=(\{\{)))/, /^(?:[^\x00]+)/, /^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/, /^(?:\{\{\{\{(?=[^\/]))/, /^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/, /^(?:[^\x00]*?(?=(\{\{\{\{)))/, /^(?:[\s\S]*?--(~)?\}\})/, /^(?:\()/, /^(?:\))/, /^(?:\{\{\{\{)/, /^(?:\}\}\}\})/, /^(?:\{\{(~)?>)/, /^(?:\{\{(~)?#>)/, /^(?:\{\{(~)?#\*?)/, /^(?:\{\{(~)?\/)/, /^(?:\{\{(~)?\^\s*(~)?\}\})/, /^(?:\{\{(~)?\s*else\s*(~)?\}\})/, /^(?:\{\{(~)?\^)/, /^(?:\{\{(~)?\s*else\b)/, /^(?:\{\{(~)?\{)/, /^(?:\{\{(~)?&)/, /^(?:\{\{(~)?!--)/, /^(?:\{\{(~)?![\s\S]*?\}\})/, /^(?:\{\{(~)?\*?)/, /^(?:=)/, /^(?:\.\.)/, /^(?:\.(?=([=~}\s\/.)|])))/, /^(?:[\/.])/, /^(?:\s+)/, /^(?:\}(~)?\}\})/, /^(?:(~)?\}\})/, /^(?:"(\\["]|[^"])*")/, /^(?:'(\\[']|[^'])*')/, /^(?:@)/, /^(?:true(?=([~}\s)])))/, /^(?:false(?=([~}\s)])))/, /^(?:undefined(?=([~}\s)])))/, /^(?:null(?=([~}\s)])))/, /^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/, /^(?:as\s+\|)/, /^(?:\|)/, /^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/, /^(?:\[(\\\]|[^\]])*\])/, /^(?:.)/, /^(?:$)/];
2349
- lexer.conditions = { "mu": { "rules": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "inclusive": false }, "emu": { "rules": [2], "inclusive": false }, "com": { "rules": [6], "inclusive": false }, "raw": { "rules": [3, 4, 5], "inclusive": false }, "INITIAL": { "rules": [0, 1, 44], "inclusive": true } };
2350
- return lexer;
2351
- })();
2352
- parser.lexer = lexer;
2353
- function Parser() {
2354
- this.yy = {};
2355
- }Parser.prototype = parser;parser.Parser = Parser;
2356
- return new Parser();
2357
- })();exports["default"] = handlebars;
2358
- module.exports = exports["default"];
2359
-
2360
- /***/ }),
2361
- /* 38 */
2362
- /***/ (function(module, exports, __webpack_require__) {
2363
-
2364
- 'use strict';
2365
-
2366
- var _interopRequireDefault = __webpack_require__(1)['default'];
2367
-
2368
- exports.__esModule = true;
2369
-
2370
- var _visitor = __webpack_require__(39);
2371
-
2372
- var _visitor2 = _interopRequireDefault(_visitor);
2373
-
2374
- function WhitespaceControl() {
2375
- var options = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
2376
-
2377
- this.options = options;
2378
- }
2379
- WhitespaceControl.prototype = new _visitor2['default']();
2380
-
2381
- WhitespaceControl.prototype.Program = function (program) {
2382
- var doStandalone = !this.options.ignoreStandalone;
2383
-
2384
- var isRoot = !this.isRootSeen;
2385
- this.isRootSeen = true;
2386
-
2387
- var body = program.body;
2388
- for (var i = 0, l = body.length; i < l; i++) {
2389
- var current = body[i],
2390
- strip = this.accept(current);
2391
-
2392
- if (!strip) {
2393
- continue;
2394
- }
2395
-
2396
- var _isPrevWhitespace = isPrevWhitespace(body, i, isRoot),
2397
- _isNextWhitespace = isNextWhitespace(body, i, isRoot),
2398
- openStandalone = strip.openStandalone && _isPrevWhitespace,
2399
- closeStandalone = strip.closeStandalone && _isNextWhitespace,
2400
- inlineStandalone = strip.inlineStandalone && _isPrevWhitespace && _isNextWhitespace;
2401
-
2402
- if (strip.close) {
2403
- omitRight(body, i, true);
2404
- }
2405
- if (strip.open) {
2406
- omitLeft(body, i, true);
2407
- }
2408
-
2409
- if (doStandalone && inlineStandalone) {
2410
- omitRight(body, i);
2411
-
2412
- if (omitLeft(body, i)) {
2413
- // If we are on a standalone node, save the indent info for partials
2414
- if (current.type === 'PartialStatement') {
2415
- // Pull out the whitespace from the final line
2416
- current.indent = /([ \t]+$)/.exec(body[i - 1].original)[1];
2417
- }
2418
- }
2419
- }
2420
- if (doStandalone && openStandalone) {
2421
- omitRight((current.program || current.inverse).body);
2422
-
2423
- // Strip out the previous content node if it's whitespace only
2424
- omitLeft(body, i);
2425
- }
2426
- if (doStandalone && closeStandalone) {
2427
- // Always strip the next node
2428
- omitRight(body, i);
2429
-
2430
- omitLeft((current.inverse || current.program).body);
2431
- }
2432
- }
2433
-
2434
- return program;
2435
- };
2436
-
2437
- WhitespaceControl.prototype.BlockStatement = WhitespaceControl.prototype.DecoratorBlock = WhitespaceControl.prototype.PartialBlockStatement = function (block) {
2438
- this.accept(block.program);
2439
- this.accept(block.inverse);
2440
-
2441
- // Find the inverse program that is involed with whitespace stripping.
2442
- var program = block.program || block.inverse,
2443
- inverse = block.program && block.inverse,
2444
- firstInverse = inverse,
2445
- lastInverse = inverse;
2446
-
2447
- if (inverse && inverse.chained) {
2448
- firstInverse = inverse.body[0].program;
2449
-
2450
- // Walk the inverse chain to find the last inverse that is actually in the chain.
2451
- while (lastInverse.chained) {
2452
- lastInverse = lastInverse.body[lastInverse.body.length - 1].program;
2453
- }
2454
- }
2455
-
2456
- var strip = {
2457
- open: block.openStrip.open,
2458
- close: block.closeStrip.close,
2459
-
2460
- // Determine the standalone candiacy. Basically flag our content as being possibly standalone
2461
- // so our parent can determine if we actually are standalone
2462
- openStandalone: isNextWhitespace(program.body),
2463
- closeStandalone: isPrevWhitespace((firstInverse || program).body)
2464
- };
2465
-
2466
- if (block.openStrip.close) {
2467
- omitRight(program.body, null, true);
2468
- }
2469
-
2470
- if (inverse) {
2471
- var inverseStrip = block.inverseStrip;
2472
-
2473
- if (inverseStrip.open) {
2474
- omitLeft(program.body, null, true);
2475
- }
2476
-
2477
- if (inverseStrip.close) {
2478
- omitRight(firstInverse.body, null, true);
2479
- }
2480
- if (block.closeStrip.open) {
2481
- omitLeft(lastInverse.body, null, true);
2482
- }
2483
-
2484
- // Find standalone else statments
2485
- if (!this.options.ignoreStandalone && isPrevWhitespace(program.body) && isNextWhitespace(firstInverse.body)) {
2486
- omitLeft(program.body);
2487
- omitRight(firstInverse.body);
2488
- }
2489
- } else if (block.closeStrip.open) {
2490
- omitLeft(program.body, null, true);
2491
- }
2492
-
2493
- return strip;
2494
- };
2495
-
2496
- WhitespaceControl.prototype.Decorator = WhitespaceControl.prototype.MustacheStatement = function (mustache) {
2497
- return mustache.strip;
2498
- };
2499
-
2500
- WhitespaceControl.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = function (node) {
2501
- /* istanbul ignore next */
2502
- var strip = node.strip || {};
2503
- return {
2504
- inlineStandalone: true,
2505
- open: strip.open,
2506
- close: strip.close
2507
- };
2508
- };
2509
-
2510
- function isPrevWhitespace(body, i, isRoot) {
2511
- if (i === undefined) {
2512
- i = body.length;
2513
- }
2514
-
2515
- // Nodes that end with newlines are considered whitespace (but are special
2516
- // cased for strip operations)
2517
- var prev = body[i - 1],
2518
- sibling = body[i - 2];
2519
- if (!prev) {
2520
- return isRoot;
2521
- }
2522
-
2523
- if (prev.type === 'ContentStatement') {
2524
- return (sibling || !isRoot ? /\r?\n\s*?$/ : /(^|\r?\n)\s*?$/).test(prev.original);
2525
- }
2526
- }
2527
- function isNextWhitespace(body, i, isRoot) {
2528
- if (i === undefined) {
2529
- i = -1;
2530
- }
2531
-
2532
- var next = body[i + 1],
2533
- sibling = body[i + 2];
2534
- if (!next) {
2535
- return isRoot;
2536
- }
2537
-
2538
- if (next.type === 'ContentStatement') {
2539
- return (sibling || !isRoot ? /^\s*?\r?\n/ : /^\s*?(\r?\n|$)/).test(next.original);
2540
- }
2541
- }
2542
-
2543
- // Marks the node to the right of the position as omitted.
2544
- // I.e. {{foo}}' ' will mark the ' ' node as omitted.
2545
- //
2546
- // If i is undefined, then the first child will be marked as such.
2547
- //
2548
- // If mulitple is truthy then all whitespace will be stripped out until non-whitespace
2549
- // content is met.
2550
- function omitRight(body, i, multiple) {
2551
- var current = body[i == null ? 0 : i + 1];
2552
- if (!current || current.type !== 'ContentStatement' || !multiple && current.rightStripped) {
2553
- return;
2554
- }
2555
-
2556
- var original = current.value;
2557
- current.value = current.value.replace(multiple ? /^\s+/ : /^[ \t]*\r?\n?/, '');
2558
- current.rightStripped = current.value !== original;
2559
- }
2560
-
2561
- // Marks the node to the left of the position as omitted.
2562
- // I.e. ' '{{foo}} will mark the ' ' node as omitted.
2563
- //
2564
- // If i is undefined then the last child will be marked as such.
2565
- //
2566
- // If mulitple is truthy then all whitespace will be stripped out until non-whitespace
2567
- // content is met.
2568
- function omitLeft(body, i, multiple) {
2569
- var current = body[i == null ? body.length - 1 : i - 1];
2570
- if (!current || current.type !== 'ContentStatement' || !multiple && current.leftStripped) {
2571
- return;
2572
- }
2573
-
2574
- // We omit the last node if it's whitespace only and not preceeded by a non-content node.
2575
- var original = current.value;
2576
- current.value = current.value.replace(multiple ? /\s+$/ : /[ \t]+$/, '');
2577
- current.leftStripped = current.value !== original;
2578
- return current.leftStripped;
2579
- }
2580
-
2581
- exports['default'] = WhitespaceControl;
2582
- module.exports = exports['default'];
2583
-
2584
- /***/ }),
2585
- /* 39 */
2586
- /***/ (function(module, exports, __webpack_require__) {
2587
-
2588
- 'use strict';
2589
-
2590
- var _interopRequireDefault = __webpack_require__(1)['default'];
2591
-
2592
- exports.__esModule = true;
2593
-
2594
- var _exception = __webpack_require__(6);
2595
-
2596
- var _exception2 = _interopRequireDefault(_exception);
2597
-
2598
- function Visitor() {
2599
- this.parents = [];
2600
- }
2601
-
2602
- Visitor.prototype = {
2603
- constructor: Visitor,
2604
- mutating: false,
2605
-
2606
- // Visits a given value. If mutating, will replace the value if necessary.
2607
- acceptKey: function acceptKey(node, name) {
2608
- var value = this.accept(node[name]);
2609
- if (this.mutating) {
2610
- // Hacky sanity check: This may have a few false positives for type for the helper
2611
- // methods but will generally do the right thing without a lot of overhead.
2612
- if (value && !Visitor.prototype[value.type]) {
2613
- throw new _exception2['default']('Unexpected node type "' + value.type + '" found when accepting ' + name + ' on ' + node.type);
2614
- }
2615
- node[name] = value;
2616
- }
2617
- },
2618
-
2619
- // Performs an accept operation with added sanity check to ensure
2620
- // required keys are not removed.
2621
- acceptRequired: function acceptRequired(node, name) {
2622
- this.acceptKey(node, name);
2623
-
2624
- if (!node[name]) {
2625
- throw new _exception2['default'](node.type + ' requires ' + name);
2626
- }
2627
- },
2628
-
2629
- // Traverses a given array. If mutating, empty respnses will be removed
2630
- // for child elements.
2631
- acceptArray: function acceptArray(array) {
2632
- for (var i = 0, l = array.length; i < l; i++) {
2633
- this.acceptKey(array, i);
2634
-
2635
- if (!array[i]) {
2636
- array.splice(i, 1);
2637
- i--;
2638
- l--;
2639
- }
2640
- }
2641
- },
2642
-
2643
- accept: function accept(object) {
2644
- if (!object) {
2645
- return;
2646
- }
2647
-
2648
- /* istanbul ignore next: Sanity code */
2649
- if (!this[object.type]) {
2650
- throw new _exception2['default']('Unknown type: ' + object.type, object);
2651
- }
2652
-
2653
- if (this.current) {
2654
- this.parents.unshift(this.current);
2655
- }
2656
- this.current = object;
2657
-
2658
- var ret = this[object.type](object);
2659
-
2660
- this.current = this.parents.shift();
2661
-
2662
- if (!this.mutating || ret) {
2663
- return ret;
2664
- } else if (ret !== false) {
2665
- return object;
2666
- }
2667
- },
2668
-
2669
- Program: function Program(program) {
2670
- this.acceptArray(program.body);
2671
- },
2672
-
2673
- MustacheStatement: visitSubExpression,
2674
- Decorator: visitSubExpression,
2675
-
2676
- BlockStatement: visitBlock,
2677
- DecoratorBlock: visitBlock,
2678
-
2679
- PartialStatement: visitPartial,
2680
- PartialBlockStatement: function PartialBlockStatement(partial) {
2681
- visitPartial.call(this, partial);
2682
-
2683
- this.acceptKey(partial, 'program');
2684
- },
2685
-
2686
- ContentStatement: function ContentStatement() /* content */{},
2687
- CommentStatement: function CommentStatement() /* comment */{},
2688
-
2689
- SubExpression: visitSubExpression,
2690
-
2691
- PathExpression: function PathExpression() /* path */{},
2692
-
2693
- StringLiteral: function StringLiteral() /* string */{},
2694
- NumberLiteral: function NumberLiteral() /* number */{},
2695
- BooleanLiteral: function BooleanLiteral() /* bool */{},
2696
- UndefinedLiteral: function UndefinedLiteral() /* literal */{},
2697
- NullLiteral: function NullLiteral() /* literal */{},
2698
-
2699
- Hash: function Hash(hash) {
2700
- this.acceptArray(hash.pairs);
2701
- },
2702
- HashPair: function HashPair(pair) {
2703
- this.acceptRequired(pair, 'value');
2704
- }
2705
- };
2706
-
2707
- function visitSubExpression(mustache) {
2708
- this.acceptRequired(mustache, 'path');
2709
- this.acceptArray(mustache.params);
2710
- this.acceptKey(mustache, 'hash');
2711
- }
2712
- function visitBlock(block) {
2713
- visitSubExpression.call(this, block);
2714
-
2715
- this.acceptKey(block, 'program');
2716
- this.acceptKey(block, 'inverse');
2717
- }
2718
- function visitPartial(partial) {
2719
- this.acceptRequired(partial, 'name');
2720
- this.acceptArray(partial.params);
2721
- this.acceptKey(partial, 'hash');
2722
- }
2723
-
2724
- exports['default'] = Visitor;
2725
- module.exports = exports['default'];
2726
-
2727
- /***/ }),
2728
- /* 40 */
2729
- /***/ (function(module, exports, __webpack_require__) {
2730
-
2731
- 'use strict';
2732
-
2733
- var _interopRequireDefault = __webpack_require__(1)['default'];
2734
-
2735
- exports.__esModule = true;
2736
- exports.SourceLocation = SourceLocation;
2737
- exports.id = id;
2738
- exports.stripFlags = stripFlags;
2739
- exports.stripComment = stripComment;
2740
- exports.preparePath = preparePath;
2741
- exports.prepareMustache = prepareMustache;
2742
- exports.prepareRawBlock = prepareRawBlock;
2743
- exports.prepareBlock = prepareBlock;
2744
- exports.prepareProgram = prepareProgram;
2745
- exports.preparePartialBlock = preparePartialBlock;
2746
-
2747
- var _exception = __webpack_require__(6);
2748
-
2749
- var _exception2 = _interopRequireDefault(_exception);
2750
-
2751
- function validateClose(open, close) {
2752
- close = close.path ? close.path.original : close;
2753
-
2754
- if (open.path.original !== close) {
2755
- var errorNode = { loc: open.path.loc };
2756
-
2757
- throw new _exception2['default'](open.path.original + " doesn't match " + close, errorNode);
2758
- }
2759
- }
2760
-
2761
- function SourceLocation(source, locInfo) {
2762
- this.source = source;
2763
- this.start = {
2764
- line: locInfo.first_line,
2765
- column: locInfo.first_column
2766
- };
2767
- this.end = {
2768
- line: locInfo.last_line,
2769
- column: locInfo.last_column
2770
- };
2771
- }
2772
-
2773
- function id(token) {
2774
- if (/^\[.*\]$/.test(token)) {
2775
- return token.substr(1, token.length - 2);
2776
- } else {
2777
- return token;
2778
- }
2779
- }
2780
-
2781
- function stripFlags(open, close) {
2782
- return {
2783
- open: open.charAt(2) === '~',
2784
- close: close.charAt(close.length - 3) === '~'
2785
- };
2786
- }
2787
-
2788
- function stripComment(comment) {
2789
- return comment.replace(/^\{\{~?!-?-?/, '').replace(/-?-?~?\}\}$/, '');
2790
- }
2791
-
2792
- function preparePath(data, parts, loc) {
2793
- loc = this.locInfo(loc);
2794
-
2795
- var original = data ? '@' : '',
2796
- dig = [],
2797
- depth = 0;
2798
-
2799
- for (var i = 0, l = parts.length; i < l; i++) {
2800
- var part = parts[i].part,
2801
-
2802
- // If we have [] syntax then we do not treat path references as operators,
2803
- // i.e. foo.[this] resolves to approximately context.foo['this']
2804
- isLiteral = parts[i].original !== part;
2805
- original += (parts[i].separator || '') + part;
2806
-
2807
- if (!isLiteral && (part === '..' || part === '.' || part === 'this')) {
2808
- if (dig.length > 0) {
2809
- throw new _exception2['default']('Invalid path: ' + original, { loc: loc });
2810
- } else if (part === '..') {
2811
- depth++;
2812
- }
2813
- } else {
2814
- dig.push(part);
2815
- }
2816
- }
2817
-
2818
- return {
2819
- type: 'PathExpression',
2820
- data: data,
2821
- depth: depth,
2822
- parts: dig,
2823
- original: original,
2824
- loc: loc
2825
- };
2826
- }
2827
-
2828
- function prepareMustache(path, params, hash, open, strip, locInfo) {
2829
- // Must use charAt to support IE pre-10
2830
- var escapeFlag = open.charAt(3) || open.charAt(2),
2831
- escaped = escapeFlag !== '{' && escapeFlag !== '&';
2832
-
2833
- var decorator = /\*/.test(open);
2834
- return {
2835
- type: decorator ? 'Decorator' : 'MustacheStatement',
2836
- path: path,
2837
- params: params,
2838
- hash: hash,
2839
- escaped: escaped,
2840
- strip: strip,
2841
- loc: this.locInfo(locInfo)
2842
- };
2843
- }
2844
-
2845
- function prepareRawBlock(openRawBlock, contents, close, locInfo) {
2846
- validateClose(openRawBlock, close);
2847
-
2848
- locInfo = this.locInfo(locInfo);
2849
- var program = {
2850
- type: 'Program',
2851
- body: contents,
2852
- strip: {},
2853
- loc: locInfo
2854
- };
2855
-
2856
- return {
2857
- type: 'BlockStatement',
2858
- path: openRawBlock.path,
2859
- params: openRawBlock.params,
2860
- hash: openRawBlock.hash,
2861
- program: program,
2862
- openStrip: {},
2863
- inverseStrip: {},
2864
- closeStrip: {},
2865
- loc: locInfo
2866
- };
2867
- }
2868
-
2869
- function prepareBlock(openBlock, program, inverseAndProgram, close, inverted, locInfo) {
2870
- if (close && close.path) {
2871
- validateClose(openBlock, close);
2872
- }
2873
-
2874
- var decorator = /\*/.test(openBlock.open);
2875
-
2876
- program.blockParams = openBlock.blockParams;
2877
-
2878
- var inverse = undefined,
2879
- inverseStrip = undefined;
2880
-
2881
- if (inverseAndProgram) {
2882
- if (decorator) {
2883
- throw new _exception2['default']('Unexpected inverse block on decorator', inverseAndProgram);
2884
- }
2885
-
2886
- if (inverseAndProgram.chain) {
2887
- inverseAndProgram.program.body[0].closeStrip = close.strip;
2888
- }
2889
-
2890
- inverseStrip = inverseAndProgram.strip;
2891
- inverse = inverseAndProgram.program;
2892
- }
2893
-
2894
- if (inverted) {
2895
- inverted = inverse;
2896
- inverse = program;
2897
- program = inverted;
2898
- }
2899
-
2900
- return {
2901
- type: decorator ? 'DecoratorBlock' : 'BlockStatement',
2902
- path: openBlock.path,
2903
- params: openBlock.params,
2904
- hash: openBlock.hash,
2905
- program: program,
2906
- inverse: inverse,
2907
- openStrip: openBlock.strip,
2908
- inverseStrip: inverseStrip,
2909
- closeStrip: close && close.strip,
2910
- loc: this.locInfo(locInfo)
2911
- };
2912
- }
2913
-
2914
- function prepareProgram(statements, loc) {
2915
- if (!loc && statements.length) {
2916
- var firstLoc = statements[0].loc,
2917
- lastLoc = statements[statements.length - 1].loc;
2918
-
2919
- /* istanbul ignore else */
2920
- if (firstLoc && lastLoc) {
2921
- loc = {
2922
- source: firstLoc.source,
2923
- start: {
2924
- line: firstLoc.start.line,
2925
- column: firstLoc.start.column
2926
- },
2927
- end: {
2928
- line: lastLoc.end.line,
2929
- column: lastLoc.end.column
2930
- }
2931
- };
2932
- }
2933
- }
2934
-
2935
- return {
2936
- type: 'Program',
2937
- body: statements,
2938
- strip: {},
2939
- loc: loc
2940
- };
2941
- }
2942
-
2943
- function preparePartialBlock(open, program, close, locInfo) {
2944
- validateClose(open, close);
2945
-
2946
- return {
2947
- type: 'PartialBlockStatement',
2948
- name: open.path,
2949
- params: open.params,
2950
- hash: open.hash,
2951
- program: program,
2952
- openStrip: open.strip,
2953
- closeStrip: close && close.strip,
2954
- loc: this.locInfo(locInfo)
2955
- };
2956
- }
2957
-
2958
- /***/ }),
2959
- /* 41 */
2960
- /***/ (function(module, exports, __webpack_require__) {
2961
-
2962
- /* eslint-disable new-cap */
2963
-
2964
- 'use strict';
2965
-
2966
- var _interopRequireDefault = __webpack_require__(1)['default'];
2967
-
2968
- exports.__esModule = true;
2969
- exports.Compiler = Compiler;
2970
- exports.precompile = precompile;
2971
- exports.compile = compile;
2972
-
2973
- var _exception = __webpack_require__(6);
2974
-
2975
- var _exception2 = _interopRequireDefault(_exception);
2976
-
2977
- var _utils = __webpack_require__(5);
2978
-
2979
- var _ast = __webpack_require__(35);
2980
-
2981
- var _ast2 = _interopRequireDefault(_ast);
2982
-
2983
- var slice = [].slice;
2984
-
2985
- function Compiler() {}
2986
-
2987
- // the foundHelper register will disambiguate helper lookup from finding a
2988
- // function in a context. This is necessary for mustache compatibility, which
2989
- // requires that context functions in blocks are evaluated by blockHelperMissing,
2990
- // and then proceed as if the resulting value was provided to blockHelperMissing.
2991
-
2992
- Compiler.prototype = {
2993
- compiler: Compiler,
2994
-
2995
- equals: function equals(other) {
2996
- var len = this.opcodes.length;
2997
- if (other.opcodes.length !== len) {
2998
- return false;
2999
- }
3000
-
3001
- for (var i = 0; i < len; i++) {
3002
- var opcode = this.opcodes[i],
3003
- otherOpcode = other.opcodes[i];
3004
- if (opcode.opcode !== otherOpcode.opcode || !argEquals(opcode.args, otherOpcode.args)) {
3005
- return false;
3006
- }
3007
- }
3008
-
3009
- // We know that length is the same between the two arrays because they are directly tied
3010
- // to the opcode behavior above.
3011
- len = this.children.length;
3012
- for (var i = 0; i < len; i++) {
3013
- if (!this.children[i].equals(other.children[i])) {
3014
- return false;
3015
- }
3016
- }
3017
-
3018
- return true;
3019
- },
3020
-
3021
- guid: 0,
3022
-
3023
- compile: function compile(program, options) {
3024
- this.sourceNode = [];
3025
- this.opcodes = [];
3026
- this.children = [];
3027
- this.options = options;
3028
- this.stringParams = options.stringParams;
3029
- this.trackIds = options.trackIds;
3030
-
3031
- options.blockParams = options.blockParams || [];
3032
-
3033
- // These changes will propagate to the other compiler components
3034
- var knownHelpers = options.knownHelpers;
3035
- options.knownHelpers = {
3036
- 'helperMissing': true,
3037
- 'blockHelperMissing': true,
3038
- 'each': true,
3039
- 'if': true,
3040
- 'unless': true,
3041
- 'with': true,
3042
- 'log': true,
3043
- 'lookup': true
3044
- };
3045
- if (knownHelpers) {
3046
- // the next line should use "Object.keys", but the code has been like this a long time and changing it, might
3047
- // cause backwards-compatibility issues... It's an old library...
3048
- // eslint-disable-next-line guard-for-in
3049
- for (var _name in knownHelpers) {
3050
- this.options.knownHelpers[_name] = knownHelpers[_name];
3051
- }
3052
- }
3053
-
3054
- return this.accept(program);
3055
- },
3056
-
3057
- compileProgram: function compileProgram(program) {
3058
- var childCompiler = new this.compiler(),
3059
- // eslint-disable-line new-cap
3060
- result = childCompiler.compile(program, this.options),
3061
- guid = this.guid++;
3062
-
3063
- this.usePartial = this.usePartial || result.usePartial;
3064
-
3065
- this.children[guid] = result;
3066
- this.useDepths = this.useDepths || result.useDepths;
3067
-
3068
- return guid;
3069
- },
3070
-
3071
- accept: function accept(node) {
3072
- /* istanbul ignore next: Sanity code */
3073
- if (!this[node.type]) {
3074
- throw new _exception2['default']('Unknown type: ' + node.type, node);
3075
- }
3076
-
3077
- this.sourceNode.unshift(node);
3078
- var ret = this[node.type](node);
3079
- this.sourceNode.shift();
3080
- return ret;
3081
- },
3082
-
3083
- Program: function Program(program) {
3084
- this.options.blockParams.unshift(program.blockParams);
3085
-
3086
- var body = program.body,
3087
- bodyLength = body.length;
3088
- for (var i = 0; i < bodyLength; i++) {
3089
- this.accept(body[i]);
3090
- }
3091
-
3092
- this.options.blockParams.shift();
3093
-
3094
- this.isSimple = bodyLength === 1;
3095
- this.blockParams = program.blockParams ? program.blockParams.length : 0;
3096
-
3097
- return this;
3098
- },
3099
-
3100
- BlockStatement: function BlockStatement(block) {
3101
- transformLiteralToPath(block);
3102
-
3103
- var program = block.program,
3104
- inverse = block.inverse;
3105
-
3106
- program = program && this.compileProgram(program);
3107
- inverse = inverse && this.compileProgram(inverse);
3108
-
3109
- var type = this.classifySexpr(block);
3110
-
3111
- if (type === 'helper') {
3112
- this.helperSexpr(block, program, inverse);
3113
- } else if (type === 'simple') {
3114
- this.simpleSexpr(block);
3115
-
3116
- // now that the simple mustache is resolved, we need to
3117
- // evaluate it by executing `blockHelperMissing`
3118
- this.opcode('pushProgram', program);
3119
- this.opcode('pushProgram', inverse);
3120
- this.opcode('emptyHash');
3121
- this.opcode('blockValue', block.path.original);
3122
- } else {
3123
- this.ambiguousSexpr(block, program, inverse);
3124
-
3125
- // now that the simple mustache is resolved, we need to
3126
- // evaluate it by executing `blockHelperMissing`
3127
- this.opcode('pushProgram', program);
3128
- this.opcode('pushProgram', inverse);
3129
- this.opcode('emptyHash');
3130
- this.opcode('ambiguousBlockValue');
3131
- }
3132
-
3133
- this.opcode('append');
3134
- },
3135
-
3136
- DecoratorBlock: function DecoratorBlock(decorator) {
3137
- var program = decorator.program && this.compileProgram(decorator.program);
3138
- var params = this.setupFullMustacheParams(decorator, program, undefined),
3139
- path = decorator.path;
3140
-
3141
- this.useDecorators = true;
3142
- this.opcode('registerDecorator', params.length, path.original);
3143
- },
3144
-
3145
- PartialStatement: function PartialStatement(partial) {
3146
- this.usePartial = true;
3147
-
3148
- var program = partial.program;
3149
- if (program) {
3150
- program = this.compileProgram(partial.program);
3151
- }
3152
-
3153
- var params = partial.params;
3154
- if (params.length > 1) {
3155
- throw new _exception2['default']('Unsupported number of partial arguments: ' + params.length, partial);
3156
- } else if (!params.length) {
3157
- if (this.options.explicitPartialContext) {
3158
- this.opcode('pushLiteral', 'undefined');
3159
- } else {
3160
- params.push({ type: 'PathExpression', parts: [], depth: 0 });
3161
- }
3162
- }
3163
-
3164
- var partialName = partial.name.original,
3165
- isDynamic = partial.name.type === 'SubExpression';
3166
- if (isDynamic) {
3167
- this.accept(partial.name);
3168
- }
3169
-
3170
- this.setupFullMustacheParams(partial, program, undefined, true);
3171
-
3172
- var indent = partial.indent || '';
3173
- if (this.options.preventIndent && indent) {
3174
- this.opcode('appendContent', indent);
3175
- indent = '';
3176
- }
3177
-
3178
- this.opcode('invokePartial', isDynamic, partialName, indent);
3179
- this.opcode('append');
3180
- },
3181
- PartialBlockStatement: function PartialBlockStatement(partialBlock) {
3182
- this.PartialStatement(partialBlock);
3183
- },
3184
-
3185
- MustacheStatement: function MustacheStatement(mustache) {
3186
- this.SubExpression(mustache);
3187
-
3188
- if (mustache.escaped && !this.options.noEscape) {
3189
- this.opcode('appendEscaped');
3190
- } else {
3191
- this.opcode('append');
3192
- }
3193
- },
3194
- Decorator: function Decorator(decorator) {
3195
- this.DecoratorBlock(decorator);
3196
- },
3197
-
3198
- ContentStatement: function ContentStatement(content) {
3199
- if (content.value) {
3200
- this.opcode('appendContent', content.value);
3201
- }
3202
- },
3203
-
3204
- CommentStatement: function CommentStatement() {},
3205
-
3206
- SubExpression: function SubExpression(sexpr) {
3207
- transformLiteralToPath(sexpr);
3208
- var type = this.classifySexpr(sexpr);
3209
-
3210
- if (type === 'simple') {
3211
- this.simpleSexpr(sexpr);
3212
- } else if (type === 'helper') {
3213
- this.helperSexpr(sexpr);
3214
- } else {
3215
- this.ambiguousSexpr(sexpr);
3216
- }
3217
- },
3218
- ambiguousSexpr: function ambiguousSexpr(sexpr, program, inverse) {
3219
- var path = sexpr.path,
3220
- name = path.parts[0],
3221
- isBlock = program != null || inverse != null;
3222
-
3223
- this.opcode('getContext', path.depth);
3224
-
3225
- this.opcode('pushProgram', program);
3226
- this.opcode('pushProgram', inverse);
3227
-
3228
- path.strict = true;
3229
- this.accept(path);
3230
-
3231
- this.opcode('invokeAmbiguous', name, isBlock);
3232
- },
3233
-
3234
- simpleSexpr: function simpleSexpr(sexpr) {
3235
- var path = sexpr.path;
3236
- path.strict = true;
3237
- this.accept(path);
3238
- this.opcode('resolvePossibleLambda');
3239
- },
3240
-
3241
- helperSexpr: function helperSexpr(sexpr, program, inverse) {
3242
- var params = this.setupFullMustacheParams(sexpr, program, inverse),
3243
- path = sexpr.path,
3244
- name = path.parts[0];
3245
-
3246
- if (this.options.knownHelpers[name]) {
3247
- this.opcode('invokeKnownHelper', params.length, name);
3248
- } else if (this.options.knownHelpersOnly) {
3249
- throw new _exception2['default']('You specified knownHelpersOnly, but used the unknown helper ' + name, sexpr);
3250
- } else {
3251
- path.strict = true;
3252
- path.falsy = true;
3253
-
3254
- this.accept(path);
3255
- this.opcode('invokeHelper', params.length, path.original, _ast2['default'].helpers.simpleId(path));
3256
- }
3257
- },
3258
-
3259
- PathExpression: function PathExpression(path) {
3260
- this.addDepth(path.depth);
3261
- this.opcode('getContext', path.depth);
3262
-
3263
- var name = path.parts[0],
3264
- scoped = _ast2['default'].helpers.scopedId(path),
3265
- blockParamId = !path.depth && !scoped && this.blockParamIndex(name);
3266
-
3267
- if (blockParamId) {
3268
- this.opcode('lookupBlockParam', blockParamId, path.parts);
3269
- } else if (!name) {
3270
- // Context reference, i.e. `{{foo .}}` or `{{foo ..}}`
3271
- this.opcode('pushContext');
3272
- } else if (path.data) {
3273
- this.options.data = true;
3274
- this.opcode('lookupData', path.depth, path.parts, path.strict);
3275
- } else {
3276
- this.opcode('lookupOnContext', path.parts, path.falsy, path.strict, scoped);
3277
- }
3278
- },
3279
-
3280
- StringLiteral: function StringLiteral(string) {
3281
- this.opcode('pushString', string.value);
3282
- },
3283
-
3284
- NumberLiteral: function NumberLiteral(number) {
3285
- this.opcode('pushLiteral', number.value);
3286
- },
3287
-
3288
- BooleanLiteral: function BooleanLiteral(bool) {
3289
- this.opcode('pushLiteral', bool.value);
3290
- },
3291
-
3292
- UndefinedLiteral: function UndefinedLiteral() {
3293
- this.opcode('pushLiteral', 'undefined');
3294
- },
3295
-
3296
- NullLiteral: function NullLiteral() {
3297
- this.opcode('pushLiteral', 'null');
3298
- },
3299
-
3300
- Hash: function Hash(hash) {
3301
- var pairs = hash.pairs,
3302
- i = 0,
3303
- l = pairs.length;
3304
-
3305
- this.opcode('pushHash');
3306
-
3307
- for (; i < l; i++) {
3308
- this.pushParam(pairs[i].value);
3309
- }
3310
- while (i--) {
3311
- this.opcode('assignToHash', pairs[i].key);
3312
- }
3313
- this.opcode('popHash');
3314
- },
3315
-
3316
- // HELPERS
3317
- opcode: function opcode(name) {
3318
- this.opcodes.push({ opcode: name, args: slice.call(arguments, 1), loc: this.sourceNode[0].loc });
3319
- },
3320
-
3321
- addDepth: function addDepth(depth) {
3322
- if (!depth) {
3323
- return;
3324
- }
3325
-
3326
- this.useDepths = true;
3327
- },
3328
-
3329
- classifySexpr: function classifySexpr(sexpr) {
3330
- var isSimple = _ast2['default'].helpers.simpleId(sexpr.path);
3331
-
3332
- var isBlockParam = isSimple && !!this.blockParamIndex(sexpr.path.parts[0]);
3333
-
3334
- // a mustache is an eligible helper if:
3335
- // * its id is simple (a single part, not `this` or `..`)
3336
- var isHelper = !isBlockParam && _ast2['default'].helpers.helperExpression(sexpr);
3337
-
3338
- // if a mustache is an eligible helper but not a definite
3339
- // helper, it is ambiguous, and will be resolved in a later
3340
- // pass or at runtime.
3341
- var isEligible = !isBlockParam && (isHelper || isSimple);
3342
-
3343
- // if ambiguous, we can possibly resolve the ambiguity now
3344
- // An eligible helper is one that does not have a complex path, i.e. `this.foo`, `../foo` etc.
3345
- if (isEligible && !isHelper) {
3346
- var _name2 = sexpr.path.parts[0],
3347
- options = this.options;
3348
-
3349
- if (options.knownHelpers[_name2]) {
3350
- isHelper = true;
3351
- } else if (options.knownHelpersOnly) {
3352
- isEligible = false;
3353
- }
3354
- }
3355
-
3356
- if (isHelper) {
3357
- return 'helper';
3358
- } else if (isEligible) {
3359
- return 'ambiguous';
3360
- } else {
3361
- return 'simple';
3362
- }
3363
- },
3364
-
3365
- pushParams: function pushParams(params) {
3366
- for (var i = 0, l = params.length; i < l; i++) {
3367
- this.pushParam(params[i]);
3368
- }
3369
- },
3370
-
3371
- pushParam: function pushParam(val) {
3372
- var value = val.value != null ? val.value : val.original || '';
3373
-
3374
- if (this.stringParams) {
3375
- if (value.replace) {
3376
- value = value.replace(/^(\.?\.\/)*/g, '').replace(/\//g, '.');
3377
- }
3378
-
3379
- if (val.depth) {
3380
- this.addDepth(val.depth);
3381
- }
3382
- this.opcode('getContext', val.depth || 0);
3383
- this.opcode('pushStringParam', value, val.type);
3384
-
3385
- if (val.type === 'SubExpression') {
3386
- // SubExpressions get evaluated and passed in
3387
- // in string params mode.
3388
- this.accept(val);
3389
- }
3390
- } else {
3391
- if (this.trackIds) {
3392
- var blockParamIndex = undefined;
3393
- if (val.parts && !_ast2['default'].helpers.scopedId(val) && !val.depth) {
3394
- blockParamIndex = this.blockParamIndex(val.parts[0]);
3395
- }
3396
- if (blockParamIndex) {
3397
- var blockParamChild = val.parts.slice(1).join('.');
3398
- this.opcode('pushId', 'BlockParam', blockParamIndex, blockParamChild);
3399
- } else {
3400
- value = val.original || value;
3401
- if (value.replace) {
3402
- value = value.replace(/^this(?:\.|$)/, '').replace(/^\.\//, '').replace(/^\.$/, '');
3403
- }
3404
-
3405
- this.opcode('pushId', val.type, value);
3406
- }
3407
- }
3408
- this.accept(val);
3409
- }
3410
- },
3411
-
3412
- setupFullMustacheParams: function setupFullMustacheParams(sexpr, program, inverse, omitEmpty) {
3413
- var params = sexpr.params;
3414
- this.pushParams(params);
3415
-
3416
- this.opcode('pushProgram', program);
3417
- this.opcode('pushProgram', inverse);
3418
-
3419
- if (sexpr.hash) {
3420
- this.accept(sexpr.hash);
3421
- } else {
3422
- this.opcode('emptyHash', omitEmpty);
3423
- }
3424
-
3425
- return params;
3426
- },
3427
-
3428
- blockParamIndex: function blockParamIndex(name) {
3429
- for (var depth = 0, len = this.options.blockParams.length; depth < len; depth++) {
3430
- var blockParams = this.options.blockParams[depth],
3431
- param = blockParams && _utils.indexOf(blockParams, name);
3432
- if (blockParams && param >= 0) {
3433
- return [depth, param];
3434
- }
3435
- }
3436
- }
3437
- };
3438
-
3439
- function precompile(input, options, env) {
3440
- if (input == null || typeof input !== 'string' && input.type !== 'Program') {
3441
- throw new _exception2['default']('You must pass a string or Handlebars AST to Handlebars.precompile. You passed ' + input);
3442
- }
3443
-
3444
- options = options || {};
3445
- if (!('data' in options)) {
3446
- options.data = true;
3447
- }
3448
- if (options.compat) {
3449
- options.useDepths = true;
3450
- }
3451
-
3452
- var ast = env.parse(input, options),
3453
- environment = new env.Compiler().compile(ast, options);
3454
- return new env.JavaScriptCompiler().compile(environment, options);
3455
- }
3456
-
3457
- function compile(input, options, env) {
3458
- if (options === undefined) options = {};
3459
-
3460
- if (input == null || typeof input !== 'string' && input.type !== 'Program') {
3461
- throw new _exception2['default']('You must pass a string or Handlebars AST to Handlebars.compile. You passed ' + input);
3462
- }
3463
-
3464
- options = _utils.extend({}, options);
3465
- if (!('data' in options)) {
3466
- options.data = true;
3467
- }
3468
- if (options.compat) {
3469
- options.useDepths = true;
3470
- }
3471
-
3472
- var compiled = undefined;
3473
-
3474
- function compileInput() {
3475
- var ast = env.parse(input, options),
3476
- environment = new env.Compiler().compile(ast, options),
3477
- templateSpec = new env.JavaScriptCompiler().compile(environment, options, undefined, true);
3478
- return env.template(templateSpec);
3479
- }
3480
-
3481
- // Template is only compiled on first use and cached after that point.
3482
- function ret(context, execOptions) {
3483
- if (!compiled) {
3484
- compiled = compileInput();
3485
- }
3486
- return compiled.call(this, context, execOptions);
3487
- }
3488
- ret._setup = function (setupOptions) {
3489
- if (!compiled) {
3490
- compiled = compileInput();
3491
- }
3492
- return compiled._setup(setupOptions);
3493
- };
3494
- ret._child = function (i, data, blockParams, depths) {
3495
- if (!compiled) {
3496
- compiled = compileInput();
3497
- }
3498
- return compiled._child(i, data, blockParams, depths);
3499
- };
3500
- return ret;
3501
- }
3502
-
3503
- function argEquals(a, b) {
3504
- if (a === b) {
3505
- return true;
3506
- }
3507
-
3508
- if (_utils.isArray(a) && _utils.isArray(b) && a.length === b.length) {
3509
- for (var i = 0; i < a.length; i++) {
3510
- if (!argEquals(a[i], b[i])) {
3511
- return false;
3512
- }
3513
- }
3514
- return true;
3515
- }
3516
- }
3517
-
3518
- function transformLiteralToPath(sexpr) {
3519
- if (!sexpr.path.parts) {
3520
- var literal = sexpr.path;
3521
- // Casting to string here to make false and 0 literal values play nicely with the rest
3522
- // of the system.
3523
- sexpr.path = {
3524
- type: 'PathExpression',
3525
- data: false,
3526
- depth: 0,
3527
- parts: [literal.original + ''],
3528
- original: literal.original + '',
3529
- loc: literal.loc
3530
- };
3531
- }
3532
- }
3533
-
3534
- /***/ }),
3535
- /* 42 */
3536
- /***/ (function(module, exports, __webpack_require__) {
3537
-
3538
- 'use strict';
3539
-
3540
- var _interopRequireDefault = __webpack_require__(1)['default'];
3541
-
3542
- exports.__esModule = true;
3543
-
3544
- var _base = __webpack_require__(4);
3545
-
3546
- var _exception = __webpack_require__(6);
3547
-
3548
- var _exception2 = _interopRequireDefault(_exception);
3549
-
3550
- var _utils = __webpack_require__(5);
3551
-
3552
- var _codeGen = __webpack_require__(43);
3553
-
3554
- var _codeGen2 = _interopRequireDefault(_codeGen);
3555
-
3556
- function Literal(value) {
3557
- this.value = value;
3558
- }
3559
-
3560
- function JavaScriptCompiler() {}
3561
-
3562
- JavaScriptCompiler.prototype = {
3563
- // PUBLIC API: You can override these methods in a subclass to provide
3564
- // alternative compiled forms for name lookup and buffering semantics
3565
- nameLookup: function nameLookup(parent, name /* , type*/) {
3566
- if (JavaScriptCompiler.isValidJavaScriptVariableName(name)) {
3567
- return [parent, '.', name];
3568
- } else {
3569
- return [parent, '[', JSON.stringify(name), ']'];
3570
- }
3571
- },
3572
- depthedLookup: function depthedLookup(name) {
3573
- return [this.aliasable('container.lookup'), '(depths, "', name, '")'];
3574
- },
3575
-
3576
- compilerInfo: function compilerInfo() {
3577
- var revision = _base.COMPILER_REVISION,
3578
- versions = _base.REVISION_CHANGES[revision];
3579
- return [revision, versions];
3580
- },
3581
-
3582
- appendToBuffer: function appendToBuffer(source, location, explicit) {
3583
- // Force a source as this simplifies the merge logic.
3584
- if (!_utils.isArray(source)) {
3585
- source = [source];
3586
- }
3587
- source = this.source.wrap(source, location);
3588
-
3589
- if (this.environment.isSimple) {
3590
- return ['return ', source, ';'];
3591
- } else if (explicit) {
3592
- // This is a case where the buffer operation occurs as a child of another
3593
- // construct, generally braces. We have to explicitly output these buffer
3594
- // operations to ensure that the emitted code goes in the correct location.
3595
- return ['buffer += ', source, ';'];
3596
- } else {
3597
- source.appendToBuffer = true;
3598
- return source;
3599
- }
3600
- },
3601
-
3602
- initializeBuffer: function initializeBuffer() {
3603
- return this.quotedString('');
3604
- },
3605
- // END PUBLIC API
3606
-
3607
- compile: function compile(environment, options, context, asObject) {
3608
- this.environment = environment;
3609
- this.options = options;
3610
- this.stringParams = this.options.stringParams;
3611
- this.trackIds = this.options.trackIds;
3612
- this.precompile = !asObject;
3613
-
3614
- this.name = this.environment.name;
3615
- this.isChild = !!context;
3616
- this.context = context || {
3617
- decorators: [],
3618
- programs: [],
3619
- environments: []
3620
- };
3621
-
3622
- this.preamble();
3623
-
3624
- this.stackSlot = 0;
3625
- this.stackVars = [];
3626
- this.aliases = {};
3627
- this.registers = { list: [] };
3628
- this.hashes = [];
3629
- this.compileStack = [];
3630
- this.inlineStack = [];
3631
- this.blockParams = [];
3632
-
3633
- this.compileChildren(environment, options);
3634
-
3635
- this.useDepths = this.useDepths || environment.useDepths || environment.useDecorators || this.options.compat;
3636
- this.useBlockParams = this.useBlockParams || environment.useBlockParams;
3637
-
3638
- var opcodes = environment.opcodes,
3639
- opcode = undefined,
3640
- firstLoc = undefined,
3641
- i = undefined,
3642
- l = undefined;
3643
-
3644
- for (i = 0, l = opcodes.length; i < l; i++) {
3645
- opcode = opcodes[i];
3646
-
3647
- this.source.currentLocation = opcode.loc;
3648
- firstLoc = firstLoc || opcode.loc;
3649
- this[opcode.opcode].apply(this, opcode.args);
3650
- }
3651
-
3652
- // Flush any trailing content that might be pending.
3653
- this.source.currentLocation = firstLoc;
3654
- this.pushSource('');
3655
-
3656
- /* istanbul ignore next */
3657
- if (this.stackSlot || this.inlineStack.length || this.compileStack.length) {
3658
- throw new _exception2['default']('Compile completed with content left on stack');
3659
- }
3660
-
3661
- if (!this.decorators.isEmpty()) {
3662
- this.useDecorators = true;
3663
-
3664
- this.decorators.prepend('var decorators = container.decorators;\n');
3665
- this.decorators.push('return fn;');
3666
-
3667
- if (asObject) {
3668
- this.decorators = Function.apply(this, ['fn', 'props', 'container', 'depth0', 'data', 'blockParams', 'depths', this.decorators.merge()]);
3669
- } else {
3670
- this.decorators.prepend('function(fn, props, container, depth0, data, blockParams, depths) {\n');
3671
- this.decorators.push('}\n');
3672
- this.decorators = this.decorators.merge();
3673
- }
3674
- } else {
3675
- this.decorators = undefined;
3676
- }
3677
-
3678
- var fn = this.createFunctionContext(asObject);
3679
- if (!this.isChild) {
3680
- var ret = {
3681
- compiler: this.compilerInfo(),
3682
- main: fn
3683
- };
3684
-
3685
- if (this.decorators) {
3686
- ret.main_d = this.decorators; // eslint-disable-line camelcase
3687
- ret.useDecorators = true;
3688
- }
3689
-
3690
- var _context = this.context;
3691
- var programs = _context.programs;
3692
- var decorators = _context.decorators;
3693
-
3694
- for (i = 0, l = programs.length; i < l; i++) {
3695
- if (programs[i]) {
3696
- ret[i] = programs[i];
3697
- if (decorators[i]) {
3698
- ret[i + '_d'] = decorators[i];
3699
- ret.useDecorators = true;
3700
- }
3701
- }
3702
- }
3703
-
3704
- if (this.environment.usePartial) {
3705
- ret.usePartial = true;
3706
- }
3707
- if (this.options.data) {
3708
- ret.useData = true;
3709
- }
3710
- if (this.useDepths) {
3711
- ret.useDepths = true;
3712
- }
3713
- if (this.useBlockParams) {
3714
- ret.useBlockParams = true;
3715
- }
3716
- if (this.options.compat) {
3717
- ret.compat = true;
3718
- }
3719
-
3720
- if (!asObject) {
3721
- ret.compiler = JSON.stringify(ret.compiler);
3722
-
3723
- this.source.currentLocation = { start: { line: 1, column: 0 } };
3724
- ret = this.objectLiteral(ret);
3725
-
3726
- if (options.srcName) {
3727
- ret = ret.toStringWithSourceMap({ file: options.destName });
3728
- ret.map = ret.map && ret.map.toString();
3729
- } else {
3730
- ret = ret.toString();
3731
- }
3732
- } else {
3733
- ret.compilerOptions = this.options;
3734
- }
3735
-
3736
- return ret;
3737
- } else {
3738
- return fn;
3739
- }
3740
- },
3741
-
3742
- preamble: function preamble() {
3743
- // track the last context pushed into place to allow skipping the
3744
- // getContext opcode when it would be a noop
3745
- this.lastContext = 0;
3746
- this.source = new _codeGen2['default'](this.options.srcName);
3747
- this.decorators = new _codeGen2['default'](this.options.srcName);
3748
- },
3749
-
3750
- createFunctionContext: function createFunctionContext(asObject) {
3751
- var varDeclarations = '';
3752
-
3753
- var locals = this.stackVars.concat(this.registers.list);
3754
- if (locals.length > 0) {
3755
- varDeclarations += ', ' + locals.join(', ');
3756
- }
3757
-
3758
- // Generate minimizer alias mappings
3759
- //
3760
- // When using true SourceNodes, this will update all references to the given alias
3761
- // as the source nodes are reused in situ. For the non-source node compilation mode,
3762
- // aliases will not be used, but this case is already being run on the client and
3763
- // we aren't concern about minimizing the template size.
3764
- var aliasCount = 0;
3765
- for (var alias in this.aliases) {
3766
- // eslint-disable-line guard-for-in
3767
- var node = this.aliases[alias];
3768
-
3769
- if (this.aliases.hasOwnProperty(alias) && node.children && node.referenceCount > 1) {
3770
- varDeclarations += ', alias' + ++aliasCount + '=' + alias;
3771
- node.children[0] = 'alias' + aliasCount;
3772
- }
3773
- }
3774
-
3775
- var params = ['container', 'depth0', 'helpers', 'partials', 'data'];
3776
-
3777
- if (this.useBlockParams || this.useDepths) {
3778
- params.push('blockParams');
3779
- }
3780
- if (this.useDepths) {
3781
- params.push('depths');
3782
- }
3783
-
3784
- // Perform a second pass over the output to merge content when possible
3785
- var source = this.mergeSource(varDeclarations);
3786
-
3787
- if (asObject) {
3788
- params.push(source);
3789
-
3790
- return Function.apply(this, params);
3791
- } else {
3792
- return this.source.wrap(['function(', params.join(','), ') {\n ', source, '}']);
3793
- }
3794
- },
3795
- mergeSource: function mergeSource(varDeclarations) {
3796
- var isSimple = this.environment.isSimple,
3797
- appendOnly = !this.forceBuffer,
3798
- appendFirst = undefined,
3799
- sourceSeen = undefined,
3800
- bufferStart = undefined,
3801
- bufferEnd = undefined;
3802
- this.source.each(function (line) {
3803
- if (line.appendToBuffer) {
3804
- if (bufferStart) {
3805
- line.prepend(' + ');
3806
- } else {
3807
- bufferStart = line;
3808
- }
3809
- bufferEnd = line;
3810
- } else {
3811
- if (bufferStart) {
3812
- if (!sourceSeen) {
3813
- appendFirst = true;
3814
- } else {
3815
- bufferStart.prepend('buffer += ');
3816
- }
3817
- bufferEnd.add(';');
3818
- bufferStart = bufferEnd = undefined;
3819
- }
3820
-
3821
- sourceSeen = true;
3822
- if (!isSimple) {
3823
- appendOnly = false;
3824
- }
3825
- }
3826
- });
3827
-
3828
- if (appendOnly) {
3829
- if (bufferStart) {
3830
- bufferStart.prepend('return ');
3831
- bufferEnd.add(';');
3832
- } else if (!sourceSeen) {
3833
- this.source.push('return "";');
3834
- }
3835
- } else {
3836
- varDeclarations += ', buffer = ' + (appendFirst ? '' : this.initializeBuffer());
3837
-
3838
- if (bufferStart) {
3839
- bufferStart.prepend('return buffer + ');
3840
- bufferEnd.add(';');
3841
- } else {
3842
- this.source.push('return buffer;');
3843
- }
3844
- }
3845
-
3846
- if (varDeclarations) {
3847
- this.source.prepend('var ' + varDeclarations.substring(2) + (appendFirst ? '' : ';\n'));
3848
- }
3849
-
3850
- return this.source.merge();
3851
- },
3852
-
3853
- // [blockValue]
3854
- //
3855
- // On stack, before: hash, inverse, program, value
3856
- // On stack, after: return value of blockHelperMissing
3857
- //
3858
- // The purpose of this opcode is to take a block of the form
3859
- // `{{#this.foo}}...{{/this.foo}}`, resolve the value of `foo`, and
3860
- // replace it on the stack with the result of properly
3861
- // invoking blockHelperMissing.
3862
- blockValue: function blockValue(name) {
3863
- var blockHelperMissing = this.aliasable('helpers.blockHelperMissing'),
3864
- params = [this.contextName(0)];
3865
- this.setupHelperArgs(name, 0, params);
3866
-
3867
- var blockName = this.popStack();
3868
- params.splice(1, 0, blockName);
3869
-
3870
- this.push(this.source.functionCall(blockHelperMissing, 'call', params));
3871
- },
3872
-
3873
- // [ambiguousBlockValue]
3874
- //
3875
- // On stack, before: hash, inverse, program, value
3876
- // Compiler value, before: lastHelper=value of last found helper, if any
3877
- // On stack, after, if no lastHelper: same as [blockValue]
3878
- // On stack, after, if lastHelper: value
3879
- ambiguousBlockValue: function ambiguousBlockValue() {
3880
- // We're being a bit cheeky and reusing the options value from the prior exec
3881
- var blockHelperMissing = this.aliasable('helpers.blockHelperMissing'),
3882
- params = [this.contextName(0)];
3883
- this.setupHelperArgs('', 0, params, true);
3884
-
3885
- this.flushInline();
3886
-
3887
- var current = this.topStack();
3888
- params.splice(1, 0, current);
3889
-
3890
- this.pushSource(['if (!', this.lastHelper, ') { ', current, ' = ', this.source.functionCall(blockHelperMissing, 'call', params), '}']);
3891
- },
3892
-
3893
- // [appendContent]
3894
- //
3895
- // On stack, before: ...
3896
- // On stack, after: ...
3897
- //
3898
- // Appends the string value of `content` to the current buffer
3899
- appendContent: function appendContent(content) {
3900
- if (this.pendingContent) {
3901
- content = this.pendingContent + content;
3902
- } else {
3903
- this.pendingLocation = this.source.currentLocation;
3904
- }
3905
-
3906
- this.pendingContent = content;
3907
- },
3908
-
3909
- // [append]
3910
- //
3911
- // On stack, before: value, ...
3912
- // On stack, after: ...
3913
- //
3914
- // Coerces `value` to a String and appends it to the current buffer.
3915
- //
3916
- // If `value` is truthy, or 0, it is coerced into a string and appended
3917
- // Otherwise, the empty string is appended
3918
- append: function append() {
3919
- if (this.isInline()) {
3920
- this.replaceStack(function (current) {
3921
- return [' != null ? ', current, ' : ""'];
3922
- });
3923
-
3924
- this.pushSource(this.appendToBuffer(this.popStack()));
3925
- } else {
3926
- var local = this.popStack();
3927
- this.pushSource(['if (', local, ' != null) { ', this.appendToBuffer(local, undefined, true), ' }']);
3928
- if (this.environment.isSimple) {
3929
- this.pushSource(['else { ', this.appendToBuffer("''", undefined, true), ' }']);
3930
- }
3931
- }
3932
- },
3933
-
3934
- // [appendEscaped]
3935
- //
3936
- // On stack, before: value, ...
3937
- // On stack, after: ...
3938
- //
3939
- // Escape `value` and append it to the buffer
3940
- appendEscaped: function appendEscaped() {
3941
- this.pushSource(this.appendToBuffer([this.aliasable('container.escapeExpression'), '(', this.popStack(), ')']));
3942
- },
3943
-
3944
- // [getContext]
3945
- //
3946
- // On stack, before: ...
3947
- // On stack, after: ...
3948
- // Compiler value, after: lastContext=depth
3949
- //
3950
- // Set the value of the `lastContext` compiler value to the depth
3951
- getContext: function getContext(depth) {
3952
- this.lastContext = depth;
3953
- },
3954
-
3955
- // [pushContext]
3956
- //
3957
- // On stack, before: ...
3958
- // On stack, after: currentContext, ...
3959
- //
3960
- // Pushes the value of the current context onto the stack.
3961
- pushContext: function pushContext() {
3962
- this.pushStackLiteral(this.contextName(this.lastContext));
3963
- },
3964
-
3965
- // [lookupOnContext]
3966
- //
3967
- // On stack, before: ...
3968
- // On stack, after: currentContext[name], ...
3969
- //
3970
- // Looks up the value of `name` on the current context and pushes
3971
- // it onto the stack.
3972
- lookupOnContext: function lookupOnContext(parts, falsy, strict, scoped) {
3973
- var i = 0;
3974
-
3975
- if (!scoped && this.options.compat && !this.lastContext) {
3976
- // The depthed query is expected to handle the undefined logic for the root level that
3977
- // is implemented below, so we evaluate that directly in compat mode
3978
- this.push(this.depthedLookup(parts[i++]));
3979
- } else {
3980
- this.pushContext();
3981
- }
3982
-
3983
- this.resolvePath('context', parts, i, falsy, strict);
3984
- },
3985
-
3986
- // [lookupBlockParam]
3987
- //
3988
- // On stack, before: ...
3989
- // On stack, after: blockParam[name], ...
3990
- //
3991
- // Looks up the value of `parts` on the given block param and pushes
3992
- // it onto the stack.
3993
- lookupBlockParam: function lookupBlockParam(blockParamId, parts) {
3994
- this.useBlockParams = true;
3995
-
3996
- this.push(['blockParams[', blockParamId[0], '][', blockParamId[1], ']']);
3997
- this.resolvePath('context', parts, 1);
3998
- },
3999
-
4000
- // [lookupData]
4001
- //
4002
- // On stack, before: ...
4003
- // On stack, after: data, ...
4004
- //
4005
- // Push the data lookup operator
4006
- lookupData: function lookupData(depth, parts, strict) {
4007
- if (!depth) {
4008
- this.pushStackLiteral('data');
4009
- } else {
4010
- this.pushStackLiteral('container.data(data, ' + depth + ')');
4011
- }
4012
-
4013
- this.resolvePath('data', parts, 0, true, strict);
4014
- },
4015
-
4016
- resolvePath: function resolvePath(type, parts, i, falsy, strict) {
4017
- // istanbul ignore next
4018
-
4019
- var _this = this;
4020
-
4021
- if (this.options.strict || this.options.assumeObjects) {
4022
- this.push(strictLookup(this.options.strict && strict, this, parts, type));
4023
- return;
4024
- }
4025
-
4026
- var len = parts.length;
4027
- for (; i < len; i++) {
4028
- /* eslint-disable no-loop-func */
4029
- this.replaceStack(function (current) {
4030
- var lookup = _this.nameLookup(current, parts[i], type);
4031
- // We want to ensure that zero and false are handled properly if the context (falsy flag)
4032
- // needs to have the special handling for these values.
4033
- if (!falsy) {
4034
- return [' != null ? ', lookup, ' : ', current];
4035
- } else {
4036
- // Otherwise we can use generic falsy handling
4037
- return [' && ', lookup];
4038
- }
4039
- });
4040
- /* eslint-enable no-loop-func */
4041
- }
4042
- },
4043
-
4044
- // [resolvePossibleLambda]
4045
- //
4046
- // On stack, before: value, ...
4047
- // On stack, after: resolved value, ...
4048
- //
4049
- // If the `value` is a lambda, replace it on the stack by
4050
- // the return value of the lambda
4051
- resolvePossibleLambda: function resolvePossibleLambda() {
4052
- this.push([this.aliasable('container.lambda'), '(', this.popStack(), ', ', this.contextName(0), ')']);
4053
- },
4054
-
4055
- // [pushStringParam]
4056
- //
4057
- // On stack, before: ...
4058
- // On stack, after: string, currentContext, ...
4059
- //
4060
- // This opcode is designed for use in string mode, which
4061
- // provides the string value of a parameter along with its
4062
- // depth rather than resolving it immediately.
4063
- pushStringParam: function pushStringParam(string, type) {
4064
- this.pushContext();
4065
- this.pushString(type);
4066
-
4067
- // If it's a subexpression, the string result
4068
- // will be pushed after this opcode.
4069
- if (type !== 'SubExpression') {
4070
- if (typeof string === 'string') {
4071
- this.pushString(string);
4072
- } else {
4073
- this.pushStackLiteral(string);
4074
- }
4075
- }
4076
- },
4077
-
4078
- emptyHash: function emptyHash(omitEmpty) {
4079
- if (this.trackIds) {
4080
- this.push('{}'); // hashIds
4081
- }
4082
- if (this.stringParams) {
4083
- this.push('{}'); // hashContexts
4084
- this.push('{}'); // hashTypes
4085
- }
4086
- this.pushStackLiteral(omitEmpty ? 'undefined' : '{}');
4087
- },
4088
- pushHash: function pushHash() {
4089
- if (this.hash) {
4090
- this.hashes.push(this.hash);
4091
- }
4092
- this.hash = { values: [], types: [], contexts: [], ids: [] };
4093
- },
4094
- popHash: function popHash() {
4095
- var hash = this.hash;
4096
- this.hash = this.hashes.pop();
4097
-
4098
- if (this.trackIds) {
4099
- this.push(this.objectLiteral(hash.ids));
4100
- }
4101
- if (this.stringParams) {
4102
- this.push(this.objectLiteral(hash.contexts));
4103
- this.push(this.objectLiteral(hash.types));
4104
- }
4105
-
4106
- this.push(this.objectLiteral(hash.values));
4107
- },
4108
-
4109
- // [pushString]
4110
- //
4111
- // On stack, before: ...
4112
- // On stack, after: quotedString(string), ...
4113
- //
4114
- // Push a quoted version of `string` onto the stack
4115
- pushString: function pushString(string) {
4116
- this.pushStackLiteral(this.quotedString(string));
4117
- },
4118
-
4119
- // [pushLiteral]
4120
- //
4121
- // On stack, before: ...
4122
- // On stack, after: value, ...
4123
- //
4124
- // Pushes a value onto the stack. This operation prevents
4125
- // the compiler from creating a temporary variable to hold
4126
- // it.
4127
- pushLiteral: function pushLiteral(value) {
4128
- this.pushStackLiteral(value);
4129
- },
4130
-
4131
- // [pushProgram]
4132
- //
4133
- // On stack, before: ...
4134
- // On stack, after: program(guid), ...
4135
- //
4136
- // Push a program expression onto the stack. This takes
4137
- // a compile-time guid and converts it into a runtime-accessible
4138
- // expression.
4139
- pushProgram: function pushProgram(guid) {
4140
- if (guid != null) {
4141
- this.pushStackLiteral(this.programExpression(guid));
4142
- } else {
4143
- this.pushStackLiteral(null);
4144
- }
4145
- },
4146
-
4147
- // [registerDecorator]
4148
- //
4149
- // On stack, before: hash, program, params..., ...
4150
- // On stack, after: ...
4151
- //
4152
- // Pops off the decorator's parameters, invokes the decorator,
4153
- // and inserts the decorator into the decorators list.
4154
- registerDecorator: function registerDecorator(paramSize, name) {
4155
- var foundDecorator = this.nameLookup('decorators', name, 'decorator'),
4156
- options = this.setupHelperArgs(name, paramSize);
4157
-
4158
- this.decorators.push(['fn = ', this.decorators.functionCall(foundDecorator, '', ['fn', 'props', 'container', options]), ' || fn;']);
4159
- },
4160
-
4161
- // [invokeHelper]
4162
- //
4163
- // On stack, before: hash, inverse, program, params..., ...
4164
- // On stack, after: result of helper invocation
4165
- //
4166
- // Pops off the helper's parameters, invokes the helper,
4167
- // and pushes the helper's return value onto the stack.
4168
- //
4169
- // If the helper is not found, `helperMissing` is called.
4170
- invokeHelper: function invokeHelper(paramSize, name, isSimple) {
4171
- var nonHelper = this.popStack(),
4172
- helper = this.setupHelper(paramSize, name),
4173
- simple = isSimple ? [helper.name, ' || '] : '';
4174
-
4175
- var lookup = ['('].concat(simple, nonHelper);
4176
- if (!this.options.strict) {
4177
- lookup.push(' || ', this.aliasable('helpers.helperMissing'));
4178
- }
4179
- lookup.push(')');
4180
-
4181
- this.push(this.source.functionCall(lookup, 'call', helper.callParams));
4182
- },
4183
-
4184
- // [invokeKnownHelper]
4185
- //
4186
- // On stack, before: hash, inverse, program, params..., ...
4187
- // On stack, after: result of helper invocation
4188
- //
4189
- // This operation is used when the helper is known to exist,
4190
- // so a `helperMissing` fallback is not required.
4191
- invokeKnownHelper: function invokeKnownHelper(paramSize, name) {
4192
- var helper = this.setupHelper(paramSize, name);
4193
- this.push(this.source.functionCall(helper.name, 'call', helper.callParams));
4194
- },
4195
-
4196
- // [invokeAmbiguous]
4197
- //
4198
- // On stack, before: hash, inverse, program, params..., ...
4199
- // On stack, after: result of disambiguation
4200
- //
4201
- // This operation is used when an expression like `{{foo}}`
4202
- // is provided, but we don't know at compile-time whether it
4203
- // is a helper or a path.
4204
- //
4205
- // This operation emits more code than the other options,
4206
- // and can be avoided by passing the `knownHelpers` and
4207
- // `knownHelpersOnly` flags at compile-time.
4208
- invokeAmbiguous: function invokeAmbiguous(name, helperCall) {
4209
- this.useRegister('helper');
4210
-
4211
- var nonHelper = this.popStack();
4212
-
4213
- this.emptyHash();
4214
- var helper = this.setupHelper(0, name, helperCall);
4215
-
4216
- var helperName = this.lastHelper = this.nameLookup('helpers', name, 'helper');
4217
-
4218
- var lookup = ['(', '(helper = ', helperName, ' || ', nonHelper, ')'];
4219
- if (!this.options.strict) {
4220
- lookup[0] = '(helper = ';
4221
- lookup.push(' != null ? helper : ', this.aliasable('helpers.helperMissing'));
4222
- }
4223
-
4224
- this.push(['(', lookup, helper.paramsInit ? ['),(', helper.paramsInit] : [], '),', '(typeof helper === ', this.aliasable('"function"'), ' ? ', this.source.functionCall('helper', 'call', helper.callParams), ' : helper))']);
4225
- },
4226
-
4227
- // [invokePartial]
4228
- //
4229
- // On stack, before: context, ...
4230
- // On stack after: result of partial invocation
4231
- //
4232
- // This operation pops off a context, invokes a partial with that context,
4233
- // and pushes the result of the invocation back.
4234
- invokePartial: function invokePartial(isDynamic, name, indent) {
4235
- var params = [],
4236
- options = this.setupParams(name, 1, params);
4237
-
4238
- if (isDynamic) {
4239
- name = this.popStack();
4240
- delete options.name;
4241
- }
4242
-
4243
- if (indent) {
4244
- options.indent = JSON.stringify(indent);
4245
- }
4246
- options.helpers = 'helpers';
4247
- options.partials = 'partials';
4248
- options.decorators = 'container.decorators';
4249
-
4250
- if (!isDynamic) {
4251
- params.unshift(this.nameLookup('partials', name, 'partial'));
4252
- } else {
4253
- params.unshift(name);
4254
- }
4255
-
4256
- if (this.options.compat) {
4257
- options.depths = 'depths';
4258
- }
4259
- options = this.objectLiteral(options);
4260
- params.push(options);
4261
-
4262
- this.push(this.source.functionCall('container.invokePartial', '', params));
4263
- },
4264
-
4265
- // [assignToHash]
4266
- //
4267
- // On stack, before: value, ..., hash, ...
4268
- // On stack, after: ..., hash, ...
4269
- //
4270
- // Pops a value off the stack and assigns it to the current hash
4271
- assignToHash: function assignToHash(key) {
4272
- var value = this.popStack(),
4273
- context = undefined,
4274
- type = undefined,
4275
- id = undefined;
4276
-
4277
- if (this.trackIds) {
4278
- id = this.popStack();
4279
- }
4280
- if (this.stringParams) {
4281
- type = this.popStack();
4282
- context = this.popStack();
4283
- }
4284
-
4285
- var hash = this.hash;
4286
- if (context) {
4287
- hash.contexts[key] = context;
4288
- }
4289
- if (type) {
4290
- hash.types[key] = type;
4291
- }
4292
- if (id) {
4293
- hash.ids[key] = id;
4294
- }
4295
- hash.values[key] = value;
4296
- },
4297
-
4298
- pushId: function pushId(type, name, child) {
4299
- if (type === 'BlockParam') {
4300
- this.pushStackLiteral('blockParams[' + name[0] + '].path[' + name[1] + ']' + (child ? ' + ' + JSON.stringify('.' + child) : ''));
4301
- } else if (type === 'PathExpression') {
4302
- this.pushString(name);
4303
- } else if (type === 'SubExpression') {
4304
- this.pushStackLiteral('true');
4305
- } else {
4306
- this.pushStackLiteral('null');
4307
- }
4308
- },
4309
-
4310
- // HELPERS
4311
-
4312
- compiler: JavaScriptCompiler,
4313
-
4314
- compileChildren: function compileChildren(environment, options) {
4315
- var children = environment.children,
4316
- child = undefined,
4317
- compiler = undefined;
4318
-
4319
- for (var i = 0, l = children.length; i < l; i++) {
4320
- child = children[i];
4321
- compiler = new this.compiler(); // eslint-disable-line new-cap
4322
-
4323
- var existing = this.matchExistingProgram(child);
4324
-
4325
- if (existing == null) {
4326
- this.context.programs.push(''); // Placeholder to prevent name conflicts for nested children
4327
- var index = this.context.programs.length;
4328
- child.index = index;
4329
- child.name = 'program' + index;
4330
- this.context.programs[index] = compiler.compile(child, options, this.context, !this.precompile);
4331
- this.context.decorators[index] = compiler.decorators;
4332
- this.context.environments[index] = child;
4333
-
4334
- this.useDepths = this.useDepths || compiler.useDepths;
4335
- this.useBlockParams = this.useBlockParams || compiler.useBlockParams;
4336
- child.useDepths = this.useDepths;
4337
- child.useBlockParams = this.useBlockParams;
4338
- } else {
4339
- child.index = existing.index;
4340
- child.name = 'program' + existing.index;
4341
-
4342
- this.useDepths = this.useDepths || existing.useDepths;
4343
- this.useBlockParams = this.useBlockParams || existing.useBlockParams;
4344
- }
4345
- }
4346
- },
4347
- matchExistingProgram: function matchExistingProgram(child) {
4348
- for (var i = 0, len = this.context.environments.length; i < len; i++) {
4349
- var environment = this.context.environments[i];
4350
- if (environment && environment.equals(child)) {
4351
- return environment;
4352
- }
4353
- }
4354
- },
4355
-
4356
- programExpression: function programExpression(guid) {
4357
- var child = this.environment.children[guid],
4358
- programParams = [child.index, 'data', child.blockParams];
4359
-
4360
- if (this.useBlockParams || this.useDepths) {
4361
- programParams.push('blockParams');
4362
- }
4363
- if (this.useDepths) {
4364
- programParams.push('depths');
4365
- }
4366
-
4367
- return 'container.program(' + programParams.join(', ') + ')';
4368
- },
4369
-
4370
- useRegister: function useRegister(name) {
4371
- if (!this.registers[name]) {
4372
- this.registers[name] = true;
4373
- this.registers.list.push(name);
4374
- }
4375
- },
4376
-
4377
- push: function push(expr) {
4378
- if (!(expr instanceof Literal)) {
4379
- expr = this.source.wrap(expr);
4380
- }
4381
-
4382
- this.inlineStack.push(expr);
4383
- return expr;
4384
- },
4385
-
4386
- pushStackLiteral: function pushStackLiteral(item) {
4387
- this.push(new Literal(item));
4388
- },
4389
-
4390
- pushSource: function pushSource(source) {
4391
- if (this.pendingContent) {
4392
- this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent), this.pendingLocation));
4393
- this.pendingContent = undefined;
4394
- }
4395
-
4396
- if (source) {
4397
- this.source.push(source);
4398
- }
4399
- },
4400
-
4401
- replaceStack: function replaceStack(callback) {
4402
- var prefix = ['('],
4403
- stack = undefined,
4404
- createdStack = undefined,
4405
- usedLiteral = undefined;
4406
-
4407
- /* istanbul ignore next */
4408
- if (!this.isInline()) {
4409
- throw new _exception2['default']('replaceStack on non-inline');
4410
- }
4411
-
4412
- // We want to merge the inline statement into the replacement statement via ','
4413
- var top = this.popStack(true);
4414
-
4415
- if (top instanceof Literal) {
4416
- // Literals do not need to be inlined
4417
- stack = [top.value];
4418
- prefix = ['(', stack];
4419
- usedLiteral = true;
4420
- } else {
4421
- // Get or create the current stack name for use by the inline
4422
- createdStack = true;
4423
- var _name = this.incrStack();
4424
-
4425
- prefix = ['((', this.push(_name), ' = ', top, ')'];
4426
- stack = this.topStack();
4427
- }
4428
-
4429
- var item = callback.call(this, stack);
4430
-
4431
- if (!usedLiteral) {
4432
- this.popStack();
4433
- }
4434
- if (createdStack) {
4435
- this.stackSlot--;
4436
- }
4437
- this.push(prefix.concat(item, ')'));
4438
- },
4439
-
4440
- incrStack: function incrStack() {
4441
- this.stackSlot++;
4442
- if (this.stackSlot > this.stackVars.length) {
4443
- this.stackVars.push('stack' + this.stackSlot);
4444
- }
4445
- return this.topStackName();
4446
- },
4447
- topStackName: function topStackName() {
4448
- return 'stack' + this.stackSlot;
4449
- },
4450
- flushInline: function flushInline() {
4451
- var inlineStack = this.inlineStack;
4452
- this.inlineStack = [];
4453
- for (var i = 0, len = inlineStack.length; i < len; i++) {
4454
- var entry = inlineStack[i];
4455
- /* istanbul ignore if */
4456
- if (entry instanceof Literal) {
4457
- this.compileStack.push(entry);
4458
- } else {
4459
- var stack = this.incrStack();
4460
- this.pushSource([stack, ' = ', entry, ';']);
4461
- this.compileStack.push(stack);
4462
- }
4463
- }
4464
- },
4465
- isInline: function isInline() {
4466
- return this.inlineStack.length;
4467
- },
4468
-
4469
- popStack: function popStack(wrapped) {
4470
- var inline = this.isInline(),
4471
- item = (inline ? this.inlineStack : this.compileStack).pop();
4472
-
4473
- if (!wrapped && item instanceof Literal) {
4474
- return item.value;
4475
- } else {
4476
- if (!inline) {
4477
- /* istanbul ignore next */
4478
- if (!this.stackSlot) {
4479
- throw new _exception2['default']('Invalid stack pop');
4480
- }
4481
- this.stackSlot--;
4482
- }
4483
- return item;
4484
- }
4485
- },
4486
-
4487
- topStack: function topStack() {
4488
- var stack = this.isInline() ? this.inlineStack : this.compileStack,
4489
- item = stack[stack.length - 1];
4490
-
4491
- /* istanbul ignore if */
4492
- if (item instanceof Literal) {
4493
- return item.value;
4494
- } else {
4495
- return item;
4496
- }
4497
- },
4498
-
4499
- contextName: function contextName(context) {
4500
- if (this.useDepths && context) {
4501
- return 'depths[' + context + ']';
4502
- } else {
4503
- return 'depth' + context;
4504
- }
4505
- },
4506
-
4507
- quotedString: function quotedString(str) {
4508
- return this.source.quotedString(str);
4509
- },
4510
-
4511
- objectLiteral: function objectLiteral(obj) {
4512
- return this.source.objectLiteral(obj);
4513
- },
4514
-
4515
- aliasable: function aliasable(name) {
4516
- var ret = this.aliases[name];
4517
- if (ret) {
4518
- ret.referenceCount++;
4519
- return ret;
4520
- }
4521
-
4522
- ret = this.aliases[name] = this.source.wrap(name);
4523
- ret.aliasable = true;
4524
- ret.referenceCount = 1;
4525
-
4526
- return ret;
4527
- },
4528
-
4529
- setupHelper: function setupHelper(paramSize, name, blockHelper) {
4530
- var params = [],
4531
- paramsInit = this.setupHelperArgs(name, paramSize, params, blockHelper);
4532
- var foundHelper = this.nameLookup('helpers', name, 'helper'),
4533
- callContext = this.aliasable(this.contextName(0) + ' != null ? ' + this.contextName(0) + ' : (container.nullContext || {})');
4534
-
4535
- return {
4536
- params: params,
4537
- paramsInit: paramsInit,
4538
- name: foundHelper,
4539
- callParams: [callContext].concat(params)
4540
- };
4541
- },
4542
-
4543
- setupParams: function setupParams(helper, paramSize, params) {
4544
- var options = {},
4545
- contexts = [],
4546
- types = [],
4547
- ids = [],
4548
- objectArgs = !params,
4549
- param = undefined;
4550
-
4551
- if (objectArgs) {
4552
- params = [];
4553
- }
4554
-
4555
- options.name = this.quotedString(helper);
4556
- options.hash = this.popStack();
4557
-
4558
- if (this.trackIds) {
4559
- options.hashIds = this.popStack();
4560
- }
4561
- if (this.stringParams) {
4562
- options.hashTypes = this.popStack();
4563
- options.hashContexts = this.popStack();
4564
- }
4565
-
4566
- var inverse = this.popStack(),
4567
- program = this.popStack();
4568
-
4569
- // Avoid setting fn and inverse if neither are set. This allows
4570
- // helpers to do a check for `if (options.fn)`
4571
- if (program || inverse) {
4572
- options.fn = program || 'container.noop';
4573
- options.inverse = inverse || 'container.noop';
4574
- }
4575
-
4576
- // The parameters go on to the stack in order (making sure that they are evaluated in order)
4577
- // so we need to pop them off the stack in reverse order
4578
- var i = paramSize;
4579
- while (i--) {
4580
- param = this.popStack();
4581
- params[i] = param;
4582
-
4583
- if (this.trackIds) {
4584
- ids[i] = this.popStack();
4585
- }
4586
- if (this.stringParams) {
4587
- types[i] = this.popStack();
4588
- contexts[i] = this.popStack();
4589
- }
4590
- }
4591
-
4592
- if (objectArgs) {
4593
- options.args = this.source.generateArray(params);
4594
- }
4595
-
4596
- if (this.trackIds) {
4597
- options.ids = this.source.generateArray(ids);
4598
- }
4599
- if (this.stringParams) {
4600
- options.types = this.source.generateArray(types);
4601
- options.contexts = this.source.generateArray(contexts);
4602
- }
4603
-
4604
- if (this.options.data) {
4605
- options.data = 'data';
4606
- }
4607
- if (this.useBlockParams) {
4608
- options.blockParams = 'blockParams';
4609
- }
4610
- return options;
4611
- },
4612
-
4613
- setupHelperArgs: function setupHelperArgs(helper, paramSize, params, useRegister) {
4614
- var options = this.setupParams(helper, paramSize, params);
4615
- options = this.objectLiteral(options);
4616
- if (useRegister) {
4617
- this.useRegister('options');
4618
- params.push('options');
4619
- return ['options=', options];
4620
- } else if (params) {
4621
- params.push(options);
4622
- return '';
4623
- } else {
4624
- return options;
4625
- }
4626
- }
4627
- };
4628
-
4629
- (function () {
4630
- var reservedWords = ('break else new var' + ' case finally return void' + ' catch for switch while' + ' continue function this with' + ' default if throw' + ' delete in try' + ' do instanceof typeof' + ' abstract enum int short' + ' boolean export interface static' + ' byte extends long super' + ' char final native synchronized' + ' class float package throws' + ' const goto private transient' + ' debugger implements protected volatile' + ' double import public let yield await' + ' null true false').split(' ');
4631
-
4632
- var compilerWords = JavaScriptCompiler.RESERVED_WORDS = {};
4633
-
4634
- for (var i = 0, l = reservedWords.length; i < l; i++) {
4635
- compilerWords[reservedWords[i]] = true;
4636
- }
4637
- })();
4638
-
4639
- JavaScriptCompiler.isValidJavaScriptVariableName = function (name) {
4640
- return !JavaScriptCompiler.RESERVED_WORDS[name] && /^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(name);
4641
- };
4642
-
4643
- function strictLookup(requireTerminal, compiler, parts, type) {
4644
- var stack = compiler.popStack(),
4645
- i = 0,
4646
- len = parts.length;
4647
- if (requireTerminal) {
4648
- len--;
4649
- }
4650
-
4651
- for (; i < len; i++) {
4652
- stack = compiler.nameLookup(stack, parts[i], type);
4653
- }
4654
-
4655
- if (requireTerminal) {
4656
- return [compiler.aliasable('container.strict'), '(', stack, ', ', compiler.quotedString(parts[i]), ')'];
4657
- } else {
4658
- return stack;
4659
- }
4660
- }
4661
-
4662
- exports['default'] = JavaScriptCompiler;
4663
- module.exports = exports['default'];
4664
-
4665
- /***/ }),
4666
- /* 43 */
4667
- /***/ (function(module, exports, __webpack_require__) {
4668
-
4669
- /* global define */
4670
- 'use strict';
4671
-
4672
- exports.__esModule = true;
4673
-
4674
- var _utils = __webpack_require__(5);
4675
-
4676
- var SourceNode = undefined;
4677
-
4678
- try {
4679
- /* istanbul ignore next */
4680
- if (false) {
4681
- // We don't support this in AMD environments. For these environments, we asusme that
4682
- // they are running on the browser and thus have no need for the source-map library.
4683
- var SourceMap = require('source-map');
4684
- SourceNode = SourceMap.SourceNode;
4685
- }
4686
- } catch (err) {}
4687
- /* NOP */
4688
-
4689
- /* istanbul ignore if: tested but not covered in istanbul due to dist build */
4690
- if (!SourceNode) {
4691
- SourceNode = function (line, column, srcFile, chunks) {
4692
- this.src = '';
4693
- if (chunks) {
4694
- this.add(chunks);
4695
- }
4696
- };
4697
- /* istanbul ignore next */
4698
- SourceNode.prototype = {
4699
- add: function add(chunks) {
4700
- if (_utils.isArray(chunks)) {
4701
- chunks = chunks.join('');
4702
- }
4703
- this.src += chunks;
4704
- },
4705
- prepend: function prepend(chunks) {
4706
- if (_utils.isArray(chunks)) {
4707
- chunks = chunks.join('');
4708
- }
4709
- this.src = chunks + this.src;
4710
- },
4711
- toStringWithSourceMap: function toStringWithSourceMap() {
4712
- return { code: this.toString() };
4713
- },
4714
- toString: function toString() {
4715
- return this.src;
4716
- }
4717
- };
4718
- }
4719
-
4720
- function castChunk(chunk, codeGen, loc) {
4721
- if (_utils.isArray(chunk)) {
4722
- var ret = [];
4723
-
4724
- for (var i = 0, len = chunk.length; i < len; i++) {
4725
- ret.push(codeGen.wrap(chunk[i], loc));
4726
- }
4727
- return ret;
4728
- } else if (typeof chunk === 'boolean' || typeof chunk === 'number') {
4729
- // Handle primitives that the SourceNode will throw up on
4730
- return chunk + '';
4731
- }
4732
- return chunk;
4733
- }
4734
-
4735
- function CodeGen(srcFile) {
4736
- this.srcFile = srcFile;
4737
- this.source = [];
4738
- }
4739
-
4740
- CodeGen.prototype = {
4741
- isEmpty: function isEmpty() {
4742
- return !this.source.length;
4743
- },
4744
- prepend: function prepend(source, loc) {
4745
- this.source.unshift(this.wrap(source, loc));
4746
- },
4747
- push: function push(source, loc) {
4748
- this.source.push(this.wrap(source, loc));
4749
- },
4750
-
4751
- merge: function merge() {
4752
- var source = this.empty();
4753
- this.each(function (line) {
4754
- source.add([' ', line, '\n']);
4755
- });
4756
- return source;
4757
- },
4758
-
4759
- each: function each(iter) {
4760
- for (var i = 0, len = this.source.length; i < len; i++) {
4761
- iter(this.source[i]);
4762
- }
4763
- },
4764
-
4765
- empty: function empty() {
4766
- var loc = this.currentLocation || { start: {} };
4767
- return new SourceNode(loc.start.line, loc.start.column, this.srcFile);
4768
- },
4769
- wrap: function wrap(chunk) {
4770
- var loc = arguments.length <= 1 || arguments[1] === undefined ? this.currentLocation || { start: {} } : arguments[1];
4771
-
4772
- if (chunk instanceof SourceNode) {
4773
- return chunk;
4774
- }
4775
-
4776
- chunk = castChunk(chunk, this, loc);
4777
-
4778
- return new SourceNode(loc.start.line, loc.start.column, this.srcFile, chunk);
4779
- },
4780
-
4781
- functionCall: function functionCall(fn, type, params) {
4782
- params = this.generateList(params);
4783
- return this.wrap([fn, type ? '.' + type + '(' : '(', params, ')']);
4784
- },
4785
-
4786
- quotedString: function quotedString(str) {
4787
- return '"' + (str + '').replace(/\\/g, '\\\\').replace(/"/g, '\\"').replace(/\n/g, '\\n').replace(/\r/g, '\\r').replace(/\u2028/g, '\\u2028') // Per Ecma-262 7.3 + 7.8.4
4788
- .replace(/\u2029/g, '\\u2029') + '"';
4789
- },
4790
-
4791
- objectLiteral: function objectLiteral(obj) {
4792
- var pairs = [];
4793
-
4794
- for (var key in obj) {
4795
- if (obj.hasOwnProperty(key)) {
4796
- var value = castChunk(obj[key], this);
4797
- if (value !== 'undefined') {
4798
- pairs.push([this.quotedString(key), ':', value]);
4799
- }
4800
- }
4801
- }
4802
-
4803
- var ret = this.generateList(pairs);
4804
- ret.prepend('{');
4805
- ret.add('}');
4806
- return ret;
4807
- },
4808
-
4809
- generateList: function generateList(entries) {
4810
- var ret = this.empty();
4811
-
4812
- for (var i = 0, len = entries.length; i < len; i++) {
4813
- if (i) {
4814
- ret.add(',');
4815
- }
4816
-
4817
- ret.add(castChunk(entries[i], this));
4818
- }
4819
-
4820
- return ret;
4821
- },
4822
-
4823
- generateArray: function generateArray(entries) {
4824
- var ret = this.generateList(entries);
4825
- ret.prepend('[');
4826
- ret.add(']');
4827
-
4828
- return ret;
4829
- }
4830
- };
4831
-
4832
- exports['default'] = CodeGen;
4833
- module.exports = exports['default'];
4834
-
4835
- /***/ })
4836
- /******/ ])
4837
- });
4838
- ;