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,4285 +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.6.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@9.1.3(@babel/core@7.24.5)(webpack@5.91.0(webpack-cli@5.1.4)))(compression-webpack-plugin@10.0.0(webpack@5.91.0(webpack-cli@5.1.4)))(terser-webpack-plugin@5.3.10(webpack@5.91.0(webpack-cli@5.1.4)))(webpack-assets-manifest@5.2.1(webpack@5.91.0(webpack-cli@5.1.4)))(webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0))(webpack-dev-server@4.15.2(webpack-cli@5.1.4)(webpack@5.91.0))(webpack-merge@5.10.0)(webpack@5.91.0(webpack-cli@5.1.4))
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
- '@leichtgewicht/ip-codec@2.0.5':
633
- resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==}
634
-
635
- '@types/body-parser@1.19.5':
636
- resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==}
637
-
638
- '@types/bonjour@3.5.13':
639
- resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==}
640
-
641
- '@types/connect-history-api-fallback@1.5.4':
642
- resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==}
643
-
644
- '@types/connect@3.4.38':
645
- resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
646
-
647
- '@types/eslint-scope@3.7.7':
648
- resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
649
-
650
- '@types/eslint@8.56.10':
651
- resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==}
652
-
653
- '@types/estree@1.0.5':
654
- resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
655
-
656
- '@types/express-serve-static-core@4.19.0':
657
- resolution: {integrity: sha512-bGyep3JqPCRry1wq+O5n7oiBgGWmeIJXPjXXCo8EK0u8duZGSYar7cGqd3ML2JUsLGeB7fmc06KYo9fLGWqPvQ==}
658
-
659
- '@types/express@4.17.21':
660
- resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==}
661
-
662
- '@types/http-errors@2.0.4':
663
- resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==}
664
-
665
- '@types/http-proxy@1.17.14':
666
- resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==}
667
-
668
- '@types/json-schema@7.0.15':
669
- resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
670
-
671
- '@types/mime@1.3.5':
672
- resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==}
673
-
674
- '@types/node-forge@1.3.11':
675
- resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==}
676
-
677
- '@types/node@20.12.11':
678
- resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==}
679
-
680
- '@types/qs@6.9.15':
681
- resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==}
682
-
683
- '@types/range-parser@1.2.7':
684
- resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
685
-
686
- '@types/retry@0.12.0':
687
- resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
688
-
689
- '@types/send@0.17.4':
690
- resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==}
691
-
692
- '@types/serve-index@1.9.4':
693
- resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==}
694
-
695
- '@types/serve-static@1.15.7':
696
- resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==}
697
-
698
- '@types/sockjs@0.3.36':
699
- resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==}
700
-
701
- '@types/ws@8.5.10':
702
- resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
703
-
704
- '@webassemblyjs/ast@1.12.1':
705
- resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==}
706
-
707
- '@webassemblyjs/floating-point-hex-parser@1.11.6':
708
- resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==}
709
-
710
- '@webassemblyjs/helper-api-error@1.11.6':
711
- resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==}
712
-
713
- '@webassemblyjs/helper-buffer@1.12.1':
714
- resolution: {integrity: sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==}
715
-
716
- '@webassemblyjs/helper-numbers@1.11.6':
717
- resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==}
718
-
719
- '@webassemblyjs/helper-wasm-bytecode@1.11.6':
720
- resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==}
721
-
722
- '@webassemblyjs/helper-wasm-section@1.12.1':
723
- resolution: {integrity: sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==}
724
-
725
- '@webassemblyjs/ieee754@1.11.6':
726
- resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==}
727
-
728
- '@webassemblyjs/leb128@1.11.6':
729
- resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==}
730
-
731
- '@webassemblyjs/utf8@1.11.6':
732
- resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==}
733
-
734
- '@webassemblyjs/wasm-edit@1.12.1':
735
- resolution: {integrity: sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==}
736
-
737
- '@webassemblyjs/wasm-gen@1.12.1':
738
- resolution: {integrity: sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==}
739
-
740
- '@webassemblyjs/wasm-opt@1.12.1':
741
- resolution: {integrity: sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==}
742
-
743
- '@webassemblyjs/wasm-parser@1.12.1':
744
- resolution: {integrity: sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==}
745
-
746
- '@webassemblyjs/wast-printer@1.12.1':
747
- resolution: {integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==}
748
-
749
- '@webpack-cli/configtest@2.1.1':
750
- resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==}
751
- engines: {node: '>=14.15.0'}
752
- peerDependencies:
753
- webpack: 5.x.x
754
- webpack-cli: 5.x.x
755
-
756
- '@webpack-cli/info@2.0.2':
757
- resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==}
758
- engines: {node: '>=14.15.0'}
759
- peerDependencies:
760
- webpack: 5.x.x
761
- webpack-cli: 5.x.x
762
-
763
- '@webpack-cli/serve@2.0.5':
764
- resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==}
765
- engines: {node: '>=14.15.0'}
766
- peerDependencies:
767
- webpack: 5.x.x
768
- webpack-cli: 5.x.x
769
- webpack-dev-server: '*'
770
- peerDependenciesMeta:
771
- webpack-dev-server:
772
- optional: true
773
-
774
- '@xtuc/ieee754@1.2.0':
775
- resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
776
-
777
- '@xtuc/long@4.2.2':
778
- resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
779
-
780
- accepts@1.3.8:
781
- resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
782
- engines: {node: '>= 0.6'}
783
-
784
- acorn-import-assertions@1.9.0:
785
- resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
786
- peerDependencies:
787
- acorn: ^8
788
-
789
- acorn@8.11.3:
790
- resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==}
791
- engines: {node: '>=0.4.0'}
792
- hasBin: true
793
-
794
- ajv-formats@2.1.1:
795
- resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
796
- peerDependencies:
797
- ajv: ^8.0.0
798
- peerDependenciesMeta:
799
- ajv:
800
- optional: true
801
-
802
- ajv-keywords@3.5.2:
803
- resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
804
- peerDependencies:
805
- ajv: ^6.9.1
806
-
807
- ajv-keywords@5.1.0:
808
- resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
809
- peerDependencies:
810
- ajv: ^8.8.2
811
-
812
- ajv@6.12.6:
813
- resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
814
-
815
- ajv@8.13.0:
816
- resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==}
817
-
818
- ansi-html-community@0.0.8:
819
- resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==}
820
- engines: {'0': node >= 0.8.0}
821
- hasBin: true
822
-
823
- ansi-styles@3.2.1:
824
- resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
825
- engines: {node: '>=4'}
826
-
827
- ansi-styles@4.3.0:
828
- resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
829
- engines: {node: '>=8'}
830
-
831
- anymatch@3.1.3:
832
- resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
833
- engines: {node: '>= 8'}
834
-
835
- argparse@2.0.1:
836
- resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
837
-
838
- array-flatten@1.1.1:
839
- resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
840
-
841
- babel-loader@9.1.3:
842
- resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==}
843
- engines: {node: '>= 14.15.0'}
844
- peerDependencies:
845
- '@babel/core': ^7.12.0
846
- webpack: '>=5'
847
-
848
- babel-plugin-polyfill-corejs2@0.4.11:
849
- resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==}
850
- peerDependencies:
851
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
852
-
853
- babel-plugin-polyfill-corejs3@0.10.4:
854
- resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==}
855
- peerDependencies:
856
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
857
-
858
- babel-plugin-polyfill-regenerator@0.6.2:
859
- resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==}
860
- peerDependencies:
861
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
862
-
863
- balanced-match@1.0.2:
864
- resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
865
-
866
- batch@0.6.1:
867
- resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==}
868
-
869
- binary-extensions@2.3.0:
870
- resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
871
- engines: {node: '>=8'}
872
-
873
- body-parser@1.20.2:
874
- resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==}
875
- engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
876
-
877
- bonjour-service@1.2.1:
878
- resolution: {integrity: sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==}
879
-
880
- brace-expansion@1.1.11:
881
- resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
882
-
883
- braces@3.0.2:
884
- resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
885
- engines: {node: '>=8'}
886
-
887
- browserslist@4.23.0:
888
- resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==}
889
- engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
890
- hasBin: true
891
-
892
- buffer-from@1.1.2:
893
- resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
894
-
895
- bytes@3.0.0:
896
- resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==}
897
- engines: {node: '>= 0.8'}
898
-
899
- bytes@3.1.2:
900
- resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
901
- engines: {node: '>= 0.8'}
902
-
903
- call-bind@1.0.7:
904
- resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
905
- engines: {node: '>= 0.4'}
906
-
907
- caniuse-lite@1.0.30001617:
908
- resolution: {integrity: sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==}
909
-
910
- chalk@2.4.2:
911
- resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
912
- engines: {node: '>=4'}
913
-
914
- chalk@4.1.2:
915
- resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
916
- engines: {node: '>=10'}
917
-
918
- chokidar@3.6.0:
919
- resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
920
- engines: {node: '>= 8.10.0'}
921
-
922
- chrome-trace-event@1.0.3:
923
- resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
924
- engines: {node: '>=6.0'}
925
-
926
- clone-deep@4.0.1:
927
- resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
928
- engines: {node: '>=6'}
929
-
930
- color-convert@1.9.3:
931
- resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
932
-
933
- color-convert@2.0.1:
934
- resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
935
- engines: {node: '>=7.0.0'}
936
-
937
- color-name@1.1.3:
938
- resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
939
-
940
- color-name@1.1.4:
941
- resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
942
-
943
- colorette@2.0.20:
944
- resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
945
-
946
- commander@10.0.1:
947
- resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
948
- engines: {node: '>=14'}
949
-
950
- commander@2.20.3:
951
- resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
952
-
953
- common-path-prefix@3.0.0:
954
- resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==}
955
-
956
- compressible@2.0.18:
957
- resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
958
- engines: {node: '>= 0.6'}
959
-
960
- compression-webpack-plugin@10.0.0:
961
- resolution: {integrity: sha512-wLXLIBwpul/ALcm7Aj+69X0pYT3BYt6DdPn3qrgBIh9YejV9Bju9ShhlAsjujLyWMo6SAweFIWaUoFmXZNuNrg==}
962
- engines: {node: '>= 14.15.0'}
963
- peerDependencies:
964
- webpack: ^5.1.0
965
-
966
- compression@1.7.4:
967
- resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==}
968
- engines: {node: '>= 0.8.0'}
969
-
970
- concat-map@0.0.1:
971
- resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
972
-
973
- connect-history-api-fallback@2.0.0:
974
- resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==}
975
- engines: {node: '>=0.8'}
976
-
977
- content-disposition@0.5.4:
978
- resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
979
- engines: {node: '>= 0.6'}
980
-
981
- content-type@1.0.5:
982
- resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
983
- engines: {node: '>= 0.6'}
984
-
985
- convert-source-map@2.0.0:
986
- resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
987
-
988
- cookie-signature@1.0.6:
989
- resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
990
-
991
- cookie@0.6.0:
992
- resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
993
- engines: {node: '>= 0.6'}
994
-
995
- core-js-compat@3.37.0:
996
- resolution: {integrity: sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==}
997
-
998
- core-util-is@1.0.3:
999
- resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
1000
-
1001
- cross-spawn@7.0.3:
1002
- resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
1003
- engines: {node: '>= 8'}
1004
-
1005
- debug@2.6.9:
1006
- resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
1007
- peerDependencies:
1008
- supports-color: '*'
1009
- peerDependenciesMeta:
1010
- supports-color:
1011
- optional: true
1012
-
1013
- debug@4.3.4:
1014
- resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
1015
- engines: {node: '>=6.0'}
1016
- peerDependencies:
1017
- supports-color: '*'
1018
- peerDependenciesMeta:
1019
- supports-color:
1020
- optional: true
1021
-
1022
- deepmerge@4.3.1:
1023
- resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
1024
- engines: {node: '>=0.10.0'}
1025
-
1026
- default-gateway@6.0.3:
1027
- resolution: {integrity: sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==}
1028
- engines: {node: '>= 10'}
1029
-
1030
- define-data-property@1.1.4:
1031
- resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
1032
- engines: {node: '>= 0.4'}
1033
-
1034
- define-lazy-prop@2.0.0:
1035
- resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
1036
- engines: {node: '>=8'}
1037
-
1038
- depd@1.1.2:
1039
- resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==}
1040
- engines: {node: '>= 0.6'}
1041
-
1042
- depd@2.0.0:
1043
- resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
1044
- engines: {node: '>= 0.8'}
1045
-
1046
- destroy@1.2.0:
1047
- resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
1048
- engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
1049
-
1050
- detect-node@2.1.0:
1051
- resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
1052
-
1053
- dns-packet@5.6.1:
1054
- resolution: {integrity: sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==}
1055
- engines: {node: '>=6'}
1056
-
1057
- ee-first@1.1.1:
1058
- resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
1059
-
1060
- electron-to-chromium@1.4.762:
1061
- resolution: {integrity: sha512-rrFvGweLxPwwSwJOjIopy3Vr+J3cIPtZzuc74bmlvmBIgQO3VYJDvVrlj94iKZ3ukXUH64Ex31hSfRTLqvjYJQ==}
1062
-
1063
- encodeurl@1.0.2:
1064
- resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
1065
- engines: {node: '>= 0.8'}
1066
-
1067
- enhanced-resolve@5.16.1:
1068
- resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==}
1069
- engines: {node: '>=10.13.0'}
1070
-
1071
- envinfo@7.13.0:
1072
- resolution: {integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==}
1073
- engines: {node: '>=4'}
1074
- hasBin: true
1075
-
1076
- es-define-property@1.0.0:
1077
- resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
1078
- engines: {node: '>= 0.4'}
1079
-
1080
- es-errors@1.3.0:
1081
- resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
1082
- engines: {node: '>= 0.4'}
1083
-
1084
- es-module-lexer@1.5.2:
1085
- resolution: {integrity: sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==}
1086
-
1087
- escalade@3.1.2:
1088
- resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
1089
- engines: {node: '>=6'}
1090
-
1091
- escape-html@1.0.3:
1092
- resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
1093
-
1094
- escape-string-regexp@1.0.5:
1095
- resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
1096
- engines: {node: '>=0.8.0'}
1097
-
1098
- eslint-scope@5.1.1:
1099
- resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
1100
- engines: {node: '>=8.0.0'}
1101
-
1102
- esrecurse@4.3.0:
1103
- resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
1104
- engines: {node: '>=4.0'}
1105
-
1106
- estraverse@4.3.0:
1107
- resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
1108
- engines: {node: '>=4.0'}
1109
-
1110
- estraverse@5.3.0:
1111
- resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
1112
- engines: {node: '>=4.0'}
1113
-
1114
- esutils@2.0.3:
1115
- resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
1116
- engines: {node: '>=0.10.0'}
1117
-
1118
- etag@1.8.1:
1119
- resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
1120
- engines: {node: '>= 0.6'}
1121
-
1122
- eventemitter3@4.0.7:
1123
- resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
1124
-
1125
- events@3.3.0:
1126
- resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
1127
- engines: {node: '>=0.8.x'}
1128
-
1129
- execa@5.1.1:
1130
- resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
1131
- engines: {node: '>=10'}
1132
-
1133
- express@4.19.2:
1134
- resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==}
1135
- engines: {node: '>= 0.10.0'}
1136
-
1137
- fast-deep-equal@3.1.3:
1138
- resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1139
-
1140
- fast-json-stable-stringify@2.1.0:
1141
- resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1142
-
1143
- fastest-levenshtein@1.0.16:
1144
- resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==}
1145
- engines: {node: '>= 4.9.1'}
1146
-
1147
- faye-websocket@0.11.4:
1148
- resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==}
1149
- engines: {node: '>=0.8.0'}
1150
-
1151
- fill-range@7.0.1:
1152
- resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
1153
- engines: {node: '>=8'}
1154
-
1155
- finalhandler@1.2.0:
1156
- resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==}
1157
- engines: {node: '>= 0.8'}
1158
-
1159
- find-cache-dir@4.0.0:
1160
- resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==}
1161
- engines: {node: '>=14.16'}
1162
-
1163
- find-up@4.1.0:
1164
- resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
1165
- engines: {node: '>=8'}
1166
-
1167
- find-up@6.3.0:
1168
- resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==}
1169
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1170
-
1171
- flat@5.0.2:
1172
- resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
1173
- hasBin: true
1174
-
1175
- follow-redirects@1.15.6:
1176
- resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==}
1177
- engines: {node: '>=4.0'}
1178
- peerDependencies:
1179
- debug: '*'
1180
- peerDependenciesMeta:
1181
- debug:
1182
- optional: true
1183
-
1184
- forwarded@0.2.0:
1185
- resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
1186
- engines: {node: '>= 0.6'}
1187
-
1188
- fresh@0.5.2:
1189
- resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
1190
- engines: {node: '>= 0.6'}
1191
-
1192
- fs-monkey@1.0.6:
1193
- resolution: {integrity: sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==}
1194
-
1195
- fs.realpath@1.0.0:
1196
- resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
1197
-
1198
- fsevents@2.3.3:
1199
- resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1200
- engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1201
- os: [darwin]
1202
-
1203
- function-bind@1.1.2:
1204
- resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1205
-
1206
- gensync@1.0.0-beta.2:
1207
- resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1208
- engines: {node: '>=6.9.0'}
1209
-
1210
- get-intrinsic@1.2.4:
1211
- resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
1212
- engines: {node: '>= 0.4'}
1213
-
1214
- get-stream@6.0.1:
1215
- resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
1216
- engines: {node: '>=10'}
1217
-
1218
- glob-parent@5.1.2:
1219
- resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1220
- engines: {node: '>= 6'}
1221
-
1222
- glob-to-regexp@0.4.1:
1223
- resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
1224
-
1225
- glob@7.2.3:
1226
- resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
1227
-
1228
- globals@11.12.0:
1229
- resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
1230
- engines: {node: '>=4'}
1231
-
1232
- gopd@1.0.1:
1233
- resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
1234
-
1235
- graceful-fs@4.2.11:
1236
- resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1237
-
1238
- handle-thing@2.0.1:
1239
- resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
1240
-
1241
- has-flag@3.0.0:
1242
- resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
1243
- engines: {node: '>=4'}
1244
-
1245
- has-flag@4.0.0:
1246
- resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1247
- engines: {node: '>=8'}
1248
-
1249
- has-property-descriptors@1.0.2:
1250
- resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
1251
-
1252
- has-proto@1.0.3:
1253
- resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==}
1254
- engines: {node: '>= 0.4'}
1255
-
1256
- has-symbols@1.0.3:
1257
- resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
1258
- engines: {node: '>= 0.4'}
1259
-
1260
- hasown@2.0.2:
1261
- resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
1262
- engines: {node: '>= 0.4'}
1263
-
1264
- hpack.js@2.1.6:
1265
- resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==}
1266
-
1267
- html-entities@2.5.2:
1268
- resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==}
1269
-
1270
- http-deceiver@1.2.7:
1271
- resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==}
1272
-
1273
- http-errors@1.6.3:
1274
- resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==}
1275
- engines: {node: '>= 0.6'}
1276
-
1277
- http-errors@2.0.0:
1278
- resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
1279
- engines: {node: '>= 0.8'}
1280
-
1281
- http-parser-js@0.5.8:
1282
- resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==}
1283
-
1284
- http-proxy-middleware@2.0.6:
1285
- resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==}
1286
- engines: {node: '>=12.0.0'}
1287
- peerDependencies:
1288
- '@types/express': ^4.17.13
1289
- peerDependenciesMeta:
1290
- '@types/express':
1291
- optional: true
1292
-
1293
- http-proxy@1.18.1:
1294
- resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==}
1295
- engines: {node: '>=8.0.0'}
1296
-
1297
- human-signals@2.1.0:
1298
- resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
1299
- engines: {node: '>=10.17.0'}
1300
-
1301
- iconv-lite@0.4.24:
1302
- resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
1303
- engines: {node: '>=0.10.0'}
1304
-
1305
- import-local@3.1.0:
1306
- resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==}
1307
- engines: {node: '>=8'}
1308
- hasBin: true
1309
-
1310
- inflight@1.0.6:
1311
- resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
1312
-
1313
- inherits@2.0.3:
1314
- resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==}
1315
-
1316
- inherits@2.0.4:
1317
- resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
1318
-
1319
- interpret@3.1.1:
1320
- resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==}
1321
- engines: {node: '>=10.13.0'}
1322
-
1323
- ipaddr.js@1.9.1:
1324
- resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
1325
- engines: {node: '>= 0.10'}
1326
-
1327
- ipaddr.js@2.2.0:
1328
- resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==}
1329
- engines: {node: '>= 10'}
1330
-
1331
- is-binary-path@2.1.0:
1332
- resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
1333
- engines: {node: '>=8'}
1334
-
1335
- is-core-module@2.13.1:
1336
- resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
1337
-
1338
- is-docker@2.2.1:
1339
- resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
1340
- engines: {node: '>=8'}
1341
- hasBin: true
1342
-
1343
- is-extglob@2.1.1:
1344
- resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1345
- engines: {node: '>=0.10.0'}
1346
-
1347
- is-glob@4.0.3:
1348
- resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1349
- engines: {node: '>=0.10.0'}
1350
-
1351
- is-number@7.0.0:
1352
- resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1353
- engines: {node: '>=0.12.0'}
1354
-
1355
- is-plain-obj@3.0.0:
1356
- resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==}
1357
- engines: {node: '>=10'}
1358
-
1359
- is-plain-object@2.0.4:
1360
- resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
1361
- engines: {node: '>=0.10.0'}
1362
-
1363
- is-stream@2.0.1:
1364
- resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
1365
- engines: {node: '>=8'}
1366
-
1367
- is-wsl@2.2.0:
1368
- resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
1369
- engines: {node: '>=8'}
1370
-
1371
- isarray@1.0.0:
1372
- resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
1373
-
1374
- isexe@2.0.0:
1375
- resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1376
-
1377
- isobject@3.0.1:
1378
- resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
1379
- engines: {node: '>=0.10.0'}
1380
-
1381
- jest-worker@27.5.1:
1382
- resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
1383
- engines: {node: '>= 10.13.0'}
1384
-
1385
- js-tokens@4.0.0:
1386
- resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1387
-
1388
- js-yaml@4.1.0:
1389
- resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1390
- hasBin: true
1391
-
1392
- jsesc@0.5.0:
1393
- resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
1394
- hasBin: true
1395
-
1396
- jsesc@2.5.2:
1397
- resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
1398
- engines: {node: '>=4'}
1399
- hasBin: true
1400
-
1401
- json-parse-even-better-errors@2.3.1:
1402
- resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
1403
-
1404
- json-schema-traverse@0.4.1:
1405
- resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1406
-
1407
- json-schema-traverse@1.0.0:
1408
- resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
1409
-
1410
- json5@2.2.3:
1411
- resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1412
- engines: {node: '>=6'}
1413
- hasBin: true
1414
-
1415
- kind-of@6.0.3:
1416
- resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
1417
- engines: {node: '>=0.10.0'}
1418
-
1419
- launch-editor@2.6.1:
1420
- resolution: {integrity: sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==}
1421
-
1422
- loader-runner@4.3.0:
1423
- resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
1424
- engines: {node: '>=6.11.5'}
1425
-
1426
- locate-path@5.0.0:
1427
- resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
1428
- engines: {node: '>=8'}
1429
-
1430
- locate-path@7.2.0:
1431
- resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
1432
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1433
-
1434
- lockfile@1.0.4:
1435
- resolution: {integrity: sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==}
1436
-
1437
- lodash.debounce@4.0.8:
1438
- resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
1439
-
1440
- lodash.get@4.4.2:
1441
- resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
1442
-
1443
- lodash.has@4.5.2:
1444
- resolution: {integrity: sha512-rnYUdIo6xRCJnQmbVFEwcxF144erlD+M3YcJUVesflU9paQaE8p+fJDcIQrlMYbxoANFL+AB9hZrzSBBk5PL+g==}
1445
-
1446
- lru-cache@5.1.1:
1447
- resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1448
-
1449
- media-typer@0.3.0:
1450
- resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
1451
- engines: {node: '>= 0.6'}
1452
-
1453
- memfs@3.5.3:
1454
- resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
1455
- engines: {node: '>= 4.0.0'}
1456
-
1457
- merge-descriptors@1.0.1:
1458
- resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
1459
-
1460
- merge-stream@2.0.0:
1461
- resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
1462
-
1463
- methods@1.1.2:
1464
- resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
1465
- engines: {node: '>= 0.6'}
1466
-
1467
- micromatch@4.0.5:
1468
- resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
1469
- engines: {node: '>=8.6'}
1470
-
1471
- mime-db@1.52.0:
1472
- resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
1473
- engines: {node: '>= 0.6'}
1474
-
1475
- mime-types@2.1.35:
1476
- resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
1477
- engines: {node: '>= 0.6'}
1478
-
1479
- mime@1.6.0:
1480
- resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
1481
- engines: {node: '>=4'}
1482
- hasBin: true
1483
-
1484
- mimic-fn@2.1.0:
1485
- resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
1486
- engines: {node: '>=6'}
1487
-
1488
- minimalistic-assert@1.0.1:
1489
- resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
1490
-
1491
- minimatch@3.1.2:
1492
- resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1493
-
1494
- ms@2.0.0:
1495
- resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
1496
-
1497
- ms@2.1.2:
1498
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
1499
-
1500
- ms@2.1.3:
1501
- resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1502
-
1503
- multicast-dns@7.2.5:
1504
- resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==}
1505
- hasBin: true
1506
-
1507
- negotiator@0.6.3:
1508
- resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
1509
- engines: {node: '>= 0.6'}
1510
-
1511
- neo-async@2.6.2:
1512
- resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
1513
-
1514
- node-forge@1.3.1:
1515
- resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
1516
- engines: {node: '>= 6.13.0'}
1517
-
1518
- node-releases@2.0.14:
1519
- resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
1520
-
1521
- normalize-path@3.0.0:
1522
- resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
1523
- engines: {node: '>=0.10.0'}
1524
-
1525
- npm-run-path@4.0.1:
1526
- resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
1527
- engines: {node: '>=8'}
1528
-
1529
- object-inspect@1.13.1:
1530
- resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
1531
-
1532
- obuf@1.1.2:
1533
- resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==}
1534
-
1535
- on-finished@2.4.1:
1536
- resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
1537
- engines: {node: '>= 0.8'}
1538
-
1539
- on-headers@1.0.2:
1540
- resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==}
1541
- engines: {node: '>= 0.8'}
1542
-
1543
- once@1.4.0:
1544
- resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
1545
-
1546
- onetime@5.1.2:
1547
- resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
1548
- engines: {node: '>=6'}
1549
-
1550
- open@8.4.2:
1551
- resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
1552
- engines: {node: '>=12'}
1553
-
1554
- p-limit@2.3.0:
1555
- resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
1556
- engines: {node: '>=6'}
1557
-
1558
- p-limit@4.0.0:
1559
- resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
1560
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1561
-
1562
- p-locate@4.1.0:
1563
- resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
1564
- engines: {node: '>=8'}
1565
-
1566
- p-locate@6.0.0:
1567
- resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
1568
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1569
-
1570
- p-retry@4.6.2:
1571
- resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==}
1572
- engines: {node: '>=8'}
1573
-
1574
- p-try@2.2.0:
1575
- resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
1576
- engines: {node: '>=6'}
1577
-
1578
- parseurl@1.3.3:
1579
- resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
1580
- engines: {node: '>= 0.8'}
1581
-
1582
- path-complete-extname@1.0.0:
1583
- resolution: {integrity: sha512-CVjiWcMRdGU8ubs08YQVzhutOR5DEfO97ipRIlOGMK5Bek5nQySknBpuxVAVJ36hseTNs+vdIcv57ZrWxH7zvg==}
1584
-
1585
- path-exists@4.0.0:
1586
- resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1587
- engines: {node: '>=8'}
1588
-
1589
- path-exists@5.0.0:
1590
- resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
1591
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1592
-
1593
- path-is-absolute@1.0.1:
1594
- resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
1595
- engines: {node: '>=0.10.0'}
1596
-
1597
- path-key@3.1.1:
1598
- resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1599
- engines: {node: '>=8'}
1600
-
1601
- path-parse@1.0.7:
1602
- resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
1603
-
1604
- path-to-regexp@0.1.7:
1605
- resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
1606
-
1607
- picocolors@1.0.0:
1608
- resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
1609
-
1610
- picomatch@2.3.1:
1611
- resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1612
- engines: {node: '>=8.6'}
1613
-
1614
- pkg-dir@4.2.0:
1615
- resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
1616
- engines: {node: '>=8'}
1617
-
1618
- pkg-dir@7.0.0:
1619
- resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==}
1620
- engines: {node: '>=14.16'}
1621
-
1622
- process-nextick-args@2.0.1:
1623
- resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
1624
-
1625
- proxy-addr@2.0.7:
1626
- resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
1627
- engines: {node: '>= 0.10'}
1628
-
1629
- punycode@2.3.1:
1630
- resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1631
- engines: {node: '>=6'}
1632
-
1633
- qs@6.11.0:
1634
- resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
1635
- engines: {node: '>=0.6'}
1636
-
1637
- randombytes@2.1.0:
1638
- resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
1639
-
1640
- range-parser@1.2.1:
1641
- resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
1642
- engines: {node: '>= 0.6'}
1643
-
1644
- raw-body@2.5.2:
1645
- resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==}
1646
- engines: {node: '>= 0.8'}
1647
-
1648
- readable-stream@2.3.8:
1649
- resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
1650
-
1651
- readable-stream@3.6.2:
1652
- resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
1653
- engines: {node: '>= 6'}
1654
-
1655
- readdirp@3.6.0:
1656
- resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
1657
- engines: {node: '>=8.10.0'}
1658
-
1659
- rechoir@0.8.0:
1660
- resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==}
1661
- engines: {node: '>= 10.13.0'}
1662
-
1663
- regenerate-unicode-properties@10.1.1:
1664
- resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==}
1665
- engines: {node: '>=4'}
1666
-
1667
- regenerate@1.4.2:
1668
- resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
1669
-
1670
- regenerator-runtime@0.14.1:
1671
- resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
1672
-
1673
- regenerator-transform@0.15.2:
1674
- resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
1675
-
1676
- regexpu-core@5.3.2:
1677
- resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==}
1678
- engines: {node: '>=4'}
1679
-
1680
- regjsparser@0.9.1:
1681
- resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==}
1682
- hasBin: true
1683
-
1684
- require-from-string@2.0.2:
1685
- resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
1686
- engines: {node: '>=0.10.0'}
1687
-
1688
- requires-port@1.0.0:
1689
- resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==}
1690
-
1691
- resolve-cwd@3.0.0:
1692
- resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
1693
- engines: {node: '>=8'}
1694
-
1695
- resolve-from@5.0.0:
1696
- resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
1697
- engines: {node: '>=8'}
1698
-
1699
- resolve@1.22.8:
1700
- resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
1701
- hasBin: true
1702
-
1703
- retry@0.13.1:
1704
- resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
1705
- engines: {node: '>= 4'}
1706
-
1707
- right-pad@1.0.1:
1708
- resolution: {integrity: sha512-bYBjgxmkvTAfgIYy328fmkwhp39v8lwVgWhhrzxPV3yHtcSqyYKe9/XOhvW48UFjATg3VuJbpsp5822ACNvkmw==}
1709
- engines: {node: '>= 0.10'}
1710
- deprecated: Please use String.prototype.padEnd() over this package.
1711
-
1712
- rimraf@3.0.2:
1713
- resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
1714
- hasBin: true
1715
-
1716
- safe-buffer@5.1.2:
1717
- resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
1718
-
1719
- safe-buffer@5.2.1:
1720
- resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
1721
-
1722
- safer-buffer@2.1.2:
1723
- resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
1724
-
1725
- schema-utils@3.3.0:
1726
- resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
1727
- engines: {node: '>= 10.13.0'}
1728
-
1729
- schema-utils@4.2.0:
1730
- resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==}
1731
- engines: {node: '>= 12.13.0'}
1732
-
1733
- select-hose@2.0.0:
1734
- resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==}
1735
-
1736
- selfsigned@2.4.1:
1737
- resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==}
1738
- engines: {node: '>=10'}
1739
-
1740
- semver@6.3.1:
1741
- resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1742
- hasBin: true
1743
-
1744
- send@0.18.0:
1745
- resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
1746
- engines: {node: '>= 0.8.0'}
1747
-
1748
- serialize-javascript@6.0.2:
1749
- resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
1750
-
1751
- serve-index@1.9.1:
1752
- resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==}
1753
- engines: {node: '>= 0.8.0'}
1754
-
1755
- serve-static@1.15.0:
1756
- resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==}
1757
- engines: {node: '>= 0.8.0'}
1758
-
1759
- set-function-length@1.2.2:
1760
- resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
1761
- engines: {node: '>= 0.4'}
1762
-
1763
- setprototypeof@1.1.0:
1764
- resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==}
1765
-
1766
- setprototypeof@1.2.0:
1767
- resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
1768
-
1769
- shakapacker@6.6.0:
1770
- resolution: {integrity: sha512-7sNnv8PXMlgm2Ob7vZOayLKu0+PPMN3q0HEyAlkFIJtHJt7wA3p1rObhlk0/OrNeBa4dio/9HiBUeEU7bZsHvw==}
1771
- engines: {node: ^12.13.0 || ^14 || >=16, yarn: '>=1 <4'}
1772
- peerDependencies:
1773
- '@babel/core': ^7.17.9
1774
- '@babel/plugin-transform-runtime': ^7.17.0
1775
- '@babel/preset-env': ^7.16.11
1776
- '@babel/runtime': ^7.17.9
1777
- babel-loader: ^8.2.4 || ^9.0.0
1778
- compression-webpack-plugin: ^9.0.0 || ^10.0.0
1779
- terser-webpack-plugin: ^5.3.1
1780
- webpack: ^5.72.0
1781
- webpack-assets-manifest: ^5.0.6
1782
- webpack-cli: ^4.9.2 || ^5.0.0
1783
- webpack-dev-server: ^4.9.0
1784
- webpack-merge: ^5.8.0
1785
-
1786
- shallow-clone@3.0.1:
1787
- resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
1788
- engines: {node: '>=8'}
1789
-
1790
- shebang-command@2.0.0:
1791
- resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1792
- engines: {node: '>=8'}
1793
-
1794
- shebang-regex@3.0.0:
1795
- resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1796
- engines: {node: '>=8'}
1797
-
1798
- shell-quote@1.8.1:
1799
- resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
1800
-
1801
- side-channel@1.0.6:
1802
- resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
1803
- engines: {node: '>= 0.4'}
1804
-
1805
- signal-exit@3.0.7:
1806
- resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
1807
-
1808
- sockjs@0.3.24:
1809
- resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==}
1810
-
1811
- source-map-support@0.5.21:
1812
- resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
1813
-
1814
- source-map@0.6.1:
1815
- resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
1816
- engines: {node: '>=0.10.0'}
1817
-
1818
- spdy-transport@3.0.0:
1819
- resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==}
1820
-
1821
- spdy@4.0.2:
1822
- resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==}
1823
- engines: {node: '>=6.0.0'}
1824
-
1825
- statuses@1.5.0:
1826
- resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
1827
- engines: {node: '>= 0.6'}
1828
-
1829
- statuses@2.0.1:
1830
- resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
1831
- engines: {node: '>= 0.8'}
1832
-
1833
- string_decoder@1.1.1:
1834
- resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
1835
-
1836
- string_decoder@1.3.0:
1837
- resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
1838
-
1839
- strip-final-newline@2.0.0:
1840
- resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
1841
- engines: {node: '>=6'}
1842
-
1843
- supports-color@5.5.0:
1844
- resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
1845
- engines: {node: '>=4'}
1846
-
1847
- supports-color@7.2.0:
1848
- resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1849
- engines: {node: '>=8'}
1850
-
1851
- supports-color@8.1.1:
1852
- resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
1853
- engines: {node: '>=10'}
1854
-
1855
- supports-preserve-symlinks-flag@1.0.0:
1856
- resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
1857
- engines: {node: '>= 0.4'}
1858
-
1859
- tapable@2.2.1:
1860
- resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
1861
- engines: {node: '>=6'}
1862
-
1863
- terser-webpack-plugin@5.3.10:
1864
- resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==}
1865
- engines: {node: '>= 10.13.0'}
1866
- peerDependencies:
1867
- '@swc/core': '*'
1868
- esbuild: '*'
1869
- uglify-js: '*'
1870
- webpack: ^5.1.0
1871
- peerDependenciesMeta:
1872
- '@swc/core':
1873
- optional: true
1874
- esbuild:
1875
- optional: true
1876
- uglify-js:
1877
- optional: true
1878
-
1879
- terser@5.31.0:
1880
- resolution: {integrity: sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==}
1881
- engines: {node: '>=10'}
1882
- hasBin: true
1883
-
1884
- thunky@1.1.0:
1885
- resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==}
1886
-
1887
- to-fast-properties@2.0.0:
1888
- resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
1889
- engines: {node: '>=4'}
1890
-
1891
- to-regex-range@5.0.1:
1892
- resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1893
- engines: {node: '>=8.0'}
1894
-
1895
- toidentifier@1.0.1:
1896
- resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
1897
- engines: {node: '>=0.6'}
1898
-
1899
- type-is@1.6.18:
1900
- resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
1901
- engines: {node: '>= 0.6'}
1902
-
1903
- undici-types@5.26.5:
1904
- resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
1905
-
1906
- unicode-canonical-property-names-ecmascript@2.0.0:
1907
- resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
1908
- engines: {node: '>=4'}
1909
-
1910
- unicode-match-property-ecmascript@2.0.0:
1911
- resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
1912
- engines: {node: '>=4'}
1913
-
1914
- unicode-match-property-value-ecmascript@2.1.0:
1915
- resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==}
1916
- engines: {node: '>=4'}
1917
-
1918
- unicode-property-aliases-ecmascript@2.1.0:
1919
- resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
1920
- engines: {node: '>=4'}
1921
-
1922
- unpipe@1.0.0:
1923
- resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
1924
- engines: {node: '>= 0.8'}
1925
-
1926
- update-browserslist-db@1.0.15:
1927
- resolution: {integrity: sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==}
1928
- hasBin: true
1929
- peerDependencies:
1930
- browserslist: '>= 4.21.0'
1931
-
1932
- uri-js@4.4.1:
1933
- resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
1934
-
1935
- util-deprecate@1.0.2:
1936
- resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
1937
-
1938
- utils-merge@1.0.1:
1939
- resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
1940
- engines: {node: '>= 0.4.0'}
1941
-
1942
- uuid@8.3.2:
1943
- resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
1944
- hasBin: true
1945
-
1946
- vary@1.1.2:
1947
- resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
1948
- engines: {node: '>= 0.8'}
1949
-
1950
- watchpack@2.4.1:
1951
- resolution: {integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==}
1952
- engines: {node: '>=10.13.0'}
1953
-
1954
- wbuf@1.7.3:
1955
- resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==}
1956
-
1957
- webpack-assets-manifest@5.2.1:
1958
- resolution: {integrity: sha512-MsEcXVio1GY6R+b4dVfTHIDMB0RB90KajQG8neRbH92vE2S1ClGw9mNa9NPlratYBvZOhExmN0qqMNFTaCTuIg==}
1959
- engines: {node: '>=10.13.0'}
1960
- peerDependencies:
1961
- webpack: ^5.2.0
1962
-
1963
- webpack-cli@5.1.4:
1964
- resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==}
1965
- engines: {node: '>=14.15.0'}
1966
- hasBin: true
1967
- peerDependencies:
1968
- '@webpack-cli/generators': '*'
1969
- webpack: 5.x.x
1970
- webpack-bundle-analyzer: '*'
1971
- webpack-dev-server: '*'
1972
- peerDependenciesMeta:
1973
- '@webpack-cli/generators':
1974
- optional: true
1975
- webpack-bundle-analyzer:
1976
- optional: true
1977
- webpack-dev-server:
1978
- optional: true
1979
-
1980
- webpack-dev-middleware@5.3.4:
1981
- resolution: {integrity: sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==}
1982
- engines: {node: '>= 12.13.0'}
1983
- peerDependencies:
1984
- webpack: ^4.0.0 || ^5.0.0
1985
-
1986
- webpack-dev-server@4.15.2:
1987
- resolution: {integrity: sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==}
1988
- engines: {node: '>= 12.13.0'}
1989
- hasBin: true
1990
- peerDependencies:
1991
- webpack: ^4.37.0 || ^5.0.0
1992
- webpack-cli: '*'
1993
- peerDependenciesMeta:
1994
- webpack:
1995
- optional: true
1996
- webpack-cli:
1997
- optional: true
1998
-
1999
- webpack-merge@5.10.0:
2000
- resolution: {integrity: sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==}
2001
- engines: {node: '>=10.0.0'}
2002
-
2003
- webpack-sources@3.2.3:
2004
- resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
2005
- engines: {node: '>=10.13.0'}
2006
-
2007
- webpack@5.91.0:
2008
- resolution: {integrity: sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==}
2009
- engines: {node: '>=10.13.0'}
2010
- hasBin: true
2011
- peerDependencies:
2012
- webpack-cli: '*'
2013
- peerDependenciesMeta:
2014
- webpack-cli:
2015
- optional: true
2016
-
2017
- websocket-driver@0.7.4:
2018
- resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
2019
- engines: {node: '>=0.8.0'}
2020
-
2021
- websocket-extensions@0.1.4:
2022
- resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==}
2023
- engines: {node: '>=0.8.0'}
2024
-
2025
- which@2.0.2:
2026
- resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
2027
- engines: {node: '>= 8'}
2028
- hasBin: true
2029
-
2030
- wildcard@2.0.1:
2031
- resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==}
2032
-
2033
- wrappy@1.0.2:
2034
- resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
2035
-
2036
- ws@8.17.0:
2037
- resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==}
2038
- engines: {node: '>=10.0.0'}
2039
- peerDependencies:
2040
- bufferutil: ^4.0.1
2041
- utf-8-validate: '>=5.0.2'
2042
- peerDependenciesMeta:
2043
- bufferutil:
2044
- optional: true
2045
- utf-8-validate:
2046
- optional: true
2047
-
2048
- yallist@3.1.1:
2049
- resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
2050
-
2051
- yocto-queue@1.0.0:
2052
- resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
2053
- engines: {node: '>=12.20'}
2054
-
2055
- snapshots:
2056
-
2057
- '@ampproject/remapping@2.3.0':
2058
- dependencies:
2059
- '@jridgewell/gen-mapping': 0.3.5
2060
- '@jridgewell/trace-mapping': 0.3.25
2061
-
2062
- '@babel/code-frame@7.24.2':
2063
- dependencies:
2064
- '@babel/highlight': 7.24.5
2065
- picocolors: 1.0.0
2066
-
2067
- '@babel/compat-data@7.24.4': {}
2068
-
2069
- '@babel/core@7.24.5':
2070
- dependencies:
2071
- '@ampproject/remapping': 2.3.0
2072
- '@babel/code-frame': 7.24.2
2073
- '@babel/generator': 7.24.5
2074
- '@babel/helper-compilation-targets': 7.23.6
2075
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
2076
- '@babel/helpers': 7.24.5
2077
- '@babel/parser': 7.24.5
2078
- '@babel/template': 7.24.0
2079
- '@babel/traverse': 7.24.5
2080
- '@babel/types': 7.24.5
2081
- convert-source-map: 2.0.0
2082
- debug: 4.3.4
2083
- gensync: 1.0.0-beta.2
2084
- json5: 2.2.3
2085
- semver: 6.3.1
2086
- transitivePeerDependencies:
2087
- - supports-color
2088
-
2089
- '@babel/generator@7.24.5':
2090
- dependencies:
2091
- '@babel/types': 7.24.5
2092
- '@jridgewell/gen-mapping': 0.3.5
2093
- '@jridgewell/trace-mapping': 0.3.25
2094
- jsesc: 2.5.2
2095
-
2096
- '@babel/helper-annotate-as-pure@7.22.5':
2097
- dependencies:
2098
- '@babel/types': 7.24.5
2099
-
2100
- '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15':
2101
- dependencies:
2102
- '@babel/types': 7.24.5
2103
-
2104
- '@babel/helper-compilation-targets@7.23.6':
2105
- dependencies:
2106
- '@babel/compat-data': 7.24.4
2107
- '@babel/helper-validator-option': 7.23.5
2108
- browserslist: 4.23.0
2109
- lru-cache: 5.1.1
2110
- semver: 6.3.1
2111
-
2112
- '@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.24.5)':
2113
- dependencies:
2114
- '@babel/core': 7.24.5
2115
- '@babel/helper-annotate-as-pure': 7.22.5
2116
- '@babel/helper-environment-visitor': 7.22.20
2117
- '@babel/helper-function-name': 7.23.0
2118
- '@babel/helper-member-expression-to-functions': 7.24.5
2119
- '@babel/helper-optimise-call-expression': 7.22.5
2120
- '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5)
2121
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
2122
- '@babel/helper-split-export-declaration': 7.24.5
2123
- semver: 6.3.1
2124
-
2125
- '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.5)':
2126
- dependencies:
2127
- '@babel/core': 7.24.5
2128
- '@babel/helper-annotate-as-pure': 7.22.5
2129
- regexpu-core: 5.3.2
2130
- semver: 6.3.1
2131
-
2132
- '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.5)':
2133
- dependencies:
2134
- '@babel/core': 7.24.5
2135
- '@babel/helper-compilation-targets': 7.23.6
2136
- '@babel/helper-plugin-utils': 7.24.5
2137
- debug: 4.3.4
2138
- lodash.debounce: 4.0.8
2139
- resolve: 1.22.8
2140
- transitivePeerDependencies:
2141
- - supports-color
2142
-
2143
- '@babel/helper-environment-visitor@7.22.20': {}
2144
-
2145
- '@babel/helper-function-name@7.23.0':
2146
- dependencies:
2147
- '@babel/template': 7.24.0
2148
- '@babel/types': 7.24.5
2149
-
2150
- '@babel/helper-hoist-variables@7.22.5':
2151
- dependencies:
2152
- '@babel/types': 7.24.5
2153
-
2154
- '@babel/helper-member-expression-to-functions@7.24.5':
2155
- dependencies:
2156
- '@babel/types': 7.24.5
2157
-
2158
- '@babel/helper-module-imports@7.24.3':
2159
- dependencies:
2160
- '@babel/types': 7.24.5
2161
-
2162
- '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)':
2163
- dependencies:
2164
- '@babel/core': 7.24.5
2165
- '@babel/helper-environment-visitor': 7.22.20
2166
- '@babel/helper-module-imports': 7.24.3
2167
- '@babel/helper-simple-access': 7.24.5
2168
- '@babel/helper-split-export-declaration': 7.24.5
2169
- '@babel/helper-validator-identifier': 7.24.5
2170
-
2171
- '@babel/helper-optimise-call-expression@7.22.5':
2172
- dependencies:
2173
- '@babel/types': 7.24.5
2174
-
2175
- '@babel/helper-plugin-utils@7.24.5': {}
2176
-
2177
- '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.5)':
2178
- dependencies:
2179
- '@babel/core': 7.24.5
2180
- '@babel/helper-annotate-as-pure': 7.22.5
2181
- '@babel/helper-environment-visitor': 7.22.20
2182
- '@babel/helper-wrap-function': 7.24.5
2183
-
2184
- '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5)':
2185
- dependencies:
2186
- '@babel/core': 7.24.5
2187
- '@babel/helper-environment-visitor': 7.22.20
2188
- '@babel/helper-member-expression-to-functions': 7.24.5
2189
- '@babel/helper-optimise-call-expression': 7.22.5
2190
-
2191
- '@babel/helper-simple-access@7.24.5':
2192
- dependencies:
2193
- '@babel/types': 7.24.5
2194
-
2195
- '@babel/helper-skip-transparent-expression-wrappers@7.22.5':
2196
- dependencies:
2197
- '@babel/types': 7.24.5
2198
-
2199
- '@babel/helper-split-export-declaration@7.24.5':
2200
- dependencies:
2201
- '@babel/types': 7.24.5
2202
-
2203
- '@babel/helper-string-parser@7.24.1': {}
2204
-
2205
- '@babel/helper-validator-identifier@7.24.5': {}
2206
-
2207
- '@babel/helper-validator-option@7.23.5': {}
2208
-
2209
- '@babel/helper-wrap-function@7.24.5':
2210
- dependencies:
2211
- '@babel/helper-function-name': 7.23.0
2212
- '@babel/template': 7.24.0
2213
- '@babel/types': 7.24.5
2214
-
2215
- '@babel/helpers@7.24.5':
2216
- dependencies:
2217
- '@babel/template': 7.24.0
2218
- '@babel/traverse': 7.24.5
2219
- '@babel/types': 7.24.5
2220
- transitivePeerDependencies:
2221
- - supports-color
2222
-
2223
- '@babel/highlight@7.24.5':
2224
- dependencies:
2225
- '@babel/helper-validator-identifier': 7.24.5
2226
- chalk: 2.4.2
2227
- js-tokens: 4.0.0
2228
- picocolors: 1.0.0
2229
-
2230
- '@babel/parser@7.24.5':
2231
- dependencies:
2232
- '@babel/types': 7.24.5
2233
-
2234
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.5(@babel/core@7.24.5)':
2235
- dependencies:
2236
- '@babel/core': 7.24.5
2237
- '@babel/helper-environment-visitor': 7.22.20
2238
- '@babel/helper-plugin-utils': 7.24.5
2239
-
2240
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.5)':
2241
- dependencies:
2242
- '@babel/core': 7.24.5
2243
- '@babel/helper-plugin-utils': 7.24.5
2244
-
2245
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.5)':
2246
- dependencies:
2247
- '@babel/core': 7.24.5
2248
- '@babel/helper-plugin-utils': 7.24.5
2249
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
2250
- '@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.5)
2251
-
2252
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.5)':
2253
- dependencies:
2254
- '@babel/core': 7.24.5
2255
- '@babel/helper-environment-visitor': 7.22.20
2256
- '@babel/helper-plugin-utils': 7.24.5
2257
-
2258
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5)':
2259
- dependencies:
2260
- '@babel/core': 7.24.5
2261
-
2262
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.5)':
2263
- dependencies:
2264
- '@babel/core': 7.24.5
2265
- '@babel/helper-plugin-utils': 7.24.5
2266
-
2267
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.5)':
2268
- dependencies:
2269
- '@babel/core': 7.24.5
2270
- '@babel/helper-plugin-utils': 7.24.5
2271
-
2272
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.5)':
2273
- dependencies:
2274
- '@babel/core': 7.24.5
2275
- '@babel/helper-plugin-utils': 7.24.5
2276
-
2277
- '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.5)':
2278
- dependencies:
2279
- '@babel/core': 7.24.5
2280
- '@babel/helper-plugin-utils': 7.24.5
2281
-
2282
- '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.5)':
2283
- dependencies:
2284
- '@babel/core': 7.24.5
2285
- '@babel/helper-plugin-utils': 7.24.5
2286
-
2287
- '@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.5)':
2288
- dependencies:
2289
- '@babel/core': 7.24.5
2290
- '@babel/helper-plugin-utils': 7.24.5
2291
-
2292
- '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.5)':
2293
- dependencies:
2294
- '@babel/core': 7.24.5
2295
- '@babel/helper-plugin-utils': 7.24.5
2296
-
2297
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.5)':
2298
- dependencies:
2299
- '@babel/core': 7.24.5
2300
- '@babel/helper-plugin-utils': 7.24.5
2301
-
2302
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.5)':
2303
- dependencies:
2304
- '@babel/core': 7.24.5
2305
- '@babel/helper-plugin-utils': 7.24.5
2306
-
2307
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.5)':
2308
- dependencies:
2309
- '@babel/core': 7.24.5
2310
- '@babel/helper-plugin-utils': 7.24.5
2311
-
2312
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.5)':
2313
- dependencies:
2314
- '@babel/core': 7.24.5
2315
- '@babel/helper-plugin-utils': 7.24.5
2316
-
2317
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.5)':
2318
- dependencies:
2319
- '@babel/core': 7.24.5
2320
- '@babel/helper-plugin-utils': 7.24.5
2321
-
2322
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.5)':
2323
- dependencies:
2324
- '@babel/core': 7.24.5
2325
- '@babel/helper-plugin-utils': 7.24.5
2326
-
2327
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.5)':
2328
- dependencies:
2329
- '@babel/core': 7.24.5
2330
- '@babel/helper-plugin-utils': 7.24.5
2331
-
2332
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.5)':
2333
- dependencies:
2334
- '@babel/core': 7.24.5
2335
- '@babel/helper-plugin-utils': 7.24.5
2336
-
2337
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.5)':
2338
- dependencies:
2339
- '@babel/core': 7.24.5
2340
- '@babel/helper-plugin-utils': 7.24.5
2341
-
2342
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.5)':
2343
- dependencies:
2344
- '@babel/core': 7.24.5
2345
- '@babel/helper-plugin-utils': 7.24.5
2346
-
2347
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.5)':
2348
- dependencies:
2349
- '@babel/core': 7.24.5
2350
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
2351
- '@babel/helper-plugin-utils': 7.24.5
2352
-
2353
- '@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.5)':
2354
- dependencies:
2355
- '@babel/core': 7.24.5
2356
- '@babel/helper-plugin-utils': 7.24.5
2357
-
2358
- '@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.5)':
2359
- dependencies:
2360
- '@babel/core': 7.24.5
2361
- '@babel/helper-environment-visitor': 7.22.20
2362
- '@babel/helper-plugin-utils': 7.24.5
2363
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5)
2364
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5)
2365
-
2366
- '@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.5)':
2367
- dependencies:
2368
- '@babel/core': 7.24.5
2369
- '@babel/helper-module-imports': 7.24.3
2370
- '@babel/helper-plugin-utils': 7.24.5
2371
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5)
2372
-
2373
- '@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.5)':
2374
- dependencies:
2375
- '@babel/core': 7.24.5
2376
- '@babel/helper-plugin-utils': 7.24.5
2377
-
2378
- '@babel/plugin-transform-block-scoping@7.24.5(@babel/core@7.24.5)':
2379
- dependencies:
2380
- '@babel/core': 7.24.5
2381
- '@babel/helper-plugin-utils': 7.24.5
2382
-
2383
- '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.5)':
2384
- dependencies:
2385
- '@babel/core': 7.24.5
2386
- '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5)
2387
- '@babel/helper-plugin-utils': 7.24.5
2388
-
2389
- '@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.5)':
2390
- dependencies:
2391
- '@babel/core': 7.24.5
2392
- '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5)
2393
- '@babel/helper-plugin-utils': 7.24.5
2394
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5)
2395
-
2396
- '@babel/plugin-transform-classes@7.24.5(@babel/core@7.24.5)':
2397
- dependencies:
2398
- '@babel/core': 7.24.5
2399
- '@babel/helper-annotate-as-pure': 7.22.5
2400
- '@babel/helper-compilation-targets': 7.23.6
2401
- '@babel/helper-environment-visitor': 7.22.20
2402
- '@babel/helper-function-name': 7.23.0
2403
- '@babel/helper-plugin-utils': 7.24.5
2404
- '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5)
2405
- '@babel/helper-split-export-declaration': 7.24.5
2406
- globals: 11.12.0
2407
-
2408
- '@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.5)':
2409
- dependencies:
2410
- '@babel/core': 7.24.5
2411
- '@babel/helper-plugin-utils': 7.24.5
2412
- '@babel/template': 7.24.0
2413
-
2414
- '@babel/plugin-transform-destructuring@7.24.5(@babel/core@7.24.5)':
2415
- dependencies:
2416
- '@babel/core': 7.24.5
2417
- '@babel/helper-plugin-utils': 7.24.5
2418
-
2419
- '@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.5)':
2420
- dependencies:
2421
- '@babel/core': 7.24.5
2422
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
2423
- '@babel/helper-plugin-utils': 7.24.5
2424
-
2425
- '@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.5)':
2426
- dependencies:
2427
- '@babel/core': 7.24.5
2428
- '@babel/helper-plugin-utils': 7.24.5
2429
-
2430
- '@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.5)':
2431
- dependencies:
2432
- '@babel/core': 7.24.5
2433
- '@babel/helper-plugin-utils': 7.24.5
2434
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5)
2435
-
2436
- '@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.5)':
2437
- dependencies:
2438
- '@babel/core': 7.24.5
2439
- '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
2440
- '@babel/helper-plugin-utils': 7.24.5
2441
-
2442
- '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.5)':
2443
- dependencies:
2444
- '@babel/core': 7.24.5
2445
- '@babel/helper-plugin-utils': 7.24.5
2446
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5)
2447
-
2448
- '@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.5)':
2449
- dependencies:
2450
- '@babel/core': 7.24.5
2451
- '@babel/helper-plugin-utils': 7.24.5
2452
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
2453
-
2454
- '@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.5)':
2455
- dependencies:
2456
- '@babel/core': 7.24.5
2457
- '@babel/helper-compilation-targets': 7.23.6
2458
- '@babel/helper-function-name': 7.23.0
2459
- '@babel/helper-plugin-utils': 7.24.5
2460
-
2461
- '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.5)':
2462
- dependencies:
2463
- '@babel/core': 7.24.5
2464
- '@babel/helper-plugin-utils': 7.24.5
2465
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5)
2466
-
2467
- '@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.5)':
2468
- dependencies:
2469
- '@babel/core': 7.24.5
2470
- '@babel/helper-plugin-utils': 7.24.5
2471
-
2472
- '@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.5)':
2473
- dependencies:
2474
- '@babel/core': 7.24.5
2475
- '@babel/helper-plugin-utils': 7.24.5
2476
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5)
2477
-
2478
- '@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.5)':
2479
- dependencies:
2480
- '@babel/core': 7.24.5
2481
- '@babel/helper-plugin-utils': 7.24.5
2482
-
2483
- '@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.5)':
2484
- dependencies:
2485
- '@babel/core': 7.24.5
2486
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
2487
- '@babel/helper-plugin-utils': 7.24.5
2488
-
2489
- '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.5)':
2490
- dependencies:
2491
- '@babel/core': 7.24.5
2492
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
2493
- '@babel/helper-plugin-utils': 7.24.5
2494
- '@babel/helper-simple-access': 7.24.5
2495
-
2496
- '@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.5)':
2497
- dependencies:
2498
- '@babel/core': 7.24.5
2499
- '@babel/helper-hoist-variables': 7.22.5
2500
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
2501
- '@babel/helper-plugin-utils': 7.24.5
2502
- '@babel/helper-validator-identifier': 7.24.5
2503
-
2504
- '@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.5)':
2505
- dependencies:
2506
- '@babel/core': 7.24.5
2507
- '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
2508
- '@babel/helper-plugin-utils': 7.24.5
2509
-
2510
- '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.5)':
2511
- dependencies:
2512
- '@babel/core': 7.24.5
2513
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
2514
- '@babel/helper-plugin-utils': 7.24.5
2515
-
2516
- '@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.5)':
2517
- dependencies:
2518
- '@babel/core': 7.24.5
2519
- '@babel/helper-plugin-utils': 7.24.5
2520
-
2521
- '@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.5)':
2522
- dependencies:
2523
- '@babel/core': 7.24.5
2524
- '@babel/helper-plugin-utils': 7.24.5
2525
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5)
2526
-
2527
- '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.5)':
2528
- dependencies:
2529
- '@babel/core': 7.24.5
2530
- '@babel/helper-plugin-utils': 7.24.5
2531
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5)
2532
-
2533
- '@babel/plugin-transform-object-rest-spread@7.24.5(@babel/core@7.24.5)':
2534
- dependencies:
2535
- '@babel/core': 7.24.5
2536
- '@babel/helper-compilation-targets': 7.23.6
2537
- '@babel/helper-plugin-utils': 7.24.5
2538
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5)
2539
- '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5)
2540
-
2541
- '@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.5)':
2542
- dependencies:
2543
- '@babel/core': 7.24.5
2544
- '@babel/helper-plugin-utils': 7.24.5
2545
- '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5)
2546
-
2547
- '@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.5)':
2548
- dependencies:
2549
- '@babel/core': 7.24.5
2550
- '@babel/helper-plugin-utils': 7.24.5
2551
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5)
2552
-
2553
- '@babel/plugin-transform-optional-chaining@7.24.5(@babel/core@7.24.5)':
2554
- dependencies:
2555
- '@babel/core': 7.24.5
2556
- '@babel/helper-plugin-utils': 7.24.5
2557
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
2558
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5)
2559
-
2560
- '@babel/plugin-transform-parameters@7.24.5(@babel/core@7.24.5)':
2561
- dependencies:
2562
- '@babel/core': 7.24.5
2563
- '@babel/helper-plugin-utils': 7.24.5
2564
-
2565
- '@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.5)':
2566
- dependencies:
2567
- '@babel/core': 7.24.5
2568
- '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5)
2569
- '@babel/helper-plugin-utils': 7.24.5
2570
-
2571
- '@babel/plugin-transform-private-property-in-object@7.24.5(@babel/core@7.24.5)':
2572
- dependencies:
2573
- '@babel/core': 7.24.5
2574
- '@babel/helper-annotate-as-pure': 7.22.5
2575
- '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5)
2576
- '@babel/helper-plugin-utils': 7.24.5
2577
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5)
2578
-
2579
- '@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.5)':
2580
- dependencies:
2581
- '@babel/core': 7.24.5
2582
- '@babel/helper-plugin-utils': 7.24.5
2583
-
2584
- '@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.5)':
2585
- dependencies:
2586
- '@babel/core': 7.24.5
2587
- '@babel/helper-plugin-utils': 7.24.5
2588
- regenerator-transform: 0.15.2
2589
-
2590
- '@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.5)':
2591
- dependencies:
2592
- '@babel/core': 7.24.5
2593
- '@babel/helper-plugin-utils': 7.24.5
2594
-
2595
- '@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.5)':
2596
- dependencies:
2597
- '@babel/core': 7.24.5
2598
- '@babel/helper-module-imports': 7.24.3
2599
- '@babel/helper-plugin-utils': 7.24.5
2600
- babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.5)
2601
- babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.5)
2602
- babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.5)
2603
- semver: 6.3.1
2604
- transitivePeerDependencies:
2605
- - supports-color
2606
-
2607
- '@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.5)':
2608
- dependencies:
2609
- '@babel/core': 7.24.5
2610
- '@babel/helper-plugin-utils': 7.24.5
2611
-
2612
- '@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.5)':
2613
- dependencies:
2614
- '@babel/core': 7.24.5
2615
- '@babel/helper-plugin-utils': 7.24.5
2616
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
2617
-
2618
- '@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.5)':
2619
- dependencies:
2620
- '@babel/core': 7.24.5
2621
- '@babel/helper-plugin-utils': 7.24.5
2622
-
2623
- '@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.5)':
2624
- dependencies:
2625
- '@babel/core': 7.24.5
2626
- '@babel/helper-plugin-utils': 7.24.5
2627
-
2628
- '@babel/plugin-transform-typeof-symbol@7.24.5(@babel/core@7.24.5)':
2629
- dependencies:
2630
- '@babel/core': 7.24.5
2631
- '@babel/helper-plugin-utils': 7.24.5
2632
-
2633
- '@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.5)':
2634
- dependencies:
2635
- '@babel/core': 7.24.5
2636
- '@babel/helper-plugin-utils': 7.24.5
2637
-
2638
- '@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.5)':
2639
- dependencies:
2640
- '@babel/core': 7.24.5
2641
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
2642
- '@babel/helper-plugin-utils': 7.24.5
2643
-
2644
- '@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.5)':
2645
- dependencies:
2646
- '@babel/core': 7.24.5
2647
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
2648
- '@babel/helper-plugin-utils': 7.24.5
2649
-
2650
- '@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.5)':
2651
- dependencies:
2652
- '@babel/core': 7.24.5
2653
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5)
2654
- '@babel/helper-plugin-utils': 7.24.5
2655
-
2656
- '@babel/preset-env@7.24.5(@babel/core@7.24.5)':
2657
- dependencies:
2658
- '@babel/compat-data': 7.24.4
2659
- '@babel/core': 7.24.5
2660
- '@babel/helper-compilation-targets': 7.23.6
2661
- '@babel/helper-plugin-utils': 7.24.5
2662
- '@babel/helper-validator-option': 7.23.5
2663
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.5(@babel/core@7.24.5)
2664
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.5)
2665
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.5)
2666
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.5)
2667
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5)
2668
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5)
2669
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.5)
2670
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5)
2671
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5)
2672
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5)
2673
- '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.5)
2674
- '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.5)
2675
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5)
2676
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5)
2677
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5)
2678
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5)
2679
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5)
2680
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5)
2681
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5)
2682
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5)
2683
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5)
2684
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.5)
2685
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.5)
2686
- '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.5)
2687
- '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.5)
2688
- '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.5)
2689
- '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.5)
2690
- '@babel/plugin-transform-block-scoping': 7.24.5(@babel/core@7.24.5)
2691
- '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5)
2692
- '@babel/plugin-transform-class-static-block': 7.24.4(@babel/core@7.24.5)
2693
- '@babel/plugin-transform-classes': 7.24.5(@babel/core@7.24.5)
2694
- '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.5)
2695
- '@babel/plugin-transform-destructuring': 7.24.5(@babel/core@7.24.5)
2696
- '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.5)
2697
- '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.5)
2698
- '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.5)
2699
- '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.24.5)
2700
- '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.5)
2701
- '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.5)
2702
- '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.5)
2703
- '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.5)
2704
- '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.5)
2705
- '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.24.5)
2706
- '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.5)
2707
- '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.24.5)
2708
- '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5)
2709
- '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.24.5)
2710
- '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.24.5)
2711
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.5)
2712
- '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.5)
2713
- '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.5)
2714
- '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.5)
2715
- '@babel/plugin-transform-object-rest-spread': 7.24.5(@babel/core@7.24.5)
2716
- '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.5)
2717
- '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.5)
2718
- '@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.5)
2719
- '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5)
2720
- '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.5)
2721
- '@babel/plugin-transform-private-property-in-object': 7.24.5(@babel/core@7.24.5)
2722
- '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.5)
2723
- '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.5)
2724
- '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.5)
2725
- '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.5)
2726
- '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.5)
2727
- '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.5)
2728
- '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.5)
2729
- '@babel/plugin-transform-typeof-symbol': 7.24.5(@babel/core@7.24.5)
2730
- '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.5)
2731
- '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.5)
2732
- '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.5)
2733
- '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.24.5)
2734
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.5)
2735
- babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.5)
2736
- babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.5)
2737
- babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.5)
2738
- core-js-compat: 3.37.0
2739
- semver: 6.3.1
2740
- transitivePeerDependencies:
2741
- - supports-color
2742
-
2743
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.5)':
2744
- dependencies:
2745
- '@babel/core': 7.24.5
2746
- '@babel/helper-plugin-utils': 7.24.5
2747
- '@babel/types': 7.24.5
2748
- esutils: 2.0.3
2749
-
2750
- '@babel/regjsgen@0.8.0': {}
2751
-
2752
- '@babel/runtime@7.24.5':
2753
- dependencies:
2754
- regenerator-runtime: 0.14.1
2755
-
2756
- '@babel/template@7.24.0':
2757
- dependencies:
2758
- '@babel/code-frame': 7.24.2
2759
- '@babel/parser': 7.24.5
2760
- '@babel/types': 7.24.5
2761
-
2762
- '@babel/traverse@7.24.5':
2763
- dependencies:
2764
- '@babel/code-frame': 7.24.2
2765
- '@babel/generator': 7.24.5
2766
- '@babel/helper-environment-visitor': 7.22.20
2767
- '@babel/helper-function-name': 7.23.0
2768
- '@babel/helper-hoist-variables': 7.22.5
2769
- '@babel/helper-split-export-declaration': 7.24.5
2770
- '@babel/parser': 7.24.5
2771
- '@babel/types': 7.24.5
2772
- debug: 4.3.4
2773
- globals: 11.12.0
2774
- transitivePeerDependencies:
2775
- - supports-color
2776
-
2777
- '@babel/types@7.24.5':
2778
- dependencies:
2779
- '@babel/helper-string-parser': 7.24.1
2780
- '@babel/helper-validator-identifier': 7.24.5
2781
- to-fast-properties: 2.0.0
2782
-
2783
- '@discoveryjs/json-ext@0.5.7': {}
2784
-
2785
- '@jridgewell/gen-mapping@0.3.5':
2786
- dependencies:
2787
- '@jridgewell/set-array': 1.2.1
2788
- '@jridgewell/sourcemap-codec': 1.4.15
2789
- '@jridgewell/trace-mapping': 0.3.25
2790
-
2791
- '@jridgewell/resolve-uri@3.1.2': {}
2792
-
2793
- '@jridgewell/set-array@1.2.1': {}
2794
-
2795
- '@jridgewell/source-map@0.3.6':
2796
- dependencies:
2797
- '@jridgewell/gen-mapping': 0.3.5
2798
- '@jridgewell/trace-mapping': 0.3.25
2799
-
2800
- '@jridgewell/sourcemap-codec@1.4.15': {}
2801
-
2802
- '@jridgewell/trace-mapping@0.3.25':
2803
- dependencies:
2804
- '@jridgewell/resolve-uri': 3.1.2
2805
- '@jridgewell/sourcemap-codec': 1.4.15
2806
-
2807
- '@leichtgewicht/ip-codec@2.0.5': {}
2808
-
2809
- '@types/body-parser@1.19.5':
2810
- dependencies:
2811
- '@types/connect': 3.4.38
2812
- '@types/node': 20.12.11
2813
-
2814
- '@types/bonjour@3.5.13':
2815
- dependencies:
2816
- '@types/node': 20.12.11
2817
-
2818
- '@types/connect-history-api-fallback@1.5.4':
2819
- dependencies:
2820
- '@types/express-serve-static-core': 4.19.0
2821
- '@types/node': 20.12.11
2822
-
2823
- '@types/connect@3.4.38':
2824
- dependencies:
2825
- '@types/node': 20.12.11
2826
-
2827
- '@types/eslint-scope@3.7.7':
2828
- dependencies:
2829
- '@types/eslint': 8.56.10
2830
- '@types/estree': 1.0.5
2831
-
2832
- '@types/eslint@8.56.10':
2833
- dependencies:
2834
- '@types/estree': 1.0.5
2835
- '@types/json-schema': 7.0.15
2836
-
2837
- '@types/estree@1.0.5': {}
2838
-
2839
- '@types/express-serve-static-core@4.19.0':
2840
- dependencies:
2841
- '@types/node': 20.12.11
2842
- '@types/qs': 6.9.15
2843
- '@types/range-parser': 1.2.7
2844
- '@types/send': 0.17.4
2845
-
2846
- '@types/express@4.17.21':
2847
- dependencies:
2848
- '@types/body-parser': 1.19.5
2849
- '@types/express-serve-static-core': 4.19.0
2850
- '@types/qs': 6.9.15
2851
- '@types/serve-static': 1.15.7
2852
-
2853
- '@types/http-errors@2.0.4': {}
2854
-
2855
- '@types/http-proxy@1.17.14':
2856
- dependencies:
2857
- '@types/node': 20.12.11
2858
-
2859
- '@types/json-schema@7.0.15': {}
2860
-
2861
- '@types/mime@1.3.5': {}
2862
-
2863
- '@types/node-forge@1.3.11':
2864
- dependencies:
2865
- '@types/node': 20.12.11
2866
-
2867
- '@types/node@20.12.11':
2868
- dependencies:
2869
- undici-types: 5.26.5
2870
-
2871
- '@types/qs@6.9.15': {}
2872
-
2873
- '@types/range-parser@1.2.7': {}
2874
-
2875
- '@types/retry@0.12.0': {}
2876
-
2877
- '@types/send@0.17.4':
2878
- dependencies:
2879
- '@types/mime': 1.3.5
2880
- '@types/node': 20.12.11
2881
-
2882
- '@types/serve-index@1.9.4':
2883
- dependencies:
2884
- '@types/express': 4.17.21
2885
-
2886
- '@types/serve-static@1.15.7':
2887
- dependencies:
2888
- '@types/http-errors': 2.0.4
2889
- '@types/node': 20.12.11
2890
- '@types/send': 0.17.4
2891
-
2892
- '@types/sockjs@0.3.36':
2893
- dependencies:
2894
- '@types/node': 20.12.11
2895
-
2896
- '@types/ws@8.5.10':
2897
- dependencies:
2898
- '@types/node': 20.12.11
2899
-
2900
- '@webassemblyjs/ast@1.12.1':
2901
- dependencies:
2902
- '@webassemblyjs/helper-numbers': 1.11.6
2903
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2904
-
2905
- '@webassemblyjs/floating-point-hex-parser@1.11.6': {}
2906
-
2907
- '@webassemblyjs/helper-api-error@1.11.6': {}
2908
-
2909
- '@webassemblyjs/helper-buffer@1.12.1': {}
2910
-
2911
- '@webassemblyjs/helper-numbers@1.11.6':
2912
- dependencies:
2913
- '@webassemblyjs/floating-point-hex-parser': 1.11.6
2914
- '@webassemblyjs/helper-api-error': 1.11.6
2915
- '@xtuc/long': 4.2.2
2916
-
2917
- '@webassemblyjs/helper-wasm-bytecode@1.11.6': {}
2918
-
2919
- '@webassemblyjs/helper-wasm-section@1.12.1':
2920
- dependencies:
2921
- '@webassemblyjs/ast': 1.12.1
2922
- '@webassemblyjs/helper-buffer': 1.12.1
2923
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2924
- '@webassemblyjs/wasm-gen': 1.12.1
2925
-
2926
- '@webassemblyjs/ieee754@1.11.6':
2927
- dependencies:
2928
- '@xtuc/ieee754': 1.2.0
2929
-
2930
- '@webassemblyjs/leb128@1.11.6':
2931
- dependencies:
2932
- '@xtuc/long': 4.2.2
2933
-
2934
- '@webassemblyjs/utf8@1.11.6': {}
2935
-
2936
- '@webassemblyjs/wasm-edit@1.12.1':
2937
- dependencies:
2938
- '@webassemblyjs/ast': 1.12.1
2939
- '@webassemblyjs/helper-buffer': 1.12.1
2940
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2941
- '@webassemblyjs/helper-wasm-section': 1.12.1
2942
- '@webassemblyjs/wasm-gen': 1.12.1
2943
- '@webassemblyjs/wasm-opt': 1.12.1
2944
- '@webassemblyjs/wasm-parser': 1.12.1
2945
- '@webassemblyjs/wast-printer': 1.12.1
2946
-
2947
- '@webassemblyjs/wasm-gen@1.12.1':
2948
- dependencies:
2949
- '@webassemblyjs/ast': 1.12.1
2950
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2951
- '@webassemblyjs/ieee754': 1.11.6
2952
- '@webassemblyjs/leb128': 1.11.6
2953
- '@webassemblyjs/utf8': 1.11.6
2954
-
2955
- '@webassemblyjs/wasm-opt@1.12.1':
2956
- dependencies:
2957
- '@webassemblyjs/ast': 1.12.1
2958
- '@webassemblyjs/helper-buffer': 1.12.1
2959
- '@webassemblyjs/wasm-gen': 1.12.1
2960
- '@webassemblyjs/wasm-parser': 1.12.1
2961
-
2962
- '@webassemblyjs/wasm-parser@1.12.1':
2963
- dependencies:
2964
- '@webassemblyjs/ast': 1.12.1
2965
- '@webassemblyjs/helper-api-error': 1.11.6
2966
- '@webassemblyjs/helper-wasm-bytecode': 1.11.6
2967
- '@webassemblyjs/ieee754': 1.11.6
2968
- '@webassemblyjs/leb128': 1.11.6
2969
- '@webassemblyjs/utf8': 1.11.6
2970
-
2971
- '@webassemblyjs/wast-printer@1.12.1':
2972
- dependencies:
2973
- '@webassemblyjs/ast': 1.12.1
2974
- '@xtuc/long': 4.2.2
2975
-
2976
- '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))':
2977
- dependencies:
2978
- webpack: 5.91.0(webpack-cli@5.1.4)
2979
- webpack-cli: 5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0)
2980
-
2981
- '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))':
2982
- dependencies:
2983
- webpack: 5.91.0(webpack-cli@5.1.4)
2984
- webpack-cli: 5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0)
2985
-
2986
- '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0))(webpack-dev-server@4.15.2(webpack-cli@5.1.4)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))':
2987
- dependencies:
2988
- webpack: 5.91.0(webpack-cli@5.1.4)
2989
- webpack-cli: 5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0)
2990
- optionalDependencies:
2991
- webpack-dev-server: 4.15.2(webpack-cli@5.1.4)(webpack@5.91.0)
2992
-
2993
- '@xtuc/ieee754@1.2.0': {}
2994
-
2995
- '@xtuc/long@4.2.2': {}
2996
-
2997
- accepts@1.3.8:
2998
- dependencies:
2999
- mime-types: 2.1.35
3000
- negotiator: 0.6.3
3001
-
3002
- acorn-import-assertions@1.9.0(acorn@8.11.3):
3003
- dependencies:
3004
- acorn: 8.11.3
3005
-
3006
- acorn@8.11.3: {}
3007
-
3008
- ajv-formats@2.1.1(ajv@8.13.0):
3009
- optionalDependencies:
3010
- ajv: 8.13.0
3011
-
3012
- ajv-keywords@3.5.2(ajv@6.12.6):
3013
- dependencies:
3014
- ajv: 6.12.6
3015
-
3016
- ajv-keywords@5.1.0(ajv@8.13.0):
3017
- dependencies:
3018
- ajv: 8.13.0
3019
- fast-deep-equal: 3.1.3
3020
-
3021
- ajv@6.12.6:
3022
- dependencies:
3023
- fast-deep-equal: 3.1.3
3024
- fast-json-stable-stringify: 2.1.0
3025
- json-schema-traverse: 0.4.1
3026
- uri-js: 4.4.1
3027
-
3028
- ajv@8.13.0:
3029
- dependencies:
3030
- fast-deep-equal: 3.1.3
3031
- json-schema-traverse: 1.0.0
3032
- require-from-string: 2.0.2
3033
- uri-js: 4.4.1
3034
-
3035
- ansi-html-community@0.0.8: {}
3036
-
3037
- ansi-styles@3.2.1:
3038
- dependencies:
3039
- color-convert: 1.9.3
3040
-
3041
- ansi-styles@4.3.0:
3042
- dependencies:
3043
- color-convert: 2.0.1
3044
-
3045
- anymatch@3.1.3:
3046
- dependencies:
3047
- normalize-path: 3.0.0
3048
- picomatch: 2.3.1
3049
-
3050
- argparse@2.0.1: {}
3051
-
3052
- array-flatten@1.1.1: {}
3053
-
3054
- babel-loader@9.1.3(@babel/core@7.24.5)(webpack@5.91.0(webpack-cli@5.1.4)):
3055
- dependencies:
3056
- '@babel/core': 7.24.5
3057
- find-cache-dir: 4.0.0
3058
- schema-utils: 4.2.0
3059
- webpack: 5.91.0(webpack-cli@5.1.4)
3060
-
3061
- babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.5):
3062
- dependencies:
3063
- '@babel/compat-data': 7.24.4
3064
- '@babel/core': 7.24.5
3065
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
3066
- semver: 6.3.1
3067
- transitivePeerDependencies:
3068
- - supports-color
3069
-
3070
- babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.5):
3071
- dependencies:
3072
- '@babel/core': 7.24.5
3073
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
3074
- core-js-compat: 3.37.0
3075
- transitivePeerDependencies:
3076
- - supports-color
3077
-
3078
- babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.5):
3079
- dependencies:
3080
- '@babel/core': 7.24.5
3081
- '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5)
3082
- transitivePeerDependencies:
3083
- - supports-color
3084
-
3085
- balanced-match@1.0.2: {}
3086
-
3087
- batch@0.6.1: {}
3088
-
3089
- binary-extensions@2.3.0: {}
3090
-
3091
- body-parser@1.20.2:
3092
- dependencies:
3093
- bytes: 3.1.2
3094
- content-type: 1.0.5
3095
- debug: 2.6.9
3096
- depd: 2.0.0
3097
- destroy: 1.2.0
3098
- http-errors: 2.0.0
3099
- iconv-lite: 0.4.24
3100
- on-finished: 2.4.1
3101
- qs: 6.11.0
3102
- raw-body: 2.5.2
3103
- type-is: 1.6.18
3104
- unpipe: 1.0.0
3105
- transitivePeerDependencies:
3106
- - supports-color
3107
-
3108
- bonjour-service@1.2.1:
3109
- dependencies:
3110
- fast-deep-equal: 3.1.3
3111
- multicast-dns: 7.2.5
3112
-
3113
- brace-expansion@1.1.11:
3114
- dependencies:
3115
- balanced-match: 1.0.2
3116
- concat-map: 0.0.1
3117
-
3118
- braces@3.0.2:
3119
- dependencies:
3120
- fill-range: 7.0.1
3121
-
3122
- browserslist@4.23.0:
3123
- dependencies:
3124
- caniuse-lite: 1.0.30001617
3125
- electron-to-chromium: 1.4.762
3126
- node-releases: 2.0.14
3127
- update-browserslist-db: 1.0.15(browserslist@4.23.0)
3128
-
3129
- buffer-from@1.1.2: {}
3130
-
3131
- bytes@3.0.0: {}
3132
-
3133
- bytes@3.1.2: {}
3134
-
3135
- call-bind@1.0.7:
3136
- dependencies:
3137
- es-define-property: 1.0.0
3138
- es-errors: 1.3.0
3139
- function-bind: 1.1.2
3140
- get-intrinsic: 1.2.4
3141
- set-function-length: 1.2.2
3142
-
3143
- caniuse-lite@1.0.30001617: {}
3144
-
3145
- chalk@2.4.2:
3146
- dependencies:
3147
- ansi-styles: 3.2.1
3148
- escape-string-regexp: 1.0.5
3149
- supports-color: 5.5.0
3150
-
3151
- chalk@4.1.2:
3152
- dependencies:
3153
- ansi-styles: 4.3.0
3154
- supports-color: 7.2.0
3155
-
3156
- chokidar@3.6.0:
3157
- dependencies:
3158
- anymatch: 3.1.3
3159
- braces: 3.0.2
3160
- glob-parent: 5.1.2
3161
- is-binary-path: 2.1.0
3162
- is-glob: 4.0.3
3163
- normalize-path: 3.0.0
3164
- readdirp: 3.6.0
3165
- optionalDependencies:
3166
- fsevents: 2.3.3
3167
-
3168
- chrome-trace-event@1.0.3: {}
3169
-
3170
- clone-deep@4.0.1:
3171
- dependencies:
3172
- is-plain-object: 2.0.4
3173
- kind-of: 6.0.3
3174
- shallow-clone: 3.0.1
3175
-
3176
- color-convert@1.9.3:
3177
- dependencies:
3178
- color-name: 1.1.3
3179
-
3180
- color-convert@2.0.1:
3181
- dependencies:
3182
- color-name: 1.1.4
3183
-
3184
- color-name@1.1.3: {}
3185
-
3186
- color-name@1.1.4: {}
3187
-
3188
- colorette@2.0.20: {}
3189
-
3190
- commander@10.0.1: {}
3191
-
3192
- commander@2.20.3: {}
3193
-
3194
- common-path-prefix@3.0.0: {}
3195
-
3196
- compressible@2.0.18:
3197
- dependencies:
3198
- mime-db: 1.52.0
3199
-
3200
- compression-webpack-plugin@10.0.0(webpack@5.91.0(webpack-cli@5.1.4)):
3201
- dependencies:
3202
- schema-utils: 4.2.0
3203
- serialize-javascript: 6.0.2
3204
- webpack: 5.91.0(webpack-cli@5.1.4)
3205
-
3206
- compression@1.7.4:
3207
- dependencies:
3208
- accepts: 1.3.8
3209
- bytes: 3.0.0
3210
- compressible: 2.0.18
3211
- debug: 2.6.9
3212
- on-headers: 1.0.2
3213
- safe-buffer: 5.1.2
3214
- vary: 1.1.2
3215
- transitivePeerDependencies:
3216
- - supports-color
3217
-
3218
- concat-map@0.0.1: {}
3219
-
3220
- connect-history-api-fallback@2.0.0: {}
3221
-
3222
- content-disposition@0.5.4:
3223
- dependencies:
3224
- safe-buffer: 5.2.1
3225
-
3226
- content-type@1.0.5: {}
3227
-
3228
- convert-source-map@2.0.0: {}
3229
-
3230
- cookie-signature@1.0.6: {}
3231
-
3232
- cookie@0.6.0: {}
3233
-
3234
- core-js-compat@3.37.0:
3235
- dependencies:
3236
- browserslist: 4.23.0
3237
-
3238
- core-util-is@1.0.3: {}
3239
-
3240
- cross-spawn@7.0.3:
3241
- dependencies:
3242
- path-key: 3.1.1
3243
- shebang-command: 2.0.0
3244
- which: 2.0.2
3245
-
3246
- debug@2.6.9:
3247
- dependencies:
3248
- ms: 2.0.0
3249
-
3250
- debug@4.3.4:
3251
- dependencies:
3252
- ms: 2.1.2
3253
-
3254
- deepmerge@4.3.1: {}
3255
-
3256
- default-gateway@6.0.3:
3257
- dependencies:
3258
- execa: 5.1.1
3259
-
3260
- define-data-property@1.1.4:
3261
- dependencies:
3262
- es-define-property: 1.0.0
3263
- es-errors: 1.3.0
3264
- gopd: 1.0.1
3265
-
3266
- define-lazy-prop@2.0.0: {}
3267
-
3268
- depd@1.1.2: {}
3269
-
3270
- depd@2.0.0: {}
3271
-
3272
- destroy@1.2.0: {}
3273
-
3274
- detect-node@2.1.0: {}
3275
-
3276
- dns-packet@5.6.1:
3277
- dependencies:
3278
- '@leichtgewicht/ip-codec': 2.0.5
3279
-
3280
- ee-first@1.1.1: {}
3281
-
3282
- electron-to-chromium@1.4.762: {}
3283
-
3284
- encodeurl@1.0.2: {}
3285
-
3286
- enhanced-resolve@5.16.1:
3287
- dependencies:
3288
- graceful-fs: 4.2.11
3289
- tapable: 2.2.1
3290
-
3291
- envinfo@7.13.0: {}
3292
-
3293
- es-define-property@1.0.0:
3294
- dependencies:
3295
- get-intrinsic: 1.2.4
3296
-
3297
- es-errors@1.3.0: {}
3298
-
3299
- es-module-lexer@1.5.2: {}
3300
-
3301
- escalade@3.1.2: {}
3302
-
3303
- escape-html@1.0.3: {}
3304
-
3305
- escape-string-regexp@1.0.5: {}
3306
-
3307
- eslint-scope@5.1.1:
3308
- dependencies:
3309
- esrecurse: 4.3.0
3310
- estraverse: 4.3.0
3311
-
3312
- esrecurse@4.3.0:
3313
- dependencies:
3314
- estraverse: 5.3.0
3315
-
3316
- estraverse@4.3.0: {}
3317
-
3318
- estraverse@5.3.0: {}
3319
-
3320
- esutils@2.0.3: {}
3321
-
3322
- etag@1.8.1: {}
3323
-
3324
- eventemitter3@4.0.7: {}
3325
-
3326
- events@3.3.0: {}
3327
-
3328
- execa@5.1.1:
3329
- dependencies:
3330
- cross-spawn: 7.0.3
3331
- get-stream: 6.0.1
3332
- human-signals: 2.1.0
3333
- is-stream: 2.0.1
3334
- merge-stream: 2.0.0
3335
- npm-run-path: 4.0.1
3336
- onetime: 5.1.2
3337
- signal-exit: 3.0.7
3338
- strip-final-newline: 2.0.0
3339
-
3340
- express@4.19.2:
3341
- dependencies:
3342
- accepts: 1.3.8
3343
- array-flatten: 1.1.1
3344
- body-parser: 1.20.2
3345
- content-disposition: 0.5.4
3346
- content-type: 1.0.5
3347
- cookie: 0.6.0
3348
- cookie-signature: 1.0.6
3349
- debug: 2.6.9
3350
- depd: 2.0.0
3351
- encodeurl: 1.0.2
3352
- escape-html: 1.0.3
3353
- etag: 1.8.1
3354
- finalhandler: 1.2.0
3355
- fresh: 0.5.2
3356
- http-errors: 2.0.0
3357
- merge-descriptors: 1.0.1
3358
- methods: 1.1.2
3359
- on-finished: 2.4.1
3360
- parseurl: 1.3.3
3361
- path-to-regexp: 0.1.7
3362
- proxy-addr: 2.0.7
3363
- qs: 6.11.0
3364
- range-parser: 1.2.1
3365
- safe-buffer: 5.2.1
3366
- send: 0.18.0
3367
- serve-static: 1.15.0
3368
- setprototypeof: 1.2.0
3369
- statuses: 2.0.1
3370
- type-is: 1.6.18
3371
- utils-merge: 1.0.1
3372
- vary: 1.1.2
3373
- transitivePeerDependencies:
3374
- - supports-color
3375
-
3376
- fast-deep-equal@3.1.3: {}
3377
-
3378
- fast-json-stable-stringify@2.1.0: {}
3379
-
3380
- fastest-levenshtein@1.0.16: {}
3381
-
3382
- faye-websocket@0.11.4:
3383
- dependencies:
3384
- websocket-driver: 0.7.4
3385
-
3386
- fill-range@7.0.1:
3387
- dependencies:
3388
- to-regex-range: 5.0.1
3389
-
3390
- finalhandler@1.2.0:
3391
- dependencies:
3392
- debug: 2.6.9
3393
- encodeurl: 1.0.2
3394
- escape-html: 1.0.3
3395
- on-finished: 2.4.1
3396
- parseurl: 1.3.3
3397
- statuses: 2.0.1
3398
- unpipe: 1.0.0
3399
- transitivePeerDependencies:
3400
- - supports-color
3401
-
3402
- find-cache-dir@4.0.0:
3403
- dependencies:
3404
- common-path-prefix: 3.0.0
3405
- pkg-dir: 7.0.0
3406
-
3407
- find-up@4.1.0:
3408
- dependencies:
3409
- locate-path: 5.0.0
3410
- path-exists: 4.0.0
3411
-
3412
- find-up@6.3.0:
3413
- dependencies:
3414
- locate-path: 7.2.0
3415
- path-exists: 5.0.0
3416
-
3417
- flat@5.0.2: {}
3418
-
3419
- follow-redirects@1.15.6: {}
3420
-
3421
- forwarded@0.2.0: {}
3422
-
3423
- fresh@0.5.2: {}
3424
-
3425
- fs-monkey@1.0.6: {}
3426
-
3427
- fs.realpath@1.0.0: {}
3428
-
3429
- fsevents@2.3.3:
3430
- optional: true
3431
-
3432
- function-bind@1.1.2: {}
3433
-
3434
- gensync@1.0.0-beta.2: {}
3435
-
3436
- get-intrinsic@1.2.4:
3437
- dependencies:
3438
- es-errors: 1.3.0
3439
- function-bind: 1.1.2
3440
- has-proto: 1.0.3
3441
- has-symbols: 1.0.3
3442
- hasown: 2.0.2
3443
-
3444
- get-stream@6.0.1: {}
3445
-
3446
- glob-parent@5.1.2:
3447
- dependencies:
3448
- is-glob: 4.0.3
3449
-
3450
- glob-to-regexp@0.4.1: {}
3451
-
3452
- glob@7.2.3:
3453
- dependencies:
3454
- fs.realpath: 1.0.0
3455
- inflight: 1.0.6
3456
- inherits: 2.0.4
3457
- minimatch: 3.1.2
3458
- once: 1.4.0
3459
- path-is-absolute: 1.0.1
3460
-
3461
- globals@11.12.0: {}
3462
-
3463
- gopd@1.0.1:
3464
- dependencies:
3465
- get-intrinsic: 1.2.4
3466
-
3467
- graceful-fs@4.2.11: {}
3468
-
3469
- handle-thing@2.0.1: {}
3470
-
3471
- has-flag@3.0.0: {}
3472
-
3473
- has-flag@4.0.0: {}
3474
-
3475
- has-property-descriptors@1.0.2:
3476
- dependencies:
3477
- es-define-property: 1.0.0
3478
-
3479
- has-proto@1.0.3: {}
3480
-
3481
- has-symbols@1.0.3: {}
3482
-
3483
- hasown@2.0.2:
3484
- dependencies:
3485
- function-bind: 1.1.2
3486
-
3487
- hpack.js@2.1.6:
3488
- dependencies:
3489
- inherits: 2.0.4
3490
- obuf: 1.1.2
3491
- readable-stream: 2.3.8
3492
- wbuf: 1.7.3
3493
-
3494
- html-entities@2.5.2: {}
3495
-
3496
- http-deceiver@1.2.7: {}
3497
-
3498
- http-errors@1.6.3:
3499
- dependencies:
3500
- depd: 1.1.2
3501
- inherits: 2.0.3
3502
- setprototypeof: 1.1.0
3503
- statuses: 1.5.0
3504
-
3505
- http-errors@2.0.0:
3506
- dependencies:
3507
- depd: 2.0.0
3508
- inherits: 2.0.4
3509
- setprototypeof: 1.2.0
3510
- statuses: 2.0.1
3511
- toidentifier: 1.0.1
3512
-
3513
- http-parser-js@0.5.8: {}
3514
-
3515
- http-proxy-middleware@2.0.6(@types/express@4.17.21):
3516
- dependencies:
3517
- '@types/http-proxy': 1.17.14
3518
- http-proxy: 1.18.1
3519
- is-glob: 4.0.3
3520
- is-plain-obj: 3.0.0
3521
- micromatch: 4.0.5
3522
- optionalDependencies:
3523
- '@types/express': 4.17.21
3524
- transitivePeerDependencies:
3525
- - debug
3526
-
3527
- http-proxy@1.18.1:
3528
- dependencies:
3529
- eventemitter3: 4.0.7
3530
- follow-redirects: 1.15.6
3531
- requires-port: 1.0.0
3532
- transitivePeerDependencies:
3533
- - debug
3534
-
3535
- human-signals@2.1.0: {}
3536
-
3537
- iconv-lite@0.4.24:
3538
- dependencies:
3539
- safer-buffer: 2.1.2
3540
-
3541
- import-local@3.1.0:
3542
- dependencies:
3543
- pkg-dir: 4.2.0
3544
- resolve-cwd: 3.0.0
3545
-
3546
- inflight@1.0.6:
3547
- dependencies:
3548
- once: 1.4.0
3549
- wrappy: 1.0.2
3550
-
3551
- inherits@2.0.3: {}
3552
-
3553
- inherits@2.0.4: {}
3554
-
3555
- interpret@3.1.1: {}
3556
-
3557
- ipaddr.js@1.9.1: {}
3558
-
3559
- ipaddr.js@2.2.0: {}
3560
-
3561
- is-binary-path@2.1.0:
3562
- dependencies:
3563
- binary-extensions: 2.3.0
3564
-
3565
- is-core-module@2.13.1:
3566
- dependencies:
3567
- hasown: 2.0.2
3568
-
3569
- is-docker@2.2.1: {}
3570
-
3571
- is-extglob@2.1.1: {}
3572
-
3573
- is-glob@4.0.3:
3574
- dependencies:
3575
- is-extglob: 2.1.1
3576
-
3577
- is-number@7.0.0: {}
3578
-
3579
- is-plain-obj@3.0.0: {}
3580
-
3581
- is-plain-object@2.0.4:
3582
- dependencies:
3583
- isobject: 3.0.1
3584
-
3585
- is-stream@2.0.1: {}
3586
-
3587
- is-wsl@2.2.0:
3588
- dependencies:
3589
- is-docker: 2.2.1
3590
-
3591
- isarray@1.0.0: {}
3592
-
3593
- isexe@2.0.0: {}
3594
-
3595
- isobject@3.0.1: {}
3596
-
3597
- jest-worker@27.5.1:
3598
- dependencies:
3599
- '@types/node': 20.12.11
3600
- merge-stream: 2.0.0
3601
- supports-color: 8.1.1
3602
-
3603
- js-tokens@4.0.0: {}
3604
-
3605
- js-yaml@4.1.0:
3606
- dependencies:
3607
- argparse: 2.0.1
3608
-
3609
- jsesc@0.5.0: {}
3610
-
3611
- jsesc@2.5.2: {}
3612
-
3613
- json-parse-even-better-errors@2.3.1: {}
3614
-
3615
- json-schema-traverse@0.4.1: {}
3616
-
3617
- json-schema-traverse@1.0.0: {}
3618
-
3619
- json5@2.2.3: {}
3620
-
3621
- kind-of@6.0.3: {}
3622
-
3623
- launch-editor@2.6.1:
3624
- dependencies:
3625
- picocolors: 1.0.0
3626
- shell-quote: 1.8.1
3627
-
3628
- loader-runner@4.3.0: {}
3629
-
3630
- locate-path@5.0.0:
3631
- dependencies:
3632
- p-locate: 4.1.0
3633
-
3634
- locate-path@7.2.0:
3635
- dependencies:
3636
- p-locate: 6.0.0
3637
-
3638
- lockfile@1.0.4:
3639
- dependencies:
3640
- signal-exit: 3.0.7
3641
-
3642
- lodash.debounce@4.0.8: {}
3643
-
3644
- lodash.get@4.4.2: {}
3645
-
3646
- lodash.has@4.5.2: {}
3647
-
3648
- lru-cache@5.1.1:
3649
- dependencies:
3650
- yallist: 3.1.1
3651
-
3652
- media-typer@0.3.0: {}
3653
-
3654
- memfs@3.5.3:
3655
- dependencies:
3656
- fs-monkey: 1.0.6
3657
-
3658
- merge-descriptors@1.0.1: {}
3659
-
3660
- merge-stream@2.0.0: {}
3661
-
3662
- methods@1.1.2: {}
3663
-
3664
- micromatch@4.0.5:
3665
- dependencies:
3666
- braces: 3.0.2
3667
- picomatch: 2.3.1
3668
-
3669
- mime-db@1.52.0: {}
3670
-
3671
- mime-types@2.1.35:
3672
- dependencies:
3673
- mime-db: 1.52.0
3674
-
3675
- mime@1.6.0: {}
3676
-
3677
- mimic-fn@2.1.0: {}
3678
-
3679
- minimalistic-assert@1.0.1: {}
3680
-
3681
- minimatch@3.1.2:
3682
- dependencies:
3683
- brace-expansion: 1.1.11
3684
-
3685
- ms@2.0.0: {}
3686
-
3687
- ms@2.1.2: {}
3688
-
3689
- ms@2.1.3: {}
3690
-
3691
- multicast-dns@7.2.5:
3692
- dependencies:
3693
- dns-packet: 5.6.1
3694
- thunky: 1.1.0
3695
-
3696
- negotiator@0.6.3: {}
3697
-
3698
- neo-async@2.6.2: {}
3699
-
3700
- node-forge@1.3.1: {}
3701
-
3702
- node-releases@2.0.14: {}
3703
-
3704
- normalize-path@3.0.0: {}
3705
-
3706
- npm-run-path@4.0.1:
3707
- dependencies:
3708
- path-key: 3.1.1
3709
-
3710
- object-inspect@1.13.1: {}
3711
-
3712
- obuf@1.1.2: {}
3713
-
3714
- on-finished@2.4.1:
3715
- dependencies:
3716
- ee-first: 1.1.1
3717
-
3718
- on-headers@1.0.2: {}
3719
-
3720
- once@1.4.0:
3721
- dependencies:
3722
- wrappy: 1.0.2
3723
-
3724
- onetime@5.1.2:
3725
- dependencies:
3726
- mimic-fn: 2.1.0
3727
-
3728
- open@8.4.2:
3729
- dependencies:
3730
- define-lazy-prop: 2.0.0
3731
- is-docker: 2.2.1
3732
- is-wsl: 2.2.0
3733
-
3734
- p-limit@2.3.0:
3735
- dependencies:
3736
- p-try: 2.2.0
3737
-
3738
- p-limit@4.0.0:
3739
- dependencies:
3740
- yocto-queue: 1.0.0
3741
-
3742
- p-locate@4.1.0:
3743
- dependencies:
3744
- p-limit: 2.3.0
3745
-
3746
- p-locate@6.0.0:
3747
- dependencies:
3748
- p-limit: 4.0.0
3749
-
3750
- p-retry@4.6.2:
3751
- dependencies:
3752
- '@types/retry': 0.12.0
3753
- retry: 0.13.1
3754
-
3755
- p-try@2.2.0: {}
3756
-
3757
- parseurl@1.3.3: {}
3758
-
3759
- path-complete-extname@1.0.0: {}
3760
-
3761
- path-exists@4.0.0: {}
3762
-
3763
- path-exists@5.0.0: {}
3764
-
3765
- path-is-absolute@1.0.1: {}
3766
-
3767
- path-key@3.1.1: {}
3768
-
3769
- path-parse@1.0.7: {}
3770
-
3771
- path-to-regexp@0.1.7: {}
3772
-
3773
- picocolors@1.0.0: {}
3774
-
3775
- picomatch@2.3.1: {}
3776
-
3777
- pkg-dir@4.2.0:
3778
- dependencies:
3779
- find-up: 4.1.0
3780
-
3781
- pkg-dir@7.0.0:
3782
- dependencies:
3783
- find-up: 6.3.0
3784
-
3785
- process-nextick-args@2.0.1: {}
3786
-
3787
- proxy-addr@2.0.7:
3788
- dependencies:
3789
- forwarded: 0.2.0
3790
- ipaddr.js: 1.9.1
3791
-
3792
- punycode@2.3.1: {}
3793
-
3794
- qs@6.11.0:
3795
- dependencies:
3796
- side-channel: 1.0.6
3797
-
3798
- randombytes@2.1.0:
3799
- dependencies:
3800
- safe-buffer: 5.2.1
3801
-
3802
- range-parser@1.2.1: {}
3803
-
3804
- raw-body@2.5.2:
3805
- dependencies:
3806
- bytes: 3.1.2
3807
- http-errors: 2.0.0
3808
- iconv-lite: 0.4.24
3809
- unpipe: 1.0.0
3810
-
3811
- readable-stream@2.3.8:
3812
- dependencies:
3813
- core-util-is: 1.0.3
3814
- inherits: 2.0.4
3815
- isarray: 1.0.0
3816
- process-nextick-args: 2.0.1
3817
- safe-buffer: 5.1.2
3818
- string_decoder: 1.1.1
3819
- util-deprecate: 1.0.2
3820
-
3821
- readable-stream@3.6.2:
3822
- dependencies:
3823
- inherits: 2.0.4
3824
- string_decoder: 1.3.0
3825
- util-deprecate: 1.0.2
3826
-
3827
- readdirp@3.6.0:
3828
- dependencies:
3829
- picomatch: 2.3.1
3830
-
3831
- rechoir@0.8.0:
3832
- dependencies:
3833
- resolve: 1.22.8
3834
-
3835
- regenerate-unicode-properties@10.1.1:
3836
- dependencies:
3837
- regenerate: 1.4.2
3838
-
3839
- regenerate@1.4.2: {}
3840
-
3841
- regenerator-runtime@0.14.1: {}
3842
-
3843
- regenerator-transform@0.15.2:
3844
- dependencies:
3845
- '@babel/runtime': 7.24.5
3846
-
3847
- regexpu-core@5.3.2:
3848
- dependencies:
3849
- '@babel/regjsgen': 0.8.0
3850
- regenerate: 1.4.2
3851
- regenerate-unicode-properties: 10.1.1
3852
- regjsparser: 0.9.1
3853
- unicode-match-property-ecmascript: 2.0.0
3854
- unicode-match-property-value-ecmascript: 2.1.0
3855
-
3856
- regjsparser@0.9.1:
3857
- dependencies:
3858
- jsesc: 0.5.0
3859
-
3860
- require-from-string@2.0.2: {}
3861
-
3862
- requires-port@1.0.0: {}
3863
-
3864
- resolve-cwd@3.0.0:
3865
- dependencies:
3866
- resolve-from: 5.0.0
3867
-
3868
- resolve-from@5.0.0: {}
3869
-
3870
- resolve@1.22.8:
3871
- dependencies:
3872
- is-core-module: 2.13.1
3873
- path-parse: 1.0.7
3874
- supports-preserve-symlinks-flag: 1.0.0
3875
-
3876
- retry@0.13.1: {}
3877
-
3878
- right-pad@1.0.1: {}
3879
-
3880
- rimraf@3.0.2:
3881
- dependencies:
3882
- glob: 7.2.3
3883
-
3884
- safe-buffer@5.1.2: {}
3885
-
3886
- safe-buffer@5.2.1: {}
3887
-
3888
- safer-buffer@2.1.2: {}
3889
-
3890
- schema-utils@3.3.0:
3891
- dependencies:
3892
- '@types/json-schema': 7.0.15
3893
- ajv: 6.12.6
3894
- ajv-keywords: 3.5.2(ajv@6.12.6)
3895
-
3896
- schema-utils@4.2.0:
3897
- dependencies:
3898
- '@types/json-schema': 7.0.15
3899
- ajv: 8.13.0
3900
- ajv-formats: 2.1.1(ajv@8.13.0)
3901
- ajv-keywords: 5.1.0(ajv@8.13.0)
3902
-
3903
- select-hose@2.0.0: {}
3904
-
3905
- selfsigned@2.4.1:
3906
- dependencies:
3907
- '@types/node-forge': 1.3.11
3908
- node-forge: 1.3.1
3909
-
3910
- semver@6.3.1: {}
3911
-
3912
- send@0.18.0:
3913
- dependencies:
3914
- debug: 2.6.9
3915
- depd: 2.0.0
3916
- destroy: 1.2.0
3917
- encodeurl: 1.0.2
3918
- escape-html: 1.0.3
3919
- etag: 1.8.1
3920
- fresh: 0.5.2
3921
- http-errors: 2.0.0
3922
- mime: 1.6.0
3923
- ms: 2.1.3
3924
- on-finished: 2.4.1
3925
- range-parser: 1.2.1
3926
- statuses: 2.0.1
3927
- transitivePeerDependencies:
3928
- - supports-color
3929
-
3930
- serialize-javascript@6.0.2:
3931
- dependencies:
3932
- randombytes: 2.1.0
3933
-
3934
- serve-index@1.9.1:
3935
- dependencies:
3936
- accepts: 1.3.8
3937
- batch: 0.6.1
3938
- debug: 2.6.9
3939
- escape-html: 1.0.3
3940
- http-errors: 1.6.3
3941
- mime-types: 2.1.35
3942
- parseurl: 1.3.3
3943
- transitivePeerDependencies:
3944
- - supports-color
3945
-
3946
- serve-static@1.15.0:
3947
- dependencies:
3948
- encodeurl: 1.0.2
3949
- escape-html: 1.0.3
3950
- parseurl: 1.3.3
3951
- send: 0.18.0
3952
- transitivePeerDependencies:
3953
- - supports-color
3954
-
3955
- set-function-length@1.2.2:
3956
- dependencies:
3957
- define-data-property: 1.1.4
3958
- es-errors: 1.3.0
3959
- function-bind: 1.1.2
3960
- get-intrinsic: 1.2.4
3961
- gopd: 1.0.1
3962
- has-property-descriptors: 1.0.2
3963
-
3964
- setprototypeof@1.1.0: {}
3965
-
3966
- setprototypeof@1.2.0: {}
3967
-
3968
- shakapacker@6.6.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@9.1.3(@babel/core@7.24.5)(webpack@5.91.0(webpack-cli@5.1.4)))(compression-webpack-plugin@10.0.0(webpack@5.91.0(webpack-cli@5.1.4)))(terser-webpack-plugin@5.3.10(webpack@5.91.0(webpack-cli@5.1.4)))(webpack-assets-manifest@5.2.1(webpack@5.91.0(webpack-cli@5.1.4)))(webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0))(webpack-dev-server@4.15.2(webpack-cli@5.1.4)(webpack@5.91.0))(webpack-merge@5.10.0)(webpack@5.91.0(webpack-cli@5.1.4)):
3969
- dependencies:
3970
- '@babel/core': 7.24.5
3971
- '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5)
3972
- '@babel/preset-env': 7.24.5(@babel/core@7.24.5)
3973
- '@babel/runtime': 7.24.5
3974
- babel-loader: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0(webpack-cli@5.1.4))
3975
- compression-webpack-plugin: 10.0.0(webpack@5.91.0(webpack-cli@5.1.4))
3976
- glob: 7.2.3
3977
- js-yaml: 4.1.0
3978
- path-complete-extname: 1.0.0
3979
- terser-webpack-plugin: 5.3.10(webpack@5.91.0(webpack-cli@5.1.4))
3980
- webpack: 5.91.0(webpack-cli@5.1.4)
3981
- webpack-assets-manifest: 5.2.1(webpack@5.91.0(webpack-cli@5.1.4))
3982
- webpack-cli: 5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0)
3983
- webpack-dev-server: 4.15.2(webpack-cli@5.1.4)(webpack@5.91.0)
3984
- webpack-merge: 5.10.0
3985
-
3986
- shallow-clone@3.0.1:
3987
- dependencies:
3988
- kind-of: 6.0.3
3989
-
3990
- shebang-command@2.0.0:
3991
- dependencies:
3992
- shebang-regex: 3.0.0
3993
-
3994
- shebang-regex@3.0.0: {}
3995
-
3996
- shell-quote@1.8.1: {}
3997
-
3998
- side-channel@1.0.6:
3999
- dependencies:
4000
- call-bind: 1.0.7
4001
- es-errors: 1.3.0
4002
- get-intrinsic: 1.2.4
4003
- object-inspect: 1.13.1
4004
-
4005
- signal-exit@3.0.7: {}
4006
-
4007
- sockjs@0.3.24:
4008
- dependencies:
4009
- faye-websocket: 0.11.4
4010
- uuid: 8.3.2
4011
- websocket-driver: 0.7.4
4012
-
4013
- source-map-support@0.5.21:
4014
- dependencies:
4015
- buffer-from: 1.1.2
4016
- source-map: 0.6.1
4017
-
4018
- source-map@0.6.1: {}
4019
-
4020
- spdy-transport@3.0.0:
4021
- dependencies:
4022
- debug: 4.3.4
4023
- detect-node: 2.1.0
4024
- hpack.js: 2.1.6
4025
- obuf: 1.1.2
4026
- readable-stream: 3.6.2
4027
- wbuf: 1.7.3
4028
- transitivePeerDependencies:
4029
- - supports-color
4030
-
4031
- spdy@4.0.2:
4032
- dependencies:
4033
- debug: 4.3.4
4034
- handle-thing: 2.0.1
4035
- http-deceiver: 1.2.7
4036
- select-hose: 2.0.0
4037
- spdy-transport: 3.0.0
4038
- transitivePeerDependencies:
4039
- - supports-color
4040
-
4041
- statuses@1.5.0: {}
4042
-
4043
- statuses@2.0.1: {}
4044
-
4045
- string_decoder@1.1.1:
4046
- dependencies:
4047
- safe-buffer: 5.1.2
4048
-
4049
- string_decoder@1.3.0:
4050
- dependencies:
4051
- safe-buffer: 5.2.1
4052
-
4053
- strip-final-newline@2.0.0: {}
4054
-
4055
- supports-color@5.5.0:
4056
- dependencies:
4057
- has-flag: 3.0.0
4058
-
4059
- supports-color@7.2.0:
4060
- dependencies:
4061
- has-flag: 4.0.0
4062
-
4063
- supports-color@8.1.1:
4064
- dependencies:
4065
- has-flag: 4.0.0
4066
-
4067
- supports-preserve-symlinks-flag@1.0.0: {}
4068
-
4069
- tapable@2.2.1: {}
4070
-
4071
- terser-webpack-plugin@5.3.10(webpack@5.91.0(webpack-cli@5.1.4)):
4072
- dependencies:
4073
- '@jridgewell/trace-mapping': 0.3.25
4074
- jest-worker: 27.5.1
4075
- schema-utils: 3.3.0
4076
- serialize-javascript: 6.0.2
4077
- terser: 5.31.0
4078
- webpack: 5.91.0(webpack-cli@5.1.4)
4079
-
4080
- terser@5.31.0:
4081
- dependencies:
4082
- '@jridgewell/source-map': 0.3.6
4083
- acorn: 8.11.3
4084
- commander: 2.20.3
4085
- source-map-support: 0.5.21
4086
-
4087
- thunky@1.1.0: {}
4088
-
4089
- to-fast-properties@2.0.0: {}
4090
-
4091
- to-regex-range@5.0.1:
4092
- dependencies:
4093
- is-number: 7.0.0
4094
-
4095
- toidentifier@1.0.1: {}
4096
-
4097
- type-is@1.6.18:
4098
- dependencies:
4099
- media-typer: 0.3.0
4100
- mime-types: 2.1.35
4101
-
4102
- undici-types@5.26.5: {}
4103
-
4104
- unicode-canonical-property-names-ecmascript@2.0.0: {}
4105
-
4106
- unicode-match-property-ecmascript@2.0.0:
4107
- dependencies:
4108
- unicode-canonical-property-names-ecmascript: 2.0.0
4109
- unicode-property-aliases-ecmascript: 2.1.0
4110
-
4111
- unicode-match-property-value-ecmascript@2.1.0: {}
4112
-
4113
- unicode-property-aliases-ecmascript@2.1.0: {}
4114
-
4115
- unpipe@1.0.0: {}
4116
-
4117
- update-browserslist-db@1.0.15(browserslist@4.23.0):
4118
- dependencies:
4119
- browserslist: 4.23.0
4120
- escalade: 3.1.2
4121
- picocolors: 1.0.0
4122
-
4123
- uri-js@4.4.1:
4124
- dependencies:
4125
- punycode: 2.3.1
4126
-
4127
- util-deprecate@1.0.2: {}
4128
-
4129
- utils-merge@1.0.1: {}
4130
-
4131
- uuid@8.3.2: {}
4132
-
4133
- vary@1.1.2: {}
4134
-
4135
- watchpack@2.4.1:
4136
- dependencies:
4137
- glob-to-regexp: 0.4.1
4138
- graceful-fs: 4.2.11
4139
-
4140
- wbuf@1.7.3:
4141
- dependencies:
4142
- minimalistic-assert: 1.0.1
4143
-
4144
- webpack-assets-manifest@5.2.1(webpack@5.91.0(webpack-cli@5.1.4)):
4145
- dependencies:
4146
- chalk: 4.1.2
4147
- deepmerge: 4.3.1
4148
- lockfile: 1.0.4
4149
- lodash.get: 4.4.2
4150
- lodash.has: 4.5.2
4151
- schema-utils: 3.3.0
4152
- tapable: 2.2.1
4153
- webpack: 5.91.0(webpack-cli@5.1.4)
4154
-
4155
- webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0):
4156
- dependencies:
4157
- '@discoveryjs/json-ext': 0.5.7
4158
- '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))
4159
- '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))
4160
- '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0))(webpack-dev-server@4.15.2(webpack-cli@5.1.4)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))
4161
- colorette: 2.0.20
4162
- commander: 10.0.1
4163
- cross-spawn: 7.0.3
4164
- envinfo: 7.13.0
4165
- fastest-levenshtein: 1.0.16
4166
- import-local: 3.1.0
4167
- interpret: 3.1.1
4168
- rechoir: 0.8.0
4169
- webpack: 5.91.0(webpack-cli@5.1.4)
4170
- webpack-merge: 5.10.0
4171
- optionalDependencies:
4172
- webpack-dev-server: 4.15.2(webpack-cli@5.1.4)(webpack@5.91.0)
4173
-
4174
- webpack-dev-middleware@5.3.4(webpack@5.91.0(webpack-cli@5.1.4)):
4175
- dependencies:
4176
- colorette: 2.0.20
4177
- memfs: 3.5.3
4178
- mime-types: 2.1.35
4179
- range-parser: 1.2.1
4180
- schema-utils: 4.2.0
4181
- webpack: 5.91.0(webpack-cli@5.1.4)
4182
-
4183
- webpack-dev-server@4.15.2(webpack-cli@5.1.4)(webpack@5.91.0):
4184
- dependencies:
4185
- '@types/bonjour': 3.5.13
4186
- '@types/connect-history-api-fallback': 1.5.4
4187
- '@types/express': 4.17.21
4188
- '@types/serve-index': 1.9.4
4189
- '@types/serve-static': 1.15.7
4190
- '@types/sockjs': 0.3.36
4191
- '@types/ws': 8.5.10
4192
- ansi-html-community: 0.0.8
4193
- bonjour-service: 1.2.1
4194
- chokidar: 3.6.0
4195
- colorette: 2.0.20
4196
- compression: 1.7.4
4197
- connect-history-api-fallback: 2.0.0
4198
- default-gateway: 6.0.3
4199
- express: 4.19.2
4200
- graceful-fs: 4.2.11
4201
- html-entities: 2.5.2
4202
- http-proxy-middleware: 2.0.6(@types/express@4.17.21)
4203
- ipaddr.js: 2.2.0
4204
- launch-editor: 2.6.1
4205
- open: 8.4.2
4206
- p-retry: 4.6.2
4207
- rimraf: 3.0.2
4208
- schema-utils: 4.2.0
4209
- selfsigned: 2.4.1
4210
- serve-index: 1.9.1
4211
- sockjs: 0.3.24
4212
- spdy: 4.0.2
4213
- webpack-dev-middleware: 5.3.4(webpack@5.91.0(webpack-cli@5.1.4))
4214
- ws: 8.17.0
4215
- optionalDependencies:
4216
- webpack: 5.91.0(webpack-cli@5.1.4)
4217
- webpack-cli: 5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0)
4218
- transitivePeerDependencies:
4219
- - bufferutil
4220
- - debug
4221
- - supports-color
4222
- - utf-8-validate
4223
-
4224
- webpack-merge@5.10.0:
4225
- dependencies:
4226
- clone-deep: 4.0.1
4227
- flat: 5.0.2
4228
- wildcard: 2.0.1
4229
-
4230
- webpack-sources@3.2.3: {}
4231
-
4232
- webpack@5.91.0(webpack-cli@5.1.4):
4233
- dependencies:
4234
- '@types/eslint-scope': 3.7.7
4235
- '@types/estree': 1.0.5
4236
- '@webassemblyjs/ast': 1.12.1
4237
- '@webassemblyjs/wasm-edit': 1.12.1
4238
- '@webassemblyjs/wasm-parser': 1.12.1
4239
- acorn: 8.11.3
4240
- acorn-import-assertions: 1.9.0(acorn@8.11.3)
4241
- browserslist: 4.23.0
4242
- chrome-trace-event: 1.0.3
4243
- enhanced-resolve: 5.16.1
4244
- es-module-lexer: 1.5.2
4245
- eslint-scope: 5.1.1
4246
- events: 3.3.0
4247
- glob-to-regexp: 0.4.1
4248
- graceful-fs: 4.2.11
4249
- json-parse-even-better-errors: 2.3.1
4250
- loader-runner: 4.3.0
4251
- mime-types: 2.1.35
4252
- neo-async: 2.6.2
4253
- schema-utils: 3.3.0
4254
- tapable: 2.2.1
4255
- terser-webpack-plugin: 5.3.10(webpack@5.91.0(webpack-cli@5.1.4))
4256
- watchpack: 2.4.1
4257
- webpack-sources: 3.2.3
4258
- optionalDependencies:
4259
- webpack-cli: 5.1.4(webpack-dev-server@4.15.2)(webpack@5.91.0)
4260
- transitivePeerDependencies:
4261
- - '@swc/core'
4262
- - esbuild
4263
- - uglify-js
4264
-
4265
- websocket-driver@0.7.4:
4266
- dependencies:
4267
- http-parser-js: 0.5.8
4268
- safe-buffer: 5.2.1
4269
- websocket-extensions: 0.1.4
4270
-
4271
- websocket-extensions@0.1.4: {}
4272
-
4273
- which@2.0.2:
4274
- dependencies:
4275
- isexe: 2.0.0
4276
-
4277
- wildcard@2.0.1: {}
4278
-
4279
- wrappy@1.0.2: {}
4280
-
4281
- ws@8.17.0: {}
4282
-
4283
- yallist@3.1.1: {}
4284
-
4285
- yocto-queue@1.0.0: {}