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,1231 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- <a name="12.0.5"></a>
6
- ## [12.0.5](https://github.com/yargs/yargs/compare/v12.0.4...v12.0.5) (2018-11-19)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * allows camel-case, variadic arguments, and strict mode to be combined ([#1247](https://github.com/yargs/yargs/issues/1247)) ([eacc035](https://github.com/yargs/yargs/commit/eacc035))
12
-
13
-
14
-
15
- <a name="12.0.4"></a>
16
- ## [12.0.4](https://github.com/yargs/yargs/compare/v12.0.3...v12.0.4) (2018-11-10)
17
-
18
-
19
- ### Bug Fixes
20
-
21
- * don't load config when processing positionals ([5d0dc92](https://github.com/yargs/yargs/commit/5d0dc92))
22
-
23
-
24
-
25
- <a name="12.0.3"></a>
26
- ## [12.0.3](https://github.com/yargs/yargs/compare/v12.0.2...v12.0.3) (2018-10-06)
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * $0 contains first arg in bundled electron apps ([#1206](https://github.com/yargs/yargs/issues/1206)) ([567820b](https://github.com/yargs/yargs/commit/567820b))
32
- * accept single function for middleware ([66fd6f7](https://github.com/yargs/yargs/commit/66fd6f7)), closes [#1214](https://github.com/yargs/yargs/issues/1214) [#1214](https://github.com/yargs/yargs/issues/1214)
33
- * hide `hidden` options from help output even if they are in a group ([#1221](https://github.com/yargs/yargs/issues/1221)) ([da54028](https://github.com/yargs/yargs/commit/da54028))
34
- * improve Norwegian Bokmål translations ([#1208](https://github.com/yargs/yargs/issues/1208)) ([a458fa4](https://github.com/yargs/yargs/commit/a458fa4))
35
- * improve Norwegian Nynorsk translations ([#1207](https://github.com/yargs/yargs/issues/1207)) ([d422eb5](https://github.com/yargs/yargs/commit/d422eb5))
36
-
37
-
38
-
39
- <a name="12.0.2"></a>
40
- ## [12.0.2](https://github.com/yargs/yargs/compare/v12.0.1...v12.0.2) (2018-09-04)
41
-
42
-
43
- ### Bug Fixes
44
-
45
- * middleware should work regardless of when method is called ([664b265](https://github.com/yargs/yargs/commit/664b265)), closes [#1178](https://github.com/yargs/yargs/issues/1178)
46
- * translation not working when using __ with a single parameter ([#1183](https://github.com/yargs/yargs/issues/1183)) ([f449aea](https://github.com/yargs/yargs/commit/f449aea))
47
- * upgrade os-locale to version that addresses license issue ([#1195](https://github.com/yargs/yargs/issues/1195)) ([efc0970](https://github.com/yargs/yargs/commit/efc0970))
48
-
49
-
50
-
51
- <a name="12.0.1"></a>
52
- ## [12.0.1](https://github.com/yargs/yargs/compare/v12.0.0...v12.0.1) (2018-06-29)
53
-
54
-
55
-
56
- <a name="12.0.0"></a>
57
- # [12.0.0](https://github.com/yargs/yargs/compare/v11.1.0...v12.0.0) (2018-06-26)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * .argv and .parse() now invoke identical code path ([#1126](https://github.com/yargs/yargs/issues/1126)) ([f13ebf4](https://github.com/yargs/yargs/commit/f13ebf4))
63
- * remove the trailing white spaces from the help output ([#1090](https://github.com/yargs/yargs/issues/1090)) ([3f0746c](https://github.com/yargs/yargs/commit/3f0746c))
64
- * **completion:** Avoid default command and recommendations during completion ([#1123](https://github.com/yargs/yargs/issues/1123)) ([036e7c5](https://github.com/yargs/yargs/commit/036e7c5))
65
-
66
-
67
- ### Chores
68
-
69
- * test Node.js 6, 8 and 10 ([#1160](https://github.com/yargs/yargs/issues/1160)) ([84f9d2b](https://github.com/yargs/yargs/commit/84f9d2b))
70
- * upgrade to version of yargs-parser that does not populate value for unset boolean ([#1104](https://github.com/yargs/yargs/issues/1104)) ([d4705f4](https://github.com/yargs/yargs/commit/d4705f4))
71
-
72
-
73
- ### Features
74
-
75
- * add support for global middleware, useful for shared tasks like metrics ([#1119](https://github.com/yargs/yargs/issues/1119)) ([9d71ac7](https://github.com/yargs/yargs/commit/9d71ac7))
76
- * allow setting scriptName $0 ([#1143](https://github.com/yargs/yargs/issues/1143)) ([a2f2eae](https://github.com/yargs/yargs/commit/a2f2eae))
77
- * remove `setPlaceholderKeys` ([#1105](https://github.com/yargs/yargs/issues/1105)) ([6ee2c82](https://github.com/yargs/yargs/commit/6ee2c82))
78
-
79
-
80
- ### BREAKING CHANGES
81
-
82
- * Options absent from `argv` (not set via CLI argument) are now absent from the parsed result object rather than being set with `undefined`
83
- * drop Node 4 from testing matrix, such that we'll gradually start drifting away from supporting Node 4.
84
- * yargs-parser does not populate 'false' when boolean flag is not passed
85
- * tests that assert against help output will need to be updated
86
-
87
-
88
-
89
- <a name="11.1.0"></a>
90
- # [11.1.0](https://github.com/yargs/yargs/compare/v11.0.0...v11.1.0) (2018-03-04)
91
-
92
-
93
- ### Bug Fixes
94
-
95
- * choose correct config directory when require.main does not exist ([#1056](https://github.com/yargs/yargs/issues/1056)) ([a04678c](https://github.com/yargs/yargs/commit/a04678c))
96
-
97
-
98
- ### Features
99
-
100
- * allow hidden options to be displayed with --show-hidden ([#1061](https://github.com/yargs/yargs/issues/1061)) ([ea862ae](https://github.com/yargs/yargs/commit/ea862ae))
101
- * extend *.rc files in addition to json ([#1080](https://github.com/yargs/yargs/issues/1080)) ([11691a6](https://github.com/yargs/yargs/commit/11691a6))
102
-
103
-
104
-
105
- <a name="11.0.0"></a>
106
- # [11.0.0](https://github.com/yargs/yargs/compare/v10.1.2...v11.0.0) (2018-01-22)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * Set implicit nargs=1 when type=number requiresArg=true ([#1050](https://github.com/yargs/yargs/issues/1050)) ([2b56812](https://github.com/yargs/yargs/commit/2b56812))
112
-
113
-
114
- ### Features
115
-
116
- * requiresArg is now simply an alias for nargs(1) ([#1054](https://github.com/yargs/yargs/issues/1054)) ([a3ddacc](https://github.com/yargs/yargs/commit/a3ddacc))
117
-
118
-
119
- ### BREAKING CHANGES
120
-
121
- * requiresArg now has significantly different error output, matching nargs.
122
-
123
-
124
-
125
- <a name="10.1.2"></a>
126
- ## [10.1.2](https://github.com/yargs/yargs/compare/v10.1.1...v10.1.2) (2018-01-17)
127
-
128
-
129
- ### Bug Fixes
130
-
131
- * requiresArg should only be enforced if argument exists ([#1043](https://github.com/yargs/yargs/issues/1043)) ([fbf41ae](https://github.com/yargs/yargs/commit/fbf41ae))
132
-
133
-
134
-
135
- <a name="10.1.1"></a>
136
- ## [10.1.1](https://github.com/yargs/yargs/compare/v10.1.0...v10.1.1) (2018-01-09)
137
-
138
-
139
- ### Bug Fixes
140
-
141
- * Add `dirname` sanity check on `findUp` ([#1036](https://github.com/yargs/yargs/issues/1036)) ([331d103](https://github.com/yargs/yargs/commit/331d103))
142
-
143
-
144
-
145
- <a name="10.1.0"></a>
146
- # [10.1.0](https://github.com/yargs/yargs/compare/v10.0.3...v10.1.0) (2018-01-01)
147
-
148
-
149
- ### Bug Fixes
150
-
151
- * 'undefined' should be taken to mean no argument was provided ([#1015](https://github.com/yargs/yargs/issues/1015)) ([c679e90](https://github.com/yargs/yargs/commit/c679e90))
152
-
153
-
154
- ### Features
155
-
156
- * add missing simple chinese locale strings ([#1004](https://github.com/yargs/yargs/issues/1004)) ([3cc24ec](https://github.com/yargs/yargs/commit/3cc24ec))
157
- * add Norwegian Nynorsk translations ([#1028](https://github.com/yargs/yargs/issues/1028)) ([a5ac213](https://github.com/yargs/yargs/commit/a5ac213))
158
- * async command handlers ([#1001](https://github.com/yargs/yargs/issues/1001)) ([241124b](https://github.com/yargs/yargs/commit/241124b))
159
- * middleware ([#881](https://github.com/yargs/yargs/issues/881)) ([77b8dbc](https://github.com/yargs/yargs/commit/77b8dbc))
160
-
161
-
162
-
163
- <a name="10.0.3"></a>
164
- ## [10.0.3](https://github.com/yargs/yargs/compare/v10.0.2...v10.0.3) (2017-10-21)
165
-
166
-
167
- ### Bug Fixes
168
-
169
- * parse array rather than string, so that quotes are safe ([#993](https://github.com/yargs/yargs/issues/993)) ([c351685](https://github.com/yargs/yargs/commit/c351685))
170
-
171
-
172
-
173
- <a name="10.0.2"></a>
174
- ## [10.0.2](https://github.com/yargs/yargs/compare/v10.0.1...v10.0.2) (2017-10-21)
175
-
176
-
177
- ### Bug Fixes
178
-
179
- * fix tiny spacing issue with usage ([#992](https://github.com/yargs/yargs/issues/992)) ([7871327](https://github.com/yargs/yargs/commit/7871327))
180
-
181
-
182
-
183
- <a name="10.0.1"></a>
184
- ## [10.0.1](https://github.com/yargs/yargs/compare/v10.0.0...v10.0.1) (2017-10-19)
185
-
186
-
187
- ### Bug Fixes
188
-
189
- * help strings for nested commands were missing parent commands ([#990](https://github.com/yargs/yargs/issues/990)) ([cd1ca15](https://github.com/yargs/yargs/commit/cd1ca15))
190
- * use correct completion command in generated completion script ([#988](https://github.com/yargs/yargs/issues/988)) ([3c8ac1d](https://github.com/yargs/yargs/commit/3c8ac1d))
191
-
192
-
193
-
194
- <a name="10.0.0"></a>
195
- # [10.0.0](https://github.com/yargs/yargs/compare/v9.1.0...v10.0.0) (2017-10-18)
196
-
197
-
198
- ### Bug Fixes
199
-
200
- * config and normalize can be disabled with false ([#952](https://github.com/yargs/yargs/issues/952)) ([3bb8771](https://github.com/yargs/yargs/commit/3bb8771))
201
- * less eager help command execution ([#972](https://github.com/yargs/yargs/issues/972)) ([8c1d7bf](https://github.com/yargs/yargs/commit/8c1d7bf))
202
- * the positional argument parse was clobbering global flag arguments ([#984](https://github.com/yargs/yargs/issues/984)) ([7e58453](https://github.com/yargs/yargs/commit/7e58453))
203
-
204
-
205
- ### Features
206
-
207
- * .usage() can now be used to configure a default command ([#975](https://github.com/yargs/yargs/issues/975)) ([7269531](https://github.com/yargs/yargs/commit/7269531))
208
- * hidden options are now explicitly indicated using "hidden" flag ([#962](https://github.com/yargs/yargs/issues/962)) ([280d0d6](https://github.com/yargs/yargs/commit/280d0d6))
209
- * introduce .positional() for configuring positional arguments ([#967](https://github.com/yargs/yargs/issues/967)) ([cb16460](https://github.com/yargs/yargs/commit/cb16460))
210
- * replace $0 with file basename ([#983](https://github.com/yargs/yargs/issues/983)) ([20bb99b](https://github.com/yargs/yargs/commit/20bb99b))
211
-
212
-
213
- ### BREAKING CHANGES
214
-
215
- * .usage() no longer accepts an options object as the second argument. It can instead be used as an alias for configuring a default command.
216
- * previously hidden options were simply implied using a falsy description
217
- * help command now only executes if it's the last positional in argv._
218
-
219
-
220
-
221
- <a name="9.1.0"></a>
222
- # [9.1.0](https://github.com/yargs/yargs/compare/v9.0.1...v9.1.0) (2017-09-25)
223
-
224
-
225
- ### Bug Fixes
226
-
227
- * **command:** Run default cmd even if the only cmd ([#950](https://github.com/yargs/yargs/issues/950)) ([7b22203](https://github.com/yargs/yargs/commit/7b22203))
228
-
229
-
230
- ### Features
231
-
232
- * multiple usage calls are now collected, not replaced ([#958](https://github.com/yargs/yargs/issues/958)) ([74a38b2](https://github.com/yargs/yargs/commit/74a38b2))
233
-
234
-
235
-
236
- <a name="9.0.1"></a>
237
- ## [9.0.1](https://github.com/yargs/yargs/compare/v9.0.0...v9.0.1) (2017-09-17)
238
-
239
-
240
- ### Bug Fixes
241
-
242
- * implications fails only displayed once ([#954](https://github.com/yargs/yargs/issues/954)) ([ac8088b](https://github.com/yargs/yargs/commit/ac8088b))
243
-
244
-
245
-
246
- <a name="9.0.0"></a>
247
- # [9.0.0](https://github.com/yargs/yargs/compare/v8.0.2...v9.0.0) (2017-09-03)
248
-
249
-
250
- ### Bug Fixes
251
-
252
- * 'undefined' default value for choices resulted in validation failing ([782b896](https://github.com/yargs/yargs/commit/782b896))
253
- * address bug with handling of arrays of implications ([c240661](https://github.com/yargs/yargs/commit/c240661))
254
- * defaulting keys to 'undefined' interfered with conflicting key logic ([a8e0cff](https://github.com/yargs/yargs/commit/a8e0cff))
255
- * don't bother calling JSON.stringify() on string default values ([#891](https://github.com/yargs/yargs/issues/891)) ([628be21](https://github.com/yargs/yargs/commit/628be21))
256
- * exclude positional arguments from completion output ([#927](https://github.com/yargs/yargs/issues/927)) ([71c7ec7](https://github.com/yargs/yargs/commit/71c7ec7))
257
- * strict mode should not fail for hidden options ([#949](https://github.com/yargs/yargs/issues/949)) ([0e0c58d](https://github.com/yargs/yargs/commit/0e0c58d))
258
-
259
-
260
- ### Features
261
-
262
- * allow implies and conflicts to accept array values ([#922](https://github.com/yargs/yargs/issues/922)) ([abdc7da](https://github.com/yargs/yargs/commit/abdc7da))
263
- * allow parse with no arguments as alias for yargs.argv ([#944](https://github.com/yargs/yargs/issues/944)) ([a9f03e7](https://github.com/yargs/yargs/commit/a9f03e7))
264
- * enable .help() and .version() by default ([#912](https://github.com/yargs/yargs/issues/912)) ([1ef44e0](https://github.com/yargs/yargs/commit/1ef44e0))
265
- * to allow both undefined and nulls, for benefit of TypeScript ([#945](https://github.com/yargs/yargs/issues/945)) ([792564d](https://github.com/yargs/yargs/commit/792564d))
266
-
267
-
268
- ### BREAKING CHANGES
269
-
270
- * version() and help() are now enabled by default, and show up in help output; the implicit help command can no longer be enabled/disabled independently from the help command itself (which can now be disabled).
271
- * parse() now behaves as an alias for .argv, unless a parseCallback is provided.
272
-
273
-
274
-
275
- <a name="8.0.2"></a>
276
- ## [8.0.2](https://github.com/yargs/yargs/compare/v8.0.1...v8.0.2) (2017-06-12)
277
-
278
-
279
-
280
- <a name="8.0.1"></a>
281
- ## [8.0.1](https://github.com/yargs/yargs/compare/v8.0.0...v8.0.1) (2017-05-02)
282
-
283
-
284
-
285
- <a name="8.0.0"></a>
286
- # [8.0.0](https://github.com/yargs/yargs/compare/v7.1.0...v8.0.0) (2017-05-01)
287
-
288
-
289
- ### Bug Fixes
290
-
291
- * commands are now applied in order, from left to right ([#857](https://github.com/yargs/yargs/issues/857)) ([baba863](https://github.com/yargs/yargs/commit/baba863))
292
- * help now takes precedence over command recommendation ([#866](https://github.com/yargs/yargs/issues/866)) ([17e3567](https://github.com/yargs/yargs/commit/17e3567))
293
- * positional arguments now work if no handler is provided to inner command ([#864](https://github.com/yargs/yargs/issues/864)) ([e28ded3](https://github.com/yargs/yargs/commit/e28ded3))
294
-
295
-
296
- ### Chores
297
-
298
- * upgrade yargs-parser ([#867](https://github.com/yargs/yargs/issues/867)) ([8f9c6c6](https://github.com/yargs/yargs/commit/8f9c6c6))
299
-
300
-
301
- ### Features
302
-
303
- * allow extends to inherit from a module ([#865](https://github.com/yargs/yargs/issues/865)) ([89456d9](https://github.com/yargs/yargs/commit/89456d9))
304
- * allow strict mode to be disabled ([#840](https://github.com/yargs/yargs/issues/840)) ([6f78c05](https://github.com/yargs/yargs/commit/6f78c05))
305
-
306
-
307
- ### BREAKING CHANGES
308
-
309
- * extends functionality now always loads the JSON provided, rather than reading from a specific key
310
- * Node 4+ is now required; this will allow us to start updating our dependencies.
311
- * the first argument to strict() is now used to enable/disable its functionality, rather than controlling whether or not it is global.
312
-
313
-
314
-
315
- <a name="7.1.0"></a>
316
- # [7.1.0](https://github.com/yargs/yargs/compare/v7.0.2...v7.1.0) (2017-04-13)
317
-
318
-
319
- ### Bug Fixes
320
-
321
- * fix demandOption no longer treats 'false' as truthy ([#829](https://github.com/yargs/yargs/issues/829)) ([c748dd2](https://github.com/yargs/yargs/commit/c748dd2))
322
- * get terminalWidth in non interactive mode no longer causes a validation exception ([#837](https://github.com/yargs/yargs/issues/837)) ([360e301](https://github.com/yargs/yargs/commit/360e301))
323
- * we shouldn't output help if we've printed a prior help-like message ([#847](https://github.com/yargs/yargs/issues/847)) ([17e89bd](https://github.com/yargs/yargs/commit/17e89bd))
324
-
325
-
326
- ### Features
327
-
328
- * add support for numeric commands ([#825](https://github.com/yargs/yargs/issues/825)) ([fde0564](https://github.com/yargs/yargs/commit/fde0564))
329
-
330
-
331
-
332
- <a name="7.0.2"></a>
333
- ## [7.0.2](https://github.com/yargs/yargs/compare/v7.0.1...v7.0.2) (2017-03-10)
334
-
335
-
336
- ### Bug Fixes
337
-
338
- * populating placeholder arguments broke validation ([b3eb2fe](https://github.com/yargs/yargs/commit/b3eb2fe))
339
-
340
-
341
-
342
- <a name="7.0.1"></a>
343
- ## [7.0.1](https://github.com/yargs/yargs/compare/v7.0.0...v7.0.1) (2017-03-03)
344
-
345
-
346
- ### Bug Fixes
347
-
348
- * --help with default command should print top-level help ([#810](https://github.com/yargs/yargs/issues/810)) ([9c03fa4](https://github.com/yargs/yargs/commit/9c03fa4))
349
-
350
-
351
-
352
- <a name="7.0.0"></a>
353
- # [7.0.0](https://github.com/yargs/yargs/compare/v6.6.0...v7.0.0) (2017-02-26)
354
-
355
-
356
- ### Bug Fixes
357
-
358
- * address min/max validation message regression ([#750](https://github.com/yargs/yargs/issues/750)) ([2e5ce0f](https://github.com/yargs/yargs/commit/2e5ce0f))
359
- * address positional argument strict() bug introduced in [#766](https://github.com/yargs/yargs/issues/766) ([#784](https://github.com/yargs/yargs/issues/784)) ([a8528e6](https://github.com/yargs/yargs/commit/a8528e6))
360
- * console.warn() rather than throwing errors when api signatures are incorrect ([#804](https://github.com/yargs/yargs/issues/804)) ([a607061](https://github.com/yargs/yargs/commit/a607061))
361
- * context should override parsed argv ([#786](https://github.com/yargs/yargs/issues/786)) ([0997288](https://github.com/yargs/yargs/commit/0997288))
362
- * context variables are now recognized in strict() mode ([#796](https://github.com/yargs/yargs/issues/796)) ([48575cd](https://github.com/yargs/yargs/commit/48575cd))
363
- * errors were not bubbling appropriately from sub-commands to top-level ([#802](https://github.com/yargs/yargs/issues/802)) ([8a992f5](https://github.com/yargs/yargs/commit/8a992f5))
364
- * positional arguments of sub-commands threw strict() exception ([#805](https://github.com/yargs/yargs/issues/805)) ([f3f074b](https://github.com/yargs/yargs/commit/f3f074b))
365
- * pull in yargs-parser with modified env precedence ([#787](https://github.com/yargs/yargs/issues/787)) ([e0fbbe5](https://github.com/yargs/yargs/commit/e0fbbe5))
366
- * running parse() multiple times on the same yargs instance caused exception if help() enabled ([#790](https://github.com/yargs/yargs/issues/790)) ([07e39b7](https://github.com/yargs/yargs/commit/07e39b7))
367
- * use path.resolve() to support node 0.10 ([#797](https://github.com/yargs/yargs/issues/797)) ([49a93fc](https://github.com/yargs/yargs/commit/49a93fc))
368
-
369
-
370
- ### Features
371
-
372
- * add conflicts and implies shorthands. ([#753](https://github.com/yargs/yargs/issues/753)) ([bd1472b](https://github.com/yargs/yargs/commit/bd1472b))
373
- * add traditional Chinese translation ([#780](https://github.com/yargs/yargs/issues/780)) ([6ab6a95](https://github.com/yargs/yargs/commit/6ab6a95))
374
- * allow provided config object to extend other configs ([#779](https://github.com/yargs/yargs/issues/779)) ([3280dd0](https://github.com/yargs/yargs/commit/3280dd0))
375
- * function argument validation ([#773](https://github.com/yargs/yargs/issues/773)) ([22ed9bb](https://github.com/yargs/yargs/commit/22ed9bb))
376
- * if only one column is provided for examples, allow it to take up the entire line ([#749](https://github.com/yargs/yargs/issues/749)) ([7931652](https://github.com/yargs/yargs/commit/7931652))
377
- * introduce custom yargs error object ([#765](https://github.com/yargs/yargs/issues/765)) ([8308efa](https://github.com/yargs/yargs/commit/8308efa))
378
- * introduces support for default commands, using the '*' identifier ([#785](https://github.com/yargs/yargs/issues/785)) ([d78a0f5](https://github.com/yargs/yargs/commit/d78a0f5))
379
- * rethink how options are inherited by commands ([#766](https://github.com/yargs/yargs/issues/766)) ([ab1fa4b](https://github.com/yargs/yargs/commit/ab1fa4b))
380
-
381
-
382
- ### BREAKING CHANGES
383
-
384
- * `extends` key in config file is now used for extending other config files
385
- * environment variables now take precedence over config files.
386
- * context now takes precedence over argv and defaults
387
- * the arguments passed to functions are now validated, there's a good chance this will throw exceptions for a few folks who are using the API in an unexpected way.
388
- * by default options, and many of yargs' parsing helpers will now default to being applied globally; such that they are no-longer reset before being passed into commands.
389
- * yargs will no longer aggressively suppress errors, allowing errors that are not generated internally to bubble.
390
-
391
-
392
-
393
- <a name="6.6.0"></a>
394
- # [6.6.0](https://github.com/yargs/yargs/compare/v6.5.0...v6.6.0) (2016-12-29)
395
-
396
-
397
- ### Bug Fixes
398
-
399
- * [object Object] was accidentally being populated on options object ([#736](https://github.com/yargs/yargs/issues/736)) ([f755e27](https://github.com/yargs/yargs/commit/f755e27))
400
- * do not use cwd when resolving package.json for yargs parsing config ([#726](https://github.com/yargs/yargs/issues/726)) ([9bdaab7](https://github.com/yargs/yargs/commit/9bdaab7))
401
-
402
-
403
- ### Features
404
-
405
- * implement conflicts() for defining mutually exclusive arguments; thanks [@madcampos](https://github.com/madcampos)! ([#741](https://github.com/yargs/yargs/issues/741)) ([5883779](https://github.com/yargs/yargs/commit/5883779))
406
- * split demand() into demandCommand()/demandOption() ([#740](https://github.com/yargs/yargs/issues/740)) ([66573c8](https://github.com/yargs/yargs/commit/66573c8))
407
- * support for positional argument aliases ([#727](https://github.com/yargs/yargs/issues/727)) ([27e1a57](https://github.com/yargs/yargs/commit/27e1a57))
408
-
409
-
410
-
411
- <a name="6.5.0"></a>
412
- # [6.5.0](https://github.com/yargs/yargs/compare/v6.4.0...v6.5.0) (2016-12-01)
413
-
414
-
415
- ### Bug Fixes
416
-
417
- * still freeze/unfreeze if parse() is called in isolation ([#717](https://github.com/yargs/yargs/issues/717)) ([30a9492](https://github.com/yargs/yargs/commit/30a9492))
418
-
419
-
420
- ### Features
421
-
422
- * pull in yargs-parser introducing additional settings ([#688](https://github.com/yargs/yargs/issues/688)), and fixing [#716](https://github.com/yargs/yargs/issues/716) ([#722](https://github.com/yargs/yargs/issues/722)) ([702995a](https://github.com/yargs/yargs/commit/702995a))
423
-
424
-
425
-
426
- <a name="6.4.0"></a>
427
- # [6.4.0](https://github.com/yargs/yargs/compare/v6.3.0...v6.4.0) (2016-11-13)
428
-
429
-
430
- ### Bug Fixes
431
-
432
- * **locales:** correct some Russian translations ([#691](https://github.com/yargs/yargs/issues/691)) ([a980671](https://github.com/yargs/yargs/commit/a980671))
433
-
434
-
435
- ### Features
436
-
437
- * **locales:** Added Belarusian translation ([#690](https://github.com/yargs/yargs/issues/690)) ([68dac1f](https://github.com/yargs/yargs/commit/68dac1f))
438
- * **locales:** Create nl.json ([#687](https://github.com/yargs/yargs/issues/687)) ([46ce1bb](https://github.com/yargs/yargs/commit/46ce1bb))
439
- * update to yargs-parser that addresses [#598](https://github.com/yargs/yargs/issues/598), [#617](https://github.com/yargs/yargs/issues/617) ([#700](https://github.com/yargs/yargs/issues/700)) ([54cb31d](https://github.com/yargs/yargs/commit/54cb31d))
440
- * yargs is now passed as the third-argument to fail handler ([#613](https://github.com/yargs/yargs/issues/613)) ([21b74f9](https://github.com/yargs/yargs/commit/21b74f9))
441
-
442
-
443
- ### Performance Improvements
444
-
445
- * normalizing package data is an expensive operation ([#705](https://github.com/yargs/yargs/issues/705)) ([49cf533](https://github.com/yargs/yargs/commit/49cf533))
446
-
447
-
448
-
449
- <a name="6.3.0"></a>
450
- # [6.3.0](https://github.com/yargs/yargs/compare/v6.2.0...v6.3.0) (2016-10-19)
451
-
452
-
453
- ### Bug Fixes
454
-
455
- * **command:** subcommands via commandDir() now supported for parse(msg, cb) ([#678](https://github.com/yargs/yargs/issues/678)) ([6b85cc6](https://github.com/yargs/yargs/commit/6b85cc6))
456
-
457
-
458
- ### Features
459
-
460
- * **locales:** Add Thai locale file ([#679](https://github.com/yargs/yargs/issues/679)) ([c05e36b](https://github.com/yargs/yargs/commit/c05e36b))
461
-
462
-
463
-
464
- <a name="6.2.0"></a>
465
- # [6.2.0](https://github.com/yargs/yargs/compare/v6.1.1...v6.2.0) (2016-10-16)
466
-
467
-
468
- ### Bug Fixes
469
-
470
- * stop applying parser to context object ([#675](https://github.com/yargs/yargs/issues/675)) ([3fe9b8f](https://github.com/yargs/yargs/commit/3fe9b8f))
471
-
472
-
473
- ### Features
474
-
475
- * add new pt_BR translations ([#674](https://github.com/yargs/yargs/issues/674)) ([5615a82](https://github.com/yargs/yargs/commit/5615a82))
476
- * Italian translations for 'did you mean' and 'aliases' ([#673](https://github.com/yargs/yargs/issues/673)) ([81984e6](https://github.com/yargs/yargs/commit/81984e6))
477
-
478
-
479
-
480
- <a name="6.1.1"></a>
481
- ## [6.1.1](https://github.com/yargs/yargs/compare/v6.1.0...v6.1.1) (2016-10-15)
482
-
483
-
484
- ### Bug Fixes
485
-
486
- * freeze was not resetting configObjects to initial state; addressed performance issue raised by [@nexdrew](https://github.com/nexdrew). ([#670](https://github.com/yargs/yargs/issues/670)) ([ae4bcd4](https://github.com/yargs/yargs/commit/ae4bcd4))
487
-
488
-
489
-
490
- <a name="6.1.0"></a>
491
- # [6.1.0](https://github.com/yargs/yargs/compare/v6.0.0...v6.1.0) (2016-10-15)
492
-
493
-
494
- ### Bug Fixes
495
-
496
- * **locales:** change some translations ([#667](https://github.com/yargs/yargs/issues/667)) ([aa966c5](https://github.com/yargs/yargs/commit/aa966c5))
497
- * **locales:** conform hi locale to y18n.__n expectations ([#666](https://github.com/yargs/yargs/issues/666)) ([22adb18](https://github.com/yargs/yargs/commit/22adb18))
498
-
499
-
500
- ### Features
501
-
502
- * initial support for command aliases ([#647](https://github.com/yargs/yargs/issues/647)) ([127a040](https://github.com/yargs/yargs/commit/127a040))
503
- * **command:** add camelcase commands to argv ([#658](https://github.com/yargs/yargs/issues/658)) ([b1cabae](https://github.com/yargs/yargs/commit/b1cabae))
504
- * **locales:** add Hindi translations ([9290912](https://github.com/yargs/yargs/commit/9290912))
505
- * **locales:** add Hungarian translations ([be92327](https://github.com/yargs/yargs/commit/be92327))
506
- * **locales:** Japanese translations for 'did you mean' and 'aliases' ([#651](https://github.com/yargs/yargs/issues/651)) ([5eb78fc](https://github.com/yargs/yargs/commit/5eb78fc))
507
- * **locales:** Polish translations for 'did you mean' and 'aliases' ([#650](https://github.com/yargs/yargs/issues/650)) ([c951c0e](https://github.com/yargs/yargs/commit/c951c0e))
508
- * reworking yargs API to make it easier to run in headless environments, e.g., Slack ([#646](https://github.com/yargs/yargs/issues/646)) ([f284c29](https://github.com/yargs/yargs/commit/f284c29))
509
- * Turkish translations for 'did you mean' and 'aliases' ([#660](https://github.com/yargs/yargs/issues/660)) ([072fd45](https://github.com/yargs/yargs/commit/072fd45))
510
-
511
-
512
-
513
- <a name="6.0.0"></a>
514
- # [6.0.0](https://github.com/yargs/yargs/compare/v5.0.0...v6.0.0) (2016-09-30)
515
-
516
-
517
- ### Bug Fixes
518
-
519
- * changed parsing of the command string to ignore extra spaces ([#600](https://github.com/yargs/yargs/issues/600)) ([e8e5a72](https://github.com/yargs/yargs/commit/e8e5a72))
520
- * drop lodash.assign ([#641](https://github.com/yargs/yargs/issues/641)) ([ad3146f](https://github.com/yargs/yargs/commit/ad3146f))
521
- * for args that have skipValidation set to `true`, check if the parsed arg is `true` ([#619](https://github.com/yargs/yargs/issues/619)) ([658a34c](https://github.com/yargs/yargs/commit/658a34c))
522
- * upgrade standard, and fix appveyor config so that it works with newest standard ([#607](https://github.com/yargs/yargs/issues/607)) ([c301f42](https://github.com/yargs/yargs/commit/c301f42))
523
-
524
-
525
- ### Chores
526
-
527
- * upgrade yargs-parser ([#633](https://github.com/yargs/yargs/issues/633)) ([cc1224e](https://github.com/yargs/yargs/commit/cc1224e))
528
-
529
-
530
- ### Features
531
-
532
- * make opts object optional for .option() ([#624](https://github.com/yargs/yargs/issues/624)) ([4f29de6](https://github.com/yargs/yargs/commit/4f29de6))
533
-
534
-
535
- ### Performance Improvements
536
-
537
- * defer windowWidth() to improve perf for non-help usage ([#610](https://github.com/yargs/yargs/issues/610)) ([cbc3636](https://github.com/yargs/yargs/commit/cbc3636))
538
-
539
-
540
- ### BREAKING CHANGES
541
-
542
- * coerce is now applied as a final step after other parsing is complete
543
-
544
-
545
-
546
- <a name="5.0.0"></a>
547
- # [5.0.0](https://github.com/yargs/yargs/compare/v4.8.1...v5.0.0) (2016-08-14)
548
-
549
-
550
- ### Bug Fixes
551
-
552
- * **default:** Remove undocumented alias of default() ([#469](https://github.com/yargs/yargs/issues/469)) ([b8591b2](https://github.com/yargs/yargs/commit/b8591b2))
553
- * remove deprecated zh.json ([#578](https://github.com/yargs/yargs/issues/578)) ([317c62c](https://github.com/yargs/yargs/commit/317c62c))
554
-
555
-
556
- ### Features
557
-
558
- * .help() API can now enable implicit help command ([#574](https://github.com/yargs/yargs/issues/574)) ([7645019](https://github.com/yargs/yargs/commit/7645019))
559
- * **command:** builder function no longer needs to return the yargs instance ([#549](https://github.com/yargs/yargs/issues/549)) ([eaa2873](https://github.com/yargs/yargs/commit/eaa2873))
560
- * add coerce api ([#586](https://github.com/yargs/yargs/issues/586)) ([1d53ccb](https://github.com/yargs/yargs/commit/1d53ccb))
561
- * adds recommendCommands() for command suggestions ([#580](https://github.com/yargs/yargs/issues/580)) ([59474dc](https://github.com/yargs/yargs/commit/59474dc))
562
- * apply .env() globally ([#553](https://github.com/yargs/yargs/issues/553)) ([be65728](https://github.com/yargs/yargs/commit/be65728))
563
- * apply default builder to command() and apply fail() handlers globally ([#583](https://github.com/yargs/yargs/issues/583)) ([0aaa68b](https://github.com/yargs/yargs/commit/0aaa68b))
564
- * update yargs-parser to version 3.1.0 ([#581](https://github.com/yargs/yargs/issues/581)) ([882a127](https://github.com/yargs/yargs/commit/882a127))
565
-
566
-
567
- ### Performance Improvements
568
-
569
- * defer requiring most external libs until needed ([#584](https://github.com/yargs/yargs/issues/584)) ([f9b0ed4](https://github.com/yargs/yargs/commit/f9b0ed4))
570
-
571
-
572
- ### BREAKING CHANGES
573
-
574
- * fail is now applied globally.
575
- * we now default to an empty builder function when command is executed with no builder.
576
- * yargs-parser now better handles negative integer values, at the cost of handling numeric option names, e.g., -1 hello
577
- * default: removed undocumented `defaults` alias for `default`.
578
- * introduces a default `help` command which outputs help, as an alternative to a help flag.
579
- * interpret demand() numbers as relative to executing command ([#582](https://github.com/yargs/yargs/issues/582)) ([927810c](https://github.com/yargs/yargs/commit/927810c))
580
-
581
-
582
-
583
- <a name="4.8.1"></a>
584
- ## [4.8.1](https://github.com/yargs/yargs/compare/v4.8.0...v4.8.1) (2016-07-16)
585
-
586
-
587
- ### Bug Fixes
588
-
589
- * **commandDir:** make dir relative to caller instead of require.main.filename ([#548](https://github.com/yargs/yargs/issues/548)) ([3c2e479](https://github.com/yargs/yargs/commit/3c2e479))
590
- * add config lookup for .implies() ([#556](https://github.com/yargs/yargs/issues/556)) ([8d7585c](https://github.com/yargs/yargs/commit/8d7585c))
591
- * cache pkg lookups by path to avoid returning the wrong one ([#552](https://github.com/yargs/yargs/issues/552)) ([fea7e0b](https://github.com/yargs/yargs/commit/fea7e0b))
592
- * positional arguments were not being handled appropriately by parse() ([#559](https://github.com/yargs/yargs/issues/559)) ([063a866](https://github.com/yargs/yargs/commit/063a866))
593
- * pull in [@nexdrew](https://github.com/nexdrew)'s fixes to yargs-parser ([#560](https://github.com/yargs/yargs/issues/560)) ([c77c080](https://github.com/yargs/yargs/commit/c77c080)), closes [#560](https://github.com/yargs/yargs/issues/560)
594
-
595
-
596
-
597
- <a name="4.8.0"></a>
598
- # [4.8.0](https://github.com/yargs/yargs/compare/v4.7.1...v4.8.0) (2016-07-09)
599
-
600
-
601
- ### Bug Fixes
602
-
603
- * drop unused camelcase dependency fixes [#516](https://github.com/yargs/yargs/issues/516) ([#525](https://github.com/yargs/yargs/issues/525)) ([365fb9a](https://github.com/yargs/yargs/commit/365fb9a)), closes [#516](https://github.com/yargs/yargs/issues/516) [#525](https://github.com/yargs/yargs/issues/525)
604
- * fake a tty in tests, so that we can use the new set-blocking ([#512](https://github.com/yargs/yargs/issues/512)) ([a54c742](https://github.com/yargs/yargs/commit/a54c742))
605
- * ignore invalid package.json during read-pkg-up ([#546](https://github.com/yargs/yargs/issues/546)) ([e058c87](https://github.com/yargs/yargs/commit/e058c87))
606
- * keep both zh and zh_CN until yargs[@5](https://github.com/5).x ([0f8faa7](https://github.com/yargs/yargs/commit/0f8faa7))
607
- * lazy-load package.json and cache. get rid of pkg-conf dependency. ([#544](https://github.com/yargs/yargs/issues/544)) ([2609b2e](https://github.com/yargs/yargs/commit/2609b2e))
608
- * we now respect the order of _ when applying commands ([#537](https://github.com/yargs/yargs/issues/537)) ([ed86b78](https://github.com/yargs/yargs/commit/ed86b78))
609
-
610
-
611
- ### Features
612
-
613
- * add .commandDir(dir) to API to apply all command modules from a relative directory ([#494](https://github.com/yargs/yargs/issues/494)) ([b299dff](https://github.com/yargs/yargs/commit/b299dff))
614
- * **command:** derive missing command string from module filename ([#527](https://github.com/yargs/yargs/issues/527)) ([20d4b8a](https://github.com/yargs/yargs/commit/20d4b8a))
615
- * builder is now optional for a command module ([#545](https://github.com/yargs/yargs/issues/545)) ([8d6ad6e](https://github.com/yargs/yargs/commit/8d6ad6e))
616
-
617
-
618
-
619
- <a name="4.7.1"></a>
620
- ## [4.7.1](https://github.com/yargs/yargs/compare/v4.7.0...v4.7.1) (2016-05-15)
621
-
622
-
623
- ### Bug Fixes
624
-
625
- * switch to using `const` rather than `var` ([#499](https://github.com/yargs/yargs/pull/499))
626
- * make stdout flush on newer versions of Node.js ([#501](https://github.com/yargs/yargs/issues/501)) ([9f8c6f4](https://github.com/yargs/yargs/commit/9f8c6f4))
627
-
628
-
629
-
630
- <a name="4.7.0"></a>
631
- # [4.7.0](https://github.com/yargs/yargs/compare/v4.6.0...v4.7.0) (2016-05-02)
632
-
633
-
634
- ### Bug Fixes
635
-
636
- * **pkgConf:** fix aliases issues in .pkgConf() ([#478](https://github.com/yargs/yargs/issues/478))([b900502](https://github.com/yargs/yargs/commit/b900502))
637
-
638
-
639
- ### Features
640
-
641
- * **completion:** allow to get completions for any string, not just process.argv ([#470](https://github.com/yargs/yargs/issues/470))([74fcfbc](https://github.com/yargs/yargs/commit/74fcfbc))
642
- * **configuration:** Allow to directly pass a configuration object to .config() ([#480](https://github.com/yargs/yargs/issues/480))([e0a7e05](https://github.com/yargs/yargs/commit/e0a7e05))
643
- * **validation:** Add .skipValidation() method ([#471](https://github.com/yargs/yargs/issues/471))([d72badb](https://github.com/yargs/yargs/commit/d72badb))
644
-
645
-
646
-
647
- <a name="4.6.0"></a>
648
- # [4.6.0](https://github.com/yargs/yargs/compare/v4.5.0...v4.6.0) (2016-04-11)
649
-
650
-
651
- ### Bug Fixes
652
-
653
- * **my brand!:** I agree with [@osher](https://github.com/osher) lightweight isn't a huge selling point of ours any longer, see [#468](https://github.com/yargs/yargs/issues/468) ([c46d7e1](https://github.com/yargs/yargs/commit/c46d7e1))
654
-
655
- ### Features
656
-
657
- * switch to standard-version for release management ([f70f801](https://github.com/yargs/yargs/commit/f70f801))
658
- * upgrade to version of yargs-parser that introduces some slick new features, great work [@elas7](https://github.com/elas7). update cliui, replace win-spawn, replace badge. ([#475](https://github.com/yargs/yargs/issues/475)) ([f915dd4](https://github.com/yargs/yargs/commit/f915dd4))
659
-
660
-
661
-
662
- <a name="4.5.0"></a>
663
- # [4.5.0](https://github.com/yargs/yargs/compare/v4.4.0...v4.5.0) (2016-04-05)
664
-
665
-
666
- ### Bug Fixes
667
-
668
- * **windows:** handle $0 better on Windows platforms ([eb6e03f](https://github.com/yargs/yargs/commit/eb6e03f))
669
-
670
- ### Features
671
-
672
- * **commands:** implemented variadic positional arguments ([51d926e](https://github.com/yargs/yargs/commit/51d926e))
673
- * **completion:** completion now better handles aliases, and avoids duplicating keys. ([86416c8](https://github.com/yargs/yargs/commit/86416c8))
674
- * **config:** If invoking .config() without parameters, set a default option ([0413dd1](https://github.com/yargs/yargs/commit/0413dd1))
675
- * **conventional-changelog:** switching to using conventional-changelog for generating the changelog ([a2b5a2a](https://github.com/yargs/yargs/commit/a2b5a2a))
676
-
677
-
678
-
679
- ### v4.4.0 (2016/04/03 21:10 +07:00)
680
-
681
- - [#454](https://github.com/yargs/yargs/pull/454) fix demand() when second argument is an array (@elas7)
682
- - [#452](https://github.com/yargs/yargs/pull/452) fix code example for `.help()` docs (@maxrimue)
683
- - [#450](https://github.com/yargs/yargs/pull/450) fix for bash completion trailing space edge-case (@elas7)
684
- - [#448](https://github.com/yargs/yargs/pull/448) allow a method to be passed to `showHelp`, rather than a log-level (@osher)
685
- - [#446](https://github.com/yargs/yargs/pull/446) update yargs-parser, y18n, nyc, cliui, pkg-conf (@bcoe)
686
- - [#436](https://github.com/yargs/yargs/pull/436) the rebase method is only used by tests, do not export it in two places (@elas7)
687
- - [#428](https://github.com/yargs/yargs/pull/428) initial support for subcommands (@nexdrew)
688
-
689
- ### v4.3.2 (2016/3/20 15:07 +07:00)
690
-
691
- - [#445](https://github.com/yargs/yargs/pull/445) strict mode was failing if no commands were registered (@nexdrew)
692
- - [#443](https://github.com/yargs/yargs/pull/443) adds Italian translation \o/ (@madrisan)
693
- - [#441](https://github.com/yargs/yargs/pull/441) remove duplicate keys from array options configuration (@elas7)
694
- - [#437](https://github.com/yargs/yargs/pull/437) standardize tests for .command() (@lrlna)
695
-
696
- ### v4.3.0 (2016/3/12 14:19 +07:00)
697
-
698
- - [#432](https://github.com/yargs/yargs/pull/432) non-singleton version of yargs (@bcoe)
699
- - [#422, #425, #420] translations for number (@zkat, @rilut, @maxrimue, @watilde)
700
- - [#414](https://github.com/yargs/yargs/pull/414) all command options can be defined in module now (@nexdrew)
701
-
702
- ### v4.2.0 (2016/2/22 11:02 +07:00)
703
-
704
- - [#395](https://github.com/yargs/yargs/pull/395) do not reset groups if they contain
705
- global keys (@novemberborn)
706
- - [#393](https://github.com/yargs/yargs/pull/393) use sane default for usage strings (@nexdrew)
707
- - [#392](https://github.com/yargs/yargs/pull/392) resetting wrap() was causing layout issues
708
- with commands (@nexdrew)
709
- - [#391](https://github.com/yargs/yargs/pull/391) commands were being added multiple times (@nexdrew)
710
-
711
- ### v4.0.0 (2016/2/14 1:27 +07:00)
712
-
713
- - [#384](https://github.com/bcoe/yargs/pull/384) add new number type to yargs (@lrlna, @maxrimue)
714
- - [#382](https://github.com/bcoe/yargs/pull/382) pass error as extra parameter to fail (@gajus)
715
- - [#378](https://github.com/bcoe/yargs/pull/378) introduces the pkgConf feature, which tells
716
- yargs to load default argument values from a key on a project's package.json (@bcoe)
717
- - [#376](https://github.com/bcoe/yargs/pull/376) **breaking change**, make help() method signature
718
- more consistent with other commands (@maxrimue)
719
- - [#368](https://github.com/bcoe/yargs/pull/368) **breaking change**, overhaul to command handling API:
720
- introducing named positional arguments, commands as modules, introduces the concept of global options (options that don't reset). (@nexdrew, @bcoe).
721
- - [#364](https://github.com/bcoe/yargs/pull/364) add the slick new yargs website to the package.json (@iarna).
722
- - [#357](https://github.com/bcoe/yargs/pull/357) .strict() now requires that a valid command is provided (@lrlna)
723
- - [#356](https://github.com/bcoe/yargs/pull/356) pull the parsing bits of yargs into the separate module yargs-parser. Various parsing options can now be turned on and off using configuration (@bcoe).
724
- - [#330](https://github.com/bcoe/yargs/pull/330) **breaking change**, fix inconsistencies with `.version()` API. (@maxrimue).
725
-
726
- ### v3.32.0 (2016/1/14 10:13 +07:00)
727
-
728
- - [#344](https://github.com/bcoe/yargs/pull/344) yargs now has a code of conduct and contributor guidelines (@bcoe)
729
- - [#341](https://github.com/bcoe/yargs/issues/341) Fix edge-case with camel-case arguments (@davibe)
730
- - [#331](https://github.com/bcoe/yargs/pull/331) Handle parsing a raw argument string (@kellyselden)
731
- - [#325](https://github.com/bcoe/yargs/pull/325) Tweaks to make tests pass again on Windows (@isaacs)
732
- - [#321](https://github.com/bcoe/yargs/pull/321) Custom config parsing function (@bcoe)
733
-
734
- ### v3.31.0 (2015/12/03 10:15 +07:00)
735
-
736
- - [#239](https://github.com/bcoe/yargs/pull/239) Pass argv to commands (@bcoe)
737
- - [#308](https://github.com/bcoe/yargs/pull/308) Yargs now handles environment variables (@nexdrew)
738
- - [#302](https://github.com/bcoe/yargs/pull/302) Add Indonesian translation (@rilut)
739
- - [#300](https://github.com/bcoe/yargs/pull/300) Add Turkish translation (@feyzo)
740
- - [#298](https://github.com/bcoe/yargs/pull/298) Add Norwegian Bokmål translation (@sindresorhus)
741
- - [#297](https://github.com/bcoe/yargs/pull/297) Fix for layout of cjk characters (@disjukr)
742
- - [#296](https://github.com/bcoe/yargs/pull/296) Add Korean translation (@disjukr)
743
-
744
- ### v3.30.0 (2015/11/13 16:29 +07:00)
745
-
746
- - [#293](https://github.com/bcoe/yargs/pull/293) Polish language support (@kamilogorek)
747
- - [#291](https://github.com/bcoe/yargs/pull/291) fix edge-cases with `.alias()` (@bcoe)
748
- - [#289](https://github.com/bcoe/yargs/pull/289) group options in custom groups (@bcoe)
749
-
750
- ### v3.29.0 (2015/10/16 21:51 +07:00)
751
-
752
- - [#282](https://github.com/bcoe/yargs/pull/282) completions now accept promises (@LinusU)
753
- - [#281](https://github.com/bcoe/yargs/pull/281) fix parsing issues with dot notation (@bcoe)
754
-
755
- ### v3.28.0 (2015/10/16 1:55 +07:00)
756
-
757
- - [#277](https://github.com/bcoe/yargs/pull/277) adds support for ansi escape codes (@bcoe)
758
-
759
- ### v3.27.0 (2015/10/08 1:55 +00:00)
760
-
761
- - [#271](https://github.com/bcoe/yargs/pull/273) skips validation for help or version flags with exitProcess(false) (@tepez)
762
- - [#273](https://github.com/bcoe/yargs/pull/273) implements single output for errors with exitProcess(false) (@nexdrew)
763
- - [#269](https://github.com/bcoe/yargs/pull/269) verifies single output for errors with exitProcess(false) (@tepez)
764
- - [#268](https://github.com/bcoe/yargs/pull/268) adds Chinese translation (@qiu8310)
765
- - [#266](https://github.com/bcoe/yargs/pull/266) adds case for -- after -- in parser test (@geophree)
766
-
767
- ### v3.26.0 (2015/09/25 2:14 +00:00)
768
-
769
- - [#263](https://github.com/bcoe/yargs/pull/263) document count() and option() object keys (@nexdrew)
770
- - [#259](https://github.com/bcoe/yargs/pull/259) remove util in readme (@38elements)
771
- - [#258](https://github.com/bcoe/yargs/pull/258) node v4 builds, update deps (@nexdrew)
772
- - [#257](https://github.com/bcoe/yargs/pull/257) fix spelling errors (@dkoleary88)
773
-
774
- ### v3.25.0 (2015/09/13 7:38 -07:00)
775
-
776
- - [#254](https://github.com/bcoe/yargs/pull/254) adds Japanese translation (@oti)
777
- - [#253](https://github.com/bcoe/yargs/pull/253) fixes for tests on Windows (@bcoe)
778
-
779
- ### v3.24.0 (2015/09/04 12:02 +00:00)
780
-
781
- - [#248](https://github.com/bcoe/yargs/pull/248) reinstate os-locale, no spawning (@nexdrew)
782
- - [#249](https://github.com/bcoe/yargs/pull/249) use travis container-based infrastructure (@nexdrew)
783
- - [#247](https://github.com/bcoe/yargs/pull/247) upgrade standard (@nexdrew)
784
-
785
- ### v3.23.0 (2015/08/30 23:00 +00:00)
786
-
787
- - [#246](https://github.com/bcoe/yargs/pull/246) detect locale based only on environment variables (@bcoe)
788
- - [#244](https://github.com/bcoe/yargs/pull/244) adds Windows CI testing (@bcoe)
789
- - [#245](https://github.com/bcoe/yargs/pull/245) adds OSX CI testing (@bcoe, @nexdrew)
790
-
791
- ### v3.22.0 (2015/08/28 22:26 +00:00)
792
- - [#242](https://github.com/bcoe/yargs/pull/242) adds detectLocale config option (@bcoe)
793
-
794
- ### v3.21.1 (2015/08/28 20:58 +00:00)
795
- - [#240](https://github.com/bcoe/yargs/pull/240) hot-fix for Atom on Windows (@bcoe)
796
-
797
- ### v3.21.0 (2015/08/21 21:20 +00:00)
798
- - [#238](https://github.com/bcoe/yargs/pull/238) upgrade camelcase, window-size, chai, mocha (@nexdrew)
799
- - [#237](https://github.com/bcoe/yargs/pull/237) adds defaultDescription to option() (@nexdrew)
800
-
801
- ### v3.20.0 (2015/08/20 01:29 +00:00)
802
- - [#231](https://github.com/bcoe/yargs/pull/231) Merge pull request #231 from bcoe/detect-locale (@sindresorhus)
803
- - [#235](https://github.com/bcoe/yargs/pull/235) adds german translation to yargs (@maxrimue)
804
-
805
- ### v3.19.0 (2015/08/14 05:12 +00:00)
806
- - [#224](https://github.com/bcoe/yargs/pull/224) added Portuguese translation (@codemonkey3045)
807
-
808
- ### v3.18.1 (2015/08/12 05:53 +00:00)
809
-
810
- - [#228](https://github.com/bcoe/yargs/pull/228) notes about embedding yargs in Electron (@etiktin)
811
- - [#223](https://github.com/bcoe/yargs/pull/223) make booleans work in config files (@sgentle)
812
-
813
- ### v3.18.0 (2015/08/06 20:05 +00:00)
814
- - [#222](https://github.com/bcoe/yargs/pull/222) updates fr locale (@nexdrew)
815
- - [#221](https://github.com/bcoe/yargs/pull/221) adds missing locale strings (@nexdrew)
816
- - [#220](https://github.com/bcoe/yargs/pull/220) adds es locale (@zkat)
817
-
818
- ### v3.17.1 (2015/08/02 19:35 +00:00)
819
- - [#218](https://github.com/bcoe/yargs/pull/218) upgrades nyc (@bcoe)
820
-
821
- ### v3.17.0 (2015/08/02 18:39 +00:00)
822
- - [#217](https://github.com/bcoe/yargs/pull/217) sort methods in README.md (@nexdrew)
823
- - [#215](https://github.com/bcoe/yargs/pull/215) adds fr locale (@LoicMahieu)
824
-
825
- ### v3.16.0 (2015/07/30 04:35 +00:00)
826
- - [#210](https://github.com/bcoe/yargs/pull/210) adds i18n support to yargs (@bcoe)
827
- - [#209](https://github.com/bcoe/yargs/pull/209) adds choices type to yargs (@nexdrew)
828
- - [#207](https://github.com/bcoe/yargs/pull/207) pretty new shields from shields.io (@SimenB)
829
- - [#208](https://github.com/bcoe/yargs/pull/208) improvements to README.md (@nexdrew)
830
- - [#205](https://github.com/bcoe/yargs/pull/205) faster build times on Travis (@ChristianMurphy)
831
-
832
- ### v3.15.0 (2015/07/06 06:01 +00:00)
833
- - [#197](https://github.com/bcoe/yargs/pull/197) tweaks to how errors bubble up from parser.js (@bcoe)
834
- - [#193](https://github.com/bcoe/yargs/pull/193) upgraded nyc, reporting now happens by default (@bcoe)
835
-
836
- ### v3.14.0 (2015/06/28 02:12 +00:00)
837
-
838
- - [#192](https://github.com/bcoe/yargs/pull/192) standard style nits (@bcoe)
839
- - [#190](https://github.com/bcoe/yargs/pull/190) allow for hidden commands, e.g.,
840
- .completion('completion', false) (@tschaub)
841
-
842
- ### v3.13.0 (2015/06/24 04:12 +00:00)
843
-
844
- - [#187](https://github.com/bcoe/yargs/pull/187) completion now behaves differently
845
- if it is being run in the context of a command (@tschaub)
846
- - [#186](https://github.com/bcoe/yargs/pull/186) if no matches are found for a completion
847
- default to filename completion (@tschaub)
848
-
849
- ### v3.12.0 (2015/06/19 03:23 +00:00)
850
- - [#183](https://github.com/bcoe/yargs/pull/183) don't complete commands if they've already been completed (@tschaub)
851
- - [#181](https://github.com/bcoe/yargs/pull/181) various fixes for completion. (@bcoe, @tschaub)
852
- - [#182](https://github.com/bcoe/yargs/pull/182) you can now set a maximum # of of required arguments (@bcoe)
853
-
854
- ### v3.11.0 (2015/06/15 05:15 +00:00)
855
-
856
- - [#173](https://github.com/bcoe/yargs/pull/173) update standard, window-size, chai (@bcoe)
857
- - [#171](https://github.com/bcoe/yargs/pull/171) a description can now be set
858
- when providing a config option. (@5c077yP)
859
-
860
- ### v3.10.0 (2015/05/29 04:25 +00:00)
861
-
862
- - [#165](https://github.com/bcoe/yargs/pull/165) expose yargs.terminalWidth() thanks @ensonic (@bcoe)
863
- - [#164](https://github.com/bcoe/yargs/pull/164) better array handling thanks @getify (@bcoe)
864
-
865
- ### v3.9.1 (2015/05/20 05:14 +00:00)
866
- - [b6662b6](https://github.com/bcoe/yargs/commit/b6662b6774cfeab4876f41ec5e2f67b7698f4e2f) clarify .config() docs (@linclark)
867
- - [0291360](https://github.com/bcoe/yargs/commit/02913606285ce31ce81d7f12c48d8a3029776ec7) fixed tests, switched to nyc for coverage, fixed security issue, added Lin as collaborator (@bcoe)
868
-
869
- ### v3.9.0 (2015/05/10 18:32 +00:00)
870
- - [#157](https://github.com/bcoe/yargs/pull/157) Merge pull request #157 from bcoe/command-yargs. allows handling of command specific arguments. Thanks for the suggestion @ohjames (@bcoe)
871
- - [#158](https://github.com/bcoe/yargs/pull/158) Merge pull request #158 from kemitchell/spdx-license. Update license format (@kemitchell)
872
-
873
- ### v3.8.0 (2015/04/24 23:10 +00:00)
874
- - [#154](https://github.com/bcoe/yargs/pull/154) showHelp's method signature was misleading fixes #153 (@bcoe)
875
- - [#151](https://github.com/bcoe/yargs/pull/151) refactor yargs' table layout logic to use new helper library (@bcoe)
876
- - [#150](https://github.com/bcoe/yargs/pull/150) Fix README example in argument requirements (@annonymouse)
877
-
878
- ### v3.7.2 (2015/04/13 11:52 -07:00)
879
-
880
- * [679fbbf](https://github.com/bcoe/yargs/commit/679fbbf55904030ccee8a2635e8e5f46551ab2f0) updated yargs to use the [standard](https://github.com/feross/standard) style guide (agokjr)
881
- * [22382ee](https://github.com/bcoe/yargs/commit/22382ee9f5b495bc2586c1758cd1091cec3647f9 various bug fixes for $0 (@nylen)
882
-
883
- ### v3.7.1 (2015/04/10 11:06 -07:00)
884
-
885
- * [89e1992](https://github.com/bcoe/yargs/commit/89e1992a004ba73609b5f9ee6890c4060857aba4) detect iojs bin along with node bin. (@bcoe)
886
- * [755509e](https://github.com/bcoe/yargs/commit/755509ea90041e5f7833bba3b8c5deffe56f0aab) improvements to example documentation in README.md (@rstacruz)
887
- * [0d2dfc8](https://github.com/bcoe/yargs/commit/0d2dfc822a43418242908ad97ddd5291a1b35dc6) showHelp() no longer requires that .argv has been called (@bcoe)
888
-
889
- ### v3.7.0 (2015/04/04 02:29 -07:00)
890
-
891
- * [56cbe2d](https://github.com/bcoe/yargs/commit/56cbe2ddd33dc176dcbf97ba40559864a9f114e4) make .requiresArg() work with type hints. (@bcoe).
892
- * [2f5d562](https://github.com/bcoe/yargs/commit/2f5d5624f736741deeedf6a664d57bc4d857bdd0) serialize arrays and objects in usage strings. (@bcoe).
893
- * [5126304](https://github.com/bcoe/yargs/commit/5126304dd18351fc28f10530616fdd9361e0af98) be more lenient about alias/primary key ordering in chaining API. (@bcoe)
894
-
895
- ### v3.6.0 (2015/03/21 01:00 +00:00)
896
- - [4e24e22](https://github.com/bcoe/yargs/commit/4e24e22e6a195e55ab943ede704a0231ac33b99c) support for .js configuration files. (@pirxpilot)
897
-
898
- ### v3.5.4 (2015/03/12 05:56 +00:00)
899
- - [c16cc08](https://github.com/bcoe/yargs/commit/c16cc085501155cf7fd853ccdf8584b05ab92b78) message for non-option arguments is now optional, thanks to (@raine)
900
-
901
- ### v3.5.3 (2015/03/09 06:14 +00:00)
902
- - [870b428](https://github.com/bcoe/yargs/commit/870b428cf515d560926ca392555b7ad57dba9e3d) completion script was missing in package.json (@bcoe)
903
-
904
- ### v3.5.2 (2015/03/09 06:11 +00:00)
905
- - [58a4b24](https://github.com/bcoe/yargs/commit/58a4b2473ebbb326713d522be53e32d3aabb08d2) parse was being called multiple times, resulting in strange behavior (@bcoe)
906
-
907
- ### v3.5.1 (2015/03/09 04:55 +00:00)
908
- - [4e588e0](https://github.com/bcoe/yargs/commit/4e588e055afbeb9336533095f051496e3977f515) accidentally left testing logic in (@bcoe)
909
-
910
- ### v3.5.0 (2015/03/09 04:49 +00:00)
911
- - [718bacd](https://github.com/bcoe/yargs/commit/718bacd81b9b44f786af76b2afe491fe06274f19) added support for bash completions see #4 (@bcoe)
912
- - [a192882](https://github.com/bcoe/yargs/commit/a19288270fc431396c42af01125eeb4443664528) downgrade to mocha 2.1.0 until https://github.com/mochajs/mocha/issues/1585 can be sorted out (@bcoe)
913
-
914
- ### v3.4.7 (2015/03/09 04:09 +00:00)
915
- - [9845e5c](https://github.com/bcoe/yargs/commit/9845e5c1a9c684ba0be3f0bfb40e7b62ab49d9c8) the Argv singleton was not being updated when manually parsing arguments, fixes #114 (@bcoe)
916
-
917
- ### v3.4.6 (2015/03/09 04:01 +00:00)
918
- - [45b4c80](https://github.com/bcoe/yargs/commit/45b4c80b890d02770b0a94f326695a8a566e8fe9) set placeholders for all keys fixes #115 (@bcoe)
919
-
920
- ### v3.4.5 (2015/03/01 20:31 +00:00)
921
- - [a758e0b](https://github.com/bcoe/yargs/commit/a758e0b2556184f067cf3d9c4ef886d39817ebd2) fix for count consuming too many arguments (@bcoe)
922
-
923
- ### v3.4.4 (2015/02/28 04:52 +00:00)
924
- - [0476af7](https://github.com/bcoe/yargs/commit/0476af757966acf980d998b45108221d4888cfcb) added nargs feature, allowing you to specify the number of arguments after an option (@bcoe)
925
- - [092477d](https://github.com/bcoe/yargs/commit/092477d7ab3efbf0ba11cede57f7d8cfc70b024f) updated README with full example of v3.0 API (@bcoe)
926
-
927
- ### v3.3.3 (2015/02/28 04:23 +00:00)
928
- - [0c4b769](https://github.com/bcoe/yargs/commit/0c4b769516cd8d93a7c4e5e675628ae0049aa9a8) remove string dependency, which conflicted with other libraries see #106 (@bcoe)
929
-
930
- ### v3.3.2 (2015/02/28 04:11 +00:00)
931
- - [2a98906](https://github.com/bcoe/yargs/commit/2a9890675821c0e7a12f146ce008b0562cb8ec9a) add $0 to epilog (@schnittstabil)
932
-
933
- ### v3.3.1 (2015/02/24 03:28 +00:00)
934
- - [ad485ce](https://github.com/bcoe/yargs/commit/ad485ce748ebdfce25b88ef9d6e83d97a2f68987) fix for applying defaults to camel-case args (@bcoe)
935
-
936
- ### v3.3.0 (2015/02/24 00:49 +00:00)
937
- - [8bfe36d](https://github.com/bcoe/yargs/commit/8bfe36d7fb0f93a799ea3f4c756a7467c320f8c0) fix and document restart() command, as a tool for building nested CLIs (@bcoe)
938
-
939
- ### v3.2.1 (2015/02/22 05:45 +00:00)
940
- - [49a6d18](https://github.com/bcoe/yargs/commit/49a6d1822a4ef9b1ea6f90cc366be60912628885) you can now provide a function that generates a default value (@bcoe)
941
-
942
- ### v3.2.0 (2015/02/22 05:24 +00:00)
943
- - [7a55886](https://github.com/bcoe/yargs/commit/7a55886c9343cf71a20744ca5cdd56d2ea7412d5) improvements to yargs two-column text layout (@bcoe)
944
- - [b6ab513](https://github.com/bcoe/yargs/commit/b6ab5136a4c3fa6aa496f6b6360382e403183989) Tweak NPM version badge (@nylen)
945
-
946
- ### v3.1.0 (2015/02/19 19:37 +00:00)
947
- - [9bd2379](https://github.com/bcoe/yargs/commit/9bd237921cf1b61fd9f32c0e6d23f572fc225861) version now accepts a function, making it easy to load version #s from a package.json (@bcoe)
948
-
949
- ### v3.0.4 (2015/02/14 01:40 +00:00)
950
- - [0b7c19b](https://github.com/bcoe/yargs/commit/0b7c19beaecb747267ca4cc10e5cb2a8550bc4b7) various fixes for dot-notation handling (@bcoe)
951
-
952
- ### v3.0.3 (2015/02/14 00:59 +00:00)
953
- - [c3f35e9](https://github.com/bcoe/yargs/commit/c3f35e99bd5a0d278073fcadd95e2d778616cc17) make sure dot-notation is applied to aliases (@bcoe)
954
-
955
- ### 3.0.2 (2015/02/13 16:50 +00:00)
956
- - [74c8967](https://github.com/bcoe/yargs/commit/74c8967c340c204a0a7edf8a702b6f46c2705435) document epilog shorthand of epilogue. (@bcoe)
957
- - [670110f](https://github.com/bcoe/yargs/commit/670110fc01bedc4831b6fec6afac54517d5a71bc) any non-truthy value now causes check to fail see #76 (@bcoe)
958
- - [0d8f791](https://github.com/bcoe/yargs/commit/0d8f791a33c11ced4cd431ea8d3d3a337d456b56) finished implementing my wish-list of fetures for yargs 3.0. see #88 (@bcoe)
959
- - [5768447](https://github.com/bcoe/yargs/commit/5768447447c4c8e8304f178846206ce86540f063) fix coverage. (@bcoe)
960
- - [82e793f](https://github.com/bcoe/yargs/commit/82e793f3f61c41259eaacb67f0796aea2cf2aaa0) detect console width and perform word-wrapping. (@bcoe)
961
- - [67476b3](https://github.com/bcoe/yargs/commit/67476b37eea07fee55f23f35b9e0c7d76682b86d) refactor two-column table layout so that we can use it for examples and usage (@bcoe)
962
- - [4724cdf](https://github.com/bcoe/yargs/commit/4724cdfcc8e37ae1ca3dcce9d762f476e9ef4bb4) major refactor of index.js, in prep for 3.x release. (@bcoe)
963
-
964
- ### v2.3.0 (2015/02/08 20:41 +00:00)
965
- - [d824620](https://github.com/bcoe/yargs/commit/d824620493df4e63664af1fe320764dd1a9244e6) allow for undefined boolean defaults (@ashi009)
966
-
967
- ### v2.2.0 (2015/02/08 20:07 +00:00)
968
- - [d6edd98](https://github.com/bcoe/yargs/commit/d6edd9848826e7389ed1393858c45d03961365fd) in-prep for further refactoring, and a 3.x release I've shuffled some things around and gotten test-coverage to 100%. (@bcoe)
969
-
970
- ### v2.1.2 (2015/02/08 06:05 +00:00)
971
- - [d640745](https://github.com/bcoe/yargs/commit/d640745a7b9f8d476e0223879d056d18d9c265c4) switch to path.relative (@bcoe)
972
- - [3bfd41f](https://github.com/bcoe/yargs/commit/3bfd41ff262a041f29d828b88936a79c63cad594) remove mocha.opts. (@bcoe)
973
- - [47a2f35](https://github.com/bcoe/yargs/commit/47a2f357091db70903a402d6765501c1d63f15fe) document using .string('_') for string ids. see #56 (@bcoe)
974
- - [#57](https://github.com/bcoe/yargs/pull/57) Merge pull request #57 from eush77/option-readme (@eush77)
975
-
976
- ### v2.1.1 (2015/02/06 08:08 +00:00)
977
- - [01c6c61](https://github.com/bcoe/yargs/commit/01c6c61d67b4ebf88f41f0b32a345ec67f0ac17d) fix for #71, 'newAliases' of undefined (@bcoe)
978
-
979
- ### v2.1.0 (2015/02/06 07:59 +00:00)
980
- - [6a1a3fa](https://github.com/bcoe/yargs/commit/6a1a3fa731958e26ccd56885f183dd8985cc828f) try to guess argument types, and apply sensible defaults see #73 (@bcoe)
981
-
982
- ### v2.0.1 (2015/02/06 07:54 +00:00)
983
- - [96a06b2](https://github.com/bcoe/yargs/commit/96a06b2650ff1d085a52b7328d8bba614c20cc12) Fix for strange behavior with --sort option, see #51 (@bcoe)
984
-
985
- ### v2.0.0 (2015/02/06 07:45 +00:00)
986
- - [0250517](https://github.com/bcoe/yargs/commit/0250517c9643e53f431b824e8ccfa54937414011) - [108fb84](https://github.com/bcoe/yargs/commit/108fb8409a3a63dcaf99d917fe4dfcfaa1de236d) fixed bug with boolean parsing, when bools separated by = see #66 (@bcoe)
987
- - [a465a59](https://github.com/bcoe/yargs/commit/a465a5915f912715738de890982e4f8395958b10) Add `files` field to the package.json (@shinnn)
988
- - [31043de](https://github.com/bcoe/yargs/commit/31043de7a38a17c4c97711f1099f5fb164334db3) fix for yargs.argv having the same keys added multiple times see #63 (@bcoe)
989
- - [2d68c5b](https://github.com/bcoe/yargs/commit/2d68c5b91c976431001c4863ce47c9297850f1ad) Disable process.exit calls using .exitProcess(false) (@cianclarke)
990
- - [45da9ec](https://github.com/bcoe/yargs/commit/45da9ec4c55a7bd394721bc6a1db0dabad7bc52a) Mention .option in README (@eush77)
991
-
992
- ### v1.3.2 (2014/10/06 21:56 +00:00)
993
- - [b8d3472](https://github.com/bcoe/yargs/commit/b8d34725482e5821a3cc809c0df71378f282f526) 1.3.2 (@chevex)
994
-
995
- ### list (2014/08/30 18:41 +00:00)
996
- - [fbc777f](https://github.com/bcoe/yargs/commit/fbc777f416eeefd37c84e44d27d7dfc7c1925721) Now that yargs is the successor to optimist, I'm changing the README language to be more universal. Pirate speak isn't very accessible to non-native speakers. (@chevex)
997
- - [a54d068](https://github.com/bcoe/yargs/commit/a54d0682ae2efc2394d407ab171cc8a8bbd135ea) version output will not print extra newline (@boneskull)
998
- - [1cef5d6](https://github.com/bcoe/yargs/commit/1cef5d62a9d6d61a3948a49574892e01932cc6ae) Added contributors section to package.json (@chrisn)
999
- - [cc295c0](https://github.com/bcoe/yargs/commit/cc295c0a80a2de267e0155b60d315fc4b6f7c709) Added 'require' and 'required' as synonyms for 'demand' (@chrisn)
1000
- - [d0bf951](https://github.com/bcoe/yargs/commit/d0bf951d949066b6280101ed606593d079ee15c8) Updating minimist. (@chevex)
1001
- - [c15f8e7](https://github.com/bcoe/yargs/commit/c15f8e7f245b261e542cf205ce4f4313630cbdb4) Fix #31 (bad interaction between camelCase options and strict mode) (@nylen)
1002
- - [d991b9b](https://github.com/bcoe/yargs/commit/d991b9be687a68812dee1e3b185ba64b7778b82d) Added .help() and .version() methods (@chrisn)
1003
- - [e8c8aa4](https://github.com/bcoe/yargs/commit/e8c8aa46268379357cb11e9fc34b8c403037724b) Added .showHelpOnFail() method (@chrisn)
1004
- - [e855af4](https://github.com/bcoe/yargs/commit/e855af4a933ea966b5bbdd3c4c6397a4bac1a053) Allow boolean flag with .demand() (@chrisn)
1005
- - [14dbec2](https://github.com/bcoe/yargs/commit/14dbec24fb7380683198e2b20c4deb8423e64bea) Fixes issue #22. Arguments are no longer printed to the console when using .config. (@chevex)
1006
- - [bef74fc](https://github.com/bcoe/yargs/commit/bef74fcddc1544598a804f80d0a3728459f196bf) Informing users that Yargs is the official optimist successor. (@chevex)
1007
- - [#24](https://github.com/bcoe/yargs/pull/24) Merge pull request #24 from chrisn/strict (@chrisn)
1008
- - [889a2b2](https://github.com/bcoe/yargs/commit/889a2b28eb9768801b05163360a470d0fd6c8b79) Added requiresArg option, for options that require values (@chrisn)
1009
- - [eb16369](https://github.com/bcoe/yargs/commit/eb163692262be1fe80b992fd8803d5923c5a9b18) Added .strict() method, to report error if unknown arguments are given (@chrisn)
1010
- - [0471c3f](https://github.com/bcoe/yargs/commit/0471c3fd999e1ad4e6cded88b8aa02013b66d14f) Changed optimist to yargs in usage-options.js example (@chrisn)
1011
- - [5c88f74](https://github.com/bcoe/yargs/commit/5c88f74e3cf031b17c54b4b6606c83e485ff520e) Change optimist to yargs in examples (@chrisn)
1012
- - [66f12c8](https://github.com/bcoe/yargs/commit/66f12c82ba3c943e4de8ca862980e835da8ecb3a) Fix a couple of bad interactions between aliases and defaults (@nylen)
1013
- - [8fa1d80](https://github.com/bcoe/yargs/commit/8fa1d80f14b03eb1f2898863a61f1d1615bceb50) Document second argument of usage(message, opts) (@Gobie)
1014
- - [56e6528](https://github.com/bcoe/yargs/commit/56e6528cf674ff70d63083fb044ff240f608448e) For "--some-option", also set argv.someOption (@nylen)
1015
- - [ed5f6d3](https://github.com/bcoe/yargs/commit/ed5f6d33f57ad1086b11c91b51100f7c6c7fa8ee) Finished porting unit tests to Mocha. (@chevex)
1016
-
1017
- ### v1.0.15 (2014/02/05 23:18 +00:00)
1018
- - [e2b1fc0](https://github.com/bcoe/yargs/commit/e2b1fc0c4a59cf532ae9b01b275e1ef57eeb64d2) 1.0.15 update to badges (@chevex)
1019
-
1020
- ### v1.0.14 (2014/02/05 23:17 +00:00)
1021
- - [f33bbb0](https://github.com/bcoe/yargs/commit/f33bbb0f00fe18960f849cc8e15a7428a4cd59b8) Revert "Fixed issue which caused .demand function not to work correctly." (@chevex)
1022
-
1023
- ### v1.0.13 (2014/02/05 22:13 +00:00)
1024
- - [6509e5e](https://github.com/bcoe/yargs/commit/6509e5e7dee6ef1a1f60eea104be0faa1a045075) Fixed issue which caused .demand function not to work correctly. (@chevex)
1025
-
1026
- ### v1.0.12 (2013/12/13 00:09 +00:00)
1027
- - [05eb267](https://github.com/bcoe/yargs/commit/05eb26741c9ce446b33ff006e5d33221f53eaceb) 1.0.12 (@chevex)
1028
-
1029
- ### v1.0.11 (2013/12/13 00:07 +00:00)
1030
- - [c1bde46](https://github.com/bcoe/yargs/commit/c1bde46e37318a68b87d17a50c130c861d6ce4a9) 1.0.11 (@chevex)
1031
-
1032
- ### v1.0.10 (2013/12/12 23:57 +00:00)
1033
- - [dfebf81](https://github.com/bcoe/yargs/commit/dfebf8164c25c650701528ee581ca483a99dc21c) Fixed formatting in README (@chevex)
1034
-
1035
- ### v1.0.9 (2013/12/12 23:47 +00:00)
1036
- - [0b4e34a](https://github.com/bcoe/yargs/commit/0b4e34af5e6d84a9dbb3bb6d02cd87588031c182) Update README.md (@chevex)
1037
-
1038
- ### v1.0.8 (2013/12/06 16:36 +00:00)
1039
- - [#1](https://github.com/bcoe/yargs/pull/1) fix error caused by check() see #1 (@martinheidegger)
1040
-
1041
- ### v1.0.7 (2013/11/24 18:01 +00:00)
1042
- - [a247d88](https://github.com/bcoe/yargs/commit/a247d88d6e46644cbb7303c18b1bb678fc132d72) Modified Pirate Joe image. (@chevex)
1043
-
1044
- ### v1.0.6 (2013/11/23 19:21 +00:00)
1045
- - [d7f69e1](https://github.com/bcoe/yargs/commit/d7f69e1d34bc929736a8bdccdc724583e21b7eab) Updated Pirate Joe image. (@chevex)
1046
-
1047
- ### v1.0.5 (2013/11/23 19:09 +00:00)
1048
- - [ece809c](https://github.com/bcoe/yargs/commit/ece809cf317cc659175e1d66d87f3ca68c2760be) Updated readme notice again. (@chevex)
1049
-
1050
- ### v1.0.4 (2013/11/23 19:05 +00:00)
1051
- - [9e81e81](https://github.com/bcoe/yargs/commit/9e81e81654028f83ba86ffc3ac772a0476084e5e) Updated README with a notice about yargs being a fork of optimist and what that implies. (@chevex)
1052
-
1053
- ### v1.0.3 (2013/11/23 17:43 +00:00)
1054
- - [65e7a78](https://github.com/bcoe/yargs/commit/65e7a782c86764944d63d084416aba9ee6019c5f) Changed some small wording in README.md. (@chevex)
1055
- - [459e20e](https://github.com/bcoe/yargs/commit/459e20e539b366b85128dd281ccd42221e96c7da) Fix a bug in the options function, when string and boolean options weren't applied to aliases. (@shockone)
1056
-
1057
- ### v1.0.2 (2013/11/23 09:46 +00:00)
1058
- - [3d80ebe](https://github.com/bcoe/yargs/commit/3d80ebed866d3799224b6f7d596247186a3898a9) 1.0.2 (@chevex)
1059
-
1060
- ### v1.0.1 (2013/11/23 09:39 +00:00)
1061
- - [f80ff36](https://github.com/bcoe/yargs/commit/f80ff3642d580d4b68bf9f5a94277481bd027142) Updated image. (@chevex)
1062
-
1063
- ### v1.0.0 (2013/11/23 09:33 +00:00)
1064
- - [54e31d5](https://github.com/bcoe/yargs/commit/54e31d505f820b80af13644e460894b320bf25a3) Rebranded from optimist to yargs in the spirit of the fork :D (@chevex)
1065
- - [4ebb6c5](https://github.com/bcoe/yargs/commit/4ebb6c59f44787db7c24c5b8fe2680f01a23f498) Added documentation for demandCount(). (@chevex)
1066
- - [4561ce6](https://github.com/bcoe/yargs/commit/4561ce66dcffa95f49e8b4449b25b94cd68acb25) Simplified the error messages returned by .check(). (@chevex)
1067
- - [661c678](https://github.com/bcoe/yargs/commit/661c67886f479b16254a830b7e1db3be29e6b7a6) Fixed an issue with demand not accepting a zero value. (@chevex)
1068
- - [731dd3c](https://github.com/bcoe/yargs/commit/731dd3c37624790490bd6df4d5f1da8f4348279e) Add .fail(fn) so death isn't the only option. Should fix issue #39. (@chevex)
1069
- - [fa15417](https://github.com/bcoe/yargs/commit/fa15417ff9e70dace0d726627a5818654824c1d8) Added a few missing 'return self' (@chevex)
1070
- - [e655e4d](https://github.com/bcoe/yargs/commit/e655e4d99d1ae1d3695ef755d51c2de08d669761) Fix showing help in certain JS environments. (@chevex)
1071
- - [a746a31](https://github.com/bcoe/yargs/commit/a746a31cd47c87327028e6ea33762d6187ec5c87) Better string representation of default values. (@chevex)
1072
- - [6134619](https://github.com/bcoe/yargs/commit/6134619a7e90b911d5443230b644c5d447c1a68c) Implies: conditional demands (@chevex)
1073
- - [046b93b](https://github.com/bcoe/yargs/commit/046b93b5d40a27367af4cb29726e4d781d934639) Added support for JSON config files. (@chevex)
1074
- - [a677ec0](https://github.com/bcoe/yargs/commit/a677ec0a0ecccd99c75e571d03323f950688da03) Add .example(cmd, desc) feature. (@chevex)
1075
- - [1bd4375](https://github.com/bcoe/yargs/commit/1bd4375e11327ba1687d4bb6e5e9f3c30c1be2af) Added 'defaults' as alias to 'default' so as to avoid usage of a reserved keyword. (@chevex)
1076
- - [6b753c1](https://github.com/bcoe/yargs/commit/6b753c16ca09e723060e70b773b430323b29c45c) add .normalize(args..) support for normalizing paths (@chevex)
1077
- - [33d7d59](https://github.com/bcoe/yargs/commit/33d7d59341d364f03d3a25f0a55cb99004dbbe4b) Customize error messages with demand(key, msg) (@chevex)
1078
- - [647d37f](https://github.com/bcoe/yargs/commit/647d37f164c20f4bafbf67dd9db6cd6e2cd3b49f) Merge branch 'rewrite-duplicate-test' of github.com:isbadawi/node-optimist (@chevex)
1079
- - [9059d1a](https://github.com/bcoe/yargs/commit/9059d1ad5e8aea686c2a01c89a23efdf929fff2e) Pass aliases object to check functions for greater versatility. (@chevex)
1080
- - [623dc26](https://github.com/bcoe/yargs/commit/623dc26c7331abff2465ef8532e3418996d42fe6) Added ability to count boolean options and rolled minimist library back into project. (@chevex)
1081
- - [49f0dce](https://github.com/bcoe/yargs/commit/49f0dcef35de4db544c3966350d36eb5838703f6) Fixed small typo. (@chevex)
1082
- - [79ec980](https://github.com/bcoe/yargs/commit/79ec9806d9ca6eb0014cfa4b6d1849f4f004baf2) Removed dependency on wordwrap module. (@chevex)
1083
- - [ea14630](https://github.com/bcoe/yargs/commit/ea14630feddd69d1de99dd8c0e08948f4c91f00a) Merge branch 'master' of github.com:chbrown/node-optimist (@chevex)
1084
- - [2b75da2](https://github.com/bcoe/yargs/commit/2b75da2624061e0f4f3107d20303c06ec9054906) Merge branch 'master' of github.com:seanzhou1023/node-optimist (@chevex)
1085
- - [d9bda11](https://github.com/bcoe/yargs/commit/d9bda1116e26f3b40e833ca9ca19263afea53565) Merge branch 'patch-1' of github.com:thefourtheye/node-optimist (@chevex)
1086
- - [d6cc606](https://github.com/bcoe/yargs/commit/d6cc6064a4f1bea38a16a4430b8a1334832fbeff) Renamed README. (@chevex)
1087
- - [9498d3f](https://github.com/bcoe/yargs/commit/9498d3f59acfb5e102826503e681623c3a64b178) Renamed readme and added .gitignore. (@chevex)
1088
- - [bbd1fe3](https://github.com/bcoe/yargs/commit/bbd1fe37fefa366dde0fb3dc44d91fe8b28f57f5) Included examples for ```help``` and ```showHelp``` functions and fixed few formatting issues (@thefourtheye)
1089
- - [37fea04](https://github.com/bcoe/yargs/commit/37fea0470a5796a0294c1dcfff68d8041650e622) .alias({}) behaves differently based on mapping direction when generating descriptions (@chbrown)
1090
- - [855b20d](https://github.com/bcoe/yargs/commit/855b20d0be567ca121d06b30bea64001b74f3d6d) Documented function signatures are useful for dynamically typed languages. (@chbrown)
1091
-
1092
- ### 0.6.0 (2013/06/25 08:48 +00:00)
1093
- - [d37bfe0](https://github.com/bcoe/yargs/commit/d37bfe05ae6d295a0ab481efe4881222412791f4) all tests passing using minimist (@substack)
1094
- - [76f1352](https://github.com/bcoe/yargs/commit/76f135270399d01f2bbc621e524a5966e5c422fd) all parse tests now passing (@substack)
1095
- - [a7b6754](https://github.com/bcoe/yargs/commit/a7b6754276c38d1565479a5685c3781aeb947816) using minimist, some tests passing (@substack)
1096
- - [6655688](https://github.com/bcoe/yargs/commit/66556882aa731cbbbe16cc4d42c85740a2e98099) Give credit where its due (@DeadAlready)
1097
- - [602a2a9](https://github.com/bcoe/yargs/commit/602a2a92a459f93704794ad51b115bbb08b535ce) v0.5.3 - Remove wordwrap as dependency (@DeadAlready)
1098
-
1099
- ### 0.5.2 (2013/05/31 03:46 +00:00)
1100
- - [4497ca5](https://github.com/bcoe/yargs/commit/4497ca55e332760a37b866ec119ded347ca27a87) fixed the whitespace bug without breaking anything else (@substack)
1101
- - [5a3dd1a](https://github.com/bcoe/yargs/commit/5a3dd1a4e0211a38613c6e02f61328e1031953fa) failing test for whitespace arg (@substack)
1102
-
1103
- ### 0.5.1 (2013/05/30 07:17 +00:00)
1104
- - [a20228f](https://github.com/bcoe/yargs/commit/a20228f62a454755dd07f628a7c5759113918327) fix parse() to work with functions before it (@substack)
1105
- - [b13bd4c](https://github.com/bcoe/yargs/commit/b13bd4cac856a9821d42fa173bdb58f089365a7d) failing test for parse() with modifiers (@substack)
1106
-
1107
- ### 0.5.0 (2013/05/18 21:59 +00:00)
1108
- - [c474a64](https://github.com/bcoe/yargs/commit/c474a649231527915c222156e3b40806d365a87c) fixes for dash (@substack)
1109
-
1110
- ### 0.4.0 (2013/04/13 19:03 +00:00)
1111
- - [dafe3e1](https://github.com/bcoe/yargs/commit/dafe3e18d7c6e7c2d68e06559df0e5cbea3adb14) failing short test (@substack)
1112
-
1113
- ### 0.3.7 (2013/04/04 04:07 +00:00)
1114
- - [6c7a0ec](https://github.com/bcoe/yargs/commit/6c7a0ec94ce4199a505f0518b4d6635d4e47cc81) Fix for windows. On windows there is no _ in environment. (@hdf)
1115
-
1116
- ### 0.3.6 (2013/04/04 04:04 +00:00)
1117
- - [e72346a](https://github.com/bcoe/yargs/commit/e72346a727b7267af5aa008b418db89970873f05) Add support for newlines in -a="" arguments (@danielbeardsley)
1118
- - [71e1fb5](https://github.com/bcoe/yargs/commit/71e1fb55ea9987110a669ac6ec12338cfff3821c) drop 0.4, add 0.8 to travis (@substack)
1119
-
1120
- ### 0.3.5 (2012/10/10 11:09 +00:00)
1121
- - [ee692b3](https://github.com/bcoe/yargs/commit/ee692b37554c70a0bb16389a50a26b66745cbbea) Fix parsing booleans (@vojtajina)
1122
- - [5045122](https://github.com/bcoe/yargs/commit/5045122664c3f5b4805addf1be2148d5856f7ce8) set $0 properly in the tests (@substack)
1123
-
1124
- ### 0.3.4 (2012/04/30 06:54 +00:00)
1125
- - [f28c0e6](https://github.com/bcoe/yargs/commit/f28c0e62ca94f6e0bb2e6d82fc3d91a55e69b903) bump for string "true" params (@substack)
1126
- - [8f44aeb](https://github.com/bcoe/yargs/commit/8f44aeb74121ddd689580e2bf74ef86a605e9bf2) Fix failing test for aliased booleans. (@coderarity)
1127
- - [b9f7b61](https://github.com/bcoe/yargs/commit/b9f7b613b1e68e11e6c23fbda9e555a517dcc976) Add failing test for short aliased booleans. (@coderarity)
1128
-
1129
- ### 0.3.3 (2012/04/30 06:45 +00:00)
1130
- - [541bac8](https://github.com/bcoe/yargs/commit/541bac8dd787a5f1a5d28f6d8deb1627871705e7) Fixes #37.
1131
-
1132
- ### 0.3.2 (2012/04/12 20:28 +00:00)
1133
- - [3a0f014](https://github.com/bcoe/yargs/commit/3a0f014c1451280ac1c9caa1f639d31675586eec) travis badge (@substack)
1134
- - [4fb60bf](https://github.com/bcoe/yargs/commit/4fb60bf17845f4ce3293f8ca49c9a1a7c736cfce) Fix boolean aliases. (@coderarity)
1135
- - [f14dda5](https://github.com/bcoe/yargs/commit/f14dda546efc4fe06ace04d36919bfbb7634f79b) Adjusted package.json to use tap (@jfhbrook)
1136
- - [88e5d32](https://github.com/bcoe/yargs/commit/88e5d32295be6e544c8d355ff84e355af38a1c74) test/usage.js no longer hangs (@jfhbrook)
1137
- - [e1e740c](https://github.com/bcoe/yargs/commit/e1e740c27082f3ce84deca2093d9db2ef735d0e5) two tests for combined boolean/alias opts parsing (@jfhbrook)
1138
-
1139
- ### 0.3.1 (2011/12/31 08:44 +00:00)
1140
- - [d09b719](https://github.com/bcoe/yargs/commit/d09b71980ef711b6cf3918cd19beec8257e40e82) If "default" is set to false it was not passed on, fixed. (@wolframkriesing)
1141
-
1142
- ### 0.3.0 (2011/12/09 06:03 +00:00)
1143
- - [6e74aa7](https://github.com/bcoe/yargs/commit/6e74aa7b46a65773e20c0cb68d2d336d4a0d553d) bump and documented dot notation (@substack)
1144
-
1145
- ### 0.2.7 (2011/10/20 02:25 +00:00)
1146
- - [94adee2](https://github.com/bcoe/yargs/commit/94adee20e17b58d0836f80e8b9cdbe9813800916) argv._ can be told 'Hey! argv._! Don't be messing with my args.', and it WILL obey (@colinta)
1147
- - [c46fdd5](https://github.com/bcoe/yargs/commit/c46fdd56a05410ae4a1e724a4820c82e77ff5469) optimistic critter image (@substack)
1148
- - [5c95c73](https://github.com/bcoe/yargs/commit/5c95c73aedf4c7482bd423e10c545e86d7c8a125) alias options() to option() (@substack)
1149
- - [f7692ea](https://github.com/bcoe/yargs/commit/f7692ea8da342850af819367833abb685fde41d8) [fix] Fix for parsing boolean edge case (@indexzero)
1150
- - [d1f92d1](https://github.com/bcoe/yargs/commit/d1f92d1425bd7f356055e78621b30cdf9741a3c2)
1151
- - [b01bda8](https://github.com/bcoe/yargs/commit/b01bda8d86e455bbf74ce497864cb8ab5b9fb847) [fix test] Update to ensure optimist is aware of default booleans. Associated tests included (@indexzero)
1152
- - [aa753e7](https://github.com/bcoe/yargs/commit/aa753e7c54fb3a12f513769a0ff6d54aa0f63943) [dist test] Update devDependencies in package.json. Update test pathing to be more npm and require.paths future-proof (@indexzero)
1153
- - [7bfce2f](https://github.com/bcoe/yargs/commit/7bfce2f3b3c98e6539e7549d35fbabced7e9341e) s/sys/util/ (@substack)
1154
- - [d420a7a](https://github.com/bcoe/yargs/commit/d420a7a9c890d2cdb11acfaf3ea3f43bc3e39f41) update usage output (@substack)
1155
- - [cf86eed](https://github.com/bcoe/yargs/commit/cf86eede2e5fc7495b6ec15e6d137d9ac814f075) some sage readme protips about parsing rules (@substack)
1156
- - [5da9f7a](https://github.com/bcoe/yargs/commit/5da9f7a5c0e1758ec7c5801fb3e94d3f6e970513) documented all the methods finally (@substack)
1157
- - [8ca6879](https://github.com/bcoe/yargs/commit/8ca6879311224b25933642987300f6a29de5c21b) fenced syntax highlighting (@substack)
1158
- - [b72bacf](https://github.com/bcoe/yargs/commit/b72bacf1d02594778c1935405bc8137eb61761dc) right-alignment of wrapped extra params (@substack)
1159
- - [2b980bf](https://github.com/bcoe/yargs/commit/2b980bf2656b4ee8fc5134dc5f56a48855c35198) now with .wrap() (@substack)
1160
- - [d614f63](https://github.com/bcoe/yargs/commit/d614f639654057d1b7e35e3f5a306e88ec2ad1e4) don't show 'Options:' when there aren't any (@substack)
1161
- - [691eda3](https://github.com/bcoe/yargs/commit/691eda354df97b5a86168317abcbcaabdc08a0fb) failing test for multi-aliasing (@substack)
1162
- - [0826c9f](https://github.com/bcoe/yargs/commit/0826c9f462109feab2bc7a99346d22e72bf774b7) "Options:" > "options:" (@substack)
1163
- - [72f7490](https://github.com/bcoe/yargs/commit/72f749025d01b7f295738ed370a669d885fbada0) [minor] Update formatting for `.showHelp()` (@indexzero)
1164
- - [75aecce](https://github.com/bcoe/yargs/commit/75aeccea74329094072f95800e02c275e7d999aa) options works again, too lazy to write a proper test right now (@substack)
1165
- - [f742e54](https://github.com/bcoe/yargs/commit/f742e5439817c662dc3bd8734ddd6467e6018cfd) line_count_options example, which breaks (@substack)
1166
- - [4ca06b8](https://github.com/bcoe/yargs/commit/4ca06b8b4ea99b5d5714b315a2a8576bee6e5537) line count example (@substack)
1167
- - [eeb8423](https://github.com/bcoe/yargs/commit/eeb8423e0a5ecc9dc3eb1e6df9f3f8c1c88f920b) remove self.argv setting in boolean (@substack)
1168
- - [6903412](https://github.com/bcoe/yargs/commit/69034126804660af9cc20ea7f4457b50338ee3d7) removed camel case for now (@substack)
1169
- - [5a0d88b](https://github.com/bcoe/yargs/commit/5a0d88bf23e9fa79635dd034e2a1aa992acc83cd) remove dead longest checking code (@substack)
1170
- - [d782170](https://github.com/bcoe/yargs/commit/d782170babf7284b1aa34f5350df0dd49c373fa8) .help() too (@substack)
1171
- - [622ec17](https://github.com/bcoe/yargs/commit/622ec17379bb5374fdbb190404c82bc600975791) rm old help generator (@substack)
1172
- - [7c8baac](https://github.com/bcoe/yargs/commit/7c8baac4d66195e9f5158503ea9ebfb61153dab7) nub keys (@substack)
1173
- - [8197785](https://github.com/bcoe/yargs/commit/8197785ad4762465084485b041abd722f69bf344) generate help message based on the previous calls, todo: nub (@substack)
1174
- - [3ffbdc3](https://github.com/bcoe/yargs/commit/3ffbdc33c8f5e83d4ea2ac60575ce119570c7ede) stub out new showHelp, better checks (@substack)
1175
- - [d4e21f5](https://github.com/bcoe/yargs/commit/d4e21f56a4830f7de841900d3c79756fb9886184) let .options() take single options too (@substack)
1176
- - [3c4cf29](https://github.com/bcoe/yargs/commit/3c4cf2901a29bac119cca8e983028d8669230ec6) .options() is now heaps simpler (@substack)
1177
- - [89f0d04](https://github.com/bcoe/yargs/commit/89f0d043cbccd302f10ab30c2069e05d2bf817c9) defaults work again, all tests pass (@substack)
1178
- - [dd87333](https://github.com/bcoe/yargs/commit/dd8733365423006a6e4156372ebb55f98323af58) update test error messages, down to 2 failing tests (@substack)
1179
- - [53f7bc6](https://github.com/bcoe/yargs/commit/53f7bc626b9875f2abdfc5dd7a80bde7f14143a3) fix for bools doubling up, passes the parse test again, others fail (@substack)
1180
- - [2213e2d](https://github.com/bcoe/yargs/commit/2213e2ddc7263226fba717fb041dc3fde9bc2ee4) refactored for an argv getter, failing several tests (@substack)
1181
- - [d1e7379](https://github.com/bcoe/yargs/commit/d1e737970f15c6c006bebdd8917706827ff2f0f2) just rescan for now, alias test passes (@substack)
1182
- - [b2f8c99](https://github.com/bcoe/yargs/commit/b2f8c99cc477a8eb0fdf4cf178e1785b63185cfd) failing alias test (@substack)
1183
- - [d0c0174](https://github.com/bcoe/yargs/commit/d0c0174daa144bfb6dc7290fdc448c393c475e15) .alias() (@substack)
1184
- - [d85f431](https://github.com/bcoe/yargs/commit/d85f431ad7d07b058af3f2a57daa51495576c164) [api] Remove `.describe()` in favor of building upon the existing `.usage()` API (@indexzero)
1185
- - [edbd527](https://github.com/bcoe/yargs/commit/edbd5272a8e213e71acd802782135c7f9699913a) [doc api] Add `.describe()`, `.options()`, and `.showHelp()` methods along with example. (@indexzero)
1186
- - [be4902f](https://github.com/bcoe/yargs/commit/be4902ff0961ae8feb9093f2c0a4066463ded2cf) updates for coffee since it now does argv the node way (@substack)
1187
- - [e24cb23](https://github.com/bcoe/yargs/commit/e24cb23798ee64e53b60815e7fda78b87f42390c) more general coffeescript detection (@substack)
1188
- - [78ac753](https://github.com/bcoe/yargs/commit/78ac753e5d0ec32a96d39d893272afe989e42a4d) Don't trigger the CoffeeScript hack when running under node_g. (@papandreou)
1189
- - [bcfe973](https://github.com/bcoe/yargs/commit/bcfe9731d7f90d4632281b8a52e8d76eb0195ae6) .string() but failing test (@substack)
1190
- - [1987aca](https://github.com/bcoe/yargs/commit/1987aca28c7ba4e8796c07bbc547cb984804c826) test hex strings (@substack)
1191
- - [ef36db3](https://github.com/bcoe/yargs/commit/ef36db32259b0b0d62448dc907c760e5554fb7e7) more keywords (@substack)
1192
- - [cc53c56](https://github.com/bcoe/yargs/commit/cc53c56329960bed6ab077a79798e991711ba01d) Added camelCase function that converts --multi-word-option to camel case (so it becomes argv.multiWordOption). (@papandreou)
1193
- - [60b57da](https://github.com/bcoe/yargs/commit/60b57da36797716e5783a633c6d5c79099016d45) fixed boolean bug by rescanning (@substack)
1194
- - [dff6d07](https://github.com/bcoe/yargs/commit/dff6d078d97f8ac503c7d18dcc7b7a8c364c2883) boolean examples (@substack)
1195
- - [0e380b9](https://github.com/bcoe/yargs/commit/0e380b92c4ef4e3c8dac1da18b5c31d85b1d02c9) boolean() with passing test (@substack)
1196
- - [62644d4](https://github.com/bcoe/yargs/commit/62644d4bffbb8d1bbf0c2baf58a1d14a6359ef07) coffee compatibility with node regex for versions too (@substack)
1197
- - [430fafc](https://github.com/bcoe/yargs/commit/430fafcf1683d23774772826581acff84b456827) argv._ fixed by fixing the coffee detection (@substack)
1198
- - [343b8af](https://github.com/bcoe/yargs/commit/343b8afefd98af274ebe21b5a16b3a949ec5429f) whichNodeArgs test fails too (@substack)
1199
- - [63df2f3](https://github.com/bcoe/yargs/commit/63df2f371f31e63d7f1dec2cbf0022a5f08da9d2) replicated mnot's bug in whichNodeEmpty test (@substack)
1200
- - [35473a4](https://github.com/bcoe/yargs/commit/35473a4d93a45e5e7e512af8bb54ebb532997ae1) test for ./bin usage (@substack)
1201
- - [13df151](https://github.com/bcoe/yargs/commit/13df151e44228eed10e5441c7cd163e086c458a4) don't coerce booleans to numbers (@substack)
1202
- - [85f8007](https://github.com/bcoe/yargs/commit/85f8007e93b8be7124feea64b1f1916d8ba1894a) package bump for automatic number conversion (@substack)
1203
- - [8f17014](https://github.com/bcoe/yargs/commit/8f170141cded4ccc0c6d67a849c5bf996aa29643) updated readme and examples with new auto-numberification goodness (@substack)
1204
- - [73dc901](https://github.com/bcoe/yargs/commit/73dc9011ac968e39b55e19e916084a839391b506) auto number conversion works yay (@substack)
1205
- - [bcec56b](https://github.com/bcoe/yargs/commit/bcec56b3d031e018064cbb691539ccc4f28c14ad) failing test for not-implemented auto numification (@substack)
1206
- - [ebd2844](https://github.com/bcoe/yargs/commit/ebd2844d683feeac583df79af0e5124a7a7db04e) odd that eql doesn't check types careflly (@substack)
1207
- - [fd854b0](https://github.com/bcoe/yargs/commit/fd854b02e512ce854b76386d395672a7969c1bc4) package author + keywords (@substack)
1208
- - [656a1d5](https://github.com/bcoe/yargs/commit/656a1d5a1b7c0e49d72e80cb13f20671d56f76c6) updated readme with .default() stuff (@substack)
1209
- - [cd7f8c5](https://github.com/bcoe/yargs/commit/cd7f8c55f0b82b79b690d14c5f806851236998a1) passing tests for new .default() behavior (@substack)
1210
- - [932725e](https://github.com/bcoe/yargs/commit/932725e39ce65bc91a0385a5fab659a5fa976ac2) new default() thing for setting default key/values (@substack)
1211
- - [4e6c7ab](https://github.com/bcoe/yargs/commit/4e6c7aba6374ac9ebc6259ecf91f13af7bce40e3) test for coffee usage (@substack)
1212
- - [d54ffcc](https://github.com/bcoe/yargs/commit/d54ffccf2a5a905f51ed5108f7c647f35d64ae23) new --key value style with passing tests. NOTE: changes existing behavior (@substack)
1213
- - [ed2a2d5](https://github.com/bcoe/yargs/commit/ed2a2d5d828100ebeef6385c0fb88d146a5cfe9b) package bump for summatix's coffee script fix (@substack)
1214
- - [75a975e](https://github.com/bcoe/yargs/commit/75a975eed8430d28e2a79dc9e6d819ad545f4587) Added support for CoffeeScript (@summatix)
1215
- - [56b2b1d](https://github.com/bcoe/yargs/commit/56b2b1de8d11f8a2b91979d8ae2d6db02d8fe64d) test coverage for the falsy check() usage (@substack)
1216
- - [a4843a9](https://github.com/bcoe/yargs/commit/a4843a9f0e69ffb4afdf6a671d89eb6f218be35d) check bug fixed plus a handy string (@substack)
1217
- - [857bd2d](https://github.com/bcoe/yargs/commit/857bd2db933a5aaa9cfecba0ced2dc9b415f8111) tests for demandCount, back up to 100% coverage (@substack)
1218
- - [073b776](https://github.com/bcoe/yargs/commit/073b7768ebd781668ef05c13f9003aceca2f5c35) call demandCount from demand (@substack)
1219
- - [4bd4b7a](https://github.com/bcoe/yargs/commit/4bd4b7a085c8b6ce1d885a0f486cc9865cee2db1) add demandCount to check for the number of arguments in the _ list (@marshall)
1220
- - [b8689ac](https://github.com/bcoe/yargs/commit/b8689ac68dacf248119d242bba39a41cb0adfa07) Rebase checks. That will be its own module eventually. (@substack)
1221
- - [e688370](https://github.com/bcoe/yargs/commit/e688370b576f0aa733c3f46183df69e1b561668e) a $0 like in perl (@substack)
1222
- - [2e5e196](https://github.com/bcoe/yargs/commit/2e5e1960fc19afb21fb3293752316eaa8bcd3609) usage test hacking around process and console (@substack)
1223
- - [fcc3521](https://github.com/bcoe/yargs/commit/fcc352163fbec6a1dfe8caf47a0df39de24fe016) description pun (@substack)
1224
- - [87a1fe2](https://github.com/bcoe/yargs/commit/87a1fe29037ca2ca5fefda85141aaeb13e8ce761) mit/x11 license (@substack)
1225
- - [8d089d2](https://github.com/bcoe/yargs/commit/8d089d24cd687c0bde3640a96c09b78f884900dd) bool example is more consistent and also shows off short option grouping (@substack)
1226
- - [448d747](https://github.com/bcoe/yargs/commit/448d7473ac68e8e03d8befc9457b0d9e21725be0) start of the readme and examples (@substack)
1227
- - [da74dea](https://github.com/bcoe/yargs/commit/da74dea799a9b59dbf022cbb8001bfdb0d52eec9) more tests for long and short captures (@substack)
1228
- - [ab6387e](https://github.com/bcoe/yargs/commit/ab6387e6769ca4af82ca94c4c67c7319f0d9fcfa) silly bug in the tests with s/not/no/, all tests pass now (@substack)
1229
- - [102496a](https://github.com/bcoe/yargs/commit/102496a319e8e06f6550d828fc2f72992c7d9ecc) hack an instance for process.argv onto Argv so the export can be called to create an instance or used for argv, which is the most common case (@substack)
1230
- - [a01caeb](https://github.com/bcoe/yargs/commit/a01caeb532546d19f68f2b2b87f7036cfe1aaedd) divide example (@substack)
1231
- - [443da55](https://github.com/bcoe/yargs/commit/443da55736acbaf8ff8b04d1b9ce19ab016ddda2) start of the lib with a package.json (@substack)