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,1983 @@
1
+ /***********************************************************************
2
+
3
+ A JavaScript tokenizer / parser / beautifier / compressor.
4
+ https://github.com/mishoo/UglifyJS
5
+
6
+ -------------------------------- (C) ---------------------------------
7
+
8
+ Author: Mihai Bazon
9
+ <mihai.bazon@gmail.com>
10
+ http://mihai.bazon.net/blog
11
+
12
+ Distributed under the BSD license:
13
+
14
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
15
+
16
+ Redistribution and use in source and binary forms, with or without
17
+ modification, are permitted provided that the following conditions
18
+ are met:
19
+
20
+ * Redistributions of source code must retain the above
21
+ copyright notice, this list of conditions and the following
22
+ disclaimer.
23
+
24
+ * Redistributions in binary form must reproduce the above
25
+ copyright notice, this list of conditions and the following
26
+ disclaimer in the documentation and/or other materials
27
+ provided with the distribution.
28
+
29
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
30
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
32
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
33
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
34
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
35
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
36
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
38
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
39
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40
+ SUCH DAMAGE.
41
+
42
+ ***********************************************************************/
43
+
44
+ "use strict";
45
+
46
+ function is_some_comments(comment) {
47
+ // multiline comment
48
+ return comment.type == "comment2" && /@preserve|@license|@cc_on/i.test(comment.value);
49
+ }
50
+
51
+ function OutputStream(options) {
52
+ options = defaults(options, {
53
+ annotations : false,
54
+ ascii_only : false,
55
+ beautify : false,
56
+ braces : false,
57
+ comments : false,
58
+ extendscript : false,
59
+ galio : false,
60
+ ie : false,
61
+ indent_level : 4,
62
+ indent_start : 0,
63
+ inline_script : true,
64
+ keep_quoted_props: false,
65
+ max_line_len : false,
66
+ module : false,
67
+ preamble : null,
68
+ preserve_line : false,
69
+ quote_keys : false,
70
+ quote_style : 0,
71
+ semicolons : true,
72
+ shebang : true,
73
+ source_map : null,
74
+ v8 : false,
75
+ webkit : false,
76
+ width : 80,
77
+ wrap_iife : false,
78
+ }, true);
79
+
80
+ // Convert comment option to RegExp if necessary and set up comments filter
81
+ var comment_filter = return_false; // Default case, throw all comments away
82
+ if (options.comments) {
83
+ var comments = options.comments;
84
+ if (typeof options.comments === "string" && /^\/.*\/[a-zA-Z]*$/.test(options.comments)) {
85
+ var regex_pos = options.comments.lastIndexOf("/");
86
+ comments = new RegExp(
87
+ options.comments.substr(1, regex_pos - 1),
88
+ options.comments.substr(regex_pos + 1)
89
+ );
90
+ }
91
+ if (comments instanceof RegExp) {
92
+ comment_filter = function(comment) {
93
+ return comment.type != "comment5" && comments.test(comment.value);
94
+ };
95
+ } else if (typeof comments === "function") {
96
+ comment_filter = function(comment) {
97
+ return comment.type != "comment5" && comments(this, comment);
98
+ };
99
+ } else if (comments === "some") {
100
+ comment_filter = is_some_comments;
101
+ } else { // NOTE includes "all" option
102
+ comment_filter = return_true;
103
+ }
104
+ }
105
+
106
+ function make_indent(value) {
107
+ if (typeof value == "number") return new Array(value + 1).join(" ");
108
+ if (!value) return "";
109
+ if (!/^\s*$/.test(value)) throw new Error("unsupported indentation: " + JSON.stringify("" + value));
110
+ return value;
111
+ }
112
+
113
+ var current_col = 0;
114
+ var current_line = 1;
115
+ var current_indent = make_indent(options.indent_start);
116
+ var full_indent = make_indent(options.indent_level);
117
+ var half_indent = full_indent.length + 1 >> 1;
118
+ var last;
119
+ var line_end = 0;
120
+ var line_fixed = true;
121
+ var mappings = options.source_map && [];
122
+ var mapping_name;
123
+ var mapping_token;
124
+ var might_need_space;
125
+ var might_need_semicolon;
126
+ var need_newline_indented = false;
127
+ var need_space = false;
128
+ var output;
129
+ var stack;
130
+ var stored = "";
131
+
132
+ function reset() {
133
+ last = "";
134
+ might_need_space = false;
135
+ might_need_semicolon = false;
136
+ stack = [];
137
+ var str = output;
138
+ output = "";
139
+ return str;
140
+ }
141
+
142
+ reset();
143
+ var to_utf8 = options.ascii_only ? function(str, identifier) {
144
+ if (identifier || options.module) str = str.replace(/[\ud800-\udbff][\udc00-\udfff]/g, function(ch) {
145
+ return "\\u{" + (ch.charCodeAt(0) - 0xd7c0 << 10 | ch.charCodeAt(1) - 0xdc00).toString(16) + "}";
146
+ });
147
+ return str.replace(/[\u0000-\u001f\u007f-\uffff]/g, function(s, i) {
148
+ var code = s.charCodeAt(0).toString(16);
149
+ if (code.length <= 2 && !identifier) {
150
+ switch (s) {
151
+ case "\n": return "\\n";
152
+ case "\r": return "\\r";
153
+ case "\t": return "\\t";
154
+ case "\b": return "\\b";
155
+ case "\f": return "\\f";
156
+ case "\x0B": return options.ie ? "\\x0B" : "\\v";
157
+ case "\0":
158
+ return /[0-9]/.test(str.charAt(i+1)) ? "\\x00" : "\\0";
159
+ }
160
+ while (code.length < 2) code = "0" + code;
161
+ return "\\x" + code;
162
+ } else {
163
+ while (code.length < 4) code = "0" + code;
164
+ return "\\u" + code;
165
+ }
166
+ });
167
+ } : function(str) {
168
+ var s = "";
169
+ for (var i = 0, j = 0; i < str.length; i++) {
170
+ var code = str.charCodeAt(i);
171
+ if (is_surrogate_pair_head(code)) {
172
+ if (is_surrogate_pair_tail(str.charCodeAt(i + 1))) {
173
+ i++;
174
+ continue;
175
+ }
176
+ } else if (!is_surrogate_pair_tail(code)) {
177
+ continue;
178
+ }
179
+ s += str.slice(j, i) + "\\u" + code.toString(16);
180
+ j = i + 1;
181
+ }
182
+ return j == 0 ? str : s + str.slice(j);
183
+ };
184
+
185
+ function quote_single(str) {
186
+ return "'" + str.replace(/\x27/g, "\\'") + "'";
187
+ }
188
+
189
+ function quote_double(str) {
190
+ return '"' + str.replace(/\x22/g, '\\"') + '"';
191
+ }
192
+
193
+ var quote_string = [
194
+ null,
195
+ quote_single,
196
+ quote_double,
197
+ function(str, quote) {
198
+ return quote == "'" ? quote_single(str) : quote_double(str);
199
+ },
200
+ ][options.quote_style] || function(str, quote, dq, sq) {
201
+ return dq > sq ? quote_single(str) : quote_double(str);
202
+ };
203
+
204
+ function make_string(str, quote) {
205
+ var dq = 0, sq = 0;
206
+ str = str.replace(/[\\\b\f\n\r\v\t\x22\x27\u2028\u2029\0\ufeff]/g, function(s, i) {
207
+ switch (s) {
208
+ case '"': ++dq; return '"';
209
+ case "'": ++sq; return "'";
210
+ case "\\": return "\\\\";
211
+ case "\n": return "\\n";
212
+ case "\r": return "\\r";
213
+ case "\t": return "\\t";
214
+ case "\b": return "\\b";
215
+ case "\f": return "\\f";
216
+ case "\x0B": return options.ie ? "\\x0B" : "\\v";
217
+ case "\u2028": return "\\u2028";
218
+ case "\u2029": return "\\u2029";
219
+ case "\ufeff": return "\\ufeff";
220
+ case "\0":
221
+ return /[0-9]/.test(str.charAt(i+1)) ? "\\x00" : "\\0";
222
+ }
223
+ return s;
224
+ });
225
+ return quote_string(to_utf8(str), quote, dq, sq);
226
+ }
227
+
228
+ /* -----[ beautification/minification ]----- */
229
+
230
+ var adjust_mappings = mappings ? function(line, col) {
231
+ mappings.forEach(function(mapping) {
232
+ mapping.line += line;
233
+ mapping.col += col;
234
+ });
235
+ } : noop;
236
+
237
+ var flush_mappings = mappings ? function() {
238
+ mappings.forEach(function(mapping) {
239
+ options.source_map.add(
240
+ mapping.token.file,
241
+ mapping.line, mapping.col,
242
+ mapping.token.line, mapping.token.col,
243
+ !mapping.name && mapping.token.type == "name" ? mapping.token.value : mapping.name
244
+ );
245
+ });
246
+ mappings = [];
247
+ } : noop;
248
+
249
+ function insert_newlines(count) {
250
+ stored += output.slice(0, line_end);
251
+ output = output.slice(line_end);
252
+ var new_col = output.length;
253
+ adjust_mappings(count, new_col - current_col);
254
+ current_line += count;
255
+ current_col = new_col;
256
+ while (count--) stored += "\n";
257
+ }
258
+
259
+ var fix_line = options.max_line_len ? function(flush) {
260
+ if (line_fixed) {
261
+ if (current_col > options.max_line_len) {
262
+ AST_Node.warn("Output exceeds {max_line_len} characters", options);
263
+ }
264
+ return;
265
+ }
266
+ if (current_col > options.max_line_len) {
267
+ insert_newlines(1);
268
+ line_fixed = true;
269
+ }
270
+ if (line_fixed || flush) flush_mappings();
271
+ } : noop;
272
+
273
+ var stat_end_chars = makePredicate("; }");
274
+ var asi_skip_chars = makePredicate("( [ + * / - , . `");
275
+ var asi_skip_words = makePredicate("in instanceof");
276
+
277
+ function require_space(prev, ch, str) {
278
+ return is_identifier_char(prev) && (is_identifier_char(ch) || ch == "\\")
279
+ || (ch == "/" && ch == prev)
280
+ || ((ch == "+" || ch == "-") && ch == last)
281
+ || last == "--" && ch == ">"
282
+ || last == "!" && str == "--"
283
+ || prev == "/" && (str == "in" || str == "instanceof");
284
+ }
285
+
286
+ var print = options.beautify
287
+ || options.comments
288
+ || options.max_line_len
289
+ || options.preserve_line
290
+ || options.shebang
291
+ || !options.semicolons
292
+ || options.source_map
293
+ || options.width ? function(str) {
294
+ var ch = str.charAt(0);
295
+ if (need_newline_indented && ch) {
296
+ need_newline_indented = false;
297
+ if (ch != "\n") {
298
+ print("\n");
299
+ indent();
300
+ }
301
+ }
302
+ if (need_space && ch) {
303
+ need_space = false;
304
+ if (!/[\s;})]/.test(ch)) {
305
+ space();
306
+ }
307
+ }
308
+ var prev = last.slice(-1);
309
+ if (might_need_semicolon) {
310
+ might_need_semicolon = false;
311
+ if (prev != ";" && !stat_end_chars[ch]) {
312
+ var need_semicolon = asi_skip_chars[ch] || asi_skip_words[str];
313
+ if (need_semicolon || options.semicolons) {
314
+ output += ";";
315
+ current_col++;
316
+ if (!line_fixed) {
317
+ fix_line();
318
+ if (line_fixed && !need_semicolon && output == ";") {
319
+ output = "";
320
+ current_col = 0;
321
+ }
322
+ }
323
+ if (line_end == output.length - 1) line_end++;
324
+ } else {
325
+ fix_line();
326
+ output += "\n";
327
+ current_line++;
328
+ current_col = 0;
329
+ // reset the semicolon flag, since we didn't print one
330
+ // now and might still have to later
331
+ if (/^\s+$/.test(str)) might_need_semicolon = true;
332
+ }
333
+ if (!options.beautify) might_need_space = false;
334
+ }
335
+ }
336
+
337
+ if (might_need_space) {
338
+ if (require_space(prev, ch, str)) {
339
+ output += " ";
340
+ current_col++;
341
+ }
342
+ if (prev != "<" || str != "!") might_need_space = false;
343
+ }
344
+
345
+ if (mapping_token) {
346
+ mappings.push({
347
+ token: mapping_token,
348
+ name: mapping_name,
349
+ line: current_line,
350
+ col: current_col,
351
+ });
352
+ mapping_token = false;
353
+ if (line_fixed) flush_mappings();
354
+ }
355
+
356
+ output += str;
357
+ var a = str.split(/\r?\n/), n = a.length - 1;
358
+ current_line += n;
359
+ current_col += a[0].length;
360
+ if (n > 0) {
361
+ fix_line();
362
+ current_col = a[n].length;
363
+ }
364
+ last = str;
365
+ } : function(str) {
366
+ var ch = str.charAt(0);
367
+ var prev = last.slice(-1);
368
+ if (might_need_semicolon) {
369
+ might_need_semicolon = false;
370
+ if (prev == ":" && ch == "}" || (!ch || ";}".indexOf(ch) < 0) && prev != ";") {
371
+ output += ";";
372
+ might_need_space = false;
373
+ }
374
+ }
375
+ if (might_need_space) {
376
+ if (require_space(prev, ch, str)) output += " ";
377
+ if (prev != "<" || str != "!") might_need_space = false;
378
+ }
379
+ output += str;
380
+ last = str;
381
+ };
382
+
383
+ var space = options.beautify ? function() {
384
+ print(" ");
385
+ } : function() {
386
+ might_need_space = true;
387
+ };
388
+
389
+ var indent = options.beautify ? function(half) {
390
+ if (need_newline_indented) print("\n");
391
+ print(half ? current_indent.slice(0, -half_indent) : current_indent);
392
+ } : noop;
393
+
394
+ var with_indent = options.beautify ? function(cont) {
395
+ var save_indentation = current_indent;
396
+ current_indent += full_indent;
397
+ cont();
398
+ current_indent = save_indentation;
399
+ } : function(cont) { cont() };
400
+
401
+ var may_add_newline = options.max_line_len || options.preserve_line ? function() {
402
+ fix_line();
403
+ line_end = output.length;
404
+ line_fixed = false;
405
+ } : noop;
406
+
407
+ var newline = options.beautify ? function() {
408
+ print("\n");
409
+ line_end = output.length;
410
+ } : may_add_newline;
411
+
412
+ var semicolon = options.beautify ? function() {
413
+ print(";");
414
+ } : function() {
415
+ might_need_semicolon = true;
416
+ };
417
+
418
+ function force_semicolon() {
419
+ if (might_need_semicolon) print(";");
420
+ print(";");
421
+ }
422
+
423
+ function with_block(cont, end) {
424
+ print("{");
425
+ newline();
426
+ with_indent(cont);
427
+ add_mapping(end);
428
+ indent();
429
+ print("}");
430
+ }
431
+
432
+ function with_parens(cont) {
433
+ print("(");
434
+ may_add_newline();
435
+ cont();
436
+ may_add_newline();
437
+ print(")");
438
+ }
439
+
440
+ function with_square(cont) {
441
+ print("[");
442
+ may_add_newline();
443
+ cont();
444
+ may_add_newline();
445
+ print("]");
446
+ }
447
+
448
+ function comma() {
449
+ may_add_newline();
450
+ print(",");
451
+ may_add_newline();
452
+ space();
453
+ }
454
+
455
+ function colon() {
456
+ print(":");
457
+ space();
458
+ }
459
+
460
+ var add_mapping = mappings ? function(token, name) {
461
+ mapping_token = token;
462
+ mapping_name = name;
463
+ } : noop;
464
+
465
+ function get() {
466
+ if (!line_fixed) fix_line(true);
467
+ return stored + output;
468
+ }
469
+
470
+ function has_nlb() {
471
+ return /(^|\n) *$/.test(output);
472
+ }
473
+
474
+ function pad_comment(token, force) {
475
+ if (need_newline_indented) return;
476
+ if (token.nlb && (force || !has_nlb())) {
477
+ need_newline_indented = true;
478
+ } else if (force) {
479
+ need_space = true;
480
+ }
481
+ }
482
+
483
+ function print_comment(comment) {
484
+ var value = comment.value.replace(/[@#]__PURE__/g, " ");
485
+ if (/^\s*$/.test(value) && !/^\s*$/.test(comment.value)) return false;
486
+ if (/comment[134]/.test(comment.type)) {
487
+ print("//" + value);
488
+ need_newline_indented = true;
489
+ } else if (comment.type == "comment2") {
490
+ print("/*" + value + "*/");
491
+ }
492
+ return true;
493
+ }
494
+
495
+ function should_merge_comments(node, parent) {
496
+ if (parent instanceof AST_Binary) return parent.left === node;
497
+ if (parent.TYPE == "Call") return parent.expression === node;
498
+ if (parent instanceof AST_Conditional) return parent.condition === node;
499
+ if (parent instanceof AST_Dot) return parent.expression === node;
500
+ if (parent instanceof AST_Exit) return true;
501
+ if (parent instanceof AST_Sequence) return parent.expressions[0] === node;
502
+ if (parent instanceof AST_Sub) return parent.expression === node;
503
+ if (parent instanceof AST_UnaryPostfix) return true;
504
+ if (parent instanceof AST_Yield) return true;
505
+ }
506
+
507
+ function prepend_comments(node) {
508
+ var self = this;
509
+ var scan;
510
+ if (node instanceof AST_Exit) {
511
+ scan = node.value;
512
+ } else if (node instanceof AST_Yield) {
513
+ scan = node.expression;
514
+ }
515
+ var comments = dump(node);
516
+ if (!comments) comments = [];
517
+
518
+ if (scan) {
519
+ var tw = new TreeWalker(function(node) {
520
+ if (!should_merge_comments(node, tw.parent())) return true;
521
+ var before = dump(node);
522
+ if (before) comments = comments.concat(before);
523
+ });
524
+ tw.push(node);
525
+ scan.walk(tw);
526
+ }
527
+
528
+ if (current_line == 1 && current_col == 0) {
529
+ if (comments.length > 0 && options.shebang && comments[0].type == "comment5") {
530
+ print("#!" + comments.shift().value + "\n");
531
+ indent();
532
+ }
533
+ var preamble = options.preamble;
534
+ if (preamble) print(preamble.replace(/\r\n?|\u2028|\u2029|(^|\S)\s*$/g, "$1\n"));
535
+ }
536
+
537
+ comments = comments.filter(comment_filter, node);
538
+ var printed = false;
539
+ comments.forEach(function(comment, index) {
540
+ pad_comment(comment, index);
541
+ if (print_comment(comment)) printed = true;
542
+ });
543
+ if (printed) pad_comment(node.start, true);
544
+
545
+ function dump(node) {
546
+ var token = node.start;
547
+ if (!token) {
548
+ if (!scan) return;
549
+ node.start = token = new AST_Token();
550
+ }
551
+ var comments = token.comments_before;
552
+ if (!comments) {
553
+ if (!scan) return;
554
+ token.comments_before = comments = [];
555
+ }
556
+ if (comments._dumped === self) return;
557
+ comments._dumped = self;
558
+ return comments;
559
+ }
560
+ }
561
+
562
+ function append_comments(node, tail) {
563
+ var self = this;
564
+ var token = node.end;
565
+ if (!token) return;
566
+ var comments = token[tail ? "comments_before" : "comments_after"];
567
+ if (!comments || comments._dumped === self) return;
568
+ if (!(node instanceof AST_Statement || all(comments, function(c) {
569
+ return !/comment[134]/.test(c.type);
570
+ }))) return;
571
+ comments._dumped = self;
572
+ comments.filter(comment_filter, node).forEach(function(comment, index) {
573
+ pad_comment(comment, index || !tail);
574
+ print_comment(comment);
575
+ });
576
+ }
577
+
578
+ return {
579
+ get : get,
580
+ reset : reset,
581
+ indent : indent,
582
+ should_break : options.beautify && options.width ? function() {
583
+ return current_col >= options.width;
584
+ } : return_false,
585
+ has_parens : function() { return last.slice(-1) == "(" },
586
+ newline : newline,
587
+ print : print,
588
+ space : space,
589
+ comma : comma,
590
+ colon : colon,
591
+ last : function() { return last },
592
+ semicolon : semicolon,
593
+ force_semicolon : force_semicolon,
594
+ to_utf8 : to_utf8,
595
+ print_name : function(name) { print(to_utf8(name.toString(), true)) },
596
+ print_string : options.inline_script ? function(str, quote) {
597
+ str = make_string(str, quote).replace(/<\x2f(script)([>\/\t\n\f\r ])/gi, "<\\/$1$2");
598
+ print(str.replace(/\x3c!--/g, "\\x3c!--").replace(/--\x3e/g, "--\\x3e"));
599
+ } : function(str, quote) {
600
+ print(make_string(str, quote));
601
+ },
602
+ with_indent : with_indent,
603
+ with_block : with_block,
604
+ with_parens : with_parens,
605
+ with_square : with_square,
606
+ add_mapping : add_mapping,
607
+ option : function(opt) { return options[opt] },
608
+ prepend_comments: options.comments || options.shebang ? prepend_comments : noop,
609
+ append_comments : options.comments ? append_comments : noop,
610
+ push_node : function(node) { stack.push(node) },
611
+ pop_node : options.preserve_line ? function() {
612
+ var node = stack.pop();
613
+ if (node.start && node.start.line > current_line) {
614
+ insert_newlines(node.start.line - current_line);
615
+ }
616
+ } : function() {
617
+ stack.pop();
618
+ },
619
+ parent : function(n) {
620
+ return stack[stack.length - 2 - (n || 0)];
621
+ },
622
+ };
623
+ }
624
+
625
+ /* -----[ code generators ]----- */
626
+
627
+ (function() {
628
+
629
+ /* -----[ utils ]----- */
630
+
631
+ function DEFPRINT(nodetype, generator) {
632
+ nodetype.DEFMETHOD("_codegen", generator);
633
+ }
634
+
635
+ var use_asm = false;
636
+
637
+ AST_Node.DEFMETHOD("print", function(stream, force_parens) {
638
+ var self = this;
639
+ stream.push_node(self);
640
+ if (force_parens || self.needs_parens(stream)) {
641
+ stream.with_parens(doit);
642
+ } else {
643
+ doit();
644
+ }
645
+ stream.pop_node();
646
+
647
+ function doit() {
648
+ stream.prepend_comments(self);
649
+ self.add_source_map(stream);
650
+ self._codegen(stream);
651
+ stream.append_comments(self);
652
+ }
653
+ });
654
+ var readonly = OutputStream({
655
+ inline_script: false,
656
+ shebang: false,
657
+ width: false,
658
+ });
659
+ AST_Node.DEFMETHOD("print_to_string", function(options) {
660
+ if (options) {
661
+ var stream = OutputStream(options);
662
+ this.print(stream);
663
+ return stream.get();
664
+ }
665
+ this.print(readonly);
666
+ return readonly.reset();
667
+ });
668
+
669
+ /* -----[ PARENTHESES ]----- */
670
+
671
+ function PARENS(nodetype, func) {
672
+ nodetype.DEFMETHOD("needs_parens", func);
673
+ }
674
+
675
+ PARENS(AST_Node, return_false);
676
+
677
+ // a function expression needs parens around it when it's provably
678
+ // the first token to appear in a statement.
679
+ function needs_parens_function(output) {
680
+ var p = output.parent();
681
+ if (!output.has_parens() && first_in_statement(output, false, true)) {
682
+ // export default function() {}
683
+ // export default (function foo() {});
684
+ // export default (function() {})(foo);
685
+ // export default (function() {})`foo`;
686
+ // export default (function() {}) ? foo : bar;
687
+ return this.name || !(p instanceof AST_ExportDefault);
688
+ }
689
+ if (output.option("webkit") && p instanceof AST_PropAccess && p.expression === this) return true;
690
+ if (output.option("wrap_iife") && p instanceof AST_Call && p.expression === this) return true;
691
+ }
692
+ PARENS(AST_AsyncFunction, needs_parens_function);
693
+ PARENS(AST_AsyncGeneratorFunction, needs_parens_function);
694
+ PARENS(AST_ClassExpression, needs_parens_function);
695
+ PARENS(AST_Function, needs_parens_function);
696
+ PARENS(AST_GeneratorFunction, needs_parens_function);
697
+
698
+ // same goes for an object literal, because otherwise it would be
699
+ // interpreted as a block of code.
700
+ function needs_parens_obj(output) {
701
+ return !output.has_parens() && first_in_statement(output, true);
702
+ }
703
+ PARENS(AST_Object, needs_parens_obj);
704
+
705
+ function needs_parens_unary(output) {
706
+ var p = output.parent();
707
+ // (-x) ** y
708
+ if (p instanceof AST_Binary) return p.operator == "**" && p.left === this;
709
+ // (await x)(y)
710
+ // new (await x)
711
+ if (p instanceof AST_Call) return p.expression === this;
712
+ // class extends (x++) {}
713
+ // class x extends (typeof y) {}
714
+ if (p instanceof AST_Class) return true;
715
+ // (x++)[y]
716
+ // (typeof x).y
717
+ // https://github.com/mishoo/UglifyJS/issues/115
718
+ if (p instanceof AST_PropAccess) return p.expression === this;
719
+ // (~x)`foo`
720
+ if (p instanceof AST_Template) return p.tag === this;
721
+ }
722
+ PARENS(AST_Await, needs_parens_unary);
723
+ PARENS(AST_Unary, needs_parens_unary);
724
+
725
+ PARENS(AST_Sequence, function(output) {
726
+ var p = output.parent();
727
+ // [ 1, (2, 3), 4 ] ---> [ 1, 3, 4 ]
728
+ return p instanceof AST_Array
729
+ // () ---> (foo, bar)
730
+ || is_arrow(p) && p.value === this
731
+ // await (foo, bar)
732
+ || p instanceof AST_Await
733
+ // 1 + (2, 3) + 4 ---> 8
734
+ || p instanceof AST_Binary
735
+ // new (foo, bar) or foo(1, (2, 3), 4)
736
+ || p instanceof AST_Call
737
+ // class extends (foo, bar) {}
738
+ // class foo extends (bar, baz) {}
739
+ || p instanceof AST_Class
740
+ // class { foo = (bar, baz) }
741
+ // class { [(foo, bar)]() {} }
742
+ || p instanceof AST_ClassProperty
743
+ // (false, true) ? (a = 10, b = 20) : (c = 30)
744
+ // ---> 20 (side effect, set a := 10 and b := 20)
745
+ || p instanceof AST_Conditional
746
+ // [ a = (1, 2) ] = [] ---> a == 2
747
+ || p instanceof AST_DefaultValue
748
+ // { [(1, 2)]: foo } = bar
749
+ // { 1: (2, foo) } = bar
750
+ || p instanceof AST_DestructuredKeyVal
751
+ // export default (foo, bar)
752
+ || p instanceof AST_ExportDefault
753
+ // for (foo of (bar, baz));
754
+ || p instanceof AST_ForOf
755
+ // { [(1, 2)]: 3 }[2] ---> 3
756
+ // { foo: (1, 2) }.foo ---> 2
757
+ || p instanceof AST_ObjectProperty
758
+ // (1, {foo:2}).foo or (1, {foo:2})["foo"] ---> 2
759
+ || p instanceof AST_PropAccess && p.expression === this
760
+ // ...(foo, bar, baz)
761
+ || p instanceof AST_Spread
762
+ // (foo, bar)`baz`
763
+ || p instanceof AST_Template && p.tag === this
764
+ // !(foo, bar, baz)
765
+ || p instanceof AST_Unary
766
+ // var a = (1, 2), b = a + a; ---> b == 4
767
+ || p instanceof AST_VarDef
768
+ // yield (foo, bar)
769
+ || p instanceof AST_Yield;
770
+ });
771
+
772
+ PARENS(AST_Binary, function(output) {
773
+ var p = output.parent();
774
+ // await (foo && bar)
775
+ if (p instanceof AST_Await) return true;
776
+ // this deals with precedence:
777
+ // 3 * (2 + 1)
778
+ // 3 - (2 - 1)
779
+ // (1 ** 2) ** 3
780
+ if (p instanceof AST_Binary) {
781
+ var po = p.operator, pp = PRECEDENCE[po];
782
+ var so = this.operator, sp = PRECEDENCE[so];
783
+ return pp > sp
784
+ || po == "??" && (so == "&&" || so == "||")
785
+ || (pp == sp && this === p[po == "**" ? "left" : "right"]);
786
+ }
787
+ // (foo && bar)()
788
+ if (p instanceof AST_Call) return p.expression === this;
789
+ // class extends (foo && bar) {}
790
+ // class foo extends (bar || null) {}
791
+ if (p instanceof AST_Class) return true;
792
+ // (foo && bar)["prop"], (foo && bar).prop
793
+ if (p instanceof AST_PropAccess) return p.expression === this;
794
+ // (foo && bar)``
795
+ if (p instanceof AST_Template) return p.tag === this;
796
+ // typeof (foo && bar)
797
+ if (p instanceof AST_Unary) return true;
798
+ });
799
+
800
+ function need_chain_parens(node, parent) {
801
+ if (!node.terminal) return false;
802
+ if (!(parent instanceof AST_Call || parent instanceof AST_PropAccess)) return false;
803
+ return parent.expression === node;
804
+ }
805
+
806
+ PARENS(AST_PropAccess, function(output) {
807
+ var node = this;
808
+ var p = output.parent();
809
+ // i.e. new (foo().bar)
810
+ //
811
+ // if there's one call into this subtree, then we need
812
+ // parens around it too, otherwise the call will be
813
+ // interpreted as passing the arguments to the upper New
814
+ // expression.
815
+ if (p instanceof AST_New && p.expression === node && root_expr(node).TYPE == "Call") return true;
816
+ // (foo?.bar)()
817
+ // (foo?.bar).baz
818
+ // new (foo?.bar)()
819
+ return need_chain_parens(node, p);
820
+ });
821
+
822
+ PARENS(AST_Call, function(output) {
823
+ var node = this;
824
+ var p = output.parent();
825
+ if (p instanceof AST_New) return p.expression === node;
826
+ // https://bugs.webkit.org/show_bug.cgi?id=123506
827
+ if (output.option("webkit")
828
+ && node.expression instanceof AST_Function
829
+ && p instanceof AST_PropAccess
830
+ && p.expression === node) {
831
+ var g = output.parent(1);
832
+ if (g instanceof AST_Assign && g.left === p) return true;
833
+ }
834
+ // (foo?.())()
835
+ // (foo?.()).bar
836
+ // new (foo?.())()
837
+ return need_chain_parens(node, p);
838
+ });
839
+
840
+ PARENS(AST_New, function(output) {
841
+ if (need_constructor_parens(this, output)) return false;
842
+ var p = output.parent();
843
+ // (new foo)(bar)
844
+ if (p instanceof AST_Call) return p.expression === this;
845
+ // (new Date).getTime(), (new Date)["getTime"]()
846
+ if (p instanceof AST_PropAccess) return true;
847
+ // (new foo)`bar`
848
+ if (p instanceof AST_Template) return p.tag === this;
849
+ });
850
+
851
+ PARENS(AST_Number, function(output) {
852
+ if (!output.option("galio")) return false;
853
+ // https://github.com/mishoo/UglifyJS/pull/1009
854
+ var p = output.parent();
855
+ return p instanceof AST_PropAccess && p.expression === this && /^0/.test(make_num(this.value));
856
+ });
857
+
858
+ function needs_parens_assign_cond(self, output) {
859
+ var p = output.parent();
860
+ // await (a = foo)
861
+ if (p instanceof AST_Await) return true;
862
+ // 1 + (a = 2) + 3 → 6, side effect setting a = 2
863
+ if (p instanceof AST_Binary) return !(p instanceof AST_Assign);
864
+ // (a = func)() —or— new (a = Object)()
865
+ if (p instanceof AST_Call) return p.expression === self;
866
+ // class extends (a = foo) {}
867
+ // class foo extends (bar ? baz : moo) {}
868
+ if (p instanceof AST_Class) return true;
869
+ // (a = foo) ? bar : baz
870
+ if (p instanceof AST_Conditional) return p.condition === self;
871
+ // (a = foo)["prop"] —or— (a = foo).prop
872
+ if (p instanceof AST_PropAccess) return p.expression === self;
873
+ // (a = foo)`bar`
874
+ if (p instanceof AST_Template) return p.tag === self;
875
+ // !(a = false) → true
876
+ if (p instanceof AST_Unary) return true;
877
+ }
878
+ PARENS(AST_Arrow, function(output) {
879
+ return needs_parens_assign_cond(this, output);
880
+ });
881
+ PARENS(AST_Assign, function(output) {
882
+ if (needs_parens_assign_cond(this, output)) return true;
883
+ // v8 parser bug ---> workaround
884
+ // f([1], [a] = []) ---> f([1], ([a] = []))
885
+ if (output.option("v8")) return this.left instanceof AST_Destructured;
886
+ // ({ p: a } = o);
887
+ if (this.left instanceof AST_DestructuredObject) return needs_parens_obj(output);
888
+ });
889
+ PARENS(AST_AsyncArrow, function(output) {
890
+ return needs_parens_assign_cond(this, output);
891
+ });
892
+ PARENS(AST_Conditional, function(output) {
893
+ return needs_parens_assign_cond(this, output)
894
+ // https://github.com/mishoo/UglifyJS/issues/1144
895
+ || output.option("extendscript") && output.parent() instanceof AST_Conditional;
896
+ });
897
+ PARENS(AST_Yield, function(output) {
898
+ return needs_parens_assign_cond(this, output);
899
+ });
900
+
901
+ /* -----[ PRINTERS ]----- */
902
+
903
+ DEFPRINT(AST_Directive, function(output) {
904
+ var quote = this.quote;
905
+ var value = this.value;
906
+ switch (output.option("quote_style")) {
907
+ case 0:
908
+ case 2:
909
+ if (value.indexOf('"') == -1) quote = '"';
910
+ break;
911
+ case 1:
912
+ if (value.indexOf("'") == -1) quote = "'";
913
+ break;
914
+ }
915
+ output.print(quote + value + quote);
916
+ output.semicolon();
917
+ });
918
+ DEFPRINT(AST_Debugger, function(output) {
919
+ output.print("debugger");
920
+ output.semicolon();
921
+ });
922
+
923
+ /* -----[ statements ]----- */
924
+
925
+ function display_body(body, is_toplevel, output, allow_directives) {
926
+ var last = body.length - 1;
927
+ var in_directive = allow_directives;
928
+ var was_asm = use_asm;
929
+ body.forEach(function(stmt, i) {
930
+ if (in_directive) {
931
+ if (stmt instanceof AST_Directive) {
932
+ if (stmt.value == "use asm") use_asm = true;
933
+ } else if (!(stmt instanceof AST_EmptyStatement)) {
934
+ if (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String) {
935
+ output.force_semicolon();
936
+ }
937
+ in_directive = false;
938
+ }
939
+ }
940
+ if (stmt instanceof AST_EmptyStatement) return;
941
+ output.indent();
942
+ stmt.print(output);
943
+ if (i == last && is_toplevel) return;
944
+ output.newline();
945
+ if (is_toplevel) output.newline();
946
+ });
947
+ use_asm = was_asm;
948
+ }
949
+
950
+ DEFPRINT(AST_Toplevel, function(output) {
951
+ display_body(this.body, true, output, true);
952
+ output.print("");
953
+ });
954
+ DEFPRINT(AST_LabeledStatement, function(output) {
955
+ this.label.print(output);
956
+ output.colon();
957
+ var body = this.body;
958
+ if (body instanceof AST_EmptyStatement) {
959
+ output.force_semicolon();
960
+ } else {
961
+ body.print(output);
962
+ }
963
+ });
964
+ DEFPRINT(AST_SimpleStatement, function(output) {
965
+ this.body.print(output);
966
+ output.semicolon();
967
+ });
968
+ function print_braced_empty(self, output) {
969
+ output.print("{");
970
+ output.with_indent(function() {
971
+ output.append_comments(self, true);
972
+ });
973
+ output.print("}");
974
+ }
975
+ function print_braced(self, output, allow_directives) {
976
+ if (self.body.length > 0) {
977
+ output.with_block(function() {
978
+ display_body(self.body, false, output, allow_directives);
979
+ }, self.end);
980
+ } else print_braced_empty(self, output);
981
+ }
982
+ DEFPRINT(AST_BlockStatement, function(output) {
983
+ print_braced(this, output);
984
+ });
985
+ DEFPRINT(AST_EmptyStatement, function(output) {
986
+ output.semicolon();
987
+ });
988
+ DEFPRINT(AST_Do, function(output) {
989
+ var self = this;
990
+ output.print("do");
991
+ make_block(self.body, output);
992
+ output.space();
993
+ output.print("while");
994
+ output.space();
995
+ output.with_parens(function() {
996
+ self.condition.print(output);
997
+ });
998
+ output.semicolon();
999
+ });
1000
+ DEFPRINT(AST_While, function(output) {
1001
+ var self = this;
1002
+ output.print("while");
1003
+ output.space();
1004
+ output.with_parens(function() {
1005
+ self.condition.print(output);
1006
+ });
1007
+ force_statement(self.body, output);
1008
+ });
1009
+ DEFPRINT(AST_For, function(output) {
1010
+ var self = this;
1011
+ output.print("for");
1012
+ output.space();
1013
+ output.with_parens(function() {
1014
+ if (self.init) {
1015
+ if (self.init instanceof AST_Definitions) {
1016
+ self.init.print(output);
1017
+ } else {
1018
+ parenthesize_for_no_in(self.init, output, true);
1019
+ }
1020
+ output.print(";");
1021
+ output.space();
1022
+ } else {
1023
+ output.print(";");
1024
+ }
1025
+ if (self.condition) {
1026
+ self.condition.print(output);
1027
+ output.print(";");
1028
+ output.space();
1029
+ } else {
1030
+ output.print(";");
1031
+ }
1032
+ if (self.step) {
1033
+ self.step.print(output);
1034
+ }
1035
+ });
1036
+ force_statement(self.body, output);
1037
+ });
1038
+ function print_for_enum(prefix, infix) {
1039
+ return function(output) {
1040
+ var self = this;
1041
+ output.print(prefix);
1042
+ output.space();
1043
+ output.with_parens(function() {
1044
+ self.init.print(output);
1045
+ output.space();
1046
+ output.print(infix);
1047
+ output.space();
1048
+ self.object.print(output);
1049
+ });
1050
+ force_statement(self.body, output);
1051
+ };
1052
+ }
1053
+ DEFPRINT(AST_ForAwaitOf, print_for_enum("for await", "of"));
1054
+ DEFPRINT(AST_ForIn, print_for_enum("for", "in"));
1055
+ DEFPRINT(AST_ForOf, print_for_enum("for", "of"));
1056
+ DEFPRINT(AST_With, function(output) {
1057
+ var self = this;
1058
+ output.print("with");
1059
+ output.space();
1060
+ output.with_parens(function() {
1061
+ self.expression.print(output);
1062
+ });
1063
+ force_statement(self.body, output);
1064
+ });
1065
+ DEFPRINT(AST_ExportDeclaration, function(output) {
1066
+ output.print("export");
1067
+ output.space();
1068
+ this.body.print(output);
1069
+ });
1070
+ DEFPRINT(AST_ExportDefault, function(output) {
1071
+ output.print("export");
1072
+ output.space();
1073
+ output.print("default");
1074
+ output.space();
1075
+ var body = this.body;
1076
+ body.print(output);
1077
+ if (body instanceof AST_ClassExpression) {
1078
+ if (!body.name) return;
1079
+ }
1080
+ if (body instanceof AST_DefClass) return;
1081
+ if (body instanceof AST_LambdaDefinition) return;
1082
+ if (body instanceof AST_LambdaExpression) {
1083
+ if (!body.name && !is_arrow(body)) return;
1084
+ }
1085
+ output.semicolon();
1086
+ });
1087
+ function print_alias(alias, output) {
1088
+ var value = alias.value;
1089
+ if (value == "*" || is_identifier_string(value)) {
1090
+ output.print_name(value);
1091
+ } else {
1092
+ output.print_string(value, alias.quote);
1093
+ }
1094
+ }
1095
+ DEFPRINT(AST_ExportForeign, function(output) {
1096
+ var self = this;
1097
+ output.print("export");
1098
+ output.space();
1099
+ var len = self.keys.length;
1100
+ if (len == 0) {
1101
+ print_braced_empty(self, output);
1102
+ } else if (self.keys[0].value == "*") {
1103
+ print_entry(0);
1104
+ } else output.with_block(function() {
1105
+ output.indent();
1106
+ print_entry(0);
1107
+ for (var i = 1; i < len; i++) {
1108
+ output.print(",");
1109
+ output.newline();
1110
+ output.indent();
1111
+ print_entry(i);
1112
+ }
1113
+ output.newline();
1114
+ }, self.end);
1115
+ output.space();
1116
+ output.print("from");
1117
+ output.space();
1118
+ self.path.print(output);
1119
+ output.semicolon();
1120
+
1121
+ function print_entry(index) {
1122
+ var alias = self.aliases[index];
1123
+ var key = self.keys[index];
1124
+ print_alias(key, output);
1125
+ if (alias.value != key.value) {
1126
+ output.space();
1127
+ output.print("as");
1128
+ output.space();
1129
+ print_alias(alias, output);
1130
+ }
1131
+ }
1132
+ });
1133
+ DEFPRINT(AST_ExportReferences, function(output) {
1134
+ var self = this;
1135
+ output.print("export");
1136
+ output.space();
1137
+ print_properties(self, output);
1138
+ output.semicolon();
1139
+ });
1140
+ DEFPRINT(AST_Import, function(output) {
1141
+ var self = this;
1142
+ output.print("import");
1143
+ output.space();
1144
+ if (self.default) self.default.print(output);
1145
+ if (self.all) {
1146
+ if (self.default) output.comma();
1147
+ self.all.print(output);
1148
+ }
1149
+ if (self.properties) {
1150
+ if (self.default) output.comma();
1151
+ print_properties(self, output);
1152
+ }
1153
+ if (self.all || self.default || self.properties) {
1154
+ output.space();
1155
+ output.print("from");
1156
+ output.space();
1157
+ }
1158
+ self.path.print(output);
1159
+ output.semicolon();
1160
+ });
1161
+
1162
+ /* -----[ functions ]----- */
1163
+ function print_funargs(self, output) {
1164
+ output.with_parens(function() {
1165
+ self.argnames.forEach(function(arg, i) {
1166
+ if (i) output.comma();
1167
+ arg.print(output);
1168
+ });
1169
+ if (self.rest) {
1170
+ if (self.argnames.length) output.comma();
1171
+ output.print("...");
1172
+ self.rest.print(output);
1173
+ }
1174
+ });
1175
+ }
1176
+ function print_arrow(self, output) {
1177
+ var argname = self.argnames.length == 1 && !self.rest && self.argnames[0];
1178
+ if (argname instanceof AST_SymbolFunarg && argname.name != "yield") {
1179
+ argname.print(output);
1180
+ } else {
1181
+ print_funargs(self, output);
1182
+ }
1183
+ output.space();
1184
+ output.print("=>");
1185
+ output.space();
1186
+ if (self.value) {
1187
+ self.value.print(output);
1188
+ } else {
1189
+ print_braced(self, output, true);
1190
+ }
1191
+ }
1192
+ DEFPRINT(AST_Arrow, function(output) {
1193
+ print_arrow(this, output);
1194
+ });
1195
+ DEFPRINT(AST_AsyncArrow, function(output) {
1196
+ output.print("async");
1197
+ output.space();
1198
+ print_arrow(this, output);
1199
+ });
1200
+ function print_lambda(self, output) {
1201
+ if (self.name) {
1202
+ output.space();
1203
+ self.name.print(output);
1204
+ }
1205
+ print_funargs(self, output);
1206
+ output.space();
1207
+ print_braced(self, output, true);
1208
+ }
1209
+ DEFPRINT(AST_Lambda, function(output) {
1210
+ output.print("function");
1211
+ print_lambda(this, output);
1212
+ });
1213
+ function print_async(output) {
1214
+ output.print("async");
1215
+ output.space();
1216
+ output.print("function");
1217
+ print_lambda(this, output);
1218
+ }
1219
+ DEFPRINT(AST_AsyncDefun, print_async);
1220
+ DEFPRINT(AST_AsyncFunction, print_async);
1221
+ function print_async_generator(output) {
1222
+ output.print("async");
1223
+ output.space();
1224
+ output.print("function*");
1225
+ print_lambda(this, output);
1226
+ }
1227
+ DEFPRINT(AST_AsyncGeneratorDefun, print_async_generator);
1228
+ DEFPRINT(AST_AsyncGeneratorFunction, print_async_generator);
1229
+ function print_generator(output) {
1230
+ output.print("function*");
1231
+ print_lambda(this, output);
1232
+ }
1233
+ DEFPRINT(AST_GeneratorDefun, print_generator);
1234
+ DEFPRINT(AST_GeneratorFunction, print_generator);
1235
+
1236
+ /* -----[ classes ]----- */
1237
+ DEFPRINT(AST_Class, function(output) {
1238
+ var self = this;
1239
+ output.print("class");
1240
+ if (self.name) {
1241
+ output.space();
1242
+ self.name.print(output);
1243
+ }
1244
+ if (self.extends) {
1245
+ output.space();
1246
+ output.print("extends");
1247
+ output.space();
1248
+ self.extends.print(output);
1249
+ }
1250
+ output.space();
1251
+ print_properties(self, output, true);
1252
+ });
1253
+ DEFPRINT(AST_ClassField, function(output) {
1254
+ var self = this;
1255
+ if (self.static) {
1256
+ output.print("static");
1257
+ output.space();
1258
+ }
1259
+ print_property_key(self, output);
1260
+ if (self.value) {
1261
+ output.space();
1262
+ output.print("=");
1263
+ output.space();
1264
+ self.value.print(output);
1265
+ } else switch (self.key) {
1266
+ case "get":
1267
+ case "set":
1268
+ case "static":
1269
+ output.force_semicolon();
1270
+ return;
1271
+ }
1272
+ output.semicolon();
1273
+ });
1274
+ DEFPRINT(AST_ClassGetter, print_accessor("get"));
1275
+ DEFPRINT(AST_ClassSetter, print_accessor("set"));
1276
+ function print_method(self, output) {
1277
+ var fn = self.value;
1278
+ if (is_async(fn)) {
1279
+ output.print("async");
1280
+ output.space();
1281
+ }
1282
+ if (is_generator(fn)) output.print("*");
1283
+ print_property_key(self, output);
1284
+ print_lambda(self.value, output);
1285
+ }
1286
+ DEFPRINT(AST_ClassMethod, function(output) {
1287
+ var self = this;
1288
+ if (self.static) {
1289
+ output.print("static");
1290
+ output.space();
1291
+ }
1292
+ print_method(self, output);
1293
+ });
1294
+ DEFPRINT(AST_ClassInit, function(output) {
1295
+ output.print("static");
1296
+ output.space();
1297
+ print_braced(this.value, output);
1298
+ });
1299
+
1300
+ /* -----[ jumps ]----- */
1301
+ function print_jump(kind, prop) {
1302
+ return function(output) {
1303
+ output.print(kind);
1304
+ var target = this[prop];
1305
+ if (target) {
1306
+ output.space();
1307
+ target.print(output);
1308
+ }
1309
+ output.semicolon();
1310
+ };
1311
+ }
1312
+ DEFPRINT(AST_Return, print_jump("return", "value"));
1313
+ DEFPRINT(AST_Throw, print_jump("throw", "value"));
1314
+ DEFPRINT(AST_Break, print_jump("break", "label"));
1315
+ DEFPRINT(AST_Continue, print_jump("continue", "label"));
1316
+
1317
+ /* -----[ if ]----- */
1318
+ function make_then(self, output) {
1319
+ var b = self.body;
1320
+ if (output.option("braces") && !(b instanceof AST_Const || b instanceof AST_Let)
1321
+ || output.option("ie") && b instanceof AST_Do)
1322
+ return make_block(b, output);
1323
+ // The squeezer replaces "block"-s that contain only a single
1324
+ // statement with the statement itself; technically, the AST
1325
+ // is correct, but this can create problems when we output an
1326
+ // IF having an ELSE clause where the THEN clause ends in an
1327
+ // IF *without* an ELSE block (then the outer ELSE would refer
1328
+ // to the inner IF). This function checks for this case and
1329
+ // adds the block braces if needed.
1330
+ if (!b) return output.force_semicolon();
1331
+ while (true) {
1332
+ if (b instanceof AST_If) {
1333
+ if (!b.alternative) {
1334
+ make_block(self.body, output);
1335
+ return;
1336
+ }
1337
+ b = b.alternative;
1338
+ } else if (b instanceof AST_StatementWithBody) {
1339
+ b = b.body;
1340
+ } else break;
1341
+ }
1342
+ force_statement(self.body, output);
1343
+ }
1344
+ DEFPRINT(AST_If, function(output) {
1345
+ var self = this;
1346
+ output.print("if");
1347
+ output.space();
1348
+ output.with_parens(function() {
1349
+ self.condition.print(output);
1350
+ });
1351
+ if (self.alternative) {
1352
+ make_then(self, output);
1353
+ output.space();
1354
+ output.print("else");
1355
+ if (self.alternative instanceof AST_If) {
1356
+ output.space();
1357
+ self.alternative.print(output);
1358
+ } else {
1359
+ force_statement(self.alternative, output);
1360
+ }
1361
+ } else {
1362
+ force_statement(self.body, output);
1363
+ }
1364
+ });
1365
+
1366
+ /* -----[ switch ]----- */
1367
+ DEFPRINT(AST_Switch, function(output) {
1368
+ var self = this;
1369
+ output.print("switch");
1370
+ output.space();
1371
+ output.with_parens(function() {
1372
+ self.expression.print(output);
1373
+ });
1374
+ output.space();
1375
+ var last = self.body.length - 1;
1376
+ if (last < 0) print_braced_empty(self, output);
1377
+ else output.with_block(function() {
1378
+ self.body.forEach(function(branch, i) {
1379
+ output.indent(true);
1380
+ branch.print(output);
1381
+ if (i < last && branch.body.length > 0)
1382
+ output.newline();
1383
+ });
1384
+ }, self.end);
1385
+ });
1386
+ function print_branch_body(self, output) {
1387
+ output.newline();
1388
+ self.body.forEach(function(stmt) {
1389
+ output.indent();
1390
+ stmt.print(output);
1391
+ output.newline();
1392
+ });
1393
+ }
1394
+ DEFPRINT(AST_Default, function(output) {
1395
+ output.print("default:");
1396
+ print_branch_body(this, output);
1397
+ });
1398
+ DEFPRINT(AST_Case, function(output) {
1399
+ var self = this;
1400
+ output.print("case");
1401
+ output.space();
1402
+ self.expression.print(output);
1403
+ output.print(":");
1404
+ print_branch_body(self, output);
1405
+ });
1406
+
1407
+ /* -----[ exceptions ]----- */
1408
+ DEFPRINT(AST_Try, function(output) {
1409
+ var self = this;
1410
+ output.print("try");
1411
+ output.space();
1412
+ print_braced(self, output);
1413
+ if (self.bcatch) {
1414
+ output.space();
1415
+ self.bcatch.print(output);
1416
+ }
1417
+ if (self.bfinally) {
1418
+ output.space();
1419
+ self.bfinally.print(output);
1420
+ }
1421
+ });
1422
+ DEFPRINT(AST_Catch, function(output) {
1423
+ var self = this;
1424
+ output.print("catch");
1425
+ if (self.argname) {
1426
+ output.space();
1427
+ output.with_parens(function() {
1428
+ self.argname.print(output);
1429
+ });
1430
+ }
1431
+ output.space();
1432
+ print_braced(self, output);
1433
+ });
1434
+ DEFPRINT(AST_Finally, function(output) {
1435
+ output.print("finally");
1436
+ output.space();
1437
+ print_braced(this, output);
1438
+ });
1439
+
1440
+ function print_definitions(type) {
1441
+ return function(output) {
1442
+ var self = this;
1443
+ output.print(type);
1444
+ output.space();
1445
+ self.definitions.forEach(function(def, i) {
1446
+ if (i) output.comma();
1447
+ def.print(output);
1448
+ });
1449
+ var p = output.parent();
1450
+ if (!(p instanceof AST_IterationStatement && p.init === self)) output.semicolon();
1451
+ };
1452
+ }
1453
+ DEFPRINT(AST_Const, print_definitions("const"));
1454
+ DEFPRINT(AST_Let, print_definitions("let"));
1455
+ DEFPRINT(AST_Var, print_definitions("var"));
1456
+
1457
+ function parenthesize_for_no_in(node, output, no_in) {
1458
+ var parens = false;
1459
+ // need to take some precautions here:
1460
+ // https://github.com/mishoo/UglifyJS/issues/60
1461
+ if (no_in) node.walk(new TreeWalker(function(node) {
1462
+ if (parens) return true;
1463
+ if (node instanceof AST_Binary && node.operator == "in") return parens = true;
1464
+ if (node instanceof AST_Scope && !(is_arrow(node) && node.value)) return true;
1465
+ }));
1466
+ node.print(output, parens);
1467
+ }
1468
+
1469
+ DEFPRINT(AST_VarDef, function(output) {
1470
+ var self = this;
1471
+ self.name.print(output);
1472
+ if (self.value) {
1473
+ output.space();
1474
+ output.print("=");
1475
+ output.space();
1476
+ var p = output.parent(1);
1477
+ var no_in = p instanceof AST_For || p instanceof AST_ForEnumeration;
1478
+ parenthesize_for_no_in(self.value, output, no_in);
1479
+ }
1480
+ });
1481
+
1482
+ DEFPRINT(AST_DefaultValue, function(output) {
1483
+ var self = this;
1484
+ self.name.print(output);
1485
+ output.space();
1486
+ output.print("=");
1487
+ output.space();
1488
+ self.value.print(output);
1489
+ });
1490
+
1491
+ /* -----[ other expressions ]----- */
1492
+ function print_annotation(self, output) {
1493
+ if (!output.option("annotations")) return;
1494
+ if (!self.pure) return;
1495
+ var level = 0, parent = self, node;
1496
+ do {
1497
+ node = parent;
1498
+ parent = output.parent(level++);
1499
+ if (parent instanceof AST_Call && parent.expression === node) return;
1500
+ } while (parent instanceof AST_PropAccess && parent.expression === node);
1501
+ output.print("/*@__PURE__*/");
1502
+ }
1503
+ function print_call_args(self, output) {
1504
+ output.with_parens(function() {
1505
+ self.args.forEach(function(expr, i) {
1506
+ if (i) output.comma();
1507
+ expr.print(output);
1508
+ });
1509
+ output.add_mapping(self.end);
1510
+ });
1511
+ }
1512
+ DEFPRINT(AST_Call, function(output) {
1513
+ var self = this;
1514
+ print_annotation(self, output);
1515
+ self.expression.print(output);
1516
+ if (self.optional) output.print("?.");
1517
+ print_call_args(self, output);
1518
+ });
1519
+ DEFPRINT(AST_New, function(output) {
1520
+ var self = this;
1521
+ print_annotation(self, output);
1522
+ output.print("new");
1523
+ output.space();
1524
+ self.expression.print(output);
1525
+ if (need_constructor_parens(self, output)) print_call_args(self, output);
1526
+ });
1527
+ DEFPRINT(AST_Sequence, function(output) {
1528
+ this.expressions.forEach(function(node, index) {
1529
+ if (index > 0) {
1530
+ output.comma();
1531
+ if (output.should_break()) {
1532
+ output.newline();
1533
+ output.indent();
1534
+ }
1535
+ }
1536
+ node.print(output);
1537
+ });
1538
+ });
1539
+ DEFPRINT(AST_Dot, function(output) {
1540
+ var self = this;
1541
+ var expr = self.expression;
1542
+ expr.print(output);
1543
+ var prop = self.property;
1544
+ if (output.option("ie") && RESERVED_WORDS[prop] || self.quoted && output.option("keep_quoted_props")) {
1545
+ if (self.optional) output.print("?.");
1546
+ output.with_square(function() {
1547
+ output.add_mapping(self.end);
1548
+ output.print_string(prop);
1549
+ });
1550
+ } else {
1551
+ if (expr instanceof AST_Number && !/[ex.)]/i.test(output.last())) output.print(".");
1552
+ output.print(self.optional ? "?." : ".");
1553
+ // the name after dot would be mapped about here.
1554
+ output.add_mapping(self.end);
1555
+ output.print_name(prop);
1556
+ }
1557
+ });
1558
+ DEFPRINT(AST_Sub, function(output) {
1559
+ var self = this;
1560
+ self.expression.print(output);
1561
+ if (self.optional) output.print("?.");
1562
+ output.with_square(function() {
1563
+ self.property.print(output);
1564
+ });
1565
+ });
1566
+ DEFPRINT(AST_Spread, function(output) {
1567
+ output.print("...");
1568
+ this.expression.print(output);
1569
+ });
1570
+ DEFPRINT(AST_UnaryPrefix, function(output) {
1571
+ var op = this.operator;
1572
+ var exp = this.expression;
1573
+ output.print(op);
1574
+ if (/^[a-z]/i.test(op)
1575
+ || (/[+-]$/.test(op)
1576
+ && exp instanceof AST_UnaryPrefix
1577
+ && /^[+-]/.test(exp.operator))) {
1578
+ output.space();
1579
+ }
1580
+ exp.print(output);
1581
+ });
1582
+ DEFPRINT(AST_UnaryPostfix, function(output) {
1583
+ var self = this;
1584
+ self.expression.print(output);
1585
+ output.add_mapping(self.end);
1586
+ output.print(self.operator);
1587
+ });
1588
+ DEFPRINT(AST_Binary, function(output) {
1589
+ var self = this;
1590
+ self.left.print(output);
1591
+ output.space();
1592
+ output.print(self.operator);
1593
+ output.space();
1594
+ self.right.print(output);
1595
+ });
1596
+ DEFPRINT(AST_Conditional, function(output) {
1597
+ var self = this;
1598
+ self.condition.print(output);
1599
+ output.space();
1600
+ output.print("?");
1601
+ output.space();
1602
+ self.consequent.print(output);
1603
+ output.space();
1604
+ output.colon();
1605
+ self.alternative.print(output);
1606
+ });
1607
+ DEFPRINT(AST_Await, function(output) {
1608
+ output.print("await");
1609
+ output.space();
1610
+ this.expression.print(output);
1611
+ });
1612
+ DEFPRINT(AST_Yield, function(output) {
1613
+ output.print(this.nested ? "yield*" : "yield");
1614
+ if (this.expression) {
1615
+ output.space();
1616
+ this.expression.print(output);
1617
+ }
1618
+ });
1619
+
1620
+ /* -----[ literals ]----- */
1621
+ DEFPRINT(AST_Array, function(output) {
1622
+ var a = this.elements, len = a.length;
1623
+ output.with_square(len > 0 ? function() {
1624
+ output.space();
1625
+ a.forEach(function(exp, i) {
1626
+ if (i) output.comma();
1627
+ exp.print(output);
1628
+ // If the final element is a hole, we need to make sure it
1629
+ // doesn't look like a trailing comma, by inserting an actual
1630
+ // trailing comma.
1631
+ if (i === len - 1 && exp instanceof AST_Hole)
1632
+ output.comma();
1633
+ });
1634
+ output.space();
1635
+ } : noop);
1636
+ });
1637
+ DEFPRINT(AST_DestructuredArray, function(output) {
1638
+ var a = this.elements, len = a.length, rest = this.rest;
1639
+ output.with_square(len || rest ? function() {
1640
+ output.space();
1641
+ a.forEach(function(exp, i) {
1642
+ if (i) output.comma();
1643
+ exp.print(output);
1644
+ });
1645
+ if (rest) {
1646
+ if (len) output.comma();
1647
+ output.print("...");
1648
+ rest.print(output);
1649
+ } else if (a[len - 1] instanceof AST_Hole) {
1650
+ // If the final element is a hole, we need to make sure it
1651
+ // doesn't look like a trailing comma, by inserting an actual
1652
+ // trailing comma.
1653
+ output.comma();
1654
+ }
1655
+ output.space();
1656
+ } : noop);
1657
+ });
1658
+ DEFPRINT(AST_DestructuredKeyVal, function(output) {
1659
+ var self = this;
1660
+ var key = print_property_key(self, output);
1661
+ var value = self.value;
1662
+ if (key) {
1663
+ if (value instanceof AST_DefaultValue) {
1664
+ if (value.name instanceof AST_Symbol && key == get_symbol_name(value.name)) {
1665
+ output.space();
1666
+ output.print("=");
1667
+ output.space();
1668
+ value.value.print(output);
1669
+ return;
1670
+ }
1671
+ } else if (value instanceof AST_Symbol) {
1672
+ if (key == get_symbol_name(value)) return;
1673
+ }
1674
+ }
1675
+ output.colon();
1676
+ value.print(output);
1677
+ });
1678
+ DEFPRINT(AST_DestructuredObject, function(output) {
1679
+ var self = this;
1680
+ var props = self.properties, len = props.length, rest = self.rest;
1681
+ if (len || rest) output.with_block(function() {
1682
+ props.forEach(function(prop, i) {
1683
+ if (i) {
1684
+ output.print(",");
1685
+ output.newline();
1686
+ }
1687
+ output.indent();
1688
+ prop.print(output);
1689
+ });
1690
+ if (rest) {
1691
+ if (len) {
1692
+ output.print(",");
1693
+ output.newline();
1694
+ }
1695
+ output.indent();
1696
+ output.print("...");
1697
+ rest.print(output);
1698
+ }
1699
+ output.newline();
1700
+ }, self.end);
1701
+ else print_braced_empty(self, output);
1702
+ });
1703
+ function print_properties(self, output, no_comma) {
1704
+ var props = self.properties;
1705
+ if (props.length > 0) output.with_block(function() {
1706
+ props.forEach(function(prop, i) {
1707
+ if (i) {
1708
+ if (!no_comma) output.print(",");
1709
+ output.newline();
1710
+ }
1711
+ output.indent();
1712
+ prop.print(output);
1713
+ });
1714
+ output.newline();
1715
+ }, self.end);
1716
+ else print_braced_empty(self, output);
1717
+ }
1718
+ DEFPRINT(AST_Object, function(output) {
1719
+ print_properties(this, output);
1720
+ });
1721
+
1722
+ function print_property_key(self, output) {
1723
+ var key = self.key;
1724
+ if (key instanceof AST_Node) return output.with_square(function() {
1725
+ key.print(output);
1726
+ });
1727
+ var quote = self.start && self.start.quote;
1728
+ if (output.option("quote_keys") || quote && output.option("keep_quoted_props")) {
1729
+ output.print_string(key, quote);
1730
+ } else if ("" + +key == key && key >= 0) {
1731
+ output.print(make_num(key));
1732
+ } else if (self.private) {
1733
+ output.print_name(key);
1734
+ } else if (RESERVED_WORDS[key] ? !output.option("ie") : is_identifier_string(key)) {
1735
+ output.print_name(key);
1736
+ return key;
1737
+ } else {
1738
+ output.print_string(key, quote);
1739
+ }
1740
+ }
1741
+ DEFPRINT(AST_ObjectKeyVal, function(output) {
1742
+ var self = this;
1743
+ print_property_key(self, output);
1744
+ output.colon();
1745
+ self.value.print(output);
1746
+ });
1747
+ DEFPRINT(AST_ObjectMethod, function(output) {
1748
+ print_method(this, output);
1749
+ });
1750
+ function print_accessor(type) {
1751
+ return function(output) {
1752
+ var self = this;
1753
+ if (self.static) {
1754
+ output.print("static");
1755
+ output.space();
1756
+ }
1757
+ output.print(type);
1758
+ output.space();
1759
+ print_property_key(self, output);
1760
+ print_lambda(self.value, output);
1761
+ };
1762
+ }
1763
+ DEFPRINT(AST_ObjectGetter, print_accessor("get"));
1764
+ DEFPRINT(AST_ObjectSetter, print_accessor("set"));
1765
+ function get_symbol_name(sym) {
1766
+ var def = sym.definition();
1767
+ return def && def.mangled_name || sym.name;
1768
+ }
1769
+ DEFPRINT(AST_Symbol, function(output) {
1770
+ output.print_name(get_symbol_name(this));
1771
+ });
1772
+ DEFPRINT(AST_SymbolExport, function(output) {
1773
+ var self = this;
1774
+ var name = get_symbol_name(self);
1775
+ output.print_name(name);
1776
+ var alias = self.alias;
1777
+ if (alias.value != name) {
1778
+ output.space();
1779
+ output.print("as");
1780
+ output.space();
1781
+ print_alias(alias, output);
1782
+ }
1783
+ });
1784
+ DEFPRINT(AST_SymbolImport, function(output) {
1785
+ var self = this;
1786
+ var name = get_symbol_name(self);
1787
+ var key = self.key;
1788
+ if (key.value && key.value != name) {
1789
+ print_alias(key, output);
1790
+ output.space();
1791
+ output.print("as");
1792
+ output.space();
1793
+ }
1794
+ output.print_name(name);
1795
+ });
1796
+ DEFPRINT(AST_Hole, noop);
1797
+ DEFPRINT(AST_Template, function(output) {
1798
+ var self = this;
1799
+ if (self.tag) self.tag.print(output);
1800
+ output.print("`");
1801
+ for (var i = 0; i < self.expressions.length; i++) {
1802
+ output.print(output.to_utf8(self.strings[i]));
1803
+ output.print("${");
1804
+ self.expressions[i].print(output);
1805
+ output.print("}");
1806
+ }
1807
+ output.print(output.to_utf8(self.strings[i]));
1808
+ output.print("`");
1809
+ });
1810
+ DEFPRINT(AST_BigInt, function(output) {
1811
+ output.print(this.value + "n");
1812
+ });
1813
+ DEFPRINT(AST_Constant, function(output) {
1814
+ output.print("" + this.value);
1815
+ });
1816
+ DEFPRINT(AST_String, function(output) {
1817
+ output.print_string(this.value, this.quote);
1818
+ });
1819
+ DEFPRINT(AST_Number, function(output) {
1820
+ var start = this.start;
1821
+ if (use_asm && start && start.raw != null) {
1822
+ output.print(start.raw);
1823
+ } else {
1824
+ output.print(make_num(this.value));
1825
+ }
1826
+ });
1827
+
1828
+ DEFPRINT(AST_RegExp, function(output) {
1829
+ var regexp = this.value;
1830
+ var str = regexp.toString();
1831
+ var end = str.lastIndexOf("/");
1832
+ if (regexp.raw_source) {
1833
+ str = "/" + regexp.raw_source + str.slice(end);
1834
+ } else if (end == 1) {
1835
+ str = "/(?:)" + str.slice(end);
1836
+ } else if (str.indexOf("/", 1) < end) {
1837
+ str = "/" + str.slice(1, end).replace(/\\\\|[^/]?\//g, function(match) {
1838
+ return match[0] == "\\" ? match : match.slice(0, -1) + "\\/";
1839
+ }) + str.slice(end);
1840
+ }
1841
+ output.print(output.to_utf8(str).replace(/\\(?:\0(?![0-9])|[^\0])/g, function(match) {
1842
+ switch (match[1]) {
1843
+ case "\n": return "\\n";
1844
+ case "\r": return "\\r";
1845
+ case "\t": return "\t";
1846
+ case "\b": return "\b";
1847
+ case "\f": return "\f";
1848
+ case "\0": return "\0";
1849
+ case "\x0B": return "\v";
1850
+ case "\u2028": return "\\u2028";
1851
+ case "\u2029": return "\\u2029";
1852
+ default: return match;
1853
+ }
1854
+ }).replace(/[\n\r\u2028\u2029]/g, function(c) {
1855
+ switch (c) {
1856
+ case "\n": return "\\n";
1857
+ case "\r": return "\\r";
1858
+ case "\u2028": return "\\u2028";
1859
+ case "\u2029": return "\\u2029";
1860
+ }
1861
+ }));
1862
+ });
1863
+
1864
+ function force_statement(stat, output) {
1865
+ if (output.option("braces") && !(stat instanceof AST_Const || stat instanceof AST_Let)) {
1866
+ make_block(stat, output);
1867
+ } else if (stat instanceof AST_EmptyStatement) {
1868
+ output.force_semicolon();
1869
+ } else {
1870
+ output.space();
1871
+ stat.print(output);
1872
+ }
1873
+ }
1874
+
1875
+ // self should be AST_New. decide if we want to show parens or not.
1876
+ function need_constructor_parens(self, output) {
1877
+ // Always print parentheses with arguments
1878
+ if (self.args.length > 0) return true;
1879
+
1880
+ return output.option("beautify");
1881
+ }
1882
+
1883
+ function best_of(a) {
1884
+ var best = a[0], len = best.length;
1885
+ for (var i = 1; i < a.length; ++i) {
1886
+ if (a[i].length < len) {
1887
+ best = a[i];
1888
+ len = best.length;
1889
+ }
1890
+ }
1891
+ return best;
1892
+ }
1893
+
1894
+ function make_num(num) {
1895
+ var str = num.toString(10).replace(/^0\./, ".").replace("e+", "e");
1896
+ var candidates = [ str ];
1897
+ if (Math.floor(num) === num) {
1898
+ if (num < 0) {
1899
+ candidates.push("-0x" + (-num).toString(16).toLowerCase());
1900
+ } else {
1901
+ candidates.push("0x" + num.toString(16).toLowerCase());
1902
+ }
1903
+ }
1904
+ var match, len, digits;
1905
+ if (match = /^\.0+/.exec(str)) {
1906
+ len = match[0].length;
1907
+ digits = str.slice(len);
1908
+ candidates.push(digits + "e-" + (digits.length + len - 1));
1909
+ } else if (match = /[^0]0+$/.exec(str)) {
1910
+ len = match[0].length - 1;
1911
+ candidates.push(str.slice(0, -len) + "e" + len);
1912
+ } else if (match = /^(\d)\.(\d+)e(-?\d+)$/.exec(str)) {
1913
+ candidates.push(match[1] + match[2] + "e" + (match[3] - match[2].length));
1914
+ }
1915
+ return best_of(candidates);
1916
+ }
1917
+
1918
+ function make_block(stmt, output) {
1919
+ output.space();
1920
+ if (stmt instanceof AST_EmptyStatement) {
1921
+ print_braced_empty(stmt, output);
1922
+ } else if (stmt instanceof AST_BlockStatement) {
1923
+ stmt.print(output);
1924
+ } else output.with_block(function() {
1925
+ output.indent();
1926
+ stmt.print(output);
1927
+ output.newline();
1928
+ }, stmt.end);
1929
+ }
1930
+
1931
+ /* -----[ source map generators ]----- */
1932
+
1933
+ function DEFMAP(nodetype, generator) {
1934
+ nodetype.forEach(function(nodetype) {
1935
+ nodetype.DEFMETHOD("add_source_map", generator);
1936
+ });
1937
+ }
1938
+
1939
+ DEFMAP([
1940
+ // We could easily add info for ALL nodes, but it seems to me that
1941
+ // would be quite wasteful, hence this noop in the base class.
1942
+ AST_Node,
1943
+ // since the label symbol will mark it
1944
+ AST_LabeledStatement,
1945
+ ], noop);
1946
+
1947
+ // XXX: I'm not exactly sure if we need it for all of these nodes,
1948
+ // or if we should add even more.
1949
+ DEFMAP([
1950
+ AST_Array,
1951
+ AST_Await,
1952
+ AST_BlockStatement,
1953
+ AST_Catch,
1954
+ AST_Constant,
1955
+ AST_Debugger,
1956
+ AST_Definitions,
1957
+ AST_Destructured,
1958
+ AST_Directive,
1959
+ AST_Finally,
1960
+ AST_Jump,
1961
+ AST_Lambda,
1962
+ AST_New,
1963
+ AST_Object,
1964
+ AST_Spread,
1965
+ AST_StatementWithBody,
1966
+ AST_Symbol,
1967
+ AST_Switch,
1968
+ AST_SwitchBranch,
1969
+ AST_Try,
1970
+ AST_UnaryPrefix,
1971
+ AST_Yield,
1972
+ ], function(output) {
1973
+ output.add_mapping(this.start);
1974
+ });
1975
+
1976
+ DEFMAP([
1977
+ AST_ClassProperty,
1978
+ AST_DestructuredKeyVal,
1979
+ AST_ObjectProperty,
1980
+ ], function(output) {
1981
+ if (typeof this.key == "string") output.add_mapping(this.start, this.key);
1982
+ });
1983
+ })();