projen-pipelines 0.0.73 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2924) hide show
  1. package/.jsii +4 -4
  2. package/lib/awscdk/base.js +1 -1
  3. package/lib/awscdk/bash.js +1 -1
  4. package/lib/awscdk/github.js +1 -1
  5. package/lib/awscdk/gitlab.js +1 -1
  6. package/lib/steps/artifact-steps.js +4 -4
  7. package/lib/steps/aws-assume-role.step.js +1 -1
  8. package/lib/steps/registries.js +1 -1
  9. package/lib/steps/step.js +2 -2
  10. package/node_modules/@babel/code-frame/LICENSE +22 -0
  11. package/node_modules/@babel/code-frame/README.md +19 -0
  12. package/node_modules/@babel/code-frame/lib/index.js +156 -0
  13. package/node_modules/@babel/code-frame/lib/index.js.map +1 -0
  14. package/node_modules/@babel/code-frame/package.json +30 -0
  15. package/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  16. package/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  17. package/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  18. package/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  19. package/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  20. package/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  21. package/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  22. package/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  23. package/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  24. package/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
  25. package/node_modules/@babel/highlight/LICENSE +22 -0
  26. package/node_modules/@babel/highlight/README.md +19 -0
  27. package/node_modules/@babel/highlight/lib/index.js +119 -0
  28. package/node_modules/@babel/highlight/lib/index.js.map +1 -0
  29. package/node_modules/@babel/highlight/node_modules/ansi-styles/index.js +165 -0
  30. package/node_modules/@babel/highlight/node_modules/ansi-styles/license +9 -0
  31. package/node_modules/@babel/highlight/node_modules/ansi-styles/package.json +56 -0
  32. package/node_modules/@babel/highlight/node_modules/ansi-styles/readme.md +147 -0
  33. package/node_modules/@babel/highlight/node_modules/chalk/index.js +228 -0
  34. package/node_modules/@babel/highlight/node_modules/chalk/index.js.flow +93 -0
  35. package/node_modules/@babel/highlight/node_modules/chalk/license +9 -0
  36. package/node_modules/@babel/highlight/node_modules/chalk/package.json +71 -0
  37. package/node_modules/@babel/highlight/node_modules/chalk/readme.md +314 -0
  38. package/node_modules/@babel/highlight/node_modules/chalk/templates.js +128 -0
  39. package/node_modules/@babel/highlight/node_modules/chalk/types/index.d.ts +97 -0
  40. package/node_modules/@babel/highlight/node_modules/color-convert/CHANGELOG.md +54 -0
  41. package/node_modules/@babel/highlight/node_modules/color-convert/LICENSE +21 -0
  42. package/node_modules/@babel/highlight/node_modules/color-convert/README.md +68 -0
  43. package/node_modules/@babel/highlight/node_modules/color-convert/conversions.js +868 -0
  44. package/node_modules/@babel/highlight/node_modules/color-convert/index.js +78 -0
  45. package/node_modules/@babel/highlight/node_modules/color-convert/package.json +46 -0
  46. package/node_modules/@babel/highlight/node_modules/color-convert/route.js +97 -0
  47. package/node_modules/@babel/highlight/node_modules/color-name/.eslintrc.json +43 -0
  48. package/node_modules/@babel/highlight/node_modules/color-name/.npmignore +107 -0
  49. package/node_modules/@babel/highlight/node_modules/color-name/LICENSE +8 -0
  50. package/node_modules/@babel/highlight/node_modules/color-name/README.md +11 -0
  51. package/node_modules/@babel/highlight/node_modules/color-name/index.js +152 -0
  52. package/node_modules/@babel/highlight/node_modules/color-name/package.json +25 -0
  53. package/node_modules/@babel/highlight/node_modules/color-name/test.js +7 -0
  54. package/node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js +11 -0
  55. package/node_modules/@babel/highlight/node_modules/escape-string-regexp/license +21 -0
  56. package/node_modules/@babel/highlight/node_modules/escape-string-regexp/package.json +41 -0
  57. package/node_modules/@babel/highlight/node_modules/escape-string-regexp/readme.md +27 -0
  58. package/node_modules/@babel/highlight/node_modules/has-flag/index.js +8 -0
  59. package/node_modules/@babel/highlight/node_modules/has-flag/license +9 -0
  60. package/node_modules/@babel/highlight/node_modules/has-flag/package.json +44 -0
  61. package/node_modules/@babel/highlight/node_modules/has-flag/readme.md +70 -0
  62. package/node_modules/@babel/highlight/node_modules/supports-color/browser.js +5 -0
  63. package/node_modules/@babel/highlight/node_modules/supports-color/index.js +131 -0
  64. package/node_modules/@babel/highlight/node_modules/supports-color/license +9 -0
  65. package/node_modules/@babel/highlight/node_modules/supports-color/package.json +53 -0
  66. package/node_modules/@babel/highlight/node_modules/supports-color/readme.md +66 -0
  67. package/node_modules/@babel/highlight/package.json +30 -0
  68. package/node_modules/@hutson/parse-repository-url/LICENSE +202 -0
  69. package/node_modules/@hutson/parse-repository-url/README.md +104 -0
  70. package/node_modules/@hutson/parse-repository-url/package.json +48 -0
  71. package/node_modules/@hutson/parse-repository-url/src/index.js +59 -0
  72. package/node_modules/@types/minimist/LICENSE +21 -0
  73. package/node_modules/@types/minimist/README.md +15 -0
  74. package/node_modules/@types/minimist/index.d.ts +87 -0
  75. package/node_modules/@types/minimist/package.json +40 -0
  76. package/node_modules/@types/normalize-package-data/LICENSE +21 -0
  77. package/node_modules/@types/normalize-package-data/README.md +62 -0
  78. package/node_modules/@types/normalize-package-data/index.d.ts +43 -0
  79. package/node_modules/@types/normalize-package-data/package.json +25 -0
  80. package/node_modules/JSONStream/.travis.yml +8 -0
  81. package/node_modules/JSONStream/LICENSE.APACHE2 +15 -0
  82. package/node_modules/JSONStream/LICENSE.MIT +24 -0
  83. package/node_modules/JSONStream/bin.js +12 -0
  84. package/node_modules/JSONStream/examples/all_docs.js +13 -0
  85. package/node_modules/JSONStream/index.js +247 -0
  86. package/node_modules/JSONStream/package.json +40 -0
  87. package/node_modules/JSONStream/readme.markdown +207 -0
  88. package/node_modules/JSONStream/test/bool.js +41 -0
  89. package/node_modules/JSONStream/test/browser.js +18 -0
  90. package/node_modules/JSONStream/test/destroy_missing.js +27 -0
  91. package/node_modules/JSONStream/test/doubledot1.js +29 -0
  92. package/node_modules/JSONStream/test/doubledot2.js +30 -0
  93. package/node_modules/JSONStream/test/empty.js +44 -0
  94. package/node_modules/JSONStream/test/error_contents.js +45 -0
  95. package/node_modules/JSONStream/test/fixtures/all_npm.json +4030 -0
  96. package/node_modules/JSONStream/test/fixtures/couch_sample.json +18 -0
  97. package/node_modules/JSONStream/test/fixtures/depth.json +15 -0
  98. package/node_modules/JSONStream/test/fixtures/error.json +1 -0
  99. package/node_modules/JSONStream/test/fixtures/header_footer.json +19 -0
  100. package/node_modules/JSONStream/test/fn.js +39 -0
  101. package/node_modules/JSONStream/test/gen.js +135 -0
  102. package/node_modules/JSONStream/test/header_footer.js +55 -0
  103. package/node_modules/JSONStream/test/issues.js +34 -0
  104. package/node_modules/JSONStream/test/keys.js +105 -0
  105. package/node_modules/JSONStream/test/map.js +40 -0
  106. package/node_modules/JSONStream/test/multiple_objects.js +36 -0
  107. package/node_modules/JSONStream/test/multiple_objects_error.js +29 -0
  108. package/node_modules/JSONStream/test/null.js +28 -0
  109. package/node_modules/JSONStream/test/parsejson.js +29 -0
  110. package/node_modules/JSONStream/test/run.js +13 -0
  111. package/node_modules/JSONStream/test/stringify.js +41 -0
  112. package/node_modules/JSONStream/test/stringify_object.js +47 -0
  113. package/node_modules/JSONStream/test/test.js +35 -0
  114. package/node_modules/JSONStream/test/test2.js +29 -0
  115. package/node_modules/JSONStream/test/two-ways.js +41 -0
  116. package/node_modules/add-stream/.jshintrc +25 -0
  117. package/node_modules/add-stream/.npmignore +7 -0
  118. package/node_modules/add-stream/.travis.yml +4 -0
  119. package/node_modules/add-stream/README.md +38 -0
  120. package/node_modules/add-stream/index.js +56 -0
  121. package/node_modules/add-stream/package.json +34 -0
  122. package/node_modules/add-stream/test/spec.js +64 -0
  123. package/node_modules/ansi-regex/index.d.ts +37 -0
  124. package/node_modules/ansi-regex/index.js +10 -0
  125. package/node_modules/ansi-regex/license +9 -0
  126. package/node_modules/ansi-regex/package.json +55 -0
  127. package/node_modules/ansi-regex/readme.md +78 -0
  128. package/node_modules/ansi-styles/index.d.ts +345 -0
  129. package/node_modules/ansi-styles/index.js +163 -0
  130. package/node_modules/ansi-styles/license +9 -0
  131. package/node_modules/ansi-styles/package.json +56 -0
  132. package/node_modules/ansi-styles/readme.md +152 -0
  133. package/node_modules/array-ify/README.md +51 -0
  134. package/node_modules/array-ify/index.js +4 -0
  135. package/node_modules/array-ify/package.json +37 -0
  136. package/node_modules/arrify/index.js +8 -0
  137. package/node_modules/arrify/license +21 -0
  138. package/node_modules/arrify/package.json +33 -0
  139. package/node_modules/arrify/readme.md +36 -0
  140. package/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  141. package/node_modules/balanced-match/LICENSE.md +21 -0
  142. package/node_modules/balanced-match/README.md +97 -0
  143. package/node_modules/balanced-match/index.js +62 -0
  144. package/node_modules/balanced-match/package.json +48 -0
  145. package/node_modules/buffer-from/LICENSE +21 -0
  146. package/node_modules/buffer-from/index.js +72 -0
  147. package/node_modules/buffer-from/package.json +19 -0
  148. package/node_modules/buffer-from/readme.md +69 -0
  149. package/node_modules/camelcase/index.d.ts +63 -0
  150. package/node_modules/camelcase/index.js +76 -0
  151. package/node_modules/camelcase/license +9 -0
  152. package/node_modules/camelcase/package.json +43 -0
  153. package/node_modules/camelcase/readme.md +99 -0
  154. package/node_modules/camelcase-keys/index.d.ts +103 -0
  155. package/node_modules/camelcase-keys/index.js +77 -0
  156. package/node_modules/camelcase-keys/license +9 -0
  157. package/node_modules/camelcase-keys/package.json +73 -0
  158. package/node_modules/camelcase-keys/readme.md +125 -0
  159. package/node_modules/color-convert/CHANGELOG.md +54 -0
  160. package/node_modules/color-convert/LICENSE +21 -0
  161. package/node_modules/color-convert/README.md +68 -0
  162. package/node_modules/color-convert/conversions.js +839 -0
  163. package/node_modules/color-convert/index.js +81 -0
  164. package/node_modules/color-convert/package.json +48 -0
  165. package/node_modules/color-convert/route.js +97 -0
  166. package/node_modules/color-name/LICENSE +8 -0
  167. package/node_modules/color-name/README.md +11 -0
  168. package/node_modules/color-name/index.js +152 -0
  169. package/node_modules/color-name/package.json +28 -0
  170. package/node_modules/compare-func/LICENSE +21 -0
  171. package/node_modules/compare-func/README.md +70 -0
  172. package/node_modules/compare-func/index.js +42 -0
  173. package/node_modules/compare-func/package.json +47 -0
  174. package/node_modules/concat-map/.travis.yml +4 -0
  175. package/node_modules/concat-map/LICENSE +18 -0
  176. package/node_modules/concat-map/README.markdown +62 -0
  177. package/node_modules/concat-map/example/map.js +6 -0
  178. package/node_modules/concat-map/index.js +13 -0
  179. package/node_modules/concat-map/package.json +43 -0
  180. package/node_modules/concat-map/test/map.js +39 -0
  181. package/node_modules/concat-stream/LICENSE +24 -0
  182. package/node_modules/concat-stream/index.js +144 -0
  183. package/node_modules/concat-stream/package.json +55 -0
  184. package/node_modules/concat-stream/readme.md +102 -0
  185. package/node_modules/conventional-changelog/CHANGELOG.md +933 -0
  186. package/node_modules/conventional-changelog/LICENSE.md +21 -0
  187. package/node_modules/conventional-changelog/README.md +66 -0
  188. package/node_modules/conventional-changelog/index.js +26 -0
  189. package/node_modules/conventional-changelog/package.json +53 -0
  190. package/node_modules/conventional-changelog-angular/CHANGELOG.md +408 -0
  191. package/node_modules/conventional-changelog-angular/LICENSE.md +15 -0
  192. package/node_modules/conventional-changelog-angular/README.md +104 -0
  193. package/node_modules/conventional-changelog-angular/conventional-changelog.js +10 -0
  194. package/node_modules/conventional-changelog-angular/conventional-recommended-bump.js +32 -0
  195. package/node_modules/conventional-changelog-angular/index.js +11 -0
  196. package/node_modules/conventional-changelog-angular/package.json +39 -0
  197. package/node_modules/conventional-changelog-angular/parser-opts.js +13 -0
  198. package/node_modules/conventional-changelog-angular/templates/commit.hbs +61 -0
  199. package/node_modules/conventional-changelog-angular/templates/footer.hbs +11 -0
  200. package/node_modules/conventional-changelog-angular/templates/header.hbs +25 -0
  201. package/node_modules/conventional-changelog-angular/templates/template.hbs +16 -0
  202. package/node_modules/conventional-changelog-angular/writer-opts.js +109 -0
  203. package/node_modules/conventional-changelog-atom/CHANGELOG.md +192 -0
  204. package/node_modules/conventional-changelog-atom/LICENSE.md +15 -0
  205. package/node_modules/conventional-changelog-atom/README.md +41 -0
  206. package/node_modules/conventional-changelog-atom/conventional-changelog.js +10 -0
  207. package/node_modules/conventional-changelog-atom/conventional-recommended-bump.js +30 -0
  208. package/node_modules/conventional-changelog-atom/index.js +15 -0
  209. package/node_modules/conventional-changelog-atom/package.json +39 -0
  210. package/node_modules/conventional-changelog-atom/parser-opts.js +9 -0
  211. package/node_modules/conventional-changelog-atom/templates/commit.hbs +5 -0
  212. package/node_modules/conventional-changelog-atom/templates/header.hbs +1 -0
  213. package/node_modules/conventional-changelog-atom/templates/template.hbs +15 -0
  214. package/node_modules/conventional-changelog-atom/writer-opts.js +46 -0
  215. package/node_modules/conventional-changelog-codemirror/CHANGELOG.md +197 -0
  216. package/node_modules/conventional-changelog-codemirror/LICENSE.md +15 -0
  217. package/node_modules/conventional-changelog-codemirror/README.md +13 -0
  218. package/node_modules/conventional-changelog-codemirror/conventional-changelog.js +10 -0
  219. package/node_modules/conventional-changelog-codemirror/conventional-recommended-bump.js +30 -0
  220. package/node_modules/conventional-changelog-codemirror/index.js +15 -0
  221. package/node_modules/conventional-changelog-codemirror/package.json +39 -0
  222. package/node_modules/conventional-changelog-codemirror/parser-opts.js +10 -0
  223. package/node_modules/conventional-changelog-codemirror/templates/commit.hbs +5 -0
  224. package/node_modules/conventional-changelog-codemirror/templates/header.hbs +1 -0
  225. package/node_modules/conventional-changelog-codemirror/templates/template.hbs +15 -0
  226. package/node_modules/conventional-changelog-codemirror/writer-opts.js +39 -0
  227. package/node_modules/conventional-changelog-config-spec/CHANGELOG.md +15 -0
  228. package/node_modules/conventional-changelog-config-spec/README.md +7 -0
  229. package/node_modules/conventional-changelog-config-spec/index.js +1 -0
  230. package/node_modules/conventional-changelog-config-spec/package.json +32 -0
  231. package/node_modules/conventional-changelog-config-spec/renovate.json +5 -0
  232. package/node_modules/conventional-changelog-config-spec/tests/shared.js +38 -0
  233. package/node_modules/conventional-changelog-config-spec/tests/v1.test.js +7 -0
  234. package/node_modules/conventional-changelog-config-spec/tests/v2.test.js +26 -0
  235. package/node_modules/conventional-changelog-config-spec/versions/1.0.0/README.md +143 -0
  236. package/node_modules/conventional-changelog-config-spec/versions/1.0.0/schema.json +81 -0
  237. package/node_modules/conventional-changelog-config-spec/versions/2.0.0/README.md +155 -0
  238. package/node_modules/conventional-changelog-config-spec/versions/2.0.0/schema.json +89 -0
  239. package/node_modules/conventional-changelog-config-spec/versions/2.1.0/README.md +166 -0
  240. package/node_modules/conventional-changelog-config-spec/versions/2.1.0/schema.json +97 -0
  241. package/node_modules/conventional-changelog-conventionalcommits/CHANGELOG.md +245 -0
  242. package/node_modules/conventional-changelog-conventionalcommits/LICENSE.md +15 -0
  243. package/node_modules/conventional-changelog-conventionalcommits/README.md +50 -0
  244. package/node_modules/conventional-changelog-conventionalcommits/add-bang-notes.js +11 -0
  245. package/node_modules/conventional-changelog-conventionalcommits/conventional-changelog.js +12 -0
  246. package/node_modules/conventional-changelog-conventionalcommits/conventional-recommended-bump.js +43 -0
  247. package/node_modules/conventional-changelog-conventionalcommits/index.js +38 -0
  248. package/node_modules/conventional-changelog-conventionalcommits/package.json +41 -0
  249. package/node_modules/conventional-changelog-conventionalcommits/parser-opts.js +25 -0
  250. package/node_modules/conventional-changelog-conventionalcommits/templates/commit.hbs +30 -0
  251. package/node_modules/conventional-changelog-conventionalcommits/templates/footer.hbs +0 -0
  252. package/node_modules/conventional-changelog-conventionalcommits/templates/header.hbs +13 -0
  253. package/node_modules/conventional-changelog-conventionalcommits/templates/template.hbs +23 -0
  254. package/node_modules/conventional-changelog-conventionalcommits/writer-opts.js +214 -0
  255. package/node_modules/conventional-changelog-core/CHANGELOG.md +573 -0
  256. package/node_modules/conventional-changelog-core/LICENSE.md +21 -0
  257. package/node_modules/conventional-changelog-core/README.md +255 -0
  258. package/node_modules/conventional-changelog-core/hosts/bitbucket.json +21 -0
  259. package/node_modules/conventional-changelog-core/hosts/github.json +19 -0
  260. package/node_modules/conventional-changelog-core/hosts/gitlab.json +17 -0
  261. package/node_modules/conventional-changelog-core/index.js +144 -0
  262. package/node_modules/conventional-changelog-core/lib/merge-config.js +345 -0
  263. package/node_modules/conventional-changelog-core/package.json +50 -0
  264. package/node_modules/conventional-changelog-ember/CHANGELOG.md +249 -0
  265. package/node_modules/conventional-changelog-ember/LICENSE.md +15 -0
  266. package/node_modules/conventional-changelog-ember/README.md +63 -0
  267. package/node_modules/conventional-changelog-ember/conventional-changelog.js +10 -0
  268. package/node_modules/conventional-changelog-ember/conventional-recommended-bump.js +30 -0
  269. package/node_modules/conventional-changelog-ember/index.js +15 -0
  270. package/node_modules/conventional-changelog-ember/package.json +39 -0
  271. package/node_modules/conventional-changelog-ember/parser-opts.js +12 -0
  272. package/node_modules/conventional-changelog-ember/templates/commit.hbs +3 -0
  273. package/node_modules/conventional-changelog-ember/templates/header.hbs +1 -0
  274. package/node_modules/conventional-changelog-ember/templates/template.hbs +15 -0
  275. package/node_modules/conventional-changelog-ember/writer-opts.js +53 -0
  276. package/node_modules/conventional-changelog-eslint/CHANGELOG.md +234 -0
  277. package/node_modules/conventional-changelog-eslint/LICENSE.md +15 -0
  278. package/node_modules/conventional-changelog-eslint/README.md +53 -0
  279. package/node_modules/conventional-changelog-eslint/conventional-changelog.js +10 -0
  280. package/node_modules/conventional-changelog-eslint/conventional-recommended-bump.js +32 -0
  281. package/node_modules/conventional-changelog-eslint/index.js +15 -0
  282. package/node_modules/conventional-changelog-eslint/package.json +39 -0
  283. package/node_modules/conventional-changelog-eslint/parser-opts.js +9 -0
  284. package/node_modules/conventional-changelog-eslint/templates/commit.hbs +5 -0
  285. package/node_modules/conventional-changelog-eslint/templates/header.hbs +1 -0
  286. package/node_modules/conventional-changelog-eslint/templates/template.hbs +15 -0
  287. package/node_modules/conventional-changelog-eslint/writer-opts.js +37 -0
  288. package/node_modules/conventional-changelog-express/CHANGELOG.md +148 -0
  289. package/node_modules/conventional-changelog-express/LICENSE.md +15 -0
  290. package/node_modules/conventional-changelog-express/README.md +14 -0
  291. package/node_modules/conventional-changelog-express/conventional-changelog.js +10 -0
  292. package/node_modules/conventional-changelog-express/conventional-recommended-bump.js +30 -0
  293. package/node_modules/conventional-changelog-express/index.js +15 -0
  294. package/node_modules/conventional-changelog-express/package.json +39 -0
  295. package/node_modules/conventional-changelog-express/parser-opts.js +9 -0
  296. package/node_modules/conventional-changelog-express/templates/commit.hbs +9 -0
  297. package/node_modules/conventional-changelog-express/templates/header.hbs +2 -0
  298. package/node_modules/conventional-changelog-express/templates/template.hbs +14 -0
  299. package/node_modules/conventional-changelog-express/writer-opts.js +39 -0
  300. package/node_modules/conventional-changelog-jquery/CHANGELOG.md +237 -0
  301. package/node_modules/conventional-changelog-jquery/LICENSE.md +15 -0
  302. package/node_modules/conventional-changelog-jquery/README.md +52 -0
  303. package/node_modules/conventional-changelog-jquery/conventional-changelog.js +10 -0
  304. package/node_modules/conventional-changelog-jquery/conventional-recommended-bump.js +30 -0
  305. package/node_modules/conventional-changelog-jquery/index.js +11 -0
  306. package/node_modules/conventional-changelog-jquery/package.json +39 -0
  307. package/node_modules/conventional-changelog-jquery/parser-opts.js +9 -0
  308. package/node_modules/conventional-changelog-jquery/templates/commit.hbs +56 -0
  309. package/node_modules/conventional-changelog-jquery/templates/header.hbs +17 -0
  310. package/node_modules/conventional-changelog-jquery/templates/template.hbs +16 -0
  311. package/node_modules/conventional-changelog-jquery/writer-opts.js +45 -0
  312. package/node_modules/conventional-changelog-jshint/CHANGELOG.md +208 -0
  313. package/node_modules/conventional-changelog-jshint/LICENSE.md +15 -0
  314. package/node_modules/conventional-changelog-jshint/README.md +90 -0
  315. package/node_modules/conventional-changelog-jshint/conventional-changelog.js +10 -0
  316. package/node_modules/conventional-changelog-jshint/conventional-recommended-bump.js +30 -0
  317. package/node_modules/conventional-changelog-jshint/index.js +15 -0
  318. package/node_modules/conventional-changelog-jshint/package.json +40 -0
  319. package/node_modules/conventional-changelog-jshint/parser-opts.js +10 -0
  320. package/node_modules/conventional-changelog-jshint/templates/commit.hbs +5 -0
  321. package/node_modules/conventional-changelog-jshint/templates/footer.hbs +11 -0
  322. package/node_modules/conventional-changelog-jshint/templates/header.hbs +1 -0
  323. package/node_modules/conventional-changelog-jshint/templates/template.hbs +16 -0
  324. package/node_modules/conventional-changelog-jshint/writer-opts.js +56 -0
  325. package/node_modules/conventional-changelog-preset-loader/CHANGELOG.md +183 -0
  326. package/node_modules/conventional-changelog-preset-loader/LICENSE.md +21 -0
  327. package/node_modules/conventional-changelog-preset-loader/README.md +41 -0
  328. package/node_modules/conventional-changelog-preset-loader/index.js +59 -0
  329. package/node_modules/conventional-changelog-preset-loader/package.json +32 -0
  330. package/node_modules/conventional-changelog-writer/CHANGELOG.md +603 -0
  331. package/node_modules/conventional-changelog-writer/LICENSE.md +21 -0
  332. package/node_modules/conventional-changelog-writer/README.md +369 -0
  333. package/node_modules/conventional-changelog-writer/cli.js +120 -0
  334. package/node_modules/conventional-changelog-writer/index.js +204 -0
  335. package/node_modules/conventional-changelog-writer/lib/util.js +216 -0
  336. package/node_modules/conventional-changelog-writer/node_modules/semver/LICENSE +15 -0
  337. package/node_modules/conventional-changelog-writer/node_modules/semver/README.md +443 -0
  338. package/node_modules/conventional-changelog-writer/node_modules/semver/bin/semver.js +174 -0
  339. package/node_modules/conventional-changelog-writer/node_modules/semver/package.json +38 -0
  340. package/node_modules/conventional-changelog-writer/node_modules/semver/range.bnf +16 -0
  341. package/node_modules/conventional-changelog-writer/node_modules/semver/semver.js +1643 -0
  342. package/node_modules/conventional-changelog-writer/package.json +59 -0
  343. package/node_modules/conventional-changelog-writer/templates/commit.hbs +56 -0
  344. package/node_modules/conventional-changelog-writer/templates/footer.hbs +10 -0
  345. package/node_modules/conventional-changelog-writer/templates/header.hbs +9 -0
  346. package/node_modules/conventional-changelog-writer/templates/template.hbs +11 -0
  347. package/node_modules/conventional-commits-filter/CHANGELOG.md +119 -0
  348. package/node_modules/conventional-commits-filter/LICENSE +21 -0
  349. package/node_modules/conventional-commits-filter/README.md +184 -0
  350. package/node_modules/conventional-commits-filter/index.js +59 -0
  351. package/node_modules/conventional-commits-filter/package.json +39 -0
  352. package/node_modules/conventional-commits-parser/CHANGELOG.md +463 -0
  353. package/node_modules/conventional-commits-parser/LICENSE.md +21 -0
  354. package/node_modules/conventional-commits-parser/README.md +383 -0
  355. package/node_modules/conventional-commits-parser/cli.js +165 -0
  356. package/node_modules/conventional-commits-parser/index.js +101 -0
  357. package/node_modules/conventional-commits-parser/lib/parser.js +316 -0
  358. package/node_modules/conventional-commits-parser/lib/regex.js +61 -0
  359. package/node_modules/conventional-commits-parser/package.json +52 -0
  360. package/node_modules/conventional-recommended-bump/CHANGELOG.md +432 -0
  361. package/node_modules/conventional-recommended-bump/LICENSE.md +21 -0
  362. package/node_modules/conventional-recommended-bump/README.md +191 -0
  363. package/node_modules/conventional-recommended-bump/cli.js +103 -0
  364. package/node_modules/conventional-recommended-bump/index.js +100 -0
  365. package/node_modules/conventional-recommended-bump/package.json +50 -0
  366. package/node_modules/conventional-recommended-bump/preset-resolver.js +22 -0
  367. package/node_modules/core-util-is/LICENSE +19 -0
  368. package/node_modules/core-util-is/README.md +3 -0
  369. package/node_modules/core-util-is/lib/util.js +107 -0
  370. package/node_modules/core-util-is/package.json +38 -0
  371. package/node_modules/dargs/index.d.ts +158 -0
  372. package/node_modules/dargs/index.js +120 -0
  373. package/node_modules/dargs/license +9 -0
  374. package/node_modules/dargs/package.json +48 -0
  375. package/node_modules/dargs/readme.md +179 -0
  376. package/node_modules/dateformat/LICENSE +20 -0
  377. package/node_modules/dateformat/Readme.md +162 -0
  378. package/node_modules/dateformat/lib/dateformat.js +229 -0
  379. package/node_modules/dateformat/package.json +30 -0
  380. package/node_modules/decamelize-keys/index.js +19 -0
  381. package/node_modules/decamelize-keys/license +21 -0
  382. package/node_modules/decamelize-keys/node_modules/decamelize/index.js +13 -0
  383. package/node_modules/decamelize-keys/node_modules/decamelize/license +21 -0
  384. package/node_modules/decamelize-keys/node_modules/decamelize/package.json +38 -0
  385. package/node_modules/decamelize-keys/node_modules/decamelize/readme.md +48 -0
  386. package/node_modules/decamelize-keys/node_modules/map-obj/index.js +13 -0
  387. package/node_modules/decamelize-keys/node_modules/map-obj/license +21 -0
  388. package/node_modules/decamelize-keys/node_modules/map-obj/package.json +36 -0
  389. package/node_modules/decamelize-keys/node_modules/map-obj/readme.md +29 -0
  390. package/node_modules/decamelize-keys/package.json +63 -0
  391. package/node_modules/decamelize-keys/readme.md +69 -0
  392. package/node_modules/detect-newline/index.d.ts +26 -0
  393. package/node_modules/detect-newline/index.js +21 -0
  394. package/node_modules/detect-newline/license +9 -0
  395. package/node_modules/detect-newline/package.json +39 -0
  396. package/node_modules/detect-newline/readme.md +42 -0
  397. package/node_modules/dot-prop/index.d.ts +101 -0
  398. package/node_modules/dot-prop/index.js +142 -0
  399. package/node_modules/dot-prop/license +9 -0
  400. package/node_modules/dot-prop/package.json +45 -0
  401. package/node_modules/dot-prop/readme.md +117 -0
  402. package/node_modules/dotgitignore/.travis.yml +5 -0
  403. package/node_modules/dotgitignore/CHANGELOG.md +67 -0
  404. package/node_modules/dotgitignore/LICENSE.txt +14 -0
  405. package/node_modules/dotgitignore/README.md +29 -0
  406. package/node_modules/dotgitignore/index.js +21 -0
  407. package/node_modules/dotgitignore/lib/dotignore.js +49 -0
  408. package/node_modules/dotgitignore/node_modules/brace-expansion/LICENSE +21 -0
  409. package/node_modules/dotgitignore/node_modules/brace-expansion/README.md +129 -0
  410. package/node_modules/dotgitignore/node_modules/brace-expansion/index.js +201 -0
  411. package/node_modules/dotgitignore/node_modules/brace-expansion/package.json +47 -0
  412. package/node_modules/dotgitignore/node_modules/find-up/index.js +46 -0
  413. package/node_modules/dotgitignore/node_modules/find-up/license +9 -0
  414. package/node_modules/dotgitignore/node_modules/find-up/package.json +50 -0
  415. package/node_modules/dotgitignore/node_modules/find-up/readme.md +87 -0
  416. package/node_modules/dotgitignore/node_modules/locate-path/index.js +24 -0
  417. package/node_modules/dotgitignore/node_modules/locate-path/license +9 -0
  418. package/node_modules/dotgitignore/node_modules/locate-path/package.json +44 -0
  419. package/node_modules/dotgitignore/node_modules/locate-path/readme.md +99 -0
  420. package/node_modules/dotgitignore/node_modules/minimatch/LICENSE +15 -0
  421. package/node_modules/dotgitignore/node_modules/minimatch/README.md +230 -0
  422. package/node_modules/dotgitignore/node_modules/minimatch/minimatch.js +947 -0
  423. package/node_modules/dotgitignore/node_modules/minimatch/package.json +33 -0
  424. package/node_modules/dotgitignore/node_modules/p-limit/index.d.ts +38 -0
  425. package/node_modules/dotgitignore/node_modules/p-limit/index.js +57 -0
  426. package/node_modules/dotgitignore/node_modules/p-limit/license +9 -0
  427. package/node_modules/dotgitignore/node_modules/p-limit/package.json +52 -0
  428. package/node_modules/dotgitignore/node_modules/p-limit/readme.md +101 -0
  429. package/node_modules/dotgitignore/node_modules/p-locate/index.js +34 -0
  430. package/node_modules/dotgitignore/node_modules/p-locate/license +9 -0
  431. package/node_modules/dotgitignore/node_modules/p-locate/package.json +51 -0
  432. package/node_modules/dotgitignore/node_modules/p-locate/readme.md +88 -0
  433. package/node_modules/dotgitignore/node_modules/path-exists/index.js +17 -0
  434. package/node_modules/dotgitignore/node_modules/path-exists/license +21 -0
  435. package/node_modules/dotgitignore/node_modules/path-exists/package.json +40 -0
  436. package/node_modules/dotgitignore/node_modules/path-exists/readme.md +50 -0
  437. package/node_modules/dotgitignore/package.json +41 -0
  438. package/node_modules/dotgitignore/test.js +25 -0
  439. package/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  440. package/node_modules/emoji-regex/README.md +73 -0
  441. package/node_modules/emoji-regex/es2015/index.js +6 -0
  442. package/node_modules/emoji-regex/es2015/text.js +6 -0
  443. package/node_modules/emoji-regex/index.d.ts +23 -0
  444. package/node_modules/emoji-regex/index.js +6 -0
  445. package/node_modules/emoji-regex/package.json +50 -0
  446. package/node_modules/emoji-regex/text.js +6 -0
  447. package/node_modules/error-ex/LICENSE +21 -0
  448. package/node_modules/error-ex/README.md +144 -0
  449. package/node_modules/error-ex/index.js +141 -0
  450. package/node_modules/error-ex/package.json +46 -0
  451. package/node_modules/escalade/dist/index.js +22 -0
  452. package/node_modules/escalade/dist/index.mjs +22 -0
  453. package/node_modules/escalade/index.d.ts +3 -0
  454. package/node_modules/escalade/license +9 -0
  455. package/node_modules/escalade/package.json +63 -0
  456. package/node_modules/escalade/readme.md +211 -0
  457. package/node_modules/escalade/sync/index.d.ts +2 -0
  458. package/node_modules/escalade/sync/index.js +18 -0
  459. package/node_modules/escalade/sync/index.mjs +18 -0
  460. package/node_modules/figures/index.d.ts +96 -0
  461. package/node_modules/figures/index.js +151 -0
  462. package/node_modules/figures/license +9 -0
  463. package/node_modules/figures/node_modules/escape-string-regexp/index.js +11 -0
  464. package/node_modules/figures/node_modules/escape-string-regexp/license +21 -0
  465. package/node_modules/figures/node_modules/escape-string-regexp/package.json +41 -0
  466. package/node_modules/figures/node_modules/escape-string-regexp/readme.md +27 -0
  467. package/node_modules/figures/package.json +45 -0
  468. package/node_modules/figures/readme.md +139 -0
  469. package/node_modules/find-up/index.d.ts +138 -0
  470. package/node_modules/find-up/index.js +89 -0
  471. package/node_modules/find-up/license +9 -0
  472. package/node_modules/find-up/package.json +54 -0
  473. package/node_modules/find-up/readme.md +151 -0
  474. package/node_modules/function-bind/.eslintrc +21 -0
  475. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  476. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  477. package/node_modules/function-bind/.nycrc +13 -0
  478. package/node_modules/function-bind/CHANGELOG.md +136 -0
  479. package/node_modules/function-bind/LICENSE +20 -0
  480. package/node_modules/function-bind/README.md +46 -0
  481. package/node_modules/function-bind/implementation.js +84 -0
  482. package/node_modules/function-bind/index.js +5 -0
  483. package/node_modules/function-bind/package.json +87 -0
  484. package/node_modules/function-bind/test/.eslintrc +9 -0
  485. package/node_modules/function-bind/test/index.js +252 -0
  486. package/node_modules/get-caller-file/LICENSE.md +6 -0
  487. package/node_modules/get-caller-file/README.md +41 -0
  488. package/node_modules/get-caller-file/index.d.ts +2 -0
  489. package/node_modules/get-caller-file/index.js +22 -0
  490. package/node_modules/get-caller-file/index.js.map +1 -0
  491. package/node_modules/get-caller-file/package.json +42 -0
  492. package/node_modules/get-pkg-repo/CHANGELOG.md +17 -0
  493. package/node_modules/get-pkg-repo/LICENSE +21 -0
  494. package/node_modules/get-pkg-repo/README.md +141 -0
  495. package/node_modules/get-pkg-repo/node_modules/cliui/CHANGELOG.md +121 -0
  496. package/node_modules/get-pkg-repo/node_modules/cliui/LICENSE.txt +14 -0
  497. package/node_modules/get-pkg-repo/node_modules/cliui/README.md +141 -0
  498. package/node_modules/get-pkg-repo/node_modules/cliui/build/index.cjs +302 -0
  499. package/node_modules/get-pkg-repo/node_modules/cliui/build/lib/index.js +287 -0
  500. package/node_modules/get-pkg-repo/node_modules/cliui/build/lib/string-utils.js +27 -0
  501. package/node_modules/get-pkg-repo/node_modules/cliui/index.mjs +13 -0
  502. package/node_modules/get-pkg-repo/node_modules/cliui/package.json +83 -0
  503. package/node_modules/get-pkg-repo/node_modules/isarray/.npmignore +1 -0
  504. package/node_modules/get-pkg-repo/node_modules/isarray/.travis.yml +4 -0
  505. package/node_modules/get-pkg-repo/node_modules/isarray/Makefile +6 -0
  506. package/node_modules/get-pkg-repo/node_modules/isarray/README.md +60 -0
  507. package/node_modules/get-pkg-repo/node_modules/isarray/component.json +19 -0
  508. package/node_modules/get-pkg-repo/node_modules/isarray/index.js +5 -0
  509. package/node_modules/get-pkg-repo/node_modules/isarray/package.json +45 -0
  510. package/node_modules/get-pkg-repo/node_modules/isarray/test.js +20 -0
  511. package/node_modules/get-pkg-repo/node_modules/readable-stream/.travis.yml +34 -0
  512. package/node_modules/get-pkg-repo/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  513. package/node_modules/get-pkg-repo/node_modules/readable-stream/GOVERNANCE.md +136 -0
  514. package/node_modules/get-pkg-repo/node_modules/readable-stream/LICENSE +47 -0
  515. package/node_modules/get-pkg-repo/node_modules/readable-stream/README.md +58 -0
  516. package/node_modules/get-pkg-repo/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  517. package/node_modules/get-pkg-repo/node_modules/readable-stream/duplex-browser.js +1 -0
  518. package/node_modules/get-pkg-repo/node_modules/readable-stream/duplex.js +1 -0
  519. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_duplex.js +131 -0
  520. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
  521. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_readable.js +1019 -0
  522. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_transform.js +214 -0
  523. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/_stream_writable.js +685 -0
  524. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/internal/streams/BufferList.js +78 -0
  525. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/internal/streams/destroy.js +84 -0
  526. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  527. package/node_modules/get-pkg-repo/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  528. package/node_modules/get-pkg-repo/node_modules/readable-stream/package.json +52 -0
  529. package/node_modules/get-pkg-repo/node_modules/readable-stream/passthrough.js +1 -0
  530. package/node_modules/get-pkg-repo/node_modules/readable-stream/readable-browser.js +7 -0
  531. package/node_modules/get-pkg-repo/node_modules/readable-stream/readable.js +19 -0
  532. package/node_modules/get-pkg-repo/node_modules/readable-stream/transform.js +1 -0
  533. package/node_modules/get-pkg-repo/node_modules/readable-stream/writable-browser.js +1 -0
  534. package/node_modules/get-pkg-repo/node_modules/readable-stream/writable.js +8 -0
  535. package/node_modules/get-pkg-repo/node_modules/safe-buffer/LICENSE +21 -0
  536. package/node_modules/get-pkg-repo/node_modules/safe-buffer/README.md +584 -0
  537. package/node_modules/get-pkg-repo/node_modules/safe-buffer/index.d.ts +187 -0
  538. package/node_modules/get-pkg-repo/node_modules/safe-buffer/index.js +62 -0
  539. package/node_modules/get-pkg-repo/node_modules/safe-buffer/package.json +37 -0
  540. package/node_modules/get-pkg-repo/node_modules/string_decoder/.travis.yml +50 -0
  541. package/node_modules/get-pkg-repo/node_modules/string_decoder/LICENSE +48 -0
  542. package/node_modules/get-pkg-repo/node_modules/string_decoder/README.md +47 -0
  543. package/node_modules/get-pkg-repo/node_modules/string_decoder/lib/string_decoder.js +296 -0
  544. package/node_modules/get-pkg-repo/node_modules/string_decoder/package.json +31 -0
  545. package/node_modules/get-pkg-repo/node_modules/through2/LICENSE.md +9 -0
  546. package/node_modules/get-pkg-repo/node_modules/through2/README.md +134 -0
  547. package/node_modules/get-pkg-repo/node_modules/through2/package.json +33 -0
  548. package/node_modules/get-pkg-repo/node_modules/through2/through2.js +96 -0
  549. package/node_modules/get-pkg-repo/node_modules/yargs/CHANGELOG.md +88 -0
  550. package/node_modules/get-pkg-repo/node_modules/yargs/LICENSE +21 -0
  551. package/node_modules/get-pkg-repo/node_modules/yargs/README.md +202 -0
  552. package/node_modules/get-pkg-repo/node_modules/yargs/browser.mjs +7 -0
  553. package/node_modules/get-pkg-repo/node_modules/yargs/build/index.cjs +2920 -0
  554. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/argsert.js +62 -0
  555. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/command.js +382 -0
  556. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/completion-templates.js +47 -0
  557. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/completion.js +128 -0
  558. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/middleware.js +53 -0
  559. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/parse-command.js +32 -0
  560. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/typings/common-types.js +9 -0
  561. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
  562. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/usage.js +548 -0
  563. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
  564. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
  565. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
  566. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
  567. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
  568. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
  569. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/utils/which-module.js +10 -0
  570. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/validation.js +308 -0
  571. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
  572. package/node_modules/get-pkg-repo/node_modules/yargs/build/lib/yerror.js +7 -0
  573. package/node_modules/get-pkg-repo/node_modules/yargs/helpers/helpers.mjs +10 -0
  574. package/node_modules/get-pkg-repo/node_modules/yargs/helpers/index.js +14 -0
  575. package/node_modules/get-pkg-repo/node_modules/yargs/helpers/package.json +3 -0
  576. package/node_modules/get-pkg-repo/node_modules/yargs/index.cjs +39 -0
  577. package/node_modules/get-pkg-repo/node_modules/yargs/index.mjs +8 -0
  578. package/node_modules/get-pkg-repo/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  579. package/node_modules/get-pkg-repo/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  580. package/node_modules/get-pkg-repo/node_modules/yargs/locales/be.json +46 -0
  581. package/node_modules/get-pkg-repo/node_modules/yargs/locales/de.json +46 -0
  582. package/node_modules/get-pkg-repo/node_modules/yargs/locales/en.json +51 -0
  583. package/node_modules/get-pkg-repo/node_modules/yargs/locales/es.json +46 -0
  584. package/node_modules/get-pkg-repo/node_modules/yargs/locales/fi.json +49 -0
  585. package/node_modules/get-pkg-repo/node_modules/yargs/locales/fr.json +53 -0
  586. package/node_modules/get-pkg-repo/node_modules/yargs/locales/hi.json +49 -0
  587. package/node_modules/get-pkg-repo/node_modules/yargs/locales/hu.json +46 -0
  588. package/node_modules/get-pkg-repo/node_modules/yargs/locales/id.json +50 -0
  589. package/node_modules/get-pkg-repo/node_modules/yargs/locales/it.json +46 -0
  590. package/node_modules/get-pkg-repo/node_modules/yargs/locales/ja.json +51 -0
  591. package/node_modules/get-pkg-repo/node_modules/yargs/locales/ko.json +49 -0
  592. package/node_modules/get-pkg-repo/node_modules/yargs/locales/nb.json +44 -0
  593. package/node_modules/get-pkg-repo/node_modules/yargs/locales/nl.json +49 -0
  594. package/node_modules/get-pkg-repo/node_modules/yargs/locales/nn.json +44 -0
  595. package/node_modules/get-pkg-repo/node_modules/yargs/locales/pirate.json +13 -0
  596. package/node_modules/get-pkg-repo/node_modules/yargs/locales/pl.json +49 -0
  597. package/node_modules/get-pkg-repo/node_modules/yargs/locales/pt.json +45 -0
  598. package/node_modules/get-pkg-repo/node_modules/yargs/locales/pt_BR.json +48 -0
  599. package/node_modules/get-pkg-repo/node_modules/yargs/locales/ru.json +46 -0
  600. package/node_modules/get-pkg-repo/node_modules/yargs/locales/th.json +46 -0
  601. package/node_modules/get-pkg-repo/node_modules/yargs/locales/tr.json +48 -0
  602. package/node_modules/get-pkg-repo/node_modules/yargs/locales/zh_CN.json +48 -0
  603. package/node_modules/get-pkg-repo/node_modules/yargs/locales/zh_TW.json +47 -0
  604. package/node_modules/get-pkg-repo/node_modules/yargs/package.json +122 -0
  605. package/node_modules/get-pkg-repo/node_modules/yargs/yargs +9 -0
  606. package/node_modules/get-pkg-repo/package.json +61 -0
  607. package/node_modules/get-pkg-repo/src/cli.js +77 -0
  608. package/node_modules/get-pkg-repo/src/index.js +16 -0
  609. package/node_modules/get-pkg-repo/src/index.spec.js +179 -0
  610. package/node_modules/git-raw-commits/CHANGELOG.md +182 -0
  611. package/node_modules/git-raw-commits/LICENSE.md +21 -0
  612. package/node_modules/git-raw-commits/README.md +101 -0
  613. package/node_modules/git-raw-commits/cli.js +19 -0
  614. package/node_modules/git-raw-commits/index.js +91 -0
  615. package/node_modules/git-raw-commits/package.json +48 -0
  616. package/node_modules/git-remote-origin-url/index.js +15 -0
  617. package/node_modules/git-remote-origin-url/license +21 -0
  618. package/node_modules/git-remote-origin-url/package.json +35 -0
  619. package/node_modules/git-remote-origin-url/readme.md +37 -0
  620. package/node_modules/git-semver-tags/CHANGELOG.md +206 -0
  621. package/node_modules/git-semver-tags/LICENSE.md +21 -0
  622. package/node_modules/git-semver-tags/README.md +54 -0
  623. package/node_modules/git-semver-tags/cli.js +43 -0
  624. package/node_modules/git-semver-tags/index.js +68 -0
  625. package/node_modules/git-semver-tags/node_modules/semver/LICENSE +15 -0
  626. package/node_modules/git-semver-tags/node_modules/semver/README.md +443 -0
  627. package/node_modules/git-semver-tags/node_modules/semver/bin/semver.js +174 -0
  628. package/node_modules/git-semver-tags/node_modules/semver/package.json +38 -0
  629. package/node_modules/git-semver-tags/node_modules/semver/range.bnf +16 -0
  630. package/node_modules/git-semver-tags/node_modules/semver/semver.js +1643 -0
  631. package/node_modules/git-semver-tags/package.json +45 -0
  632. package/node_modules/gitconfiglocal/README.md +32 -0
  633. package/node_modules/gitconfiglocal/index.js +44 -0
  634. package/node_modules/gitconfiglocal/package.json +28 -0
  635. package/node_modules/graceful-fs/LICENSE +15 -0
  636. package/node_modules/graceful-fs/README.md +143 -0
  637. package/node_modules/graceful-fs/clone.js +23 -0
  638. package/node_modules/graceful-fs/graceful-fs.js +448 -0
  639. package/node_modules/graceful-fs/legacy-streams.js +118 -0
  640. package/node_modules/graceful-fs/package.json +53 -0
  641. package/node_modules/graceful-fs/polyfills.js +355 -0
  642. package/node_modules/handlebars/LICENSE +19 -0
  643. package/node_modules/handlebars/README.markdown +169 -0
  644. package/node_modules/handlebars/bin/.eslintrc.js +6 -0
  645. package/node_modules/handlebars/bin/handlebars +176 -0
  646. package/node_modules/handlebars/dist/amd/handlebars/base.js +106 -0
  647. package/node_modules/handlebars/dist/amd/handlebars/compiler/ast.js +31 -0
  648. package/node_modules/handlebars/dist/amd/handlebars/compiler/base.js +45 -0
  649. package/node_modules/handlebars/dist/amd/handlebars/compiler/code-gen.js +165 -0
  650. package/node_modules/handlebars/dist/amd/handlebars/compiler/compiler.js +562 -0
  651. package/node_modules/handlebars/dist/amd/handlebars/compiler/helpers.js +228 -0
  652. package/node_modules/handlebars/dist/amd/handlebars/compiler/javascript-compiler.js +1150 -0
  653. package/node_modules/handlebars/dist/amd/handlebars/compiler/parser.js +737 -0
  654. package/node_modules/handlebars/dist/amd/handlebars/compiler/printer.js +186 -0
  655. package/node_modules/handlebars/dist/amd/handlebars/compiler/visitor.js +138 -0
  656. package/node_modules/handlebars/dist/amd/handlebars/compiler/whitespace-control.js +219 -0
  657. package/node_modules/handlebars/dist/amd/handlebars/decorators/inline.js +25 -0
  658. package/node_modules/handlebars/dist/amd/handlebars/decorators.js +16 -0
  659. package/node_modules/handlebars/dist/amd/handlebars/exception.js +64 -0
  660. package/node_modules/handlebars/dist/amd/handlebars/helpers/block-helper-missing.js +35 -0
  661. package/node_modules/handlebars/dist/amd/handlebars/helpers/each.js +99 -0
  662. package/node_modules/handlebars/dist/amd/handlebars/helpers/helper-missing.js +22 -0
  663. package/node_modules/handlebars/dist/amd/handlebars/helpers/if.js +41 -0
  664. package/node_modules/handlebars/dist/amd/handlebars/helpers/log.js +24 -0
  665. package/node_modules/handlebars/dist/amd/handlebars/helpers/lookup.js +14 -0
  666. package/node_modules/handlebars/dist/amd/handlebars/helpers/with.js +38 -0
  667. package/node_modules/handlebars/dist/amd/handlebars/helpers.js +44 -0
  668. package/node_modules/handlebars/dist/amd/handlebars/internal/create-new-lookup-object.js +22 -0
  669. package/node_modules/handlebars/dist/amd/handlebars/internal/proto-access.js +71 -0
  670. package/node_modules/handlebars/dist/amd/handlebars/internal/wrapHelper.js +21 -0
  671. package/node_modules/handlebars/dist/amd/handlebars/logger.js +44 -0
  672. package/node_modules/handlebars/dist/amd/handlebars/no-conflict.js +28 -0
  673. package/node_modules/handlebars/dist/amd/handlebars/runtime.js +356 -0
  674. package/node_modules/handlebars/dist/amd/handlebars/safe-string.js +15 -0
  675. package/node_modules/handlebars/dist/amd/handlebars/utils.js +126 -0
  676. package/node_modules/handlebars/dist/amd/handlebars.js +52 -0
  677. package/node_modules/handlebars/dist/amd/handlebars.runtime.js +44 -0
  678. package/node_modules/handlebars/dist/amd/precompiler.js +314 -0
  679. package/node_modules/handlebars/dist/cjs/handlebars/base.js +116 -0
  680. package/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js +31 -0
  681. package/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js +57 -0
  682. package/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js +168 -0
  683. package/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js +566 -0
  684. package/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js +228 -0
  685. package/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js +1158 -0
  686. package/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js +737 -0
  687. package/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js +186 -0
  688. package/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js +140 -0
  689. package/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js +221 -0
  690. package/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js +29 -0
  691. package/node_modules/handlebars/dist/cjs/handlebars/decorators.js +16 -0
  692. package/node_modules/handlebars/dist/cjs/handlebars/exception.js +64 -0
  693. package/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js +39 -0
  694. package/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js +104 -0
  695. package/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js +25 -0
  696. package/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js +46 -0
  697. package/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js +26 -0
  698. package/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js +16 -0
  699. package/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js +43 -0
  700. package/node_modules/handlebars/dist/cjs/handlebars/helpers.js +56 -0
  701. package/node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js +22 -0
  702. package/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js +73 -0
  703. package/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js +19 -0
  704. package/node_modules/handlebars/dist/cjs/handlebars/logger.js +47 -0
  705. package/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js +30 -0
  706. package/node_modules/handlebars/dist/cjs/handlebars/runtime.js +372 -0
  707. package/node_modules/handlebars/dist/cjs/handlebars/safe-string.js +15 -0
  708. package/node_modules/handlebars/dist/cjs/handlebars/utils.js +124 -0
  709. package/node_modules/handlebars/dist/cjs/handlebars.js +66 -0
  710. package/node_modules/handlebars/dist/cjs/handlebars.runtime.js +66 -0
  711. package/node_modules/handlebars/dist/cjs/precompiler.js +328 -0
  712. package/node_modules/handlebars/dist/handlebars.amd.js +4639 -0
  713. package/node_modules/handlebars/dist/handlebars.amd.min.js +29 -0
  714. package/node_modules/handlebars/dist/handlebars.js +5972 -0
  715. package/node_modules/handlebars/dist/handlebars.min.js +29 -0
  716. package/node_modules/handlebars/dist/handlebars.runtime.amd.js +1302 -0
  717. package/node_modules/handlebars/dist/handlebars.runtime.amd.min.js +27 -0
  718. package/node_modules/handlebars/dist/handlebars.runtime.js +2563 -0
  719. package/node_modules/handlebars/dist/handlebars.runtime.min.js +27 -0
  720. package/node_modules/handlebars/lib/.eslintrc.js +8 -0
  721. package/node_modules/handlebars/lib/handlebars/base.js +94 -0
  722. package/node_modules/handlebars/lib/handlebars/compiler/ast.js +32 -0
  723. package/node_modules/handlebars/lib/handlebars/compiler/base.js +34 -0
  724. package/node_modules/handlebars/lib/handlebars/compiler/code-gen.js +171 -0
  725. package/node_modules/handlebars/lib/handlebars/compiler/compiler.js +594 -0
  726. package/node_modules/handlebars/lib/handlebars/compiler/helpers.js +219 -0
  727. package/node_modules/handlebars/lib/handlebars/compiler/javascript-compiler.js +1293 -0
  728. package/node_modules/handlebars/lib/handlebars/compiler/parser.js +622 -0
  729. package/node_modules/handlebars/lib/handlebars/compiler/printer.js +178 -0
  730. package/node_modules/handlebars/lib/handlebars/compiler/visitor.js +136 -0
  731. package/node_modules/handlebars/lib/handlebars/compiler/whitespace-control.js +234 -0
  732. package/node_modules/handlebars/lib/handlebars/decorators/inline.js +22 -0
  733. package/node_modules/handlebars/lib/handlebars/decorators.js +5 -0
  734. package/node_modules/handlebars/lib/handlebars/exception.js +68 -0
  735. package/node_modules/handlebars/lib/handlebars/helpers/block-helper-missing.js +35 -0
  736. package/node_modules/handlebars/lib/handlebars/helpers/each.js +101 -0
  737. package/node_modules/handlebars/lib/handlebars/helpers/helper-missing.js +15 -0
  738. package/node_modules/handlebars/lib/handlebars/helpers/if.js +33 -0
  739. package/node_modules/handlebars/lib/handlebars/helpers/log.js +19 -0
  740. package/node_modules/handlebars/lib/handlebars/helpers/lookup.js +9 -0
  741. package/node_modules/handlebars/lib/handlebars/helpers/with.js +39 -0
  742. package/node_modules/handlebars/lib/handlebars/helpers.js +26 -0
  743. package/node_modules/handlebars/lib/handlebars/internal/create-new-lookup-object.js +11 -0
  744. package/node_modules/handlebars/lib/handlebars/internal/proto-access.js +70 -0
  745. package/node_modules/handlebars/lib/handlebars/internal/wrapHelper.js +13 -0
  746. package/node_modules/handlebars/lib/handlebars/logger.js +39 -0
  747. package/node_modules/handlebars/lib/handlebars/no-conflict.js +23 -0
  748. package/node_modules/handlebars/lib/handlebars/runtime.js +450 -0
  749. package/node_modules/handlebars/lib/handlebars/safe-string.js +10 -0
  750. package/node_modules/handlebars/lib/handlebars/utils.js +116 -0
  751. package/node_modules/handlebars/lib/handlebars.js +46 -0
  752. package/node_modules/handlebars/lib/handlebars.runtime.js +37 -0
  753. package/node_modules/handlebars/lib/index.js +26 -0
  754. package/node_modules/handlebars/lib/precompiler.js +341 -0
  755. package/node_modules/handlebars/package.json +135 -0
  756. package/node_modules/handlebars/release-notes.md +1102 -0
  757. package/node_modules/handlebars/runtime.d.ts +5 -0
  758. package/node_modules/handlebars/runtime.js +3 -0
  759. package/node_modules/handlebars/types/index.d.ts +422 -0
  760. package/node_modules/hard-rejection/index.d.ts +15 -0
  761. package/node_modules/hard-rejection/index.js +25 -0
  762. package/node_modules/hard-rejection/license +9 -0
  763. package/node_modules/hard-rejection/package.json +47 -0
  764. package/node_modules/hard-rejection/readme.md +77 -0
  765. package/node_modules/hard-rejection/register.js +2 -0
  766. package/node_modules/hasown/.eslintrc +5 -0
  767. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  768. package/node_modules/hasown/.nycrc +13 -0
  769. package/node_modules/hasown/CHANGELOG.md +40 -0
  770. package/node_modules/hasown/LICENSE +21 -0
  771. package/node_modules/hasown/README.md +40 -0
  772. package/node_modules/hasown/index.d.ts +3 -0
  773. package/node_modules/hasown/index.js +8 -0
  774. package/node_modules/hasown/package.json +92 -0
  775. package/node_modules/hasown/tsconfig.json +6 -0
  776. package/node_modules/hosted-git-info/LICENSE +13 -0
  777. package/node_modules/hosted-git-info/README.md +133 -0
  778. package/node_modules/hosted-git-info/git-host-info.js +184 -0
  779. package/node_modules/hosted-git-info/git-host.js +110 -0
  780. package/node_modules/hosted-git-info/index.js +237 -0
  781. package/node_modules/hosted-git-info/node_modules/lru-cache/LICENSE +15 -0
  782. package/node_modules/hosted-git-info/node_modules/lru-cache/README.md +166 -0
  783. package/node_modules/hosted-git-info/node_modules/lru-cache/index.js +334 -0
  784. package/node_modules/hosted-git-info/node_modules/lru-cache/package.json +34 -0
  785. package/node_modules/hosted-git-info/node_modules/yallist/LICENSE +15 -0
  786. package/node_modules/hosted-git-info/node_modules/yallist/README.md +204 -0
  787. package/node_modules/hosted-git-info/node_modules/yallist/iterator.js +8 -0
  788. package/node_modules/hosted-git-info/node_modules/yallist/package.json +29 -0
  789. package/node_modules/hosted-git-info/node_modules/yallist/yallist.js +426 -0
  790. package/node_modules/hosted-git-info/package.json +51 -0
  791. package/node_modules/indent-string/index.d.ts +42 -0
  792. package/node_modules/indent-string/index.js +35 -0
  793. package/node_modules/indent-string/license +9 -0
  794. package/node_modules/indent-string/package.json +37 -0
  795. package/node_modules/indent-string/readme.md +70 -0
  796. package/node_modules/inherits/LICENSE +16 -0
  797. package/node_modules/inherits/README.md +42 -0
  798. package/node_modules/inherits/inherits.js +9 -0
  799. package/node_modules/inherits/inherits_browser.js +27 -0
  800. package/node_modules/inherits/package.json +29 -0
  801. package/node_modules/ini/LICENSE +15 -0
  802. package/node_modules/ini/README.md +102 -0
  803. package/node_modules/ini/ini.js +206 -0
  804. package/node_modules/ini/package.json +33 -0
  805. package/node_modules/is-arrayish/.editorconfig +18 -0
  806. package/node_modules/is-arrayish/.istanbul.yml +4 -0
  807. package/node_modules/is-arrayish/.npmignore +5 -0
  808. package/node_modules/is-arrayish/.travis.yml +17 -0
  809. package/node_modules/is-arrayish/LICENSE +21 -0
  810. package/node_modules/is-arrayish/README.md +16 -0
  811. package/node_modules/is-arrayish/index.js +10 -0
  812. package/node_modules/is-arrayish/package.json +34 -0
  813. package/node_modules/is-core-module/.eslintrc +18 -0
  814. package/node_modules/is-core-module/.nycrc +9 -0
  815. package/node_modules/is-core-module/CHANGELOG.md +205 -0
  816. package/node_modules/is-core-module/LICENSE +20 -0
  817. package/node_modules/is-core-module/README.md +40 -0
  818. package/node_modules/is-core-module/core.json +161 -0
  819. package/node_modules/is-core-module/index.js +69 -0
  820. package/node_modules/is-core-module/package.json +76 -0
  821. package/node_modules/is-core-module/test/index.js +154 -0
  822. package/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
  823. package/node_modules/is-fullwidth-code-point/index.js +50 -0
  824. package/node_modules/is-fullwidth-code-point/license +9 -0
  825. package/node_modules/is-fullwidth-code-point/package.json +42 -0
  826. package/node_modules/is-fullwidth-code-point/readme.md +39 -0
  827. package/node_modules/is-obj/index.d.ts +22 -0
  828. package/node_modules/is-obj/index.js +6 -0
  829. package/node_modules/is-obj/license +9 -0
  830. package/node_modules/is-obj/package.json +34 -0
  831. package/node_modules/is-obj/readme.md +39 -0
  832. package/node_modules/is-plain-obj/index.js +7 -0
  833. package/node_modules/is-plain-obj/license +21 -0
  834. package/node_modules/is-plain-obj/package.json +36 -0
  835. package/node_modules/is-plain-obj/readme.md +35 -0
  836. package/node_modules/is-text-path/index.js +12 -0
  837. package/node_modules/is-text-path/license +21 -0
  838. package/node_modules/is-text-path/package.json +39 -0
  839. package/node_modules/is-text-path/readme.md +34 -0
  840. package/node_modules/js-tokens/CHANGELOG.md +151 -0
  841. package/node_modules/js-tokens/LICENSE +21 -0
  842. package/node_modules/js-tokens/README.md +240 -0
  843. package/node_modules/js-tokens/index.js +23 -0
  844. package/node_modules/js-tokens/package.json +30 -0
  845. package/node_modules/json-parse-better-errors/CHANGELOG.md +46 -0
  846. package/node_modules/json-parse-better-errors/LICENSE.md +7 -0
  847. package/node_modules/json-parse-better-errors/README.md +46 -0
  848. package/node_modules/json-parse-better-errors/index.js +38 -0
  849. package/node_modules/json-parse-better-errors/package.json +45 -0
  850. package/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  851. package/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  852. package/node_modules/json-parse-even-better-errors/README.md +96 -0
  853. package/node_modules/json-parse-even-better-errors/index.js +121 -0
  854. package/node_modules/json-parse-even-better-errors/package.json +33 -0
  855. package/node_modules/json-stringify-safe/.npmignore +1 -0
  856. package/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
  857. package/node_modules/json-stringify-safe/LICENSE +15 -0
  858. package/node_modules/json-stringify-safe/Makefile +35 -0
  859. package/node_modules/json-stringify-safe/README.md +52 -0
  860. package/node_modules/json-stringify-safe/package.json +31 -0
  861. package/node_modules/json-stringify-safe/stringify.js +27 -0
  862. package/node_modules/json-stringify-safe/test/mocha.opts +2 -0
  863. package/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
  864. package/node_modules/jsonparse/.npmignore +1 -0
  865. package/node_modules/jsonparse/LICENSE +24 -0
  866. package/node_modules/jsonparse/README.markdown +11 -0
  867. package/node_modules/jsonparse/bench.js +26 -0
  868. package/node_modules/jsonparse/examples/twitterfeed.js +30 -0
  869. package/node_modules/jsonparse/jsonparse.js +413 -0
  870. package/node_modules/jsonparse/package.json +22 -0
  871. package/node_modules/jsonparse/samplejson/basic.json +167 -0
  872. package/node_modules/jsonparse/samplejson/basic2.json +180 -0
  873. package/node_modules/jsonparse/test/big-token.js +24 -0
  874. package/node_modules/jsonparse/test/boundary.js +110 -0
  875. package/node_modules/jsonparse/test/offset.js +67 -0
  876. package/node_modules/jsonparse/test/primitives.js +57 -0
  877. package/node_modules/jsonparse/test/surrogate.js +26 -0
  878. package/node_modules/jsonparse/test/unvalid.js +15 -0
  879. package/node_modules/jsonparse/test/utf8.js +38 -0
  880. package/node_modules/kind-of/CHANGELOG.md +160 -0
  881. package/node_modules/kind-of/LICENSE +21 -0
  882. package/node_modules/kind-of/README.md +367 -0
  883. package/node_modules/kind-of/index.js +129 -0
  884. package/node_modules/kind-of/package.json +88 -0
  885. package/node_modules/lines-and-columns/LICENSE +21 -0
  886. package/node_modules/lines-and-columns/README.md +33 -0
  887. package/node_modules/lines-and-columns/build/index.d.ts +13 -0
  888. package/node_modules/lines-and-columns/build/index.js +62 -0
  889. package/node_modules/lines-and-columns/package.json +49 -0
  890. package/node_modules/load-json-file/index.js +11 -0
  891. package/node_modules/load-json-file/license +21 -0
  892. package/node_modules/load-json-file/node_modules/parse-json/index.js +33 -0
  893. package/node_modules/load-json-file/node_modules/parse-json/license +9 -0
  894. package/node_modules/load-json-file/node_modules/parse-json/package.json +43 -0
  895. package/node_modules/load-json-file/node_modules/parse-json/readme.md +83 -0
  896. package/node_modules/load-json-file/node_modules/pify/index.js +84 -0
  897. package/node_modules/load-json-file/node_modules/pify/license +9 -0
  898. package/node_modules/load-json-file/node_modules/pify/package.json +51 -0
  899. package/node_modules/load-json-file/node_modules/pify/readme.md +131 -0
  900. package/node_modules/load-json-file/node_modules/strip-bom/index.js +14 -0
  901. package/node_modules/load-json-file/node_modules/strip-bom/license +21 -0
  902. package/node_modules/load-json-file/node_modules/strip-bom/package.json +40 -0
  903. package/node_modules/load-json-file/node_modules/strip-bom/readme.md +36 -0
  904. package/node_modules/load-json-file/package.json +43 -0
  905. package/node_modules/load-json-file/readme.md +45 -0
  906. package/node_modules/locate-path/index.d.ts +83 -0
  907. package/node_modules/locate-path/index.js +68 -0
  908. package/node_modules/locate-path/license +9 -0
  909. package/node_modules/locate-path/package.json +46 -0
  910. package/node_modules/locate-path/readme.md +125 -0
  911. package/node_modules/lodash/LICENSE +47 -0
  912. package/node_modules/lodash/README.md +39 -0
  913. package/node_modules/lodash/_DataView.js +7 -0
  914. package/node_modules/lodash/_Hash.js +32 -0
  915. package/node_modules/lodash/_LazyWrapper.js +28 -0
  916. package/node_modules/lodash/_ListCache.js +32 -0
  917. package/node_modules/lodash/_LodashWrapper.js +22 -0
  918. package/node_modules/lodash/_Map.js +7 -0
  919. package/node_modules/lodash/_MapCache.js +32 -0
  920. package/node_modules/lodash/_Promise.js +7 -0
  921. package/node_modules/lodash/_Set.js +7 -0
  922. package/node_modules/lodash/_SetCache.js +27 -0
  923. package/node_modules/lodash/_Stack.js +27 -0
  924. package/node_modules/lodash/_Symbol.js +6 -0
  925. package/node_modules/lodash/_Uint8Array.js +6 -0
  926. package/node_modules/lodash/_WeakMap.js +7 -0
  927. package/node_modules/lodash/_apply.js +21 -0
  928. package/node_modules/lodash/_arrayAggregator.js +22 -0
  929. package/node_modules/lodash/_arrayEach.js +22 -0
  930. package/node_modules/lodash/_arrayEachRight.js +21 -0
  931. package/node_modules/lodash/_arrayEvery.js +23 -0
  932. package/node_modules/lodash/_arrayFilter.js +25 -0
  933. package/node_modules/lodash/_arrayIncludes.js +17 -0
  934. package/node_modules/lodash/_arrayIncludesWith.js +22 -0
  935. package/node_modules/lodash/_arrayLikeKeys.js +49 -0
  936. package/node_modules/lodash/_arrayMap.js +21 -0
  937. package/node_modules/lodash/_arrayPush.js +20 -0
  938. package/node_modules/lodash/_arrayReduce.js +26 -0
  939. package/node_modules/lodash/_arrayReduceRight.js +24 -0
  940. package/node_modules/lodash/_arraySample.js +15 -0
  941. package/node_modules/lodash/_arraySampleSize.js +17 -0
  942. package/node_modules/lodash/_arrayShuffle.js +15 -0
  943. package/node_modules/lodash/_arraySome.js +23 -0
  944. package/node_modules/lodash/_asciiSize.js +12 -0
  945. package/node_modules/lodash/_asciiToArray.js +12 -0
  946. package/node_modules/lodash/_asciiWords.js +15 -0
  947. package/node_modules/lodash/_assignMergeValue.js +20 -0
  948. package/node_modules/lodash/_assignValue.js +28 -0
  949. package/node_modules/lodash/_assocIndexOf.js +21 -0
  950. package/node_modules/lodash/_baseAggregator.js +21 -0
  951. package/node_modules/lodash/_baseAssign.js +17 -0
  952. package/node_modules/lodash/_baseAssignIn.js +17 -0
  953. package/node_modules/lodash/_baseAssignValue.js +25 -0
  954. package/node_modules/lodash/_baseAt.js +23 -0
  955. package/node_modules/lodash/_baseClamp.js +22 -0
  956. package/node_modules/lodash/_baseClone.js +166 -0
  957. package/node_modules/lodash/_baseConforms.js +18 -0
  958. package/node_modules/lodash/_baseConformsTo.js +27 -0
  959. package/node_modules/lodash/_baseCreate.js +30 -0
  960. package/node_modules/lodash/_baseDelay.js +21 -0
  961. package/node_modules/lodash/_baseDifference.js +67 -0
  962. package/node_modules/lodash/_baseEach.js +14 -0
  963. package/node_modules/lodash/_baseEachRight.js +14 -0
  964. package/node_modules/lodash/_baseEvery.js +21 -0
  965. package/node_modules/lodash/_baseExtremum.js +32 -0
  966. package/node_modules/lodash/_baseFill.js +32 -0
  967. package/node_modules/lodash/_baseFilter.js +21 -0
  968. package/node_modules/lodash/_baseFindIndex.js +24 -0
  969. package/node_modules/lodash/_baseFindKey.js +23 -0
  970. package/node_modules/lodash/_baseFlatten.js +38 -0
  971. package/node_modules/lodash/_baseFor.js +16 -0
  972. package/node_modules/lodash/_baseForOwn.js +16 -0
  973. package/node_modules/lodash/_baseForOwnRight.js +16 -0
  974. package/node_modules/lodash/_baseForRight.js +15 -0
  975. package/node_modules/lodash/_baseFunctions.js +19 -0
  976. package/node_modules/lodash/_baseGet.js +24 -0
  977. package/node_modules/lodash/_baseGetAllKeys.js +20 -0
  978. package/node_modules/lodash/_baseGetTag.js +28 -0
  979. package/node_modules/lodash/_baseGt.js +14 -0
  980. package/node_modules/lodash/_baseHas.js +19 -0
  981. package/node_modules/lodash/_baseHasIn.js +13 -0
  982. package/node_modules/lodash/_baseInRange.js +18 -0
  983. package/node_modules/lodash/_baseIndexOf.js +20 -0
  984. package/node_modules/lodash/_baseIndexOfWith.js +23 -0
  985. package/node_modules/lodash/_baseIntersection.js +74 -0
  986. package/node_modules/lodash/_baseInverter.js +21 -0
  987. package/node_modules/lodash/_baseInvoke.js +24 -0
  988. package/node_modules/lodash/_baseIsArguments.js +18 -0
  989. package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
  990. package/node_modules/lodash/_baseIsDate.js +18 -0
  991. package/node_modules/lodash/_baseIsEqual.js +28 -0
  992. package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
  993. package/node_modules/lodash/_baseIsMap.js +18 -0
  994. package/node_modules/lodash/_baseIsMatch.js +62 -0
  995. package/node_modules/lodash/_baseIsNaN.js +12 -0
  996. package/node_modules/lodash/_baseIsNative.js +47 -0
  997. package/node_modules/lodash/_baseIsRegExp.js +18 -0
  998. package/node_modules/lodash/_baseIsSet.js +18 -0
  999. package/node_modules/lodash/_baseIsTypedArray.js +60 -0
  1000. package/node_modules/lodash/_baseIteratee.js +31 -0
  1001. package/node_modules/lodash/_baseKeys.js +30 -0
  1002. package/node_modules/lodash/_baseKeysIn.js +33 -0
  1003. package/node_modules/lodash/_baseLodash.js +10 -0
  1004. package/node_modules/lodash/_baseLt.js +14 -0
  1005. package/node_modules/lodash/_baseMap.js +22 -0
  1006. package/node_modules/lodash/_baseMatches.js +22 -0
  1007. package/node_modules/lodash/_baseMatchesProperty.js +33 -0
  1008. package/node_modules/lodash/_baseMean.js +20 -0
  1009. package/node_modules/lodash/_baseMerge.js +42 -0
  1010. package/node_modules/lodash/_baseMergeDeep.js +94 -0
  1011. package/node_modules/lodash/_baseNth.js +20 -0
  1012. package/node_modules/lodash/_baseOrderBy.js +49 -0
  1013. package/node_modules/lodash/_basePick.js +19 -0
  1014. package/node_modules/lodash/_basePickBy.js +30 -0
  1015. package/node_modules/lodash/_baseProperty.js +14 -0
  1016. package/node_modules/lodash/_basePropertyDeep.js +16 -0
  1017. package/node_modules/lodash/_basePropertyOf.js +14 -0
  1018. package/node_modules/lodash/_basePullAll.js +51 -0
  1019. package/node_modules/lodash/_basePullAt.js +37 -0
  1020. package/node_modules/lodash/_baseRandom.js +18 -0
  1021. package/node_modules/lodash/_baseRange.js +28 -0
  1022. package/node_modules/lodash/_baseReduce.js +23 -0
  1023. package/node_modules/lodash/_baseRepeat.js +35 -0
  1024. package/node_modules/lodash/_baseRest.js +17 -0
  1025. package/node_modules/lodash/_baseSample.js +15 -0
  1026. package/node_modules/lodash/_baseSampleSize.js +18 -0
  1027. package/node_modules/lodash/_baseSet.js +51 -0
  1028. package/node_modules/lodash/_baseSetData.js +17 -0
  1029. package/node_modules/lodash/_baseSetToString.js +22 -0
  1030. package/node_modules/lodash/_baseShuffle.js +15 -0
  1031. package/node_modules/lodash/_baseSlice.js +31 -0
  1032. package/node_modules/lodash/_baseSome.js +22 -0
  1033. package/node_modules/lodash/_baseSortBy.js +21 -0
  1034. package/node_modules/lodash/_baseSortedIndex.js +42 -0
  1035. package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
  1036. package/node_modules/lodash/_baseSortedUniq.js +30 -0
  1037. package/node_modules/lodash/_baseSum.js +24 -0
  1038. package/node_modules/lodash/_baseTimes.js +20 -0
  1039. package/node_modules/lodash/_baseToNumber.js +24 -0
  1040. package/node_modules/lodash/_baseToPairs.js +18 -0
  1041. package/node_modules/lodash/_baseToString.js +37 -0
  1042. package/node_modules/lodash/_baseTrim.js +19 -0
  1043. package/node_modules/lodash/_baseUnary.js +14 -0
  1044. package/node_modules/lodash/_baseUniq.js +72 -0
  1045. package/node_modules/lodash/_baseUnset.js +20 -0
  1046. package/node_modules/lodash/_baseUpdate.js +18 -0
  1047. package/node_modules/lodash/_baseValues.js +19 -0
  1048. package/node_modules/lodash/_baseWhile.js +26 -0
  1049. package/node_modules/lodash/_baseWrapperValue.js +25 -0
  1050. package/node_modules/lodash/_baseXor.js +36 -0
  1051. package/node_modules/lodash/_baseZipObject.js +23 -0
  1052. package/node_modules/lodash/_cacheHas.js +13 -0
  1053. package/node_modules/lodash/_castArrayLikeObject.js +14 -0
  1054. package/node_modules/lodash/_castFunction.js +14 -0
  1055. package/node_modules/lodash/_castPath.js +21 -0
  1056. package/node_modules/lodash/_castRest.js +14 -0
  1057. package/node_modules/lodash/_castSlice.js +18 -0
  1058. package/node_modules/lodash/_charsEndIndex.js +19 -0
  1059. package/node_modules/lodash/_charsStartIndex.js +20 -0
  1060. package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
  1061. package/node_modules/lodash/_cloneBuffer.js +35 -0
  1062. package/node_modules/lodash/_cloneDataView.js +16 -0
  1063. package/node_modules/lodash/_cloneRegExp.js +17 -0
  1064. package/node_modules/lodash/_cloneSymbol.js +18 -0
  1065. package/node_modules/lodash/_cloneTypedArray.js +16 -0
  1066. package/node_modules/lodash/_compareAscending.js +41 -0
  1067. package/node_modules/lodash/_compareMultiple.js +44 -0
  1068. package/node_modules/lodash/_composeArgs.js +39 -0
  1069. package/node_modules/lodash/_composeArgsRight.js +41 -0
  1070. package/node_modules/lodash/_copyArray.js +20 -0
  1071. package/node_modules/lodash/_copyObject.js +40 -0
  1072. package/node_modules/lodash/_copySymbols.js +16 -0
  1073. package/node_modules/lodash/_copySymbolsIn.js +16 -0
  1074. package/node_modules/lodash/_coreJsData.js +6 -0
  1075. package/node_modules/lodash/_countHolders.js +21 -0
  1076. package/node_modules/lodash/_createAggregator.js +23 -0
  1077. package/node_modules/lodash/_createAssigner.js +37 -0
  1078. package/node_modules/lodash/_createBaseEach.js +32 -0
  1079. package/node_modules/lodash/_createBaseFor.js +25 -0
  1080. package/node_modules/lodash/_createBind.js +28 -0
  1081. package/node_modules/lodash/_createCaseFirst.js +33 -0
  1082. package/node_modules/lodash/_createCompounder.js +24 -0
  1083. package/node_modules/lodash/_createCtor.js +37 -0
  1084. package/node_modules/lodash/_createCurry.js +46 -0
  1085. package/node_modules/lodash/_createFind.js +25 -0
  1086. package/node_modules/lodash/_createFlow.js +78 -0
  1087. package/node_modules/lodash/_createHybrid.js +92 -0
  1088. package/node_modules/lodash/_createInverter.js +17 -0
  1089. package/node_modules/lodash/_createMathOperation.js +38 -0
  1090. package/node_modules/lodash/_createOver.js +27 -0
  1091. package/node_modules/lodash/_createPadding.js +33 -0
  1092. package/node_modules/lodash/_createPartial.js +43 -0
  1093. package/node_modules/lodash/_createRange.js +30 -0
  1094. package/node_modules/lodash/_createRecurry.js +56 -0
  1095. package/node_modules/lodash/_createRelationalOperation.js +20 -0
  1096. package/node_modules/lodash/_createRound.js +35 -0
  1097. package/node_modules/lodash/_createSet.js +19 -0
  1098. package/node_modules/lodash/_createToPairs.js +30 -0
  1099. package/node_modules/lodash/_createWrap.js +106 -0
  1100. package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
  1101. package/node_modules/lodash/_customDefaultsMerge.js +28 -0
  1102. package/node_modules/lodash/_customOmitClone.js +16 -0
  1103. package/node_modules/lodash/_deburrLetter.js +71 -0
  1104. package/node_modules/lodash/_defineProperty.js +11 -0
  1105. package/node_modules/lodash/_equalArrays.js +84 -0
  1106. package/node_modules/lodash/_equalByTag.js +112 -0
  1107. package/node_modules/lodash/_equalObjects.js +90 -0
  1108. package/node_modules/lodash/_escapeHtmlChar.js +21 -0
  1109. package/node_modules/lodash/_escapeStringChar.js +22 -0
  1110. package/node_modules/lodash/_flatRest.js +16 -0
  1111. package/node_modules/lodash/_freeGlobal.js +4 -0
  1112. package/node_modules/lodash/_getAllKeys.js +16 -0
  1113. package/node_modules/lodash/_getAllKeysIn.js +17 -0
  1114. package/node_modules/lodash/_getData.js +15 -0
  1115. package/node_modules/lodash/_getFuncName.js +31 -0
  1116. package/node_modules/lodash/_getHolder.js +13 -0
  1117. package/node_modules/lodash/_getMapData.js +18 -0
  1118. package/node_modules/lodash/_getMatchData.js +24 -0
  1119. package/node_modules/lodash/_getNative.js +17 -0
  1120. package/node_modules/lodash/_getPrototype.js +6 -0
  1121. package/node_modules/lodash/_getRawTag.js +46 -0
  1122. package/node_modules/lodash/_getSymbols.js +30 -0
  1123. package/node_modules/lodash/_getSymbolsIn.js +25 -0
  1124. package/node_modules/lodash/_getTag.js +58 -0
  1125. package/node_modules/lodash/_getValue.js +13 -0
  1126. package/node_modules/lodash/_getView.js +33 -0
  1127. package/node_modules/lodash/_getWrapDetails.js +17 -0
  1128. package/node_modules/lodash/_hasPath.js +39 -0
  1129. package/node_modules/lodash/_hasUnicode.js +26 -0
  1130. package/node_modules/lodash/_hasUnicodeWord.js +15 -0
  1131. package/node_modules/lodash/_hashClear.js +15 -0
  1132. package/node_modules/lodash/_hashDelete.js +17 -0
  1133. package/node_modules/lodash/_hashGet.js +30 -0
  1134. package/node_modules/lodash/_hashHas.js +23 -0
  1135. package/node_modules/lodash/_hashSet.js +23 -0
  1136. package/node_modules/lodash/_initCloneArray.js +26 -0
  1137. package/node_modules/lodash/_initCloneByTag.js +77 -0
  1138. package/node_modules/lodash/_initCloneObject.js +18 -0
  1139. package/node_modules/lodash/_insertWrapDetails.js +23 -0
  1140. package/node_modules/lodash/_isFlattenable.js +20 -0
  1141. package/node_modules/lodash/_isIndex.js +25 -0
  1142. package/node_modules/lodash/_isIterateeCall.js +30 -0
  1143. package/node_modules/lodash/_isKey.js +29 -0
  1144. package/node_modules/lodash/_isKeyable.js +15 -0
  1145. package/node_modules/lodash/_isLaziable.js +28 -0
  1146. package/node_modules/lodash/_isMaskable.js +14 -0
  1147. package/node_modules/lodash/_isMasked.js +20 -0
  1148. package/node_modules/lodash/_isPrototype.js +18 -0
  1149. package/node_modules/lodash/_isStrictComparable.js +15 -0
  1150. package/node_modules/lodash/_iteratorToArray.js +18 -0
  1151. package/node_modules/lodash/_lazyClone.js +23 -0
  1152. package/node_modules/lodash/_lazyReverse.js +23 -0
  1153. package/node_modules/lodash/_lazyValue.js +69 -0
  1154. package/node_modules/lodash/_listCacheClear.js +13 -0
  1155. package/node_modules/lodash/_listCacheDelete.js +35 -0
  1156. package/node_modules/lodash/_listCacheGet.js +19 -0
  1157. package/node_modules/lodash/_listCacheHas.js +16 -0
  1158. package/node_modules/lodash/_listCacheSet.js +26 -0
  1159. package/node_modules/lodash/_mapCacheClear.js +21 -0
  1160. package/node_modules/lodash/_mapCacheDelete.js +18 -0
  1161. package/node_modules/lodash/_mapCacheGet.js +16 -0
  1162. package/node_modules/lodash/_mapCacheHas.js +16 -0
  1163. package/node_modules/lodash/_mapCacheSet.js +22 -0
  1164. package/node_modules/lodash/_mapToArray.js +18 -0
  1165. package/node_modules/lodash/_matchesStrictComparable.js +20 -0
  1166. package/node_modules/lodash/_memoizeCapped.js +26 -0
  1167. package/node_modules/lodash/_mergeData.js +90 -0
  1168. package/node_modules/lodash/_metaMap.js +6 -0
  1169. package/node_modules/lodash/_nativeCreate.js +6 -0
  1170. package/node_modules/lodash/_nativeKeys.js +6 -0
  1171. package/node_modules/lodash/_nativeKeysIn.js +20 -0
  1172. package/node_modules/lodash/_nodeUtil.js +30 -0
  1173. package/node_modules/lodash/_objectToString.js +22 -0
  1174. package/node_modules/lodash/_overArg.js +15 -0
  1175. package/node_modules/lodash/_overRest.js +36 -0
  1176. package/node_modules/lodash/_parent.js +16 -0
  1177. package/node_modules/lodash/_reEscape.js +4 -0
  1178. package/node_modules/lodash/_reEvaluate.js +4 -0
  1179. package/node_modules/lodash/_reInterpolate.js +4 -0
  1180. package/node_modules/lodash/_realNames.js +4 -0
  1181. package/node_modules/lodash/_reorder.js +29 -0
  1182. package/node_modules/lodash/_replaceHolders.js +29 -0
  1183. package/node_modules/lodash/_root.js +9 -0
  1184. package/node_modules/lodash/_safeGet.js +21 -0
  1185. package/node_modules/lodash/_setCacheAdd.js +19 -0
  1186. package/node_modules/lodash/_setCacheHas.js +14 -0
  1187. package/node_modules/lodash/_setData.js +20 -0
  1188. package/node_modules/lodash/_setToArray.js +18 -0
  1189. package/node_modules/lodash/_setToPairs.js +18 -0
  1190. package/node_modules/lodash/_setToString.js +14 -0
  1191. package/node_modules/lodash/_setWrapToString.js +21 -0
  1192. package/node_modules/lodash/_shortOut.js +37 -0
  1193. package/node_modules/lodash/_shuffleSelf.js +28 -0
  1194. package/node_modules/lodash/_stackClear.js +15 -0
  1195. package/node_modules/lodash/_stackDelete.js +18 -0
  1196. package/node_modules/lodash/_stackGet.js +14 -0
  1197. package/node_modules/lodash/_stackHas.js +14 -0
  1198. package/node_modules/lodash/_stackSet.js +34 -0
  1199. package/node_modules/lodash/_strictIndexOf.js +23 -0
  1200. package/node_modules/lodash/_strictLastIndexOf.js +21 -0
  1201. package/node_modules/lodash/_stringSize.js +18 -0
  1202. package/node_modules/lodash/_stringToArray.js +18 -0
  1203. package/node_modules/lodash/_stringToPath.js +27 -0
  1204. package/node_modules/lodash/_toKey.js +21 -0
  1205. package/node_modules/lodash/_toSource.js +26 -0
  1206. package/node_modules/lodash/_trimmedEndIndex.js +19 -0
  1207. package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
  1208. package/node_modules/lodash/_unicodeSize.js +44 -0
  1209. package/node_modules/lodash/_unicodeToArray.js +40 -0
  1210. package/node_modules/lodash/_unicodeWords.js +69 -0
  1211. package/node_modules/lodash/_updateWrapDetails.js +46 -0
  1212. package/node_modules/lodash/_wrapperClone.js +23 -0
  1213. package/node_modules/lodash/add.js +22 -0
  1214. package/node_modules/lodash/after.js +42 -0
  1215. package/node_modules/lodash/array.js +67 -0
  1216. package/node_modules/lodash/ary.js +29 -0
  1217. package/node_modules/lodash/assign.js +58 -0
  1218. package/node_modules/lodash/assignIn.js +40 -0
  1219. package/node_modules/lodash/assignInWith.js +38 -0
  1220. package/node_modules/lodash/assignWith.js +37 -0
  1221. package/node_modules/lodash/at.js +23 -0
  1222. package/node_modules/lodash/attempt.js +35 -0
  1223. package/node_modules/lodash/before.js +40 -0
  1224. package/node_modules/lodash/bind.js +57 -0
  1225. package/node_modules/lodash/bindAll.js +41 -0
  1226. package/node_modules/lodash/bindKey.js +68 -0
  1227. package/node_modules/lodash/camelCase.js +29 -0
  1228. package/node_modules/lodash/capitalize.js +23 -0
  1229. package/node_modules/lodash/castArray.js +44 -0
  1230. package/node_modules/lodash/ceil.js +26 -0
  1231. package/node_modules/lodash/chain.js +38 -0
  1232. package/node_modules/lodash/chunk.js +50 -0
  1233. package/node_modules/lodash/clamp.js +39 -0
  1234. package/node_modules/lodash/clone.js +36 -0
  1235. package/node_modules/lodash/cloneDeep.js +29 -0
  1236. package/node_modules/lodash/cloneDeepWith.js +40 -0
  1237. package/node_modules/lodash/cloneWith.js +42 -0
  1238. package/node_modules/lodash/collection.js +30 -0
  1239. package/node_modules/lodash/commit.js +33 -0
  1240. package/node_modules/lodash/compact.js +31 -0
  1241. package/node_modules/lodash/concat.js +43 -0
  1242. package/node_modules/lodash/cond.js +60 -0
  1243. package/node_modules/lodash/conforms.js +35 -0
  1244. package/node_modules/lodash/conformsTo.js +32 -0
  1245. package/node_modules/lodash/constant.js +26 -0
  1246. package/node_modules/lodash/core.js +3877 -0
  1247. package/node_modules/lodash/core.min.js +29 -0
  1248. package/node_modules/lodash/countBy.js +40 -0
  1249. package/node_modules/lodash/create.js +43 -0
  1250. package/node_modules/lodash/curry.js +57 -0
  1251. package/node_modules/lodash/curryRight.js +54 -0
  1252. package/node_modules/lodash/date.js +3 -0
  1253. package/node_modules/lodash/debounce.js +191 -0
  1254. package/node_modules/lodash/deburr.js +45 -0
  1255. package/node_modules/lodash/defaultTo.js +25 -0
  1256. package/node_modules/lodash/defaults.js +64 -0
  1257. package/node_modules/lodash/defaultsDeep.js +30 -0
  1258. package/node_modules/lodash/defer.js +26 -0
  1259. package/node_modules/lodash/delay.js +28 -0
  1260. package/node_modules/lodash/difference.js +33 -0
  1261. package/node_modules/lodash/differenceBy.js +44 -0
  1262. package/node_modules/lodash/differenceWith.js +40 -0
  1263. package/node_modules/lodash/divide.js +22 -0
  1264. package/node_modules/lodash/drop.js +38 -0
  1265. package/node_modules/lodash/dropRight.js +39 -0
  1266. package/node_modules/lodash/dropRightWhile.js +45 -0
  1267. package/node_modules/lodash/dropWhile.js +45 -0
  1268. package/node_modules/lodash/each.js +1 -0
  1269. package/node_modules/lodash/eachRight.js +1 -0
  1270. package/node_modules/lodash/endsWith.js +43 -0
  1271. package/node_modules/lodash/entries.js +1 -0
  1272. package/node_modules/lodash/entriesIn.js +1 -0
  1273. package/node_modules/lodash/eq.js +37 -0
  1274. package/node_modules/lodash/escape.js +43 -0
  1275. package/node_modules/lodash/escapeRegExp.js +32 -0
  1276. package/node_modules/lodash/every.js +56 -0
  1277. package/node_modules/lodash/extend.js +1 -0
  1278. package/node_modules/lodash/extendWith.js +1 -0
  1279. package/node_modules/lodash/fill.js +45 -0
  1280. package/node_modules/lodash/filter.js +52 -0
  1281. package/node_modules/lodash/find.js +42 -0
  1282. package/node_modules/lodash/findIndex.js +55 -0
  1283. package/node_modules/lodash/findKey.js +44 -0
  1284. package/node_modules/lodash/findLast.js +25 -0
  1285. package/node_modules/lodash/findLastIndex.js +59 -0
  1286. package/node_modules/lodash/findLastKey.js +44 -0
  1287. package/node_modules/lodash/first.js +1 -0
  1288. package/node_modules/lodash/flake.lock +40 -0
  1289. package/node_modules/lodash/flake.nix +20 -0
  1290. package/node_modules/lodash/flatMap.js +29 -0
  1291. package/node_modules/lodash/flatMapDeep.js +31 -0
  1292. package/node_modules/lodash/flatMapDepth.js +31 -0
  1293. package/node_modules/lodash/flatten.js +22 -0
  1294. package/node_modules/lodash/flattenDeep.js +25 -0
  1295. package/node_modules/lodash/flattenDepth.js +33 -0
  1296. package/node_modules/lodash/flip.js +28 -0
  1297. package/node_modules/lodash/floor.js +26 -0
  1298. package/node_modules/lodash/flow.js +27 -0
  1299. package/node_modules/lodash/flowRight.js +26 -0
  1300. package/node_modules/lodash/forEach.js +41 -0
  1301. package/node_modules/lodash/forEachRight.js +31 -0
  1302. package/node_modules/lodash/forIn.js +39 -0
  1303. package/node_modules/lodash/forInRight.js +37 -0
  1304. package/node_modules/lodash/forOwn.js +36 -0
  1305. package/node_modules/lodash/forOwnRight.js +34 -0
  1306. package/node_modules/lodash/fp/F.js +1 -0
  1307. package/node_modules/lodash/fp/T.js +1 -0
  1308. package/node_modules/lodash/fp/__.js +1 -0
  1309. package/node_modules/lodash/fp/_baseConvert.js +569 -0
  1310. package/node_modules/lodash/fp/_convertBrowser.js +18 -0
  1311. package/node_modules/lodash/fp/_falseOptions.js +7 -0
  1312. package/node_modules/lodash/fp/_mapping.js +358 -0
  1313. package/node_modules/lodash/fp/_util.js +16 -0
  1314. package/node_modules/lodash/fp/add.js +5 -0
  1315. package/node_modules/lodash/fp/after.js +5 -0
  1316. package/node_modules/lodash/fp/all.js +1 -0
  1317. package/node_modules/lodash/fp/allPass.js +1 -0
  1318. package/node_modules/lodash/fp/always.js +1 -0
  1319. package/node_modules/lodash/fp/any.js +1 -0
  1320. package/node_modules/lodash/fp/anyPass.js +1 -0
  1321. package/node_modules/lodash/fp/apply.js +1 -0
  1322. package/node_modules/lodash/fp/array.js +2 -0
  1323. package/node_modules/lodash/fp/ary.js +5 -0
  1324. package/node_modules/lodash/fp/assign.js +5 -0
  1325. package/node_modules/lodash/fp/assignAll.js +5 -0
  1326. package/node_modules/lodash/fp/assignAllWith.js +5 -0
  1327. package/node_modules/lodash/fp/assignIn.js +5 -0
  1328. package/node_modules/lodash/fp/assignInAll.js +5 -0
  1329. package/node_modules/lodash/fp/assignInAllWith.js +5 -0
  1330. package/node_modules/lodash/fp/assignInWith.js +5 -0
  1331. package/node_modules/lodash/fp/assignWith.js +5 -0
  1332. package/node_modules/lodash/fp/assoc.js +1 -0
  1333. package/node_modules/lodash/fp/assocPath.js +1 -0
  1334. package/node_modules/lodash/fp/at.js +5 -0
  1335. package/node_modules/lodash/fp/attempt.js +5 -0
  1336. package/node_modules/lodash/fp/before.js +5 -0
  1337. package/node_modules/lodash/fp/bind.js +5 -0
  1338. package/node_modules/lodash/fp/bindAll.js +5 -0
  1339. package/node_modules/lodash/fp/bindKey.js +5 -0
  1340. package/node_modules/lodash/fp/camelCase.js +5 -0
  1341. package/node_modules/lodash/fp/capitalize.js +5 -0
  1342. package/node_modules/lodash/fp/castArray.js +5 -0
  1343. package/node_modules/lodash/fp/ceil.js +5 -0
  1344. package/node_modules/lodash/fp/chain.js +5 -0
  1345. package/node_modules/lodash/fp/chunk.js +5 -0
  1346. package/node_modules/lodash/fp/clamp.js +5 -0
  1347. package/node_modules/lodash/fp/clone.js +5 -0
  1348. package/node_modules/lodash/fp/cloneDeep.js +5 -0
  1349. package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
  1350. package/node_modules/lodash/fp/cloneWith.js +5 -0
  1351. package/node_modules/lodash/fp/collection.js +2 -0
  1352. package/node_modules/lodash/fp/commit.js +5 -0
  1353. package/node_modules/lodash/fp/compact.js +5 -0
  1354. package/node_modules/lodash/fp/complement.js +1 -0
  1355. package/node_modules/lodash/fp/compose.js +1 -0
  1356. package/node_modules/lodash/fp/concat.js +5 -0
  1357. package/node_modules/lodash/fp/cond.js +5 -0
  1358. package/node_modules/lodash/fp/conforms.js +1 -0
  1359. package/node_modules/lodash/fp/conformsTo.js +5 -0
  1360. package/node_modules/lodash/fp/constant.js +5 -0
  1361. package/node_modules/lodash/fp/contains.js +1 -0
  1362. package/node_modules/lodash/fp/convert.js +18 -0
  1363. package/node_modules/lodash/fp/countBy.js +5 -0
  1364. package/node_modules/lodash/fp/create.js +5 -0
  1365. package/node_modules/lodash/fp/curry.js +5 -0
  1366. package/node_modules/lodash/fp/curryN.js +5 -0
  1367. package/node_modules/lodash/fp/curryRight.js +5 -0
  1368. package/node_modules/lodash/fp/curryRightN.js +5 -0
  1369. package/node_modules/lodash/fp/date.js +2 -0
  1370. package/node_modules/lodash/fp/debounce.js +5 -0
  1371. package/node_modules/lodash/fp/deburr.js +5 -0
  1372. package/node_modules/lodash/fp/defaultTo.js +5 -0
  1373. package/node_modules/lodash/fp/defaults.js +5 -0
  1374. package/node_modules/lodash/fp/defaultsAll.js +5 -0
  1375. package/node_modules/lodash/fp/defaultsDeep.js +5 -0
  1376. package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
  1377. package/node_modules/lodash/fp/defer.js +5 -0
  1378. package/node_modules/lodash/fp/delay.js +5 -0
  1379. package/node_modules/lodash/fp/difference.js +5 -0
  1380. package/node_modules/lodash/fp/differenceBy.js +5 -0
  1381. package/node_modules/lodash/fp/differenceWith.js +5 -0
  1382. package/node_modules/lodash/fp/dissoc.js +1 -0
  1383. package/node_modules/lodash/fp/dissocPath.js +1 -0
  1384. package/node_modules/lodash/fp/divide.js +5 -0
  1385. package/node_modules/lodash/fp/drop.js +5 -0
  1386. package/node_modules/lodash/fp/dropLast.js +1 -0
  1387. package/node_modules/lodash/fp/dropLastWhile.js +1 -0
  1388. package/node_modules/lodash/fp/dropRight.js +5 -0
  1389. package/node_modules/lodash/fp/dropRightWhile.js +5 -0
  1390. package/node_modules/lodash/fp/dropWhile.js +5 -0
  1391. package/node_modules/lodash/fp/each.js +1 -0
  1392. package/node_modules/lodash/fp/eachRight.js +1 -0
  1393. package/node_modules/lodash/fp/endsWith.js +5 -0
  1394. package/node_modules/lodash/fp/entries.js +1 -0
  1395. package/node_modules/lodash/fp/entriesIn.js +1 -0
  1396. package/node_modules/lodash/fp/eq.js +5 -0
  1397. package/node_modules/lodash/fp/equals.js +1 -0
  1398. package/node_modules/lodash/fp/escape.js +5 -0
  1399. package/node_modules/lodash/fp/escapeRegExp.js +5 -0
  1400. package/node_modules/lodash/fp/every.js +5 -0
  1401. package/node_modules/lodash/fp/extend.js +1 -0
  1402. package/node_modules/lodash/fp/extendAll.js +1 -0
  1403. package/node_modules/lodash/fp/extendAllWith.js +1 -0
  1404. package/node_modules/lodash/fp/extendWith.js +1 -0
  1405. package/node_modules/lodash/fp/fill.js +5 -0
  1406. package/node_modules/lodash/fp/filter.js +5 -0
  1407. package/node_modules/lodash/fp/find.js +5 -0
  1408. package/node_modules/lodash/fp/findFrom.js +5 -0
  1409. package/node_modules/lodash/fp/findIndex.js +5 -0
  1410. package/node_modules/lodash/fp/findIndexFrom.js +5 -0
  1411. package/node_modules/lodash/fp/findKey.js +5 -0
  1412. package/node_modules/lodash/fp/findLast.js +5 -0
  1413. package/node_modules/lodash/fp/findLastFrom.js +5 -0
  1414. package/node_modules/lodash/fp/findLastIndex.js +5 -0
  1415. package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
  1416. package/node_modules/lodash/fp/findLastKey.js +5 -0
  1417. package/node_modules/lodash/fp/first.js +1 -0
  1418. package/node_modules/lodash/fp/flatMap.js +5 -0
  1419. package/node_modules/lodash/fp/flatMapDeep.js +5 -0
  1420. package/node_modules/lodash/fp/flatMapDepth.js +5 -0
  1421. package/node_modules/lodash/fp/flatten.js +5 -0
  1422. package/node_modules/lodash/fp/flattenDeep.js +5 -0
  1423. package/node_modules/lodash/fp/flattenDepth.js +5 -0
  1424. package/node_modules/lodash/fp/flip.js +5 -0
  1425. package/node_modules/lodash/fp/floor.js +5 -0
  1426. package/node_modules/lodash/fp/flow.js +5 -0
  1427. package/node_modules/lodash/fp/flowRight.js +5 -0
  1428. package/node_modules/lodash/fp/forEach.js +5 -0
  1429. package/node_modules/lodash/fp/forEachRight.js +5 -0
  1430. package/node_modules/lodash/fp/forIn.js +5 -0
  1431. package/node_modules/lodash/fp/forInRight.js +5 -0
  1432. package/node_modules/lodash/fp/forOwn.js +5 -0
  1433. package/node_modules/lodash/fp/forOwnRight.js +5 -0
  1434. package/node_modules/lodash/fp/fromPairs.js +5 -0
  1435. package/node_modules/lodash/fp/function.js +2 -0
  1436. package/node_modules/lodash/fp/functions.js +5 -0
  1437. package/node_modules/lodash/fp/functionsIn.js +5 -0
  1438. package/node_modules/lodash/fp/get.js +5 -0
  1439. package/node_modules/lodash/fp/getOr.js +5 -0
  1440. package/node_modules/lodash/fp/groupBy.js +5 -0
  1441. package/node_modules/lodash/fp/gt.js +5 -0
  1442. package/node_modules/lodash/fp/gte.js +5 -0
  1443. package/node_modules/lodash/fp/has.js +5 -0
  1444. package/node_modules/lodash/fp/hasIn.js +5 -0
  1445. package/node_modules/lodash/fp/head.js +5 -0
  1446. package/node_modules/lodash/fp/identical.js +1 -0
  1447. package/node_modules/lodash/fp/identity.js +5 -0
  1448. package/node_modules/lodash/fp/inRange.js +5 -0
  1449. package/node_modules/lodash/fp/includes.js +5 -0
  1450. package/node_modules/lodash/fp/includesFrom.js +5 -0
  1451. package/node_modules/lodash/fp/indexBy.js +1 -0
  1452. package/node_modules/lodash/fp/indexOf.js +5 -0
  1453. package/node_modules/lodash/fp/indexOfFrom.js +5 -0
  1454. package/node_modules/lodash/fp/init.js +1 -0
  1455. package/node_modules/lodash/fp/initial.js +5 -0
  1456. package/node_modules/lodash/fp/intersection.js +5 -0
  1457. package/node_modules/lodash/fp/intersectionBy.js +5 -0
  1458. package/node_modules/lodash/fp/intersectionWith.js +5 -0
  1459. package/node_modules/lodash/fp/invert.js +5 -0
  1460. package/node_modules/lodash/fp/invertBy.js +5 -0
  1461. package/node_modules/lodash/fp/invertObj.js +1 -0
  1462. package/node_modules/lodash/fp/invoke.js +5 -0
  1463. package/node_modules/lodash/fp/invokeArgs.js +5 -0
  1464. package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
  1465. package/node_modules/lodash/fp/invokeMap.js +5 -0
  1466. package/node_modules/lodash/fp/isArguments.js +5 -0
  1467. package/node_modules/lodash/fp/isArray.js +5 -0
  1468. package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
  1469. package/node_modules/lodash/fp/isArrayLike.js +5 -0
  1470. package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
  1471. package/node_modules/lodash/fp/isBoolean.js +5 -0
  1472. package/node_modules/lodash/fp/isBuffer.js +5 -0
  1473. package/node_modules/lodash/fp/isDate.js +5 -0
  1474. package/node_modules/lodash/fp/isElement.js +5 -0
  1475. package/node_modules/lodash/fp/isEmpty.js +5 -0
  1476. package/node_modules/lodash/fp/isEqual.js +5 -0
  1477. package/node_modules/lodash/fp/isEqualWith.js +5 -0
  1478. package/node_modules/lodash/fp/isError.js +5 -0
  1479. package/node_modules/lodash/fp/isFinite.js +5 -0
  1480. package/node_modules/lodash/fp/isFunction.js +5 -0
  1481. package/node_modules/lodash/fp/isInteger.js +5 -0
  1482. package/node_modules/lodash/fp/isLength.js +5 -0
  1483. package/node_modules/lodash/fp/isMap.js +5 -0
  1484. package/node_modules/lodash/fp/isMatch.js +5 -0
  1485. package/node_modules/lodash/fp/isMatchWith.js +5 -0
  1486. package/node_modules/lodash/fp/isNaN.js +5 -0
  1487. package/node_modules/lodash/fp/isNative.js +5 -0
  1488. package/node_modules/lodash/fp/isNil.js +5 -0
  1489. package/node_modules/lodash/fp/isNull.js +5 -0
  1490. package/node_modules/lodash/fp/isNumber.js +5 -0
  1491. package/node_modules/lodash/fp/isObject.js +5 -0
  1492. package/node_modules/lodash/fp/isObjectLike.js +5 -0
  1493. package/node_modules/lodash/fp/isPlainObject.js +5 -0
  1494. package/node_modules/lodash/fp/isRegExp.js +5 -0
  1495. package/node_modules/lodash/fp/isSafeInteger.js +5 -0
  1496. package/node_modules/lodash/fp/isSet.js +5 -0
  1497. package/node_modules/lodash/fp/isString.js +5 -0
  1498. package/node_modules/lodash/fp/isSymbol.js +5 -0
  1499. package/node_modules/lodash/fp/isTypedArray.js +5 -0
  1500. package/node_modules/lodash/fp/isUndefined.js +5 -0
  1501. package/node_modules/lodash/fp/isWeakMap.js +5 -0
  1502. package/node_modules/lodash/fp/isWeakSet.js +5 -0
  1503. package/node_modules/lodash/fp/iteratee.js +5 -0
  1504. package/node_modules/lodash/fp/join.js +5 -0
  1505. package/node_modules/lodash/fp/juxt.js +1 -0
  1506. package/node_modules/lodash/fp/kebabCase.js +5 -0
  1507. package/node_modules/lodash/fp/keyBy.js +5 -0
  1508. package/node_modules/lodash/fp/keys.js +5 -0
  1509. package/node_modules/lodash/fp/keysIn.js +5 -0
  1510. package/node_modules/lodash/fp/lang.js +2 -0
  1511. package/node_modules/lodash/fp/last.js +5 -0
  1512. package/node_modules/lodash/fp/lastIndexOf.js +5 -0
  1513. package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
  1514. package/node_modules/lodash/fp/lowerCase.js +5 -0
  1515. package/node_modules/lodash/fp/lowerFirst.js +5 -0
  1516. package/node_modules/lodash/fp/lt.js +5 -0
  1517. package/node_modules/lodash/fp/lte.js +5 -0
  1518. package/node_modules/lodash/fp/map.js +5 -0
  1519. package/node_modules/lodash/fp/mapKeys.js +5 -0
  1520. package/node_modules/lodash/fp/mapValues.js +5 -0
  1521. package/node_modules/lodash/fp/matches.js +1 -0
  1522. package/node_modules/lodash/fp/matchesProperty.js +5 -0
  1523. package/node_modules/lodash/fp/math.js +2 -0
  1524. package/node_modules/lodash/fp/max.js +5 -0
  1525. package/node_modules/lodash/fp/maxBy.js +5 -0
  1526. package/node_modules/lodash/fp/mean.js +5 -0
  1527. package/node_modules/lodash/fp/meanBy.js +5 -0
  1528. package/node_modules/lodash/fp/memoize.js +5 -0
  1529. package/node_modules/lodash/fp/merge.js +5 -0
  1530. package/node_modules/lodash/fp/mergeAll.js +5 -0
  1531. package/node_modules/lodash/fp/mergeAllWith.js +5 -0
  1532. package/node_modules/lodash/fp/mergeWith.js +5 -0
  1533. package/node_modules/lodash/fp/method.js +5 -0
  1534. package/node_modules/lodash/fp/methodOf.js +5 -0
  1535. package/node_modules/lodash/fp/min.js +5 -0
  1536. package/node_modules/lodash/fp/minBy.js +5 -0
  1537. package/node_modules/lodash/fp/mixin.js +5 -0
  1538. package/node_modules/lodash/fp/multiply.js +5 -0
  1539. package/node_modules/lodash/fp/nAry.js +1 -0
  1540. package/node_modules/lodash/fp/negate.js +5 -0
  1541. package/node_modules/lodash/fp/next.js +5 -0
  1542. package/node_modules/lodash/fp/noop.js +5 -0
  1543. package/node_modules/lodash/fp/now.js +5 -0
  1544. package/node_modules/lodash/fp/nth.js +5 -0
  1545. package/node_modules/lodash/fp/nthArg.js +5 -0
  1546. package/node_modules/lodash/fp/number.js +2 -0
  1547. package/node_modules/lodash/fp/object.js +2 -0
  1548. package/node_modules/lodash/fp/omit.js +5 -0
  1549. package/node_modules/lodash/fp/omitAll.js +1 -0
  1550. package/node_modules/lodash/fp/omitBy.js +5 -0
  1551. package/node_modules/lodash/fp/once.js +5 -0
  1552. package/node_modules/lodash/fp/orderBy.js +5 -0
  1553. package/node_modules/lodash/fp/over.js +5 -0
  1554. package/node_modules/lodash/fp/overArgs.js +5 -0
  1555. package/node_modules/lodash/fp/overEvery.js +5 -0
  1556. package/node_modules/lodash/fp/overSome.js +5 -0
  1557. package/node_modules/lodash/fp/pad.js +5 -0
  1558. package/node_modules/lodash/fp/padChars.js +5 -0
  1559. package/node_modules/lodash/fp/padCharsEnd.js +5 -0
  1560. package/node_modules/lodash/fp/padCharsStart.js +5 -0
  1561. package/node_modules/lodash/fp/padEnd.js +5 -0
  1562. package/node_modules/lodash/fp/padStart.js +5 -0
  1563. package/node_modules/lodash/fp/parseInt.js +5 -0
  1564. package/node_modules/lodash/fp/partial.js +5 -0
  1565. package/node_modules/lodash/fp/partialRight.js +5 -0
  1566. package/node_modules/lodash/fp/partition.js +5 -0
  1567. package/node_modules/lodash/fp/path.js +1 -0
  1568. package/node_modules/lodash/fp/pathEq.js +1 -0
  1569. package/node_modules/lodash/fp/pathOr.js +1 -0
  1570. package/node_modules/lodash/fp/paths.js +1 -0
  1571. package/node_modules/lodash/fp/pick.js +5 -0
  1572. package/node_modules/lodash/fp/pickAll.js +1 -0
  1573. package/node_modules/lodash/fp/pickBy.js +5 -0
  1574. package/node_modules/lodash/fp/pipe.js +1 -0
  1575. package/node_modules/lodash/fp/placeholder.js +6 -0
  1576. package/node_modules/lodash/fp/plant.js +5 -0
  1577. package/node_modules/lodash/fp/pluck.js +1 -0
  1578. package/node_modules/lodash/fp/prop.js +1 -0
  1579. package/node_modules/lodash/fp/propEq.js +1 -0
  1580. package/node_modules/lodash/fp/propOr.js +1 -0
  1581. package/node_modules/lodash/fp/property.js +1 -0
  1582. package/node_modules/lodash/fp/propertyOf.js +5 -0
  1583. package/node_modules/lodash/fp/props.js +1 -0
  1584. package/node_modules/lodash/fp/pull.js +5 -0
  1585. package/node_modules/lodash/fp/pullAll.js +5 -0
  1586. package/node_modules/lodash/fp/pullAllBy.js +5 -0
  1587. package/node_modules/lodash/fp/pullAllWith.js +5 -0
  1588. package/node_modules/lodash/fp/pullAt.js +5 -0
  1589. package/node_modules/lodash/fp/random.js +5 -0
  1590. package/node_modules/lodash/fp/range.js +5 -0
  1591. package/node_modules/lodash/fp/rangeRight.js +5 -0
  1592. package/node_modules/lodash/fp/rangeStep.js +5 -0
  1593. package/node_modules/lodash/fp/rangeStepRight.js +5 -0
  1594. package/node_modules/lodash/fp/rearg.js +5 -0
  1595. package/node_modules/lodash/fp/reduce.js +5 -0
  1596. package/node_modules/lodash/fp/reduceRight.js +5 -0
  1597. package/node_modules/lodash/fp/reject.js +5 -0
  1598. package/node_modules/lodash/fp/remove.js +5 -0
  1599. package/node_modules/lodash/fp/repeat.js +5 -0
  1600. package/node_modules/lodash/fp/replace.js +5 -0
  1601. package/node_modules/lodash/fp/rest.js +5 -0
  1602. package/node_modules/lodash/fp/restFrom.js +5 -0
  1603. package/node_modules/lodash/fp/result.js +5 -0
  1604. package/node_modules/lodash/fp/reverse.js +5 -0
  1605. package/node_modules/lodash/fp/round.js +5 -0
  1606. package/node_modules/lodash/fp/sample.js +5 -0
  1607. package/node_modules/lodash/fp/sampleSize.js +5 -0
  1608. package/node_modules/lodash/fp/seq.js +2 -0
  1609. package/node_modules/lodash/fp/set.js +5 -0
  1610. package/node_modules/lodash/fp/setWith.js +5 -0
  1611. package/node_modules/lodash/fp/shuffle.js +5 -0
  1612. package/node_modules/lodash/fp/size.js +5 -0
  1613. package/node_modules/lodash/fp/slice.js +5 -0
  1614. package/node_modules/lodash/fp/snakeCase.js +5 -0
  1615. package/node_modules/lodash/fp/some.js +5 -0
  1616. package/node_modules/lodash/fp/sortBy.js +5 -0
  1617. package/node_modules/lodash/fp/sortedIndex.js +5 -0
  1618. package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
  1619. package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
  1620. package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
  1621. package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
  1622. package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
  1623. package/node_modules/lodash/fp/sortedUniq.js +5 -0
  1624. package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
  1625. package/node_modules/lodash/fp/split.js +5 -0
  1626. package/node_modules/lodash/fp/spread.js +5 -0
  1627. package/node_modules/lodash/fp/spreadFrom.js +5 -0
  1628. package/node_modules/lodash/fp/startCase.js +5 -0
  1629. package/node_modules/lodash/fp/startsWith.js +5 -0
  1630. package/node_modules/lodash/fp/string.js +2 -0
  1631. package/node_modules/lodash/fp/stubArray.js +5 -0
  1632. package/node_modules/lodash/fp/stubFalse.js +5 -0
  1633. package/node_modules/lodash/fp/stubObject.js +5 -0
  1634. package/node_modules/lodash/fp/stubString.js +5 -0
  1635. package/node_modules/lodash/fp/stubTrue.js +5 -0
  1636. package/node_modules/lodash/fp/subtract.js +5 -0
  1637. package/node_modules/lodash/fp/sum.js +5 -0
  1638. package/node_modules/lodash/fp/sumBy.js +5 -0
  1639. package/node_modules/lodash/fp/symmetricDifference.js +1 -0
  1640. package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
  1641. package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
  1642. package/node_modules/lodash/fp/tail.js +5 -0
  1643. package/node_modules/lodash/fp/take.js +5 -0
  1644. package/node_modules/lodash/fp/takeLast.js +1 -0
  1645. package/node_modules/lodash/fp/takeLastWhile.js +1 -0
  1646. package/node_modules/lodash/fp/takeRight.js +5 -0
  1647. package/node_modules/lodash/fp/takeRightWhile.js +5 -0
  1648. package/node_modules/lodash/fp/takeWhile.js +5 -0
  1649. package/node_modules/lodash/fp/tap.js +5 -0
  1650. package/node_modules/lodash/fp/template.js +5 -0
  1651. package/node_modules/lodash/fp/templateSettings.js +5 -0
  1652. package/node_modules/lodash/fp/throttle.js +5 -0
  1653. package/node_modules/lodash/fp/thru.js +5 -0
  1654. package/node_modules/lodash/fp/times.js +5 -0
  1655. package/node_modules/lodash/fp/toArray.js +5 -0
  1656. package/node_modules/lodash/fp/toFinite.js +5 -0
  1657. package/node_modules/lodash/fp/toInteger.js +5 -0
  1658. package/node_modules/lodash/fp/toIterator.js +5 -0
  1659. package/node_modules/lodash/fp/toJSON.js +5 -0
  1660. package/node_modules/lodash/fp/toLength.js +5 -0
  1661. package/node_modules/lodash/fp/toLower.js +5 -0
  1662. package/node_modules/lodash/fp/toNumber.js +5 -0
  1663. package/node_modules/lodash/fp/toPairs.js +5 -0
  1664. package/node_modules/lodash/fp/toPairsIn.js +5 -0
  1665. package/node_modules/lodash/fp/toPath.js +5 -0
  1666. package/node_modules/lodash/fp/toPlainObject.js +5 -0
  1667. package/node_modules/lodash/fp/toSafeInteger.js +5 -0
  1668. package/node_modules/lodash/fp/toString.js +5 -0
  1669. package/node_modules/lodash/fp/toUpper.js +5 -0
  1670. package/node_modules/lodash/fp/transform.js +5 -0
  1671. package/node_modules/lodash/fp/trim.js +5 -0
  1672. package/node_modules/lodash/fp/trimChars.js +5 -0
  1673. package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
  1674. package/node_modules/lodash/fp/trimCharsStart.js +5 -0
  1675. package/node_modules/lodash/fp/trimEnd.js +5 -0
  1676. package/node_modules/lodash/fp/trimStart.js +5 -0
  1677. package/node_modules/lodash/fp/truncate.js +5 -0
  1678. package/node_modules/lodash/fp/unapply.js +1 -0
  1679. package/node_modules/lodash/fp/unary.js +5 -0
  1680. package/node_modules/lodash/fp/unescape.js +5 -0
  1681. package/node_modules/lodash/fp/union.js +5 -0
  1682. package/node_modules/lodash/fp/unionBy.js +5 -0
  1683. package/node_modules/lodash/fp/unionWith.js +5 -0
  1684. package/node_modules/lodash/fp/uniq.js +5 -0
  1685. package/node_modules/lodash/fp/uniqBy.js +5 -0
  1686. package/node_modules/lodash/fp/uniqWith.js +5 -0
  1687. package/node_modules/lodash/fp/uniqueId.js +5 -0
  1688. package/node_modules/lodash/fp/unnest.js +1 -0
  1689. package/node_modules/lodash/fp/unset.js +5 -0
  1690. package/node_modules/lodash/fp/unzip.js +5 -0
  1691. package/node_modules/lodash/fp/unzipWith.js +5 -0
  1692. package/node_modules/lodash/fp/update.js +5 -0
  1693. package/node_modules/lodash/fp/updateWith.js +5 -0
  1694. package/node_modules/lodash/fp/upperCase.js +5 -0
  1695. package/node_modules/lodash/fp/upperFirst.js +5 -0
  1696. package/node_modules/lodash/fp/useWith.js +1 -0
  1697. package/node_modules/lodash/fp/util.js +2 -0
  1698. package/node_modules/lodash/fp/value.js +5 -0
  1699. package/node_modules/lodash/fp/valueOf.js +5 -0
  1700. package/node_modules/lodash/fp/values.js +5 -0
  1701. package/node_modules/lodash/fp/valuesIn.js +5 -0
  1702. package/node_modules/lodash/fp/where.js +1 -0
  1703. package/node_modules/lodash/fp/whereEq.js +1 -0
  1704. package/node_modules/lodash/fp/without.js +5 -0
  1705. package/node_modules/lodash/fp/words.js +5 -0
  1706. package/node_modules/lodash/fp/wrap.js +5 -0
  1707. package/node_modules/lodash/fp/wrapperAt.js +5 -0
  1708. package/node_modules/lodash/fp/wrapperChain.js +5 -0
  1709. package/node_modules/lodash/fp/wrapperLodash.js +5 -0
  1710. package/node_modules/lodash/fp/wrapperReverse.js +5 -0
  1711. package/node_modules/lodash/fp/wrapperValue.js +5 -0
  1712. package/node_modules/lodash/fp/xor.js +5 -0
  1713. package/node_modules/lodash/fp/xorBy.js +5 -0
  1714. package/node_modules/lodash/fp/xorWith.js +5 -0
  1715. package/node_modules/lodash/fp/zip.js +5 -0
  1716. package/node_modules/lodash/fp/zipAll.js +5 -0
  1717. package/node_modules/lodash/fp/zipObj.js +1 -0
  1718. package/node_modules/lodash/fp/zipObject.js +5 -0
  1719. package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
  1720. package/node_modules/lodash/fp/zipWith.js +5 -0
  1721. package/node_modules/lodash/fp.js +2 -0
  1722. package/node_modules/lodash/fromPairs.js +28 -0
  1723. package/node_modules/lodash/function.js +25 -0
  1724. package/node_modules/lodash/functions.js +31 -0
  1725. package/node_modules/lodash/functionsIn.js +31 -0
  1726. package/node_modules/lodash/get.js +33 -0
  1727. package/node_modules/lodash/groupBy.js +41 -0
  1728. package/node_modules/lodash/gt.js +29 -0
  1729. package/node_modules/lodash/gte.js +30 -0
  1730. package/node_modules/lodash/has.js +35 -0
  1731. package/node_modules/lodash/hasIn.js +34 -0
  1732. package/node_modules/lodash/head.js +23 -0
  1733. package/node_modules/lodash/identity.js +21 -0
  1734. package/node_modules/lodash/inRange.js +55 -0
  1735. package/node_modules/lodash/includes.js +53 -0
  1736. package/node_modules/lodash/index.js +1 -0
  1737. package/node_modules/lodash/indexOf.js +42 -0
  1738. package/node_modules/lodash/initial.js +22 -0
  1739. package/node_modules/lodash/intersection.js +30 -0
  1740. package/node_modules/lodash/intersectionBy.js +45 -0
  1741. package/node_modules/lodash/intersectionWith.js +41 -0
  1742. package/node_modules/lodash/invert.js +42 -0
  1743. package/node_modules/lodash/invertBy.js +56 -0
  1744. package/node_modules/lodash/invoke.js +24 -0
  1745. package/node_modules/lodash/invokeMap.js +41 -0
  1746. package/node_modules/lodash/isArguments.js +36 -0
  1747. package/node_modules/lodash/isArray.js +26 -0
  1748. package/node_modules/lodash/isArrayBuffer.js +27 -0
  1749. package/node_modules/lodash/isArrayLike.js +33 -0
  1750. package/node_modules/lodash/isArrayLikeObject.js +33 -0
  1751. package/node_modules/lodash/isBoolean.js +29 -0
  1752. package/node_modules/lodash/isBuffer.js +38 -0
  1753. package/node_modules/lodash/isDate.js +27 -0
  1754. package/node_modules/lodash/isElement.js +25 -0
  1755. package/node_modules/lodash/isEmpty.js +77 -0
  1756. package/node_modules/lodash/isEqual.js +35 -0
  1757. package/node_modules/lodash/isEqualWith.js +41 -0
  1758. package/node_modules/lodash/isError.js +36 -0
  1759. package/node_modules/lodash/isFinite.js +36 -0
  1760. package/node_modules/lodash/isFunction.js +37 -0
  1761. package/node_modules/lodash/isInteger.js +33 -0
  1762. package/node_modules/lodash/isLength.js +35 -0
  1763. package/node_modules/lodash/isMap.js +27 -0
  1764. package/node_modules/lodash/isMatch.js +36 -0
  1765. package/node_modules/lodash/isMatchWith.js +41 -0
  1766. package/node_modules/lodash/isNaN.js +38 -0
  1767. package/node_modules/lodash/isNative.js +40 -0
  1768. package/node_modules/lodash/isNil.js +25 -0
  1769. package/node_modules/lodash/isNull.js +22 -0
  1770. package/node_modules/lodash/isNumber.js +38 -0
  1771. package/node_modules/lodash/isObject.js +31 -0
  1772. package/node_modules/lodash/isObjectLike.js +29 -0
  1773. package/node_modules/lodash/isPlainObject.js +62 -0
  1774. package/node_modules/lodash/isRegExp.js +27 -0
  1775. package/node_modules/lodash/isSafeInteger.js +37 -0
  1776. package/node_modules/lodash/isSet.js +27 -0
  1777. package/node_modules/lodash/isString.js +30 -0
  1778. package/node_modules/lodash/isSymbol.js +29 -0
  1779. package/node_modules/lodash/isTypedArray.js +27 -0
  1780. package/node_modules/lodash/isUndefined.js +22 -0
  1781. package/node_modules/lodash/isWeakMap.js +28 -0
  1782. package/node_modules/lodash/isWeakSet.js +28 -0
  1783. package/node_modules/lodash/iteratee.js +53 -0
  1784. package/node_modules/lodash/join.js +26 -0
  1785. package/node_modules/lodash/kebabCase.js +28 -0
  1786. package/node_modules/lodash/keyBy.js +36 -0
  1787. package/node_modules/lodash/keys.js +37 -0
  1788. package/node_modules/lodash/keysIn.js +32 -0
  1789. package/node_modules/lodash/lang.js +58 -0
  1790. package/node_modules/lodash/last.js +20 -0
  1791. package/node_modules/lodash/lastIndexOf.js +46 -0
  1792. package/node_modules/lodash/lodash.js +17209 -0
  1793. package/node_modules/lodash/lodash.min.js +140 -0
  1794. package/node_modules/lodash/lowerCase.js +27 -0
  1795. package/node_modules/lodash/lowerFirst.js +22 -0
  1796. package/node_modules/lodash/lt.js +29 -0
  1797. package/node_modules/lodash/lte.js +30 -0
  1798. package/node_modules/lodash/map.js +53 -0
  1799. package/node_modules/lodash/mapKeys.js +36 -0
  1800. package/node_modules/lodash/mapValues.js +43 -0
  1801. package/node_modules/lodash/matches.js +46 -0
  1802. package/node_modules/lodash/matchesProperty.js +44 -0
  1803. package/node_modules/lodash/math.js +17 -0
  1804. package/node_modules/lodash/max.js +29 -0
  1805. package/node_modules/lodash/maxBy.js +34 -0
  1806. package/node_modules/lodash/mean.js +22 -0
  1807. package/node_modules/lodash/meanBy.js +31 -0
  1808. package/node_modules/lodash/memoize.js +73 -0
  1809. package/node_modules/lodash/merge.js +39 -0
  1810. package/node_modules/lodash/mergeWith.js +39 -0
  1811. package/node_modules/lodash/method.js +34 -0
  1812. package/node_modules/lodash/methodOf.js +33 -0
  1813. package/node_modules/lodash/min.js +29 -0
  1814. package/node_modules/lodash/minBy.js +34 -0
  1815. package/node_modules/lodash/mixin.js +74 -0
  1816. package/node_modules/lodash/multiply.js +22 -0
  1817. package/node_modules/lodash/negate.js +40 -0
  1818. package/node_modules/lodash/next.js +35 -0
  1819. package/node_modules/lodash/noop.js +17 -0
  1820. package/node_modules/lodash/now.js +23 -0
  1821. package/node_modules/lodash/nth.js +29 -0
  1822. package/node_modules/lodash/nthArg.js +32 -0
  1823. package/node_modules/lodash/number.js +5 -0
  1824. package/node_modules/lodash/object.js +49 -0
  1825. package/node_modules/lodash/omit.js +57 -0
  1826. package/node_modules/lodash/omitBy.js +29 -0
  1827. package/node_modules/lodash/once.js +25 -0
  1828. package/node_modules/lodash/orderBy.js +47 -0
  1829. package/node_modules/lodash/over.js +24 -0
  1830. package/node_modules/lodash/overArgs.js +61 -0
  1831. package/node_modules/lodash/overEvery.js +34 -0
  1832. package/node_modules/lodash/overSome.js +37 -0
  1833. package/node_modules/lodash/package.json +17 -0
  1834. package/node_modules/lodash/pad.js +49 -0
  1835. package/node_modules/lodash/padEnd.js +39 -0
  1836. package/node_modules/lodash/padStart.js +39 -0
  1837. package/node_modules/lodash/parseInt.js +43 -0
  1838. package/node_modules/lodash/partial.js +50 -0
  1839. package/node_modules/lodash/partialRight.js +49 -0
  1840. package/node_modules/lodash/partition.js +43 -0
  1841. package/node_modules/lodash/pick.js +25 -0
  1842. package/node_modules/lodash/pickBy.js +37 -0
  1843. package/node_modules/lodash/plant.js +48 -0
  1844. package/node_modules/lodash/property.js +32 -0
  1845. package/node_modules/lodash/propertyOf.js +30 -0
  1846. package/node_modules/lodash/pull.js +29 -0
  1847. package/node_modules/lodash/pullAll.js +29 -0
  1848. package/node_modules/lodash/pullAllBy.js +33 -0
  1849. package/node_modules/lodash/pullAllWith.js +32 -0
  1850. package/node_modules/lodash/pullAt.js +43 -0
  1851. package/node_modules/lodash/random.js +82 -0
  1852. package/node_modules/lodash/range.js +46 -0
  1853. package/node_modules/lodash/rangeRight.js +41 -0
  1854. package/node_modules/lodash/rearg.js +33 -0
  1855. package/node_modules/lodash/reduce.js +51 -0
  1856. package/node_modules/lodash/reduceRight.js +36 -0
  1857. package/node_modules/lodash/reject.js +46 -0
  1858. package/node_modules/lodash/release.md +48 -0
  1859. package/node_modules/lodash/remove.js +53 -0
  1860. package/node_modules/lodash/repeat.js +37 -0
  1861. package/node_modules/lodash/replace.js +29 -0
  1862. package/node_modules/lodash/rest.js +40 -0
  1863. package/node_modules/lodash/result.js +56 -0
  1864. package/node_modules/lodash/reverse.js +34 -0
  1865. package/node_modules/lodash/round.js +26 -0
  1866. package/node_modules/lodash/sample.js +24 -0
  1867. package/node_modules/lodash/sampleSize.js +37 -0
  1868. package/node_modules/lodash/seq.js +16 -0
  1869. package/node_modules/lodash/set.js +35 -0
  1870. package/node_modules/lodash/setWith.js +32 -0
  1871. package/node_modules/lodash/shuffle.js +25 -0
  1872. package/node_modules/lodash/size.js +46 -0
  1873. package/node_modules/lodash/slice.js +37 -0
  1874. package/node_modules/lodash/snakeCase.js +28 -0
  1875. package/node_modules/lodash/some.js +51 -0
  1876. package/node_modules/lodash/sortBy.js +48 -0
  1877. package/node_modules/lodash/sortedIndex.js +24 -0
  1878. package/node_modules/lodash/sortedIndexBy.js +33 -0
  1879. package/node_modules/lodash/sortedIndexOf.js +31 -0
  1880. package/node_modules/lodash/sortedLastIndex.js +25 -0
  1881. package/node_modules/lodash/sortedLastIndexBy.js +33 -0
  1882. package/node_modules/lodash/sortedLastIndexOf.js +31 -0
  1883. package/node_modules/lodash/sortedUniq.js +24 -0
  1884. package/node_modules/lodash/sortedUniqBy.js +26 -0
  1885. package/node_modules/lodash/split.js +52 -0
  1886. package/node_modules/lodash/spread.js +63 -0
  1887. package/node_modules/lodash/startCase.js +29 -0
  1888. package/node_modules/lodash/startsWith.js +39 -0
  1889. package/node_modules/lodash/string.js +33 -0
  1890. package/node_modules/lodash/stubArray.js +23 -0
  1891. package/node_modules/lodash/stubFalse.js +18 -0
  1892. package/node_modules/lodash/stubObject.js +23 -0
  1893. package/node_modules/lodash/stubString.js +18 -0
  1894. package/node_modules/lodash/stubTrue.js +18 -0
  1895. package/node_modules/lodash/subtract.js +22 -0
  1896. package/node_modules/lodash/sum.js +24 -0
  1897. package/node_modules/lodash/sumBy.js +33 -0
  1898. package/node_modules/lodash/tail.js +22 -0
  1899. package/node_modules/lodash/take.js +37 -0
  1900. package/node_modules/lodash/takeRight.js +39 -0
  1901. package/node_modules/lodash/takeRightWhile.js +45 -0
  1902. package/node_modules/lodash/takeWhile.js +45 -0
  1903. package/node_modules/lodash/tap.js +29 -0
  1904. package/node_modules/lodash/template.js +272 -0
  1905. package/node_modules/lodash/templateSettings.js +67 -0
  1906. package/node_modules/lodash/throttle.js +69 -0
  1907. package/node_modules/lodash/thru.js +28 -0
  1908. package/node_modules/lodash/times.js +51 -0
  1909. package/node_modules/lodash/toArray.js +58 -0
  1910. package/node_modules/lodash/toFinite.js +42 -0
  1911. package/node_modules/lodash/toInteger.js +36 -0
  1912. package/node_modules/lodash/toIterator.js +23 -0
  1913. package/node_modules/lodash/toJSON.js +1 -0
  1914. package/node_modules/lodash/toLength.js +38 -0
  1915. package/node_modules/lodash/toLower.js +28 -0
  1916. package/node_modules/lodash/toNumber.js +64 -0
  1917. package/node_modules/lodash/toPairs.js +30 -0
  1918. package/node_modules/lodash/toPairsIn.js +30 -0
  1919. package/node_modules/lodash/toPath.js +33 -0
  1920. package/node_modules/lodash/toPlainObject.js +32 -0
  1921. package/node_modules/lodash/toSafeInteger.js +37 -0
  1922. package/node_modules/lodash/toString.js +28 -0
  1923. package/node_modules/lodash/toUpper.js +28 -0
  1924. package/node_modules/lodash/transform.js +65 -0
  1925. package/node_modules/lodash/trim.js +47 -0
  1926. package/node_modules/lodash/trimEnd.js +41 -0
  1927. package/node_modules/lodash/trimStart.js +43 -0
  1928. package/node_modules/lodash/truncate.js +111 -0
  1929. package/node_modules/lodash/unary.js +22 -0
  1930. package/node_modules/lodash/unescape.js +34 -0
  1931. package/node_modules/lodash/union.js +26 -0
  1932. package/node_modules/lodash/unionBy.js +39 -0
  1933. package/node_modules/lodash/unionWith.js +34 -0
  1934. package/node_modules/lodash/uniq.js +25 -0
  1935. package/node_modules/lodash/uniqBy.js +31 -0
  1936. package/node_modules/lodash/uniqWith.js +28 -0
  1937. package/node_modules/lodash/uniqueId.js +28 -0
  1938. package/node_modules/lodash/unset.js +34 -0
  1939. package/node_modules/lodash/unzip.js +45 -0
  1940. package/node_modules/lodash/unzipWith.js +39 -0
  1941. package/node_modules/lodash/update.js +35 -0
  1942. package/node_modules/lodash/updateWith.js +33 -0
  1943. package/node_modules/lodash/upperCase.js +27 -0
  1944. package/node_modules/lodash/upperFirst.js +22 -0
  1945. package/node_modules/lodash/util.js +34 -0
  1946. package/node_modules/lodash/value.js +1 -0
  1947. package/node_modules/lodash/valueOf.js +1 -0
  1948. package/node_modules/lodash/values.js +34 -0
  1949. package/node_modules/lodash/valuesIn.js +32 -0
  1950. package/node_modules/lodash/without.js +31 -0
  1951. package/node_modules/lodash/words.js +35 -0
  1952. package/node_modules/lodash/wrap.js +30 -0
  1953. package/node_modules/lodash/wrapperAt.js +48 -0
  1954. package/node_modules/lodash/wrapperChain.js +34 -0
  1955. package/node_modules/lodash/wrapperLodash.js +147 -0
  1956. package/node_modules/lodash/wrapperReverse.js +44 -0
  1957. package/node_modules/lodash/wrapperValue.js +21 -0
  1958. package/node_modules/lodash/xor.js +28 -0
  1959. package/node_modules/lodash/xorBy.js +39 -0
  1960. package/node_modules/lodash/xorWith.js +34 -0
  1961. package/node_modules/lodash/zip.js +22 -0
  1962. package/node_modules/lodash/zipObject.js +24 -0
  1963. package/node_modules/lodash/zipObjectDeep.js +23 -0
  1964. package/node_modules/lodash/zipWith.js +32 -0
  1965. package/node_modules/lodash.ismatch/LICENSE +47 -0
  1966. package/node_modules/lodash.ismatch/README.md +18 -0
  1967. package/node_modules/lodash.ismatch/index.js +1735 -0
  1968. package/node_modules/lodash.ismatch/package.json +17 -0
  1969. package/node_modules/map-obj/index.d.ts +151 -0
  1970. package/node_modules/map-obj/index.js +68 -0
  1971. package/node_modules/map-obj/license +9 -0
  1972. package/node_modules/map-obj/package.json +43 -0
  1973. package/node_modules/map-obj/readme.md +105 -0
  1974. package/node_modules/meow/index.d.ts +313 -0
  1975. package/node_modules/meow/index.js +227 -0
  1976. package/node_modules/meow/license +9 -0
  1977. package/node_modules/meow/node_modules/find-up/index.d.ts +137 -0
  1978. package/node_modules/meow/node_modules/find-up/index.js +89 -0
  1979. package/node_modules/meow/node_modules/find-up/license +9 -0
  1980. package/node_modules/meow/node_modules/find-up/package.json +53 -0
  1981. package/node_modules/meow/node_modules/find-up/readme.md +156 -0
  1982. package/node_modules/meow/node_modules/hosted-git-info/CHANGELOG.md +151 -0
  1983. package/node_modules/meow/node_modules/hosted-git-info/LICENSE +13 -0
  1984. package/node_modules/meow/node_modules/hosted-git-info/README.md +133 -0
  1985. package/node_modules/meow/node_modules/hosted-git-info/git-host-info.js +79 -0
  1986. package/node_modules/meow/node_modules/hosted-git-info/git-host.js +156 -0
  1987. package/node_modules/meow/node_modules/hosted-git-info/index.js +148 -0
  1988. package/node_modules/meow/node_modules/hosted-git-info/package.json +40 -0
  1989. package/node_modules/meow/node_modules/locate-path/index.d.ts +83 -0
  1990. package/node_modules/meow/node_modules/locate-path/index.js +65 -0
  1991. package/node_modules/meow/node_modules/locate-path/license +9 -0
  1992. package/node_modules/meow/node_modules/locate-path/package.json +45 -0
  1993. package/node_modules/meow/node_modules/locate-path/readme.md +122 -0
  1994. package/node_modules/meow/node_modules/p-limit/index.d.ts +38 -0
  1995. package/node_modules/meow/node_modules/p-limit/index.js +57 -0
  1996. package/node_modules/meow/node_modules/p-limit/license +9 -0
  1997. package/node_modules/meow/node_modules/p-limit/package.json +52 -0
  1998. package/node_modules/meow/node_modules/p-limit/readme.md +101 -0
  1999. package/node_modules/meow/node_modules/p-locate/index.d.ts +64 -0
  2000. package/node_modules/meow/node_modules/p-locate/index.js +52 -0
  2001. package/node_modules/meow/node_modules/p-locate/license +9 -0
  2002. package/node_modules/meow/node_modules/p-locate/package.json +53 -0
  2003. package/node_modules/meow/node_modules/p-locate/readme.md +90 -0
  2004. package/node_modules/meow/node_modules/read-pkg/index.d.ts +67 -0
  2005. package/node_modules/meow/node_modules/read-pkg/index.js +41 -0
  2006. package/node_modules/meow/node_modules/read-pkg/license +9 -0
  2007. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/AUTHORS +4 -0
  2008. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/LICENSE +30 -0
  2009. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/README.md +106 -0
  2010. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/extract_description.js +14 -0
  2011. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/fixer.js +418 -0
  2012. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/make_warning.js +23 -0
  2013. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/normalize.js +39 -0
  2014. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/safe_format.js +9 -0
  2015. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/typos.json +25 -0
  2016. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
  2017. package/node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data/package.json +31 -0
  2018. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/index.d.ts +15 -0
  2019. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/license +9 -0
  2020. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/package.json +51 -0
  2021. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/readme.md +119 -0
  2022. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/basic.d.ts +67 -0
  2023. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/except.d.ts +22 -0
  2024. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/literal-union.d.ts +33 -0
  2025. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
  2026. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/merge.d.ts +22 -0
  2027. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/mutable.d.ts +22 -0
  2028. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/package-json.d.ts +501 -0
  2029. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/promisable.d.ts +23 -0
  2030. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
  2031. package/node_modules/meow/node_modules/read-pkg/node_modules/type-fest/source/require-at-least-one.d.ts +32 -0
  2032. package/node_modules/meow/node_modules/read-pkg/package.json +49 -0
  2033. package/node_modules/meow/node_modules/read-pkg/readme.md +81 -0
  2034. package/node_modules/meow/node_modules/read-pkg-up/index.d.ts +87 -0
  2035. package/node_modules/meow/node_modules/read-pkg-up/index.js +30 -0
  2036. package/node_modules/meow/node_modules/read-pkg-up/license +9 -0
  2037. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/index.d.ts +20 -0
  2038. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/license +9 -0
  2039. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/package.json +51 -0
  2040. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/readme.md +635 -0
  2041. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/basic.d.ts +67 -0
  2042. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/except.d.ts +22 -0
  2043. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/literal-union.d.ts +33 -0
  2044. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
  2045. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/merge.d.ts +22 -0
  2046. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/mutable.d.ts +22 -0
  2047. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/opaque.d.ts +40 -0
  2048. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/package-json.d.ts +501 -0
  2049. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/partial-deep.d.ts +72 -0
  2050. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/promisable.d.ts +23 -0
  2051. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
  2052. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/require-at-least-one.d.ts +32 -0
  2053. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/require-exactly-one.d.ts +36 -0
  2054. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/set-optional.d.ts +32 -0
  2055. package/node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest/source/set-required.d.ts +32 -0
  2056. package/node_modules/meow/node_modules/read-pkg-up/package.json +59 -0
  2057. package/node_modules/meow/node_modules/read-pkg-up/readme.md +77 -0
  2058. package/node_modules/meow/node_modules/semver/LICENSE +15 -0
  2059. package/node_modules/meow/node_modules/semver/README.md +412 -0
  2060. package/node_modules/meow/node_modules/semver/bin/semver +160 -0
  2061. package/node_modules/meow/node_modules/semver/package.json +38 -0
  2062. package/node_modules/meow/node_modules/semver/range.bnf +16 -0
  2063. package/node_modules/meow/node_modules/semver/semver.js +1525 -0
  2064. package/node_modules/meow/node_modules/type-fest/index.d.ts +35 -0
  2065. package/node_modules/meow/node_modules/type-fest/license +9 -0
  2066. package/node_modules/meow/node_modules/type-fest/package.json +45 -0
  2067. package/node_modules/meow/node_modules/type-fest/readme.md +648 -0
  2068. package/node_modules/meow/node_modules/type-fest/source/async-return-type.d.ts +23 -0
  2069. package/node_modules/meow/node_modules/type-fest/source/asyncify.d.ts +31 -0
  2070. package/node_modules/meow/node_modules/type-fest/source/basic.d.ts +67 -0
  2071. package/node_modules/meow/node_modules/type-fest/source/conditional-except.d.ts +43 -0
  2072. package/node_modules/meow/node_modules/type-fest/source/conditional-keys.d.ts +43 -0
  2073. package/node_modules/meow/node_modules/type-fest/source/conditional-pick.d.ts +42 -0
  2074. package/node_modules/meow/node_modules/type-fest/source/entries.d.ts +57 -0
  2075. package/node_modules/meow/node_modules/type-fest/source/entry.d.ts +60 -0
  2076. package/node_modules/meow/node_modules/type-fest/source/except.d.ts +22 -0
  2077. package/node_modules/meow/node_modules/type-fest/source/fixed-length-array.d.ts +38 -0
  2078. package/node_modules/meow/node_modules/type-fest/source/iterable-element.d.ts +46 -0
  2079. package/node_modules/meow/node_modules/type-fest/source/literal-union.d.ts +33 -0
  2080. package/node_modules/meow/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
  2081. package/node_modules/meow/node_modules/type-fest/source/merge.d.ts +22 -0
  2082. package/node_modules/meow/node_modules/type-fest/source/mutable.d.ts +22 -0
  2083. package/node_modules/meow/node_modules/type-fest/source/opaque.d.ts +65 -0
  2084. package/node_modules/meow/node_modules/type-fest/source/package-json.d.ts +627 -0
  2085. package/node_modules/meow/node_modules/type-fest/source/partial-deep.d.ts +72 -0
  2086. package/node_modules/meow/node_modules/type-fest/source/promisable.d.ts +23 -0
  2087. package/node_modules/meow/node_modules/type-fest/source/promise-value.d.ts +27 -0
  2088. package/node_modules/meow/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
  2089. package/node_modules/meow/node_modules/type-fest/source/require-at-least-one.d.ts +32 -0
  2090. package/node_modules/meow/node_modules/type-fest/source/require-exactly-one.d.ts +35 -0
  2091. package/node_modules/meow/node_modules/type-fest/source/set-optional.d.ts +34 -0
  2092. package/node_modules/meow/node_modules/type-fest/source/set-required.d.ts +34 -0
  2093. package/node_modules/meow/node_modules/type-fest/source/set-return-type.d.ts +29 -0
  2094. package/node_modules/meow/node_modules/type-fest/source/stringified.d.ts +21 -0
  2095. package/node_modules/meow/node_modules/type-fest/source/tsconfig-json.d.ts +872 -0
  2096. package/node_modules/meow/node_modules/type-fest/source/union-to-intersection.d.ts +58 -0
  2097. package/node_modules/meow/node_modules/type-fest/source/value-of.d.ts +40 -0
  2098. package/node_modules/meow/package.json +76 -0
  2099. package/node_modules/meow/readme.md +350 -0
  2100. package/node_modules/min-indent/index.js +10 -0
  2101. package/node_modules/min-indent/license +22 -0
  2102. package/node_modules/min-indent/package.json +38 -0
  2103. package/node_modules/min-indent/readme.md +41 -0
  2104. package/node_modules/minimist/.eslintrc +29 -0
  2105. package/node_modules/minimist/.github/FUNDING.yml +12 -0
  2106. package/node_modules/minimist/.nycrc +14 -0
  2107. package/node_modules/minimist/CHANGELOG.md +298 -0
  2108. package/node_modules/minimist/LICENSE +18 -0
  2109. package/node_modules/minimist/README.md +121 -0
  2110. package/node_modules/minimist/example/parse.js +4 -0
  2111. package/node_modules/minimist/index.js +263 -0
  2112. package/node_modules/minimist/package.json +75 -0
  2113. package/node_modules/minimist/test/all_bool.js +34 -0
  2114. package/node_modules/minimist/test/bool.js +177 -0
  2115. package/node_modules/minimist/test/dash.js +43 -0
  2116. package/node_modules/minimist/test/default_bool.js +37 -0
  2117. package/node_modules/minimist/test/dotted.js +24 -0
  2118. package/node_modules/minimist/test/kv_short.js +32 -0
  2119. package/node_modules/minimist/test/long.js +33 -0
  2120. package/node_modules/minimist/test/num.js +38 -0
  2121. package/node_modules/minimist/test/parse.js +209 -0
  2122. package/node_modules/minimist/test/parse_modified.js +11 -0
  2123. package/node_modules/minimist/test/proto.js +64 -0
  2124. package/node_modules/minimist/test/short.js +69 -0
  2125. package/node_modules/minimist/test/stop_early.js +17 -0
  2126. package/node_modules/minimist/test/unknown.js +104 -0
  2127. package/node_modules/minimist/test/whitespace.js +10 -0
  2128. package/node_modules/minimist-options/index.d.ts +55 -0
  2129. package/node_modules/minimist-options/index.js +117 -0
  2130. package/node_modules/minimist-options/license +21 -0
  2131. package/node_modules/minimist-options/package.json +34 -0
  2132. package/node_modules/minimist-options/readme.md +112 -0
  2133. package/node_modules/modify-values/index.js +15 -0
  2134. package/node_modules/modify-values/license +21 -0
  2135. package/node_modules/modify-values/package.json +36 -0
  2136. package/node_modules/modify-values/readme.md +51 -0
  2137. package/node_modules/neo-async/LICENSE +22 -0
  2138. package/node_modules/neo-async/README.md +273 -0
  2139. package/node_modules/neo-async/all.js +3 -0
  2140. package/node_modules/neo-async/allLimit.js +3 -0
  2141. package/node_modules/neo-async/allSeries.js +3 -0
  2142. package/node_modules/neo-async/angelFall.js +3 -0
  2143. package/node_modules/neo-async/any.js +3 -0
  2144. package/node_modules/neo-async/anyLimit.js +3 -0
  2145. package/node_modules/neo-async/anySeries.js +3 -0
  2146. package/node_modules/neo-async/apply.js +3 -0
  2147. package/node_modules/neo-async/applyEach.js +3 -0
  2148. package/node_modules/neo-async/applyEachSeries.js +3 -0
  2149. package/node_modules/neo-async/async.js +9184 -0
  2150. package/node_modules/neo-async/async.min.js +80 -0
  2151. package/node_modules/neo-async/asyncify.js +3 -0
  2152. package/node_modules/neo-async/auto.js +3 -0
  2153. package/node_modules/neo-async/autoInject.js +3 -0
  2154. package/node_modules/neo-async/cargo.js +3 -0
  2155. package/node_modules/neo-async/compose.js +3 -0
  2156. package/node_modules/neo-async/concat.js +3 -0
  2157. package/node_modules/neo-async/concatLimit.js +3 -0
  2158. package/node_modules/neo-async/concatSeries.js +3 -0
  2159. package/node_modules/neo-async/constant.js +3 -0
  2160. package/node_modules/neo-async/createLogger.js +3 -0
  2161. package/node_modules/neo-async/detect.js +3 -0
  2162. package/node_modules/neo-async/detectLimit.js +3 -0
  2163. package/node_modules/neo-async/detectSeries.js +3 -0
  2164. package/node_modules/neo-async/dir.js +3 -0
  2165. package/node_modules/neo-async/doDuring.js +3 -0
  2166. package/node_modules/neo-async/doUntil.js +3 -0
  2167. package/node_modules/neo-async/doWhilst.js +3 -0
  2168. package/node_modules/neo-async/during.js +3 -0
  2169. package/node_modules/neo-async/each.js +3 -0
  2170. package/node_modules/neo-async/eachLimit.js +3 -0
  2171. package/node_modules/neo-async/eachOf.js +3 -0
  2172. package/node_modules/neo-async/eachOfLimit.js +3 -0
  2173. package/node_modules/neo-async/eachOfSeries.js +3 -0
  2174. package/node_modules/neo-async/eachSeries.js +3 -0
  2175. package/node_modules/neo-async/ensureAsync.js +3 -0
  2176. package/node_modules/neo-async/every.js +3 -0
  2177. package/node_modules/neo-async/everyLimit.js +3 -0
  2178. package/node_modules/neo-async/everySeries.js +3 -0
  2179. package/node_modules/neo-async/fast.js +3 -0
  2180. package/node_modules/neo-async/filter.js +3 -0
  2181. package/node_modules/neo-async/filterLimit.js +3 -0
  2182. package/node_modules/neo-async/filterSeries.js +3 -0
  2183. package/node_modules/neo-async/find.js +3 -0
  2184. package/node_modules/neo-async/findLimit.js +3 -0
  2185. package/node_modules/neo-async/findSeries.js +3 -0
  2186. package/node_modules/neo-async/foldl.js +3 -0
  2187. package/node_modules/neo-async/foldr.js +3 -0
  2188. package/node_modules/neo-async/forEach.js +3 -0
  2189. package/node_modules/neo-async/forEachLimit.js +3 -0
  2190. package/node_modules/neo-async/forEachOf.js +3 -0
  2191. package/node_modules/neo-async/forEachOfLimit.js +3 -0
  2192. package/node_modules/neo-async/forEachOfSeries.js +3 -0
  2193. package/node_modules/neo-async/forEachSeries.js +3 -0
  2194. package/node_modules/neo-async/forever.js +3 -0
  2195. package/node_modules/neo-async/groupBy.js +3 -0
  2196. package/node_modules/neo-async/groupByLimit.js +3 -0
  2197. package/node_modules/neo-async/groupBySeries.js +3 -0
  2198. package/node_modules/neo-async/inject.js +3 -0
  2199. package/node_modules/neo-async/iterator.js +3 -0
  2200. package/node_modules/neo-async/log.js +3 -0
  2201. package/node_modules/neo-async/map.js +3 -0
  2202. package/node_modules/neo-async/mapLimit.js +3 -0
  2203. package/node_modules/neo-async/mapSeries.js +3 -0
  2204. package/node_modules/neo-async/mapValues.js +3 -0
  2205. package/node_modules/neo-async/mapValuesLimit.js +3 -0
  2206. package/node_modules/neo-async/mapValuesSeries.js +3 -0
  2207. package/node_modules/neo-async/memoize.js +3 -0
  2208. package/node_modules/neo-async/nextTick.js +3 -0
  2209. package/node_modules/neo-async/omit.js +3 -0
  2210. package/node_modules/neo-async/omitLimit.js +3 -0
  2211. package/node_modules/neo-async/omitSeries.js +3 -0
  2212. package/node_modules/neo-async/package.json +57 -0
  2213. package/node_modules/neo-async/parallel.js +3 -0
  2214. package/node_modules/neo-async/parallelLimit.js +3 -0
  2215. package/node_modules/neo-async/pick.js +3 -0
  2216. package/node_modules/neo-async/pickLimit.js +3 -0
  2217. package/node_modules/neo-async/pickSeries.js +3 -0
  2218. package/node_modules/neo-async/priorityQueue.js +3 -0
  2219. package/node_modules/neo-async/queue.js +3 -0
  2220. package/node_modules/neo-async/race.js +3 -0
  2221. package/node_modules/neo-async/reduce.js +3 -0
  2222. package/node_modules/neo-async/reduceRight.js +3 -0
  2223. package/node_modules/neo-async/reflect.js +3 -0
  2224. package/node_modules/neo-async/reflectAll.js +3 -0
  2225. package/node_modules/neo-async/reject.js +3 -0
  2226. package/node_modules/neo-async/rejectLimit.js +3 -0
  2227. package/node_modules/neo-async/rejectSeries.js +3 -0
  2228. package/node_modules/neo-async/retry.js +3 -0
  2229. package/node_modules/neo-async/retryable.js +3 -0
  2230. package/node_modules/neo-async/safe.js +3 -0
  2231. package/node_modules/neo-async/select.js +3 -0
  2232. package/node_modules/neo-async/selectLimit.js +3 -0
  2233. package/node_modules/neo-async/selectSeries.js +3 -0
  2234. package/node_modules/neo-async/seq.js +3 -0
  2235. package/node_modules/neo-async/series.js +3 -0
  2236. package/node_modules/neo-async/setImmediate.js +3 -0
  2237. package/node_modules/neo-async/some.js +3 -0
  2238. package/node_modules/neo-async/someLimit.js +3 -0
  2239. package/node_modules/neo-async/someSeries.js +3 -0
  2240. package/node_modules/neo-async/sortBy.js +3 -0
  2241. package/node_modules/neo-async/sortByLimit.js +3 -0
  2242. package/node_modules/neo-async/sortBySeries.js +3 -0
  2243. package/node_modules/neo-async/timeout.js +3 -0
  2244. package/node_modules/neo-async/times.js +3 -0
  2245. package/node_modules/neo-async/timesLimit.js +3 -0
  2246. package/node_modules/neo-async/timesSeries.js +3 -0
  2247. package/node_modules/neo-async/transform.js +3 -0
  2248. package/node_modules/neo-async/transformLimit.js +3 -0
  2249. package/node_modules/neo-async/transformSeries.js +3 -0
  2250. package/node_modules/neo-async/tryEach.js +3 -0
  2251. package/node_modules/neo-async/unmemoize.js +3 -0
  2252. package/node_modules/neo-async/until.js +3 -0
  2253. package/node_modules/neo-async/waterfall.js +3 -0
  2254. package/node_modules/neo-async/whilst.js +3 -0
  2255. package/node_modules/neo-async/wrapSync.js +3 -0
  2256. package/node_modules/normalize-package-data/AUTHORS +4 -0
  2257. package/node_modules/normalize-package-data/LICENSE +15 -0
  2258. package/node_modules/normalize-package-data/README.md +108 -0
  2259. package/node_modules/normalize-package-data/lib/extract_description.js +22 -0
  2260. package/node_modules/normalize-package-data/lib/fixer.js +474 -0
  2261. package/node_modules/normalize-package-data/lib/make_warning.js +22 -0
  2262. package/node_modules/normalize-package-data/lib/normalize.js +48 -0
  2263. package/node_modules/normalize-package-data/lib/safe_format.js +11 -0
  2264. package/node_modules/normalize-package-data/lib/typos.json +25 -0
  2265. package/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
  2266. package/node_modules/normalize-package-data/package.json +41 -0
  2267. package/node_modules/p-limit/index.d.ts +42 -0
  2268. package/node_modules/p-limit/index.js +71 -0
  2269. package/node_modules/p-limit/license +9 -0
  2270. package/node_modules/p-limit/package.json +52 -0
  2271. package/node_modules/p-limit/readme.md +101 -0
  2272. package/node_modules/p-locate/index.d.ts +53 -0
  2273. package/node_modules/p-locate/index.js +50 -0
  2274. package/node_modules/p-locate/license +9 -0
  2275. package/node_modules/p-locate/package.json +54 -0
  2276. package/node_modules/p-locate/readme.md +93 -0
  2277. package/node_modules/p-try/index.d.ts +39 -0
  2278. package/node_modules/p-try/index.js +9 -0
  2279. package/node_modules/p-try/license +9 -0
  2280. package/node_modules/p-try/package.json +42 -0
  2281. package/node_modules/p-try/readme.md +58 -0
  2282. package/node_modules/parse-json/index.js +54 -0
  2283. package/node_modules/parse-json/license +9 -0
  2284. package/node_modules/parse-json/package.json +45 -0
  2285. package/node_modules/parse-json/readme.md +119 -0
  2286. package/node_modules/path-exists/index.d.ts +28 -0
  2287. package/node_modules/path-exists/index.js +23 -0
  2288. package/node_modules/path-exists/license +9 -0
  2289. package/node_modules/path-exists/package.json +39 -0
  2290. package/node_modules/path-exists/readme.md +52 -0
  2291. package/node_modules/path-parse/LICENSE +21 -0
  2292. package/node_modules/path-parse/README.md +42 -0
  2293. package/node_modules/path-parse/index.js +75 -0
  2294. package/node_modules/path-parse/package.json +33 -0
  2295. package/node_modules/picocolors/LICENSE +15 -0
  2296. package/node_modules/picocolors/README.md +21 -0
  2297. package/node_modules/picocolors/package.json +25 -0
  2298. package/node_modules/picocolors/picocolors.browser.js +4 -0
  2299. package/node_modules/picocolors/picocolors.d.ts +5 -0
  2300. package/node_modules/picocolors/picocolors.js +65 -0
  2301. package/node_modules/picocolors/types.ts +30 -0
  2302. package/node_modules/pify/index.js +68 -0
  2303. package/node_modules/pify/license +21 -0
  2304. package/node_modules/pify/package.json +48 -0
  2305. package/node_modules/pify/readme.md +119 -0
  2306. package/node_modules/process-nextick-args/index.js +45 -0
  2307. package/node_modules/process-nextick-args/license.md +19 -0
  2308. package/node_modules/process-nextick-args/package.json +25 -0
  2309. package/node_modules/process-nextick-args/readme.md +18 -0
  2310. package/node_modules/q/CHANGES.md +800 -0
  2311. package/node_modules/q/LICENSE +18 -0
  2312. package/node_modules/q/README.md +874 -0
  2313. package/node_modules/q/package.json +76 -0
  2314. package/node_modules/q/q.js +2076 -0
  2315. package/node_modules/q/queue.js +35 -0
  2316. package/node_modules/quick-lru/index.d.ts +90 -0
  2317. package/node_modules/quick-lru/index.js +115 -0
  2318. package/node_modules/quick-lru/license +9 -0
  2319. package/node_modules/quick-lru/package.json +42 -0
  2320. package/node_modules/quick-lru/readme.md +93 -0
  2321. package/node_modules/read-pkg/index.js +47 -0
  2322. package/node_modules/read-pkg/license +9 -0
  2323. package/node_modules/read-pkg/node_modules/hosted-git-info/CHANGELOG.md +151 -0
  2324. package/node_modules/read-pkg/node_modules/hosted-git-info/LICENSE +13 -0
  2325. package/node_modules/read-pkg/node_modules/hosted-git-info/README.md +133 -0
  2326. package/node_modules/read-pkg/node_modules/hosted-git-info/git-host-info.js +79 -0
  2327. package/node_modules/read-pkg/node_modules/hosted-git-info/git-host.js +156 -0
  2328. package/node_modules/read-pkg/node_modules/hosted-git-info/index.js +148 -0
  2329. package/node_modules/read-pkg/node_modules/hosted-git-info/package.json +40 -0
  2330. package/node_modules/read-pkg/node_modules/normalize-package-data/AUTHORS +4 -0
  2331. package/node_modules/read-pkg/node_modules/normalize-package-data/LICENSE +30 -0
  2332. package/node_modules/read-pkg/node_modules/normalize-package-data/README.md +106 -0
  2333. package/node_modules/read-pkg/node_modules/normalize-package-data/lib/extract_description.js +14 -0
  2334. package/node_modules/read-pkg/node_modules/normalize-package-data/lib/fixer.js +418 -0
  2335. package/node_modules/read-pkg/node_modules/normalize-package-data/lib/make_warning.js +23 -0
  2336. package/node_modules/read-pkg/node_modules/normalize-package-data/lib/normalize.js +39 -0
  2337. package/node_modules/read-pkg/node_modules/normalize-package-data/lib/safe_format.js +9 -0
  2338. package/node_modules/read-pkg/node_modules/normalize-package-data/lib/typos.json +25 -0
  2339. package/node_modules/read-pkg/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
  2340. package/node_modules/read-pkg/node_modules/normalize-package-data/package.json +31 -0
  2341. package/node_modules/read-pkg/node_modules/path-type/index.js +42 -0
  2342. package/node_modules/read-pkg/node_modules/path-type/license +9 -0
  2343. package/node_modules/read-pkg/node_modules/path-type/package.json +45 -0
  2344. package/node_modules/read-pkg/node_modules/path-type/readme.md +42 -0
  2345. package/node_modules/read-pkg/node_modules/pify/index.js +84 -0
  2346. package/node_modules/read-pkg/node_modules/pify/license +9 -0
  2347. package/node_modules/read-pkg/node_modules/pify/package.json +51 -0
  2348. package/node_modules/read-pkg/node_modules/pify/readme.md +131 -0
  2349. package/node_modules/read-pkg/node_modules/semver/LICENSE +15 -0
  2350. package/node_modules/read-pkg/node_modules/semver/README.md +412 -0
  2351. package/node_modules/read-pkg/node_modules/semver/bin/semver +160 -0
  2352. package/node_modules/read-pkg/node_modules/semver/package.json +38 -0
  2353. package/node_modules/read-pkg/node_modules/semver/range.bnf +16 -0
  2354. package/node_modules/read-pkg/node_modules/semver/semver.js +1525 -0
  2355. package/node_modules/read-pkg/package.json +42 -0
  2356. package/node_modules/read-pkg/readme.md +79 -0
  2357. package/node_modules/read-pkg-up/index.js +26 -0
  2358. package/node_modules/read-pkg-up/license +9 -0
  2359. package/node_modules/read-pkg-up/node_modules/find-up/index.js +48 -0
  2360. package/node_modules/read-pkg-up/node_modules/find-up/license +21 -0
  2361. package/node_modules/read-pkg-up/node_modules/find-up/package.json +53 -0
  2362. package/node_modules/read-pkg-up/node_modules/find-up/readme.md +85 -0
  2363. package/node_modules/read-pkg-up/node_modules/locate-path/index.js +24 -0
  2364. package/node_modules/read-pkg-up/node_modules/locate-path/license +21 -0
  2365. package/node_modules/read-pkg-up/node_modules/locate-path/package.json +47 -0
  2366. package/node_modules/read-pkg-up/node_modules/locate-path/readme.md +99 -0
  2367. package/node_modules/read-pkg-up/node_modules/p-limit/index.js +42 -0
  2368. package/node_modules/read-pkg-up/node_modules/p-limit/license +9 -0
  2369. package/node_modules/read-pkg-up/node_modules/p-limit/package.json +49 -0
  2370. package/node_modules/read-pkg-up/node_modules/p-limit/readme.md +69 -0
  2371. package/node_modules/read-pkg-up/node_modules/p-locate/index.js +31 -0
  2372. package/node_modules/read-pkg-up/node_modules/p-locate/license +21 -0
  2373. package/node_modules/read-pkg-up/node_modules/p-locate/package.json +54 -0
  2374. package/node_modules/read-pkg-up/node_modules/p-locate/readme.md +86 -0
  2375. package/node_modules/read-pkg-up/node_modules/p-try/index.js +4 -0
  2376. package/node_modules/read-pkg-up/node_modules/p-try/license +21 -0
  2377. package/node_modules/read-pkg-up/node_modules/p-try/package.json +43 -0
  2378. package/node_modules/read-pkg-up/node_modules/p-try/readme.md +38 -0
  2379. package/node_modules/read-pkg-up/node_modules/path-exists/index.js +17 -0
  2380. package/node_modules/read-pkg-up/node_modules/path-exists/license +21 -0
  2381. package/node_modules/read-pkg-up/node_modules/path-exists/package.json +40 -0
  2382. package/node_modules/read-pkg-up/node_modules/path-exists/readme.md +50 -0
  2383. package/node_modules/read-pkg-up/package.json +57 -0
  2384. package/node_modules/read-pkg-up/readme.md +80 -0
  2385. package/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  2386. package/node_modules/readable-stream/GOVERNANCE.md +136 -0
  2387. package/node_modules/readable-stream/LICENSE +47 -0
  2388. package/node_modules/readable-stream/README.md +106 -0
  2389. package/node_modules/readable-stream/errors-browser.js +127 -0
  2390. package/node_modules/readable-stream/errors.js +116 -0
  2391. package/node_modules/readable-stream/experimentalWarning.js +17 -0
  2392. package/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
  2393. package/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
  2394. package/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
  2395. package/node_modules/readable-stream/lib/_stream_transform.js +190 -0
  2396. package/node_modules/readable-stream/lib/_stream_writable.js +641 -0
  2397. package/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
  2398. package/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
  2399. package/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
  2400. package/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
  2401. package/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
  2402. package/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
  2403. package/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
  2404. package/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
  2405. package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  2406. package/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  2407. package/node_modules/readable-stream/package.json +68 -0
  2408. package/node_modules/readable-stream/readable-browser.js +9 -0
  2409. package/node_modules/readable-stream/readable.js +16 -0
  2410. package/node_modules/redent/index.d.ts +27 -0
  2411. package/node_modules/redent/index.js +5 -0
  2412. package/node_modules/redent/license +9 -0
  2413. package/node_modules/redent/package.json +44 -0
  2414. package/node_modules/redent/readme.md +61 -0
  2415. package/node_modules/require-directory/.jshintrc +67 -0
  2416. package/node_modules/require-directory/.npmignore +1 -0
  2417. package/node_modules/require-directory/.travis.yml +3 -0
  2418. package/node_modules/require-directory/LICENSE +22 -0
  2419. package/node_modules/require-directory/README.markdown +184 -0
  2420. package/node_modules/require-directory/index.js +86 -0
  2421. package/node_modules/require-directory/package.json +40 -0
  2422. package/node_modules/resolve/.editorconfig +37 -0
  2423. package/node_modules/resolve/.eslintrc +65 -0
  2424. package/node_modules/resolve/.github/FUNDING.yml +12 -0
  2425. package/node_modules/resolve/LICENSE +21 -0
  2426. package/node_modules/resolve/SECURITY.md +3 -0
  2427. package/node_modules/resolve/async.js +3 -0
  2428. package/node_modules/resolve/bin/resolve +50 -0
  2429. package/node_modules/resolve/example/async.js +5 -0
  2430. package/node_modules/resolve/example/sync.js +3 -0
  2431. package/node_modules/resolve/index.js +6 -0
  2432. package/node_modules/resolve/lib/async.js +329 -0
  2433. package/node_modules/resolve/lib/caller.js +8 -0
  2434. package/node_modules/resolve/lib/core.js +12 -0
  2435. package/node_modules/resolve/lib/core.json +158 -0
  2436. package/node_modules/resolve/lib/homedir.js +24 -0
  2437. package/node_modules/resolve/lib/is-core.js +5 -0
  2438. package/node_modules/resolve/lib/node-modules-paths.js +42 -0
  2439. package/node_modules/resolve/lib/normalize-options.js +10 -0
  2440. package/node_modules/resolve/lib/sync.js +208 -0
  2441. package/node_modules/resolve/package.json +72 -0
  2442. package/node_modules/resolve/readme.markdown +301 -0
  2443. package/node_modules/resolve/sync.js +3 -0
  2444. package/node_modules/resolve/test/core.js +88 -0
  2445. package/node_modules/resolve/test/dotdot/abc/index.js +2 -0
  2446. package/node_modules/resolve/test/dotdot/index.js +1 -0
  2447. package/node_modules/resolve/test/dotdot.js +29 -0
  2448. package/node_modules/resolve/test/faulty_basedir.js +29 -0
  2449. package/node_modules/resolve/test/filter.js +34 -0
  2450. package/node_modules/resolve/test/filter_sync.js +33 -0
  2451. package/node_modules/resolve/test/home_paths.js +127 -0
  2452. package/node_modules/resolve/test/home_paths_sync.js +114 -0
  2453. package/node_modules/resolve/test/mock.js +315 -0
  2454. package/node_modules/resolve/test/mock_sync.js +214 -0
  2455. package/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
  2456. package/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
  2457. package/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
  2458. package/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  2459. package/node_modules/resolve/test/module_dir.js +56 -0
  2460. package/node_modules/resolve/test/node-modules-paths.js +143 -0
  2461. package/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
  2462. package/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
  2463. package/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
  2464. package/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
  2465. package/node_modules/resolve/test/node_path.js +70 -0
  2466. package/node_modules/resolve/test/nonstring.js +9 -0
  2467. package/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  2468. package/node_modules/resolve/test/pathfilter.js +75 -0
  2469. package/node_modules/resolve/test/precedence/aaa/index.js +1 -0
  2470. package/node_modules/resolve/test/precedence/aaa/main.js +1 -0
  2471. package/node_modules/resolve/test/precedence/aaa.js +1 -0
  2472. package/node_modules/resolve/test/precedence/bbb/main.js +1 -0
  2473. package/node_modules/resolve/test/precedence/bbb.js +1 -0
  2474. package/node_modules/resolve/test/precedence.js +23 -0
  2475. package/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  2476. package/node_modules/resolve/test/resolver/baz/package.json +4 -0
  2477. package/node_modules/resolve/test/resolver/baz/quux.js +1 -0
  2478. package/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  2479. package/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  2480. package/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  2481. package/node_modules/resolve/test/resolver/cup.coffee +1 -0
  2482. package/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
  2483. package/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  2484. package/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
  2485. package/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  2486. package/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  2487. package/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  2488. package/node_modules/resolve/test/resolver/foo.js +1 -0
  2489. package/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
  2490. package/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  2491. package/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  2492. package/node_modules/resolve/test/resolver/mug.coffee +0 -0
  2493. package/node_modules/resolve/test/resolver/mug.js +0 -0
  2494. package/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  2495. package/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  2496. package/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  2497. package/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  2498. package/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  2499. package/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  2500. package/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  2501. package/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  2502. package/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  2503. package/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  2504. package/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  2505. package/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
  2506. package/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
  2507. package/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
  2508. package/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  2509. package/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  2510. package/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
  2511. package/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  2512. package/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  2513. package/node_modules/resolve/test/resolver.js +597 -0
  2514. package/node_modules/resolve/test/resolver_sync.js +730 -0
  2515. package/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  2516. package/node_modules/resolve/test/shadowed_core.js +54 -0
  2517. package/node_modules/resolve/test/subdirs.js +13 -0
  2518. package/node_modules/resolve/test/symlinks.js +176 -0
  2519. package/node_modules/safe-buffer/LICENSE +21 -0
  2520. package/node_modules/safe-buffer/README.md +584 -0
  2521. package/node_modules/safe-buffer/index.d.ts +187 -0
  2522. package/node_modules/safe-buffer/index.js +65 -0
  2523. package/node_modules/safe-buffer/package.json +51 -0
  2524. package/node_modules/semver/LICENSE +15 -0
  2525. package/node_modules/semver/README.md +654 -0
  2526. package/node_modules/semver/bin/semver.js +188 -0
  2527. package/node_modules/semver/classes/comparator.js +141 -0
  2528. package/node_modules/semver/classes/index.js +5 -0
  2529. package/node_modules/semver/classes/range.js +554 -0
  2530. package/node_modules/semver/classes/semver.js +302 -0
  2531. package/node_modules/semver/functions/clean.js +6 -0
  2532. package/node_modules/semver/functions/cmp.js +52 -0
  2533. package/node_modules/semver/functions/coerce.js +60 -0
  2534. package/node_modules/semver/functions/compare-build.js +7 -0
  2535. package/node_modules/semver/functions/compare-loose.js +3 -0
  2536. package/node_modules/semver/functions/compare.js +5 -0
  2537. package/node_modules/semver/functions/diff.js +65 -0
  2538. package/node_modules/semver/functions/eq.js +3 -0
  2539. package/node_modules/semver/functions/gt.js +3 -0
  2540. package/node_modules/semver/functions/gte.js +3 -0
  2541. package/node_modules/semver/functions/inc.js +19 -0
  2542. package/node_modules/semver/functions/lt.js +3 -0
  2543. package/node_modules/semver/functions/lte.js +3 -0
  2544. package/node_modules/semver/functions/major.js +3 -0
  2545. package/node_modules/semver/functions/minor.js +3 -0
  2546. package/node_modules/semver/functions/neq.js +3 -0
  2547. package/node_modules/semver/functions/parse.js +16 -0
  2548. package/node_modules/semver/functions/patch.js +3 -0
  2549. package/node_modules/semver/functions/prerelease.js +6 -0
  2550. package/node_modules/semver/functions/rcompare.js +3 -0
  2551. package/node_modules/semver/functions/rsort.js +3 -0
  2552. package/node_modules/semver/functions/satisfies.js +10 -0
  2553. package/node_modules/semver/functions/sort.js +3 -0
  2554. package/node_modules/semver/functions/valid.js +6 -0
  2555. package/node_modules/semver/index.js +89 -0
  2556. package/node_modules/semver/internal/constants.js +35 -0
  2557. package/node_modules/semver/internal/debug.js +9 -0
  2558. package/node_modules/semver/internal/identifiers.js +23 -0
  2559. package/node_modules/semver/internal/lrucache.js +40 -0
  2560. package/node_modules/semver/internal/parse-options.js +15 -0
  2561. package/node_modules/semver/internal/re.js +217 -0
  2562. package/node_modules/semver/package.json +77 -0
  2563. package/node_modules/semver/preload.js +2 -0
  2564. package/node_modules/semver/range.bnf +16 -0
  2565. package/node_modules/semver/ranges/gtr.js +4 -0
  2566. package/node_modules/semver/ranges/intersects.js +7 -0
  2567. package/node_modules/semver/ranges/ltr.js +4 -0
  2568. package/node_modules/semver/ranges/max-satisfying.js +25 -0
  2569. package/node_modules/semver/ranges/min-satisfying.js +24 -0
  2570. package/node_modules/semver/ranges/min-version.js +61 -0
  2571. package/node_modules/semver/ranges/outside.js +80 -0
  2572. package/node_modules/semver/ranges/simplify.js +47 -0
  2573. package/node_modules/semver/ranges/subset.js +247 -0
  2574. package/node_modules/semver/ranges/to-comparators.js +8 -0
  2575. package/node_modules/semver/ranges/valid.js +11 -0
  2576. package/node_modules/source-map/CHANGELOG.md +301 -0
  2577. package/node_modules/source-map/LICENSE +28 -0
  2578. package/node_modules/source-map/README.md +742 -0
  2579. package/node_modules/source-map/dist/source-map.debug.js +3234 -0
  2580. package/node_modules/source-map/dist/source-map.js +3233 -0
  2581. package/node_modules/source-map/dist/source-map.min.js +2 -0
  2582. package/node_modules/source-map/dist/source-map.min.js.map +1 -0
  2583. package/node_modules/source-map/lib/array-set.js +121 -0
  2584. package/node_modules/source-map/lib/base64-vlq.js +140 -0
  2585. package/node_modules/source-map/lib/base64.js +67 -0
  2586. package/node_modules/source-map/lib/binary-search.js +111 -0
  2587. package/node_modules/source-map/lib/mapping-list.js +79 -0
  2588. package/node_modules/source-map/lib/quick-sort.js +114 -0
  2589. package/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  2590. package/node_modules/source-map/lib/source-map-generator.js +425 -0
  2591. package/node_modules/source-map/lib/source-node.js +413 -0
  2592. package/node_modules/source-map/lib/util.js +488 -0
  2593. package/node_modules/source-map/package.json +73 -0
  2594. package/node_modules/source-map/source-map.d.ts +98 -0
  2595. package/node_modules/source-map/source-map.js +8 -0
  2596. package/node_modules/spdx-correct/LICENSE +202 -0
  2597. package/node_modules/spdx-correct/README.md +22 -0
  2598. package/node_modules/spdx-correct/index.js +386 -0
  2599. package/node_modules/spdx-correct/package.json +32 -0
  2600. package/node_modules/spdx-exceptions/README.md +36 -0
  2601. package/node_modules/spdx-exceptions/deprecated.json +3 -0
  2602. package/node_modules/spdx-exceptions/index.json +68 -0
  2603. package/node_modules/spdx-exceptions/package.json +19 -0
  2604. package/node_modules/spdx-expression-parse/AUTHORS +4 -0
  2605. package/node_modules/spdx-expression-parse/LICENSE +22 -0
  2606. package/node_modules/spdx-expression-parse/README.md +91 -0
  2607. package/node_modules/spdx-expression-parse/index.js +8 -0
  2608. package/node_modules/spdx-expression-parse/package.json +39 -0
  2609. package/node_modules/spdx-expression-parse/parse.js +138 -0
  2610. package/node_modules/spdx-expression-parse/scan.js +131 -0
  2611. package/node_modules/spdx-license-ids/README.md +52 -0
  2612. package/node_modules/spdx-license-ids/deprecated.json +28 -0
  2613. package/node_modules/spdx-license-ids/index.json +636 -0
  2614. package/node_modules/spdx-license-ids/package.json +39 -0
  2615. package/node_modules/split/.npmignore +3 -0
  2616. package/node_modules/split/.travis.yml +3 -0
  2617. package/node_modules/split/LICENCE +22 -0
  2618. package/node_modules/split/examples/pretty.js +26 -0
  2619. package/node_modules/split/index.js +63 -0
  2620. package/node_modules/split/package.json +30 -0
  2621. package/node_modules/split/readme.markdown +72 -0
  2622. package/node_modules/split/test/options.asynct.js +46 -0
  2623. package/node_modules/split/test/partitioned_unicode.js +34 -0
  2624. package/node_modules/split/test/split.asynct.js +137 -0
  2625. package/node_modules/split/test/try_catch.asynct.js +51 -0
  2626. package/node_modules/split2/LICENSE +13 -0
  2627. package/node_modules/split2/README.md +97 -0
  2628. package/node_modules/split2/bench.js +27 -0
  2629. package/node_modules/split2/index.js +132 -0
  2630. package/node_modules/split2/package.json +40 -0
  2631. package/node_modules/split2/test.js +392 -0
  2632. package/node_modules/standard-version/.editorconfig +9 -0
  2633. package/node_modules/standard-version/.eslintrc +6 -0
  2634. package/node_modules/standard-version/.github/ISSUE_TEMPLATE/ask-a-question.md +10 -0
  2635. package/node_modules/standard-version/.github/ISSUE_TEMPLATE/bug-report.md +31 -0
  2636. package/node_modules/standard-version/.github/workflows/ci.yaml +33 -0
  2637. package/node_modules/standard-version/.github/workflows/release-please.yml +31 -0
  2638. package/node_modules/standard-version/.versionrc +10 -0
  2639. package/node_modules/standard-version/CHANGELOG.md +524 -0
  2640. package/node_modules/standard-version/LICENSE.txt +16 -0
  2641. package/node_modules/standard-version/README.md +470 -0
  2642. package/node_modules/standard-version/bin/cli.js +13 -0
  2643. package/node_modules/standard-version/command.js +133 -0
  2644. package/node_modules/standard-version/defaults.js +43 -0
  2645. package/node_modules/standard-version/index.js +80 -0
  2646. package/node_modules/standard-version/lib/checkpoint.js +12 -0
  2647. package/node_modules/standard-version/lib/configuration.js +41 -0
  2648. package/node_modules/standard-version/lib/format-commit-message.js +4 -0
  2649. package/node_modules/standard-version/lib/latest-semver-tag.js +17 -0
  2650. package/node_modules/standard-version/lib/lifecycles/bump.js +172 -0
  2651. package/node_modules/standard-version/lib/lifecycles/changelog.js +66 -0
  2652. package/node_modules/standard-version/lib/lifecycles/commit.js +69 -0
  2653. package/node_modules/standard-version/lib/lifecycles/tag.js +39 -0
  2654. package/node_modules/standard-version/lib/preset-loader.js +17 -0
  2655. package/node_modules/standard-version/lib/print-error.js +12 -0
  2656. package/node_modules/standard-version/lib/run-exec.js +18 -0
  2657. package/node_modules/standard-version/lib/run-execFile.js +18 -0
  2658. package/node_modules/standard-version/lib/run-lifecycle-script.js +13 -0
  2659. package/node_modules/standard-version/lib/updaters/index.js +85 -0
  2660. package/node_modules/standard-version/lib/updaters/types/json.js +25 -0
  2661. package/node_modules/standard-version/lib/updaters/types/plain-text.js +7 -0
  2662. package/node_modules/standard-version/lib/write-file.js +6 -0
  2663. package/node_modules/standard-version/node_modules/ansi-styles/index.js +165 -0
  2664. package/node_modules/standard-version/node_modules/ansi-styles/license +9 -0
  2665. package/node_modules/standard-version/node_modules/ansi-styles/package.json +56 -0
  2666. package/node_modules/standard-version/node_modules/ansi-styles/readme.md +147 -0
  2667. package/node_modules/standard-version/node_modules/chalk/index.js +228 -0
  2668. package/node_modules/standard-version/node_modules/chalk/index.js.flow +93 -0
  2669. package/node_modules/standard-version/node_modules/chalk/license +9 -0
  2670. package/node_modules/standard-version/node_modules/chalk/package.json +71 -0
  2671. package/node_modules/standard-version/node_modules/chalk/readme.md +314 -0
  2672. package/node_modules/standard-version/node_modules/chalk/templates.js +128 -0
  2673. package/node_modules/standard-version/node_modules/chalk/types/index.d.ts +97 -0
  2674. package/node_modules/standard-version/node_modules/cliui/CHANGELOG.md +121 -0
  2675. package/node_modules/standard-version/node_modules/cliui/LICENSE.txt +14 -0
  2676. package/node_modules/standard-version/node_modules/cliui/README.md +141 -0
  2677. package/node_modules/standard-version/node_modules/cliui/build/index.cjs +302 -0
  2678. package/node_modules/standard-version/node_modules/cliui/build/lib/index.js +287 -0
  2679. package/node_modules/standard-version/node_modules/cliui/build/lib/string-utils.js +27 -0
  2680. package/node_modules/standard-version/node_modules/cliui/index.mjs +13 -0
  2681. package/node_modules/standard-version/node_modules/cliui/package.json +83 -0
  2682. package/node_modules/standard-version/node_modules/color-convert/CHANGELOG.md +54 -0
  2683. package/node_modules/standard-version/node_modules/color-convert/LICENSE +21 -0
  2684. package/node_modules/standard-version/node_modules/color-convert/README.md +68 -0
  2685. package/node_modules/standard-version/node_modules/color-convert/conversions.js +868 -0
  2686. package/node_modules/standard-version/node_modules/color-convert/index.js +78 -0
  2687. package/node_modules/standard-version/node_modules/color-convert/package.json +46 -0
  2688. package/node_modules/standard-version/node_modules/color-convert/route.js +97 -0
  2689. package/node_modules/standard-version/node_modules/color-name/.eslintrc.json +43 -0
  2690. package/node_modules/standard-version/node_modules/color-name/.npmignore +107 -0
  2691. package/node_modules/standard-version/node_modules/color-name/LICENSE +8 -0
  2692. package/node_modules/standard-version/node_modules/color-name/README.md +11 -0
  2693. package/node_modules/standard-version/node_modules/color-name/index.js +152 -0
  2694. package/node_modules/standard-version/node_modules/color-name/package.json +25 -0
  2695. package/node_modules/standard-version/node_modules/color-name/test.js +7 -0
  2696. package/node_modules/standard-version/node_modules/detect-indent/index.d.ts +50 -0
  2697. package/node_modules/standard-version/node_modules/detect-indent/index.js +160 -0
  2698. package/node_modules/standard-version/node_modules/detect-indent/license +9 -0
  2699. package/node_modules/standard-version/node_modules/detect-indent/package.json +45 -0
  2700. package/node_modules/standard-version/node_modules/detect-indent/readme.md +120 -0
  2701. package/node_modules/standard-version/node_modules/escape-string-regexp/index.js +11 -0
  2702. package/node_modules/standard-version/node_modules/escape-string-regexp/license +21 -0
  2703. package/node_modules/standard-version/node_modules/escape-string-regexp/package.json +41 -0
  2704. package/node_modules/standard-version/node_modules/escape-string-regexp/readme.md +27 -0
  2705. package/node_modules/standard-version/node_modules/has-flag/index.js +8 -0
  2706. package/node_modules/standard-version/node_modules/has-flag/license +9 -0
  2707. package/node_modules/standard-version/node_modules/has-flag/package.json +44 -0
  2708. package/node_modules/standard-version/node_modules/has-flag/readme.md +70 -0
  2709. package/node_modules/standard-version/node_modules/supports-color/browser.js +5 -0
  2710. package/node_modules/standard-version/node_modules/supports-color/index.js +131 -0
  2711. package/node_modules/standard-version/node_modules/supports-color/license +9 -0
  2712. package/node_modules/standard-version/node_modules/supports-color/package.json +53 -0
  2713. package/node_modules/standard-version/node_modules/supports-color/readme.md +66 -0
  2714. package/node_modules/standard-version/node_modules/yargs/CHANGELOG.md +88 -0
  2715. package/node_modules/standard-version/node_modules/yargs/LICENSE +21 -0
  2716. package/node_modules/standard-version/node_modules/yargs/README.md +202 -0
  2717. package/node_modules/standard-version/node_modules/yargs/browser.mjs +7 -0
  2718. package/node_modules/standard-version/node_modules/yargs/build/index.cjs +2920 -0
  2719. package/node_modules/standard-version/node_modules/yargs/build/lib/argsert.js +62 -0
  2720. package/node_modules/standard-version/node_modules/yargs/build/lib/command.js +382 -0
  2721. package/node_modules/standard-version/node_modules/yargs/build/lib/completion-templates.js +47 -0
  2722. package/node_modules/standard-version/node_modules/yargs/build/lib/completion.js +128 -0
  2723. package/node_modules/standard-version/node_modules/yargs/build/lib/middleware.js +53 -0
  2724. package/node_modules/standard-version/node_modules/yargs/build/lib/parse-command.js +32 -0
  2725. package/node_modules/standard-version/node_modules/yargs/build/lib/typings/common-types.js +9 -0
  2726. package/node_modules/standard-version/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
  2727. package/node_modules/standard-version/node_modules/yargs/build/lib/usage.js +548 -0
  2728. package/node_modules/standard-version/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
  2729. package/node_modules/standard-version/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
  2730. package/node_modules/standard-version/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
  2731. package/node_modules/standard-version/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
  2732. package/node_modules/standard-version/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
  2733. package/node_modules/standard-version/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
  2734. package/node_modules/standard-version/node_modules/yargs/build/lib/utils/which-module.js +10 -0
  2735. package/node_modules/standard-version/node_modules/yargs/build/lib/validation.js +308 -0
  2736. package/node_modules/standard-version/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
  2737. package/node_modules/standard-version/node_modules/yargs/build/lib/yerror.js +7 -0
  2738. package/node_modules/standard-version/node_modules/yargs/helpers/helpers.mjs +10 -0
  2739. package/node_modules/standard-version/node_modules/yargs/helpers/index.js +14 -0
  2740. package/node_modules/standard-version/node_modules/yargs/helpers/package.json +3 -0
  2741. package/node_modules/standard-version/node_modules/yargs/index.cjs +39 -0
  2742. package/node_modules/standard-version/node_modules/yargs/index.mjs +8 -0
  2743. package/node_modules/standard-version/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
  2744. package/node_modules/standard-version/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
  2745. package/node_modules/standard-version/node_modules/yargs/locales/be.json +46 -0
  2746. package/node_modules/standard-version/node_modules/yargs/locales/de.json +46 -0
  2747. package/node_modules/standard-version/node_modules/yargs/locales/en.json +51 -0
  2748. package/node_modules/standard-version/node_modules/yargs/locales/es.json +46 -0
  2749. package/node_modules/standard-version/node_modules/yargs/locales/fi.json +49 -0
  2750. package/node_modules/standard-version/node_modules/yargs/locales/fr.json +53 -0
  2751. package/node_modules/standard-version/node_modules/yargs/locales/hi.json +49 -0
  2752. package/node_modules/standard-version/node_modules/yargs/locales/hu.json +46 -0
  2753. package/node_modules/standard-version/node_modules/yargs/locales/id.json +50 -0
  2754. package/node_modules/standard-version/node_modules/yargs/locales/it.json +46 -0
  2755. package/node_modules/standard-version/node_modules/yargs/locales/ja.json +51 -0
  2756. package/node_modules/standard-version/node_modules/yargs/locales/ko.json +49 -0
  2757. package/node_modules/standard-version/node_modules/yargs/locales/nb.json +44 -0
  2758. package/node_modules/standard-version/node_modules/yargs/locales/nl.json +49 -0
  2759. package/node_modules/standard-version/node_modules/yargs/locales/nn.json +44 -0
  2760. package/node_modules/standard-version/node_modules/yargs/locales/pirate.json +13 -0
  2761. package/node_modules/standard-version/node_modules/yargs/locales/pl.json +49 -0
  2762. package/node_modules/standard-version/node_modules/yargs/locales/pt.json +45 -0
  2763. package/node_modules/standard-version/node_modules/yargs/locales/pt_BR.json +48 -0
  2764. package/node_modules/standard-version/node_modules/yargs/locales/ru.json +46 -0
  2765. package/node_modules/standard-version/node_modules/yargs/locales/th.json +46 -0
  2766. package/node_modules/standard-version/node_modules/yargs/locales/tr.json +48 -0
  2767. package/node_modules/standard-version/node_modules/yargs/locales/zh_CN.json +48 -0
  2768. package/node_modules/standard-version/node_modules/yargs/locales/zh_TW.json +47 -0
  2769. package/node_modules/standard-version/node_modules/yargs/package.json +122 -0
  2770. package/node_modules/standard-version/node_modules/yargs/yargs +9 -0
  2771. package/node_modules/standard-version/package.json +69 -0
  2772. package/node_modules/standard-version/renovate.json +9 -0
  2773. package/node_modules/standard-version/test/config-files.spec.js +174 -0
  2774. package/node_modules/standard-version/test/core.spec.js +829 -0
  2775. package/node_modules/standard-version/test/git.spec.js +375 -0
  2776. package/node_modules/standard-version/test/mocks/VERSION-1.0.0.txt +1 -0
  2777. package/node_modules/standard-version/test/mocks/VERSION-6.3.1.txt +1 -0
  2778. package/node_modules/standard-version/test/mocks/manifest-6.3.1.json +3 -0
  2779. package/node_modules/standard-version/test/mocks/mix.exs +28 -0
  2780. package/node_modules/standard-version/test/mocks/updater/customer-updater.js +12 -0
  2781. package/node_modules/standard-version/test/mocks/version.txt +0 -0
  2782. package/node_modules/standard-version/test/preset.spec.js +52 -0
  2783. package/node_modules/string-width/index.d.ts +29 -0
  2784. package/node_modules/string-width/index.js +47 -0
  2785. package/node_modules/string-width/license +9 -0
  2786. package/node_modules/string-width/package.json +56 -0
  2787. package/node_modules/string-width/readme.md +50 -0
  2788. package/node_modules/string_decoder/LICENSE +48 -0
  2789. package/node_modules/string_decoder/README.md +47 -0
  2790. package/node_modules/string_decoder/lib/string_decoder.js +296 -0
  2791. package/node_modules/string_decoder/package.json +34 -0
  2792. package/node_modules/stringify-package/CHANGELOG.md +16 -0
  2793. package/node_modules/stringify-package/LICENSE +13 -0
  2794. package/node_modules/stringify-package/README.md +55 -0
  2795. package/node_modules/stringify-package/index.js +18 -0
  2796. package/node_modules/stringify-package/package.json +38 -0
  2797. package/node_modules/strip-ansi/index.d.ts +17 -0
  2798. package/node_modules/strip-ansi/index.js +4 -0
  2799. package/node_modules/strip-ansi/license +9 -0
  2800. package/node_modules/strip-ansi/package.json +54 -0
  2801. package/node_modules/strip-ansi/readme.md +46 -0
  2802. package/node_modules/strip-indent/index.d.ts +21 -0
  2803. package/node_modules/strip-indent/index.js +14 -0
  2804. package/node_modules/strip-indent/license +9 -0
  2805. package/node_modules/strip-indent/package.json +42 -0
  2806. package/node_modules/strip-indent/readme.md +44 -0
  2807. package/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  2808. package/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  2809. package/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  2810. package/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  2811. package/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  2812. package/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  2813. package/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  2814. package/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  2815. package/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  2816. package/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  2817. package/node_modules/text-extensions/license +9 -0
  2818. package/node_modules/text-extensions/package.json +36 -0
  2819. package/node_modules/text-extensions/readme.md +33 -0
  2820. package/node_modules/text-extensions/text-extensions.json +150 -0
  2821. package/node_modules/through/.travis.yml +5 -0
  2822. package/node_modules/through/LICENSE.APACHE2 +15 -0
  2823. package/node_modules/through/LICENSE.MIT +24 -0
  2824. package/node_modules/through/index.js +108 -0
  2825. package/node_modules/through/package.json +36 -0
  2826. package/node_modules/through/readme.markdown +64 -0
  2827. package/node_modules/through/test/async.js +28 -0
  2828. package/node_modules/through/test/auto-destroy.js +30 -0
  2829. package/node_modules/through/test/buffering.js +71 -0
  2830. package/node_modules/through/test/end.js +45 -0
  2831. package/node_modules/through/test/index.js +133 -0
  2832. package/node_modules/through2/LICENSE.md +9 -0
  2833. package/node_modules/through2/README.md +140 -0
  2834. package/node_modules/through2/package.json +38 -0
  2835. package/node_modules/through2/through2.js +83 -0
  2836. package/node_modules/trim-newlines/index.d.ts +42 -0
  2837. package/node_modules/trim-newlines/index.js +13 -0
  2838. package/node_modules/trim-newlines/license +9 -0
  2839. package/node_modules/trim-newlines/package.json +43 -0
  2840. package/node_modules/trim-newlines/readme.md +52 -0
  2841. package/node_modules/typedarray/.travis.yml +4 -0
  2842. package/node_modules/typedarray/LICENSE +35 -0
  2843. package/node_modules/typedarray/example/tarray.js +4 -0
  2844. package/node_modules/typedarray/index.js +630 -0
  2845. package/node_modules/typedarray/package.json +55 -0
  2846. package/node_modules/typedarray/readme.markdown +61 -0
  2847. package/node_modules/typedarray/test/server/undef_globals.js +19 -0
  2848. package/node_modules/typedarray/test/tarray.js +10 -0
  2849. package/node_modules/uglify-js/LICENSE +29 -0
  2850. package/node_modules/uglify-js/README.md +1479 -0
  2851. package/node_modules/uglify-js/bin/uglifyjs +624 -0
  2852. package/node_modules/uglify-js/lib/ast.js +2357 -0
  2853. package/node_modules/uglify-js/lib/compress.js +14640 -0
  2854. package/node_modules/uglify-js/lib/minify.js +278 -0
  2855. package/node_modules/uglify-js/lib/mozilla-ast.js +1338 -0
  2856. package/node_modules/uglify-js/lib/output.js +1983 -0
  2857. package/node_modules/uglify-js/lib/parse.js +2589 -0
  2858. package/node_modules/uglify-js/lib/propmangle.js +328 -0
  2859. package/node_modules/uglify-js/lib/scope.js +883 -0
  2860. package/node_modules/uglify-js/lib/sourcemap.js +195 -0
  2861. package/node_modules/uglify-js/lib/transform.js +250 -0
  2862. package/node_modules/uglify-js/lib/utils.js +300 -0
  2863. package/node_modules/uglify-js/package.json +56 -0
  2864. package/node_modules/uglify-js/tools/domprops.html +456 -0
  2865. package/node_modules/uglify-js/tools/domprops.json +8327 -0
  2866. package/node_modules/uglify-js/tools/exports.js +8 -0
  2867. package/node_modules/uglify-js/tools/node.js +115 -0
  2868. package/node_modules/uglify-js/tools/tty.js +22 -0
  2869. package/node_modules/util-deprecate/History.md +16 -0
  2870. package/node_modules/util-deprecate/LICENSE +24 -0
  2871. package/node_modules/util-deprecate/README.md +53 -0
  2872. package/node_modules/util-deprecate/browser.js +67 -0
  2873. package/node_modules/util-deprecate/node.js +6 -0
  2874. package/node_modules/util-deprecate/package.json +27 -0
  2875. package/node_modules/validate-npm-package-license/LICENSE +202 -0
  2876. package/node_modules/validate-npm-package-license/README.md +113 -0
  2877. package/node_modules/validate-npm-package-license/index.js +86 -0
  2878. package/node_modules/validate-npm-package-license/package.json +28 -0
  2879. package/node_modules/wordwrap/LICENSE +18 -0
  2880. package/node_modules/wordwrap/README.markdown +70 -0
  2881. package/node_modules/wordwrap/example/center.js +10 -0
  2882. package/node_modules/wordwrap/example/meat.js +3 -0
  2883. package/node_modules/wordwrap/index.js +76 -0
  2884. package/node_modules/wordwrap/package.json +34 -0
  2885. package/node_modules/wordwrap/test/break.js +32 -0
  2886. package/node_modules/wordwrap/test/idleness.txt +63 -0
  2887. package/node_modules/wordwrap/test/wrap.js +33 -0
  2888. package/node_modules/wrap-ansi/index.js +216 -0
  2889. package/node_modules/wrap-ansi/license +9 -0
  2890. package/node_modules/wrap-ansi/package.json +62 -0
  2891. package/node_modules/wrap-ansi/readme.md +91 -0
  2892. package/node_modules/xtend/.jshintrc +30 -0
  2893. package/node_modules/xtend/LICENSE +20 -0
  2894. package/node_modules/xtend/README.md +32 -0
  2895. package/node_modules/xtend/immutable.js +19 -0
  2896. package/node_modules/xtend/mutable.js +17 -0
  2897. package/node_modules/xtend/package.json +55 -0
  2898. package/node_modules/xtend/test.js +103 -0
  2899. package/node_modules/y18n/CHANGELOG.md +100 -0
  2900. package/node_modules/y18n/LICENSE +13 -0
  2901. package/node_modules/y18n/README.md +127 -0
  2902. package/node_modules/y18n/build/index.cjs +203 -0
  2903. package/node_modules/y18n/build/lib/cjs.js +6 -0
  2904. package/node_modules/y18n/build/lib/index.js +174 -0
  2905. package/node_modules/y18n/build/lib/platform-shims/node.js +19 -0
  2906. package/node_modules/y18n/index.mjs +8 -0
  2907. package/node_modules/y18n/package.json +70 -0
  2908. package/node_modules/yargs-parser/CHANGELOG.md +263 -0
  2909. package/node_modules/yargs-parser/LICENSE.txt +14 -0
  2910. package/node_modules/yargs-parser/README.md +518 -0
  2911. package/node_modules/yargs-parser/browser.js +29 -0
  2912. package/node_modules/yargs-parser/build/index.cjs +1042 -0
  2913. package/node_modules/yargs-parser/build/lib/index.js +59 -0
  2914. package/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
  2915. package/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
  2916. package/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
  2917. package/node_modules/yargs-parser/build/lib/yargs-parser.js +1037 -0
  2918. package/node_modules/yargs-parser/package.json +87 -0
  2919. package/node_modules/yocto-queue/index.d.ts +56 -0
  2920. package/node_modules/yocto-queue/index.js +68 -0
  2921. package/node_modules/yocto-queue/license +9 -0
  2922. package/node_modules/yocto-queue/package.json +43 -0
  2923. package/node_modules/yocto-queue/readme.md +64 -0
  2924. package/package.json +19 -13
@@ -0,0 +1,1102 @@
1
+ # Release Notes
2
+
3
+ ## Development
4
+
5
+ [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.8...master)
6
+
7
+ ## v4.7.8 - July 27th, 2023
8
+
9
+ - Make library compatible with workers (#1894) - 3d3796c
10
+ - Don't rely on Node.js global object (#1776) - 2954e7e
11
+ - Fix compiling of each block params in strict mode (#1855) - 30dbf04
12
+ - Fix rollup warning when importing Handlebars as ESM - 03d387b
13
+ - Fix bundler issue with webpack 5 (#1862) - c6c6bbb
14
+ - Use https instead of git for mustache submodule - 88ac068
15
+
16
+ [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.7...v4.7.8)
17
+
18
+ ## v4.7.7 - February 15th, 2021
19
+
20
+ - fix weird error in integration tests - eb860c0
21
+ - fix: check prototype property access in strict-mode (#1736) - b6d3de7
22
+ - fix: escape property names in compat mode (#1736) - f058970
23
+ - refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
24
+ - chore: start testing on Node.js 12 and 13 - 3789a30
25
+
26
+ (POSSIBLY) BREAKING CHANGES:
27
+
28
+ - the changes from version [4.6.0](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md#v460---january-8th-2020) now also apply
29
+ in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods
30
+ can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties
31
+ from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.
32
+
33
+ That is why we only bump the patch version despite mentioning breaking changes.
34
+
35
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)
36
+
37
+ ## v4.7.6 - April 3rd, 2020
38
+
39
+ Chore/Housekeeping:
40
+
41
+ - [#1672](https://github.com/wycats/handlebars.js/issues/1672) - Switch cmd parser to latest minimist ([@dougwilson](https://api.github.com/users/dougwilson)
42
+
43
+ Compatibility notes:
44
+
45
+ - Restored Node.js compatibility
46
+
47
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.5...v4.7.6)
48
+
49
+ ## v4.7.5 - April 2nd, 2020
50
+
51
+ Chore/Housekeeping:
52
+
53
+ - ~Node.js version support has been changed to v6+~ Reverted in 4.7.6
54
+
55
+ Compatibility notes:
56
+
57
+ - ~Node.js < v6 is no longer supported~ Reverted in 4.7.6
58
+
59
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.4...v4.7.5)
60
+
61
+ ## v4.7.4 - April 1st, 2020
62
+
63
+ Chore/Housekeeping:
64
+
65
+ - [#1666](https://github.com/wycats/handlebars.js/issues/1666) - Replaced minimist with yargs for handlebars CLI ([@aorinevo](https://api.github.com/users/aorinevo), [@AviVahl](https://api.github.com/users/AviVahl) & [@fabb](https://api.github.com/users/fabb))
66
+
67
+ Compatibility notes:
68
+
69
+ - No incompatibilities are to be expected
70
+
71
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.4)
72
+
73
+ ## v4.7.3 - February 5th, 2020
74
+
75
+ Chore/Housekeeping:
76
+
77
+ - [#1644](https://github.com/wycats/handlebars.js/issues/1644) - Download links to aws broken on handlebarsjs.com - access denied ([@Tea56](https://api.github.com/users/Tea56))
78
+ - Fix spelling and punctuation in changelog - d78cc73
79
+
80
+ Bugfixes:
81
+
82
+ - Add Type Definition for Handlebars.VERSION, Fixes #1647 - 4de51fe
83
+ - Include Type Definition for runtime.js in Package - a32d05f
84
+
85
+ Compatibility notes:
86
+
87
+ - No incompatibilities are to be expected
88
+
89
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.2...v4.7.3)
90
+
91
+ ## v4.7.2 - January 13th, 2020
92
+
93
+ Bugfixes:
94
+
95
+ - fix: don't wrap helpers that are not functions - 9d5aa36, #1639
96
+
97
+ Chore/Build:
98
+
99
+ - chore: execute saucelabs-task only if access-key exists - a4fd391
100
+
101
+ Compatibility notes:
102
+
103
+ - No breaking changes are to be expected
104
+
105
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.1...v4.7.2)
106
+
107
+ ## v4.7.1 - January 12th, 2020
108
+
109
+ Bugfixes:
110
+
111
+ - fix: fix log output in case of illegal property access - f152dfc
112
+ - fix: log error for illegal property access only once per property - 3c1e252
113
+
114
+ Compatibility notes:
115
+
116
+ - no incompatibilities are to be expected.
117
+
118
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.0...v4.7.1)
119
+
120
+ ## v4.7.0 - January 10th, 2020
121
+
122
+ Features:
123
+
124
+ - feat: default options for controlling proto access - 7af1c12, #1635
125
+ - This makes it possible to disable the prototype access restrictions added in 4.6.0
126
+ - an error is logged in the console, if access to prototype properties is attempted and denied
127
+ and no explicit configuration has taken place.
128
+
129
+ Compatibility notes:
130
+
131
+ - no compatibilities are expected
132
+
133
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.6.0...v4.7.0)
134
+
135
+ ## v4.6.0 - January 8th, 2020
136
+
137
+ Features:
138
+
139
+ - feat: access control to prototype properties via whitelist (#1633)- d03b6ec
140
+
141
+ Bugfixes:
142
+
143
+ - fix(runtime.js): partials compile not caching (#1600) - 23d58e7
144
+
145
+ Chores, docs:
146
+
147
+ - various refactorings and improvements to tests - d7f0dcf, 187d611, d337f40
148
+ - modernize the build-setup
149
+ - use prettier to format and eslint to verify - c40d9f3, 8901c28, e97685e, 1f61f21
150
+ - use nyc instead of istanbul to collect coverage - 164b7ff, 1ebce2b
151
+ - update build code to use modern javascript and make it cleaner - 14b621c, 1ec1737, 3a5b65e, dde108e, 04b1984, 587e7a3
152
+ - restructur build commands - e913dc5,
153
+ - eslint rule changes - ac4655e, dc54952
154
+ - Update (C) year in the LICENSE file - d1fb07b
155
+ - chore: try to fix saucelabs credentials (#1627) -
156
+ - Update readme.md with updated links (#1620) - edcc84f
157
+
158
+ BREAKING CHANGES:
159
+
160
+ - access to prototype properties is forbidden completely by default,
161
+ specific properties or methods can be allowed via runtime-options.
162
+ See #1633 for details.
163
+ If you are using Handlebars as documented, you should not be accessing prototype
164
+ properties from your template anyway, so the changes should not be a problem
165
+ for you. Only the use of undocumented features can break your build.
166
+
167
+ That is why we only bump the minor version despite mentioning breaking changes.
168
+
169
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.6.0)
170
+
171
+ ## v4.5.3 - November 18th, 2019
172
+
173
+ Bugfixes:
174
+
175
+ - fix: add "no-prototype-builtins" eslint-rule and fix all occurences - f7f05d7
176
+ - fix: add more properties required to be enumerable - 1988878
177
+
178
+ Chores / Build:
179
+
180
+ - fix: use !== 0 instead of != 0 - c02b05f
181
+ - add chai and dirty-chai and sinon, for cleaner test-assertions and spies,
182
+ deprecate old assertion-methods - 93e284e, 886ba86, 0817dad, 93516a0
183
+
184
+ Security:
185
+
186
+ - The properties `__proto__`, `__defineGetter__`, `__defineSetter__` and `__lookupGetter__`
187
+ have been added to the list of "properties that must be enumerable".
188
+ If a property by that name is found and not enumerable on its parent,
189
+ it will silently evaluate to `undefined`. This is done in both the compiled template and the "lookup"-helper.
190
+ This will prevent new Remote-Code-Execution exploits that have been
191
+ published recently.
192
+
193
+ Compatibility notes:
194
+
195
+ - Due to the security-fixes. The semantics of the templates using
196
+ `__proto__`, `__defineGetter__`, `__defineSetter__` and `__lookupGetter__` in the respect that those expression now return
197
+ `undefined` rather than their actual value from the proto.
198
+ - The semantics have not changed in cases where the properties are enumerable, as in:
199
+
200
+ ```js
201
+ {
202
+ __proto__: 'some string';
203
+ }
204
+ ```
205
+
206
+ - The change may be breaking in that respect, but we still only
207
+ increase the patch-version, because the incompatible use-cases
208
+ are not intended, undocumented and far less important than fixing
209
+ Remote-Code-Execution exploits on existing systems.
210
+
211
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3)
212
+
213
+ ## v4.5.2 - November 13th, 2019
214
+
215
+ # Bugfixes
216
+
217
+ - fix: use String(field) in lookup when checking for "constructor" - d541378
218
+ - test: add fluent API for testing Handlebars - c2ac79c
219
+
220
+ Compatibility notes:
221
+
222
+ - no incompatibility are to be expected
223
+
224
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...v4.5.2)
225
+
226
+ ## v4.5.1 - October 29th, 2019
227
+
228
+ Bugfixs
229
+
230
+ - fix: move "eslint-plugin-compat" to devDependencies - 5e9d17f (#1589)
231
+
232
+ Compatibility notes:
233
+
234
+ - No compatibility issues are to be expected
235
+
236
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.0...v4.5.1)
237
+
238
+ ## v4.5.0 - October 28th, 2019
239
+
240
+ Features / Improvements
241
+
242
+ - Add method Handlebars.parseWithoutProcessing (#1584) - 62ed3c2
243
+ - add guard to if & unless helpers (#1549)
244
+ - show source location for the strict lookup exceptions - feb60f8
245
+
246
+ Bugfixes:
247
+
248
+ - Use objects for hash value tracking - 7fcf9d2
249
+
250
+ Chore:
251
+
252
+ - Resolve deprecation warning message from eslint while running eslint (#1586) - 7052e88
253
+ - chore: add eslint-plugin-compat and eslint-plugin-es5 - 088e618
254
+
255
+ Compatibility notes:
256
+
257
+ - No compatibility issues are to be expected
258
+
259
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.5...v4.5.0)
260
+
261
+ ## v4.4.5 - October 20th, 2019
262
+
263
+ Bugfixes:
264
+
265
+ - Contents of raw-blocks must be matched with non-eager regex-matching - 8d5530e, #1579
266
+
267
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.4...v4.4.5)
268
+
269
+ ## v4.4.4 - October 20th, 2019
270
+
271
+ Bugfixes:
272
+
273
+ - fix: prevent zero length tokens in raw-blocks (#1577, #1578) - f1752fe
274
+
275
+ Chore:
276
+
277
+ - chore: link to s3 bucket with https, add "npm ci" to build instructions - 0b593bf
278
+
279
+ Compatibility notes:
280
+
281
+ - no compatibility issues are expected
282
+
283
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.4.4)
284
+
285
+ ## v4.4.3 - October 8th, 2019
286
+
287
+ Bugfixes
288
+
289
+ Typings:
290
+
291
+ - add missing type fields to AST typings and add tests for them - 0440af2
292
+
293
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)
294
+
295
+ ## v4.4.2 - October 2nd, 2019
296
+
297
+ - chore: fix grunt-saucelabs dependency - b7eada0
298
+
299
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)
300
+
301
+ ## v4.4.1 - October 2nd, 2019
302
+
303
+ - [#1562](https://github.com/wycats/handlebars.js/issues/1562) - Error message for syntax error missing location in 4.2.1+
304
+
305
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)
306
+
307
+ ## v4.4.0 - September 29th, 2019
308
+
309
+ - Added support for iterable objects in {{#each}} helper (#1557) - cf7545e
310
+
311
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)
312
+
313
+ ## v4.3.4 - September 28th, 2019
314
+
315
+ - fix: harden "propertyIsEnumerable"-check - ff4d827
316
+
317
+ Compatibility notes:
318
+
319
+ - No incompatibilities are known.
320
+
321
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)
322
+
323
+ ## v4.3.3 - September 27th, 2019
324
+
325
+ - fix test case for browsers that do not support **defineGetter** - 8742bde
326
+
327
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)
328
+
329
+ ## v4.3.2 - September 26th, 2019
330
+
331
+ - Use Object.prototype.propertyIsEnumerable to check for constructors - 213c0bb, #1563
332
+
333
+ Compatibility notes:
334
+
335
+ - There are no breaking changes
336
+
337
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)
338
+
339
+ ## v4.3.1 - September 25th, 2019
340
+
341
+ Fixes:
342
+
343
+ - do not break on precompiled templates from Handlebars >=4.0.0 <4.3.0 - 1266838, #1561
344
+ - Ensure allowCallsToHelperMissing runtime option is optional in typings - 93444c5, 64ecb9e, #1560
345
+
346
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)
347
+
348
+ ## v4.3.0 - September 24th, 2019
349
+
350
+ Fixes:
351
+
352
+ - Security: Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72
353
+ - Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72
354
+
355
+ Features:
356
+
357
+ - Add new runtime option `allowCallsToHelperMissing` to allow calling `blockHelperMissing` and `helperMissing`.
358
+
359
+ Breaking changes:
360
+
361
+ Compatibility notes:
362
+
363
+ - Compiler revision increased - 06b7224
364
+
365
+ - This means that template compiled with versions prior to 4.3.0 will not work with runtimes >= 4.3.0
366
+ The increase was done because the "helperMissing" and "blockHelperMissing" are now moved from the helpers
367
+ to the internal "container.hooks" object, so old templates will not be able to call them anymore. We suggest
368
+ that you always recompile your templates with the latest compiler in your build pipelines.
369
+
370
+ - Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72
371
+ - Calling "helperMissing" and "blockHelperMissing" directly from a template (like in `{{blockHelperMissing}}` was
372
+ never intended and was part of the exploits that have been revealed early in 2019
373
+ (see https://github.com/wycats/handlebars.js/issues/1495). _It is also part of a new exploit that
374
+ is not captured by the earlier fix._ In order to harden Handlebars against such exploits, calling thos helpers
375
+ is now not possible anymore. _Overriding_ those helpers is still possible.
376
+ - If you really need this behavior, you can set the runtime option `allowCallsToHelperMissing` to `true` and the
377
+ calls will again be possible
378
+
379
+ Both bullet points imly that Handlebars is not 100% percent compatible to 4.2.0, despite the minor version bump.
380
+
381
+ We consider it more important to resolve a major security issue than to maintain 100% compatibility.
382
+
383
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)
384
+
385
+ ## v4.2.1 - September 20th, 2019
386
+
387
+ Bugfixes:
388
+
389
+ - The "browser" property in the package.json has been updated to use the common-js builds instead of the minified UMD - c55a7be, #1553
390
+
391
+ Compatibility notes:
392
+
393
+ - No compatibility issues should arise
394
+
395
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)
396
+
397
+ ## v4.2.0 - September 3rd, 2019
398
+
399
+ Chore/Test:
400
+
401
+ - Use custom `grunt-saucelab` with current sauce-connect proxy - f119497
402
+ - Add framework for various integration tests - f9cce4d
403
+ - Add integration test for webpack - a57b682
404
+
405
+ Bugfixes:
406
+
407
+ - [#1544](https://github.com/wycats/handlebars.js/issues/1544) - Typescript types: `knownHelpers` doesnt allow for custom helpers ([@NickCis](https://api.github.com/users/NickCis))
408
+ - [#1534](https://github.com/wycats/handlebars.js/pull/1534) - Add typings for "Handlebars.VM.resolvePartial ([@AndrewLeedham](https://api.github.com/users/AndrewLeedham))
409
+
410
+ Features:
411
+
412
+ - [#1540](https://github.com/wycats/handlebars.js/pull/1540) - added "browser"-property to package.json, resolves #1102 ([@ouijan](https://api.github.com/users/ouijan))
413
+
414
+ Compatibility notes:
415
+
416
+ - The new "browser"-property should not break anything, but you can never be sure. The integration test for webpack
417
+ shows that it works, but if it doesn't please open an issue.
418
+
419
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2-0...v4.2.0)
420
+
421
+ ## v4.1.2-0 - August 25th, 2019
422
+
423
+ [#1540](https://github.com/wycats/handlebars.js/pull/1540) - added browser to package.json, resolves #1102 ([@ouijan](https://api.github.com/users/ouijan))
424
+
425
+ Compatibility notes:
426
+
427
+ - We are not sure if imports via webpack are still working, which is why this release is a pre-release
428
+
429
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.1.2-0)
430
+
431
+ ## v4.1.2 - April 13th, 2019
432
+
433
+ Chore/Test:
434
+
435
+ - [#1515](https://github.com/wycats/handlebars.js/pull/1515) - Port over linting and test for typings ([@zimmi88](https://api.github.com/users/zimmi88))
436
+ - chore: add missing typescript dependency, add package-lock.json - 594f1e3
437
+ - test: remove safari from saucelabs - 871accc
438
+
439
+ Bugfixes:
440
+
441
+ - fix: prevent RCE through the "lookup"-helper - cd38583
442
+
443
+ Compatibility notes:
444
+
445
+ Access to the constructor of a class thought `{{lookup obj "constructor" }}` is now prohibited. This closes
446
+ a leak that only half closed in versions 4.0.13 and 4.1.0, but it is a slight incompatibility.
447
+
448
+ This kind of access is not the intended use of Handlebars and leads to the vulnerability described
449
+ in #1495. We will **not** increase the major version, because such use is not intended or documented,
450
+ and because of the potential impact of the issue (we fear that most people won't use a new major version
451
+ and the issue may not be resolved on many systems).
452
+
453
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)
454
+
455
+ ## v4.1.1 - March 16th, 2019
456
+
457
+ Bugfixes:
458
+
459
+ - fix: add "runtime.d.ts" to allow "require('handlebars/runtime')" in TypeScript - 5cedd62
460
+
461
+ Refactorings:
462
+
463
+ - replace "async" with "neo-async" - 048f2ce
464
+ - use "substring"-function instead of "substr" - 445ae12
465
+
466
+ Compatibility notes:
467
+
468
+ - This is a bugfix release. There are no breaking change and no new features.
469
+
470
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)
471
+
472
+ ## v4.1.0 - February 7th, 2019
473
+
474
+ New Features
475
+
476
+ - import TypeScript typings - 27ac1ee
477
+
478
+ Security fixes:
479
+
480
+ - disallow access to the constructor in templates to prevent RCE - 42841c4, #1495
481
+
482
+ Housekeeping
483
+
484
+ - chore: fix components/handlebars package.json and auto-update on release - bacd473
485
+ - chore: Use node 10 to build handlebars - 78dd89c
486
+ - chore/doc: Add more release docs - 6b87c21
487
+
488
+ Compatibility notes:
489
+
490
+ Access to class constructors (i.e. `({}).constructor`) is now prohibited to prevent
491
+ Remote Code Execution. This means that following construct will no work anymore:
492
+
493
+ ```
494
+ class SomeClass {
495
+ }
496
+
497
+ SomeClass.staticProperty = 'static'
498
+
499
+ var template = Handlebars.compile('{{constructor.staticProperty}}');
500
+ document.getElementById('output').innerHTML = template(new SomeClass());
501
+ // expected: 'static', but now this is empty.
502
+ ```
503
+
504
+ This kind of access is not the intended use of Handlebars and leads to the vulnerability described in #1495. We will **not** increase the major version, because such use is not intended or documented, and because of the potential impact of the issue (we fear that most people won't use a new major version and the issue may not be resolved on many systems).
505
+
506
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0)
507
+
508
+ ## v4.0.12 - September 4th, 2018
509
+
510
+ New features:
511
+
512
+ - none
513
+
514
+ Various dependency updates
515
+
516
+ - [#1464](https://github.com/wycats/handlebars.js/pull/1464) - Bump versions of grunt-plugins to 1.x
517
+ - [#1398](https://github.com/wycats/handlebars.js/pull/1398) - Chore: updated various dev dependencies
518
+ - upgrade uglify-js - d3d3942
519
+ - Update grunt-eslint to 20.1.0 - 7729aa9
520
+ - Update dependencies "async" to 2.5.0 and "source-map" to 0.6.1 (73d5637)
521
+
522
+ Bugfixes:
523
+
524
+ - [components/handlebars.js#24](https://github.com/components/handlebars.js#24) Add package.json to components shim
525
+ - Updated `source-map`-package should work better with `rollup`[#1463](https://github.com/wycats/handlebars.js/issues/1463)
526
+
527
+ Removed obsolete code:
528
+
529
+ - unnecessary check - 0ddff8b
530
+ - Use `files` field - 69c6ca5
531
+ - Update jsfiddle to 4.0.11 - 8947dd0
532
+
533
+ Compatibility notes:
534
+
535
+ - No compatibility issues are to be expected
536
+
537
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.0.12)
538
+
539
+ ## v4.0.11 - October 17th, 2017
540
+
541
+ - [#1391](https://github.com/wycats/handlebars.js/issues/1391) - `uglify-js` is unconditionally imported, but only listed as optional dependency ([@Turbo87](https://github.com/Turbo87))
542
+ - [#1233](https://github.com/wycats/handlebars.js/issues/1233) - Unable to build under windows - error at test:bin task ([@blikblum](https://github.com/blikblum))
543
+ - Update (C) year in the LICENSE file - 21386b6
544
+
545
+ Compatibility notes:
546
+
547
+ - This is a bugfix release. There are no breaking change and no new features.
548
+
549
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.10...v4.0.11)
550
+
551
+ ## v4.0.10 - May 21st, 2017
552
+
553
+ - Fix regression in 4.0.9: Replace "Object.assign" (not support in IE) by "util/extend" - 0e953d1
554
+
555
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.9...v4.0.10)
556
+
557
+ ## v4.0.9 - May 21st, 2017
558
+
559
+ - [#1327](https://github.com/wycats/handlebars.js/issues/1327) Handlebars.compile() does not modify "options" anymore
560
+ - pending [#1331](https://github.com/wycats/handlebars.js/issues/1331) Attempts to build Handlebars in a Windows environment
561
+ - Fix build in windows - cc554a5
562
+ - Ensure LF line-edings in handlebars-template fixtures (\*.hbs) - ed879a6
563
+ - Run integration test with `node handlebars -a ...` on Windows - 2e21e2b
564
+ - Ensure LF line-edings in lexer-files (\*.l) - bdfdbea
565
+ - Force LF line-endings for spec/artifacts - b50ef03
566
+ - Use istanbul/lib/cli.js instead of node_modules/.bin/istanbul - 6e6269f
567
+ - TravisCI: Publish valid semver tags independently of the branch - 7378f85
568
+
569
+ Compatibility notes:
570
+
571
+ - No compatibility issues are expected.
572
+
573
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.8...v4.0.9)
574
+
575
+ ## v4.0.8 - May 2nd, 2017
576
+
577
+ - [#1341](https://github.com/wycats/handlebars.js/issues/1341) [#1342](https://github.com/wycats/handlebars.js/issues/1342) Allow partial-blocks to be executed without "options" ([@nknapp](https://github.com/nknapp)) - a00c598
578
+
579
+ Compatibility notes:
580
+
581
+ - No breaking changes
582
+
583
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.7...v4.0.8)
584
+
585
+ ## v4.0.7 - April 29th, 2017
586
+
587
+ - [#1319](https://github.com/wycats/handlebars.js/issues/1319): Fix context-stack when calling block-helpers on null values ([@nknapp](https://github.com/nknapp)) - c8f4b57
588
+ - [#1315](https://github.com/wycats/handlebars.js/pull/1315) Parser: Change suffix to use ES6 default module export ([@Turbo87](https://github.com/Turbo87))- b617375
589
+ - [#1290](https://github.com/wycats/handlebars.js/pull/1290) [#1252](https://github.com/wycats/handlebars.js/issue/1290) Add more tests for partial-blocks and inline partials ([@nknapp](https://github.com/nknapp)) - 63a8e0c
590
+ - [#1252](https://github.com/wycats/handlebars.js/issue/1290) Using @partial-block twice in a template not possible ([@nknapp](https://github.com/nknapp)) - 5a164d0
591
+ - [#1310](https://github.com/wycats/handlebars.js/pull/1310) Avoid duplicate "sourceMappingURL=" lines. ([@joonas-lahtinen](https://github.com/joonas-lahtinen)) - 01b0f65
592
+ - [#1275](https://github.com/wycats/handlebars.js/pull/1275) require('sys') is deprecated, using 'util' instead ([@travnels](https://github.com/travnels)) - 406f2ee
593
+ - [#1285](https://github.com/wycats/handlebars.js/pull/1285) [#1284](https://github.com/wycats/handlebars.js/issues/1284) Make "column"-property of Errors enumerable ([@nknapp](https://github.com/nknapp)) - a023cb4
594
+ - [#1285](https://github.com/wycats/handlebars.js/pull/1285) Testcase to verify that compile-errors have a column-property ([@nknapp](https://github.com/nknapp)) - c7dc353
595
+
596
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.6...v4.0.7)
597
+
598
+ ## v4.0.6 - November 12th, 2016
599
+
600
+ - [#1243](https://github.com/wycats/handlebars.js/pull/1243) - Walk up data frames for nested @partial-block ([@lawnsea](https://github.com/lawnsea))
601
+ - [#1210](https://github.com/wycats/handlebars.js/pull/1210) - Add a new lightweight package based on handlebars in the README ([@kabirbaidhya](https://github.com/kabirbaidhya))
602
+ - [#1187](https://github.com/wycats/handlebars.js/pull/1187) - Ensure that existing blockParams and depths are respected on dupe programs ([@charleso](https://github.com/charleso))
603
+ - [#1191](https://github.com/wycats/handlebars.js/pull/1191) - Added cory ([@leo](https://github.com/leo))
604
+ - [#1177](https://github.com/wycats/handlebars.js/pull/1177) - Preserve License info in Closure Compiler ([@gennadiylitvinyuk](https://github.com/gennadiylitvinyuk))
605
+ - [#1171](https://github.com/wycats/handlebars.js/pull/1171) - Contributing doc fix: failing thats -> failing tests ([@paulfalgout](https://github.com/paulfalgout))
606
+ - [#1166](https://github.com/wycats/handlebars.js/pull/1166) - Update license date ([@timwangdev](https://github.com/timwangdev))
607
+ - Update jsfiddle to point to latest - 959ee55 (originally dfc7554 by [@kpdecker](https://github.com/kpdecker))
608
+ - [#1163](https://github.com/wycats/handlebars.js/pull/1163) - Fix typos on decorators-api.md. ([@adjohnson916](https://github.com/adjohnson916))
609
+ - Drop extra Error params - 8c19874 (originally 63fdb92 by [@kpdecker](https://github.com/kpdecker))
610
+ - [#1153](https://github.com/wycats/handlebars.js/pull/1153) - Add documentation for running tests to contributing.md ([@ryanmurakami](https://github.com/ryanmurakami))
611
+ - Avoid error in older browsers in test - 400916c (originally a6121ca by [@kpdecker](https://github.com/kpdecker))
612
+ - Update target browser test versions - fee2334 (originally 871c32a by [@kpdecker](https://github.com/kpdecker))
613
+ - Exclude coverage check in exception conditional - 32d6363 (originally 326734b by [@kpdecker](https://github.com/kpdecker))
614
+ - Fix throw when creating exception object in Safari - 20c965c (originally 2ea6119 by [@kpdecker](https://github.com/kpdecker))
615
+ - Update build for modern node versions - 6c9f98c (originally 8289c0b by [@kpdecker](https://github.com/kpdecker))
616
+ - [#1135](https://github.com/wycats/handlebars.js/issues/1135) - Relax depth check for context push - c393c81 (originally 25458fd by [@kpdecker](https://github.com/kpdecker))
617
+
618
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.5...v4.0.6)
619
+
620
+ ## v4.0.5 - November 19th, 2015
621
+
622
+ - [#1132](https://github.com/wycats/handlebars.js/pull/1132) - Update uglify-js to avoid vulnerability ([@plynchnlm](https://github.com/plynchnlm))
623
+ - [#1129](https://github.com/wycats/handlebars.js/issues/1129) - Minified lib returns an empty string ([@bricss](https://github.com/bricss))
624
+ - Return current handlebars instance from noConflict - 685cf92
625
+ - Add webpack to dev dependency to support npm 3 - 7a6c228
626
+ - Further relax uglify dependency - 0a3b3c2
627
+ - Include tests for minimized artifacts - c21118d
628
+ - Fix lint errors under latest eslint - 9f59de9
629
+ - Add print-script helper script - 98a6717
630
+
631
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.4...v4.0.5)
632
+
633
+ ## v4.0.4 - October 29th, 2015
634
+
635
+ - [#1121](https://github.com/wycats/handlebars.js/pull/1121) - Include partial name in 'undefined partial' exception message ([@shinypb](https://github.com/shinypb))
636
+ - [#1125](https://github.com/wycats/handlebars.js/pull/1125) - Add promised-handlebars to "in-the-wild"-list ([@nknapp](https://github.com/nknapp))
637
+
638
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.3...v4.0.4)
639
+
640
+ ## v4.0.3 - September 23rd, 2015
641
+
642
+ - [#1099](https://github.com/wycats/handlebars.js/issues/1099) - @partial-block is overridden ([@btmorex](https://github.com/btmorex))
643
+ - [#1093](https://github.com/wycats/handlebars.js/issues/1093) - #each skips iteration on undefined values ([@florianpilz](https://github.com/florianpilz))
644
+ - [#1092](https://github.com/wycats/handlebars.js/issues/1092) - Square braces in key name ([@distantnative](https://github.com/distantnative))
645
+ - [#1091](https://github.com/wycats/handlebars.js/pull/1091) - fix typo in release notes ([@nikolas](https://github.com/nikolas))
646
+ - [#1090](https://github.com/wycats/handlebars.js/pull/1090) - grammar fixes in 4.0.0 release notes ([@nikolas](https://github.com/nikolas))
647
+
648
+ Compatibility notes:
649
+
650
+ - `each` iteration with `undefined` values has been restored to the 3.0 behaviors. Helper calls with undefined context values will now execute against an arbitrary empty object to avoid executing against global object in non-strict mode.
651
+ - `]` can now be included in `[]` wrapped identifiers by escaping with `\`. Any `[]` identifiers that include `\` will now have to properly escape these values.
652
+
653
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.2...v4.0.3)
654
+
655
+ ## v4.0.2 - September 4th, 2015
656
+
657
+ - [#1089](https://github.com/wycats/handlebars.js/issues/1089) - "Failover content" not working in multiple levels of inline partials ([@michaellopez](https://github.com/michaellopez))
658
+
659
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.1...v4.0.2)
660
+
661
+ ## v4.0.1 - September 2nd, 2015
662
+
663
+ - Fix failure when using decorators in partials - 05b82a2
664
+
665
+ [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.0...v4.0.1)
666
+
667
+ ## v4.0.0 - September 1st, 2015
668
+
669
+ - [#1082](https://github.com/wycats/handlebars.js/pull/1082) - Decorators and Inline Partials ([@kpdecker](https://github.com/kpdecker))
670
+ - [#1076](https://github.com/wycats/handlebars.js/pull/1076) - Implement partial blocks ([@kpdecker](https://github.com/kpdecker))
671
+ - [#1087](https://github.com/wycats/handlebars.js/pull/1087) - Fix #each when last object entry has empty key ([@denniskuczynski](https://github.com/denniskuczynski))
672
+ - [#1084](https://github.com/wycats/handlebars.js/pull/1084) - Bump uglify version to fix vulnerability ([@John-Steidley](https://github.com/John-Steidley))
673
+ - [#1068](https://github.com/wycats/handlebars.js/pull/1068) - Fix typo ([@0xack13](https://github.com/0xack13))
674
+ - [#1060](https://github.com/wycats/handlebars.js/pull/1060) - #1056 Fixed grammar for nested raw blocks ([@ericbn](https://github.com/ericbn))
675
+ - [#1052](https://github.com/wycats/handlebars.js/pull/1052) - Updated year in License ([@maqnouch](https://github.com/maqnouch))
676
+ - [#1037](https://github.com/wycats/handlebars.js/pull/1037) - Fix minor typos in README ([@tomxtobin](https://github.com/tomxtobin))
677
+ - [#1032](https://github.com/wycats/handlebars.js/issues/1032) - Is it possible to render a partial without the parent scope? ([@aputinski](https://github.com/aputinski))
678
+ - [#1019](https://github.com/wycats/handlebars.js/pull/1019) - Fixes typo in tests ([@aymerick](https://github.com/aymerick))
679
+ - [#1016](https://github.com/wycats/handlebars.js/issues/1016) - Version mis-match ([@mayankdedhia](https://github.com/mayankdedhia))
680
+ - [#1023](https://github.com/wycats/handlebars.js/issues/1023) - is it possible for nested custom helpers to communicate between each other?
681
+ - [#893](https://github.com/wycats/handlebars.js/issues/893) - [Proposal] Section blocks.
682
+ - [#792](https://github.com/wycats/handlebars.js/issues/792) - feature request: inline partial definitions
683
+ - [#583](https://github.com/wycats/handlebars.js/issues/583) - Parent path continues to drill down depth with multiple conditionals
684
+ - [#404](https://github.com/wycats/handlebars.js/issues/404) - Add named child helpers that can be referenced by block helpers
685
+ - Escape = in HTML content - [83b8e84](https://github.com/wycats/handlebars.js/commit/83b8e84)
686
+ - Drop AST constructors in favor of JSON - [95d84ba](https://github.com/wycats/handlebars.js/commit/95d84ba)
687
+ - Pass container rather than exec as context - [9a2d1d6](https://github.com/wycats/handlebars.js/commit/9a2d1d6)
688
+ - Add ignoreStandalone compiler option - [ea3a5a1](https://github.com/wycats/handlebars.js/commit/ea3a5a1)
689
+ - Ignore empty when iterating on sparse arrays - [06d515a](https://github.com/wycats/handlebars.js/commit/06d515a)
690
+ - Add support for string and stdin precompilation - [0de8dac](https://github.com/wycats/handlebars.js/commit/0de8dac)
691
+ - Simplify object assignment generation logic - [77e6bfc](https://github.com/wycats/handlebars.js/commit/77e6bfc)
692
+ - Bulletproof AST.helpers.helperExpression - [93b0760](https://github.com/wycats/handlebars.js/commit/93b0760)
693
+ - Always return string responses - [8e868ab](https://github.com/wycats/handlebars.js/commit/8e868ab)
694
+ - Pass undefined fields to helpers in strict mode - [5d4b8da](https://github.com/wycats/handlebars.js/commit/5d4b8da)
695
+ - Avoid depth creation when context remains the same - [279e038](https://github.com/wycats/handlebars.js/commit/279e038)
696
+ - Improve logging API - [9a49d35](https://github.com/wycats/handlebars.js/commit/9a49d35)
697
+ - Fix with operator in no @data mode - [231a8d7](https://github.com/wycats/handlebars.js/commit/231a8d7)
698
+ - Allow empty key name in each iteration - [1bb640b](https://github.com/wycats/handlebars.js/commit/1bb640b)
699
+ - Add with block parameter support - [2a85106](https://github.com/wycats/handlebars.js/commit/2a85106)
700
+ - Fix escaping of non-javascript identifiers - [410141c](https://github.com/wycats/handlebars.js/commit/410141c)
701
+ - Fix location information for programs - [93faffa](https://github.com/wycats/handlebars.js/commit/93faffa)
702
+
703
+ Compatibility notes:
704
+
705
+ - Depthed paths are now conditionally pushed on to the stack. If the helper uses the same context, then a new stack is not created. This leads to behavior that better matches expectations for helpers like `if` that do not seem to alter the context. Any instances of `../` in templates will need to be checked for the correct behavior under 4.0.0. In general templates will either reduce the number of `../` instances or leave them as is. See [#1028](https://github.com/wycats/handlebars.js/issues/1028).
706
+ - The `=` character is now HTML escaped. This closes a potential exploit case when using unquoted attributes, i.e. `<div foo={{bar}}>`. In general it's recommended that attributes always be quoted when their values are generated from a mustache to avoid any potential exploit surfaces.
707
+ - AST constructors have been dropped in favor of plain old javascript objects
708
+ - The runtime version has been increased. Precompiled templates will need to use runtime of at least 4.0.0.
709
+
710
+ [Commits](https://github.com/wycats/handlebars.js/compare/v3.0.3...v4.0.0)
711
+
712
+ ## v3.0.3 - April 28th, 2015
713
+
714
+ - [#1004](https://github.com/wycats/handlebars.js/issues/1004) - Latest version breaks with RequireJS (global is undefined) ([@boskee](https://github.com/boskee))
715
+
716
+ [Commits](https://github.com/wycats/handlebars.js/compare/v3.0.2...v3.0.3)
717
+
718
+ ## v3.0.2 - April 20th, 2015
719
+
720
+ - [#998](https://github.com/wycats/handlebars.js/pull/998) - Add full support for es6 ([@kpdecker](https://github.com/kpdecker))
721
+ - [#994](https://github.com/wycats/handlebars.js/issues/994) - Access Handlebars.Visitor in browser ([@tamlyn](https://github.com/tamlyn))
722
+ - [#990](https://github.com/wycats/handlebars.js/issues/990) - Allow passing null/undefined literals subexpressions ([@blimmer](https://github.com/blimmer))
723
+ - [#989](https://github.com/wycats/handlebars.js/issues/989) - Source-map error with requirejs ([@SteppeEagle](https://github.com/SteppeEagle))
724
+ - [#967](https://github.com/wycats/handlebars.js/issues/967) - can't access "this" property ([@75lb](https://github.com/75lb))
725
+ - Use captureStackTrace for error handler - a009a97
726
+ - Ignore branches tested without coverage monitoring - 37a664b
727
+
728
+ [Commits](https://github.com/wycats/handlebars.js/compare/v3.0.1...v3.0.2)
729
+
730
+ ## v3.0.1 - March 24th, 2015
731
+
732
+ - [#984](https://github.com/wycats/handlebars.js/pull/984) - Adding documentation for passing arguments into partials ([@johneke](https://github.com/johneke))
733
+ - [#973](https://github.com/wycats/handlebars.js/issues/973) - version 3 is slower than version 2 ([@elover](https://github.com/elover))
734
+ - [#966](https://github.com/wycats/handlebars.js/issues/966) - "handlebars --version" does not work with v3.0.0 ([@abloomston](https://github.com/abloomston))
735
+ - [#964](https://github.com/wycats/handlebars.js/pull/964) - default is a reserved word ([@grassick](https://github.com/grassick))
736
+ - [#962](https://github.com/wycats/handlebars.js/pull/962) - Add dashbars' link on README. ([@pismute](https://github.com/pismute))
737
+
738
+ [Commits](https://github.com/wycats/handlebars.js/compare/v3.0.0...v3.0.1)
739
+
740
+ ## v3.0.0 - February 10th, 2015
741
+
742
+ - [#941](https://github.com/wycats/handlebars.js/pull/941) - Add support for dynamic partial names ([@kpdecker](https://github.com/kpdecker))
743
+ - [#940](https://github.com/wycats/handlebars.js/pull/940) - Add missing reserved words so compiler knows to use array syntax: ([@mattflaschen](https://github.com/mattflaschen))
744
+ - [#938](https://github.com/wycats/handlebars.js/pull/938) - Fix example using #with helper ([@diwo](https://github.com/diwo))
745
+ - [#930](https://github.com/wycats/handlebars.js/pull/930) - Add parent tracking and mutation to AST visitors ([@kpdecker](https://github.com/kpdecker))
746
+ - [#926](https://github.com/wycats/handlebars.js/issues/926) - Depthed lookups fail when program duplicator runs ([@kpdecker](https://github.com/kpdecker))
747
+ - [#918](https://github.com/wycats/handlebars.js/pull/918) - Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos ([@oneeman](https://github.com/oneeman))
748
+ - [#915](https://github.com/wycats/handlebars.js/pull/915) - Ast update ([@kpdecker](https://github.com/kpdecker))
749
+ - [#910](https://github.com/wycats/handlebars.js/issues/910) - Different behavior of {{@last}} when {{#each}} in {{#each}} ([@zordius](https://github.com/zordius))
750
+ - [#907](https://github.com/wycats/handlebars.js/issues/907) - Implement named helper variable references ([@kpdecker](https://github.com/kpdecker))
751
+ - [#906](https://github.com/wycats/handlebars.js/pull/906) - Add parser support for block params ([@mmun](https://github.com/mmun))
752
+ - [#903](https://github.com/wycats/handlebars.js/issues/903) - Only provide aliases for multiple use calls ([@kpdecker](https://github.com/kpdecker))
753
+ - [#902](https://github.com/wycats/handlebars.js/pull/902) - Generate Source Maps ([@kpdecker](https://github.com/kpdecker))
754
+ - [#901](https://github.com/wycats/handlebars.js/issues/901) - Still escapes with noEscape enabled on isolated Handlebars environment ([@zedknight](https://github.com/zedknight))
755
+ - [#896](https://github.com/wycats/handlebars.js/pull/896) - Simplify BlockNode by removing intermediate MustacheNode ([@mmun](https://github.com/mmun))
756
+ - [#892](https://github.com/wycats/handlebars.js/pull/892) - Implement parser for else chaining of helpers ([@kpdecker](https://github.com/kpdecker))
757
+ - [#889](https://github.com/wycats/handlebars.js/issues/889) - Consider extensible parser API ([@kpdecker](https://github.com/kpdecker))
758
+ - [#887](https://github.com/wycats/handlebars.js/issues/887) - Handlebars.noConflict() option? ([@bradvogel](https://github.com/bradvogel))
759
+ - [#886](https://github.com/wycats/handlebars.js/issues/886) - Add SafeString to context (or use duck-typing) ([@dominicbarnes](https://github.com/dominicbarnes))
760
+ - [#870](https://github.com/wycats/handlebars.js/pull/870) - Registering undefined partial throws exception. ([@max-b](https://github.com/max-b))
761
+ - [#866](https://github.com/wycats/handlebars.js/issues/866) - comments don't respect whitespace control ([@75lb](https://github.com/75lb))
762
+ - [#863](https://github.com/wycats/handlebars.js/pull/863) - + jsDelivr CDN info ([@tomByrer](https://github.com/tomByrer))
763
+ - [#858](https://github.com/wycats/handlebars.js/issues/858) - Disable new default auto-indent at included partials ([@majodev](https://github.com/majodev))
764
+ - [#856](https://github.com/wycats/handlebars.js/pull/856) - jspm compatibility ([@MajorBreakfast](https://github.com/MajorBreakfast))
765
+ - [#805](https://github.com/wycats/handlebars.js/issues/805) - Request: "strict" lookups ([@nzakas](https://github.com/nzakas))
766
+
767
+ - Export the default object for handlebars/runtime - 5594416
768
+ - Lookup partials when undefined - 617dd57
769
+
770
+ Compatibility notes:
771
+
772
+ - Runtime breaking changes. Must match 3.x runtime and precompiler.
773
+ - The AST has been upgraded to a public API.
774
+ - There are a number of changes to this, but the format is now documented in docs/compiler-api.md
775
+ - The Visitor API has been expanded to support mutation and provide a base implementation
776
+ - The `JavaScriptCompiler` APIs have been formalized and documented. As part of the sourcemap handling these should be updated to return arrays for concatenation.
777
+ - `JavaScriptCompiler.namespace` has been removed as it was unused.
778
+ - `SafeString` is now duck typed on `toHTML`
779
+
780
+ New Features:
781
+
782
+ - noConflict
783
+ - Source Maps
784
+ - Block Params
785
+ - Strict Mode
786
+ - @last and other each changes
787
+ - Chained else blocks
788
+ - @data methods can now have helper parameters passed to them
789
+ - Dynamic partials
790
+
791
+ [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0...v3.0.0)
792
+
793
+ ## v2.0.0 - September 1st, 2014
794
+
795
+ - Update jsfiddle to 2.0.0-beta.1 - 0670f65
796
+ - Add contrib note regarding handlebarsjs.com docs - 4d17e3c
797
+ - Play nice with gemspec version numbers - 64d5481
798
+
799
+ [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-beta.1...v2.0.0)
800
+
801
+ ## v2.0.0-beta.1 - August 26th, 2014
802
+
803
+ - [#787](https://github.com/wycats/handlebars.js/pull/787) - Remove whitespace surrounding standalone statements ([@kpdecker](https://github.com/kpdecker))
804
+ - [#827](https://github.com/wycats/handlebars.js/issues/827) - Render false literal as “false” ([@scoot557](https://github.com/scoot557))
805
+ - [#767](https://github.com/wycats/handlebars.js/issues/767) - Subexpressions bug with hash and context ([@evensoul](https://github.com/evensoul))
806
+ - Changes to 0/undefined handling
807
+ - [#731](https://github.com/wycats/handlebars.js/pull/731) - Strange behavior for {{#foo}} {{bar}} {{/foo}} when foo is 0 ([@kpdecker](https://github.com/kpdecker))
808
+ - [#820](https://github.com/wycats/handlebars.js/issues/820) - strange behavior for {{foo.bar}} when foo is 0 or null or false ([@zordius](https://github.com/zordius))
809
+ - [#837](https://github.com/wycats/handlebars.js/issues/837) - Strange input for custom helper ( foo.bar == false when foo is undefined ) ([@zordius](https://github.com/zordius))
810
+ - [#819](https://github.com/wycats/handlebars.js/pull/819) - Implement recursive field lookup ([@kpdecker](https://github.com/kpdecker))
811
+ - [#764](https://github.com/wycats/handlebars.js/issues/764) - This reference not working for helpers ([@kpdecker](https://github.com/kpdecker))
812
+ - [#773](https://github.com/wycats/handlebars.js/issues/773) - Implicit parameters in {{#each}} introduces a peculiarity in helpers calling convention ([@Bertrand](https://github.com/Bertrand))
813
+ - [#783](https://github.com/wycats/handlebars.js/issues/783) - helperMissing and consistency for different expression types ([@ErisDS](https://github.com/ErisDS))
814
+ - [#795](https://github.com/wycats/handlebars.js/pull/795) - Turn the precompile script into a wrapper around a module. ([@jwietelmann](https://github.com/jwietelmann))
815
+ - [#823](https://github.com/wycats/handlebars.js/pull/823) - Support inverse sections on the with helper ([@dan-manges](https://github.com/dan-manges))
816
+ - [#834](https://github.com/wycats/handlebars.js/pull/834) - Refactor blocks, programs and inverses ([@mmun](https://github.com/mmun))
817
+ - [#852](https://github.com/wycats/handlebars.js/issues/852) - {{foo~}} space control behavior is different from older version ([@zordius](https://github.com/zordius))
818
+ - [#835](https://github.com/wycats/handlebars.js/issues/835) - Templates overwritten if file is loaded twice
819
+
820
+ - Expose escapeExpression on the root object - 980c38c
821
+ - Remove nested function eval in blockHelperMissing - 6f22ec1
822
+ - Fix compiler program de-duping - 9e3f824
823
+
824
+ Compatibility notes:
825
+
826
+ - The default build now outputs a generic UMD wrapper. This should be transparent change but may cause issues in some environments.
827
+ - Runtime compatibility breaks in both directions. Ensure that both compiler and client are upgraded to 2.0.0-beta.1 or higher at the same time.
828
+ - `programWithDepth` has been removed an instead an array of context values is passed to fields needing depth lookups.
829
+ - `false` values are now printed to output rather than silently dropped
830
+ - Lines containing only block statements and whitespace are now removed. This matches the Mustache spec but may cause issues with code that expects whitespace to exist but would not otherwise.
831
+ - Partials that are standalone will now indent their rendered content
832
+ - `AST.ProgramNode`'s signature has changed.
833
+ - Numerious methods/features removed from pseudo-API classes
834
+ - `JavaScriptCompiler.register`
835
+ - `JavaScriptCompiler.replaceStack` no longer supports non-inline replace
836
+ - `Compiler.disassemble`
837
+ - `DECLARE` opcode
838
+ - `strip` opcode
839
+ - `lookup` opcode
840
+ - Content nodes may have their `string` values mutated over time. `original` field provides the unmodified value.
841
+ - Removed unused `Handlebars.registerHelper` `inverse` parameter
842
+ - `each` helper requires iterator parameter
843
+
844
+ [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.4...v2.0.0-beta.1)
845
+
846
+ ## v2.0.0-alpha.4 - May 19th, 2014
847
+
848
+ - Expose setup wrappers for compiled templates - 3638874
849
+
850
+ [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.3...v2.0.0-alpha.4)
851
+
852
+ ## v2.0.0-alpha.3 - May 19th, 2014
853
+
854
+ - [#797](https://github.com/wycats/handlebars.js/pull/797) - Pass full helper ID to helperMissing when options are provided ([@tomdale](https://github.com/tomdale))
855
+ - [#793](https://github.com/wycats/handlebars.js/pull/793) - Ensure isHelper is coerced to a boolean ([@mmun](https://github.com/mmun))
856
+ - Refactor template init logic - 085e5e1
857
+
858
+ [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.2...v2.0.0-alpha.3)
859
+
860
+ ## v2.0.0-alpha.2 - March 6th, 2014
861
+
862
+ - [#756](https://github.com/wycats/handlebars.js/pull/756) - fix bug in IE<=8 (no Array::map), closes #751 ([@jenseng](https://github.com/jenseng))
863
+ - [#749](https://github.com/wycats/handlebars.js/pull/749) - properly handle multiple subexpressions in the same hash, fixes #748 ([@jenseng](https://github.com/jenseng))
864
+ - [#743](https://github.com/wycats/handlebars.js/issues/743) - subexpression confusion/problem? ([@waynedpj](https://github.com/waynedpj))
865
+ - [#746](https://github.com/wycats/handlebars.js/issues/746) - [CLI] support `handlebars --version` ([@apfelbox](https://github.com/apfelbox))
866
+ - [#747](https://github.com/wycats/handlebars.js/pull/747) - updated grunt-saucelabs, failing tests revealed ([@Jonahss](https://github.com/Jonahss))
867
+ - Make JSON a requirement for the compiler. - 058c0fb
868
+ - Temporarily kill the AWS publish CI step - 8347ee2
869
+
870
+ Compatibility notes:
871
+
872
+ - A JSON polyfill is required to run the compiler under IE8 and below. It's recommended that the precompiler be used in lieu of running the compiler on these legacy environments.
873
+
874
+ [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0-alpha.1...v2.0.0-alpha.2)
875
+
876
+ ## v2.0.0-alpha.1 - February 10th, 2014
877
+
878
+ - [#182](https://github.com/wycats/handlebars.js/pull/182) - Allow passing hash parameters to partials ([@kpdecker](https://github.com/kpdecker))
879
+ - [#392](https://github.com/wycats/handlebars.js/pull/392) - Access to root context in partials and helpers ([@kpdecker](https://github.com/kpdecker))
880
+ - [#472](https://github.com/wycats/handlebars.js/issues/472) - Helpers cannot have decimal parameters ([@kayleg](https://github.com/kayleg))
881
+ - [#569](https://github.com/wycats/handlebars.js/pull/569) - Unable to lookup array values using @index ([@kpdecker](https://github.com/kpdecker))
882
+ - [#491](https://github.com/wycats/handlebars.js/pull/491) - For nested helpers: get the @ variables of the outer helper from the inner one ([@kpdecker](https://github.com/kpdecker))
883
+ - [#669](https://github.com/wycats/handlebars.js/issues/669) - Ability to unregister a helper ([@dbachrach](https://github.com/dbachrach))
884
+ - [#730](https://github.com/wycats/handlebars.js/pull/730) - Raw block helpers ([@kpdecker](https://github.com/kpdecker))
885
+ - [#634](https://github.com/wycats/handlebars.js/pull/634) - It would be great to have the helper name passed to `blockHelperMissing` ([@kpdecker](https://github.com/kpdecker))
886
+ - [#729](https://github.com/wycats/handlebars.js/pull/729) - Convert template spec to object literal ([@kpdecker](https://github.com/kpdecker))
887
+
888
+ - [#658](https://github.com/wycats/handlebars.js/issues/658) - Depthed helpers do not work after an upgrade from 1.0.0 ([@xibxor](https://github.com/xibxor))
889
+ - [#671](https://github.com/wycats/handlebars.js/issues/671) - Crashes on no-parameter {{#each}} ([@stepancheg](https://github.com/stepancheg))
890
+ - [#689](https://github.com/wycats/handlebars.js/issues/689) - broken template precompilation ([@AAS](https://github.com/AAS))
891
+ - [#698](https://github.com/wycats/handlebars.js/pull/698) - Fix parser generation under windows ([@osiris43](https://github.com/osiris43))
892
+ - [#699](https://github.com/wycats/handlebars.js/issues/699) - @DATA not compiles to invalid JS in stringParams mode ([@kpdecker](https://github.com/kpdecker))
893
+ - [#705](https://github.com/wycats/handlebars.js/issues/705) - 1.3.0 can not be wrapped in an IIFE ([@craigteegarden](https://github.com/craigteegarden))
894
+ - [#706](https://github.com/wycats/handlebars.js/pull/706) - README: Use with helper instead of relying on blockHelperMissing ([@scottgonzalez](https://github.com/scottgonzalez))
895
+
896
+ - [#700](https://github.com/wycats/handlebars.js/pull/700) - Remove redundant conditions ([@blakeembrey](https://github.com/blakeembrey))
897
+ - [#704](https://github.com/wycats/handlebars.js/pull/704) - JavaScript Compiler Cleanup ([@blakeembrey](https://github.com/blakeembrey))
898
+
899
+ Compatibility notes:
900
+
901
+ - `helperMissing` helper no longer has the indexed name argument. Helper name is now available via `options.name`.
902
+ - Precompiler output has changed, which breaks compatibility with prior versions of the runtime and precompiled output.
903
+ - `JavaScriptCompiler.compilerInfo` now returns generic objects rather than javascript source.
904
+ - AST changes
905
+ - INTEGER -> NUMBER
906
+ - Additional PartialNode hash parameter
907
+ - New RawBlockNode type
908
+ - Data frames now have a `_parent` field. This is internal but is enumerable for performance/compatibility reasons.
909
+
910
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.3.0...v2.0.0-alpha.1)
911
+
912
+ ## v1.3.0 - January 1st, 2014
913
+
914
+ - [#690](https://github.com/wycats/handlebars.js/pull/690) - Added support for subexpressions ([@machty](https://github.com/machty))
915
+ - [#696](https://github.com/wycats/handlebars.js/pull/696) - Fix for reserved keyword "default" ([@nateirwin](https://github.com/nateirwin))
916
+ - [#692](https://github.com/wycats/handlebars.js/pull/692) - add line numbers to nodes when parsing ([@fivetanley](https://github.com/fivetanley))
917
+ - [#695](https://github.com/wycats/handlebars.js/pull/695) - Pull options out from param setup to allow easier extension ([@blakeembrey](https://github.com/blakeembrey))
918
+ - [#694](https://github.com/wycats/handlebars.js/pull/694) - Make the environment reusable ([@blakeembrey](https://github.com/blakeembrey))
919
+ - [#636](https://github.com/wycats/handlebars.js/issues/636) - Print line and column of errors ([@sgronblo](https://github.com/sgronblo))
920
+ - Use literal for data lookup - c1a93d3
921
+ - Add stack handling sanity checks - cd885bf
922
+ - Fix stack id "leak" on replaceStack - ddfe457
923
+ - Fix incorrect stack pop when replacing literals - f4d337d
924
+
925
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.2.1...v1.3.0)
926
+
927
+ ## v1.2.1 - December 26th, 2013
928
+
929
+ - [#684](https://github.com/wycats/handlebars.js/pull/684) - Allow any number of trailing characters for valid JavaScript variable ([@blakeembrey](https://github.com/blakeembrey))
930
+ - [#686](https://github.com/wycats/handlebars.js/pull/686) - Falsy AMD module names in version 1.2.0 ([@kpdecker](https://github.com/kpdecker))
931
+
932
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.2.0...v1.2.1)
933
+
934
+ ## v1.2.0 - December 23rd, 2013
935
+
936
+ - [#675](https://github.com/wycats/handlebars.js/issues/675) - Cannot compile empty template for partial ([@erwinw](https://github.com/erwinw))
937
+ - [#677](https://github.com/wycats/handlebars.js/issues/677) - Triple brace statements fail under IE ([@hamzaCM](https://github.com/hamzaCM))
938
+ - [#655](https://github.com/wycats/handlebars.js/issues/655) - Loading Handlebars using bower ([@niki4810](https://github.com/niki4810))
939
+ - [#657](https://github.com/wycats/handlebars.js/pull/657) - Fixes issue where cli compiles non handlebars templates ([@chrishoage](https://github.com/chrishoage))
940
+ - [#681](https://github.com/wycats/handlebars.js/pull/681) - Adds in-browser testing and Saucelabs CI ([@kpdecker](https://github.com/kpdecker))
941
+ - [#661](https://github.com/wycats/handlebars.js/pull/661) - Add @first and @index to #each object iteration ([@cgp](https://github.com/cgp))
942
+ - [#650](https://github.com/wycats/handlebars.js/pull/650) - Handlebars is MIT-licensed ([@thomasboyt](https://github.com/thomasboyt))
943
+ - [#641](https://github.com/wycats/handlebars.js/pull/641) - Document ember testing process ([@kpdecker](https://github.com/kpdecker))
944
+ - [#662](https://github.com/wycats/handlebars.js/issues/662) - handlebars-source 1.1.2 is missing from RubyGems.
945
+ - [#656](https://github.com/wycats/handlebars.js/issues/656) - Expose COMPILER_REVISION checks as a hook ([@machty](https://github.com/machty))
946
+ - [#668](https://github.com/wycats/handlebars.js/issues/668) - Consider publishing handlebars-runtime as a separate module on npm ([@dlmanning](https://github.com/dlmanning))
947
+ - [#679](https://github.com/wycats/handlebars.js/issues/679) - Unable to override invokePartial ([@mattbrailsford](https://github.com/mattbrailsford))
948
+ - [#646](https://github.com/wycats/handlebars.js/pull/646) - Fix "\\{{" immediately following "\{{" ([@dmarcotte](https://github.com/dmarcotte))
949
+ - Allow extend to work with non-prototyped objects - eb53f2e
950
+ - Add JavascriptCompiler public API tests - 1a751b2
951
+ - Add AST test coverage for more complex paths - ddea5be
952
+ - Fix handling of boolean escape in MustacheNode - b4968bb
953
+
954
+ Compatibility notes:
955
+
956
+ - `@index` and `@first` are now supported for `each` iteration on objects
957
+ - `Handlebars.VM.checkRevision` and `Handlebars.JavaScriptCompiler.prototype.compilerInfo` now available to modify the version checking behavior.
958
+ - Browserify users may link to the runtime library via `require('handlebars/runtime')`
959
+
960
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.1.2...v1.2.0)
961
+
962
+ ## v1.1.2 - November 5th, 2013
963
+
964
+ - [#645](https://github.com/wycats/handlebars.js/issues/645) - 1.1.1 fails under IE8 ([@kpdecker](https://github.com/kpdecker))
965
+ - [#644](https://github.com/wycats/handlebars.js/issues/644) - Using precompiled templates (AMD mode) with handlebars.runtime 1.1.1 ([@fddima](https://github.com/fddima))
966
+
967
+ - Add simple binary utility tests - 96a45a4
968
+ - Fix empty string compilation - eea708a
969
+
970
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.1.1...v1.1.2)
971
+
972
+ ## v1.1.1 - November 4th, 2013
973
+
974
+ - [#642](https://github.com/wycats/handlebars.js/issues/642) - handlebars 1.1.0 are broken with nodejs
975
+
976
+ - Fix release notes link - 17ba258
977
+
978
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.1.0...v1.1.1)
979
+
980
+ ## v1.1.0 - November 3rd, 2013
981
+
982
+ - [#628](https://github.com/wycats/handlebars.js/pull/628) - Convert code to ES6 modules ([@kpdecker](https://github.com/kpdecker))
983
+ - [#336](https://github.com/wycats/handlebars.js/pull/336) - Add whitespace control syntax ([@kpdecker](https://github.com/kpdecker))
984
+ - [#535](https://github.com/wycats/handlebars.js/pull/535) - Fix for probable JIT error under Safari ([@sorentwo](https://github.com/sorentwo))
985
+ - [#483](https://github.com/wycats/handlebars.js/issues/483) - Add first and last @ vars to each helper ([@denniskuczynski](https://github.com/denniskuczynski))
986
+ - [#557](https://github.com/wycats/handlebars.js/pull/557) - `\\{{foo}}` escaping only works in some situations ([@dmarcotte](https://github.com/dmarcotte))
987
+ - [#552](https://github.com/wycats/handlebars.js/pull/552) - Added BOM removal flag. ([@blessenm](https://github.com/blessenm))
988
+ - [#543](https://github.com/wycats/handlebars.js/pull/543) - publish passing master builds to s3 ([@fivetanley](https://github.com/fivetanley))
989
+
990
+ - [#608](https://github.com/wycats/handlebars.js/issues/608) - Add `includeZero` flag to `if` conditional
991
+ - [#498](https://github.com/wycats/handlebars.js/issues/498) - `Handlebars.compile` fails on empty string although a single blank works fine
992
+ - [#599](https://github.com/wycats/handlebars.js/issues/599) - lambda helpers only receive options if used with arguments
993
+ - [#592](https://github.com/wycats/handlebars.js/issues/592) - Optimize array and subprogram performance
994
+ - [#571](https://github.com/wycats/handlebars.js/issues/571) - uglify upgrade breaks compatibility with older versions of node
995
+ - [#587](https://github.com/wycats/handlebars.js/issues/587) - Partial inside partial breaks?
996
+
997
+ Compatibility notes:
998
+
999
+ - The project now includes separate artifacts for AMD, CommonJS, and global objects.
1000
+ - AMD: Users may load the bundled `handlebars.amd.js` or `handlebars.runtime.amd.js` files or load individual modules directly. AMD users should also note that the handlebars object is exposed via the `default` field on the imported object. This [gist](https://gist.github.com/wycats/7417be0dc361a69d5916) provides some discussion of possible compatibility shims.
1001
+ - CommonJS/Node: Node loading occurs as normal via `require`
1002
+ - Globals: The `handlebars.js` and `handlebars.runtime.js` files should behave in the same manner as the v1.0.12 / 1.0.0 release.
1003
+ - Build artifacts have been removed from the repository. [npm][npm], [components/handlebars.js][components], [cdnjs][cdnjs], or the [builds page][builds-page] should now be used as the source of built artifacts.
1004
+ - Context-stored helpers are now always passed the `options` hash. Previously no-argument helpers did not have this argument.
1005
+
1006
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.0.12...v1.1.0)
1007
+
1008
+ ## v1.0.12 / 1.0.0 - May 31 2013
1009
+
1010
+ - [#515](https://github.com/wycats/handlebars.js/issues/515) - Add node require extensions support ([@jjclark1982](https://github.com/jjclark1982))
1011
+ - [#517](https://github.com/wycats/handlebars.js/issues/517) - Fix amd precompiler output with directories ([@blessenm](https://github.com/blessenm))
1012
+ - [#433](https://github.com/wycats/handlebars.js/issues/433) - Add support for unicode ids
1013
+ - [#469](https://github.com/wycats/handlebars.js/issues/469) - Add support for `?` in ids
1014
+ - [#534](https://github.com/wycats/handlebars.js/issues/534) - Protect from object prototype modifications
1015
+ - [#519](https://github.com/wycats/handlebars.js/issues/519) - Fix partials with . name ([@jamesgorrie](https://github.com/jamesgorrie))
1016
+ - [#519](https://github.com/wycats/handlebars.js/issues/519) - Allow ID or strings in partial names
1017
+ - [#437](https://github.com/wycats/handlebars.js/issues/437) - Require matching brace counts in escaped expressions
1018
+ - Merge passed partials and helpers with global namespace values
1019
+ - Add support for complex ids in @data references
1020
+ - Docs updates
1021
+
1022
+ Compatibility notes:
1023
+
1024
+ - The parser is now stricter on `{{{`, requiring that the end token be `}}}`. Templates that do not
1025
+ follow this convention should add the additional brace value.
1026
+ - Code that relies on global the namespace being muted when custom helpers or partials are passed will need to explicitly pass an `undefined` value for any helpers that should not be available.
1027
+ - The compiler version has changed. Precompiled templates with 1.0.12 or higher must use the 1.0.0 or higher runtime.
1028
+
1029
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.0.11...v1.0.12)
1030
+
1031
+ ## v1.0.11 / 1.0.0-rc4 - May 13 2013
1032
+
1033
+ - [#458](https://github.com/wycats/handlebars.js/issues/458) - Fix `./foo` syntax ([@jpfiset](https://github.com/jpfiset))
1034
+ - [#460](https://github.com/wycats/handlebars.js/issues/460) - Allow `:` in unescaped identifiers ([@jpfiset](https://github.com/jpfiset))
1035
+ - [#471](https://github.com/wycats/handlebars.js/issues/471) - Create release notes (These!)
1036
+ - [#456](https://github.com/wycats/handlebars.js/issues/456) - Allow escaping of `\\`
1037
+ - [#211](https://github.com/wycats/handlebars.js/issues/211) - Fix exception in `escapeExpression`
1038
+ - [#375](https://github.com/wycats/handlebars.js/issues/375) - Escape unicode newlines
1039
+ - [#461](https://github.com/wycats/handlebars.js/issues/461) - Do not fail when compiling `""`
1040
+ - [#302](https://github.com/wycats/handlebars.js/issues/302) - Fix sanity check in knownHelpersOnly mode
1041
+ - [#369](https://github.com/wycats/handlebars.js/issues/369) - Allow registration of multiple helpers and partial by passing definition object
1042
+ - Add bower package declaration ([@DevinClark](https://github.com/DevinClark))
1043
+ - Add NuSpec package declaration ([@MikeMayer](https://github.com/MikeMayer))
1044
+ - Handle empty context in `with` ([@thejohnfreeman](https://github.com/thejohnfreeman))
1045
+ - Support custom template extensions in CLI ([@matteoagosti](https://github.com/matteoagosti))
1046
+ - Fix Rhino support ([@broady](https://github.com/broady))
1047
+ - Include contexts in string mode ([@leshill](https://github.com/leshill))
1048
+ - Return precompiled scripts when compiling to AMD ([@JamesMaroney](https://github.com/JamesMaroney))
1049
+ - Docs updates ([@iangreenleaf](https://github.com/iangreenleaf), [@gilesbowkett](https://github.com/gilesbowkett), [@utkarsh2012](https://github.com/utkarsh2012))
1050
+ - Fix `toString` handling under IE and browserify ([@tommydudebreaux](https://github.com/tommydudebreaux))
1051
+ - Add program metadata
1052
+
1053
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.0.10...v1.0.11)
1054
+
1055
+ ## v1.0.10 - Node - Feb 27 2013
1056
+
1057
+ - [#428](https://github.com/wycats/handlebars.js/issues/428) - Fix incorrect rendering of nested programs
1058
+ - Fix exception message ([@tricknotes](https://github.com/tricknotes))
1059
+ - Added negative number literal support
1060
+ - Concert library to single IIFE
1061
+ - Add handlebars-source gemspec ([@machty](https://github.com/machty))
1062
+
1063
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.0.9...v1.0.10)
1064
+
1065
+ ## v1.0.9 - Node - Feb 15 2013
1066
+
1067
+ - Added `Handlebars.create` API in node module for sandboxed instances ([@tommydudebreaux](https://github.com/tommydudebreaux))
1068
+
1069
+ [Commits](https://github.com/wycats/handlebars.js/compare/1.0.0-rc.3...v1.0.9)
1070
+
1071
+ ## 1.0.0-rc3 - Browser - Feb 14 2013
1072
+
1073
+ - Prevent use of `this` or `..` in illogical place ([@leshill](https://github.com/leshill))
1074
+ - Allow AST passing for `parse`/`compile`/`precompile` ([@machty](https://github.com/machty))
1075
+ - Optimize generated output by inlining statements where possible
1076
+ - Check compiler version when evaluating templates
1077
+ - Package browser dist in npm package
1078
+
1079
+ [Commits](https://github.com/wycats/handlebars.js/compare/v1.0.8...1.0.0-rc.3)
1080
+
1081
+ ## Prior Versions
1082
+
1083
+ When upgrading from the Handlebars 0.9 series, be aware that the
1084
+ signature for passing custom helpers or partials to templates has
1085
+ changed.
1086
+
1087
+ Instead of:
1088
+
1089
+ ```js
1090
+ template(context, helpers, partials, [data]);
1091
+ ```
1092
+
1093
+ Use:
1094
+
1095
+ ```js
1096
+ template(context, { helpers: helpers, partials: partials, data: data });
1097
+ ```
1098
+
1099
+ [builds-page]: http://builds.handlebarsjs.com.s3.amazonaws.com/index.html
1100
+ [cdnjs]: http://cdnjs.com/libraries/handlebars.js/
1101
+ [components]: https://github.com/components/handlebars.js
1102
+ [npm]: https://npmjs.org/package/handlebars