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,1135 +0,0 @@
1
- UglifyJS 3
2
- ==========
3
-
4
- UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit.
5
-
6
- #### Note:
7
- - **`uglify-js@3` has a simplified [API](#api-reference) and [CLI](#command-line-usage) that is not backwards compatible with [`uglify-js@2`](https://github.com/mishoo/UglifyJS2/tree/v2.x)**.
8
- - **Documentation for UglifyJS `2.x` releases can be found [here](https://github.com/mishoo/UglifyJS2/tree/v2.x)**.
9
- - `uglify-js` only supports JavaScript (ECMAScript 5).
10
- - To minify ECMAScript 2015 or above, transpile using tools like [Babel](https://babeljs.io/).
11
-
12
- Install
13
- -------
14
-
15
- First make sure you have installed the latest version of [node.js](http://nodejs.org/)
16
- (You may need to restart your computer after this step).
17
-
18
- From NPM for use as a command line app:
19
-
20
- npm install uglify-js -g
21
-
22
- From NPM for programmatic use:
23
-
24
- npm install uglify-js
25
-
26
- # Command line usage
27
-
28
- uglifyjs [input files] [options]
29
-
30
- UglifyJS can take multiple input files. It's recommended that you pass the
31
- input files first, then pass the options. UglifyJS will parse input files
32
- in sequence and apply any compression options. The files are parsed in the
33
- same global scope, that is, a reference from a file to some
34
- variable/function declared in another file will be matched properly.
35
-
36
- If no input file is specified, UglifyJS will read from STDIN.
37
-
38
- If you wish to pass your options before the input files, separate the two with
39
- a double dash to prevent input files being used as option arguments:
40
-
41
- uglifyjs --compress --mangle -- input.js
42
-
43
- ### Command line options
44
-
45
- ```
46
- -h, --help Print usage information.
47
- `--help options` for details on available options.
48
- -V, --version Print version number.
49
- -p, --parse <options> Specify parser options:
50
- `acorn` Use Acorn for parsing.
51
- `bare_returns` Allow return outside of functions.
52
- Useful when minifying CommonJS
53
- modules and Userscripts that may
54
- be anonymous function wrapped (IIFE)
55
- by the .user.js engine `caller`.
56
- `expression` Parse a single expression, rather than
57
- a program (for parsing JSON).
58
- `spidermonkey` Assume input files are SpiderMonkey
59
- AST format (as JSON).
60
- -c, --compress [options] Enable compressor/specify compressor options:
61
- `pure_funcs` List of functions that can be safely
62
- removed when their return values are
63
- not used.
64
- -m, --mangle [options] Mangle names/specify mangler options:
65
- `reserved` List of names that should not be mangled.
66
- --mangle-props [options] Mangle properties/specify mangler options:
67
- `builtins` Mangle property names that overlaps
68
- with standard JavaScript globals.
69
- `debug` Add debug prefix and suffix.
70
- `domprops` Mangle property names that overlaps
71
- with DOM properties.
72
- `keep_quoted` Only mangle unquoted properties.
73
- `regex` Only mangle matched property names.
74
- `reserved` List of names that should not be mangled.
75
- -b, --beautify [options] Beautify output/specify output options:
76
- `beautify` Enabled with `--beautify` by default.
77
- `preamble` Preamble to prepend to the output. You
78
- can use this to insert a comment, for
79
- example for licensing information.
80
- This will not be parsed, but the source
81
- map will adjust for its presence.
82
- `quote_style` Quote style:
83
- 0 - auto
84
- 1 - single
85
- 2 - double
86
- 3 - original
87
- `wrap_iife` Wrap IIFEs in parenthesis. Note: you may
88
- want to disable `negate_iife` under
89
- compressor options.
90
- -o, --output <file> Output file path (default STDOUT). Specify `ast` or
91
- `spidermonkey` to write UglifyJS or SpiderMonkey AST
92
- as JSON to STDOUT respectively.
93
- --comments [filter] Preserve copyright comments in the output. By
94
- default this works like Google Closure, keeping
95
- JSDoc-style comments that contain "@license" or
96
- "@preserve". You can optionally pass one of the
97
- following arguments to this flag:
98
- - "all" to keep all comments
99
- - a valid JS RegExp like `/foo/` or `/^!/` to
100
- keep only matching comments.
101
- Note that currently not *all* comments can be
102
- kept when compression is on, because of dead
103
- code removal or cascading statements into
104
- sequences.
105
- --config-file <file> Read `minify()` options from JSON file.
106
- -d, --define <expr>[=value] Global definitions.
107
- -e, --enclose [arg[:value]] Embed everything in a big function, with configurable
108
- argument(s) & value(s).
109
- --ie8 Support non-standard Internet Explorer 8.
110
- Equivalent to setting `ie8: true` in `minify()`
111
- for `compress`, `mangle` and `output` options.
112
- By default UglifyJS will not try to be IE-proof.
113
- --keep-fnames Do not mangle/drop function names. Useful for
114
- code relying on Function.prototype.name.
115
- --name-cache <file> File to hold mangled name mappings.
116
- --self Build UglifyJS as a library (implies --wrap UglifyJS)
117
- --source-map [options] Enable source map/specify source map options:
118
- `base` Path to compute relative paths from input files.
119
- `content` Input source map, useful if you're compressing
120
- JS that was generated from some other original
121
- code. Specify "inline" if the source map is
122
- included within the sources.
123
- `filename` Filename and/or location of the output source
124
- (sets `file` attribute in source map).
125
- `includeSources` Pass this flag if you want to include
126
- the content of source files in the
127
- source map as sourcesContent property.
128
- `root` Path to the original source to be included in
129
- the source map.
130
- `url` If specified, path to the source map to append in
131
- `//# sourceMappingURL`.
132
- --timings Display operations run time on STDERR.
133
- --toplevel Compress and/or mangle variables in top level scope.
134
- --verbose Print diagnostic messages.
135
- --warn Print warning messages.
136
- --wrap <name> Embed everything in a big function, making the
137
- “exports” and “global” variables available. You
138
- need to pass an argument to this option to
139
- specify the name that your module will take
140
- when included in, say, a browser.
141
- ```
142
-
143
- Specify `--output` (`-o`) to declare the output file. Otherwise the output
144
- goes to STDOUT.
145
-
146
- ## CLI source map options
147
-
148
- UglifyJS can generate a source map file, which is highly useful for
149
- debugging your compressed JavaScript. To get a source map, pass
150
- `--source-map --output output.js` (source map will be written out to
151
- `output.js.map`).
152
-
153
- Additional options:
154
-
155
- - `--source-map "filename='<NAME>'"` to specify the name of the source map. The value of
156
- `filename` is only used to set `file` attribute (see [the spec][sm-spec])
157
- in source map file.
158
-
159
- - `--source-map "root='<URL>'"` to pass the URL where the original files can be found.
160
-
161
- - `--source-map "url='<URL>'"` to specify the URL where the source map can be found.
162
- Otherwise UglifyJS assumes HTTP `X-SourceMap` is being used and will omit the
163
- `//# sourceMappingURL=` directive.
164
-
165
- For example:
166
-
167
- uglifyjs js/file1.js js/file2.js \
168
- -o foo.min.js -c -m \
169
- --source-map "root='http://foo.com/src',url='foo.min.js.map'"
170
-
171
- The above will compress and mangle `file1.js` and `file2.js`, will drop the
172
- output in `foo.min.js` and the source map in `foo.min.js.map`. The source
173
- mapping will refer to `http://foo.com/src/js/file1.js` and
174
- `http://foo.com/src/js/file2.js` (in fact it will list `http://foo.com/src`
175
- as the source map root, and the original files as `js/file1.js` and
176
- `js/file2.js`).
177
-
178
- ### Composed source map
179
-
180
- When you're compressing JS code that was output by a compiler such as
181
- CoffeeScript, mapping to the JS code won't be too helpful. Instead, you'd
182
- like to map back to the original code (i.e. CoffeeScript). UglifyJS has an
183
- option to take an input source map. Assuming you have a mapping from
184
- CoffeeScript → compiled JS, UglifyJS can generate a map from CoffeeScript →
185
- compressed JS by mapping every token in the compiled JS to its original
186
- location.
187
-
188
- To use this feature pass `--source-map "content='/path/to/input/source.map'"`
189
- or `--source-map "content=inline"` if the source map is included inline with
190
- the sources.
191
-
192
- ## CLI compress options
193
-
194
- You need to pass `--compress` (`-c`) to enable the compressor. Optionally
195
- you can pass a comma-separated list of [compress options](#compress-options).
196
-
197
- Options are in the form `foo=bar`, or just `foo` (the latter implies
198
- a boolean option that you want to set `true`; it's effectively a
199
- shortcut for `foo=true`).
200
-
201
- Example:
202
-
203
- uglifyjs file.js -c toplevel,sequences=false
204
-
205
- ## CLI mangle options
206
-
207
- To enable the mangler you need to pass `--mangle` (`-m`). The following
208
- (comma-separated) options are supported:
209
-
210
- - `toplevel` (default `false`) -- mangle names declared in the top level scope.
211
-
212
- - `eval` (default `false`) -- mangle names visible in scopes where `eval` or `with` are used.
213
-
214
- When mangling is enabled but you want to prevent certain names from being
215
- mangled, you can declare those names with `--mangle reserved` — pass a
216
- comma-separated list of names. For example:
217
-
218
- uglifyjs ... -m reserved=['$','require','exports']
219
-
220
- to prevent the `require`, `exports` and `$` names from being changed.
221
-
222
- ### CLI mangling property names (`--mangle-props`)
223
-
224
- **Note:** THIS WILL PROBABLY BREAK YOUR CODE. Mangling property names
225
- is a separate step, different from variable name mangling. Pass
226
- `--mangle-props` to enable it. It will mangle all properties in the
227
- input code with the exception of built in DOM properties and properties
228
- in core JavaScript classes. For example:
229
-
230
- ```javascript
231
- // example.js
232
- var x = {
233
- baz_: 0,
234
- foo_: 1,
235
- calc: function() {
236
- return this.foo_ + this.baz_;
237
- }
238
- };
239
- x.bar_ = 2;
240
- x["baz_"] = 3;
241
- console.log(x.calc());
242
- ```
243
- Mangle all properties (except for JavaScript `builtins`):
244
- ```bash
245
- $ uglifyjs example.js -c -m --mangle-props
246
- ```
247
- ```javascript
248
- var x={o:0,_:1,l:function(){return this._+this.o}};x.t=2,x.o=3,console.log(x.l());
249
- ```
250
- Mangle all properties except for `reserved` properties:
251
- ```bash
252
- $ uglifyjs example.js -c -m --mangle-props reserved=[foo_,bar_]
253
- ```
254
- ```javascript
255
- var x={o:0,foo_:1,_:function(){return this.foo_+this.o}};x.bar_=2,x.o=3,console.log(x._());
256
- ```
257
- Mangle all properties matching a `regex`:
258
- ```bash
259
- $ uglifyjs example.js -c -m --mangle-props regex=/_$/
260
- ```
261
- ```javascript
262
- var x={o:0,_:1,calc:function(){return this._+this.o}};x.l=2,x.o=3,console.log(x.calc());
263
- ```
264
-
265
- Combining mangle properties options:
266
- ```bash
267
- $ uglifyjs example.js -c -m --mangle-props regex=/_$/,reserved=[bar_]
268
- ```
269
- ```javascript
270
- var x={o:0,_:1,calc:function(){return this._+this.o}};x.bar_=2,x.o=3,console.log(x.calc());
271
- ```
272
-
273
- In order for this to be of any use, we avoid mangling standard JS names by
274
- default (`--mangle-props builtins` to override).
275
-
276
- A default exclusion file is provided in `tools/domprops.json` which should
277
- cover most standard JS and DOM properties defined in various browsers. Pass
278
- `--mangle-props domprops` to disable this feature.
279
-
280
- A regular expression can be used to define which property names should be
281
- mangled. For example, `--mangle-props regex=/^_/` will only mangle property
282
- names that start with an underscore.
283
-
284
- When you compress multiple files using this option, in order for them to
285
- work together in the end we need to ensure somehow that one property gets
286
- mangled to the same name in all of them. For this, pass `--name-cache filename.json`
287
- and UglifyJS will maintain these mappings in a file which can then be reused.
288
- It should be initially empty. Example:
289
-
290
- ```bash
291
- $ rm -f /tmp/cache.json # start fresh
292
- $ uglifyjs file1.js file2.js --mangle-props --name-cache /tmp/cache.json -o part1.js
293
- $ uglifyjs file3.js file4.js --mangle-props --name-cache /tmp/cache.json -o part2.js
294
- ```
295
-
296
- Now, `part1.js` and `part2.js` will be consistent with each other in terms
297
- of mangled property names.
298
-
299
- Using the name cache is not necessary if you compress all your files in a
300
- single call to UglifyJS.
301
-
302
- ### Mangling unquoted names (`--mangle-props keep_quoted`)
303
-
304
- Using quoted property name (`o["foo"]`) reserves the property name (`foo`)
305
- so that it is not mangled throughout the entire script even when used in an
306
- unquoted style (`o.foo`). Example:
307
-
308
- ```javascript
309
- // stuff.js
310
- var o = {
311
- "foo": 1,
312
- bar: 3
313
- };
314
- o.foo += o.bar;
315
- console.log(o.foo);
316
- ```
317
- ```bash
318
- $ uglifyjs stuff.js --mangle-props keep_quoted -c -m
319
- ```
320
- ```javascript
321
- var o={foo:1,o:3};o.foo+=o.o,console.log(o.foo);
322
- ```
323
-
324
- ### Debugging property name mangling
325
-
326
- You can also pass `--mangle-props debug` in order to mangle property names
327
- without completely obscuring them. For example the property `o.foo`
328
- would mangle to `o._$foo$_` with this option. This allows property mangling
329
- of a large codebase while still being able to debug the code and identify
330
- where mangling is breaking things.
331
-
332
- ```bash
333
- $ uglifyjs stuff.js --mangle-props debug -c -m
334
- ```
335
- ```javascript
336
- var o={_$foo$_:1,_$bar$_:3};o._$foo$_+=o._$bar$_,console.log(o._$foo$_);
337
- ```
338
-
339
- You can also pass a custom suffix using `--mangle-props debug=XYZ`. This would then
340
- mangle `o.foo` to `o._$foo$XYZ_`. You can change this each time you compile a
341
- script to identify how a property got mangled. One technique is to pass a
342
- random number on every compile to simulate mangling changing with different
343
- inputs (e.g. as you update the input script with new properties), and to help
344
- identify mistakes like writing mangled keys to storage.
345
-
346
-
347
- # API Reference
348
-
349
- Assuming installation via NPM, you can load UglifyJS in your application
350
- like this:
351
- ```javascript
352
- var UglifyJS = require("uglify-js");
353
- ```
354
-
355
- There is a single high level function, **`minify(code, options)`**,
356
- which will perform all minification [phases](#minify-options) in a configurable
357
- manner. By default `minify()` will enable the options [`compress`](#compress-options)
358
- and [`mangle`](#mangle-options). Example:
359
- ```javascript
360
- var code = "function add(first, second) { return first + second; }";
361
- var result = UglifyJS.minify(code);
362
- console.log(result.error); // runtime error, or `undefined` if no error
363
- console.log(result.code); // minified output: function add(n,d){return n+d}
364
- ```
365
-
366
- You can `minify` more than one JavaScript file at a time by using an object
367
- for the first argument where the keys are file names and the values are source
368
- code:
369
- ```javascript
370
- var code = {
371
- "file1.js": "function add(first, second) { return first + second; }",
372
- "file2.js": "console.log(add(1 + 2, 3 + 4));"
373
- };
374
- var result = UglifyJS.minify(code);
375
- console.log(result.code);
376
- // function add(d,n){return d+n}console.log(add(3,7));
377
- ```
378
-
379
- The `toplevel` option:
380
- ```javascript
381
- var code = {
382
- "file1.js": "function add(first, second) { return first + second; }",
383
- "file2.js": "console.log(add(1 + 2, 3 + 4));"
384
- };
385
- var options = { toplevel: true };
386
- var result = UglifyJS.minify(code, options);
387
- console.log(result.code);
388
- // console.log(3+7);
389
- ```
390
-
391
- The `nameCache` option:
392
- ```javascript
393
- var options = {
394
- mangle: {
395
- toplevel: true,
396
- },
397
- nameCache: {}
398
- };
399
- var result1 = UglifyJS.minify({
400
- "file1.js": "function add(first, second) { return first + second; }"
401
- }, options);
402
- var result2 = UglifyJS.minify({
403
- "file2.js": "console.log(add(1 + 2, 3 + 4));"
404
- }, options);
405
- console.log(result1.code);
406
- // function n(n,r){return n+r}
407
- console.log(result2.code);
408
- // console.log(n(3,7));
409
- ```
410
-
411
- You may persist the name cache to the file system in the following way:
412
- ```javascript
413
- var cacheFileName = "/tmp/cache.json";
414
- var options = {
415
- mangle: {
416
- properties: true,
417
- },
418
- nameCache: JSON.parse(fs.readFileSync(cacheFileName, "utf8"))
419
- };
420
- fs.writeFileSync("part1.js", UglifyJS.minify({
421
- "file1.js": fs.readFileSync("file1.js", "utf8"),
422
- "file2.js": fs.readFileSync("file2.js", "utf8")
423
- }, options).code, "utf8");
424
- fs.writeFileSync("part2.js", UglifyJS.minify({
425
- "file3.js": fs.readFileSync("file3.js", "utf8"),
426
- "file4.js": fs.readFileSync("file4.js", "utf8")
427
- }, options).code, "utf8");
428
- fs.writeFileSync(cacheFileName, JSON.stringify(options.nameCache), "utf8");
429
- ```
430
-
431
- An example of a combination of `minify()` options:
432
- ```javascript
433
- var code = {
434
- "file1.js": "function add(first, second) { return first + second; }",
435
- "file2.js": "console.log(add(1 + 2, 3 + 4));"
436
- };
437
- var options = {
438
- toplevel: true,
439
- compress: {
440
- global_defs: {
441
- "@console.log": "alert"
442
- },
443
- passes: 2
444
- },
445
- output: {
446
- beautify: false,
447
- preamble: "/* uglified */"
448
- }
449
- };
450
- var result = UglifyJS.minify(code, options);
451
- console.log(result.code);
452
- // /* uglified */
453
- // alert(10);"
454
- ```
455
-
456
- To produce warnings:
457
- ```javascript
458
- var code = "function f(){ var u; return 2 + 3; }";
459
- var options = { warnings: true };
460
- var result = UglifyJS.minify(code, options);
461
- console.log(result.error); // runtime error, `undefined` in this case
462
- console.log(result.warnings); // [ 'Dropping unused variable u [0:1,18]' ]
463
- console.log(result.code); // function f(){return 5}
464
- ```
465
-
466
- An error example:
467
- ```javascript
468
- var result = UglifyJS.minify({"foo.js" : "if (0) else console.log(1);"});
469
- console.log(JSON.stringify(result.error));
470
- // {"message":"Unexpected token: keyword (else)","filename":"foo.js","line":1,"col":7,"pos":7}
471
- ```
472
- Note: unlike `uglify-js@2.x`, the `3.x` API does not throw errors. To
473
- achieve a similar effect one could do the following:
474
- ```javascript
475
- var result = UglifyJS.minify(code, options);
476
- if (result.error) throw result.error;
477
- ```
478
-
479
- ## Minify options
480
-
481
- - `warnings` (default `false`) — pass `true` to return compressor warnings
482
- in `result.warnings`. Use the value `"verbose"` for more detailed warnings.
483
-
484
- - `parse` (default `{}`) — pass an object if you wish to specify some
485
- additional [parse options](#parse-options).
486
-
487
- - `compress` (default `{}`) — pass `false` to skip compressing entirely.
488
- Pass an object to specify custom [compress options](#compress-options).
489
-
490
- - `mangle` (default `true`) — pass `false` to skip mangling names, or pass
491
- an object to specify [mangle options](#mangle-options) (see below).
492
-
493
- - `mangle.properties` (default `false`) — a subcategory of the mangle option.
494
- Pass an object to specify custom [mangle property options](#mangle-properties-options).
495
-
496
- - `output` (default `null`) — pass an object if you wish to specify
497
- additional [output options](#output-options). The defaults are optimized
498
- for best compression.
499
-
500
- - `sourceMap` (default `false`) - pass an object if you wish to specify
501
- [source map options](#source-map-options).
502
-
503
- - `toplevel` (default `false`) - set to `true` if you wish to enable top level
504
- variable and function name mangling and to drop unused variables and functions.
505
-
506
- - `nameCache` (default `null`) - pass an empty object `{}` or a previously
507
- used `nameCache` object if you wish to cache mangled variable and
508
- property names across multiple invocations of `minify()`. Note: this is
509
- a read/write property. `minify()` will read the name cache state of this
510
- object and update it during minification so that it may be
511
- reused or externally persisted by the user.
512
-
513
- - `ie8` (default `false`) - set to `true` to support IE8.
514
-
515
- - `keep_fnames` (default: `false`) - pass `true` to prevent discarding or mangling
516
- of function names. Useful for code relying on `Function.prototype.name`.
517
-
518
- ## Minify options structure
519
-
520
- ```javascript
521
- {
522
- parse: {
523
- // parse options
524
- },
525
- compress: {
526
- // compress options
527
- },
528
- mangle: {
529
- // mangle options
530
-
531
- properties: {
532
- // mangle property options
533
- }
534
- },
535
- output: {
536
- // output options
537
- },
538
- sourceMap: {
539
- // source map options
540
- },
541
- nameCache: null, // or specify a name cache object
542
- toplevel: false,
543
- ie8: false,
544
- warnings: false,
545
- }
546
- ```
547
-
548
- ### Source map options
549
-
550
- To generate a source map:
551
- ```javascript
552
- var result = UglifyJS.minify({"file1.js": "var a = function() {};"}, {
553
- sourceMap: {
554
- filename: "out.js",
555
- url: "out.js.map"
556
- }
557
- });
558
- console.log(result.code); // minified output
559
- console.log(result.map); // source map
560
- ```
561
-
562
- Note that the source map is not saved in a file, it's just returned in
563
- `result.map`. The value passed for `sourceMap.url` is only used to set
564
- `//# sourceMappingURL=out.js.map` in `result.code`. The value of
565
- `filename` is only used to set `file` attribute (see [the spec][sm-spec])
566
- in source map file.
567
-
568
- You can set option `sourceMap.url` to be `"inline"` and source map will
569
- be appended to code.
570
-
571
- You can also specify sourceRoot property to be included in source map:
572
- ```javascript
573
- var result = UglifyJS.minify({"file1.js": "var a = function() {};"}, {
574
- sourceMap: {
575
- root: "http://example.com/src",
576
- url: "out.js.map"
577
- }
578
- });
579
- ```
580
-
581
- If you're compressing compiled JavaScript and have a source map for it, you
582
- can use `sourceMap.content`:
583
- ```javascript
584
- var result = UglifyJS.minify({"compiled.js": "compiled code"}, {
585
- sourceMap: {
586
- content: "content from compiled.js.map",
587
- url: "minified.js.map"
588
- }
589
- });
590
- // same as before, it returns `code` and `map`
591
- ```
592
-
593
- If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.url`.
594
-
595
- ## Parse options
596
-
597
- - `bare_returns` (default `false`) -- support top level `return` statements
598
-
599
- - `html5_comments` (default `true`)
600
-
601
- - `shebang` (default `true`) -- support `#!command` as the first line
602
-
603
- ## Compress options
604
-
605
- - `arguments` (default: `true`) -- replace `arguments[index]` with function
606
- parameter name whenever possible.
607
-
608
- - `booleans` (default: `true`) -- various optimizations for boolean context,
609
- for example `!!a ? b : c → a ? b : c`
610
-
611
- - `collapse_vars` (default: `true`) -- Collapse single-use non-constant variables,
612
- side effects permitting.
613
-
614
- - `comparisons` (default: `true`) -- apply certain optimizations to binary nodes,
615
- e.g. `!(a <= b) → a > b`, attempts to negate binary nodes, e.g.
616
- `a = !b && !c && !d && !e → a=!(b||c||d||e)` etc.
617
-
618
- - `conditionals` (default: `true`) -- apply optimizations for `if`-s and conditional
619
- expressions
620
-
621
- - `dead_code` (default: `true`) -- remove unreachable code
622
-
623
- - `directives` (default: `true`) -- remove redundant or non-standard directives
624
-
625
- - `drop_console` (default: `false`) -- Pass `true` to discard calls to
626
- `console.*` functions. If you wish to drop a specific function call
627
- such as `console.info` and/or retain side effects from function arguments
628
- after dropping the function call then use `pure_funcs` instead.
629
-
630
- - `drop_debugger` (default: `true`) -- remove `debugger;` statements
631
-
632
- - `evaluate` (default: `true`) -- attempt to evaluate constant expressions
633
-
634
- - `expression` (default: `false`) -- Pass `true` to preserve completion values
635
- from terminal statements without `return`, e.g. in bookmarklets.
636
-
637
- - `global_defs` (default: `{}`) -- see [conditional compilation](#conditional-compilation)
638
-
639
- - `hoist_funs` (default: `false`) -- hoist function declarations
640
-
641
- - `hoist_props` (default: `true`) -- hoist properties from constant object and
642
- array literals into regular variables subject to a set of constraints. For example:
643
- `var o={p:1, q:2}; f(o.p, o.q);` is converted to `f(1, 2);`. Note: `hoist_props`
644
- works best with `mangle` enabled, the `compress` option `passes` set to `2` or higher,
645
- and the `compress` option `toplevel` enabled.
646
-
647
- - `hoist_vars` (default: `false`) -- hoist `var` declarations (this is `false`
648
- by default because it seems to increase the size of the output in general)
649
-
650
- - `if_return` (default: `true`) -- optimizations for if/return and if/continue
651
-
652
- - `inline` (default: `true`) -- inline calls to function with simple/`return` statement:
653
- - `false` -- same as `0`
654
- - `0` -- disabled inlining
655
- - `1` -- inline simple functions
656
- - `2` -- inline functions with arguments
657
- - `3` -- inline functions with arguments and variables
658
- - `true` -- same as `3`
659
-
660
- - `join_vars` (default: `true`) -- join consecutive `var` statements
661
-
662
- - `keep_fargs` (default: `true`) -- Prevents the compressor from discarding unused
663
- function arguments. You need this for code which relies on `Function.length`.
664
-
665
- - `keep_fnames` (default: `false`) -- Pass `true` to prevent the
666
- compressor from discarding function names. Useful for code relying on
667
- `Function.prototype.name`. See also: the `keep_fnames` [mangle option](#mangle).
668
-
669
- - `keep_infinity` (default: `false`) -- Pass `true` to prevent `Infinity` from
670
- being compressed into `1/0`, which may cause performance issues on Chrome.
671
-
672
- - `loops` (default: `true`) -- optimizations for `do`, `while` and `for` loops
673
- when we can statically determine the condition.
674
-
675
- - `negate_iife` (default: `true`) -- negate "Immediately-Called Function Expressions"
676
- where the return value is discarded, to avoid the parens that the
677
- code generator would insert.
678
-
679
- - `passes` (default: `1`) -- The maximum number of times to run compress.
680
- In some cases more than one pass leads to further compressed code. Keep in
681
- mind more passes will take more time.
682
-
683
- - `properties` (default: `true`) -- rewrite property access using the dot notation, for
684
- example `foo["bar"] → foo.bar`
685
-
686
- - `pure_funcs` (default: `null`) -- You can pass an array of names and
687
- UglifyJS will assume that those functions do not produce side
688
- effects. DANGER: will not check if the name is redefined in scope.
689
- An example case here, for instance `var q = Math.floor(a/b)`. If
690
- variable `q` is not used elsewhere, UglifyJS will drop it, but will
691
- still keep the `Math.floor(a/b)`, not knowing what it does. You can
692
- pass `pure_funcs: [ 'Math.floor' ]` to let it know that this
693
- function won't produce any side effect, in which case the whole
694
- statement would get discarded. The current implementation adds some
695
- overhead (compression will be slower). Make sure symbols under `pure_funcs`
696
- are also under `mangle.reserved` to avoid mangling.
697
-
698
- - `pure_getters` (default: `"strict"`) -- If you pass `true` for
699
- this, UglifyJS will assume that object property access
700
- (e.g. `foo.bar` or `foo["bar"]`) doesn't have any side effects.
701
- Specify `"strict"` to treat `foo.bar` as side-effect-free only when
702
- `foo` is certain to not throw, i.e. not `null` or `undefined`.
703
-
704
- - `reduce_funcs` (default: `true`) -- Allows single-use functions to be
705
- inlined as function expressions when permissible allowing further
706
- optimization. Enabled by default. Option depends on `reduce_vars`
707
- being enabled. Some code runs faster in the Chrome V8 engine if this
708
- option is disabled. Does not negatively impact other major browsers.
709
-
710
- - `reduce_vars` (default: `true`) -- Improve optimization on variables assigned with and
711
- used as constant values.
712
-
713
- - `sequences` (default: `true`) -- join consecutive simple statements using the
714
- comma operator. May be set to a positive integer to specify the maximum number
715
- of consecutive comma sequences that will be generated. If this option is set to
716
- `true` then the default `sequences` limit is `200`. Set option to `false` or `0`
717
- to disable. The smallest `sequences` length is `2`. A `sequences` value of `1`
718
- is grandfathered to be equivalent to `true` and as such means `200`. On rare
719
- occasions the default sequences limit leads to very slow compress times in which
720
- case a value of `20` or less is recommended.
721
-
722
- - `side_effects` (default: `true`) -- Pass `false` to disable potentially dropping
723
- functions marked as "pure". A function call is marked as "pure" if a comment
724
- annotation `/*@__PURE__*/` or `/*#__PURE__*/` immediately precedes the call. For
725
- example: `/*@__PURE__*/foo();`
726
-
727
- - `switches` (default: `true`) -- de-duplicate and remove unreachable `switch` branches
728
-
729
- - `toplevel` (default: `false`) -- drop unreferenced functions (`"funcs"`) and/or
730
- variables (`"vars"`) in the top level scope (`false` by default, `true` to drop
731
- both unreferenced functions and variables)
732
-
733
- - `top_retain` (default: `null`) -- prevent specific toplevel functions and
734
- variables from `unused` removal (can be array, comma-separated, RegExp or
735
- function. Implies `toplevel`)
736
-
737
- - `typeofs` (default: `true`) -- Transforms `typeof foo == "undefined"` into
738
- `foo === void 0`. Note: recommend to set this value to `false` for IE10 and
739
- earlier versions due to known issues.
740
-
741
- - `unsafe` (default: `false`) -- apply "unsafe" transformations (discussion below)
742
-
743
- - `unsafe_comps` (default: `false`) -- compress expressions like `a <= b` assuming
744
- none of the operands can be (coerced to) `NaN`.
745
-
746
- - `unsafe_Function` (default: `false`) -- compress and mangle `Function(args, code)`
747
- when both `args` and `code` are string literals.
748
-
749
- - `unsafe_math` (default: `false`) -- optimize numerical expressions like
750
- `2 * x * 3` into `6 * x`, which may give imprecise floating point results.
751
-
752
- - `unsafe_proto` (default: `false`) -- optimize expressions like
753
- `Array.prototype.slice.call(a)` into `[].slice.call(a)`
754
-
755
- - `unsafe_regexp` (default: `false`) -- enable substitutions of variables with
756
- `RegExp` values the same way as if they are constants.
757
-
758
- - `unsafe_undefined` (default: `false`) -- substitute `void 0` if there is a
759
- variable named `undefined` in scope (variable name will be mangled, typically
760
- reduced to a single character)
761
-
762
- - `unused` (default: `true`) -- drop unreferenced functions and variables (simple
763
- direct variable assignments do not count as references unless set to `"keep_assign"`)
764
-
765
- - `warnings` (default: `false`) -- display warnings when dropping unreachable
766
- code or unused declarations etc.
767
-
768
- ## Mangle options
769
-
770
- - `eval` (default `false`) -- Pass `true` to mangle names visible in scopes
771
- where `eval` or `with` are used.
772
-
773
- - `keep_fnames` (default `false`) -- Pass `true` to not mangle function names.
774
- Useful for code relying on `Function.prototype.name`. See also: the `keep_fnames`
775
- [compress option](#compress-options).
776
-
777
- - `reserved` (default `[]`) -- Pass an array of identifiers that should be
778
- excluded from mangling. Example: `["foo", "bar"]`.
779
-
780
- - `toplevel` (default `false`) -- Pass `true` to mangle names declared in the
781
- top level scope.
782
-
783
- Examples:
784
-
785
- ```javascript
786
- // test.js
787
- var globalVar;
788
- function funcName(firstLongName, anotherLongName) {
789
- var myVariable = firstLongName + anotherLongName;
790
- }
791
- ```
792
- ```javascript
793
- var code = fs.readFileSync("test.js", "utf8");
794
-
795
- UglifyJS.minify(code).code;
796
- // 'function funcName(a,n){}var globalVar;'
797
-
798
- UglifyJS.minify(code, { mangle: { reserved: ['firstLongName'] } }).code;
799
- // 'function funcName(firstLongName,a){}var globalVar;'
800
-
801
- UglifyJS.minify(code, { mangle: { toplevel: true } }).code;
802
- // 'function n(n,a){}var a;'
803
- ```
804
-
805
- ### Mangle properties options
806
-
807
- - `builtins` (default: `false`) -- Use `true` to allow the mangling of builtin
808
- DOM properties. Not recommended to override this setting.
809
-
810
- - `debug` (default: `false`) -— Mangle names with the original name still present.
811
- Pass an empty string `""` to enable, or a non-empty string to set the debug suffix.
812
-
813
- - `keep_quoted` (default: `false`) -— Only mangle unquoted property names.
814
-
815
- - `regex` (default: `null`) -— Pass a RegExp literal to only mangle property
816
- names matching the regular expression.
817
-
818
- - `reserved` (default: `[]`) -- Do not mangle property names listed in the
819
- `reserved` array.
820
-
821
- ## Output options
822
-
823
- The code generator tries to output shortest code possible by default. In
824
- case you want beautified output, pass `--beautify` (`-b`). Optionally you
825
- can pass additional arguments that control the code output:
826
-
827
- - `ascii_only` (default `false`) -- escape Unicode characters in strings and
828
- regexps (affects directives with non-ascii characters becoming invalid)
829
-
830
- - `beautify` (default `true`) -- whether to actually beautify the output.
831
- Passing `-b` will set this to true, but you might need to pass `-b` even
832
- when you want to generate minified code, in order to specify additional
833
- arguments, so you can use `-b beautify=false` to override it.
834
-
835
- - `braces` (default `false`) -- always insert braces in `if`, `for`,
836
- `do`, `while` or `with` statements, even if their body is a single
837
- statement.
838
-
839
- - `comments` (default `false`) -- pass `true` or `"all"` to preserve all
840
- comments, `"some"` to preserve some comments, a regular expression string
841
- (e.g. `/^!/`) or a function.
842
-
843
- - `indent_level` (default `4`)
844
-
845
- - `indent_start` (default `0`) -- prefix all lines by that many spaces
846
-
847
- - `inline_script` (default `true`) -- escape HTML comments and the slash in
848
- occurrences of `</script>` in strings
849
-
850
- - `keep_quoted_props` (default `false`) -- when turned on, prevents stripping
851
- quotes from property names in object literals.
852
-
853
- - `max_line_len` (default `false`) -- maximum line length (for uglified code)
854
-
855
- - `preamble` (default `null`) -- when passed it must be a string and
856
- it will be prepended to the output literally. The source map will
857
- adjust for this text. Can be used to insert a comment containing
858
- licensing information, for example.
859
-
860
- - `preserve_line` (default `false`) -- pass `true` to retain line numbering on
861
- a best effort basis.
862
-
863
- - `quote_keys` (default `false`) -- pass `true` to quote all keys in literal
864
- objects
865
-
866
- - `quote_style` (default `0`) -- preferred quote style for strings (affects
867
- quoted property names and directives as well):
868
- - `0` -- prefers double quotes, switches to single quotes when there are
869
- more double quotes in the string itself. `0` is best for gzip size.
870
- - `1` -- always use single quotes
871
- - `2` -- always use double quotes
872
- - `3` -- always use the original quotes
873
-
874
- - `semicolons` (default `true`) -- separate statements with semicolons. If
875
- you pass `false` then whenever possible we will use a newline instead of a
876
- semicolon, leading to more readable output of uglified code (size before
877
- gzip could be smaller; size after gzip insignificantly larger).
878
-
879
- - `shebang` (default `true`) -- preserve shebang `#!` in preamble (bash scripts)
880
-
881
- - `webkit` (default `false`) -- enable workarounds for WebKit bugs.
882
- PhantomJS users should set this option to `true`.
883
-
884
- - `width` (default `80`) -- only takes effect when beautification is on, this
885
- specifies an (orientative) line width that the beautifier will try to
886
- obey. It refers to the width of the line text (excluding indentation).
887
- It doesn't work very well currently, but it does make the code generated
888
- by UglifyJS more readable.
889
-
890
- - `wrap_iife` (default `false`) -- pass `true` to wrap immediately invoked
891
- function expressions. See
892
- [#640](https://github.com/mishoo/UglifyJS2/issues/640) for more details.
893
-
894
- # Miscellaneous
895
-
896
- ### Keeping copyright notices or other comments
897
-
898
- You can pass `--comments` to retain certain comments in the output. By
899
- default it will keep JSDoc-style comments that contain "@preserve",
900
- "@license" or "@cc_on" (conditional compilation for IE). You can pass
901
- `--comments all` to keep all the comments, or a valid JavaScript regexp to
902
- keep only comments that match this regexp. For example `--comments /^!/`
903
- will keep comments like `/*! Copyright Notice */`.
904
-
905
- Note, however, that there might be situations where comments are lost. For
906
- example:
907
- ```javascript
908
- function f() {
909
- /** @preserve Foo Bar */
910
- function g() {
911
- // this function is never called
912
- }
913
- return something();
914
- }
915
- ```
916
-
917
- Even though it has "@preserve", the comment will be lost because the inner
918
- function `g` (which is the AST node to which the comment is attached to) is
919
- discarded by the compressor as not referenced.
920
-
921
- The safest comments where to place copyright information (or other info that
922
- needs to be kept in the output) are comments attached to toplevel nodes.
923
-
924
- ### The `unsafe` `compress` option
925
-
926
- It enables some transformations that *might* break code logic in certain
927
- contrived cases, but should be fine for most code. You might want to try it
928
- on your own code, it should reduce the minified size. Here's what happens
929
- when this flag is on:
930
-
931
- - `new Array(1, 2, 3)` or `Array(1, 2, 3)` → `[ 1, 2, 3 ]`
932
- - `new Object()` → `{}`
933
- - `String(exp)` or `exp.toString()` → `"" + exp`
934
- - `new Object/RegExp/Function/Error/Array (...)` → we discard the `new`
935
-
936
- ### Conditional compilation
937
-
938
- You can use the `--define` (`-d`) switch in order to declare global
939
- variables that UglifyJS will assume to be constants (unless defined in
940
- scope). For example if you pass `--define DEBUG=false` then, coupled with
941
- dead code removal UglifyJS will discard the following from the output:
942
- ```javascript
943
- if (DEBUG) {
944
- console.log("debug stuff");
945
- }
946
- ```
947
-
948
- You can specify nested constants in the form of `--define env.DEBUG=false`.
949
-
950
- UglifyJS will warn about the condition being always false and about dropping
951
- unreachable code; for now there is no option to turn off only this specific
952
- warning, you can pass `warnings=false` to turn off *all* warnings.
953
-
954
- Another way of doing that is to declare your globals as constants in a
955
- separate file and include it into the build. For example you can have a
956
- `build/defines.js` file with the following:
957
- ```javascript
958
- var DEBUG = false;
959
- var PRODUCTION = true;
960
- // etc.
961
- ```
962
-
963
- and build your code like this:
964
-
965
- uglifyjs build/defines.js js/foo.js js/bar.js... -c
966
-
967
- UglifyJS will notice the constants and, since they cannot be altered, it
968
- will evaluate references to them to the value itself and drop unreachable
969
- code as usual. The build will contain the `const` declarations if you use
970
- them. If you are targeting < ES6 environments which does not support `const`,
971
- using `var` with `reduce_vars` (enabled by default) should suffice.
972
-
973
- ### Conditional compilation API
974
-
975
- You can also use conditional compilation via the programmatic API. With the difference that the
976
- property name is `global_defs` and is a compressor property:
977
-
978
- ```javascript
979
- var result = UglifyJS.minify(fs.readFileSync("input.js", "utf8"), {
980
- compress: {
981
- dead_code: true,
982
- global_defs: {
983
- DEBUG: false
984
- }
985
- }
986
- });
987
- ```
988
-
989
- To replace an identifier with an arbitrary non-constant expression it is
990
- necessary to prefix the `global_defs` key with `"@"` to instruct UglifyJS
991
- to parse the value as an expression:
992
- ```javascript
993
- UglifyJS.minify("alert('hello');", {
994
- compress: {
995
- global_defs: {
996
- "@alert": "console.log"
997
- }
998
- }
999
- }).code;
1000
- // returns: 'console.log("hello");'
1001
- ```
1002
-
1003
- Otherwise it would be replaced as string literal:
1004
- ```javascript
1005
- UglifyJS.minify("alert('hello');", {
1006
- compress: {
1007
- global_defs: {
1008
- "alert": "console.log"
1009
- }
1010
- }
1011
- }).code;
1012
- // returns: '"console.log"("hello");'
1013
- ```
1014
-
1015
- ### Using native Uglify AST with `minify()`
1016
- ```javascript
1017
- // example: parse only, produce native Uglify AST
1018
-
1019
- var result = UglifyJS.minify(code, {
1020
- parse: {},
1021
- compress: false,
1022
- mangle: false,
1023
- output: {
1024
- ast: true,
1025
- code: false // optional - faster if false
1026
- }
1027
- });
1028
-
1029
- // result.ast contains native Uglify AST
1030
- ```
1031
- ```javascript
1032
- // example: accept native Uglify AST input and then compress and mangle
1033
- // to produce both code and native AST.
1034
-
1035
- var result = UglifyJS.minify(ast, {
1036
- compress: {},
1037
- mangle: {},
1038
- output: {
1039
- ast: true,
1040
- code: true // optional - faster if false
1041
- }
1042
- });
1043
-
1044
- // result.ast contains native Uglify AST
1045
- // result.code contains the minified code in string form.
1046
- ```
1047
-
1048
- ### Working with Uglify AST
1049
-
1050
- Transversal and transformation of the native AST can be performed through
1051
- [`TreeWalker`](https://github.com/mishoo/UglifyJS2/blob/master/lib/ast.js) and
1052
- [`TreeTransformer`](https://github.com/mishoo/UglifyJS2/blob/master/lib/transform.js)
1053
- respectively.
1054
-
1055
- ### ESTree / SpiderMonkey AST
1056
-
1057
- UglifyJS has its own abstract syntax tree format; for
1058
- [practical reasons](http://lisperator.net/blog/uglifyjs-why-not-switching-to-spidermonkey-ast/)
1059
- we can't easily change to using the SpiderMonkey AST internally. However,
1060
- UglifyJS now has a converter which can import a SpiderMonkey AST.
1061
-
1062
- For example [Acorn][acorn] is a super-fast parser that produces a
1063
- SpiderMonkey AST. It has a small CLI utility that parses one file and dumps
1064
- the AST in JSON on the standard output. To use UglifyJS to mangle and
1065
- compress that:
1066
-
1067
- acorn file.js | uglifyjs -p spidermonkey -m -c
1068
-
1069
- The `-p spidermonkey` option tells UglifyJS that all input files are not
1070
- JavaScript, but JS code described in SpiderMonkey AST in JSON. Therefore we
1071
- don't use our own parser in this case, but just transform that AST into our
1072
- internal AST.
1073
-
1074
- ### Use Acorn for parsing
1075
-
1076
- More for fun, I added the `-p acorn` option which will use Acorn to do all
1077
- the parsing. If you pass this option, UglifyJS will `require("acorn")`.
1078
-
1079
- Acorn is really fast (e.g. 250ms instead of 380ms on some 650K code), but
1080
- converting the SpiderMonkey tree that Acorn produces takes another 150ms so
1081
- in total it's a bit more than just using UglifyJS's own parser.
1082
-
1083
- [acorn]: https://github.com/ternjs/acorn
1084
- [sm-spec]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k
1085
-
1086
- ### Uglify Fast Minify Mode
1087
-
1088
- It's not well known, but whitespace removal and symbol mangling accounts
1089
- for 95% of the size reduction in minified code for most JavaScript - not
1090
- elaborate code transforms. One can simply disable `compress` to speed up
1091
- Uglify builds by 3 to 4 times. In this fast `mangle`-only mode Uglify has
1092
- comparable minify speeds and gzip sizes to
1093
- [`butternut`](https://www.npmjs.com/package/butternut):
1094
-
1095
- | d3.js | minify size | gzip size | minify time (seconds) |
1096
- | --- | ---: | ---: | ---: |
1097
- | original | 451,131 | 108,733 | - |
1098
- | uglify-js@3.0.24 mangle=false, compress=false | 316,600 | 85,245 | 0.70 |
1099
- | uglify-js@3.0.24 mangle=true, compress=false | 220,216 | 72,730 | 1.13 |
1100
- | butternut@0.4.6 | 217,568 | 72,738 | 1.41 |
1101
- | uglify-js@3.0.24 mangle=true, compress=true | 212,511 | 71,560 | 3.36 |
1102
- | babili@0.1.4 | 210,713 | 72,140 | 12.64 |
1103
-
1104
- To enable fast minify mode from the CLI use:
1105
- ```
1106
- uglifyjs file.js -m
1107
- ```
1108
- To enable fast minify mode with the API use:
1109
- ```js
1110
- UglifyJS.minify(code, { compress: false, mangle: true });
1111
- ```
1112
-
1113
- #### Source maps and debugging
1114
-
1115
- Various `compress` transforms that simplify, rearrange, inline and remove code
1116
- are known to have an adverse effect on debugging with source maps. This is
1117
- expected as code is optimized and mappings are often simply not possible as
1118
- some code no longer exists. For highest fidelity in source map debugging
1119
- disable the Uglify `compress` option and just use `mangle`.
1120
-
1121
- ### Compiler assumptions
1122
-
1123
- To allow for better optimizations, the compiler makes various assumptions:
1124
-
1125
- - `.toString()` and `.valueOf()` don't have side effects, and for built-in
1126
- objects they have not been overridden.
1127
- - `undefined`, `NaN` and `Infinity` have not been externally redefined.
1128
- - `arguments.callee`, `arguments.caller` and `Function.prototype.caller` are not used.
1129
- - The code doesn't expect the contents of `Function.prototype.toString()` or
1130
- `Error.prototype.stack` to be anything in particular.
1131
- - Getting and setting properties on a plain object does not cause other side effects
1132
- (using `.watch()` or `Proxy`).
1133
- - Object properties can be added, removed and modified (not prevented with
1134
- `Object.defineProperty()`, `Object.defineProperties()`, `Object.freeze()`,
1135
- `Object.preventExtensions()` or `Object.seal()`).