shakapacker 8.0.0 → 8.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (249) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/dummy.yml +1 -1
  3. data/.github/workflows/generator.yml +5 -1
  4. data/.github/workflows/node.yml +1 -1
  5. data/.github/workflows/ruby.yml +8 -2
  6. data/.gitignore +0 -1
  7. data/.node-version +1 -1
  8. data/CHANGELOG.md +21 -12
  9. data/Gemfile.lock +257 -0
  10. data/README.md +11 -12
  11. data/docs/customizing_babel_config.md +32 -4
  12. data/docs/react.md +3 -2
  13. data/docs/troubleshooting.md +1 -1
  14. data/docs/v8_upgrade.md +2 -2
  15. data/lib/shakapacker/version.rb +1 -1
  16. data/package.json +2 -2
  17. data/shakapacker.gemspec +5 -2
  18. metadata +5 -235
  19. data/lib/install/bin/yarn +0 -18
  20. data/rakelib/release.rake +0 -65
  21. data/spec/dummy/.browserslistrc +0 -1
  22. data/spec/dummy/.gitignore +0 -20
  23. data/spec/dummy/.prettierrc.yaml +0 -4
  24. data/spec/dummy/Gemfile +0 -61
  25. data/spec/dummy/Procfile.dev +0 -5
  26. data/spec/dummy/Procfile.dev-static +0 -9
  27. data/spec/dummy/README.md +0 -1
  28. data/spec/dummy/Rakefile +0 -6
  29. data/spec/dummy/app/assets/config/manifest.js +0 -2
  30. data/spec/dummy/app/assets/images/.keep +0 -0
  31. data/spec/dummy/app/assets/stylesheets/application.css +0 -15
  32. data/spec/dummy/app/channels/application_cable/channel.rb +0 -4
  33. data/spec/dummy/app/channels/application_cable/connection.rb +0 -4
  34. data/spec/dummy/app/controllers/application_controller.rb +0 -2
  35. data/spec/dummy/app/controllers/concerns/.keep +0 -0
  36. data/spec/dummy/app/controllers/hello_world_controller.rb +0 -9
  37. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  38. data/spec/dummy/app/javascript/Globals.d.ts +0 -3
  39. data/spec/dummy/app/javascript/bundles/HelloWorld/components/HelloWorld.module.css +0 -25
  40. data/spec/dummy/app/javascript/bundles/HelloWorld/components/HelloWorld.tsx +0 -47
  41. data/spec/dummy/app/javascript/bundles/HelloWorld/components/HelloWorldServer.tsx +0 -5
  42. data/spec/dummy/app/javascript/bundles/HelloWorld/components/logo.svg +0 -7
  43. data/spec/dummy/app/javascript/packs/application.js +0 -17
  44. data/spec/dummy/app/javascript/packs/hello-world-bundle.ts +0 -8
  45. data/spec/dummy/app/javascript/packs/server-bundle.ts +0 -8
  46. data/spec/dummy/app/jobs/application_job.rb +0 -7
  47. data/spec/dummy/app/mailers/application_mailer.rb +0 -4
  48. data/spec/dummy/app/models/application_record.rb +0 -3
  49. data/spec/dummy/app/models/concerns/.keep +0 -0
  50. data/spec/dummy/app/views/hello_world/index.html.erb +0 -2
  51. data/spec/dummy/app/views/layouts/application.html.erb +0 -14
  52. data/spec/dummy/app/views/layouts/hello_world.html.erb +0 -13
  53. data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
  54. data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
  55. data/spec/dummy/babel.config.js +0 -30
  56. data/spec/dummy/bin/bundle +0 -114
  57. data/spec/dummy/bin/dev +0 -30
  58. data/spec/dummy/bin/dev-static +0 -30
  59. data/spec/dummy/bin/rails +0 -9
  60. data/spec/dummy/bin/rake +0 -9
  61. data/spec/dummy/bin/setup +0 -33
  62. data/spec/dummy/bin/shakapacker +0 -13
  63. data/spec/dummy/bin/shakapacker-dev-server +0 -13
  64. data/spec/dummy/bin/spring +0 -17
  65. data/spec/dummy/bin/yarn +0 -18
  66. data/spec/dummy/config/application.rb +0 -35
  67. data/spec/dummy/config/boot.rb +0 -4
  68. data/spec/dummy/config/cable.yml +0 -10
  69. data/spec/dummy/config/credentials.yml.enc +0 -1
  70. data/spec/dummy/config/database.yml +0 -25
  71. data/spec/dummy/config/environment.rb +0 -5
  72. data/spec/dummy/config/environments/development.rb +0 -54
  73. data/spec/dummy/config/environments/production.rb +0 -106
  74. data/spec/dummy/config/environments/test.rb +0 -49
  75. data/spec/dummy/config/initializers/application_controller_renderer.rb +0 -8
  76. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  77. data/spec/dummy/config/initializers/content_security_policy.rb +0 -28
  78. data/spec/dummy/config/initializers/cookies_serializer.rb +0 -5
  79. data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  80. data/spec/dummy/config/initializers/inflections.rb +0 -16
  81. data/spec/dummy/config/initializers/mime_types.rb +0 -4
  82. data/spec/dummy/config/initializers/react_on_rails.rb +0 -58
  83. data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
  84. data/spec/dummy/config/locales/en.yml +0 -33
  85. data/spec/dummy/config/puma.rb +0 -38
  86. data/spec/dummy/config/routes.rb +0 -6
  87. data/spec/dummy/config/shakapacker.yml +0 -61
  88. data/spec/dummy/config/spring.rb +0 -6
  89. data/spec/dummy/config/storage.yml +0 -34
  90. data/spec/dummy/config/webpack/ServerClientOrBoth.js +0 -34
  91. data/spec/dummy/config/webpack/clientWebpackConfig.js +0 -15
  92. data/spec/dummy/config/webpack/commonWebpackConfig.js +0 -17
  93. data/spec/dummy/config/webpack/development.js +0 -32
  94. data/spec/dummy/config/webpack/production.js +0 -9
  95. data/spec/dummy/config/webpack/serverWebpackConfig.js +0 -116
  96. data/spec/dummy/config/webpack/test.js +0 -7
  97. data/spec/dummy/config/webpack/webpack.config.js +0 -24
  98. data/spec/dummy/config.ru +0 -5
  99. data/spec/dummy/db/seeds.rb +0 -7
  100. data/spec/dummy/lib/assets/.keep +0 -0
  101. data/spec/dummy/lib/tasks/.keep +0 -0
  102. data/spec/dummy/package.json +0 -44
  103. data/spec/dummy/postcss.config.js +0 -12
  104. data/spec/dummy/public/404.html +0 -67
  105. data/spec/dummy/public/422.html +0 -67
  106. data/spec/dummy/public/500.html +0 -66
  107. data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
  108. data/spec/dummy/public/apple-touch-icon.png +0 -0
  109. data/spec/dummy/public/favicon.ico +0 -0
  110. data/spec/dummy/public/robots.txt +0 -1
  111. data/spec/dummy/spec/rails_helper.rb +0 -118
  112. data/spec/dummy/spec/spec_helper.rb +0 -96
  113. data/spec/dummy/spec/system/hello_world_spec.rb +0 -19
  114. data/spec/dummy/tsconfig.json +0 -21
  115. data/spec/dummy/vendor/.keep +0 -0
  116. data/spec/dummy/yarn.lock +0 -4696
  117. data/spec/fixtures/beta_package-lock.v1.json +0 -119
  118. data/spec/fixtures/beta_package-lock.v2.json +0 -6777
  119. data/spec/fixtures/beta_package.json +0 -13
  120. data/spec/fixtures/beta_pnpm-lock.v7.yaml +0 -116
  121. data/spec/fixtures/beta_pnpm-lock.v8.yaml +0 -2537
  122. data/spec/fixtures/beta_pnpm-lock.v9.yaml +0 -2885
  123. data/spec/fixtures/beta_yarn.v1.lock +0 -106
  124. data/spec/fixtures/beta_yarn.v2.lock +0 -164
  125. data/spec/fixtures/git_url_package-lock.v1.json +0 -118
  126. data/spec/fixtures/git_url_package-lock.v2.json +0 -10263
  127. data/spec/fixtures/git_url_package.json +0 -13
  128. data/spec/fixtures/git_url_pnpm-lock.v7.yaml +0 -126
  129. data/spec/fixtures/git_url_pnpm-lock.v8.yaml +0 -3728
  130. data/spec/fixtures/git_url_pnpm-lock.v9.yaml +0 -4544
  131. data/spec/fixtures/git_url_yarn.v1.lock +0 -106
  132. data/spec/fixtures/git_url_yarn.v2.lock +0 -165
  133. data/spec/fixtures/github_url_package-lock.v1.json +0 -118
  134. data/spec/fixtures/github_url_package-lock.v2.json +0 -10263
  135. data/spec/fixtures/github_url_package.json +0 -13
  136. data/spec/fixtures/github_url_pnpm-lock.v7.yaml +0 -126
  137. data/spec/fixtures/github_url_pnpm-lock.v8.yaml +0 -3728
  138. data/spec/fixtures/github_url_pnpm-lock.v9.yaml +0 -4544
  139. data/spec/fixtures/github_url_yarn.v1.lock +0 -105
  140. data/spec/fixtures/github_url_yarn.v2.lock +0 -165
  141. data/spec/fixtures/relative_path_package-lock.v1.json +0 -3468
  142. data/spec/fixtures/relative_path_package-lock.v2.json +0 -105
  143. data/spec/fixtures/relative_path_package.json +0 -13
  144. data/spec/fixtures/relative_path_pnpm-lock.v7.yaml +0 -18
  145. data/spec/fixtures/relative_path_pnpm-lock.v8.yaml +0 -22
  146. data/spec/fixtures/relative_path_pnpm-lock.v9.yaml +0 -28
  147. data/spec/fixtures/relative_path_yarn.v1.lock +0 -104
  148. data/spec/fixtures/relative_path_yarn.v2.lock +0 -165
  149. data/spec/fixtures/semver_caret_package-lock.v1.json +0 -119
  150. data/spec/fixtures/semver_caret_package-lock.v2.json +0 -10264
  151. data/spec/fixtures/semver_caret_package.json +0 -13
  152. data/spec/fixtures/semver_caret_pnpm-lock.v7.yaml +0 -117
  153. data/spec/fixtures/semver_caret_pnpm-lock.v8.yaml +0 -2558
  154. data/spec/fixtures/semver_caret_pnpm-lock.v9.yaml +0 -4285
  155. data/spec/fixtures/semver_caret_yarn.v1.lock +0 -106
  156. data/spec/fixtures/semver_caret_yarn.v2.lock +0 -165
  157. data/spec/fixtures/semver_exact_package-lock.v1.json +0 -119
  158. data/spec/fixtures/semver_exact_package-lock.v2.json +0 -6819
  159. data/spec/fixtures/semver_exact_package.json +0 -13
  160. data/spec/fixtures/semver_exact_pnpm-lock.v7.yaml +0 -117
  161. data/spec/fixtures/semver_exact_pnpm-lock.v8.yaml +0 -2558
  162. data/spec/fixtures/semver_exact_pnpm-lock.v9.yaml +0 -2908
  163. data/spec/fixtures/semver_exact_yarn.v1.lock +0 -106
  164. data/spec/fixtures/semver_exact_yarn.v2.lock +0 -165
  165. data/spec/fixtures/semver_tilde_package-lock.v1.json +0 -119
  166. data/spec/fixtures/semver_tilde_package-lock.v2.json +0 -6777
  167. data/spec/fixtures/semver_tilde_package.json +0 -13
  168. data/spec/fixtures/semver_tilde_pnpm-lock.v7.yaml +0 -116
  169. data/spec/fixtures/semver_tilde_pnpm-lock.v8.yaml +0 -2558
  170. data/spec/fixtures/semver_tilde_pnpm-lock.v9.yaml +0 -2885
  171. data/spec/fixtures/semver_tilde_yarn.v1.lock +0 -106
  172. data/spec/fixtures/semver_tilde_yarn.v2.lock +0 -164
  173. data/spec/fixtures/without_package-lock.v1.json +0 -19
  174. data/spec/fixtures/without_package-lock.v2.json +0 -47
  175. data/spec/fixtures/without_package.json +0 -13
  176. data/spec/fixtures/without_pnpm-lock.v7.yaml +0 -23
  177. data/spec/fixtures/without_pnpm-lock.v8.yaml +0 -27
  178. data/spec/fixtures/without_pnpm-lock.v9.yaml +0 -34
  179. data/spec/fixtures/without_yarn.v1.lock +0 -13
  180. data/spec/fixtures/without_yarn.v2.lock +0 -29
  181. data/spec/generator_specs/e2e_template/files/app/controllers/home_controller.rb +0 -4
  182. data/spec/generator_specs/e2e_template/files/app/javascript/components/App.js +0 -12
  183. data/spec/generator_specs/e2e_template/files/app/javascript/packs/application.js +0 -10
  184. data/spec/generator_specs/e2e_template/files/app/views/home/index.html.erb +0 -2
  185. data/spec/generator_specs/e2e_template/files/app/views/layouts/application.html.erb +0 -17
  186. data/spec/generator_specs/e2e_template/files/config/routes.rb +0 -3
  187. data/spec/generator_specs/e2e_template/files/spec/system/test_react_component_renders_spec.rb +0 -13
  188. data/spec/generator_specs/e2e_template/template.rb +0 -29
  189. data/spec/generator_specs/fake-bin/bun +0 -10
  190. data/spec/generator_specs/fake-bin/npm +0 -10
  191. data/spec/generator_specs/fake-bin/pnpm +0 -10
  192. data/spec/generator_specs/fake-bin/yarn +0 -10
  193. data/spec/generator_specs/generator_spec.rb +0 -193
  194. data/spec/mounted_app/Rakefile +0 -4
  195. data/spec/mounted_app/package.json +0 -1
  196. data/spec/mounted_app/test/dummy/Rakefile +0 -3
  197. data/spec/mounted_app/test/dummy/bin/rails +0 -3
  198. data/spec/mounted_app/test/dummy/bin/rake +0 -3
  199. data/spec/mounted_app/test/dummy/config/application.rb +0 -10
  200. data/spec/mounted_app/test/dummy/config/environment.rb +0 -3
  201. data/spec/mounted_app/test/dummy/config/webpacker.yml +0 -81
  202. data/spec/mounted_app/test/dummy/config.ru +0 -5
  203. data/spec/mounted_app/test/dummy/package.json +0 -7
  204. data/spec/shakapacker/command_spec.rb +0 -134
  205. data/spec/shakapacker/compiler_spec.rb +0 -57
  206. data/spec/shakapacker/compiler_strategy_spec.rb +0 -24
  207. data/spec/shakapacker/configuration_spec.rb +0 -377
  208. data/spec/shakapacker/dev_server_runner_spec.rb +0 -136
  209. data/spec/shakapacker/dev_server_spec.rb +0 -118
  210. data/spec/shakapacker/digest_strategy_spec.rb +0 -59
  211. data/spec/shakapacker/engine_rake_tasks_spec.rb +0 -50
  212. data/spec/shakapacker/env_spec.rb +0 -23
  213. data/spec/shakapacker/helper_spec.rb +0 -243
  214. data/spec/shakapacker/instance_spec.rb +0 -29
  215. data/spec/shakapacker/manifest_spec.rb +0 -100
  216. data/spec/shakapacker/mtime_strategy_spec.rb +0 -55
  217. data/spec/shakapacker/rake_tasks_spec.rb +0 -85
  218. data/spec/shakapacker/shakapacker_spec.rb +0 -40
  219. data/spec/shakapacker/spec_helper_initializer.rb +0 -24
  220. data/spec/shakapacker/test_app/.gitignore +0 -2
  221. data/spec/shakapacker/test_app/Rakefile +0 -3
  222. data/spec/shakapacker/test_app/app/javascript/entrypoints/application.js +0 -10
  223. data/spec/shakapacker/test_app/app/javascript/entrypoints/generated/something.js +0 -2
  224. data/spec/shakapacker/test_app/app/javascript/entrypoints/multi_entry.css +0 -4
  225. data/spec/shakapacker/test_app/app/javascript/entrypoints/multi_entry.js +0 -4
  226. data/spec/shakapacker/test_app/bin/shakapacker +0 -14
  227. data/spec/shakapacker/test_app/bin/shakapacker-dev-server +0 -14
  228. data/spec/shakapacker/test_app/config/application.rb +0 -11
  229. data/spec/shakapacker/test_app/config/environment.rb +0 -4
  230. data/spec/shakapacker/test_app/config/initializers/inspect_autoload_paths.rb +0 -1
  231. data/spec/shakapacker/test_app/config/shakapacker.yml +0 -82
  232. data/spec/shakapacker/test_app/config/shakapacker_css_extract_ignore_order_warnings.yml +0 -83
  233. data/spec/shakapacker/test_app/config/shakapacker_defaults_fallback.yml +0 -11
  234. data/spec/shakapacker/test_app/config/shakapacker_manifest_path.yml +0 -79
  235. data/spec/shakapacker/test_app/config/shakapacker_nested_entries.yml +0 -82
  236. data/spec/shakapacker/test_app/config/shakapacker_no_precompile.yml +0 -7
  237. data/spec/shakapacker/test_app/config/shakapacker_other_location.yml +0 -84
  238. data/spec/shakapacker/test_app/config/shakapacker_public_root.yml +0 -18
  239. data/spec/shakapacker/test_app/config/webpack/webpack.config.js +0 -0
  240. data/spec/shakapacker/test_app/config.ru +0 -5
  241. data/spec/shakapacker/test_app/package.json +0 -14
  242. data/spec/shakapacker/test_app/public/packs/manifest.json +0 -58
  243. data/spec/shakapacker/test_app/some.config.js +0 -0
  244. data/spec/shakapacker/test_app/yarn.lock +0 -11
  245. data/spec/shakapacker/utils_manager_spec.rb +0 -125
  246. data/spec/shakapacker/version_checker_spec.rb +0 -1469
  247. data/spec/shakapacker/webpack_runner_spec.rb +0 -76
  248. data/spec/spec_helper.rb +0 -100
  249. data/spec/support/package_json_helpers.rb +0 -19
@@ -1,2908 +0,0 @@
1
- lockfileVersion: '9.0'
2
-
3
- settings:
4
- autoInstallPeers: true
5
- excludeLinksFromLockfile: false
6
-
7
- importers:
8
-
9
- .:
10
- dependencies:
11
- shakapacker:
12
- specifier: 6.0.0
13
- version: 6.0.0(@babel/core@7.24.5)(@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.5))(@babel/preset-env@7.24.5(@babel/core@7.24.5))(@babel/runtime@7.24.5)(babel-loader@8.3.0(@babel/core@7.24.5)(webpack@5.91.0(webpack-cli@4.10.0)))(compression-webpack-plugin@9.2.0(webpack@5.91.0(webpack-cli@4.10.0)))(pnp-webpack-plugin@1.7.0)(terser-webpack-plugin@5.3.10(webpack@5.91.0(webpack-cli@4.10.0)))(webpack-assets-manifest@5.2.1(webpack@5.91.0(webpack-cli@4.10.0)))(webpack-cli@4.10.0(webpack@5.91.0))(webpack-merge@5.10.0)(webpack@5.91.0(webpack-cli@4.10.0))
14
- devDependencies:
15
- right-pad:
16
- specifier: ^1.0.1
17
- version: 1.0.1
18
-
19
- packages:
20
-
21
- '@ampproject/remapping@2.3.0':
22
- resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
23
- engines: {node: '>=6.0.0'}
24
-
25
- '@babel/code-frame@7.24.2':
26
- resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==}
27
- engines: {node: '>=6.9.0'}
28
-
29
- '@babel/compat-data@7.24.4':
30
- resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==}
31
- engines: {node: '>=6.9.0'}
32
-
33
- '@babel/core@7.24.5':
34
- resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==}
35
- engines: {node: '>=6.9.0'}
36
-
37
- '@babel/generator@7.24.5':
38
- resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==}
39
- engines: {node: '>=6.9.0'}
40
-
41
- '@babel/helper-annotate-as-pure@7.22.5':
42
- resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
43
- engines: {node: '>=6.9.0'}
44
-
45
- '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15':
46
- resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==}
47
- engines: {node: '>=6.9.0'}
48
-
49
- '@babel/helper-compilation-targets@7.23.6':
50
- resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
51
- engines: {node: '>=6.9.0'}
52
-
53
- '@babel/helper-create-class-features-plugin@7.24.5':
54
- resolution: {integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==}
55
- engines: {node: '>=6.9.0'}
56
- peerDependencies:
57
- '@babel/core': ^7.0.0
58
-
59
- '@babel/helper-create-regexp-features-plugin@7.22.15':
60
- resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==}
61
- engines: {node: '>=6.9.0'}
62
- peerDependencies:
63
- '@babel/core': ^7.0.0
64
-
65
- '@babel/helper-define-polyfill-provider@0.6.2':
66
- resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==}
67
- peerDependencies:
68
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
69
-
70
- '@babel/helper-environment-visitor@7.22.20':
71
- resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
72
- engines: {node: '>=6.9.0'}
73
-
74
- '@babel/helper-function-name@7.23.0':
75
- resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
76
- engines: {node: '>=6.9.0'}
77
-
78
- '@babel/helper-hoist-variables@7.22.5':
79
- resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
80
- engines: {node: '>=6.9.0'}
81
-
82
- '@babel/helper-member-expression-to-functions@7.24.5':
83
- resolution: {integrity: sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==}
84
- engines: {node: '>=6.9.0'}
85
-
86
- '@babel/helper-module-imports@7.24.3':
87
- resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==}
88
- engines: {node: '>=6.9.0'}
89
-
90
- '@babel/helper-module-transforms@7.24.5':
91
- resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==}
92
- engines: {node: '>=6.9.0'}
93
- peerDependencies:
94
- '@babel/core': ^7.0.0
95
-
96
- '@babel/helper-optimise-call-expression@7.22.5':
97
- resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
98
- engines: {node: '>=6.9.0'}
99
-
100
- '@babel/helper-plugin-utils@7.24.5':
101
- resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==}
102
- engines: {node: '>=6.9.0'}
103
-
104
- '@babel/helper-remap-async-to-generator@7.22.20':
105
- resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==}
106
- engines: {node: '>=6.9.0'}
107
- peerDependencies:
108
- '@babel/core': ^7.0.0
109
-
110
- '@babel/helper-replace-supers@7.24.1':
111
- resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==}
112
- engines: {node: '>=6.9.0'}
113
- peerDependencies:
114
- '@babel/core': ^7.0.0
115
-
116
- '@babel/helper-simple-access@7.24.5':
117
- resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==}
118
- engines: {node: '>=6.9.0'}
119
-
120
- '@babel/helper-skip-transparent-expression-wrappers@7.22.5':
121
- resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
122
- engines: {node: '>=6.9.0'}
123
-
124
- '@babel/helper-split-export-declaration@7.24.5':
125
- resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==}
126
- engines: {node: '>=6.9.0'}
127
-
128
- '@babel/helper-string-parser@7.24.1':
129
- resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==}
130
- engines: {node: '>=6.9.0'}
131
-
132
- '@babel/helper-validator-identifier@7.24.5':
133
- resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==}
134
- engines: {node: '>=6.9.0'}
135
-
136
- '@babel/helper-validator-option@7.23.5':
137
- resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
138
- engines: {node: '>=6.9.0'}
139
-
140
- '@babel/helper-wrap-function@7.24.5':
141
- resolution: {integrity: sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==}
142
- engines: {node: '>=6.9.0'}
143
-
144
- '@babel/helpers@7.24.5':
145
- resolution: {integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==}
146
- engines: {node: '>=6.9.0'}
147
-
148
- '@babel/highlight@7.24.5':
149
- resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==}
150
- engines: {node: '>=6.9.0'}
151
-
152
- '@babel/parser@7.24.5':
153
- resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==}
154
- engines: {node: '>=6.0.0'}
155
- hasBin: true
156
-
157
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.5':
158
- resolution: {integrity: sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==}
159
- engines: {node: '>=6.9.0'}
160
- peerDependencies:
161
- '@babel/core': ^7.0.0
162
-
163
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1':
164
- resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==}
165
- engines: {node: '>=6.9.0'}
166
- peerDependencies:
167
- '@babel/core': ^7.0.0
168
-
169
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1':
170
- resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==}
171
- engines: {node: '>=6.9.0'}
172
- peerDependencies:
173
- '@babel/core': ^7.13.0
174
-
175
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1':
176
- resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==}
177
- engines: {node: '>=6.9.0'}
178
- peerDependencies:
179
- '@babel/core': ^7.0.0
180
-
181
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2':
182
- resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
183
- engines: {node: '>=6.9.0'}
184
- peerDependencies:
185
- '@babel/core': ^7.0.0-0
186
-
187
- '@babel/plugin-syntax-async-generators@7.8.4':
188
- resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
189
- peerDependencies:
190
- '@babel/core': ^7.0.0-0
191
-
192
- '@babel/plugin-syntax-class-properties@7.12.13':
193
- resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
194
- peerDependencies:
195
- '@babel/core': ^7.0.0-0
196
-
197
- '@babel/plugin-syntax-class-static-block@7.14.5':
198
- resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
199
- engines: {node: '>=6.9.0'}
200
- peerDependencies:
201
- '@babel/core': ^7.0.0-0
202
-
203
- '@babel/plugin-syntax-dynamic-import@7.8.3':
204
- resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
205
- peerDependencies:
206
- '@babel/core': ^7.0.0-0
207
-
208
- '@babel/plugin-syntax-export-namespace-from@7.8.3':
209
- resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
210
- peerDependencies:
211
- '@babel/core': ^7.0.0-0
212
-
213
- '@babel/plugin-syntax-import-assertions@7.24.1':
214
- resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==}
215
- engines: {node: '>=6.9.0'}
216
- peerDependencies:
217
- '@babel/core': ^7.0.0-0
218
-
219
- '@babel/plugin-syntax-import-attributes@7.24.1':
220
- resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==}
221
- engines: {node: '>=6.9.0'}
222
- peerDependencies:
223
- '@babel/core': ^7.0.0-0
224
-
225
- '@babel/plugin-syntax-import-meta@7.10.4':
226
- resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
227
- peerDependencies:
228
- '@babel/core': ^7.0.0-0
229
-
230
- '@babel/plugin-syntax-json-strings@7.8.3':
231
- resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
232
- peerDependencies:
233
- '@babel/core': ^7.0.0-0
234
-
235
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4':
236
- resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
237
- peerDependencies:
238
- '@babel/core': ^7.0.0-0
239
-
240
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3':
241
- resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
242
- peerDependencies:
243
- '@babel/core': ^7.0.0-0
244
-
245
- '@babel/plugin-syntax-numeric-separator@7.10.4':
246
- resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
247
- peerDependencies:
248
- '@babel/core': ^7.0.0-0
249
-
250
- '@babel/plugin-syntax-object-rest-spread@7.8.3':
251
- resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
252
- peerDependencies:
253
- '@babel/core': ^7.0.0-0
254
-
255
- '@babel/plugin-syntax-optional-catch-binding@7.8.3':
256
- resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
257
- peerDependencies:
258
- '@babel/core': ^7.0.0-0
259
-
260
- '@babel/plugin-syntax-optional-chaining@7.8.3':
261
- resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
262
- peerDependencies:
263
- '@babel/core': ^7.0.0-0
264
-
265
- '@babel/plugin-syntax-private-property-in-object@7.14.5':
266
- resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
267
- engines: {node: '>=6.9.0'}
268
- peerDependencies:
269
- '@babel/core': ^7.0.0-0
270
-
271
- '@babel/plugin-syntax-top-level-await@7.14.5':
272
- resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
273
- engines: {node: '>=6.9.0'}
274
- peerDependencies:
275
- '@babel/core': ^7.0.0-0
276
-
277
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6':
278
- resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
279
- engines: {node: '>=6.9.0'}
280
- peerDependencies:
281
- '@babel/core': ^7.0.0
282
-
283
- '@babel/plugin-transform-arrow-functions@7.24.1':
284
- resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==}
285
- engines: {node: '>=6.9.0'}
286
- peerDependencies:
287
- '@babel/core': ^7.0.0-0
288
-
289
- '@babel/plugin-transform-async-generator-functions@7.24.3':
290
- resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==}
291
- engines: {node: '>=6.9.0'}
292
- peerDependencies:
293
- '@babel/core': ^7.0.0-0
294
-
295
- '@babel/plugin-transform-async-to-generator@7.24.1':
296
- resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==}
297
- engines: {node: '>=6.9.0'}
298
- peerDependencies:
299
- '@babel/core': ^7.0.0-0
300
-
301
- '@babel/plugin-transform-block-scoped-functions@7.24.1':
302
- resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==}
303
- engines: {node: '>=6.9.0'}
304
- peerDependencies:
305
- '@babel/core': ^7.0.0-0
306
-
307
- '@babel/plugin-transform-block-scoping@7.24.5':
308
- resolution: {integrity: sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==}
309
- engines: {node: '>=6.9.0'}
310
- peerDependencies:
311
- '@babel/core': ^7.0.0-0
312
-
313
- '@babel/plugin-transform-class-properties@7.24.1':
314
- resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==}
315
- engines: {node: '>=6.9.0'}
316
- peerDependencies:
317
- '@babel/core': ^7.0.0-0
318
-
319
- '@babel/plugin-transform-class-static-block@7.24.4':
320
- resolution: {integrity: sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==}
321
- engines: {node: '>=6.9.0'}
322
- peerDependencies:
323
- '@babel/core': ^7.12.0
324
-
325
- '@babel/plugin-transform-classes@7.24.5':
326
- resolution: {integrity: sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==}
327
- engines: {node: '>=6.9.0'}
328
- peerDependencies:
329
- '@babel/core': ^7.0.0-0
330
-
331
- '@babel/plugin-transform-computed-properties@7.24.1':
332
- resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==}
333
- engines: {node: '>=6.9.0'}
334
- peerDependencies:
335
- '@babel/core': ^7.0.0-0
336
-
337
- '@babel/plugin-transform-destructuring@7.24.5':
338
- resolution: {integrity: sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==}
339
- engines: {node: '>=6.9.0'}
340
- peerDependencies:
341
- '@babel/core': ^7.0.0-0
342
-
343
- '@babel/plugin-transform-dotall-regex@7.24.1':
344
- resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==}
345
- engines: {node: '>=6.9.0'}
346
- peerDependencies:
347
- '@babel/core': ^7.0.0-0
348
-
349
- '@babel/plugin-transform-duplicate-keys@7.24.1':
350
- resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==}
351
- engines: {node: '>=6.9.0'}
352
- peerDependencies:
353
- '@babel/core': ^7.0.0-0
354
-
355
- '@babel/plugin-transform-dynamic-import@7.24.1':
356
- resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==}
357
- engines: {node: '>=6.9.0'}
358
- peerDependencies:
359
- '@babel/core': ^7.0.0-0
360
-
361
- '@babel/plugin-transform-exponentiation-operator@7.24.1':
362
- resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==}
363
- engines: {node: '>=6.9.0'}
364
- peerDependencies:
365
- '@babel/core': ^7.0.0-0
366
-
367
- '@babel/plugin-transform-export-namespace-from@7.24.1':
368
- resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==}
369
- engines: {node: '>=6.9.0'}
370
- peerDependencies:
371
- '@babel/core': ^7.0.0-0
372
-
373
- '@babel/plugin-transform-for-of@7.24.1':
374
- resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==}
375
- engines: {node: '>=6.9.0'}
376
- peerDependencies:
377
- '@babel/core': ^7.0.0-0
378
-
379
- '@babel/plugin-transform-function-name@7.24.1':
380
- resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==}
381
- engines: {node: '>=6.9.0'}
382
- peerDependencies:
383
- '@babel/core': ^7.0.0-0
384
-
385
- '@babel/plugin-transform-json-strings@7.24.1':
386
- resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==}
387
- engines: {node: '>=6.9.0'}
388
- peerDependencies:
389
- '@babel/core': ^7.0.0-0
390
-
391
- '@babel/plugin-transform-literals@7.24.1':
392
- resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==}
393
- engines: {node: '>=6.9.0'}
394
- peerDependencies:
395
- '@babel/core': ^7.0.0-0
396
-
397
- '@babel/plugin-transform-logical-assignment-operators@7.24.1':
398
- resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==}
399
- engines: {node: '>=6.9.0'}
400
- peerDependencies:
401
- '@babel/core': ^7.0.0-0
402
-
403
- '@babel/plugin-transform-member-expression-literals@7.24.1':
404
- resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==}
405
- engines: {node: '>=6.9.0'}
406
- peerDependencies:
407
- '@babel/core': ^7.0.0-0
408
-
409
- '@babel/plugin-transform-modules-amd@7.24.1':
410
- resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==}
411
- engines: {node: '>=6.9.0'}
412
- peerDependencies:
413
- '@babel/core': ^7.0.0-0
414
-
415
- '@babel/plugin-transform-modules-commonjs@7.24.1':
416
- resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==}
417
- engines: {node: '>=6.9.0'}
418
- peerDependencies:
419
- '@babel/core': ^7.0.0-0
420
-
421
- '@babel/plugin-transform-modules-systemjs@7.24.1':
422
- resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==}
423
- engines: {node: '>=6.9.0'}
424
- peerDependencies:
425
- '@babel/core': ^7.0.0-0
426
-
427
- '@babel/plugin-transform-modules-umd@7.24.1':
428
- resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==}
429
- engines: {node: '>=6.9.0'}
430
- peerDependencies:
431
- '@babel/core': ^7.0.0-0
432
-
433
- '@babel/plugin-transform-named-capturing-groups-regex@7.22.5':
434
- resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
435
- engines: {node: '>=6.9.0'}
436
- peerDependencies:
437
- '@babel/core': ^7.0.0
438
-
439
- '@babel/plugin-transform-new-target@7.24.1':
440
- resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==}
441
- engines: {node: '>=6.9.0'}
442
- peerDependencies:
443
- '@babel/core': ^7.0.0-0
444
-
445
- '@babel/plugin-transform-nullish-coalescing-operator@7.24.1':
446
- resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==}
447
- engines: {node: '>=6.9.0'}
448
- peerDependencies:
449
- '@babel/core': ^7.0.0-0
450
-
451
- '@babel/plugin-transform-numeric-separator@7.24.1':
452
- resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==}
453
- engines: {node: '>=6.9.0'}
454
- peerDependencies:
455
- '@babel/core': ^7.0.0-0
456
-
457
- '@babel/plugin-transform-object-rest-spread@7.24.5':
458
- resolution: {integrity: sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==}
459
- engines: {node: '>=6.9.0'}
460
- peerDependencies:
461
- '@babel/core': ^7.0.0-0
462
-
463
- '@babel/plugin-transform-object-super@7.24.1':
464
- resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==}
465
- engines: {node: '>=6.9.0'}
466
- peerDependencies:
467
- '@babel/core': ^7.0.0-0
468
-
469
- '@babel/plugin-transform-optional-catch-binding@7.24.1':
470
- resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==}
471
- engines: {node: '>=6.9.0'}
472
- peerDependencies:
473
- '@babel/core': ^7.0.0-0
474
-
475
- '@babel/plugin-transform-optional-chaining@7.24.5':
476
- resolution: {integrity: sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==}
477
- engines: {node: '>=6.9.0'}
478
- peerDependencies:
479
- '@babel/core': ^7.0.0-0
480
-
481
- '@babel/plugin-transform-parameters@7.24.5':
482
- resolution: {integrity: sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==}
483
- engines: {node: '>=6.9.0'}
484
- peerDependencies:
485
- '@babel/core': ^7.0.0-0
486
-
487
- '@babel/plugin-transform-private-methods@7.24.1':
488
- resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==}
489
- engines: {node: '>=6.9.0'}
490
- peerDependencies:
491
- '@babel/core': ^7.0.0-0
492
-
493
- '@babel/plugin-transform-private-property-in-object@7.24.5':
494
- resolution: {integrity: sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==}
495
- engines: {node: '>=6.9.0'}
496
- peerDependencies:
497
- '@babel/core': ^7.0.0-0
498
-
499
- '@babel/plugin-transform-property-literals@7.24.1':
500
- resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==}
501
- engines: {node: '>=6.9.0'}
502
- peerDependencies:
503
- '@babel/core': ^7.0.0-0
504
-
505
- '@babel/plugin-transform-regenerator@7.24.1':
506
- resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==}
507
- engines: {node: '>=6.9.0'}
508
- peerDependencies:
509
- '@babel/core': ^7.0.0-0
510
-
511
- '@babel/plugin-transform-reserved-words@7.24.1':
512
- resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==}
513
- engines: {node: '>=6.9.0'}
514
- peerDependencies:
515
- '@babel/core': ^7.0.0-0
516
-
517
- '@babel/plugin-transform-runtime@7.24.3':
518
- resolution: {integrity: sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==}
519
- engines: {node: '>=6.9.0'}
520
- peerDependencies:
521
- '@babel/core': ^7.0.0-0
522
-
523
- '@babel/plugin-transform-shorthand-properties@7.24.1':
524
- resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==}
525
- engines: {node: '>=6.9.0'}
526
- peerDependencies:
527
- '@babel/core': ^7.0.0-0
528
-
529
- '@babel/plugin-transform-spread@7.24.1':
530
- resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==}
531
- engines: {node: '>=6.9.0'}
532
- peerDependencies:
533
- '@babel/core': ^7.0.0-0
534
-
535
- '@babel/plugin-transform-sticky-regex@7.24.1':
536
- resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==}
537
- engines: {node: '>=6.9.0'}
538
- peerDependencies:
539
- '@babel/core': ^7.0.0-0
540
-
541
- '@babel/plugin-transform-template-literals@7.24.1':
542
- resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==}
543
- engines: {node: '>=6.9.0'}
544
- peerDependencies:
545
- '@babel/core': ^7.0.0-0
546
-
547
- '@babel/plugin-transform-typeof-symbol@7.24.5':
548
- resolution: {integrity: sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==}
549
- engines: {node: '>=6.9.0'}
550
- peerDependencies:
551
- '@babel/core': ^7.0.0-0
552
-
553
- '@babel/plugin-transform-unicode-escapes@7.24.1':
554
- resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==}
555
- engines: {node: '>=6.9.0'}
556
- peerDependencies:
557
- '@babel/core': ^7.0.0-0
558
-
559
- '@babel/plugin-transform-unicode-property-regex@7.24.1':
560
- resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==}
561
- engines: {node: '>=6.9.0'}
562
- peerDependencies:
563
- '@babel/core': ^7.0.0-0
564
-
565
- '@babel/plugin-transform-unicode-regex@7.24.1':
566
- resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==}
567
- engines: {node: '>=6.9.0'}
568
- peerDependencies:
569
- '@babel/core': ^7.0.0-0
570
-
571
- '@babel/plugin-transform-unicode-sets-regex@7.24.1':
572
- resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==}
573
- engines: {node: '>=6.9.0'}
574
- peerDependencies:
575
- '@babel/core': ^7.0.0
576
-
577
- '@babel/preset-env@7.24.5':
578
- resolution: {integrity: sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==}
579
- engines: {node: '>=6.9.0'}
580
- peerDependencies:
581
- '@babel/core': ^7.0.0-0
582
-
583
- '@babel/preset-modules@0.1.6-no-external-plugins':
584
- resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
585
- peerDependencies:
586
- '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
587
-
588
- '@babel/regjsgen@0.8.0':
589
- resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
590
-
591
- '@babel/runtime@7.24.5':
592
- resolution: {integrity: sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==}
593
- engines: {node: '>=6.9.0'}
594
-
595
- '@babel/template@7.24.0':
596
- resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==}
597
- engines: {node: '>=6.9.0'}
598
-
599
- '@babel/traverse@7.24.5':
600
- resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==}
601
- engines: {node: '>=6.9.0'}
602
-
603
- '@babel/types@7.24.5':
604
- resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==}
605
- engines: {node: '>=6.9.0'}
606
-
607
- '@discoveryjs/json-ext@0.5.7':
608
- resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
609
- engines: {node: '>=10.0.0'}
610
-
611
- '@jridgewell/gen-mapping@0.3.5':
612
- resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
613
- engines: {node: '>=6.0.0'}
614
-
615
- '@jridgewell/resolve-uri@3.1.2':
616
- resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
617
- engines: {node: '>=6.0.0'}
618
-
619
- '@jridgewell/set-array@1.2.1':
620
- resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
621
- engines: {node: '>=6.0.0'}
622
-
623
- '@jridgewell/source-map@0.3.6':
624
- resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==}
625
-
626
- '@jridgewell/sourcemap-codec@1.4.15':
627
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
628
-
629
- '@jridgewell/trace-mapping@0.3.25':
630
- resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
631
-
632
- '@types/eslint-scope@3.7.7':
633
- resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
634
-
635
- '@types/eslint@8.56.10':
636
- resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==}
637
-
638
- '@types/estree@1.0.5':
639
- resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
640
-
641
- '@types/json-schema@7.0.15':
642
- resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
643
-
644
- '@types/node@20.12.11':
645
- resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==}
646
-
647
- '@webassemblyjs/ast@1.12.1':
648
- resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==}
649
-
650
- '@webassemblyjs/floating-point-hex-parser@1.11.6':
651
- resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==}
652
-
653
- '@webassemblyjs/helper-api-error@1.11.6':
654
- resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==}
655
-
656
- '@webassemblyjs/helper-buffer@1.12.1':
657
- resolution: {integrity: sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==}
658
-
659
- '@webassemblyjs/helper-numbers@1.11.6':
660
- resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==}
661
-
662
- '@webassemblyjs/helper-wasm-bytecode@1.11.6':
663
- resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==}
664
-
665
- '@webassemblyjs/helper-wasm-section@1.12.1':
666
- resolution: {integrity: sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==}
667
-
668
- '@webassemblyjs/ieee754@1.11.6':
669
- resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==}
670
-
671
- '@webassemblyjs/leb128@1.11.6':
672
- resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==}
673
-
674
- '@webassemblyjs/utf8@1.11.6':
675
- resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==}
676
-
677
- '@webassemblyjs/wasm-edit@1.12.1':
678
- resolution: {integrity: sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==}
679
-
680
- '@webassemblyjs/wasm-gen@1.12.1':
681
- resolution: {integrity: sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==}
682
-
683
- '@webassemblyjs/wasm-opt@1.12.1':
684
- resolution: {integrity: sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==}
685
-
686
- '@webassemblyjs/wasm-parser@1.12.1':
687
- resolution: {integrity: sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==}
688
-
689
- '@webassemblyjs/wast-printer@1.12.1':
690
- resolution: {integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==}
691
-
692
- '@webpack-cli/configtest@1.2.0':
693
- resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==}
694
- peerDependencies:
695
- webpack: 4.x.x || 5.x.x
696
- webpack-cli: 4.x.x
697
-
698
- '@webpack-cli/info@1.5.0':
699
- resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==}
700
- peerDependencies:
701
- webpack-cli: 4.x.x
702
-
703
- '@webpack-cli/serve@1.7.0':
704
- resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==}
705
- peerDependencies:
706
- webpack-cli: 4.x.x
707
- webpack-dev-server: '*'
708
- peerDependenciesMeta:
709
- webpack-dev-server:
710
- optional: true
711
-
712
- '@xtuc/ieee754@1.2.0':
713
- resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
714
-
715
- '@xtuc/long@4.2.2':
716
- resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
717
-
718
- acorn-import-assertions@1.9.0:
719
- resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
720
- peerDependencies:
721
- acorn: ^8
722
-
723
- acorn@8.11.3:
724
- resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==}
725
- engines: {node: '>=0.4.0'}
726
- hasBin: true
727
-
728
- ajv-formats@2.1.1:
729
- resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
730
- peerDependencies:
731
- ajv: ^8.0.0
732
- peerDependenciesMeta:
733
- ajv:
734
- optional: true
735
-
736
- ajv-keywords@3.5.2:
737
- resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
738
- peerDependencies:
739
- ajv: ^6.9.1
740
-
741
- ajv-keywords@5.1.0:
742
- resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
743
- peerDependencies:
744
- ajv: ^8.8.2
745
-
746
- ajv@6.12.6:
747
- resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
748
-
749
- ajv@8.13.0:
750
- resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==}
751
-
752
- ansi-styles@3.2.1:
753
- resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
754
- engines: {node: '>=4'}
755
-
756
- ansi-styles@4.3.0:
757
- resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
758
- engines: {node: '>=8'}
759
-
760
- argparse@2.0.1:
761
- resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
762
-
763
- babel-loader@8.3.0:
764
- resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==}
765
- engines: {node: '>= 8.9'}
766
- peerDependencies:
767
- '@babel/core': ^7.0.0
768
- webpack: '>=2'
769
-
770
- babel-plugin-polyfill-corejs2@0.4.11:
771
- resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==}
772
- peerDependencies:
773
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
774
-
775
- babel-plugin-polyfill-corejs3@0.10.4:
776
- resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==}
777
- peerDependencies:
778
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
779
-
780
- babel-plugin-polyfill-regenerator@0.6.2:
781
- resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==}
782
- peerDependencies:
783
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
784
-
785
- balanced-match@1.0.2:
786
- resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
787
-
788
- big.js@5.2.2:
789
- resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
790
-
791
- brace-expansion@1.1.11:
792
- resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
793
-
794
- browserslist@4.23.0:
795
- resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==}
796
- engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
797
- hasBin: true
798
-
799
- buffer-from@1.1.2:
800
- resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
801
-
802
- caniuse-lite@1.0.30001617:
803
- resolution: {integrity: sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==}
804
-
805
- chalk@2.4.2:
806
- resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
807
- engines: {node: '>=4'}
808
-
809
- chalk@4.1.2:
810
- resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
811
- engines: {node: '>=10'}
812
-
813
- chrome-trace-event@1.0.3:
814
- resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
815
- engines: {node: '>=6.0'}
816
-
817
- clone-deep@4.0.1:
818
- resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
819
- engines: {node: '>=6'}
820
-
821
- color-convert@1.9.3:
822
- resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
823
-
824
- color-convert@2.0.1:
825
- resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
826
- engines: {node: '>=7.0.0'}
827
-
828
- color-name@1.1.3:
829
- resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
830
-
831
- color-name@1.1.4:
832
- resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
833
-
834
- colorette@2.0.20:
835
- resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
836
-
837
- commander@2.20.3:
838
- resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
839
-
840
- commander@7.2.0:
841
- resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
842
- engines: {node: '>= 10'}
843
-
844
- commondir@1.0.1:
845
- resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
846
-
847
- compression-webpack-plugin@9.2.0:
848
- resolution: {integrity: sha512-R/Oi+2+UHotGfu72fJiRoVpuRifZT0tTC6UqFD/DUo+mv8dbOow9rVOuTvDv5nPPm3GZhHL/fKkwxwIHnJ8Nyw==}
849
- engines: {node: '>= 12.13.0'}
850
- peerDependencies:
851
- webpack: ^5.1.0
852
-
853
- concat-map@0.0.1:
854
- resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
855
-
856
- convert-source-map@2.0.0:
857
- resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
858
-
859
- core-js-compat@3.37.0:
860
- resolution: {integrity: sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==}
861
-
862
- cross-spawn@7.0.3:
863
- resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
864
- engines: {node: '>= 8'}
865
-
866
- debug@4.3.4:
867
- resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
868
- engines: {node: '>=6.0'}
869
- peerDependencies:
870
- supports-color: '*'
871
- peerDependenciesMeta:
872
- supports-color:
873
- optional: true
874
-
875
- deepmerge@4.3.1:
876
- resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
877
- engines: {node: '>=0.10.0'}
878
-
879
- electron-to-chromium@1.4.762:
880
- resolution: {integrity: sha512-rrFvGweLxPwwSwJOjIopy3Vr+J3cIPtZzuc74bmlvmBIgQO3VYJDvVrlj94iKZ3ukXUH64Ex31hSfRTLqvjYJQ==}
881
-
882
- emojis-list@3.0.0:
883
- resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
884
- engines: {node: '>= 4'}
885
-
886
- enhanced-resolve@5.16.1:
887
- resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==}
888
- engines: {node: '>=10.13.0'}
889
-
890
- envinfo@7.13.0:
891
- resolution: {integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==}
892
- engines: {node: '>=4'}
893
- hasBin: true
894
-
895
- es-module-lexer@1.5.2:
896
- resolution: {integrity: sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==}
897
-
898
- escalade@3.1.2:
899
- resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
900
- engines: {node: '>=6'}
901
-
902
- escape-string-regexp@1.0.5:
903
- resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
904
- engines: {node: '>=0.8.0'}
905
-
906
- eslint-scope@5.1.1:
907
- resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
908
- engines: {node: '>=8.0.0'}
909
-
910
- esrecurse@4.3.0:
911
- resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
912
- engines: {node: '>=4.0'}
913
-
914
- estraverse@4.3.0:
915
- resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
916
- engines: {node: '>=4.0'}
917
-
918
- estraverse@5.3.0:
919
- resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
920
- engines: {node: '>=4.0'}
921
-
922
- esutils@2.0.3:
923
- resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
924
- engines: {node: '>=0.10.0'}
925
-
926
- events@3.3.0:
927
- resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
928
- engines: {node: '>=0.8.x'}
929
-
930
- fast-deep-equal@3.1.3:
931
- resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
932
-
933
- fast-json-stable-stringify@2.1.0:
934
- resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
935
-
936
- fastest-levenshtein@1.0.16:
937
- resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==}
938
- engines: {node: '>= 4.9.1'}
939
-
940
- find-cache-dir@3.3.2:
941
- resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==}
942
- engines: {node: '>=8'}
943
-
944
- find-up@4.1.0:
945
- resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
946
- engines: {node: '>=8'}
947
-
948
- flat@5.0.2:
949
- resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
950
- hasBin: true
951
-
952
- fs.realpath@1.0.0:
953
- resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
954
-
955
- function-bind@1.1.2:
956
- resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
957
-
958
- gensync@1.0.0-beta.2:
959
- resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
960
- engines: {node: '>=6.9.0'}
961
-
962
- glob-to-regexp@0.4.1:
963
- resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
964
-
965
- glob@7.2.3:
966
- resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
967
-
968
- globals@11.12.0:
969
- resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
970
- engines: {node: '>=4'}
971
-
972
- graceful-fs@4.2.11:
973
- resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
974
-
975
- has-flag@3.0.0:
976
- resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
977
- engines: {node: '>=4'}
978
-
979
- has-flag@4.0.0:
980
- resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
981
- engines: {node: '>=8'}
982
-
983
- hasown@2.0.2:
984
- resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
985
- engines: {node: '>= 0.4'}
986
-
987
- import-local@3.1.0:
988
- resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==}
989
- engines: {node: '>=8'}
990
- hasBin: true
991
-
992
- inflight@1.0.6:
993
- resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
994
-
995
- inherits@2.0.4:
996
- resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
997
-
998
- interpret@2.2.0:
999
- resolution: {integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==}
1000
- engines: {node: '>= 0.10'}
1001
-
1002
- is-core-module@2.13.1:
1003
- resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
1004
-
1005
- is-plain-object@2.0.4:
1006
- resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
1007
- engines: {node: '>=0.10.0'}
1008
-
1009
- isexe@2.0.0:
1010
- resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1011
-
1012
- isobject@3.0.1:
1013
- resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
1014
- engines: {node: '>=0.10.0'}
1015
-
1016
- jest-worker@27.5.1:
1017
- resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
1018
- engines: {node: '>= 10.13.0'}
1019
-
1020
- js-tokens@4.0.0:
1021
- resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1022
-
1023
- js-yaml@4.1.0:
1024
- resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1025
- hasBin: true
1026
-
1027
- jsesc@0.5.0:
1028
- resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
1029
- hasBin: true
1030
-
1031
- jsesc@2.5.2:
1032
- resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
1033
- engines: {node: '>=4'}
1034
- hasBin: true
1035
-
1036
- json-parse-even-better-errors@2.3.1:
1037
- resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
1038
-
1039
- json-schema-traverse@0.4.1:
1040
- resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1041
-
1042
- json-schema-traverse@1.0.0:
1043
- resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
1044
-
1045
- json5@2.2.3:
1046
- resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1047
- engines: {node: '>=6'}
1048
- hasBin: true
1049
-
1050
- kind-of@6.0.3:
1051
- resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
1052
- engines: {node: '>=0.10.0'}
1053
-
1054
- loader-runner@4.3.0:
1055
- resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
1056
- engines: {node: '>=6.11.5'}
1057
-
1058
- loader-utils@2.0.4:
1059
- resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==}
1060
- engines: {node: '>=8.9.0'}
1061
-
1062
- locate-path@5.0.0:
1063
- resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
1064
- engines: {node: '>=8'}
1065
-
1066
- lockfile@1.0.4:
1067
- resolution: {integrity: sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==}
1068
-
1069
- lodash.debounce@4.0.8:
1070
- resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
1071
-
1072
- lodash.get@4.4.2:
1073
- resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
1074
-
1075
- lodash.has@4.5.2:
1076
- resolution: {integrity: sha512-rnYUdIo6xRCJnQmbVFEwcxF144erlD+M3YcJUVesflU9paQaE8p+fJDcIQrlMYbxoANFL+AB9hZrzSBBk5PL+g==}
1077
-
1078
- lru-cache@5.1.1:
1079
- resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1080
-
1081
- make-dir@3.1.0:
1082
- resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
1083
- engines: {node: '>=8'}
1084
-
1085
- merge-stream@2.0.0:
1086
- resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
1087
-
1088
- mime-db@1.52.0:
1089
- resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
1090
- engines: {node: '>= 0.6'}
1091
-
1092
- mime-types@2.1.35:
1093
- resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
1094
- engines: {node: '>= 0.6'}
1095
-
1096
- minimatch@3.1.2:
1097
- resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1098
-
1099
- ms@2.1.2:
1100
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
1101
-
1102
- neo-async@2.6.2:
1103
- resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
1104
-
1105
- node-releases@2.0.14:
1106
- resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
1107
-
1108
- once@1.4.0:
1109
- resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
1110
-
1111
- p-limit@2.3.0:
1112
- resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
1113
- engines: {node: '>=6'}
1114
-
1115
- p-locate@4.1.0:
1116
- resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
1117
- engines: {node: '>=8'}
1118
-
1119
- p-try@2.2.0:
1120
- resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
1121
- engines: {node: '>=6'}
1122
-
1123
- path-complete-extname@1.0.0:
1124
- resolution: {integrity: sha512-CVjiWcMRdGU8ubs08YQVzhutOR5DEfO97ipRIlOGMK5Bek5nQySknBpuxVAVJ36hseTNs+vdIcv57ZrWxH7zvg==}
1125
-
1126
- path-exists@4.0.0:
1127
- resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1128
- engines: {node: '>=8'}
1129
-
1130
- path-is-absolute@1.0.1:
1131
- resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
1132
- engines: {node: '>=0.10.0'}
1133
-
1134
- path-key@3.1.1:
1135
- resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1136
- engines: {node: '>=8'}
1137
-
1138
- path-parse@1.0.7:
1139
- resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
1140
-
1141
- picocolors@1.0.0:
1142
- resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
1143
-
1144
- pkg-dir@4.2.0:
1145
- resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
1146
- engines: {node: '>=8'}
1147
-
1148
- pnp-webpack-plugin@1.7.0:
1149
- resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==}
1150
- engines: {node: '>=6'}
1151
-
1152
- punycode@2.3.1:
1153
- resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1154
- engines: {node: '>=6'}
1155
-
1156
- randombytes@2.1.0:
1157
- resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
1158
-
1159
- rechoir@0.7.1:
1160
- resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==}
1161
- engines: {node: '>= 0.10'}
1162
-
1163
- regenerate-unicode-properties@10.1.1:
1164
- resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==}
1165
- engines: {node: '>=4'}
1166
-
1167
- regenerate@1.4.2:
1168
- resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
1169
-
1170
- regenerator-runtime@0.14.1:
1171
- resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
1172
-
1173
- regenerator-transform@0.15.2:
1174
- resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
1175
-
1176
- regexpu-core@5.3.2:
1177
- resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==}
1178
- engines: {node: '>=4'}
1179
-
1180
- regjsparser@0.9.1:
1181
- resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==}
1182
- hasBin: true
1183
-
1184
- require-from-string@2.0.2:
1185
- resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
1186
- engines: {node: '>=0.10.0'}
1187
-
1188
- resolve-cwd@3.0.0:
1189
- resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
1190
- engines: {node: '>=8'}
1191
-
1192
- resolve-from@5.0.0:
1193
- resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
1194
- engines: {node: '>=8'}
1195
-
1196
- resolve@1.22.8:
1197
- resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
1198
- hasBin: true
1199
-
1200
- right-pad@1.0.1:
1201
- resolution: {integrity: sha512-bYBjgxmkvTAfgIYy328fmkwhp39v8lwVgWhhrzxPV3yHtcSqyYKe9/XOhvW48UFjATg3VuJbpsp5822ACNvkmw==}
1202
- engines: {node: '>= 0.10'}
1203
- deprecated: Please use String.prototype.padEnd() over this package.
1204
-
1205
- safe-buffer@5.2.1:
1206
- resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
1207
-
1208
- schema-utils@2.7.1:
1209
- resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==}
1210
- engines: {node: '>= 8.9.0'}
1211
-
1212
- schema-utils@3.3.0:
1213
- resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
1214
- engines: {node: '>= 10.13.0'}
1215
-
1216
- schema-utils@4.2.0:
1217
- resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==}
1218
- engines: {node: '>= 12.13.0'}
1219
-
1220
- semver@6.3.1:
1221
- resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1222
- hasBin: true
1223
-
1224
- serialize-javascript@6.0.2:
1225
- resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
1226
-
1227
- shakapacker@6.0.0:
1228
- resolution: {integrity: sha512-kNkBPkvmeda0ZK1aNmdICqKWYEwzkqzRpTtJd50ArM+ZpY7wIlCuVBXGE2SM4opzQVfp9bJG00XA+NCE1K6E7Q==}
1229
- engines: {node: ^12.13.0 || ^14 || >=16, yarn: '>=1 <4'}
1230
- peerDependencies:
1231
- '@babel/core': ^7.15.5
1232
- '@babel/plugin-transform-runtime': ^7.15.0
1233
- '@babel/preset-env': ^7.15.6
1234
- '@babel/runtime': ^7.15.4
1235
- babel-loader: ^8.2.2
1236
- compression-webpack-plugin: ^9.0.0
1237
- pnp-webpack-plugin: ^1.7.0
1238
- terser-webpack-plugin: ^5.2.4
1239
- webpack: ^5.53.0
1240
- webpack-assets-manifest: ^5.0.6
1241
- webpack-cli: ^4.8.0
1242
- webpack-merge: ^5.8.0
1243
-
1244
- shallow-clone@3.0.1:
1245
- resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
1246
- engines: {node: '>=8'}
1247
-
1248
- shebang-command@2.0.0:
1249
- resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1250
- engines: {node: '>=8'}
1251
-
1252
- shebang-regex@3.0.0:
1253
- resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1254
- engines: {node: '>=8'}
1255
-
1256
- signal-exit@3.0.7:
1257
- resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
1258
-
1259
- source-map-support@0.5.21:
1260
- resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
1261
-
1262
- source-map@0.6.1:
1263
- resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
1264
- engines: {node: '>=0.10.0'}
1265
-
1266
- supports-color@5.5.0:
1267
- resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
1268
- engines: {node: '>=4'}
1269
-
1270
- supports-color@7.2.0:
1271
- resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1272
- engines: {node: '>=8'}
1273
-
1274
- supports-color@8.1.1:
1275
- resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
1276
- engines: {node: '>=10'}
1277
-
1278
- supports-preserve-symlinks-flag@1.0.0:
1279
- resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
1280
- engines: {node: '>= 0.4'}
1281
-
1282
- tapable@2.2.1:
1283
- resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
1284
- engines: {node: '>=6'}
1285
-
1286
- terser-webpack-plugin@5.3.10:
1287
- resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==}
1288
- engines: {node: '>= 10.13.0'}
1289
- peerDependencies:
1290
- '@swc/core': '*'
1291
- esbuild: '*'
1292
- uglify-js: '*'
1293
- webpack: ^5.1.0
1294
- peerDependenciesMeta:
1295
- '@swc/core':
1296
- optional: true
1297
- esbuild:
1298
- optional: true
1299
- uglify-js:
1300
- optional: true
1301
-
1302
- terser@5.31.0:
1303
- resolution: {integrity: sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==}
1304
- engines: {node: '>=10'}
1305
- hasBin: true
1306
-
1307
- to-fast-properties@2.0.0:
1308
- resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
1309
- engines: {node: '>=4'}
1310
-
1311
- ts-pnp@1.2.0:
1312
- resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==}
1313
- engines: {node: '>=6'}
1314
- peerDependencies:
1315
- typescript: '*'
1316
- peerDependenciesMeta:
1317
- typescript:
1318
- optional: true
1319
-
1320
- undici-types@5.26.5:
1321
- resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
1322
-
1323
- unicode-canonical-property-names-ecmascript@2.0.0:
1324
- resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
1325
- engines: {node: '>=4'}
1326
-
1327
- unicode-match-property-ecmascript@2.0.0:
1328
- resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
1329
- engines: {node: '>=4'}
1330
-
1331
- unicode-match-property-value-ecmascript@2.1.0:
1332
- resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==}
1333
- engines: {node: '>=4'}
1334
-
1335
- unicode-property-aliases-ecmascript@2.1.0:
1336
- resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
1337
- engines: {node: '>=4'}
1338
-
1339
- update-browserslist-db@1.0.15:
1340
- resolution: {integrity: sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==}
1341
- hasBin: true
1342
- peerDependencies:
1343
- browserslist: '>= 4.21.0'
1344
-
1345
- uri-js@4.4.1:
1346
- resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
1347
-
1348
- watchpack@2.4.1:
1349
- resolution: {integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==}
1350
- engines: {node: '>=10.13.0'}
1351
-
1352
- webpack-assets-manifest@5.2.1:
1353
- resolution: {integrity: sha512-MsEcXVio1GY6R+b4dVfTHIDMB0RB90KajQG8neRbH92vE2S1ClGw9mNa9NPlratYBvZOhExmN0qqMNFTaCTuIg==}
1354
- engines: {node: '>=10.13.0'}
1355
- peerDependencies:
1356
- webpack: ^5.2.0
1357
-
1358
- webpack-cli@4.10.0:
1359
- resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==}
1360
- engines: {node: '>=10.13.0'}
1361
- hasBin: true
1362
- peerDependencies:
1363
- '@webpack-cli/generators': '*'
1364
- '@webpack-cli/migrate': '*'
1365
- webpack: 4.x.x || 5.x.x
1366
- webpack-bundle-analyzer: '*'
1367
- webpack-dev-server: '*'
1368
- peerDependenciesMeta:
1369
- '@webpack-cli/generators':
1370
- optional: true
1371
- '@webpack-cli/migrate':
1372
- optional: true
1373
- webpack-bundle-analyzer:
1374
- optional: true
1375
- webpack-dev-server:
1376
- optional: true
1377
-
1378
- webpack-merge@5.10.0:
1379
- resolution: {integrity: sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==}
1380
- engines: {node: '>=10.0.0'}
1381
-
1382
- webpack-sources@3.2.3:
1383
- resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
1384
- engines: {node: '>=10.13.0'}
1385
-
1386
- webpack@5.91.0:
1387
- resolution: {integrity: sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==}
1388
- engines: {node: '>=10.13.0'}
1389
- hasBin: true
1390
- peerDependencies:
1391
- webpack-cli: '*'
1392
- peerDependenciesMeta:
1393
- webpack-cli:
1394
- optional: true
1395
-
1396
- which@2.0.2:
1397
- resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
1398
- engines: {node: '>= 8'}
1399
- hasBin: true
1400
-
1401
- wildcard@2.0.1:
1402
- resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==}
1403
-
1404
- wrappy@1.0.2:
1405
- resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
1406
-
1407
- yallist@3.1.1:
1408
- resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1409
-
1410
- snapshots:
1411
-
1412
- '@ampproject/remapping@2.3.0':
1413
- dependencies:
1414
- '@jridgewell/gen-mapping': 0.3.5
1415
- '@jridgewell/trace-mapping': 0.3.25
1416
-
1417
- '@babel/code-frame@7.24.2':
1418
- dependencies:
1419
- '@babel/highlight': 7.24.5
1420
- picocolors: 1.0.0
1421
-
1422
- '@babel/compat-data@7.24.4': {}
1423
-
1424
- '@babel/core@7.24.5':
1425
- dependencies:
1426
- '@ampproject/remapping': 2.3.0
1427
- '@babel/code-frame': 7.24.2
1428
- '@babel/generator': 7.24.5
1429
- '@babel/helper-compilation-targets': 7.23.6
1430
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
1431
- '@babel/helpers': 7.24.5
1432
- '@babel/parser': 7.24.5
1433
- '@babel/template': 7.24.0
1434
- '@babel/traverse': 7.24.5
1435
- '@babel/types': 7.24.5
1436
- convert-source-map: 2.0.0
1437
- debug: 4.3.4
1438
- gensync: 1.0.0-beta.2
1439
- json5: 2.2.3
1440
- semver: 6.3.1
1441
- transitivePeerDependencies:
1442
- - supports-color
1443
-
1444
- '@babel/generator@7.24.5':
1445
- dependencies:
1446
- '@babel/types': 7.24.5
1447
- '@jridgewell/gen-mapping': 0.3.5
1448
- '@jridgewell/trace-mapping': 0.3.25
1449
- jsesc: 2.5.2
1450
-
1451
- '@babel/helper-annotate-as-pure@7.22.5':
1452
- dependencies:
1453
- '@babel/types': 7.24.5
1454
-
1455
- '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15':
1456
- dependencies:
1457
- '@babel/types': 7.24.5
1458
-
1459
- '@babel/helper-compilation-targets@7.23.6':
1460
- dependencies:
1461
- '@babel/compat-data': 7.24.4
1462
- '@babel/helper-validator-option': 7.23.5
1463
- browserslist: 4.23.0
1464
- lru-cache: 5.1.1
1465
- semver: 6.3.1
1466
-
1467
- '@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.24.5)':
1468
- dependencies:
1469
- '@babel/core': 7.24.5
1470
- '@babel/helper-annotate-as-pure': 7.22.5
1471
- '@babel/helper-environment-visitor': 7.22.20
1472
- '@babel/helper-function-name': 7.23.0
1473
- '@babel/helper-member-expression-to-functions': 7.24.5
1474
- '@babel/helper-optimise-call-expression': 7.22.5
1475
- '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5)
1476
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
1477
- '@babel/helper-split-export-declaration': 7.24.5
1478
- semver: 6.3.1
1479
-
1480
- '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.5)':
1481
- dependencies:
1482
- '@babel/core': 7.24.5
1483
- '@babel/helper-annotate-as-pure': 7.22.5
1484
- regexpu-core: 5.3.2
1485
- semver: 6.3.1
1486
-
1487
- '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.5)':
1488
- dependencies:
1489
- '@babel/core': 7.24.5
1490
- '@babel/helper-compilation-targets': 7.23.6
1491
- '@babel/helper-plugin-utils': 7.24.5
1492
- debug: 4.3.4
1493
- lodash.debounce: 4.0.8
1494
- resolve: 1.22.8
1495
- transitivePeerDependencies:
1496
- - supports-color
1497
-
1498
- '@babel/helper-environment-visitor@7.22.20': {}
1499
-
1500
- '@babel/helper-function-name@7.23.0':
1501
- dependencies:
1502
- '@babel/template': 7.24.0
1503
- '@babel/types': 7.24.5
1504
-
1505
- '@babel/helper-hoist-variables@7.22.5':
1506
- dependencies:
1507
- '@babel/types': 7.24.5
1508
-
1509
- '@babel/helper-member-expression-to-functions@7.24.5':
1510
- dependencies:
1511
- '@babel/types': 7.24.5
1512
-
1513
- '@babel/helper-module-imports@7.24.3':
1514
- dependencies:
1515
- '@babel/types': 7.24.5
1516
-
1517
- '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)':
1518
- dependencies:
1519
- '@babel/core': 7.24.5
1520
- '@babel/helper-environment-visitor': 7.22.20
1521
- '@babel/helper-module-imports': 7.24.3
1522
- '@babel/helper-simple-access': 7.24.5
1523
- '@babel/helper-split-export-declaration': 7.24.5
1524
- '@babel/helper-validator-identifier': 7.24.5
1525
-
1526
- '@babel/helper-optimise-call-expression@7.22.5':
1527
- dependencies:
1528
- '@babel/types': 7.24.5
1529
-
1530
- '@babel/helper-plugin-utils@7.24.5': {}
1531
-
1532
- '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.5)':
1533
- dependencies:
1534
- '@babel/core': 7.24.5
1535
- '@babel/helper-annotate-as-pure': 7.22.5
1536
- '@babel/helper-environment-visitor': 7.22.20
1537
- '@babel/helper-wrap-function': 7.24.5
1538
-
1539
- '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5)':
1540
- dependencies:
1541
- '@babel/core': 7.24.5
1542
- '@babel/helper-environment-visitor': 7.22.20
1543
- '@babel/helper-member-expression-to-functions': 7.24.5
1544
- '@babel/helper-optimise-call-expression': 7.22.5
1545
-
1546
- '@babel/helper-simple-access@7.24.5':
1547
- dependencies:
1548
- '@babel/types': 7.24.5
1549
-
1550
- '@babel/helper-skip-transparent-expression-wrappers@7.22.5':
1551
- dependencies:
1552
- '@babel/types': 7.24.5
1553
-
1554
- '@babel/helper-split-export-declaration@7.24.5':
1555
- dependencies:
1556
- '@babel/types': 7.24.5
1557
-
1558
- '@babel/helper-string-parser@7.24.1': {}
1559
-
1560
- '@babel/helper-validator-identifier@7.24.5': {}
1561
-
1562
- '@babel/helper-validator-option@7.23.5': {}
1563
-
1564
- '@babel/helper-wrap-function@7.24.5':
1565
- dependencies:
1566
- '@babel/helper-function-name': 7.23.0
1567
- '@babel/template': 7.24.0
1568
- '@babel/types': 7.24.5
1569
-
1570
- '@babel/helpers@7.24.5':
1571
- dependencies:
1572
- '@babel/template': 7.24.0
1573
- '@babel/traverse': 7.24.5
1574
- '@babel/types': 7.24.5
1575
- transitivePeerDependencies:
1576
- - supports-color
1577
-
1578
- '@babel/highlight@7.24.5':
1579
- dependencies:
1580
- '@babel/helper-validator-identifier': 7.24.5
1581
- chalk: 2.4.2
1582
- js-tokens: 4.0.0
1583
- picocolors: 1.0.0
1584
-
1585
- '@babel/parser@7.24.5':
1586
- dependencies:
1587
- '@babel/types': 7.24.5
1588
-
1589
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.5(@babel/core@7.24.5)':
1590
- dependencies:
1591
- '@babel/core': 7.24.5
1592
- '@babel/helper-environment-visitor': 7.22.20
1593
- '@babel/helper-plugin-utils': 7.24.5
1594
-
1595
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.5)':
1596
- dependencies:
1597
- '@babel/core': 7.24.5
1598
- '@babel/helper-plugin-utils': 7.24.5
1599
-
1600
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.5)':
1601
- dependencies:
1602
- '@babel/core': 7.24.5
1603
- '@babel/helper-plugin-utils': 7.24.5
1604
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
1605
- '@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.5)
1606
-
1607
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.5)':
1608
- dependencies:
1609
- '@babel/core': 7.24.5
1610
- '@babel/helper-environment-visitor': 7.22.20
1611
- '@babel/helper-plugin-utils': 7.24.5
1612
-
1613
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5)':
1614
- dependencies:
1615
- '@babel/core': 7.24.5
1616
-
1617
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.5)':
1618
- dependencies:
1619
- '@babel/core': 7.24.5
1620
- '@babel/helper-plugin-utils': 7.24.5
1621
-
1622
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.5)':
1623
- dependencies:
1624
- '@babel/core': 7.24.5
1625
- '@babel/helper-plugin-utils': 7.24.5
1626
-
1627
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.5)':
1628
- dependencies:
1629
- '@babel/core': 7.24.5
1630
- '@babel/helper-plugin-utils': 7.24.5
1631
-
1632
- '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.5)':
1633
- dependencies:
1634
- '@babel/core': 7.24.5
1635
- '@babel/helper-plugin-utils': 7.24.5
1636
-
1637
- '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.5)':
1638
- dependencies:
1639
- '@babel/core': 7.24.5
1640
- '@babel/helper-plugin-utils': 7.24.5
1641
-
1642
- '@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.5)':
1643
- dependencies:
1644
- '@babel/core': 7.24.5
1645
- '@babel/helper-plugin-utils': 7.24.5
1646
-
1647
- '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.5)':
1648
- dependencies:
1649
- '@babel/core': 7.24.5
1650
- '@babel/helper-plugin-utils': 7.24.5
1651
-
1652
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.5)':
1653
- dependencies:
1654
- '@babel/core': 7.24.5
1655
- '@babel/helper-plugin-utils': 7.24.5
1656
-
1657
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.5)':
1658
- dependencies:
1659
- '@babel/core': 7.24.5
1660
- '@babel/helper-plugin-utils': 7.24.5
1661
-
1662
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.5)':
1663
- dependencies:
1664
- '@babel/core': 7.24.5
1665
- '@babel/helper-plugin-utils': 7.24.5
1666
-
1667
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.5)':
1668
- dependencies:
1669
- '@babel/core': 7.24.5
1670
- '@babel/helper-plugin-utils': 7.24.5
1671
-
1672
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.5)':
1673
- dependencies:
1674
- '@babel/core': 7.24.5
1675
- '@babel/helper-plugin-utils': 7.24.5
1676
-
1677
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.5)':
1678
- dependencies:
1679
- '@babel/core': 7.24.5
1680
- '@babel/helper-plugin-utils': 7.24.5
1681
-
1682
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.5)':
1683
- dependencies:
1684
- '@babel/core': 7.24.5
1685
- '@babel/helper-plugin-utils': 7.24.5
1686
-
1687
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.5)':
1688
- dependencies:
1689
- '@babel/core': 7.24.5
1690
- '@babel/helper-plugin-utils': 7.24.5
1691
-
1692
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.5)':
1693
- dependencies:
1694
- '@babel/core': 7.24.5
1695
- '@babel/helper-plugin-utils': 7.24.5
1696
-
1697
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.5)':
1698
- dependencies:
1699
- '@babel/core': 7.24.5
1700
- '@babel/helper-plugin-utils': 7.24.5
1701
-
1702
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.5)':
1703
- dependencies:
1704
- '@babel/core': 7.24.5
1705
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
1706
- '@babel/helper-plugin-utils': 7.24.5
1707
-
1708
- '@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.5)':
1709
- dependencies:
1710
- '@babel/core': 7.24.5
1711
- '@babel/helper-plugin-utils': 7.24.5
1712
-
1713
- '@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.5)':
1714
- dependencies:
1715
- '@babel/core': 7.24.5
1716
- '@babel/helper-environment-visitor': 7.22.20
1717
- '@babel/helper-plugin-utils': 7.24.5
1718
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5)
1719
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5)
1720
-
1721
- '@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.5)':
1722
- dependencies:
1723
- '@babel/core': 7.24.5
1724
- '@babel/helper-module-imports': 7.24.3
1725
- '@babel/helper-plugin-utils': 7.24.5
1726
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5)
1727
-
1728
- '@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.5)':
1729
- dependencies:
1730
- '@babel/core': 7.24.5
1731
- '@babel/helper-plugin-utils': 7.24.5
1732
-
1733
- '@babel/plugin-transform-block-scoping@7.24.5(@babel/core@7.24.5)':
1734
- dependencies:
1735
- '@babel/core': 7.24.5
1736
- '@babel/helper-plugin-utils': 7.24.5
1737
-
1738
- '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.5)':
1739
- dependencies:
1740
- '@babel/core': 7.24.5
1741
- '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5)
1742
- '@babel/helper-plugin-utils': 7.24.5
1743
-
1744
- '@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.5)':
1745
- dependencies:
1746
- '@babel/core': 7.24.5
1747
- '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5)
1748
- '@babel/helper-plugin-utils': 7.24.5
1749
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5)
1750
-
1751
- '@babel/plugin-transform-classes@7.24.5(@babel/core@7.24.5)':
1752
- dependencies:
1753
- '@babel/core': 7.24.5
1754
- '@babel/helper-annotate-as-pure': 7.22.5
1755
- '@babel/helper-compilation-targets': 7.23.6
1756
- '@babel/helper-environment-visitor': 7.22.20
1757
- '@babel/helper-function-name': 7.23.0
1758
- '@babel/helper-plugin-utils': 7.24.5
1759
- '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5)
1760
- '@babel/helper-split-export-declaration': 7.24.5
1761
- globals: 11.12.0
1762
-
1763
- '@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.5)':
1764
- dependencies:
1765
- '@babel/core': 7.24.5
1766
- '@babel/helper-plugin-utils': 7.24.5
1767
- '@babel/template': 7.24.0
1768
-
1769
- '@babel/plugin-transform-destructuring@7.24.5(@babel/core@7.24.5)':
1770
- dependencies:
1771
- '@babel/core': 7.24.5
1772
- '@babel/helper-plugin-utils': 7.24.5
1773
-
1774
- '@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.5)':
1775
- dependencies:
1776
- '@babel/core': 7.24.5
1777
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
1778
- '@babel/helper-plugin-utils': 7.24.5
1779
-
1780
- '@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.5)':
1781
- dependencies:
1782
- '@babel/core': 7.24.5
1783
- '@babel/helper-plugin-utils': 7.24.5
1784
-
1785
- '@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.5)':
1786
- dependencies:
1787
- '@babel/core': 7.24.5
1788
- '@babel/helper-plugin-utils': 7.24.5
1789
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5)
1790
-
1791
- '@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.5)':
1792
- dependencies:
1793
- '@babel/core': 7.24.5
1794
- '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
1795
- '@babel/helper-plugin-utils': 7.24.5
1796
-
1797
- '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.5)':
1798
- dependencies:
1799
- '@babel/core': 7.24.5
1800
- '@babel/helper-plugin-utils': 7.24.5
1801
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5)
1802
-
1803
- '@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.5)':
1804
- dependencies:
1805
- '@babel/core': 7.24.5
1806
- '@babel/helper-plugin-utils': 7.24.5
1807
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
1808
-
1809
- '@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.5)':
1810
- dependencies:
1811
- '@babel/core': 7.24.5
1812
- '@babel/helper-compilation-targets': 7.23.6
1813
- '@babel/helper-function-name': 7.23.0
1814
- '@babel/helper-plugin-utils': 7.24.5
1815
-
1816
- '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.5)':
1817
- dependencies:
1818
- '@babel/core': 7.24.5
1819
- '@babel/helper-plugin-utils': 7.24.5
1820
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5)
1821
-
1822
- '@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.5)':
1823
- dependencies:
1824
- '@babel/core': 7.24.5
1825
- '@babel/helper-plugin-utils': 7.24.5
1826
-
1827
- '@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.5)':
1828
- dependencies:
1829
- '@babel/core': 7.24.5
1830
- '@babel/helper-plugin-utils': 7.24.5
1831
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5)
1832
-
1833
- '@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.5)':
1834
- dependencies:
1835
- '@babel/core': 7.24.5
1836
- '@babel/helper-plugin-utils': 7.24.5
1837
-
1838
- '@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.5)':
1839
- dependencies:
1840
- '@babel/core': 7.24.5
1841
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
1842
- '@babel/helper-plugin-utils': 7.24.5
1843
-
1844
- '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.5)':
1845
- dependencies:
1846
- '@babel/core': 7.24.5
1847
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
1848
- '@babel/helper-plugin-utils': 7.24.5
1849
- '@babel/helper-simple-access': 7.24.5
1850
-
1851
- '@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.5)':
1852
- dependencies:
1853
- '@babel/core': 7.24.5
1854
- '@babel/helper-hoist-variables': 7.22.5
1855
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
1856
- '@babel/helper-plugin-utils': 7.24.5
1857
- '@babel/helper-validator-identifier': 7.24.5
1858
-
1859
- '@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.5)':
1860
- dependencies:
1861
- '@babel/core': 7.24.5
1862
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
1863
- '@babel/helper-plugin-utils': 7.24.5
1864
-
1865
- '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.5)':
1866
- dependencies:
1867
- '@babel/core': 7.24.5
1868
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
1869
- '@babel/helper-plugin-utils': 7.24.5
1870
-
1871
- '@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.5)':
1872
- dependencies:
1873
- '@babel/core': 7.24.5
1874
- '@babel/helper-plugin-utils': 7.24.5
1875
-
1876
- '@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.5)':
1877
- dependencies:
1878
- '@babel/core': 7.24.5
1879
- '@babel/helper-plugin-utils': 7.24.5
1880
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5)
1881
-
1882
- '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.5)':
1883
- dependencies:
1884
- '@babel/core': 7.24.5
1885
- '@babel/helper-plugin-utils': 7.24.5
1886
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5)
1887
-
1888
- '@babel/plugin-transform-object-rest-spread@7.24.5(@babel/core@7.24.5)':
1889
- dependencies:
1890
- '@babel/core': 7.24.5
1891
- '@babel/helper-compilation-targets': 7.23.6
1892
- '@babel/helper-plugin-utils': 7.24.5
1893
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5)
1894
- '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5)
1895
-
1896
- '@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.5)':
1897
- dependencies:
1898
- '@babel/core': 7.24.5
1899
- '@babel/helper-plugin-utils': 7.24.5
1900
- '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5)
1901
-
1902
- '@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.5)':
1903
- dependencies:
1904
- '@babel/core': 7.24.5
1905
- '@babel/helper-plugin-utils': 7.24.5
1906
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5)
1907
-
1908
- '@babel/plugin-transform-optional-chaining@7.24.5(@babel/core@7.24.5)':
1909
- dependencies:
1910
- '@babel/core': 7.24.5
1911
- '@babel/helper-plugin-utils': 7.24.5
1912
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
1913
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5)
1914
-
1915
- '@babel/plugin-transform-parameters@7.24.5(@babel/core@7.24.5)':
1916
- dependencies:
1917
- '@babel/core': 7.24.5
1918
- '@babel/helper-plugin-utils': 7.24.5
1919
-
1920
- '@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.5)':
1921
- dependencies:
1922
- '@babel/core': 7.24.5
1923
- '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5)
1924
- '@babel/helper-plugin-utils': 7.24.5
1925
-
1926
- '@babel/plugin-transform-private-property-in-object@7.24.5(@babel/core@7.24.5)':
1927
- dependencies:
1928
- '@babel/core': 7.24.5
1929
- '@babel/helper-annotate-as-pure': 7.22.5
1930
- '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5)
1931
- '@babel/helper-plugin-utils': 7.24.5
1932
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5)
1933
-
1934
- '@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.5)':
1935
- dependencies:
1936
- '@babel/core': 7.24.5
1937
- '@babel/helper-plugin-utils': 7.24.5
1938
-
1939
- '@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.5)':
1940
- dependencies:
1941
- '@babel/core': 7.24.5
1942
- '@babel/helper-plugin-utils': 7.24.5
1943
- regenerator-transform: 0.15.2
1944
-
1945
- '@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.5)':
1946
- dependencies:
1947
- '@babel/core': 7.24.5
1948
- '@babel/helper-plugin-utils': 7.24.5
1949
-
1950
- '@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.5)':
1951
- dependencies:
1952
- '@babel/core': 7.24.5
1953
- '@babel/helper-module-imports': 7.24.3
1954
- '@babel/helper-plugin-utils': 7.24.5
1955
- babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.5)
1956
- babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.5)
1957
- babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.5)
1958
- semver: 6.3.1
1959
- transitivePeerDependencies:
1960
- - supports-color
1961
-
1962
- '@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.5)':
1963
- dependencies:
1964
- '@babel/core': 7.24.5
1965
- '@babel/helper-plugin-utils': 7.24.5
1966
-
1967
- '@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.5)':
1968
- dependencies:
1969
- '@babel/core': 7.24.5
1970
- '@babel/helper-plugin-utils': 7.24.5
1971
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
1972
-
1973
- '@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.5)':
1974
- dependencies:
1975
- '@babel/core': 7.24.5
1976
- '@babel/helper-plugin-utils': 7.24.5
1977
-
1978
- '@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.5)':
1979
- dependencies:
1980
- '@babel/core': 7.24.5
1981
- '@babel/helper-plugin-utils': 7.24.5
1982
-
1983
- '@babel/plugin-transform-typeof-symbol@7.24.5(@babel/core@7.24.5)':
1984
- dependencies:
1985
- '@babel/core': 7.24.5
1986
- '@babel/helper-plugin-utils': 7.24.5
1987
-
1988
- '@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.5)':
1989
- dependencies:
1990
- '@babel/core': 7.24.5
1991
- '@babel/helper-plugin-utils': 7.24.5
1992
-
1993
- '@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.5)':
1994
- dependencies:
1995
- '@babel/core': 7.24.5
1996
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
1997
- '@babel/helper-plugin-utils': 7.24.5
1998
-
1999
- '@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.5)':
2000
- dependencies:
2001
- '@babel/core': 7.24.5
2002
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
2003
- '@babel/helper-plugin-utils': 7.24.5
2004
-
2005
- '@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.5)':
2006
- dependencies:
2007
- '@babel/core': 7.24.5
2008
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
2009
- '@babel/helper-plugin-utils': 7.24.5
2010
-
2011
- '@babel/preset-env@7.24.5(@babel/core@7.24.5)':
2012
- dependencies:
2013
- '@babel/compat-data': 7.24.4
2014
- '@babel/core': 7.24.5
2015
- '@babel/helper-compilation-targets': 7.23.6
2016
- '@babel/helper-plugin-utils': 7.24.5
2017
- '@babel/helper-validator-option': 7.23.5
2018
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.5(@babel/core@7.24.5)
2019
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.5)
2020
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.5)
2021
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.5)
2022
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5)
2023
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5)
2024
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.5)
2025
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5)
2026
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5)
2027
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5)
2028
- '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.5)
2029
- '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.5)
2030
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5)
2031
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5)
2032
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5)
2033
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5)
2034
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5)
2035
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5)
2036
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5)
2037
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5)
2038
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5)
2039
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.5)
2040
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.5)
2041
- '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.5)
2042
- '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.5)
2043
- '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.5)
2044
- '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.5)
2045
- '@babel/plugin-transform-block-scoping': 7.24.5(@babel/core@7.24.5)
2046
- '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5)
2047
- '@babel/plugin-transform-class-static-block': 7.24.4(@babel/core@7.24.5)
2048
- '@babel/plugin-transform-classes': 7.24.5(@babel/core@7.24.5)
2049
- '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.5)
2050
- '@babel/plugin-transform-destructuring': 7.24.5(@babel/core@7.24.5)
2051
- '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.5)
2052
- '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.5)
2053
- '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.5)
2054
- '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.24.5)
2055
- '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.5)
2056
- '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.5)
2057
- '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.5)
2058
- '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.5)
2059
- '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.5)
2060
- '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.24.5)
2061
- '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.5)
2062
- '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.24.5)
2063
- '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5)
2064
- '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.24.5)
2065
- '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.24.5)
2066
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.5)
2067
- '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.5)
2068
- '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.5)
2069
- '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.5)
2070
- '@babel/plugin-transform-object-rest-spread': 7.24.5(@babel/core@7.24.5)
2071
- '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.5)
2072
- '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.5)
2073
- '@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.5)
2074
- '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5)
2075
- '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.5)
2076
- '@babel/plugin-transform-private-property-in-object': 7.24.5(@babel/core@7.24.5)
2077
- '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.5)
2078
- '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.5)
2079
- '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.5)
2080
- '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.5)
2081
- '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.5)
2082
- '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.5)
2083
- '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.5)
2084
- '@babel/plugin-transform-typeof-symbol': 7.24.5(@babel/core@7.24.5)
2085
- '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.5)
2086
- '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.5)
2087
- '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.5)
2088
- '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.24.5)
2089
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.5)
2090
- babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.5)
2091
- babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.5)
2092
- babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.5)
2093
- core-js-compat: 3.37.0
2094
- semver: 6.3.1
2095
- transitivePeerDependencies:
2096
- - supports-color
2097
-
2098
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.5)':
2099
- dependencies:
2100
- '@babel/core': 7.24.5
2101
- '@babel/helper-plugin-utils': 7.24.5
2102
- '@babel/types': 7.24.5
2103
- esutils: 2.0.3
2104
-
2105
- '@babel/regjsgen@0.8.0': {}
2106
-
2107
- '@babel/runtime@7.24.5':
2108
- dependencies:
2109
- regenerator-runtime: 0.14.1
2110
-
2111
- '@babel/template@7.24.0':
2112
- dependencies:
2113
- '@babel/code-frame': 7.24.2
2114
- '@babel/parser': 7.24.5
2115
- '@babel/types': 7.24.5
2116
-
2117
- '@babel/traverse@7.24.5':
2118
- dependencies:
2119
- '@babel/code-frame': 7.24.2
2120
- '@babel/generator': 7.24.5
2121
- '@babel/helper-environment-visitor': 7.22.20
2122
- '@babel/helper-function-name': 7.23.0
2123
- '@babel/helper-hoist-variables': 7.22.5
2124
- '@babel/helper-split-export-declaration': 7.24.5
2125
- '@babel/parser': 7.24.5
2126
- '@babel/types': 7.24.5
2127
- debug: 4.3.4
2128
- globals: 11.12.0
2129
- transitivePeerDependencies:
2130
- - supports-color
2131
-
2132
- '@babel/types@7.24.5':
2133
- dependencies:
2134
- '@babel/helper-string-parser': 7.24.1
2135
- '@babel/helper-validator-identifier': 7.24.5
2136
- to-fast-properties: 2.0.0
2137
-
2138
- '@discoveryjs/json-ext@0.5.7': {}
2139
-
2140
- '@jridgewell/gen-mapping@0.3.5':
2141
- dependencies:
2142
- '@jridgewell/set-array': 1.2.1
2143
- '@jridgewell/sourcemap-codec': 1.4.15
2144
- '@jridgewell/trace-mapping': 0.3.25
2145
-
2146
- '@jridgewell/resolve-uri@3.1.2': {}
2147
-
2148
- '@jridgewell/set-array@1.2.1': {}
2149
-
2150
- '@jridgewell/source-map@0.3.6':
2151
- dependencies:
2152
- '@jridgewell/gen-mapping': 0.3.5
2153
- '@jridgewell/trace-mapping': 0.3.25
2154
-
2155
- '@jridgewell/sourcemap-codec@1.4.15': {}
2156
-
2157
- '@jridgewell/trace-mapping@0.3.25':
2158
- dependencies:
2159
- '@jridgewell/resolve-uri': 3.1.2
2160
- '@jridgewell/sourcemap-codec': 1.4.15
2161
-
2162
- '@types/eslint-scope@3.7.7':
2163
- dependencies:
2164
- '@types/eslint': 8.56.10
2165
- '@types/estree': 1.0.5
2166
-
2167
- '@types/eslint@8.56.10':
2168
- dependencies:
2169
- '@types/estree': 1.0.5
2170
- '@types/json-schema': 7.0.15
2171
-
2172
- '@types/estree@1.0.5': {}
2173
-
2174
- '@types/json-schema@7.0.15': {}
2175
-
2176
- '@types/node@20.12.11':
2177
- dependencies:
2178
- undici-types: 5.26.5
2179
-
2180
- '@webassemblyjs/ast@1.12.1':
2181
- dependencies:
2182
- '@webassemblyjs/helper-numbers': 1.11.6
2183
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2184
-
2185
- '@webassemblyjs/floating-point-hex-parser@1.11.6': {}
2186
-
2187
- '@webassemblyjs/helper-api-error@1.11.6': {}
2188
-
2189
- '@webassemblyjs/helper-buffer@1.12.1': {}
2190
-
2191
- '@webassemblyjs/helper-numbers@1.11.6':
2192
- dependencies:
2193
- '@webassemblyjs/floating-point-hex-parser': 1.11.6
2194
- '@webassemblyjs/helper-api-error': 1.11.6
2195
- '@xtuc/long': 4.2.2
2196
-
2197
- '@webassemblyjs/helper-wasm-bytecode@1.11.6': {}
2198
-
2199
- '@webassemblyjs/helper-wasm-section@1.12.1':
2200
- dependencies:
2201
- '@webassemblyjs/ast': 1.12.1
2202
- '@webassemblyjs/helper-buffer': 1.12.1
2203
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2204
- '@webassemblyjs/wasm-gen': 1.12.1
2205
-
2206
- '@webassemblyjs/ieee754@1.11.6':
2207
- dependencies:
2208
- '@xtuc/ieee754': 1.2.0
2209
-
2210
- '@webassemblyjs/leb128@1.11.6':
2211
- dependencies:
2212
- '@xtuc/long': 4.2.2
2213
-
2214
- '@webassemblyjs/utf8@1.11.6': {}
2215
-
2216
- '@webassemblyjs/wasm-edit@1.12.1':
2217
- dependencies:
2218
- '@webassemblyjs/ast': 1.12.1
2219
- '@webassemblyjs/helper-buffer': 1.12.1
2220
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2221
- '@webassemblyjs/helper-wasm-section': 1.12.1
2222
- '@webassemblyjs/wasm-gen': 1.12.1
2223
- '@webassemblyjs/wasm-opt': 1.12.1
2224
- '@webassemblyjs/wasm-parser': 1.12.1
2225
- '@webassemblyjs/wast-printer': 1.12.1
2226
-
2227
- '@webassemblyjs/wasm-gen@1.12.1':
2228
- dependencies:
2229
- '@webassemblyjs/ast': 1.12.1
2230
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2231
- '@webassemblyjs/ieee754': 1.11.6
2232
- '@webassemblyjs/leb128': 1.11.6
2233
- '@webassemblyjs/utf8': 1.11.6
2234
-
2235
- '@webassemblyjs/wasm-opt@1.12.1':
2236
- dependencies:
2237
- '@webassemblyjs/ast': 1.12.1
2238
- '@webassemblyjs/helper-buffer': 1.12.1
2239
- '@webassemblyjs/wasm-gen': 1.12.1
2240
- '@webassemblyjs/wasm-parser': 1.12.1
2241
-
2242
- '@webassemblyjs/wasm-parser@1.12.1':
2243
- dependencies:
2244
- '@webassemblyjs/ast': 1.12.1
2245
- '@webassemblyjs/helper-api-error': 1.11.6
2246
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2247
- '@webassemblyjs/ieee754': 1.11.6
2248
- '@webassemblyjs/leb128': 1.11.6
2249
- '@webassemblyjs/utf8': 1.11.6
2250
-
2251
- '@webassemblyjs/wast-printer@1.12.1':
2252
- dependencies:
2253
- '@webassemblyjs/ast': 1.12.1
2254
- '@xtuc/long': 4.2.2
2255
-
2256
- '@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0(webpack@5.91.0))(webpack@5.91.0(webpack-cli@4.10.0))':
2257
- dependencies:
2258
- webpack: 5.91.0(webpack-cli@4.10.0)
2259
- webpack-cli: 4.10.0(webpack@5.91.0)
2260
-
2261
- '@webpack-cli/info@1.5.0(webpack-cli@4.10.0(webpack@5.91.0))':
2262
- dependencies:
2263
- envinfo: 7.13.0
2264
- webpack-cli: 4.10.0(webpack@5.91.0)
2265
-
2266
- '@webpack-cli/serve@1.7.0(webpack-cli@4.10.0(webpack@5.91.0))':
2267
- dependencies:
2268
- webpack-cli: 4.10.0(webpack@5.91.0)
2269
-
2270
- '@xtuc/ieee754@1.2.0': {}
2271
-
2272
- '@xtuc/long@4.2.2': {}
2273
-
2274
- acorn-import-assertions@1.9.0(acorn@8.11.3):
2275
- dependencies:
2276
- acorn: 8.11.3
2277
-
2278
- acorn@8.11.3: {}
2279
-
2280
- ajv-formats@2.1.1(ajv@8.13.0):
2281
- optionalDependencies:
2282
- ajv: 8.13.0
2283
-
2284
- ajv-keywords@3.5.2(ajv@6.12.6):
2285
- dependencies:
2286
- ajv: 6.12.6
2287
-
2288
- ajv-keywords@5.1.0(ajv@8.13.0):
2289
- dependencies:
2290
- ajv: 8.13.0
2291
- fast-deep-equal: 3.1.3
2292
-
2293
- ajv@6.12.6:
2294
- dependencies:
2295
- fast-deep-equal: 3.1.3
2296
- fast-json-stable-stringify: 2.1.0
2297
- json-schema-traverse: 0.4.1
2298
- uri-js: 4.4.1
2299
-
2300
- ajv@8.13.0:
2301
- dependencies:
2302
- fast-deep-equal: 3.1.3
2303
- json-schema-traverse: 1.0.0
2304
- require-from-string: 2.0.2
2305
- uri-js: 4.4.1
2306
-
2307
- ansi-styles@3.2.1:
2308
- dependencies:
2309
- color-convert: 1.9.3
2310
-
2311
- ansi-styles@4.3.0:
2312
- dependencies:
2313
- color-convert: 2.0.1
2314
-
2315
- argparse@2.0.1: {}
2316
-
2317
- babel-loader@8.3.0(@babel/core@7.24.5)(webpack@5.91.0(webpack-cli@4.10.0)):
2318
- dependencies:
2319
- '@babel/core': 7.24.5
2320
- find-cache-dir: 3.3.2
2321
- loader-utils: 2.0.4
2322
- make-dir: 3.1.0
2323
- schema-utils: 2.7.1
2324
- webpack: 5.91.0(webpack-cli@4.10.0)
2325
-
2326
- babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.5):
2327
- dependencies:
2328
- '@babel/compat-data': 7.24.4
2329
- '@babel/core': 7.24.5
2330
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
2331
- semver: 6.3.1
2332
- transitivePeerDependencies:
2333
- - supports-color
2334
-
2335
- babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.5):
2336
- dependencies:
2337
- '@babel/core': 7.24.5
2338
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
2339
- core-js-compat: 3.37.0
2340
- transitivePeerDependencies:
2341
- - supports-color
2342
-
2343
- babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.5):
2344
- dependencies:
2345
- '@babel/core': 7.24.5
2346
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
2347
- transitivePeerDependencies:
2348
- - supports-color
2349
-
2350
- balanced-match@1.0.2: {}
2351
-
2352
- big.js@5.2.2: {}
2353
-
2354
- brace-expansion@1.1.11:
2355
- dependencies:
2356
- balanced-match: 1.0.2
2357
- concat-map: 0.0.1
2358
-
2359
- browserslist@4.23.0:
2360
- dependencies:
2361
- caniuse-lite: 1.0.30001617
2362
- electron-to-chromium: 1.4.762
2363
- node-releases: 2.0.14
2364
- update-browserslist-db: 1.0.15(browserslist@4.23.0)
2365
-
2366
- buffer-from@1.1.2: {}
2367
-
2368
- caniuse-lite@1.0.30001617: {}
2369
-
2370
- chalk@2.4.2:
2371
- dependencies:
2372
- ansi-styles: 3.2.1
2373
- escape-string-regexp: 1.0.5
2374
- supports-color: 5.5.0
2375
-
2376
- chalk@4.1.2:
2377
- dependencies:
2378
- ansi-styles: 4.3.0
2379
- supports-color: 7.2.0
2380
-
2381
- chrome-trace-event@1.0.3: {}
2382
-
2383
- clone-deep@4.0.1:
2384
- dependencies:
2385
- is-plain-object: 2.0.4
2386
- kind-of: 6.0.3
2387
- shallow-clone: 3.0.1
2388
-
2389
- color-convert@1.9.3:
2390
- dependencies:
2391
- color-name: 1.1.3
2392
-
2393
- color-convert@2.0.1:
2394
- dependencies:
2395
- color-name: 1.1.4
2396
-
2397
- color-name@1.1.3: {}
2398
-
2399
- color-name@1.1.4: {}
2400
-
2401
- colorette@2.0.20: {}
2402
-
2403
- commander@2.20.3: {}
2404
-
2405
- commander@7.2.0: {}
2406
-
2407
- commondir@1.0.1: {}
2408
-
2409
- compression-webpack-plugin@9.2.0(webpack@5.91.0(webpack-cli@4.10.0)):
2410
- dependencies:
2411
- schema-utils: 4.2.0
2412
- serialize-javascript: 6.0.2
2413
- webpack: 5.91.0(webpack-cli@4.10.0)
2414
-
2415
- concat-map@0.0.1: {}
2416
-
2417
- convert-source-map@2.0.0: {}
2418
-
2419
- core-js-compat@3.37.0:
2420
- dependencies:
2421
- browserslist: 4.23.0
2422
-
2423
- cross-spawn@7.0.3:
2424
- dependencies:
2425
- path-key: 3.1.1
2426
- shebang-command: 2.0.0
2427
- which: 2.0.2
2428
-
2429
- debug@4.3.4:
2430
- dependencies:
2431
- ms: 2.1.2
2432
-
2433
- deepmerge@4.3.1: {}
2434
-
2435
- electron-to-chromium@1.4.762: {}
2436
-
2437
- emojis-list@3.0.0: {}
2438
-
2439
- enhanced-resolve@5.16.1:
2440
- dependencies:
2441
- graceful-fs: 4.2.11
2442
- tapable: 2.2.1
2443
-
2444
- envinfo@7.13.0: {}
2445
-
2446
- es-module-lexer@1.5.2: {}
2447
-
2448
- escalade@3.1.2: {}
2449
-
2450
- escape-string-regexp@1.0.5: {}
2451
-
2452
- eslint-scope@5.1.1:
2453
- dependencies:
2454
- esrecurse: 4.3.0
2455
- estraverse: 4.3.0
2456
-
2457
- esrecurse@4.3.0:
2458
- dependencies:
2459
- estraverse: 5.3.0
2460
-
2461
- estraverse@4.3.0: {}
2462
-
2463
- estraverse@5.3.0: {}
2464
-
2465
- esutils@2.0.3: {}
2466
-
2467
- events@3.3.0: {}
2468
-
2469
- fast-deep-equal@3.1.3: {}
2470
-
2471
- fast-json-stable-stringify@2.1.0: {}
2472
-
2473
- fastest-levenshtein@1.0.16: {}
2474
-
2475
- find-cache-dir@3.3.2:
2476
- dependencies:
2477
- commondir: 1.0.1
2478
- make-dir: 3.1.0
2479
- pkg-dir: 4.2.0
2480
-
2481
- find-up@4.1.0:
2482
- dependencies:
2483
- locate-path: 5.0.0
2484
- path-exists: 4.0.0
2485
-
2486
- flat@5.0.2: {}
2487
-
2488
- fs.realpath@1.0.0: {}
2489
-
2490
- function-bind@1.1.2: {}
2491
-
2492
- gensync@1.0.0-beta.2: {}
2493
-
2494
- glob-to-regexp@0.4.1: {}
2495
-
2496
- glob@7.2.3:
2497
- dependencies:
2498
- fs.realpath: 1.0.0
2499
- inflight: 1.0.6
2500
- inherits: 2.0.4
2501
- minimatch: 3.1.2
2502
- once: 1.4.0
2503
- path-is-absolute: 1.0.1
2504
-
2505
- globals@11.12.0: {}
2506
-
2507
- graceful-fs@4.2.11: {}
2508
-
2509
- has-flag@3.0.0: {}
2510
-
2511
- has-flag@4.0.0: {}
2512
-
2513
- hasown@2.0.2:
2514
- dependencies:
2515
- function-bind: 1.1.2
2516
-
2517
- import-local@3.1.0:
2518
- dependencies:
2519
- pkg-dir: 4.2.0
2520
- resolve-cwd: 3.0.0
2521
-
2522
- inflight@1.0.6:
2523
- dependencies:
2524
- once: 1.4.0
2525
- wrappy: 1.0.2
2526
-
2527
- inherits@2.0.4: {}
2528
-
2529
- interpret@2.2.0: {}
2530
-
2531
- is-core-module@2.13.1:
2532
- dependencies:
2533
- hasown: 2.0.2
2534
-
2535
- is-plain-object@2.0.4:
2536
- dependencies:
2537
- isobject: 3.0.1
2538
-
2539
- isexe@2.0.0: {}
2540
-
2541
- isobject@3.0.1: {}
2542
-
2543
- jest-worker@27.5.1:
2544
- dependencies:
2545
- '@types/node': 20.12.11
2546
- merge-stream: 2.0.0
2547
- supports-color: 8.1.1
2548
-
2549
- js-tokens@4.0.0: {}
2550
-
2551
- js-yaml@4.1.0:
2552
- dependencies:
2553
- argparse: 2.0.1
2554
-
2555
- jsesc@0.5.0: {}
2556
-
2557
- jsesc@2.5.2: {}
2558
-
2559
- json-parse-even-better-errors@2.3.1: {}
2560
-
2561
- json-schema-traverse@0.4.1: {}
2562
-
2563
- json-schema-traverse@1.0.0: {}
2564
-
2565
- json5@2.2.3: {}
2566
-
2567
- kind-of@6.0.3: {}
2568
-
2569
- loader-runner@4.3.0: {}
2570
-
2571
- loader-utils@2.0.4:
2572
- dependencies:
2573
- big.js: 5.2.2
2574
- emojis-list: 3.0.0
2575
- json5: 2.2.3
2576
-
2577
- locate-path@5.0.0:
2578
- dependencies:
2579
- p-locate: 4.1.0
2580
-
2581
- lockfile@1.0.4:
2582
- dependencies:
2583
- signal-exit: 3.0.7
2584
-
2585
- lodash.debounce@4.0.8: {}
2586
-
2587
- lodash.get@4.4.2: {}
2588
-
2589
- lodash.has@4.5.2: {}
2590
-
2591
- lru-cache@5.1.1:
2592
- dependencies:
2593
- yallist: 3.1.1
2594
-
2595
- make-dir@3.1.0:
2596
- dependencies:
2597
- semver: 6.3.1
2598
-
2599
- merge-stream@2.0.0: {}
2600
-
2601
- mime-db@1.52.0: {}
2602
-
2603
- mime-types@2.1.35:
2604
- dependencies:
2605
- mime-db: 1.52.0
2606
-
2607
- minimatch@3.1.2:
2608
- dependencies:
2609
- brace-expansion: 1.1.11
2610
-
2611
- ms@2.1.2: {}
2612
-
2613
- neo-async@2.6.2: {}
2614
-
2615
- node-releases@2.0.14: {}
2616
-
2617
- once@1.4.0:
2618
- dependencies:
2619
- wrappy: 1.0.2
2620
-
2621
- p-limit@2.3.0:
2622
- dependencies:
2623
- p-try: 2.2.0
2624
-
2625
- p-locate@4.1.0:
2626
- dependencies:
2627
- p-limit: 2.3.0
2628
-
2629
- p-try@2.2.0: {}
2630
-
2631
- path-complete-extname@1.0.0: {}
2632
-
2633
- path-exists@4.0.0: {}
2634
-
2635
- path-is-absolute@1.0.1: {}
2636
-
2637
- path-key@3.1.1: {}
2638
-
2639
- path-parse@1.0.7: {}
2640
-
2641
- picocolors@1.0.0: {}
2642
-
2643
- pkg-dir@4.2.0:
2644
- dependencies:
2645
- find-up: 4.1.0
2646
-
2647
- pnp-webpack-plugin@1.7.0:
2648
- dependencies:
2649
- ts-pnp: 1.2.0
2650
- transitivePeerDependencies:
2651
- - typescript
2652
-
2653
- punycode@2.3.1: {}
2654
-
2655
- randombytes@2.1.0:
2656
- dependencies:
2657
- safe-buffer: 5.2.1
2658
-
2659
- rechoir@0.7.1:
2660
- dependencies:
2661
- resolve: 1.22.8
2662
-
2663
- regenerate-unicode-properties@10.1.1:
2664
- dependencies:
2665
- regenerate: 1.4.2
2666
-
2667
- regenerate@1.4.2: {}
2668
-
2669
- regenerator-runtime@0.14.1: {}
2670
-
2671
- regenerator-transform@0.15.2:
2672
- dependencies:
2673
- '@babel/runtime': 7.24.5
2674
-
2675
- regexpu-core@5.3.2:
2676
- dependencies:
2677
- '@babel/regjsgen': 0.8.0
2678
- regenerate: 1.4.2
2679
- regenerate-unicode-properties: 10.1.1
2680
- regjsparser: 0.9.1
2681
- unicode-match-property-ecmascript: 2.0.0
2682
- unicode-match-property-value-ecmascript: 2.1.0
2683
-
2684
- regjsparser@0.9.1:
2685
- dependencies:
2686
- jsesc: 0.5.0
2687
-
2688
- require-from-string@2.0.2: {}
2689
-
2690
- resolve-cwd@3.0.0:
2691
- dependencies:
2692
- resolve-from: 5.0.0
2693
-
2694
- resolve-from@5.0.0: {}
2695
-
2696
- resolve@1.22.8:
2697
- dependencies:
2698
- is-core-module: 2.13.1
2699
- path-parse: 1.0.7
2700
- supports-preserve-symlinks-flag: 1.0.0
2701
-
2702
- right-pad@1.0.1: {}
2703
-
2704
- safe-buffer@5.2.1: {}
2705
-
2706
- schema-utils@2.7.1:
2707
- dependencies:
2708
- '@types/json-schema': 7.0.15
2709
- ajv: 6.12.6
2710
- ajv-keywords: 3.5.2(ajv@6.12.6)
2711
-
2712
- schema-utils@3.3.0:
2713
- dependencies:
2714
- '@types/json-schema': 7.0.15
2715
- ajv: 6.12.6
2716
- ajv-keywords: 3.5.2(ajv@6.12.6)
2717
-
2718
- schema-utils@4.2.0:
2719
- dependencies:
2720
- '@types/json-schema': 7.0.15
2721
- ajv: 8.13.0
2722
- ajv-formats: 2.1.1(ajv@8.13.0)
2723
- ajv-keywords: 5.1.0(ajv@8.13.0)
2724
-
2725
- semver@6.3.1: {}
2726
-
2727
- serialize-javascript@6.0.2:
2728
- dependencies:
2729
- randombytes: 2.1.0
2730
-
2731
- shakapacker@6.0.0(@babel/core@7.24.5)(@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.5))(@babel/preset-env@7.24.5(@babel/core@7.24.5))(@babel/runtime@7.24.5)(babel-loader@8.3.0(@babel/core@7.24.5)(webpack@5.91.0(webpack-cli@4.10.0)))(compression-webpack-plugin@9.2.0(webpack@5.91.0(webpack-cli@4.10.0)))(pnp-webpack-plugin@1.7.0)(terser-webpack-plugin@5.3.10(webpack@5.91.0(webpack-cli@4.10.0)))(webpack-assets-manifest@5.2.1(webpack@5.91.0(webpack-cli@4.10.0)))(webpack-cli@4.10.0(webpack@5.91.0))(webpack-merge@5.10.0)(webpack@5.91.0(webpack-cli@4.10.0)):
2732
- dependencies:
2733
- '@babel/core': 7.24.5
2734
- '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5)
2735
- '@babel/preset-env': 7.24.5(@babel/core@7.24.5)
2736
- '@babel/runtime': 7.24.5
2737
- babel-loader: 8.3.0(@babel/core@7.24.5)(webpack@5.91.0(webpack-cli@4.10.0))
2738
- compression-webpack-plugin: 9.2.0(webpack@5.91.0(webpack-cli@4.10.0))
2739
- glob: 7.2.3
2740
- js-yaml: 4.1.0
2741
- path-complete-extname: 1.0.0
2742
- pnp-webpack-plugin: 1.7.0
2743
- terser-webpack-plugin: 5.3.10(webpack@5.91.0(webpack-cli@4.10.0))
2744
- webpack: 5.91.0(webpack-cli@4.10.0)
2745
- webpack-assets-manifest: 5.2.1(webpack@5.91.0(webpack-cli@4.10.0))
2746
- webpack-cli: 4.10.0(webpack@5.91.0)
2747
- webpack-merge: 5.10.0
2748
-
2749
- shallow-clone@3.0.1:
2750
- dependencies:
2751
- kind-of: 6.0.3
2752
-
2753
- shebang-command@2.0.0:
2754
- dependencies:
2755
- shebang-regex: 3.0.0
2756
-
2757
- shebang-regex@3.0.0: {}
2758
-
2759
- signal-exit@3.0.7: {}
2760
-
2761
- source-map-support@0.5.21:
2762
- dependencies:
2763
- buffer-from: 1.1.2
2764
- source-map: 0.6.1
2765
-
2766
- source-map@0.6.1: {}
2767
-
2768
- supports-color@5.5.0:
2769
- dependencies:
2770
- has-flag: 3.0.0
2771
-
2772
- supports-color@7.2.0:
2773
- dependencies:
2774
- has-flag: 4.0.0
2775
-
2776
- supports-color@8.1.1:
2777
- dependencies:
2778
- has-flag: 4.0.0
2779
-
2780
- supports-preserve-symlinks-flag@1.0.0: {}
2781
-
2782
- tapable@2.2.1: {}
2783
-
2784
- terser-webpack-plugin@5.3.10(webpack@5.91.0(webpack-cli@4.10.0)):
2785
- dependencies:
2786
- '@jridgewell/trace-mapping': 0.3.25
2787
- jest-worker: 27.5.1
2788
- schema-utils: 3.3.0
2789
- serialize-javascript: 6.0.2
2790
- terser: 5.31.0
2791
- webpack: 5.91.0(webpack-cli@4.10.0)
2792
-
2793
- terser@5.31.0:
2794
- dependencies:
2795
- '@jridgewell/source-map': 0.3.6
2796
- acorn: 8.11.3
2797
- commander: 2.20.3
2798
- source-map-support: 0.5.21
2799
-
2800
- to-fast-properties@2.0.0: {}
2801
-
2802
- ts-pnp@1.2.0: {}
2803
-
2804
- undici-types@5.26.5: {}
2805
-
2806
- unicode-canonical-property-names-ecmascript@2.0.0: {}
2807
-
2808
- unicode-match-property-ecmascript@2.0.0:
2809
- dependencies:
2810
- unicode-canonical-property-names-ecmascript: 2.0.0
2811
- unicode-property-aliases-ecmascript: 2.1.0
2812
-
2813
- unicode-match-property-value-ecmascript@2.1.0: {}
2814
-
2815
- unicode-property-aliases-ecmascript@2.1.0: {}
2816
-
2817
- update-browserslist-db@1.0.15(browserslist@4.23.0):
2818
- dependencies:
2819
- browserslist: 4.23.0
2820
- escalade: 3.1.2
2821
- picocolors: 1.0.0
2822
-
2823
- uri-js@4.4.1:
2824
- dependencies:
2825
- punycode: 2.3.1
2826
-
2827
- watchpack@2.4.1:
2828
- dependencies:
2829
- glob-to-regexp: 0.4.1
2830
- graceful-fs: 4.2.11
2831
-
2832
- webpack-assets-manifest@5.2.1(webpack@5.91.0(webpack-cli@4.10.0)):
2833
- dependencies:
2834
- chalk: 4.1.2
2835
- deepmerge: 4.3.1
2836
- lockfile: 1.0.4
2837
- lodash.get: 4.4.2
2838
- lodash.has: 4.5.2
2839
- schema-utils: 3.3.0
2840
- tapable: 2.2.1
2841
- webpack: 5.91.0(webpack-cli@4.10.0)
2842
-
2843
- webpack-cli@4.10.0(webpack@5.91.0):
2844
- dependencies:
2845
- '@discoveryjs/json-ext': 0.5.7
2846
- '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0(webpack@5.91.0))(webpack@5.91.0(webpack-cli@4.10.0))
2847
- '@webpack-cli/info': 1.5.0(webpack-cli@4.10.0(webpack@5.91.0))
2848
- '@webpack-cli/serve': 1.7.0(webpack-cli@4.10.0(webpack@5.91.0))
2849
- colorette: 2.0.20
2850
- commander: 7.2.0
2851
- cross-spawn: 7.0.3
2852
- fastest-levenshtein: 1.0.16
2853
- import-local: 3.1.0
2854
- interpret: 2.2.0
2855
- rechoir: 0.7.1
2856
- webpack: 5.91.0(webpack-cli@4.10.0)
2857
- webpack-merge: 5.10.0
2858
-
2859
- webpack-merge@5.10.0:
2860
- dependencies:
2861
- clone-deep: 4.0.1
2862
- flat: 5.0.2
2863
- wildcard: 2.0.1
2864
-
2865
- webpack-sources@3.2.3: {}
2866
-
2867
- webpack@5.91.0(webpack-cli@4.10.0):
2868
- dependencies:
2869
- '@types/eslint-scope': 3.7.7
2870
- '@types/estree': 1.0.5
2871
- '@webassemblyjs/ast': 1.12.1
2872
- '@webassemblyjs/wasm-edit': 1.12.1
2873
- '@webassemblyjs/wasm-parser': 1.12.1
2874
- acorn: 8.11.3
2875
- acorn-import-assertions: 1.9.0(acorn@8.11.3)
2876
- browserslist: 4.23.0
2877
- chrome-trace-event: 1.0.3
2878
- enhanced-resolve: 5.16.1
2879
- es-module-lexer: 1.5.2
2880
- eslint-scope: 5.1.1
2881
- events: 3.3.0
2882
- glob-to-regexp: 0.4.1
2883
- graceful-fs: 4.2.11
2884
- json-parse-even-better-errors: 2.3.1
2885
- loader-runner: 4.3.0
2886
- mime-types: 2.1.35
2887
- neo-async: 2.6.2
2888
- schema-utils: 3.3.0
2889
- tapable: 2.2.1
2890
- terser-webpack-plugin: 5.3.10(webpack@5.91.0(webpack-cli@4.10.0))
2891
- watchpack: 2.4.1
2892
- webpack-sources: 3.2.3
2893
- optionalDependencies:
2894
- webpack-cli: 4.10.0(webpack@5.91.0)
2895
- transitivePeerDependencies:
2896
- - '@swc/core'
2897
- - esbuild
2898
- - uglify-js
2899
-
2900
- which@2.0.2:
2901
- dependencies:
2902
- isexe: 2.0.0
2903
-
2904
- wildcard@2.0.1: {}
2905
-
2906
- wrappy@1.0.2: {}
2907
-
2908
- yallist@3.1.1: {}