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