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,3728 +0,0 @@
|
|
1
|
-
lockfileVersion: '6.0'
|
2
|
-
|
3
|
-
settings:
|
4
|
-
autoInstallPeers: true
|
5
|
-
excludeLinksFromLockfile: false
|
6
|
-
|
7
|
-
dependencies:
|
8
|
-
shakapacker:
|
9
|
-
specifier: shakacode/shakapacker#main
|
10
|
-
version: github.com/shakacode/shakapacker/cdf32835d3e0949952b8b4b53063807f714f9b24(@babel/core@7.22.10)(@babel/plugin-transform-runtime@7.22.10)(@babel/preset-env@7.22.10)(@babel/runtime@7.22.10)(babel-loader@9.1.3)(compression-webpack-plugin@10.0.0)(terser-webpack-plugin@5.3.9)(webpack-assets-manifest@5.1.0)(webpack-cli@5.1.4)(webpack-dev-server@4.15.1)(webpack-merge@5.9.0)(webpack@5.88.2)
|
11
|
-
|
12
|
-
devDependencies:
|
13
|
-
right-pad:
|
14
|
-
specifier: ^1.0.1
|
15
|
-
version: 1.0.1
|
16
|
-
|
17
|
-
packages:
|
18
|
-
|
19
|
-
/@ampproject/remapping@2.2.1:
|
20
|
-
resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
|
21
|
-
engines: {node: '>=6.0.0'}
|
22
|
-
dependencies:
|
23
|
-
'@jridgewell/gen-mapping': 0.3.3
|
24
|
-
'@jridgewell/trace-mapping': 0.3.19
|
25
|
-
dev: false
|
26
|
-
|
27
|
-
/@babel/code-frame@7.22.10:
|
28
|
-
resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==}
|
29
|
-
engines: {node: '>=6.9.0'}
|
30
|
-
dependencies:
|
31
|
-
'@babel/highlight': 7.22.10
|
32
|
-
chalk: 2.4.2
|
33
|
-
dev: false
|
34
|
-
|
35
|
-
/@babel/compat-data@7.22.9:
|
36
|
-
resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
|
37
|
-
engines: {node: '>=6.9.0'}
|
38
|
-
dev: false
|
39
|
-
|
40
|
-
/@babel/core@7.22.10:
|
41
|
-
resolution: {integrity: sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==}
|
42
|
-
engines: {node: '>=6.9.0'}
|
43
|
-
dependencies:
|
44
|
-
'@ampproject/remapping': 2.2.1
|
45
|
-
'@babel/code-frame': 7.22.10
|
46
|
-
'@babel/generator': 7.22.10
|
47
|
-
'@babel/helper-compilation-targets': 7.22.10
|
48
|
-
'@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
|
49
|
-
'@babel/helpers': 7.22.10
|
50
|
-
'@babel/parser': 7.22.10
|
51
|
-
'@babel/template': 7.22.5
|
52
|
-
'@babel/traverse': 7.22.10
|
53
|
-
'@babel/types': 7.22.10
|
54
|
-
convert-source-map: 1.9.0
|
55
|
-
debug: 4.3.4
|
56
|
-
gensync: 1.0.0-beta.2
|
57
|
-
json5: 2.2.3
|
58
|
-
semver: 6.3.1
|
59
|
-
transitivePeerDependencies:
|
60
|
-
- supports-color
|
61
|
-
dev: false
|
62
|
-
|
63
|
-
/@babel/generator@7.22.10:
|
64
|
-
resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==}
|
65
|
-
engines: {node: '>=6.9.0'}
|
66
|
-
dependencies:
|
67
|
-
'@babel/types': 7.22.10
|
68
|
-
'@jridgewell/gen-mapping': 0.3.3
|
69
|
-
'@jridgewell/trace-mapping': 0.3.19
|
70
|
-
jsesc: 2.5.2
|
71
|
-
dev: false
|
72
|
-
|
73
|
-
/@babel/helper-annotate-as-pure@7.22.5:
|
74
|
-
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
|
75
|
-
engines: {node: '>=6.9.0'}
|
76
|
-
dependencies:
|
77
|
-
'@babel/types': 7.22.10
|
78
|
-
dev: false
|
79
|
-
|
80
|
-
/@babel/helper-builder-binary-assignment-operator-visitor@7.22.10:
|
81
|
-
resolution: {integrity: sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==}
|
82
|
-
engines: {node: '>=6.9.0'}
|
83
|
-
dependencies:
|
84
|
-
'@babel/types': 7.22.10
|
85
|
-
dev: false
|
86
|
-
|
87
|
-
/@babel/helper-compilation-targets@7.22.10:
|
88
|
-
resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==}
|
89
|
-
engines: {node: '>=6.9.0'}
|
90
|
-
dependencies:
|
91
|
-
'@babel/compat-data': 7.22.9
|
92
|
-
'@babel/helper-validator-option': 7.22.5
|
93
|
-
browserslist: 4.21.10
|
94
|
-
lru-cache: 5.1.1
|
95
|
-
semver: 6.3.1
|
96
|
-
dev: false
|
97
|
-
|
98
|
-
/@babel/helper-create-class-features-plugin@7.22.10(@babel/core@7.22.10):
|
99
|
-
resolution: {integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==}
|
100
|
-
engines: {node: '>=6.9.0'}
|
101
|
-
peerDependencies:
|
102
|
-
'@babel/core': ^7.0.0
|
103
|
-
dependencies:
|
104
|
-
'@babel/core': 7.22.10
|
105
|
-
'@babel/helper-annotate-as-pure': 7.22.5
|
106
|
-
'@babel/helper-environment-visitor': 7.22.5
|
107
|
-
'@babel/helper-function-name': 7.22.5
|
108
|
-
'@babel/helper-member-expression-to-functions': 7.22.5
|
109
|
-
'@babel/helper-optimise-call-expression': 7.22.5
|
110
|
-
'@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10)
|
111
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
112
|
-
'@babel/helper-split-export-declaration': 7.22.6
|
113
|
-
semver: 6.3.1
|
114
|
-
dev: false
|
115
|
-
|
116
|
-
/@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.10):
|
117
|
-
resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==}
|
118
|
-
engines: {node: '>=6.9.0'}
|
119
|
-
peerDependencies:
|
120
|
-
'@babel/core': ^7.0.0
|
121
|
-
dependencies:
|
122
|
-
'@babel/core': 7.22.10
|
123
|
-
'@babel/helper-annotate-as-pure': 7.22.5
|
124
|
-
regexpu-core: 5.3.2
|
125
|
-
semver: 6.3.1
|
126
|
-
dev: false
|
127
|
-
|
128
|
-
/@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.10):
|
129
|
-
resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
|
130
|
-
peerDependencies:
|
131
|
-
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
|
132
|
-
dependencies:
|
133
|
-
'@babel/core': 7.22.10
|
134
|
-
'@babel/helper-compilation-targets': 7.22.10
|
135
|
-
'@babel/helper-plugin-utils': 7.22.5
|
136
|
-
debug: 4.3.4
|
137
|
-
lodash.debounce: 4.0.8
|
138
|
-
resolve: 1.22.4
|
139
|
-
transitivePeerDependencies:
|
140
|
-
- supports-color
|
141
|
-
dev: false
|
142
|
-
|
143
|
-
/@babel/helper-environment-visitor@7.22.5:
|
144
|
-
resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==}
|
145
|
-
engines: {node: '>=6.9.0'}
|
146
|
-
dev: false
|
147
|
-
|
148
|
-
/@babel/helper-function-name@7.22.5:
|
149
|
-
resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==}
|
150
|
-
engines: {node: '>=6.9.0'}
|
151
|
-
dependencies:
|
152
|
-
'@babel/template': 7.22.5
|
153
|
-
'@babel/types': 7.22.10
|
154
|
-
dev: false
|
155
|
-
|
156
|
-
/@babel/helper-hoist-variables@7.22.5:
|
157
|
-
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
|
158
|
-
engines: {node: '>=6.9.0'}
|
159
|
-
dependencies:
|
160
|
-
'@babel/types': 7.22.10
|
161
|
-
dev: false
|
162
|
-
|
163
|
-
/@babel/helper-member-expression-to-functions@7.22.5:
|
164
|
-
resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==}
|
165
|
-
engines: {node: '>=6.9.0'}
|
166
|
-
dependencies:
|
167
|
-
'@babel/types': 7.22.10
|
168
|
-
dev: false
|
169
|
-
|
170
|
-
/@babel/helper-module-imports@7.22.5:
|
171
|
-
resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==}
|
172
|
-
engines: {node: '>=6.9.0'}
|
173
|
-
dependencies:
|
174
|
-
'@babel/types': 7.22.10
|
175
|
-
dev: false
|
176
|
-
|
177
|
-
/@babel/helper-module-transforms@7.22.9(@babel/core@7.22.10):
|
178
|
-
resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
|
179
|
-
engines: {node: '>=6.9.0'}
|
180
|
-
peerDependencies:
|
181
|
-
'@babel/core': ^7.0.0
|
182
|
-
dependencies:
|
183
|
-
'@babel/core': 7.22.10
|
184
|
-
'@babel/helper-environment-visitor': 7.22.5
|
185
|
-
'@babel/helper-module-imports': 7.22.5
|
186
|
-
'@babel/helper-simple-access': 7.22.5
|
187
|
-
'@babel/helper-split-export-declaration': 7.22.6
|
188
|
-
'@babel/helper-validator-identifier': 7.22.5
|
189
|
-
dev: false
|
190
|
-
|
191
|
-
/@babel/helper-optimise-call-expression@7.22.5:
|
192
|
-
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
|
193
|
-
engines: {node: '>=6.9.0'}
|
194
|
-
dependencies:
|
195
|
-
'@babel/types': 7.22.10
|
196
|
-
dev: false
|
197
|
-
|
198
|
-
/@babel/helper-plugin-utils@7.22.5:
|
199
|
-
resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
|
200
|
-
engines: {node: '>=6.9.0'}
|
201
|
-
dev: false
|
202
|
-
|
203
|
-
/@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.10):
|
204
|
-
resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==}
|
205
|
-
engines: {node: '>=6.9.0'}
|
206
|
-
peerDependencies:
|
207
|
-
'@babel/core': ^7.0.0
|
208
|
-
dependencies:
|
209
|
-
'@babel/core': 7.22.10
|
210
|
-
'@babel/helper-annotate-as-pure': 7.22.5
|
211
|
-
'@babel/helper-environment-visitor': 7.22.5
|
212
|
-
'@babel/helper-wrap-function': 7.22.10
|
213
|
-
dev: false
|
214
|
-
|
215
|
-
/@babel/helper-replace-supers@7.22.9(@babel/core@7.22.10):
|
216
|
-
resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
|
217
|
-
engines: {node: '>=6.9.0'}
|
218
|
-
peerDependencies:
|
219
|
-
'@babel/core': ^7.0.0
|
220
|
-
dependencies:
|
221
|
-
'@babel/core': 7.22.10
|
222
|
-
'@babel/helper-environment-visitor': 7.22.5
|
223
|
-
'@babel/helper-member-expression-to-functions': 7.22.5
|
224
|
-
'@babel/helper-optimise-call-expression': 7.22.5
|
225
|
-
dev: false
|
226
|
-
|
227
|
-
/@babel/helper-simple-access@7.22.5:
|
228
|
-
resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
|
229
|
-
engines: {node: '>=6.9.0'}
|
230
|
-
dependencies:
|
231
|
-
'@babel/types': 7.22.10
|
232
|
-
dev: false
|
233
|
-
|
234
|
-
/@babel/helper-skip-transparent-expression-wrappers@7.22.5:
|
235
|
-
resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
|
236
|
-
engines: {node: '>=6.9.0'}
|
237
|
-
dependencies:
|
238
|
-
'@babel/types': 7.22.10
|
239
|
-
dev: false
|
240
|
-
|
241
|
-
/@babel/helper-split-export-declaration@7.22.6:
|
242
|
-
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
|
243
|
-
engines: {node: '>=6.9.0'}
|
244
|
-
dependencies:
|
245
|
-
'@babel/types': 7.22.10
|
246
|
-
dev: false
|
247
|
-
|
248
|
-
/@babel/helper-string-parser@7.22.5:
|
249
|
-
resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
|
250
|
-
engines: {node: '>=6.9.0'}
|
251
|
-
dev: false
|
252
|
-
|
253
|
-
/@babel/helper-validator-identifier@7.22.5:
|
254
|
-
resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
|
255
|
-
engines: {node: '>=6.9.0'}
|
256
|
-
dev: false
|
257
|
-
|
258
|
-
/@babel/helper-validator-option@7.22.5:
|
259
|
-
resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
|
260
|
-
engines: {node: '>=6.9.0'}
|
261
|
-
dev: false
|
262
|
-
|
263
|
-
/@babel/helper-wrap-function@7.22.10:
|
264
|
-
resolution: {integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==}
|
265
|
-
engines: {node: '>=6.9.0'}
|
266
|
-
dependencies:
|
267
|
-
'@babel/helper-function-name': 7.22.5
|
268
|
-
'@babel/template': 7.22.5
|
269
|
-
'@babel/types': 7.22.10
|
270
|
-
dev: false
|
271
|
-
|
272
|
-
/@babel/helpers@7.22.10:
|
273
|
-
resolution: {integrity: sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==}
|
274
|
-
engines: {node: '>=6.9.0'}
|
275
|
-
dependencies:
|
276
|
-
'@babel/template': 7.22.5
|
277
|
-
'@babel/traverse': 7.22.10
|
278
|
-
'@babel/types': 7.22.10
|
279
|
-
transitivePeerDependencies:
|
280
|
-
- supports-color
|
281
|
-
dev: false
|
282
|
-
|
283
|
-
/@babel/highlight@7.22.10:
|
284
|
-
resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==}
|
285
|
-
engines: {node: '>=6.9.0'}
|
286
|
-
dependencies:
|
287
|
-
'@babel/helper-validator-identifier': 7.22.5
|
288
|
-
chalk: 2.4.2
|
289
|
-
js-tokens: 4.0.0
|
290
|
-
dev: false
|
291
|
-
|
292
|
-
/@babel/parser@7.22.10:
|
293
|
-
resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==}
|
294
|
-
engines: {node: '>=6.0.0'}
|
295
|
-
hasBin: true
|
296
|
-
dependencies:
|
297
|
-
'@babel/types': 7.22.10
|
298
|
-
dev: false
|
299
|
-
|
300
|
-
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.10):
|
301
|
-
resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==}
|
302
|
-
engines: {node: '>=6.9.0'}
|
303
|
-
peerDependencies:
|
304
|
-
'@babel/core': ^7.0.0
|
305
|
-
dependencies:
|
306
|
-
'@babel/core': 7.22.10
|
307
|
-
'@babel/helper-plugin-utils': 7.22.5
|
308
|
-
dev: false
|
309
|
-
|
310
|
-
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.10):
|
311
|
-
resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==}
|
312
|
-
engines: {node: '>=6.9.0'}
|
313
|
-
peerDependencies:
|
314
|
-
'@babel/core': ^7.13.0
|
315
|
-
dependencies:
|
316
|
-
'@babel/core': 7.22.10
|
317
|
-
'@babel/helper-plugin-utils': 7.22.5
|
318
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
319
|
-
'@babel/plugin-transform-optional-chaining': 7.22.10(@babel/core@7.22.10)
|
320
|
-
dev: false
|
321
|
-
|
322
|
-
/@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.10):
|
323
|
-
resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
|
324
|
-
engines: {node: '>=6.9.0'}
|
325
|
-
peerDependencies:
|
326
|
-
'@babel/core': ^7.0.0-0
|
327
|
-
dependencies:
|
328
|
-
'@babel/core': 7.22.10
|
329
|
-
dev: false
|
330
|
-
|
331
|
-
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.10):
|
332
|
-
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
|
333
|
-
peerDependencies:
|
334
|
-
'@babel/core': ^7.0.0-0
|
335
|
-
dependencies:
|
336
|
-
'@babel/core': 7.22.10
|
337
|
-
'@babel/helper-plugin-utils': 7.22.5
|
338
|
-
dev: false
|
339
|
-
|
340
|
-
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.10):
|
341
|
-
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
342
|
-
peerDependencies:
|
343
|
-
'@babel/core': ^7.0.0-0
|
344
|
-
dependencies:
|
345
|
-
'@babel/core': 7.22.10
|
346
|
-
'@babel/helper-plugin-utils': 7.22.5
|
347
|
-
dev: false
|
348
|
-
|
349
|
-
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.10):
|
350
|
-
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
|
351
|
-
engines: {node: '>=6.9.0'}
|
352
|
-
peerDependencies:
|
353
|
-
'@babel/core': ^7.0.0-0
|
354
|
-
dependencies:
|
355
|
-
'@babel/core': 7.22.10
|
356
|
-
'@babel/helper-plugin-utils': 7.22.5
|
357
|
-
dev: false
|
358
|
-
|
359
|
-
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.10):
|
360
|
-
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
|
361
|
-
peerDependencies:
|
362
|
-
'@babel/core': ^7.0.0-0
|
363
|
-
dependencies:
|
364
|
-
'@babel/core': 7.22.10
|
365
|
-
'@babel/helper-plugin-utils': 7.22.5
|
366
|
-
dev: false
|
367
|
-
|
368
|
-
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.10):
|
369
|
-
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
|
370
|
-
peerDependencies:
|
371
|
-
'@babel/core': ^7.0.0-0
|
372
|
-
dependencies:
|
373
|
-
'@babel/core': 7.22.10
|
374
|
-
'@babel/helper-plugin-utils': 7.22.5
|
375
|
-
dev: false
|
376
|
-
|
377
|
-
/@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.10):
|
378
|
-
resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==}
|
379
|
-
engines: {node: '>=6.9.0'}
|
380
|
-
peerDependencies:
|
381
|
-
'@babel/core': ^7.0.0-0
|
382
|
-
dependencies:
|
383
|
-
'@babel/core': 7.22.10
|
384
|
-
'@babel/helper-plugin-utils': 7.22.5
|
385
|
-
dev: false
|
386
|
-
|
387
|
-
/@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.10):
|
388
|
-
resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==}
|
389
|
-
engines: {node: '>=6.9.0'}
|
390
|
-
peerDependencies:
|
391
|
-
'@babel/core': ^7.0.0-0
|
392
|
-
dependencies:
|
393
|
-
'@babel/core': 7.22.10
|
394
|
-
'@babel/helper-plugin-utils': 7.22.5
|
395
|
-
dev: false
|
396
|
-
|
397
|
-
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.10):
|
398
|
-
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
399
|
-
peerDependencies:
|
400
|
-
'@babel/core': ^7.0.0-0
|
401
|
-
dependencies:
|
402
|
-
'@babel/core': 7.22.10
|
403
|
-
'@babel/helper-plugin-utils': 7.22.5
|
404
|
-
dev: false
|
405
|
-
|
406
|
-
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.10):
|
407
|
-
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
408
|
-
peerDependencies:
|
409
|
-
'@babel/core': ^7.0.0-0
|
410
|
-
dependencies:
|
411
|
-
'@babel/core': 7.22.10
|
412
|
-
'@babel/helper-plugin-utils': 7.22.5
|
413
|
-
dev: false
|
414
|
-
|
415
|
-
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.10):
|
416
|
-
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
|
417
|
-
peerDependencies:
|
418
|
-
'@babel/core': ^7.0.0-0
|
419
|
-
dependencies:
|
420
|
-
'@babel/core': 7.22.10
|
421
|
-
'@babel/helper-plugin-utils': 7.22.5
|
422
|
-
dev: false
|
423
|
-
|
424
|
-
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.10):
|
425
|
-
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
|
426
|
-
peerDependencies:
|
427
|
-
'@babel/core': ^7.0.0-0
|
428
|
-
dependencies:
|
429
|
-
'@babel/core': 7.22.10
|
430
|
-
'@babel/helper-plugin-utils': 7.22.5
|
431
|
-
dev: false
|
432
|
-
|
433
|
-
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.10):
|
434
|
-
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
|
435
|
-
peerDependencies:
|
436
|
-
'@babel/core': ^7.0.0-0
|
437
|
-
dependencies:
|
438
|
-
'@babel/core': 7.22.10
|
439
|
-
'@babel/helper-plugin-utils': 7.22.5
|
440
|
-
dev: false
|
441
|
-
|
442
|
-
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.10):
|
443
|
-
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
|
444
|
-
peerDependencies:
|
445
|
-
'@babel/core': ^7.0.0-0
|
446
|
-
dependencies:
|
447
|
-
'@babel/core': 7.22.10
|
448
|
-
'@babel/helper-plugin-utils': 7.22.5
|
449
|
-
dev: false
|
450
|
-
|
451
|
-
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.10):
|
452
|
-
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
|
453
|
-
peerDependencies:
|
454
|
-
'@babel/core': ^7.0.0-0
|
455
|
-
dependencies:
|
456
|
-
'@babel/core': 7.22.10
|
457
|
-
'@babel/helper-plugin-utils': 7.22.5
|
458
|
-
dev: false
|
459
|
-
|
460
|
-
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.10):
|
461
|
-
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
|
462
|
-
peerDependencies:
|
463
|
-
'@babel/core': ^7.0.0-0
|
464
|
-
dependencies:
|
465
|
-
'@babel/core': 7.22.10
|
466
|
-
'@babel/helper-plugin-utils': 7.22.5
|
467
|
-
dev: false
|
468
|
-
|
469
|
-
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.10):
|
470
|
-
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
|
471
|
-
engines: {node: '>=6.9.0'}
|
472
|
-
peerDependencies:
|
473
|
-
'@babel/core': ^7.0.0-0
|
474
|
-
dependencies:
|
475
|
-
'@babel/core': 7.22.10
|
476
|
-
'@babel/helper-plugin-utils': 7.22.5
|
477
|
-
dev: false
|
478
|
-
|
479
|
-
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.10):
|
480
|
-
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
|
481
|
-
engines: {node: '>=6.9.0'}
|
482
|
-
peerDependencies:
|
483
|
-
'@babel/core': ^7.0.0-0
|
484
|
-
dependencies:
|
485
|
-
'@babel/core': 7.22.10
|
486
|
-
'@babel/helper-plugin-utils': 7.22.5
|
487
|
-
dev: false
|
488
|
-
|
489
|
-
/@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.10):
|
490
|
-
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
|
491
|
-
engines: {node: '>=6.9.0'}
|
492
|
-
peerDependencies:
|
493
|
-
'@babel/core': ^7.0.0
|
494
|
-
dependencies:
|
495
|
-
'@babel/core': 7.22.10
|
496
|
-
'@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
|
497
|
-
'@babel/helper-plugin-utils': 7.22.5
|
498
|
-
dev: false
|
499
|
-
|
500
|
-
/@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.10):
|
501
|
-
resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
|
502
|
-
engines: {node: '>=6.9.0'}
|
503
|
-
peerDependencies:
|
504
|
-
'@babel/core': ^7.0.0-0
|
505
|
-
dependencies:
|
506
|
-
'@babel/core': 7.22.10
|
507
|
-
'@babel/helper-plugin-utils': 7.22.5
|
508
|
-
dev: false
|
509
|
-
|
510
|
-
/@babel/plugin-transform-async-generator-functions@7.22.10(@babel/core@7.22.10):
|
511
|
-
resolution: {integrity: sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==}
|
512
|
-
engines: {node: '>=6.9.0'}
|
513
|
-
peerDependencies:
|
514
|
-
'@babel/core': ^7.0.0-0
|
515
|
-
dependencies:
|
516
|
-
'@babel/core': 7.22.10
|
517
|
-
'@babel/helper-environment-visitor': 7.22.5
|
518
|
-
'@babel/helper-plugin-utils': 7.22.5
|
519
|
-
'@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.10)
|
520
|
-
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.10)
|
521
|
-
dev: false
|
522
|
-
|
523
|
-
/@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.10):
|
524
|
-
resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
|
525
|
-
engines: {node: '>=6.9.0'}
|
526
|
-
peerDependencies:
|
527
|
-
'@babel/core': ^7.0.0-0
|
528
|
-
dependencies:
|
529
|
-
'@babel/core': 7.22.10
|
530
|
-
'@babel/helper-module-imports': 7.22.5
|
531
|
-
'@babel/helper-plugin-utils': 7.22.5
|
532
|
-
'@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.10)
|
533
|
-
dev: false
|
534
|
-
|
535
|
-
/@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.10):
|
536
|
-
resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
|
537
|
-
engines: {node: '>=6.9.0'}
|
538
|
-
peerDependencies:
|
539
|
-
'@babel/core': ^7.0.0-0
|
540
|
-
dependencies:
|
541
|
-
'@babel/core': 7.22.10
|
542
|
-
'@babel/helper-plugin-utils': 7.22.5
|
543
|
-
dev: false
|
544
|
-
|
545
|
-
/@babel/plugin-transform-block-scoping@7.22.10(@babel/core@7.22.10):
|
546
|
-
resolution: {integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==}
|
547
|
-
engines: {node: '>=6.9.0'}
|
548
|
-
peerDependencies:
|
549
|
-
'@babel/core': ^7.0.0-0
|
550
|
-
dependencies:
|
551
|
-
'@babel/core': 7.22.10
|
552
|
-
'@babel/helper-plugin-utils': 7.22.5
|
553
|
-
dev: false
|
554
|
-
|
555
|
-
/@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.10):
|
556
|
-
resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==}
|
557
|
-
engines: {node: '>=6.9.0'}
|
558
|
-
peerDependencies:
|
559
|
-
'@babel/core': ^7.0.0-0
|
560
|
-
dependencies:
|
561
|
-
'@babel/core': 7.22.10
|
562
|
-
'@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
|
563
|
-
'@babel/helper-plugin-utils': 7.22.5
|
564
|
-
dev: false
|
565
|
-
|
566
|
-
/@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.10):
|
567
|
-
resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==}
|
568
|
-
engines: {node: '>=6.9.0'}
|
569
|
-
peerDependencies:
|
570
|
-
'@babel/core': ^7.12.0
|
571
|
-
dependencies:
|
572
|
-
'@babel/core': 7.22.10
|
573
|
-
'@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
|
574
|
-
'@babel/helper-plugin-utils': 7.22.5
|
575
|
-
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.10)
|
576
|
-
dev: false
|
577
|
-
|
578
|
-
/@babel/plugin-transform-classes@7.22.6(@babel/core@7.22.10):
|
579
|
-
resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==}
|
580
|
-
engines: {node: '>=6.9.0'}
|
581
|
-
peerDependencies:
|
582
|
-
'@babel/core': ^7.0.0-0
|
583
|
-
dependencies:
|
584
|
-
'@babel/core': 7.22.10
|
585
|
-
'@babel/helper-annotate-as-pure': 7.22.5
|
586
|
-
'@babel/helper-compilation-targets': 7.22.10
|
587
|
-
'@babel/helper-environment-visitor': 7.22.5
|
588
|
-
'@babel/helper-function-name': 7.22.5
|
589
|
-
'@babel/helper-optimise-call-expression': 7.22.5
|
590
|
-
'@babel/helper-plugin-utils': 7.22.5
|
591
|
-
'@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10)
|
592
|
-
'@babel/helper-split-export-declaration': 7.22.6
|
593
|
-
globals: 11.12.0
|
594
|
-
dev: false
|
595
|
-
|
596
|
-
/@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.10):
|
597
|
-
resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
|
598
|
-
engines: {node: '>=6.9.0'}
|
599
|
-
peerDependencies:
|
600
|
-
'@babel/core': ^7.0.0-0
|
601
|
-
dependencies:
|
602
|
-
'@babel/core': 7.22.10
|
603
|
-
'@babel/helper-plugin-utils': 7.22.5
|
604
|
-
'@babel/template': 7.22.5
|
605
|
-
dev: false
|
606
|
-
|
607
|
-
/@babel/plugin-transform-destructuring@7.22.10(@babel/core@7.22.10):
|
608
|
-
resolution: {integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==}
|
609
|
-
engines: {node: '>=6.9.0'}
|
610
|
-
peerDependencies:
|
611
|
-
'@babel/core': ^7.0.0-0
|
612
|
-
dependencies:
|
613
|
-
'@babel/core': 7.22.10
|
614
|
-
'@babel/helper-plugin-utils': 7.22.5
|
615
|
-
dev: false
|
616
|
-
|
617
|
-
/@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.10):
|
618
|
-
resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
|
619
|
-
engines: {node: '>=6.9.0'}
|
620
|
-
peerDependencies:
|
621
|
-
'@babel/core': ^7.0.0-0
|
622
|
-
dependencies:
|
623
|
-
'@babel/core': 7.22.10
|
624
|
-
'@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
|
625
|
-
'@babel/helper-plugin-utils': 7.22.5
|
626
|
-
dev: false
|
627
|
-
|
628
|
-
/@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.10):
|
629
|
-
resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
|
630
|
-
engines: {node: '>=6.9.0'}
|
631
|
-
peerDependencies:
|
632
|
-
'@babel/core': ^7.0.0-0
|
633
|
-
dependencies:
|
634
|
-
'@babel/core': 7.22.10
|
635
|
-
'@babel/helper-plugin-utils': 7.22.5
|
636
|
-
dev: false
|
637
|
-
|
638
|
-
/@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.10):
|
639
|
-
resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==}
|
640
|
-
engines: {node: '>=6.9.0'}
|
641
|
-
peerDependencies:
|
642
|
-
'@babel/core': ^7.0.0-0
|
643
|
-
dependencies:
|
644
|
-
'@babel/core': 7.22.10
|
645
|
-
'@babel/helper-plugin-utils': 7.22.5
|
646
|
-
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.10)
|
647
|
-
dev: false
|
648
|
-
|
649
|
-
/@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.10):
|
650
|
-
resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
|
651
|
-
engines: {node: '>=6.9.0'}
|
652
|
-
peerDependencies:
|
653
|
-
'@babel/core': ^7.0.0-0
|
654
|
-
dependencies:
|
655
|
-
'@babel/core': 7.22.10
|
656
|
-
'@babel/helper-builder-binary-assignment-operator-visitor': 7.22.10
|
657
|
-
'@babel/helper-plugin-utils': 7.22.5
|
658
|
-
dev: false
|
659
|
-
|
660
|
-
/@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.10):
|
661
|
-
resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==}
|
662
|
-
engines: {node: '>=6.9.0'}
|
663
|
-
peerDependencies:
|
664
|
-
'@babel/core': ^7.0.0-0
|
665
|
-
dependencies:
|
666
|
-
'@babel/core': 7.22.10
|
667
|
-
'@babel/helper-plugin-utils': 7.22.5
|
668
|
-
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.10)
|
669
|
-
dev: false
|
670
|
-
|
671
|
-
/@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.10):
|
672
|
-
resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==}
|
673
|
-
engines: {node: '>=6.9.0'}
|
674
|
-
peerDependencies:
|
675
|
-
'@babel/core': ^7.0.0-0
|
676
|
-
dependencies:
|
677
|
-
'@babel/core': 7.22.10
|
678
|
-
'@babel/helper-plugin-utils': 7.22.5
|
679
|
-
dev: false
|
680
|
-
|
681
|
-
/@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.10):
|
682
|
-
resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
|
683
|
-
engines: {node: '>=6.9.0'}
|
684
|
-
peerDependencies:
|
685
|
-
'@babel/core': ^7.0.0-0
|
686
|
-
dependencies:
|
687
|
-
'@babel/core': 7.22.10
|
688
|
-
'@babel/helper-compilation-targets': 7.22.10
|
689
|
-
'@babel/helper-function-name': 7.22.5
|
690
|
-
'@babel/helper-plugin-utils': 7.22.5
|
691
|
-
dev: false
|
692
|
-
|
693
|
-
/@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.10):
|
694
|
-
resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==}
|
695
|
-
engines: {node: '>=6.9.0'}
|
696
|
-
peerDependencies:
|
697
|
-
'@babel/core': ^7.0.0-0
|
698
|
-
dependencies:
|
699
|
-
'@babel/core': 7.22.10
|
700
|
-
'@babel/helper-plugin-utils': 7.22.5
|
701
|
-
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.10)
|
702
|
-
dev: false
|
703
|
-
|
704
|
-
/@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.10):
|
705
|
-
resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
|
706
|
-
engines: {node: '>=6.9.0'}
|
707
|
-
peerDependencies:
|
708
|
-
'@babel/core': ^7.0.0-0
|
709
|
-
dependencies:
|
710
|
-
'@babel/core': 7.22.10
|
711
|
-
'@babel/helper-plugin-utils': 7.22.5
|
712
|
-
dev: false
|
713
|
-
|
714
|
-
/@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.10):
|
715
|
-
resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==}
|
716
|
-
engines: {node: '>=6.9.0'}
|
717
|
-
peerDependencies:
|
718
|
-
'@babel/core': ^7.0.0-0
|
719
|
-
dependencies:
|
720
|
-
'@babel/core': 7.22.10
|
721
|
-
'@babel/helper-plugin-utils': 7.22.5
|
722
|
-
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.10)
|
723
|
-
dev: false
|
724
|
-
|
725
|
-
/@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.10):
|
726
|
-
resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
|
727
|
-
engines: {node: '>=6.9.0'}
|
728
|
-
peerDependencies:
|
729
|
-
'@babel/core': ^7.0.0-0
|
730
|
-
dependencies:
|
731
|
-
'@babel/core': 7.22.10
|
732
|
-
'@babel/helper-plugin-utils': 7.22.5
|
733
|
-
dev: false
|
734
|
-
|
735
|
-
/@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.10):
|
736
|
-
resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==}
|
737
|
-
engines: {node: '>=6.9.0'}
|
738
|
-
peerDependencies:
|
739
|
-
'@babel/core': ^7.0.0-0
|
740
|
-
dependencies:
|
741
|
-
'@babel/core': 7.22.10
|
742
|
-
'@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
|
743
|
-
'@babel/helper-plugin-utils': 7.22.5
|
744
|
-
dev: false
|
745
|
-
|
746
|
-
/@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.10):
|
747
|
-
resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==}
|
748
|
-
engines: {node: '>=6.9.0'}
|
749
|
-
peerDependencies:
|
750
|
-
'@babel/core': ^7.0.0-0
|
751
|
-
dependencies:
|
752
|
-
'@babel/core': 7.22.10
|
753
|
-
'@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
|
754
|
-
'@babel/helper-plugin-utils': 7.22.5
|
755
|
-
'@babel/helper-simple-access': 7.22.5
|
756
|
-
dev: false
|
757
|
-
|
758
|
-
/@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.10):
|
759
|
-
resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==}
|
760
|
-
engines: {node: '>=6.9.0'}
|
761
|
-
peerDependencies:
|
762
|
-
'@babel/core': ^7.0.0-0
|
763
|
-
dependencies:
|
764
|
-
'@babel/core': 7.22.10
|
765
|
-
'@babel/helper-hoist-variables': 7.22.5
|
766
|
-
'@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
|
767
|
-
'@babel/helper-plugin-utils': 7.22.5
|
768
|
-
'@babel/helper-validator-identifier': 7.22.5
|
769
|
-
dev: false
|
770
|
-
|
771
|
-
/@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.10):
|
772
|
-
resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
|
773
|
-
engines: {node: '>=6.9.0'}
|
774
|
-
peerDependencies:
|
775
|
-
'@babel/core': ^7.0.0-0
|
776
|
-
dependencies:
|
777
|
-
'@babel/core': 7.22.10
|
778
|
-
'@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
|
779
|
-
'@babel/helper-plugin-utils': 7.22.5
|
780
|
-
dev: false
|
781
|
-
|
782
|
-
/@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.10):
|
783
|
-
resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
|
784
|
-
engines: {node: '>=6.9.0'}
|
785
|
-
peerDependencies:
|
786
|
-
'@babel/core': ^7.0.0
|
787
|
-
dependencies:
|
788
|
-
'@babel/core': 7.22.10
|
789
|
-
'@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
|
790
|
-
'@babel/helper-plugin-utils': 7.22.5
|
791
|
-
dev: false
|
792
|
-
|
793
|
-
/@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.10):
|
794
|
-
resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
|
795
|
-
engines: {node: '>=6.9.0'}
|
796
|
-
peerDependencies:
|
797
|
-
'@babel/core': ^7.0.0-0
|
798
|
-
dependencies:
|
799
|
-
'@babel/core': 7.22.10
|
800
|
-
'@babel/helper-plugin-utils': 7.22.5
|
801
|
-
dev: false
|
802
|
-
|
803
|
-
/@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.10):
|
804
|
-
resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==}
|
805
|
-
engines: {node: '>=6.9.0'}
|
806
|
-
peerDependencies:
|
807
|
-
'@babel/core': ^7.0.0-0
|
808
|
-
dependencies:
|
809
|
-
'@babel/core': 7.22.10
|
810
|
-
'@babel/helper-plugin-utils': 7.22.5
|
811
|
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.10)
|
812
|
-
dev: false
|
813
|
-
|
814
|
-
/@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.10):
|
815
|
-
resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==}
|
816
|
-
engines: {node: '>=6.9.0'}
|
817
|
-
peerDependencies:
|
818
|
-
'@babel/core': ^7.0.0-0
|
819
|
-
dependencies:
|
820
|
-
'@babel/core': 7.22.10
|
821
|
-
'@babel/helper-plugin-utils': 7.22.5
|
822
|
-
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.10)
|
823
|
-
dev: false
|
824
|
-
|
825
|
-
/@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.10):
|
826
|
-
resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==}
|
827
|
-
engines: {node: '>=6.9.0'}
|
828
|
-
peerDependencies:
|
829
|
-
'@babel/core': ^7.0.0-0
|
830
|
-
dependencies:
|
831
|
-
'@babel/compat-data': 7.22.9
|
832
|
-
'@babel/core': 7.22.10
|
833
|
-
'@babel/helper-compilation-targets': 7.22.10
|
834
|
-
'@babel/helper-plugin-utils': 7.22.5
|
835
|
-
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.10)
|
836
|
-
'@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.10)
|
837
|
-
dev: false
|
838
|
-
|
839
|
-
/@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.10):
|
840
|
-
resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
|
841
|
-
engines: {node: '>=6.9.0'}
|
842
|
-
peerDependencies:
|
843
|
-
'@babel/core': ^7.0.0-0
|
844
|
-
dependencies:
|
845
|
-
'@babel/core': 7.22.10
|
846
|
-
'@babel/helper-plugin-utils': 7.22.5
|
847
|
-
'@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10)
|
848
|
-
dev: false
|
849
|
-
|
850
|
-
/@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.10):
|
851
|
-
resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==}
|
852
|
-
engines: {node: '>=6.9.0'}
|
853
|
-
peerDependencies:
|
854
|
-
'@babel/core': ^7.0.0-0
|
855
|
-
dependencies:
|
856
|
-
'@babel/core': 7.22.10
|
857
|
-
'@babel/helper-plugin-utils': 7.22.5
|
858
|
-
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.10)
|
859
|
-
dev: false
|
860
|
-
|
861
|
-
/@babel/plugin-transform-optional-chaining@7.22.10(@babel/core@7.22.10):
|
862
|
-
resolution: {integrity: sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==}
|
863
|
-
engines: {node: '>=6.9.0'}
|
864
|
-
peerDependencies:
|
865
|
-
'@babel/core': ^7.0.0-0
|
866
|
-
dependencies:
|
867
|
-
'@babel/core': 7.22.10
|
868
|
-
'@babel/helper-plugin-utils': 7.22.5
|
869
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
870
|
-
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.10)
|
871
|
-
dev: false
|
872
|
-
|
873
|
-
/@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.10):
|
874
|
-
resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==}
|
875
|
-
engines: {node: '>=6.9.0'}
|
876
|
-
peerDependencies:
|
877
|
-
'@babel/core': ^7.0.0-0
|
878
|
-
dependencies:
|
879
|
-
'@babel/core': 7.22.10
|
880
|
-
'@babel/helper-plugin-utils': 7.22.5
|
881
|
-
dev: false
|
882
|
-
|
883
|
-
/@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.10):
|
884
|
-
resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==}
|
885
|
-
engines: {node: '>=6.9.0'}
|
886
|
-
peerDependencies:
|
887
|
-
'@babel/core': ^7.0.0-0
|
888
|
-
dependencies:
|
889
|
-
'@babel/core': 7.22.10
|
890
|
-
'@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
|
891
|
-
'@babel/helper-plugin-utils': 7.22.5
|
892
|
-
dev: false
|
893
|
-
|
894
|
-
/@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.10):
|
895
|
-
resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==}
|
896
|
-
engines: {node: '>=6.9.0'}
|
897
|
-
peerDependencies:
|
898
|
-
'@babel/core': ^7.0.0-0
|
899
|
-
dependencies:
|
900
|
-
'@babel/core': 7.22.10
|
901
|
-
'@babel/helper-annotate-as-pure': 7.22.5
|
902
|
-
'@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
|
903
|
-
'@babel/helper-plugin-utils': 7.22.5
|
904
|
-
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.10)
|
905
|
-
dev: false
|
906
|
-
|
907
|
-
/@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.10):
|
908
|
-
resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
|
909
|
-
engines: {node: '>=6.9.0'}
|
910
|
-
peerDependencies:
|
911
|
-
'@babel/core': ^7.0.0-0
|
912
|
-
dependencies:
|
913
|
-
'@babel/core': 7.22.10
|
914
|
-
'@babel/helper-plugin-utils': 7.22.5
|
915
|
-
dev: false
|
916
|
-
|
917
|
-
/@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.10):
|
918
|
-
resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
|
919
|
-
engines: {node: '>=6.9.0'}
|
920
|
-
peerDependencies:
|
921
|
-
'@babel/core': ^7.0.0-0
|
922
|
-
dependencies:
|
923
|
-
'@babel/core': 7.22.10
|
924
|
-
'@babel/helper-plugin-utils': 7.22.5
|
925
|
-
regenerator-transform: 0.15.2
|
926
|
-
dev: false
|
927
|
-
|
928
|
-
/@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.10):
|
929
|
-
resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
|
930
|
-
engines: {node: '>=6.9.0'}
|
931
|
-
peerDependencies:
|
932
|
-
'@babel/core': ^7.0.0-0
|
933
|
-
dependencies:
|
934
|
-
'@babel/core': 7.22.10
|
935
|
-
'@babel/helper-plugin-utils': 7.22.5
|
936
|
-
dev: false
|
937
|
-
|
938
|
-
/@babel/plugin-transform-runtime@7.22.10(@babel/core@7.22.10):
|
939
|
-
resolution: {integrity: sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==}
|
940
|
-
engines: {node: '>=6.9.0'}
|
941
|
-
peerDependencies:
|
942
|
-
'@babel/core': ^7.0.0-0
|
943
|
-
dependencies:
|
944
|
-
'@babel/core': 7.22.10
|
945
|
-
'@babel/helper-module-imports': 7.22.5
|
946
|
-
'@babel/helper-plugin-utils': 7.22.5
|
947
|
-
babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.10)
|
948
|
-
babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.10)
|
949
|
-
babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.10)
|
950
|
-
semver: 6.3.1
|
951
|
-
transitivePeerDependencies:
|
952
|
-
- supports-color
|
953
|
-
dev: false
|
954
|
-
|
955
|
-
/@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.10):
|
956
|
-
resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
|
957
|
-
engines: {node: '>=6.9.0'}
|
958
|
-
peerDependencies:
|
959
|
-
'@babel/core': ^7.0.0-0
|
960
|
-
dependencies:
|
961
|
-
'@babel/core': 7.22.10
|
962
|
-
'@babel/helper-plugin-utils': 7.22.5
|
963
|
-
dev: false
|
964
|
-
|
965
|
-
/@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.10):
|
966
|
-
resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
|
967
|
-
engines: {node: '>=6.9.0'}
|
968
|
-
peerDependencies:
|
969
|
-
'@babel/core': ^7.0.0-0
|
970
|
-
dependencies:
|
971
|
-
'@babel/core': 7.22.10
|
972
|
-
'@babel/helper-plugin-utils': 7.22.5
|
973
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
974
|
-
dev: false
|
975
|
-
|
976
|
-
/@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.10):
|
977
|
-
resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
|
978
|
-
engines: {node: '>=6.9.0'}
|
979
|
-
peerDependencies:
|
980
|
-
'@babel/core': ^7.0.0-0
|
981
|
-
dependencies:
|
982
|
-
'@babel/core': 7.22.10
|
983
|
-
'@babel/helper-plugin-utils': 7.22.5
|
984
|
-
dev: false
|
985
|
-
|
986
|
-
/@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.10):
|
987
|
-
resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
|
988
|
-
engines: {node: '>=6.9.0'}
|
989
|
-
peerDependencies:
|
990
|
-
'@babel/core': ^7.0.0-0
|
991
|
-
dependencies:
|
992
|
-
'@babel/core': 7.22.10
|
993
|
-
'@babel/helper-plugin-utils': 7.22.5
|
994
|
-
dev: false
|
995
|
-
|
996
|
-
/@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.10):
|
997
|
-
resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
|
998
|
-
engines: {node: '>=6.9.0'}
|
999
|
-
peerDependencies:
|
1000
|
-
'@babel/core': ^7.0.0-0
|
1001
|
-
dependencies:
|
1002
|
-
'@babel/core': 7.22.10
|
1003
|
-
'@babel/helper-plugin-utils': 7.22.5
|
1004
|
-
dev: false
|
1005
|
-
|
1006
|
-
/@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.10):
|
1007
|
-
resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
|
1008
|
-
engines: {node: '>=6.9.0'}
|
1009
|
-
peerDependencies:
|
1010
|
-
'@babel/core': ^7.0.0-0
|
1011
|
-
dependencies:
|
1012
|
-
'@babel/core': 7.22.10
|
1013
|
-
'@babel/helper-plugin-utils': 7.22.5
|
1014
|
-
dev: false
|
1015
|
-
|
1016
|
-
/@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.10):
|
1017
|
-
resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==}
|
1018
|
-
engines: {node: '>=6.9.0'}
|
1019
|
-
peerDependencies:
|
1020
|
-
'@babel/core': ^7.0.0-0
|
1021
|
-
dependencies:
|
1022
|
-
'@babel/core': 7.22.10
|
1023
|
-
'@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
|
1024
|
-
'@babel/helper-plugin-utils': 7.22.5
|
1025
|
-
dev: false
|
1026
|
-
|
1027
|
-
/@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.10):
|
1028
|
-
resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
|
1029
|
-
engines: {node: '>=6.9.0'}
|
1030
|
-
peerDependencies:
|
1031
|
-
'@babel/core': ^7.0.0-0
|
1032
|
-
dependencies:
|
1033
|
-
'@babel/core': 7.22.10
|
1034
|
-
'@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
|
1035
|
-
'@babel/helper-plugin-utils': 7.22.5
|
1036
|
-
dev: false
|
1037
|
-
|
1038
|
-
/@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.10):
|
1039
|
-
resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==}
|
1040
|
-
engines: {node: '>=6.9.0'}
|
1041
|
-
peerDependencies:
|
1042
|
-
'@babel/core': ^7.0.0
|
1043
|
-
dependencies:
|
1044
|
-
'@babel/core': 7.22.10
|
1045
|
-
'@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
|
1046
|
-
'@babel/helper-plugin-utils': 7.22.5
|
1047
|
-
dev: false
|
1048
|
-
|
1049
|
-
/@babel/preset-env@7.22.10(@babel/core@7.22.10):
|
1050
|
-
resolution: {integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==}
|
1051
|
-
engines: {node: '>=6.9.0'}
|
1052
|
-
peerDependencies:
|
1053
|
-
'@babel/core': ^7.0.0-0
|
1054
|
-
dependencies:
|
1055
|
-
'@babel/compat-data': 7.22.9
|
1056
|
-
'@babel/core': 7.22.10
|
1057
|
-
'@babel/helper-compilation-targets': 7.22.10
|
1058
|
-
'@babel/helper-plugin-utils': 7.22.5
|
1059
|
-
'@babel/helper-validator-option': 7.22.5
|
1060
|
-
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.10)
|
1061
|
-
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.22.10)
|
1062
|
-
'@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.10)
|
1063
|
-
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.10)
|
1064
|
-
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.10)
|
1065
|
-
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.10)
|
1066
|
-
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.10)
|
1067
|
-
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.10)
|
1068
|
-
'@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.10)
|
1069
|
-
'@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.10)
|
1070
|
-
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.10)
|
1071
|
-
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.10)
|
1072
|
-
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.10)
|
1073
|
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.10)
|
1074
|
-
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.10)
|
1075
|
-
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.10)
|
1076
|
-
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.10)
|
1077
|
-
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.10)
|
1078
|
-
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.10)
|
1079
|
-
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.10)
|
1080
|
-
'@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.10)
|
1081
|
-
'@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.10)
|
1082
|
-
'@babel/plugin-transform-async-generator-functions': 7.22.10(@babel/core@7.22.10)
|
1083
|
-
'@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.10)
|
1084
|
-
'@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.10)
|
1085
|
-
'@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.22.10)
|
1086
|
-
'@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.10)
|
1087
|
-
'@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.22.10)
|
1088
|
-
'@babel/plugin-transform-classes': 7.22.6(@babel/core@7.22.10)
|
1089
|
-
'@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.10)
|
1090
|
-
'@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.22.10)
|
1091
|
-
'@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.10)
|
1092
|
-
'@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.10)
|
1093
|
-
'@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.22.10)
|
1094
|
-
'@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.10)
|
1095
|
-
'@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.22.10)
|
1096
|
-
'@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.10)
|
1097
|
-
'@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.10)
|
1098
|
-
'@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.22.10)
|
1099
|
-
'@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.10)
|
1100
|
-
'@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.22.10)
|
1101
|
-
'@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.10)
|
1102
|
-
'@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.10)
|
1103
|
-
'@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.10)
|
1104
|
-
'@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.22.10)
|
1105
|
-
'@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.10)
|
1106
|
-
'@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.10)
|
1107
|
-
'@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.10)
|
1108
|
-
'@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.22.10)
|
1109
|
-
'@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.22.10)
|
1110
|
-
'@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.22.10)
|
1111
|
-
'@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.10)
|
1112
|
-
'@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.22.10)
|
1113
|
-
'@babel/plugin-transform-optional-chaining': 7.22.10(@babel/core@7.22.10)
|
1114
|
-
'@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.10)
|
1115
|
-
'@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.10)
|
1116
|
-
'@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.22.10)
|
1117
|
-
'@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.10)
|
1118
|
-
'@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.22.10)
|
1119
|
-
'@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.10)
|
1120
|
-
'@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.10)
|
1121
|
-
'@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.10)
|
1122
|
-
'@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.10)
|
1123
|
-
'@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.10)
|
1124
|
-
'@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.10)
|
1125
|
-
'@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.22.10)
|
1126
|
-
'@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.10)
|
1127
|
-
'@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.10)
|
1128
|
-
'@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.10)
|
1129
|
-
'@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.22.10)
|
1130
|
-
'@babel/types': 7.22.10
|
1131
|
-
babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.10)
|
1132
|
-
babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.10)
|
1133
|
-
babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.10)
|
1134
|
-
core-js-compat: 3.32.0
|
1135
|
-
semver: 6.3.1
|
1136
|
-
transitivePeerDependencies:
|
1137
|
-
- supports-color
|
1138
|
-
dev: false
|
1139
|
-
|
1140
|
-
/@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.22.10):
|
1141
|
-
resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
|
1142
|
-
peerDependencies:
|
1143
|
-
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
|
1144
|
-
dependencies:
|
1145
|
-
'@babel/core': 7.22.10
|
1146
|
-
'@babel/helper-plugin-utils': 7.22.5
|
1147
|
-
'@babel/types': 7.22.10
|
1148
|
-
esutils: 2.0.3
|
1149
|
-
dev: false
|
1150
|
-
|
1151
|
-
/@babel/regjsgen@0.8.0:
|
1152
|
-
resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
|
1153
|
-
dev: false
|
1154
|
-
|
1155
|
-
/@babel/runtime@7.22.10:
|
1156
|
-
resolution: {integrity: sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==}
|
1157
|
-
engines: {node: '>=6.9.0'}
|
1158
|
-
dependencies:
|
1159
|
-
regenerator-runtime: 0.14.0
|
1160
|
-
dev: false
|
1161
|
-
|
1162
|
-
/@babel/template@7.22.5:
|
1163
|
-
resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==}
|
1164
|
-
engines: {node: '>=6.9.0'}
|
1165
|
-
dependencies:
|
1166
|
-
'@babel/code-frame': 7.22.10
|
1167
|
-
'@babel/parser': 7.22.10
|
1168
|
-
'@babel/types': 7.22.10
|
1169
|
-
dev: false
|
1170
|
-
|
1171
|
-
/@babel/traverse@7.22.10:
|
1172
|
-
resolution: {integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==}
|
1173
|
-
engines: {node: '>=6.9.0'}
|
1174
|
-
dependencies:
|
1175
|
-
'@babel/code-frame': 7.22.10
|
1176
|
-
'@babel/generator': 7.22.10
|
1177
|
-
'@babel/helper-environment-visitor': 7.22.5
|
1178
|
-
'@babel/helper-function-name': 7.22.5
|
1179
|
-
'@babel/helper-hoist-variables': 7.22.5
|
1180
|
-
'@babel/helper-split-export-declaration': 7.22.6
|
1181
|
-
'@babel/parser': 7.22.10
|
1182
|
-
'@babel/types': 7.22.10
|
1183
|
-
debug: 4.3.4
|
1184
|
-
globals: 11.12.0
|
1185
|
-
transitivePeerDependencies:
|
1186
|
-
- supports-color
|
1187
|
-
dev: false
|
1188
|
-
|
1189
|
-
/@babel/types@7.22.10:
|
1190
|
-
resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==}
|
1191
|
-
engines: {node: '>=6.9.0'}
|
1192
|
-
dependencies:
|
1193
|
-
'@babel/helper-string-parser': 7.22.5
|
1194
|
-
'@babel/helper-validator-identifier': 7.22.5
|
1195
|
-
to-fast-properties: 2.0.0
|
1196
|
-
dev: false
|
1197
|
-
|
1198
|
-
/@discoveryjs/json-ext@0.5.7:
|
1199
|
-
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
|
1200
|
-
engines: {node: '>=10.0.0'}
|
1201
|
-
dev: false
|
1202
|
-
|
1203
|
-
/@jridgewell/gen-mapping@0.3.3:
|
1204
|
-
resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
|
1205
|
-
engines: {node: '>=6.0.0'}
|
1206
|
-
dependencies:
|
1207
|
-
'@jridgewell/set-array': 1.1.2
|
1208
|
-
'@jridgewell/sourcemap-codec': 1.4.15
|
1209
|
-
'@jridgewell/trace-mapping': 0.3.19
|
1210
|
-
dev: false
|
1211
|
-
|
1212
|
-
/@jridgewell/resolve-uri@3.1.1:
|
1213
|
-
resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
|
1214
|
-
engines: {node: '>=6.0.0'}
|
1215
|
-
dev: false
|
1216
|
-
|
1217
|
-
/@jridgewell/set-array@1.1.2:
|
1218
|
-
resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
|
1219
|
-
engines: {node: '>=6.0.0'}
|
1220
|
-
dev: false
|
1221
|
-
|
1222
|
-
/@jridgewell/source-map@0.3.5:
|
1223
|
-
resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==}
|
1224
|
-
dependencies:
|
1225
|
-
'@jridgewell/gen-mapping': 0.3.3
|
1226
|
-
'@jridgewell/trace-mapping': 0.3.19
|
1227
|
-
dev: false
|
1228
|
-
|
1229
|
-
/@jridgewell/sourcemap-codec@1.4.15:
|
1230
|
-
resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
|
1231
|
-
dev: false
|
1232
|
-
|
1233
|
-
/@jridgewell/trace-mapping@0.3.19:
|
1234
|
-
resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==}
|
1235
|
-
dependencies:
|
1236
|
-
'@jridgewell/resolve-uri': 3.1.1
|
1237
|
-
'@jridgewell/sourcemap-codec': 1.4.15
|
1238
|
-
dev: false
|
1239
|
-
|
1240
|
-
/@leichtgewicht/ip-codec@2.0.4:
|
1241
|
-
resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
|
1242
|
-
dev: false
|
1243
|
-
|
1244
|
-
/@types/body-parser@1.19.2:
|
1245
|
-
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
|
1246
|
-
dependencies:
|
1247
|
-
'@types/connect': 3.4.35
|
1248
|
-
'@types/node': 20.4.10
|
1249
|
-
dev: false
|
1250
|
-
|
1251
|
-
/@types/bonjour@3.5.10:
|
1252
|
-
resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
|
1253
|
-
dependencies:
|
1254
|
-
'@types/node': 20.4.10
|
1255
|
-
dev: false
|
1256
|
-
|
1257
|
-
/@types/connect-history-api-fallback@1.5.0:
|
1258
|
-
resolution: {integrity: sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==}
|
1259
|
-
dependencies:
|
1260
|
-
'@types/express-serve-static-core': 4.17.35
|
1261
|
-
'@types/node': 20.4.10
|
1262
|
-
dev: false
|
1263
|
-
|
1264
|
-
/@types/connect@3.4.35:
|
1265
|
-
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
|
1266
|
-
dependencies:
|
1267
|
-
'@types/node': 20.4.10
|
1268
|
-
dev: false
|
1269
|
-
|
1270
|
-
/@types/eslint-scope@3.7.4:
|
1271
|
-
resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==}
|
1272
|
-
dependencies:
|
1273
|
-
'@types/eslint': 8.44.2
|
1274
|
-
'@types/estree': 1.0.1
|
1275
|
-
dev: false
|
1276
|
-
|
1277
|
-
/@types/eslint@8.44.2:
|
1278
|
-
resolution: {integrity: sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==}
|
1279
|
-
dependencies:
|
1280
|
-
'@types/estree': 1.0.1
|
1281
|
-
'@types/json-schema': 7.0.12
|
1282
|
-
dev: false
|
1283
|
-
|
1284
|
-
/@types/estree@1.0.1:
|
1285
|
-
resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==}
|
1286
|
-
dev: false
|
1287
|
-
|
1288
|
-
/@types/express-serve-static-core@4.17.35:
|
1289
|
-
resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==}
|
1290
|
-
dependencies:
|
1291
|
-
'@types/node': 20.4.10
|
1292
|
-
'@types/qs': 6.9.7
|
1293
|
-
'@types/range-parser': 1.2.4
|
1294
|
-
'@types/send': 0.17.1
|
1295
|
-
dev: false
|
1296
|
-
|
1297
|
-
/@types/express@4.17.17:
|
1298
|
-
resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==}
|
1299
|
-
dependencies:
|
1300
|
-
'@types/body-parser': 1.19.2
|
1301
|
-
'@types/express-serve-static-core': 4.17.35
|
1302
|
-
'@types/qs': 6.9.7
|
1303
|
-
'@types/serve-static': 1.15.2
|
1304
|
-
dev: false
|
1305
|
-
|
1306
|
-
/@types/http-errors@2.0.1:
|
1307
|
-
resolution: {integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==}
|
1308
|
-
dev: false
|
1309
|
-
|
1310
|
-
/@types/http-proxy@1.17.11:
|
1311
|
-
resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==}
|
1312
|
-
dependencies:
|
1313
|
-
'@types/node': 20.4.10
|
1314
|
-
dev: false
|
1315
|
-
|
1316
|
-
/@types/json-schema@7.0.12:
|
1317
|
-
resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==}
|
1318
|
-
dev: false
|
1319
|
-
|
1320
|
-
/@types/mime@1.3.2:
|
1321
|
-
resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}
|
1322
|
-
dev: false
|
1323
|
-
|
1324
|
-
/@types/mime@3.0.1:
|
1325
|
-
resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==}
|
1326
|
-
dev: false
|
1327
|
-
|
1328
|
-
/@types/node@20.4.10:
|
1329
|
-
resolution: {integrity: sha512-vwzFiiy8Rn6E0MtA13/Cxxgpan/N6UeNYR9oUu6kuJWxu6zCk98trcDp8CBhbtaeuq9SykCmXkFr2lWLoPcvLg==}
|
1330
|
-
dev: false
|
1331
|
-
|
1332
|
-
/@types/qs@6.9.7:
|
1333
|
-
resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
|
1334
|
-
dev: false
|
1335
|
-
|
1336
|
-
/@types/range-parser@1.2.4:
|
1337
|
-
resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
|
1338
|
-
dev: false
|
1339
|
-
|
1340
|
-
/@types/retry@0.12.0:
|
1341
|
-
resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
|
1342
|
-
dev: false
|
1343
|
-
|
1344
|
-
/@types/send@0.17.1:
|
1345
|
-
resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==}
|
1346
|
-
dependencies:
|
1347
|
-
'@types/mime': 1.3.2
|
1348
|
-
'@types/node': 20.4.10
|
1349
|
-
dev: false
|
1350
|
-
|
1351
|
-
/@types/serve-index@1.9.1:
|
1352
|
-
resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==}
|
1353
|
-
dependencies:
|
1354
|
-
'@types/express': 4.17.17
|
1355
|
-
dev: false
|
1356
|
-
|
1357
|
-
/@types/serve-static@1.15.2:
|
1358
|
-
resolution: {integrity: sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==}
|
1359
|
-
dependencies:
|
1360
|
-
'@types/http-errors': 2.0.1
|
1361
|
-
'@types/mime': 3.0.1
|
1362
|
-
'@types/node': 20.4.10
|
1363
|
-
dev: false
|
1364
|
-
|
1365
|
-
/@types/sockjs@0.3.33:
|
1366
|
-
resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
|
1367
|
-
dependencies:
|
1368
|
-
'@types/node': 20.4.10
|
1369
|
-
dev: false
|
1370
|
-
|
1371
|
-
/@types/ws@8.5.5:
|
1372
|
-
resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==}
|
1373
|
-
dependencies:
|
1374
|
-
'@types/node': 20.4.10
|
1375
|
-
dev: false
|
1376
|
-
|
1377
|
-
/@webassemblyjs/ast@1.11.6:
|
1378
|
-
resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==}
|
1379
|
-
dependencies:
|
1380
|
-
'@webassemblyjs/helper-numbers': 1.11.6
|
1381
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.11.6
|
1382
|
-
dev: false
|
1383
|
-
|
1384
|
-
/@webassemblyjs/floating-point-hex-parser@1.11.6:
|
1385
|
-
resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==}
|
1386
|
-
dev: false
|
1387
|
-
|
1388
|
-
/@webassemblyjs/helper-api-error@1.11.6:
|
1389
|
-
resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==}
|
1390
|
-
dev: false
|
1391
|
-
|
1392
|
-
/@webassemblyjs/helper-buffer@1.11.6:
|
1393
|
-
resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==}
|
1394
|
-
dev: false
|
1395
|
-
|
1396
|
-
/@webassemblyjs/helper-numbers@1.11.6:
|
1397
|
-
resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==}
|
1398
|
-
dependencies:
|
1399
|
-
'@webassemblyjs/floating-point-hex-parser': 1.11.6
|
1400
|
-
'@webassemblyjs/helper-api-error': 1.11.6
|
1401
|
-
'@xtuc/long': 4.2.2
|
1402
|
-
dev: false
|
1403
|
-
|
1404
|
-
/@webassemblyjs/helper-wasm-bytecode@1.11.6:
|
1405
|
-
resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==}
|
1406
|
-
dev: false
|
1407
|
-
|
1408
|
-
/@webassemblyjs/helper-wasm-section@1.11.6:
|
1409
|
-
resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==}
|
1410
|
-
dependencies:
|
1411
|
-
'@webassemblyjs/ast': 1.11.6
|
1412
|
-
'@webassemblyjs/helper-buffer': 1.11.6
|
1413
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.11.6
|
1414
|
-
'@webassemblyjs/wasm-gen': 1.11.6
|
1415
|
-
dev: false
|
1416
|
-
|
1417
|
-
/@webassemblyjs/ieee754@1.11.6:
|
1418
|
-
resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==}
|
1419
|
-
dependencies:
|
1420
|
-
'@xtuc/ieee754': 1.2.0
|
1421
|
-
dev: false
|
1422
|
-
|
1423
|
-
/@webassemblyjs/leb128@1.11.6:
|
1424
|
-
resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==}
|
1425
|
-
dependencies:
|
1426
|
-
'@xtuc/long': 4.2.2
|
1427
|
-
dev: false
|
1428
|
-
|
1429
|
-
/@webassemblyjs/utf8@1.11.6:
|
1430
|
-
resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==}
|
1431
|
-
dev: false
|
1432
|
-
|
1433
|
-
/@webassemblyjs/wasm-edit@1.11.6:
|
1434
|
-
resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==}
|
1435
|
-
dependencies:
|
1436
|
-
'@webassemblyjs/ast': 1.11.6
|
1437
|
-
'@webassemblyjs/helper-buffer': 1.11.6
|
1438
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.11.6
|
1439
|
-
'@webassemblyjs/helper-wasm-section': 1.11.6
|
1440
|
-
'@webassemblyjs/wasm-gen': 1.11.6
|
1441
|
-
'@webassemblyjs/wasm-opt': 1.11.6
|
1442
|
-
'@webassemblyjs/wasm-parser': 1.11.6
|
1443
|
-
'@webassemblyjs/wast-printer': 1.11.6
|
1444
|
-
dev: false
|
1445
|
-
|
1446
|
-
/@webassemblyjs/wasm-gen@1.11.6:
|
1447
|
-
resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==}
|
1448
|
-
dependencies:
|
1449
|
-
'@webassemblyjs/ast': 1.11.6
|
1450
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.11.6
|
1451
|
-
'@webassemblyjs/ieee754': 1.11.6
|
1452
|
-
'@webassemblyjs/leb128': 1.11.6
|
1453
|
-
'@webassemblyjs/utf8': 1.11.6
|
1454
|
-
dev: false
|
1455
|
-
|
1456
|
-
/@webassemblyjs/wasm-opt@1.11.6:
|
1457
|
-
resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==}
|
1458
|
-
dependencies:
|
1459
|
-
'@webassemblyjs/ast': 1.11.6
|
1460
|
-
'@webassemblyjs/helper-buffer': 1.11.6
|
1461
|
-
'@webassemblyjs/wasm-gen': 1.11.6
|
1462
|
-
'@webassemblyjs/wasm-parser': 1.11.6
|
1463
|
-
dev: false
|
1464
|
-
|
1465
|
-
/@webassemblyjs/wasm-parser@1.11.6:
|
1466
|
-
resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==}
|
1467
|
-
dependencies:
|
1468
|
-
'@webassemblyjs/ast': 1.11.6
|
1469
|
-
'@webassemblyjs/helper-api-error': 1.11.6
|
1470
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.11.6
|
1471
|
-
'@webassemblyjs/ieee754': 1.11.6
|
1472
|
-
'@webassemblyjs/leb128': 1.11.6
|
1473
|
-
'@webassemblyjs/utf8': 1.11.6
|
1474
|
-
dev: false
|
1475
|
-
|
1476
|
-
/@webassemblyjs/wast-printer@1.11.6:
|
1477
|
-
resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==}
|
1478
|
-
dependencies:
|
1479
|
-
'@webassemblyjs/ast': 1.11.6
|
1480
|
-
'@xtuc/long': 4.2.2
|
1481
|
-
dev: false
|
1482
|
-
|
1483
|
-
/@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.88.2):
|
1484
|
-
resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==}
|
1485
|
-
engines: {node: '>=14.15.0'}
|
1486
|
-
peerDependencies:
|
1487
|
-
webpack: 5.x.x
|
1488
|
-
webpack-cli: 5.x.x
|
1489
|
-
dependencies:
|
1490
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
1491
|
-
webpack-cli: 5.1.4(webpack-dev-server@4.15.1)(webpack@5.88.2)
|
1492
|
-
dev: false
|
1493
|
-
|
1494
|
-
/@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.88.2):
|
1495
|
-
resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==}
|
1496
|
-
engines: {node: '>=14.15.0'}
|
1497
|
-
peerDependencies:
|
1498
|
-
webpack: 5.x.x
|
1499
|
-
webpack-cli: 5.x.x
|
1500
|
-
dependencies:
|
1501
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
1502
|
-
webpack-cli: 5.1.4(webpack-dev-server@4.15.1)(webpack@5.88.2)
|
1503
|
-
dev: false
|
1504
|
-
|
1505
|
-
/@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@4.15.1)(webpack@5.88.2):
|
1506
|
-
resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==}
|
1507
|
-
engines: {node: '>=14.15.0'}
|
1508
|
-
peerDependencies:
|
1509
|
-
webpack: 5.x.x
|
1510
|
-
webpack-cli: 5.x.x
|
1511
|
-
webpack-dev-server: '*'
|
1512
|
-
peerDependenciesMeta:
|
1513
|
-
webpack-dev-server:
|
1514
|
-
optional: true
|
1515
|
-
dependencies:
|
1516
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
1517
|
-
webpack-cli: 5.1.4(webpack-dev-server@4.15.1)(webpack@5.88.2)
|
1518
|
-
webpack-dev-server: 4.15.1(webpack-cli@5.1.4)(webpack@5.88.2)
|
1519
|
-
dev: false
|
1520
|
-
|
1521
|
-
/@xtuc/ieee754@1.2.0:
|
1522
|
-
resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
|
1523
|
-
dev: false
|
1524
|
-
|
1525
|
-
/@xtuc/long@4.2.2:
|
1526
|
-
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
1527
|
-
dev: false
|
1528
|
-
|
1529
|
-
/accepts@1.3.8:
|
1530
|
-
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
|
1531
|
-
engines: {node: '>= 0.6'}
|
1532
|
-
dependencies:
|
1533
|
-
mime-types: 2.1.35
|
1534
|
-
negotiator: 0.6.3
|
1535
|
-
dev: false
|
1536
|
-
|
1537
|
-
/acorn-import-assertions@1.9.0(acorn@8.10.0):
|
1538
|
-
resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
|
1539
|
-
peerDependencies:
|
1540
|
-
acorn: ^8
|
1541
|
-
dependencies:
|
1542
|
-
acorn: 8.10.0
|
1543
|
-
dev: false
|
1544
|
-
|
1545
|
-
/acorn@8.10.0:
|
1546
|
-
resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==}
|
1547
|
-
engines: {node: '>=0.4.0'}
|
1548
|
-
hasBin: true
|
1549
|
-
dev: false
|
1550
|
-
|
1551
|
-
/ajv-formats@2.1.1(ajv@8.12.0):
|
1552
|
-
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
1553
|
-
peerDependencies:
|
1554
|
-
ajv: ^8.0.0
|
1555
|
-
peerDependenciesMeta:
|
1556
|
-
ajv:
|
1557
|
-
optional: true
|
1558
|
-
dependencies:
|
1559
|
-
ajv: 8.12.0
|
1560
|
-
dev: false
|
1561
|
-
|
1562
|
-
/ajv-keywords@3.5.2(ajv@6.12.6):
|
1563
|
-
resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
|
1564
|
-
peerDependencies:
|
1565
|
-
ajv: ^6.9.1
|
1566
|
-
dependencies:
|
1567
|
-
ajv: 6.12.6
|
1568
|
-
dev: false
|
1569
|
-
|
1570
|
-
/ajv-keywords@5.1.0(ajv@8.12.0):
|
1571
|
-
resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
|
1572
|
-
peerDependencies:
|
1573
|
-
ajv: ^8.8.2
|
1574
|
-
dependencies:
|
1575
|
-
ajv: 8.12.0
|
1576
|
-
fast-deep-equal: 3.1.3
|
1577
|
-
dev: false
|
1578
|
-
|
1579
|
-
/ajv@6.12.6:
|
1580
|
-
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
|
1581
|
-
dependencies:
|
1582
|
-
fast-deep-equal: 3.1.3
|
1583
|
-
fast-json-stable-stringify: 2.1.0
|
1584
|
-
json-schema-traverse: 0.4.1
|
1585
|
-
uri-js: 4.4.1
|
1586
|
-
dev: false
|
1587
|
-
|
1588
|
-
/ajv@8.12.0:
|
1589
|
-
resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
|
1590
|
-
dependencies:
|
1591
|
-
fast-deep-equal: 3.1.3
|
1592
|
-
json-schema-traverse: 1.0.0
|
1593
|
-
require-from-string: 2.0.2
|
1594
|
-
uri-js: 4.4.1
|
1595
|
-
dev: false
|
1596
|
-
|
1597
|
-
/ansi-html-community@0.0.8:
|
1598
|
-
resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==}
|
1599
|
-
engines: {'0': node >= 0.8.0}
|
1600
|
-
hasBin: true
|
1601
|
-
dev: false
|
1602
|
-
|
1603
|
-
/ansi-styles@3.2.1:
|
1604
|
-
resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
|
1605
|
-
engines: {node: '>=4'}
|
1606
|
-
dependencies:
|
1607
|
-
color-convert: 1.9.3
|
1608
|
-
dev: false
|
1609
|
-
|
1610
|
-
/ansi-styles@4.3.0:
|
1611
|
-
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
1612
|
-
engines: {node: '>=8'}
|
1613
|
-
dependencies:
|
1614
|
-
color-convert: 2.0.1
|
1615
|
-
dev: false
|
1616
|
-
|
1617
|
-
/anymatch@3.1.3:
|
1618
|
-
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
1619
|
-
engines: {node: '>= 8'}
|
1620
|
-
dependencies:
|
1621
|
-
normalize-path: 3.0.0
|
1622
|
-
picomatch: 2.3.1
|
1623
|
-
dev: false
|
1624
|
-
|
1625
|
-
/argparse@2.0.1:
|
1626
|
-
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
1627
|
-
dev: false
|
1628
|
-
|
1629
|
-
/array-flatten@1.1.1:
|
1630
|
-
resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
|
1631
|
-
dev: false
|
1632
|
-
|
1633
|
-
/array-flatten@2.1.2:
|
1634
|
-
resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==}
|
1635
|
-
dev: false
|
1636
|
-
|
1637
|
-
/babel-loader@9.1.3(@babel/core@7.22.10)(webpack@5.88.2):
|
1638
|
-
resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==}
|
1639
|
-
engines: {node: '>= 14.15.0'}
|
1640
|
-
peerDependencies:
|
1641
|
-
'@babel/core': ^7.12.0
|
1642
|
-
webpack: '>=5'
|
1643
|
-
dependencies:
|
1644
|
-
'@babel/core': 7.22.10
|
1645
|
-
find-cache-dir: 4.0.0
|
1646
|
-
schema-utils: 4.2.0
|
1647
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
1648
|
-
dev: false
|
1649
|
-
|
1650
|
-
/babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.10):
|
1651
|
-
resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
|
1652
|
-
peerDependencies:
|
1653
|
-
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
|
1654
|
-
dependencies:
|
1655
|
-
'@babel/compat-data': 7.22.9
|
1656
|
-
'@babel/core': 7.22.10
|
1657
|
-
'@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.10)
|
1658
|
-
semver: 6.3.1
|
1659
|
-
transitivePeerDependencies:
|
1660
|
-
- supports-color
|
1661
|
-
dev: false
|
1662
|
-
|
1663
|
-
/babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.10):
|
1664
|
-
resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==}
|
1665
|
-
peerDependencies:
|
1666
|
-
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
|
1667
|
-
dependencies:
|
1668
|
-
'@babel/core': 7.22.10
|
1669
|
-
'@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.10)
|
1670
|
-
core-js-compat: 3.32.0
|
1671
|
-
transitivePeerDependencies:
|
1672
|
-
- supports-color
|
1673
|
-
dev: false
|
1674
|
-
|
1675
|
-
/babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.10):
|
1676
|
-
resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
|
1677
|
-
peerDependencies:
|
1678
|
-
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
|
1679
|
-
dependencies:
|
1680
|
-
'@babel/core': 7.22.10
|
1681
|
-
'@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.10)
|
1682
|
-
transitivePeerDependencies:
|
1683
|
-
- supports-color
|
1684
|
-
dev: false
|
1685
|
-
|
1686
|
-
/balanced-match@1.0.2:
|
1687
|
-
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
1688
|
-
dev: false
|
1689
|
-
|
1690
|
-
/batch@0.6.1:
|
1691
|
-
resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==}
|
1692
|
-
dev: false
|
1693
|
-
|
1694
|
-
/binary-extensions@2.2.0:
|
1695
|
-
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
|
1696
|
-
engines: {node: '>=8'}
|
1697
|
-
dev: false
|
1698
|
-
|
1699
|
-
/body-parser@1.20.1:
|
1700
|
-
resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==}
|
1701
|
-
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
|
1702
|
-
dependencies:
|
1703
|
-
bytes: 3.1.2
|
1704
|
-
content-type: 1.0.5
|
1705
|
-
debug: 2.6.9
|
1706
|
-
depd: 2.0.0
|
1707
|
-
destroy: 1.2.0
|
1708
|
-
http-errors: 2.0.0
|
1709
|
-
iconv-lite: 0.4.24
|
1710
|
-
on-finished: 2.4.1
|
1711
|
-
qs: 6.11.0
|
1712
|
-
raw-body: 2.5.1
|
1713
|
-
type-is: 1.6.18
|
1714
|
-
unpipe: 1.0.0
|
1715
|
-
transitivePeerDependencies:
|
1716
|
-
- supports-color
|
1717
|
-
dev: false
|
1718
|
-
|
1719
|
-
/bonjour-service@1.1.1:
|
1720
|
-
resolution: {integrity: sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==}
|
1721
|
-
dependencies:
|
1722
|
-
array-flatten: 2.1.2
|
1723
|
-
dns-equal: 1.0.0
|
1724
|
-
fast-deep-equal: 3.1.3
|
1725
|
-
multicast-dns: 7.2.5
|
1726
|
-
dev: false
|
1727
|
-
|
1728
|
-
/brace-expansion@1.1.11:
|
1729
|
-
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
|
1730
|
-
dependencies:
|
1731
|
-
balanced-match: 1.0.2
|
1732
|
-
concat-map: 0.0.1
|
1733
|
-
dev: false
|
1734
|
-
|
1735
|
-
/braces@3.0.2:
|
1736
|
-
resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
|
1737
|
-
engines: {node: '>=8'}
|
1738
|
-
dependencies:
|
1739
|
-
fill-range: 7.0.1
|
1740
|
-
dev: false
|
1741
|
-
|
1742
|
-
/browserslist@4.21.10:
|
1743
|
-
resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==}
|
1744
|
-
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
1745
|
-
hasBin: true
|
1746
|
-
dependencies:
|
1747
|
-
caniuse-lite: 1.0.30001520
|
1748
|
-
electron-to-chromium: 1.4.490
|
1749
|
-
node-releases: 2.0.13
|
1750
|
-
update-browserslist-db: 1.0.11(browserslist@4.21.10)
|
1751
|
-
dev: false
|
1752
|
-
|
1753
|
-
/buffer-from@1.1.2:
|
1754
|
-
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
1755
|
-
dev: false
|
1756
|
-
|
1757
|
-
/bytes@3.0.0:
|
1758
|
-
resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==}
|
1759
|
-
engines: {node: '>= 0.8'}
|
1760
|
-
dev: false
|
1761
|
-
|
1762
|
-
/bytes@3.1.2:
|
1763
|
-
resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
|
1764
|
-
engines: {node: '>= 0.8'}
|
1765
|
-
dev: false
|
1766
|
-
|
1767
|
-
/call-bind@1.0.2:
|
1768
|
-
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
|
1769
|
-
dependencies:
|
1770
|
-
function-bind: 1.1.1
|
1771
|
-
get-intrinsic: 1.2.1
|
1772
|
-
dev: false
|
1773
|
-
|
1774
|
-
/caniuse-lite@1.0.30001520:
|
1775
|
-
resolution: {integrity: sha512-tahF5O9EiiTzwTUqAeFjIZbn4Dnqxzz7ktrgGlMYNLH43Ul26IgTMH/zvL3DG0lZxBYnlT04axvInszUsZULdA==}
|
1776
|
-
dev: false
|
1777
|
-
|
1778
|
-
/chalk@2.4.2:
|
1779
|
-
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
|
1780
|
-
engines: {node: '>=4'}
|
1781
|
-
dependencies:
|
1782
|
-
ansi-styles: 3.2.1
|
1783
|
-
escape-string-regexp: 1.0.5
|
1784
|
-
supports-color: 5.5.0
|
1785
|
-
dev: false
|
1786
|
-
|
1787
|
-
/chalk@4.1.2:
|
1788
|
-
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
1789
|
-
engines: {node: '>=10'}
|
1790
|
-
dependencies:
|
1791
|
-
ansi-styles: 4.3.0
|
1792
|
-
supports-color: 7.2.0
|
1793
|
-
dev: false
|
1794
|
-
|
1795
|
-
/chokidar@3.5.3:
|
1796
|
-
resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
|
1797
|
-
engines: {node: '>= 8.10.0'}
|
1798
|
-
dependencies:
|
1799
|
-
anymatch: 3.1.3
|
1800
|
-
braces: 3.0.2
|
1801
|
-
glob-parent: 5.1.2
|
1802
|
-
is-binary-path: 2.1.0
|
1803
|
-
is-glob: 4.0.3
|
1804
|
-
normalize-path: 3.0.0
|
1805
|
-
readdirp: 3.6.0
|
1806
|
-
optionalDependencies:
|
1807
|
-
fsevents: 2.3.2
|
1808
|
-
dev: false
|
1809
|
-
|
1810
|
-
/chrome-trace-event@1.0.3:
|
1811
|
-
resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
|
1812
|
-
engines: {node: '>=6.0'}
|
1813
|
-
dev: false
|
1814
|
-
|
1815
|
-
/clone-deep@4.0.1:
|
1816
|
-
resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
|
1817
|
-
engines: {node: '>=6'}
|
1818
|
-
dependencies:
|
1819
|
-
is-plain-object: 2.0.4
|
1820
|
-
kind-of: 6.0.3
|
1821
|
-
shallow-clone: 3.0.1
|
1822
|
-
dev: false
|
1823
|
-
|
1824
|
-
/color-convert@1.9.3:
|
1825
|
-
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
|
1826
|
-
dependencies:
|
1827
|
-
color-name: 1.1.3
|
1828
|
-
dev: false
|
1829
|
-
|
1830
|
-
/color-convert@2.0.1:
|
1831
|
-
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
1832
|
-
engines: {node: '>=7.0.0'}
|
1833
|
-
dependencies:
|
1834
|
-
color-name: 1.1.4
|
1835
|
-
dev: false
|
1836
|
-
|
1837
|
-
/color-name@1.1.3:
|
1838
|
-
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
|
1839
|
-
dev: false
|
1840
|
-
|
1841
|
-
/color-name@1.1.4:
|
1842
|
-
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
1843
|
-
dev: false
|
1844
|
-
|
1845
|
-
/colorette@2.0.20:
|
1846
|
-
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
|
1847
|
-
dev: false
|
1848
|
-
|
1849
|
-
/commander@10.0.1:
|
1850
|
-
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
|
1851
|
-
engines: {node: '>=14'}
|
1852
|
-
dev: false
|
1853
|
-
|
1854
|
-
/commander@2.20.3:
|
1855
|
-
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
1856
|
-
dev: false
|
1857
|
-
|
1858
|
-
/common-path-prefix@3.0.0:
|
1859
|
-
resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==}
|
1860
|
-
dev: false
|
1861
|
-
|
1862
|
-
/compressible@2.0.18:
|
1863
|
-
resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
|
1864
|
-
engines: {node: '>= 0.6'}
|
1865
|
-
dependencies:
|
1866
|
-
mime-db: 1.52.0
|
1867
|
-
dev: false
|
1868
|
-
|
1869
|
-
/compression-webpack-plugin@10.0.0(webpack@5.88.2):
|
1870
|
-
resolution: {integrity: sha512-wLXLIBwpul/ALcm7Aj+69X0pYT3BYt6DdPn3qrgBIh9YejV9Bju9ShhlAsjujLyWMo6SAweFIWaUoFmXZNuNrg==}
|
1871
|
-
engines: {node: '>= 14.15.0'}
|
1872
|
-
peerDependencies:
|
1873
|
-
webpack: ^5.1.0
|
1874
|
-
dependencies:
|
1875
|
-
schema-utils: 4.2.0
|
1876
|
-
serialize-javascript: 6.0.1
|
1877
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
1878
|
-
dev: false
|
1879
|
-
|
1880
|
-
/compression@1.7.4:
|
1881
|
-
resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==}
|
1882
|
-
engines: {node: '>= 0.8.0'}
|
1883
|
-
dependencies:
|
1884
|
-
accepts: 1.3.8
|
1885
|
-
bytes: 3.0.0
|
1886
|
-
compressible: 2.0.18
|
1887
|
-
debug: 2.6.9
|
1888
|
-
on-headers: 1.0.2
|
1889
|
-
safe-buffer: 5.1.2
|
1890
|
-
vary: 1.1.2
|
1891
|
-
transitivePeerDependencies:
|
1892
|
-
- supports-color
|
1893
|
-
dev: false
|
1894
|
-
|
1895
|
-
/concat-map@0.0.1:
|
1896
|
-
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
1897
|
-
dev: false
|
1898
|
-
|
1899
|
-
/connect-history-api-fallback@2.0.0:
|
1900
|
-
resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==}
|
1901
|
-
engines: {node: '>=0.8'}
|
1902
|
-
dev: false
|
1903
|
-
|
1904
|
-
/content-disposition@0.5.4:
|
1905
|
-
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
1906
|
-
engines: {node: '>= 0.6'}
|
1907
|
-
dependencies:
|
1908
|
-
safe-buffer: 5.2.1
|
1909
|
-
dev: false
|
1910
|
-
|
1911
|
-
/content-type@1.0.5:
|
1912
|
-
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
|
1913
|
-
engines: {node: '>= 0.6'}
|
1914
|
-
dev: false
|
1915
|
-
|
1916
|
-
/convert-source-map@1.9.0:
|
1917
|
-
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
|
1918
|
-
dev: false
|
1919
|
-
|
1920
|
-
/cookie-signature@1.0.6:
|
1921
|
-
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
|
1922
|
-
dev: false
|
1923
|
-
|
1924
|
-
/cookie@0.5.0:
|
1925
|
-
resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==}
|
1926
|
-
engines: {node: '>= 0.6'}
|
1927
|
-
dev: false
|
1928
|
-
|
1929
|
-
/core-js-compat@3.32.0:
|
1930
|
-
resolution: {integrity: sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==}
|
1931
|
-
dependencies:
|
1932
|
-
browserslist: 4.21.10
|
1933
|
-
dev: false
|
1934
|
-
|
1935
|
-
/core-util-is@1.0.3:
|
1936
|
-
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
1937
|
-
dev: false
|
1938
|
-
|
1939
|
-
/cross-spawn@7.0.3:
|
1940
|
-
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
|
1941
|
-
engines: {node: '>= 8'}
|
1942
|
-
dependencies:
|
1943
|
-
path-key: 3.1.1
|
1944
|
-
shebang-command: 2.0.0
|
1945
|
-
which: 2.0.2
|
1946
|
-
dev: false
|
1947
|
-
|
1948
|
-
/debug@2.6.9:
|
1949
|
-
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
|
1950
|
-
peerDependencies:
|
1951
|
-
supports-color: '*'
|
1952
|
-
peerDependenciesMeta:
|
1953
|
-
supports-color:
|
1954
|
-
optional: true
|
1955
|
-
dependencies:
|
1956
|
-
ms: 2.0.0
|
1957
|
-
dev: false
|
1958
|
-
|
1959
|
-
/debug@4.3.4:
|
1960
|
-
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
|
1961
|
-
engines: {node: '>=6.0'}
|
1962
|
-
peerDependencies:
|
1963
|
-
supports-color: '*'
|
1964
|
-
peerDependenciesMeta:
|
1965
|
-
supports-color:
|
1966
|
-
optional: true
|
1967
|
-
dependencies:
|
1968
|
-
ms: 2.1.2
|
1969
|
-
dev: false
|
1970
|
-
|
1971
|
-
/deepmerge@4.3.1:
|
1972
|
-
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
1973
|
-
engines: {node: '>=0.10.0'}
|
1974
|
-
dev: false
|
1975
|
-
|
1976
|
-
/default-gateway@6.0.3:
|
1977
|
-
resolution: {integrity: sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==}
|
1978
|
-
engines: {node: '>= 10'}
|
1979
|
-
dependencies:
|
1980
|
-
execa: 5.1.1
|
1981
|
-
dev: false
|
1982
|
-
|
1983
|
-
/define-lazy-prop@2.0.0:
|
1984
|
-
resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
|
1985
|
-
engines: {node: '>=8'}
|
1986
|
-
dev: false
|
1987
|
-
|
1988
|
-
/depd@1.1.2:
|
1989
|
-
resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==}
|
1990
|
-
engines: {node: '>= 0.6'}
|
1991
|
-
dev: false
|
1992
|
-
|
1993
|
-
/depd@2.0.0:
|
1994
|
-
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
|
1995
|
-
engines: {node: '>= 0.8'}
|
1996
|
-
dev: false
|
1997
|
-
|
1998
|
-
/destroy@1.2.0:
|
1999
|
-
resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
|
2000
|
-
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
|
2001
|
-
dev: false
|
2002
|
-
|
2003
|
-
/detect-node@2.1.0:
|
2004
|
-
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
|
2005
|
-
dev: false
|
2006
|
-
|
2007
|
-
/dns-equal@1.0.0:
|
2008
|
-
resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==}
|
2009
|
-
dev: false
|
2010
|
-
|
2011
|
-
/dns-packet@5.6.0:
|
2012
|
-
resolution: {integrity: sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==}
|
2013
|
-
engines: {node: '>=6'}
|
2014
|
-
dependencies:
|
2015
|
-
'@leichtgewicht/ip-codec': 2.0.4
|
2016
|
-
dev: false
|
2017
|
-
|
2018
|
-
/ee-first@1.1.1:
|
2019
|
-
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
2020
|
-
dev: false
|
2021
|
-
|
2022
|
-
/electron-to-chromium@1.4.490:
|
2023
|
-
resolution: {integrity: sha512-6s7NVJz+sATdYnIwhdshx/N/9O6rvMxmhVoDSDFdj6iA45gHR8EQje70+RYsF4GeB+k0IeNSBnP7yG9ZXJFr7A==}
|
2024
|
-
dev: false
|
2025
|
-
|
2026
|
-
/encodeurl@1.0.2:
|
2027
|
-
resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
|
2028
|
-
engines: {node: '>= 0.8'}
|
2029
|
-
dev: false
|
2030
|
-
|
2031
|
-
/enhanced-resolve@5.15.0:
|
2032
|
-
resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==}
|
2033
|
-
engines: {node: '>=10.13.0'}
|
2034
|
-
dependencies:
|
2035
|
-
graceful-fs: 4.2.11
|
2036
|
-
tapable: 2.2.1
|
2037
|
-
dev: false
|
2038
|
-
|
2039
|
-
/envinfo@7.10.0:
|
2040
|
-
resolution: {integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==}
|
2041
|
-
engines: {node: '>=4'}
|
2042
|
-
hasBin: true
|
2043
|
-
dev: false
|
2044
|
-
|
2045
|
-
/es-module-lexer@1.3.0:
|
2046
|
-
resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==}
|
2047
|
-
dev: false
|
2048
|
-
|
2049
|
-
/escalade@3.1.1:
|
2050
|
-
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
2051
|
-
engines: {node: '>=6'}
|
2052
|
-
dev: false
|
2053
|
-
|
2054
|
-
/escape-html@1.0.3:
|
2055
|
-
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
2056
|
-
dev: false
|
2057
|
-
|
2058
|
-
/escape-string-regexp@1.0.5:
|
2059
|
-
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
|
2060
|
-
engines: {node: '>=0.8.0'}
|
2061
|
-
dev: false
|
2062
|
-
|
2063
|
-
/eslint-scope@5.1.1:
|
2064
|
-
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
2065
|
-
engines: {node: '>=8.0.0'}
|
2066
|
-
dependencies:
|
2067
|
-
esrecurse: 4.3.0
|
2068
|
-
estraverse: 4.3.0
|
2069
|
-
dev: false
|
2070
|
-
|
2071
|
-
/esrecurse@4.3.0:
|
2072
|
-
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
2073
|
-
engines: {node: '>=4.0'}
|
2074
|
-
dependencies:
|
2075
|
-
estraverse: 5.3.0
|
2076
|
-
dev: false
|
2077
|
-
|
2078
|
-
/estraverse@4.3.0:
|
2079
|
-
resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
|
2080
|
-
engines: {node: '>=4.0'}
|
2081
|
-
dev: false
|
2082
|
-
|
2083
|
-
/estraverse@5.3.0:
|
2084
|
-
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
2085
|
-
engines: {node: '>=4.0'}
|
2086
|
-
dev: false
|
2087
|
-
|
2088
|
-
/esutils@2.0.3:
|
2089
|
-
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
2090
|
-
engines: {node: '>=0.10.0'}
|
2091
|
-
dev: false
|
2092
|
-
|
2093
|
-
/etag@1.8.1:
|
2094
|
-
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
|
2095
|
-
engines: {node: '>= 0.6'}
|
2096
|
-
dev: false
|
2097
|
-
|
2098
|
-
/eventemitter3@4.0.7:
|
2099
|
-
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
2100
|
-
dev: false
|
2101
|
-
|
2102
|
-
/events@3.3.0:
|
2103
|
-
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
2104
|
-
engines: {node: '>=0.8.x'}
|
2105
|
-
dev: false
|
2106
|
-
|
2107
|
-
/execa@5.1.1:
|
2108
|
-
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
|
2109
|
-
engines: {node: '>=10'}
|
2110
|
-
dependencies:
|
2111
|
-
cross-spawn: 7.0.3
|
2112
|
-
get-stream: 6.0.1
|
2113
|
-
human-signals: 2.1.0
|
2114
|
-
is-stream: 2.0.1
|
2115
|
-
merge-stream: 2.0.0
|
2116
|
-
npm-run-path: 4.0.1
|
2117
|
-
onetime: 5.1.2
|
2118
|
-
signal-exit: 3.0.7
|
2119
|
-
strip-final-newline: 2.0.0
|
2120
|
-
dev: false
|
2121
|
-
|
2122
|
-
/express@4.18.2:
|
2123
|
-
resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==}
|
2124
|
-
engines: {node: '>= 0.10.0'}
|
2125
|
-
dependencies:
|
2126
|
-
accepts: 1.3.8
|
2127
|
-
array-flatten: 1.1.1
|
2128
|
-
body-parser: 1.20.1
|
2129
|
-
content-disposition: 0.5.4
|
2130
|
-
content-type: 1.0.5
|
2131
|
-
cookie: 0.5.0
|
2132
|
-
cookie-signature: 1.0.6
|
2133
|
-
debug: 2.6.9
|
2134
|
-
depd: 2.0.0
|
2135
|
-
encodeurl: 1.0.2
|
2136
|
-
escape-html: 1.0.3
|
2137
|
-
etag: 1.8.1
|
2138
|
-
finalhandler: 1.2.0
|
2139
|
-
fresh: 0.5.2
|
2140
|
-
http-errors: 2.0.0
|
2141
|
-
merge-descriptors: 1.0.1
|
2142
|
-
methods: 1.1.2
|
2143
|
-
on-finished: 2.4.1
|
2144
|
-
parseurl: 1.3.3
|
2145
|
-
path-to-regexp: 0.1.7
|
2146
|
-
proxy-addr: 2.0.7
|
2147
|
-
qs: 6.11.0
|
2148
|
-
range-parser: 1.2.1
|
2149
|
-
safe-buffer: 5.2.1
|
2150
|
-
send: 0.18.0
|
2151
|
-
serve-static: 1.15.0
|
2152
|
-
setprototypeof: 1.2.0
|
2153
|
-
statuses: 2.0.1
|
2154
|
-
type-is: 1.6.18
|
2155
|
-
utils-merge: 1.0.1
|
2156
|
-
vary: 1.1.2
|
2157
|
-
transitivePeerDependencies:
|
2158
|
-
- supports-color
|
2159
|
-
dev: false
|
2160
|
-
|
2161
|
-
/fast-deep-equal@3.1.3:
|
2162
|
-
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
2163
|
-
dev: false
|
2164
|
-
|
2165
|
-
/fast-json-stable-stringify@2.1.0:
|
2166
|
-
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
2167
|
-
dev: false
|
2168
|
-
|
2169
|
-
/fastest-levenshtein@1.0.16:
|
2170
|
-
resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==}
|
2171
|
-
engines: {node: '>= 4.9.1'}
|
2172
|
-
dev: false
|
2173
|
-
|
2174
|
-
/faye-websocket@0.11.4:
|
2175
|
-
resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==}
|
2176
|
-
engines: {node: '>=0.8.0'}
|
2177
|
-
dependencies:
|
2178
|
-
websocket-driver: 0.7.4
|
2179
|
-
dev: false
|
2180
|
-
|
2181
|
-
/fill-range@7.0.1:
|
2182
|
-
resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
|
2183
|
-
engines: {node: '>=8'}
|
2184
|
-
dependencies:
|
2185
|
-
to-regex-range: 5.0.1
|
2186
|
-
dev: false
|
2187
|
-
|
2188
|
-
/finalhandler@1.2.0:
|
2189
|
-
resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==}
|
2190
|
-
engines: {node: '>= 0.8'}
|
2191
|
-
dependencies:
|
2192
|
-
debug: 2.6.9
|
2193
|
-
encodeurl: 1.0.2
|
2194
|
-
escape-html: 1.0.3
|
2195
|
-
on-finished: 2.4.1
|
2196
|
-
parseurl: 1.3.3
|
2197
|
-
statuses: 2.0.1
|
2198
|
-
unpipe: 1.0.0
|
2199
|
-
transitivePeerDependencies:
|
2200
|
-
- supports-color
|
2201
|
-
dev: false
|
2202
|
-
|
2203
|
-
/find-cache-dir@4.0.0:
|
2204
|
-
resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==}
|
2205
|
-
engines: {node: '>=14.16'}
|
2206
|
-
dependencies:
|
2207
|
-
common-path-prefix: 3.0.0
|
2208
|
-
pkg-dir: 7.0.0
|
2209
|
-
dev: false
|
2210
|
-
|
2211
|
-
/find-up@4.1.0:
|
2212
|
-
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
|
2213
|
-
engines: {node: '>=8'}
|
2214
|
-
dependencies:
|
2215
|
-
locate-path: 5.0.0
|
2216
|
-
path-exists: 4.0.0
|
2217
|
-
dev: false
|
2218
|
-
|
2219
|
-
/find-up@6.3.0:
|
2220
|
-
resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==}
|
2221
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
2222
|
-
dependencies:
|
2223
|
-
locate-path: 7.2.0
|
2224
|
-
path-exists: 5.0.0
|
2225
|
-
dev: false
|
2226
|
-
|
2227
|
-
/follow-redirects@1.15.2:
|
2228
|
-
resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==}
|
2229
|
-
engines: {node: '>=4.0'}
|
2230
|
-
peerDependencies:
|
2231
|
-
debug: '*'
|
2232
|
-
peerDependenciesMeta:
|
2233
|
-
debug:
|
2234
|
-
optional: true
|
2235
|
-
dev: false
|
2236
|
-
|
2237
|
-
/forwarded@0.2.0:
|
2238
|
-
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
|
2239
|
-
engines: {node: '>= 0.6'}
|
2240
|
-
dev: false
|
2241
|
-
|
2242
|
-
/fresh@0.5.2:
|
2243
|
-
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
|
2244
|
-
engines: {node: '>= 0.6'}
|
2245
|
-
dev: false
|
2246
|
-
|
2247
|
-
/fs-monkey@1.0.4:
|
2248
|
-
resolution: {integrity: sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==}
|
2249
|
-
dev: false
|
2250
|
-
|
2251
|
-
/fs.realpath@1.0.0:
|
2252
|
-
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
|
2253
|
-
dev: false
|
2254
|
-
|
2255
|
-
/fsevents@2.3.2:
|
2256
|
-
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
|
2257
|
-
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
2258
|
-
os: [darwin]
|
2259
|
-
requiresBuild: true
|
2260
|
-
dev: false
|
2261
|
-
optional: true
|
2262
|
-
|
2263
|
-
/function-bind@1.1.1:
|
2264
|
-
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
|
2265
|
-
dev: false
|
2266
|
-
|
2267
|
-
/gensync@1.0.0-beta.2:
|
2268
|
-
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
2269
|
-
engines: {node: '>=6.9.0'}
|
2270
|
-
dev: false
|
2271
|
-
|
2272
|
-
/get-intrinsic@1.2.1:
|
2273
|
-
resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
|
2274
|
-
dependencies:
|
2275
|
-
function-bind: 1.1.1
|
2276
|
-
has: 1.0.3
|
2277
|
-
has-proto: 1.0.1
|
2278
|
-
has-symbols: 1.0.3
|
2279
|
-
dev: false
|
2280
|
-
|
2281
|
-
/get-stream@6.0.1:
|
2282
|
-
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
|
2283
|
-
engines: {node: '>=10'}
|
2284
|
-
dev: false
|
2285
|
-
|
2286
|
-
/glob-parent@5.1.2:
|
2287
|
-
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
2288
|
-
engines: {node: '>= 6'}
|
2289
|
-
dependencies:
|
2290
|
-
is-glob: 4.0.3
|
2291
|
-
dev: false
|
2292
|
-
|
2293
|
-
/glob-to-regexp@0.4.1:
|
2294
|
-
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
|
2295
|
-
dev: false
|
2296
|
-
|
2297
|
-
/glob@7.2.3:
|
2298
|
-
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
2299
|
-
dependencies:
|
2300
|
-
fs.realpath: 1.0.0
|
2301
|
-
inflight: 1.0.6
|
2302
|
-
inherits: 2.0.4
|
2303
|
-
minimatch: 3.1.2
|
2304
|
-
once: 1.4.0
|
2305
|
-
path-is-absolute: 1.0.1
|
2306
|
-
dev: false
|
2307
|
-
|
2308
|
-
/globals@11.12.0:
|
2309
|
-
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
|
2310
|
-
engines: {node: '>=4'}
|
2311
|
-
dev: false
|
2312
|
-
|
2313
|
-
/graceful-fs@4.2.11:
|
2314
|
-
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
2315
|
-
dev: false
|
2316
|
-
|
2317
|
-
/handle-thing@2.0.1:
|
2318
|
-
resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
|
2319
|
-
dev: false
|
2320
|
-
|
2321
|
-
/has-flag@3.0.0:
|
2322
|
-
resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
|
2323
|
-
engines: {node: '>=4'}
|
2324
|
-
dev: false
|
2325
|
-
|
2326
|
-
/has-flag@4.0.0:
|
2327
|
-
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
2328
|
-
engines: {node: '>=8'}
|
2329
|
-
dev: false
|
2330
|
-
|
2331
|
-
/has-proto@1.0.1:
|
2332
|
-
resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==}
|
2333
|
-
engines: {node: '>= 0.4'}
|
2334
|
-
dev: false
|
2335
|
-
|
2336
|
-
/has-symbols@1.0.3:
|
2337
|
-
resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
|
2338
|
-
engines: {node: '>= 0.4'}
|
2339
|
-
dev: false
|
2340
|
-
|
2341
|
-
/has@1.0.3:
|
2342
|
-
resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
|
2343
|
-
engines: {node: '>= 0.4.0'}
|
2344
|
-
dependencies:
|
2345
|
-
function-bind: 1.1.1
|
2346
|
-
dev: false
|
2347
|
-
|
2348
|
-
/hpack.js@2.1.6:
|
2349
|
-
resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==}
|
2350
|
-
dependencies:
|
2351
|
-
inherits: 2.0.4
|
2352
|
-
obuf: 1.1.2
|
2353
|
-
readable-stream: 2.3.8
|
2354
|
-
wbuf: 1.7.3
|
2355
|
-
dev: false
|
2356
|
-
|
2357
|
-
/html-entities@2.4.0:
|
2358
|
-
resolution: {integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==}
|
2359
|
-
dev: false
|
2360
|
-
|
2361
|
-
/http-deceiver@1.2.7:
|
2362
|
-
resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==}
|
2363
|
-
dev: false
|
2364
|
-
|
2365
|
-
/http-errors@1.6.3:
|
2366
|
-
resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==}
|
2367
|
-
engines: {node: '>= 0.6'}
|
2368
|
-
dependencies:
|
2369
|
-
depd: 1.1.2
|
2370
|
-
inherits: 2.0.3
|
2371
|
-
setprototypeof: 1.1.0
|
2372
|
-
statuses: 1.5.0
|
2373
|
-
dev: false
|
2374
|
-
|
2375
|
-
/http-errors@2.0.0:
|
2376
|
-
resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
|
2377
|
-
engines: {node: '>= 0.8'}
|
2378
|
-
dependencies:
|
2379
|
-
depd: 2.0.0
|
2380
|
-
inherits: 2.0.4
|
2381
|
-
setprototypeof: 1.2.0
|
2382
|
-
statuses: 2.0.1
|
2383
|
-
toidentifier: 1.0.1
|
2384
|
-
dev: false
|
2385
|
-
|
2386
|
-
/http-parser-js@0.5.8:
|
2387
|
-
resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==}
|
2388
|
-
dev: false
|
2389
|
-
|
2390
|
-
/http-proxy-middleware@2.0.6(@types/express@4.17.17):
|
2391
|
-
resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==}
|
2392
|
-
engines: {node: '>=12.0.0'}
|
2393
|
-
peerDependencies:
|
2394
|
-
'@types/express': ^4.17.13
|
2395
|
-
peerDependenciesMeta:
|
2396
|
-
'@types/express':
|
2397
|
-
optional: true
|
2398
|
-
dependencies:
|
2399
|
-
'@types/express': 4.17.17
|
2400
|
-
'@types/http-proxy': 1.17.11
|
2401
|
-
http-proxy: 1.18.1
|
2402
|
-
is-glob: 4.0.3
|
2403
|
-
is-plain-obj: 3.0.0
|
2404
|
-
micromatch: 4.0.5
|
2405
|
-
transitivePeerDependencies:
|
2406
|
-
- debug
|
2407
|
-
dev: false
|
2408
|
-
|
2409
|
-
/http-proxy@1.18.1:
|
2410
|
-
resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==}
|
2411
|
-
engines: {node: '>=8.0.0'}
|
2412
|
-
dependencies:
|
2413
|
-
eventemitter3: 4.0.7
|
2414
|
-
follow-redirects: 1.15.2
|
2415
|
-
requires-port: 1.0.0
|
2416
|
-
transitivePeerDependencies:
|
2417
|
-
- debug
|
2418
|
-
dev: false
|
2419
|
-
|
2420
|
-
/human-signals@2.1.0:
|
2421
|
-
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
2422
|
-
engines: {node: '>=10.17.0'}
|
2423
|
-
dev: false
|
2424
|
-
|
2425
|
-
/iconv-lite@0.4.24:
|
2426
|
-
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
|
2427
|
-
engines: {node: '>=0.10.0'}
|
2428
|
-
dependencies:
|
2429
|
-
safer-buffer: 2.1.2
|
2430
|
-
dev: false
|
2431
|
-
|
2432
|
-
/import-local@3.1.0:
|
2433
|
-
resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==}
|
2434
|
-
engines: {node: '>=8'}
|
2435
|
-
hasBin: true
|
2436
|
-
dependencies:
|
2437
|
-
pkg-dir: 4.2.0
|
2438
|
-
resolve-cwd: 3.0.0
|
2439
|
-
dev: false
|
2440
|
-
|
2441
|
-
/inflight@1.0.6:
|
2442
|
-
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
|
2443
|
-
dependencies:
|
2444
|
-
once: 1.4.0
|
2445
|
-
wrappy: 1.0.2
|
2446
|
-
dev: false
|
2447
|
-
|
2448
|
-
/inherits@2.0.3:
|
2449
|
-
resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==}
|
2450
|
-
dev: false
|
2451
|
-
|
2452
|
-
/inherits@2.0.4:
|
2453
|
-
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
2454
|
-
dev: false
|
2455
|
-
|
2456
|
-
/interpret@3.1.1:
|
2457
|
-
resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==}
|
2458
|
-
engines: {node: '>=10.13.0'}
|
2459
|
-
dev: false
|
2460
|
-
|
2461
|
-
/ipaddr.js@1.9.1:
|
2462
|
-
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
|
2463
|
-
engines: {node: '>= 0.10'}
|
2464
|
-
dev: false
|
2465
|
-
|
2466
|
-
/ipaddr.js@2.1.0:
|
2467
|
-
resolution: {integrity: sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==}
|
2468
|
-
engines: {node: '>= 10'}
|
2469
|
-
dev: false
|
2470
|
-
|
2471
|
-
/is-binary-path@2.1.0:
|
2472
|
-
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
2473
|
-
engines: {node: '>=8'}
|
2474
|
-
dependencies:
|
2475
|
-
binary-extensions: 2.2.0
|
2476
|
-
dev: false
|
2477
|
-
|
2478
|
-
/is-core-module@2.13.0:
|
2479
|
-
resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==}
|
2480
|
-
dependencies:
|
2481
|
-
has: 1.0.3
|
2482
|
-
dev: false
|
2483
|
-
|
2484
|
-
/is-docker@2.2.1:
|
2485
|
-
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
|
2486
|
-
engines: {node: '>=8'}
|
2487
|
-
hasBin: true
|
2488
|
-
dev: false
|
2489
|
-
|
2490
|
-
/is-extglob@2.1.1:
|
2491
|
-
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
2492
|
-
engines: {node: '>=0.10.0'}
|
2493
|
-
dev: false
|
2494
|
-
|
2495
|
-
/is-glob@4.0.3:
|
2496
|
-
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
2497
|
-
engines: {node: '>=0.10.0'}
|
2498
|
-
dependencies:
|
2499
|
-
is-extglob: 2.1.1
|
2500
|
-
dev: false
|
2501
|
-
|
2502
|
-
/is-number@7.0.0:
|
2503
|
-
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
2504
|
-
engines: {node: '>=0.12.0'}
|
2505
|
-
dev: false
|
2506
|
-
|
2507
|
-
/is-plain-obj@3.0.0:
|
2508
|
-
resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==}
|
2509
|
-
engines: {node: '>=10'}
|
2510
|
-
dev: false
|
2511
|
-
|
2512
|
-
/is-plain-object@2.0.4:
|
2513
|
-
resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
|
2514
|
-
engines: {node: '>=0.10.0'}
|
2515
|
-
dependencies:
|
2516
|
-
isobject: 3.0.1
|
2517
|
-
dev: false
|
2518
|
-
|
2519
|
-
/is-stream@2.0.1:
|
2520
|
-
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
|
2521
|
-
engines: {node: '>=8'}
|
2522
|
-
dev: false
|
2523
|
-
|
2524
|
-
/is-wsl@2.2.0:
|
2525
|
-
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
|
2526
|
-
engines: {node: '>=8'}
|
2527
|
-
dependencies:
|
2528
|
-
is-docker: 2.2.1
|
2529
|
-
dev: false
|
2530
|
-
|
2531
|
-
/isarray@1.0.0:
|
2532
|
-
resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
|
2533
|
-
dev: false
|
2534
|
-
|
2535
|
-
/isexe@2.0.0:
|
2536
|
-
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
2537
|
-
dev: false
|
2538
|
-
|
2539
|
-
/isobject@3.0.1:
|
2540
|
-
resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
|
2541
|
-
engines: {node: '>=0.10.0'}
|
2542
|
-
dev: false
|
2543
|
-
|
2544
|
-
/jest-worker@27.5.1:
|
2545
|
-
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
2546
|
-
engines: {node: '>= 10.13.0'}
|
2547
|
-
dependencies:
|
2548
|
-
'@types/node': 20.4.10
|
2549
|
-
merge-stream: 2.0.0
|
2550
|
-
supports-color: 8.1.1
|
2551
|
-
dev: false
|
2552
|
-
|
2553
|
-
/js-tokens@4.0.0:
|
2554
|
-
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
2555
|
-
dev: false
|
2556
|
-
|
2557
|
-
/js-yaml@4.1.0:
|
2558
|
-
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
2559
|
-
hasBin: true
|
2560
|
-
dependencies:
|
2561
|
-
argparse: 2.0.1
|
2562
|
-
dev: false
|
2563
|
-
|
2564
|
-
/jsesc@0.5.0:
|
2565
|
-
resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
|
2566
|
-
hasBin: true
|
2567
|
-
dev: false
|
2568
|
-
|
2569
|
-
/jsesc@2.5.2:
|
2570
|
-
resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
|
2571
|
-
engines: {node: '>=4'}
|
2572
|
-
hasBin: true
|
2573
|
-
dev: false
|
2574
|
-
|
2575
|
-
/json-parse-even-better-errors@2.3.1:
|
2576
|
-
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
2577
|
-
dev: false
|
2578
|
-
|
2579
|
-
/json-schema-traverse@0.4.1:
|
2580
|
-
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
2581
|
-
dev: false
|
2582
|
-
|
2583
|
-
/json-schema-traverse@1.0.0:
|
2584
|
-
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
2585
|
-
dev: false
|
2586
|
-
|
2587
|
-
/json5@2.2.3:
|
2588
|
-
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
2589
|
-
engines: {node: '>=6'}
|
2590
|
-
hasBin: true
|
2591
|
-
dev: false
|
2592
|
-
|
2593
|
-
/kind-of@6.0.3:
|
2594
|
-
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
|
2595
|
-
engines: {node: '>=0.10.0'}
|
2596
|
-
dev: false
|
2597
|
-
|
2598
|
-
/launch-editor@2.6.0:
|
2599
|
-
resolution: {integrity: sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==}
|
2600
|
-
dependencies:
|
2601
|
-
picocolors: 1.0.0
|
2602
|
-
shell-quote: 1.8.1
|
2603
|
-
dev: false
|
2604
|
-
|
2605
|
-
/loader-runner@4.3.0:
|
2606
|
-
resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
|
2607
|
-
engines: {node: '>=6.11.5'}
|
2608
|
-
dev: false
|
2609
|
-
|
2610
|
-
/locate-path@5.0.0:
|
2611
|
-
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
|
2612
|
-
engines: {node: '>=8'}
|
2613
|
-
dependencies:
|
2614
|
-
p-locate: 4.1.0
|
2615
|
-
dev: false
|
2616
|
-
|
2617
|
-
/locate-path@7.2.0:
|
2618
|
-
resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
|
2619
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
2620
|
-
dependencies:
|
2621
|
-
p-locate: 6.0.0
|
2622
|
-
dev: false
|
2623
|
-
|
2624
|
-
/lockfile@1.0.4:
|
2625
|
-
resolution: {integrity: sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==}
|
2626
|
-
dependencies:
|
2627
|
-
signal-exit: 3.0.7
|
2628
|
-
dev: false
|
2629
|
-
|
2630
|
-
/lodash.debounce@4.0.8:
|
2631
|
-
resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
|
2632
|
-
dev: false
|
2633
|
-
|
2634
|
-
/lodash.get@4.4.2:
|
2635
|
-
resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
|
2636
|
-
dev: false
|
2637
|
-
|
2638
|
-
/lodash.has@4.5.2:
|
2639
|
-
resolution: {integrity: sha512-rnYUdIo6xRCJnQmbVFEwcxF144erlD+M3YcJUVesflU9paQaE8p+fJDcIQrlMYbxoANFL+AB9hZrzSBBk5PL+g==}
|
2640
|
-
dev: false
|
2641
|
-
|
2642
|
-
/lru-cache@5.1.1:
|
2643
|
-
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
2644
|
-
dependencies:
|
2645
|
-
yallist: 3.1.1
|
2646
|
-
dev: false
|
2647
|
-
|
2648
|
-
/media-typer@0.3.0:
|
2649
|
-
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
|
2650
|
-
engines: {node: '>= 0.6'}
|
2651
|
-
dev: false
|
2652
|
-
|
2653
|
-
/memfs@3.5.3:
|
2654
|
-
resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
|
2655
|
-
engines: {node: '>= 4.0.0'}
|
2656
|
-
dependencies:
|
2657
|
-
fs-monkey: 1.0.4
|
2658
|
-
dev: false
|
2659
|
-
|
2660
|
-
/merge-descriptors@1.0.1:
|
2661
|
-
resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
|
2662
|
-
dev: false
|
2663
|
-
|
2664
|
-
/merge-stream@2.0.0:
|
2665
|
-
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
2666
|
-
dev: false
|
2667
|
-
|
2668
|
-
/methods@1.1.2:
|
2669
|
-
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
|
2670
|
-
engines: {node: '>= 0.6'}
|
2671
|
-
dev: false
|
2672
|
-
|
2673
|
-
/micromatch@4.0.5:
|
2674
|
-
resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
|
2675
|
-
engines: {node: '>=8.6'}
|
2676
|
-
dependencies:
|
2677
|
-
braces: 3.0.2
|
2678
|
-
picomatch: 2.3.1
|
2679
|
-
dev: false
|
2680
|
-
|
2681
|
-
/mime-db@1.52.0:
|
2682
|
-
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
2683
|
-
engines: {node: '>= 0.6'}
|
2684
|
-
dev: false
|
2685
|
-
|
2686
|
-
/mime-types@2.1.35:
|
2687
|
-
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
2688
|
-
engines: {node: '>= 0.6'}
|
2689
|
-
dependencies:
|
2690
|
-
mime-db: 1.52.0
|
2691
|
-
dev: false
|
2692
|
-
|
2693
|
-
/mime@1.6.0:
|
2694
|
-
resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
|
2695
|
-
engines: {node: '>=4'}
|
2696
|
-
hasBin: true
|
2697
|
-
dev: false
|
2698
|
-
|
2699
|
-
/mimic-fn@2.1.0:
|
2700
|
-
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
2701
|
-
engines: {node: '>=6'}
|
2702
|
-
dev: false
|
2703
|
-
|
2704
|
-
/minimalistic-assert@1.0.1:
|
2705
|
-
resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
|
2706
|
-
dev: false
|
2707
|
-
|
2708
|
-
/minimatch@3.1.2:
|
2709
|
-
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
2710
|
-
dependencies:
|
2711
|
-
brace-expansion: 1.1.11
|
2712
|
-
dev: false
|
2713
|
-
|
2714
|
-
/ms@2.0.0:
|
2715
|
-
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
|
2716
|
-
dev: false
|
2717
|
-
|
2718
|
-
/ms@2.1.2:
|
2719
|
-
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
|
2720
|
-
dev: false
|
2721
|
-
|
2722
|
-
/ms@2.1.3:
|
2723
|
-
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
2724
|
-
dev: false
|
2725
|
-
|
2726
|
-
/multicast-dns@7.2.5:
|
2727
|
-
resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==}
|
2728
|
-
hasBin: true
|
2729
|
-
dependencies:
|
2730
|
-
dns-packet: 5.6.0
|
2731
|
-
thunky: 1.1.0
|
2732
|
-
dev: false
|
2733
|
-
|
2734
|
-
/negotiator@0.6.3:
|
2735
|
-
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
|
2736
|
-
engines: {node: '>= 0.6'}
|
2737
|
-
dev: false
|
2738
|
-
|
2739
|
-
/neo-async@2.6.2:
|
2740
|
-
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
2741
|
-
dev: false
|
2742
|
-
|
2743
|
-
/node-forge@1.3.1:
|
2744
|
-
resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
|
2745
|
-
engines: {node: '>= 6.13.0'}
|
2746
|
-
dev: false
|
2747
|
-
|
2748
|
-
/node-releases@2.0.13:
|
2749
|
-
resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==}
|
2750
|
-
dev: false
|
2751
|
-
|
2752
|
-
/normalize-path@3.0.0:
|
2753
|
-
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
2754
|
-
engines: {node: '>=0.10.0'}
|
2755
|
-
dev: false
|
2756
|
-
|
2757
|
-
/npm-run-path@4.0.1:
|
2758
|
-
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
2759
|
-
engines: {node: '>=8'}
|
2760
|
-
dependencies:
|
2761
|
-
path-key: 3.1.1
|
2762
|
-
dev: false
|
2763
|
-
|
2764
|
-
/object-inspect@1.12.3:
|
2765
|
-
resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==}
|
2766
|
-
dev: false
|
2767
|
-
|
2768
|
-
/obuf@1.1.2:
|
2769
|
-
resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==}
|
2770
|
-
dev: false
|
2771
|
-
|
2772
|
-
/on-finished@2.4.1:
|
2773
|
-
resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
|
2774
|
-
engines: {node: '>= 0.8'}
|
2775
|
-
dependencies:
|
2776
|
-
ee-first: 1.1.1
|
2777
|
-
dev: false
|
2778
|
-
|
2779
|
-
/on-headers@1.0.2:
|
2780
|
-
resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==}
|
2781
|
-
engines: {node: '>= 0.8'}
|
2782
|
-
dev: false
|
2783
|
-
|
2784
|
-
/once@1.4.0:
|
2785
|
-
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
2786
|
-
dependencies:
|
2787
|
-
wrappy: 1.0.2
|
2788
|
-
dev: false
|
2789
|
-
|
2790
|
-
/onetime@5.1.2:
|
2791
|
-
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
2792
|
-
engines: {node: '>=6'}
|
2793
|
-
dependencies:
|
2794
|
-
mimic-fn: 2.1.0
|
2795
|
-
dev: false
|
2796
|
-
|
2797
|
-
/open@8.4.2:
|
2798
|
-
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
|
2799
|
-
engines: {node: '>=12'}
|
2800
|
-
dependencies:
|
2801
|
-
define-lazy-prop: 2.0.0
|
2802
|
-
is-docker: 2.2.1
|
2803
|
-
is-wsl: 2.2.0
|
2804
|
-
dev: false
|
2805
|
-
|
2806
|
-
/p-limit@2.3.0:
|
2807
|
-
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
2808
|
-
engines: {node: '>=6'}
|
2809
|
-
dependencies:
|
2810
|
-
p-try: 2.2.0
|
2811
|
-
dev: false
|
2812
|
-
|
2813
|
-
/p-limit@4.0.0:
|
2814
|
-
resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
|
2815
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
2816
|
-
dependencies:
|
2817
|
-
yocto-queue: 1.0.0
|
2818
|
-
dev: false
|
2819
|
-
|
2820
|
-
/p-locate@4.1.0:
|
2821
|
-
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
|
2822
|
-
engines: {node: '>=8'}
|
2823
|
-
dependencies:
|
2824
|
-
p-limit: 2.3.0
|
2825
|
-
dev: false
|
2826
|
-
|
2827
|
-
/p-locate@6.0.0:
|
2828
|
-
resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
|
2829
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
2830
|
-
dependencies:
|
2831
|
-
p-limit: 4.0.0
|
2832
|
-
dev: false
|
2833
|
-
|
2834
|
-
/p-retry@4.6.2:
|
2835
|
-
resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==}
|
2836
|
-
engines: {node: '>=8'}
|
2837
|
-
dependencies:
|
2838
|
-
'@types/retry': 0.12.0
|
2839
|
-
retry: 0.13.1
|
2840
|
-
dev: false
|
2841
|
-
|
2842
|
-
/p-try@2.2.0:
|
2843
|
-
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
2844
|
-
engines: {node: '>=6'}
|
2845
|
-
dev: false
|
2846
|
-
|
2847
|
-
/parseurl@1.3.3:
|
2848
|
-
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
|
2849
|
-
engines: {node: '>= 0.8'}
|
2850
|
-
dev: false
|
2851
|
-
|
2852
|
-
/path-complete-extname@1.0.0:
|
2853
|
-
resolution: {integrity: sha512-CVjiWcMRdGU8ubs08YQVzhutOR5DEfO97ipRIlOGMK5Bek5nQySknBpuxVAVJ36hseTNs+vdIcv57ZrWxH7zvg==}
|
2854
|
-
dev: false
|
2855
|
-
|
2856
|
-
/path-exists@4.0.0:
|
2857
|
-
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
2858
|
-
engines: {node: '>=8'}
|
2859
|
-
dev: false
|
2860
|
-
|
2861
|
-
/path-exists@5.0.0:
|
2862
|
-
resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
|
2863
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
2864
|
-
dev: false
|
2865
|
-
|
2866
|
-
/path-is-absolute@1.0.1:
|
2867
|
-
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
2868
|
-
engines: {node: '>=0.10.0'}
|
2869
|
-
dev: false
|
2870
|
-
|
2871
|
-
/path-key@3.1.1:
|
2872
|
-
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
2873
|
-
engines: {node: '>=8'}
|
2874
|
-
dev: false
|
2875
|
-
|
2876
|
-
/path-parse@1.0.7:
|
2877
|
-
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
2878
|
-
dev: false
|
2879
|
-
|
2880
|
-
/path-to-regexp@0.1.7:
|
2881
|
-
resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
|
2882
|
-
dev: false
|
2883
|
-
|
2884
|
-
/picocolors@1.0.0:
|
2885
|
-
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
|
2886
|
-
dev: false
|
2887
|
-
|
2888
|
-
/picomatch@2.3.1:
|
2889
|
-
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
2890
|
-
engines: {node: '>=8.6'}
|
2891
|
-
dev: false
|
2892
|
-
|
2893
|
-
/pkg-dir@4.2.0:
|
2894
|
-
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
|
2895
|
-
engines: {node: '>=8'}
|
2896
|
-
dependencies:
|
2897
|
-
find-up: 4.1.0
|
2898
|
-
dev: false
|
2899
|
-
|
2900
|
-
/pkg-dir@7.0.0:
|
2901
|
-
resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==}
|
2902
|
-
engines: {node: '>=14.16'}
|
2903
|
-
dependencies:
|
2904
|
-
find-up: 6.3.0
|
2905
|
-
dev: false
|
2906
|
-
|
2907
|
-
/process-nextick-args@2.0.1:
|
2908
|
-
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
2909
|
-
dev: false
|
2910
|
-
|
2911
|
-
/proxy-addr@2.0.7:
|
2912
|
-
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
|
2913
|
-
engines: {node: '>= 0.10'}
|
2914
|
-
dependencies:
|
2915
|
-
forwarded: 0.2.0
|
2916
|
-
ipaddr.js: 1.9.1
|
2917
|
-
dev: false
|
2918
|
-
|
2919
|
-
/punycode@2.3.0:
|
2920
|
-
resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==}
|
2921
|
-
engines: {node: '>=6'}
|
2922
|
-
dev: false
|
2923
|
-
|
2924
|
-
/qs@6.11.0:
|
2925
|
-
resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
|
2926
|
-
engines: {node: '>=0.6'}
|
2927
|
-
dependencies:
|
2928
|
-
side-channel: 1.0.4
|
2929
|
-
dev: false
|
2930
|
-
|
2931
|
-
/randombytes@2.1.0:
|
2932
|
-
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
|
2933
|
-
dependencies:
|
2934
|
-
safe-buffer: 5.2.1
|
2935
|
-
dev: false
|
2936
|
-
|
2937
|
-
/range-parser@1.2.1:
|
2938
|
-
resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
|
2939
|
-
engines: {node: '>= 0.6'}
|
2940
|
-
dev: false
|
2941
|
-
|
2942
|
-
/raw-body@2.5.1:
|
2943
|
-
resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==}
|
2944
|
-
engines: {node: '>= 0.8'}
|
2945
|
-
dependencies:
|
2946
|
-
bytes: 3.1.2
|
2947
|
-
http-errors: 2.0.0
|
2948
|
-
iconv-lite: 0.4.24
|
2949
|
-
unpipe: 1.0.0
|
2950
|
-
dev: false
|
2951
|
-
|
2952
|
-
/readable-stream@2.3.8:
|
2953
|
-
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
|
2954
|
-
dependencies:
|
2955
|
-
core-util-is: 1.0.3
|
2956
|
-
inherits: 2.0.4
|
2957
|
-
isarray: 1.0.0
|
2958
|
-
process-nextick-args: 2.0.1
|
2959
|
-
safe-buffer: 5.1.2
|
2960
|
-
string_decoder: 1.1.1
|
2961
|
-
util-deprecate: 1.0.2
|
2962
|
-
dev: false
|
2963
|
-
|
2964
|
-
/readable-stream@3.6.2:
|
2965
|
-
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
2966
|
-
engines: {node: '>= 6'}
|
2967
|
-
dependencies:
|
2968
|
-
inherits: 2.0.4
|
2969
|
-
string_decoder: 1.3.0
|
2970
|
-
util-deprecate: 1.0.2
|
2971
|
-
dev: false
|
2972
|
-
|
2973
|
-
/readdirp@3.6.0:
|
2974
|
-
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
2975
|
-
engines: {node: '>=8.10.0'}
|
2976
|
-
dependencies:
|
2977
|
-
picomatch: 2.3.1
|
2978
|
-
dev: false
|
2979
|
-
|
2980
|
-
/rechoir@0.8.0:
|
2981
|
-
resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==}
|
2982
|
-
engines: {node: '>= 10.13.0'}
|
2983
|
-
dependencies:
|
2984
|
-
resolve: 1.22.4
|
2985
|
-
dev: false
|
2986
|
-
|
2987
|
-
/regenerate-unicode-properties@10.1.0:
|
2988
|
-
resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==}
|
2989
|
-
engines: {node: '>=4'}
|
2990
|
-
dependencies:
|
2991
|
-
regenerate: 1.4.2
|
2992
|
-
dev: false
|
2993
|
-
|
2994
|
-
/regenerate@1.4.2:
|
2995
|
-
resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
|
2996
|
-
dev: false
|
2997
|
-
|
2998
|
-
/regenerator-runtime@0.14.0:
|
2999
|
-
resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==}
|
3000
|
-
dev: false
|
3001
|
-
|
3002
|
-
/regenerator-transform@0.15.2:
|
3003
|
-
resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
|
3004
|
-
dependencies:
|
3005
|
-
'@babel/runtime': 7.22.10
|
3006
|
-
dev: false
|
3007
|
-
|
3008
|
-
/regexpu-core@5.3.2:
|
3009
|
-
resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==}
|
3010
|
-
engines: {node: '>=4'}
|
3011
|
-
dependencies:
|
3012
|
-
'@babel/regjsgen': 0.8.0
|
3013
|
-
regenerate: 1.4.2
|
3014
|
-
regenerate-unicode-properties: 10.1.0
|
3015
|
-
regjsparser: 0.9.1
|
3016
|
-
unicode-match-property-ecmascript: 2.0.0
|
3017
|
-
unicode-match-property-value-ecmascript: 2.1.0
|
3018
|
-
dev: false
|
3019
|
-
|
3020
|
-
/regjsparser@0.9.1:
|
3021
|
-
resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==}
|
3022
|
-
hasBin: true
|
3023
|
-
dependencies:
|
3024
|
-
jsesc: 0.5.0
|
3025
|
-
dev: false
|
3026
|
-
|
3027
|
-
/require-from-string@2.0.2:
|
3028
|
-
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
3029
|
-
engines: {node: '>=0.10.0'}
|
3030
|
-
dev: false
|
3031
|
-
|
3032
|
-
/requires-port@1.0.0:
|
3033
|
-
resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==}
|
3034
|
-
dev: false
|
3035
|
-
|
3036
|
-
/resolve-cwd@3.0.0:
|
3037
|
-
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
|
3038
|
-
engines: {node: '>=8'}
|
3039
|
-
dependencies:
|
3040
|
-
resolve-from: 5.0.0
|
3041
|
-
dev: false
|
3042
|
-
|
3043
|
-
/resolve-from@5.0.0:
|
3044
|
-
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
3045
|
-
engines: {node: '>=8'}
|
3046
|
-
dev: false
|
3047
|
-
|
3048
|
-
/resolve@1.22.4:
|
3049
|
-
resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==}
|
3050
|
-
hasBin: true
|
3051
|
-
dependencies:
|
3052
|
-
is-core-module: 2.13.0
|
3053
|
-
path-parse: 1.0.7
|
3054
|
-
supports-preserve-symlinks-flag: 1.0.0
|
3055
|
-
dev: false
|
3056
|
-
|
3057
|
-
/retry@0.13.1:
|
3058
|
-
resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
|
3059
|
-
engines: {node: '>= 4'}
|
3060
|
-
dev: false
|
3061
|
-
|
3062
|
-
/right-pad@1.0.1:
|
3063
|
-
resolution: {integrity: sha512-bYBjgxmkvTAfgIYy328fmkwhp39v8lwVgWhhrzxPV3yHtcSqyYKe9/XOhvW48UFjATg3VuJbpsp5822ACNvkmw==}
|
3064
|
-
engines: {node: '>= 0.10'}
|
3065
|
-
dev: true
|
3066
|
-
|
3067
|
-
/rimraf@3.0.2:
|
3068
|
-
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
3069
|
-
hasBin: true
|
3070
|
-
dependencies:
|
3071
|
-
glob: 7.2.3
|
3072
|
-
dev: false
|
3073
|
-
|
3074
|
-
/safe-buffer@5.1.2:
|
3075
|
-
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
|
3076
|
-
dev: false
|
3077
|
-
|
3078
|
-
/safe-buffer@5.2.1:
|
3079
|
-
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
3080
|
-
dev: false
|
3081
|
-
|
3082
|
-
/safer-buffer@2.1.2:
|
3083
|
-
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
3084
|
-
dev: false
|
3085
|
-
|
3086
|
-
/schema-utils@3.3.0:
|
3087
|
-
resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
|
3088
|
-
engines: {node: '>= 10.13.0'}
|
3089
|
-
dependencies:
|
3090
|
-
'@types/json-schema': 7.0.12
|
3091
|
-
ajv: 6.12.6
|
3092
|
-
ajv-keywords: 3.5.2(ajv@6.12.6)
|
3093
|
-
dev: false
|
3094
|
-
|
3095
|
-
/schema-utils@4.2.0:
|
3096
|
-
resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==}
|
3097
|
-
engines: {node: '>= 12.13.0'}
|
3098
|
-
dependencies:
|
3099
|
-
'@types/json-schema': 7.0.12
|
3100
|
-
ajv: 8.12.0
|
3101
|
-
ajv-formats: 2.1.1(ajv@8.12.0)
|
3102
|
-
ajv-keywords: 5.1.0(ajv@8.12.0)
|
3103
|
-
dev: false
|
3104
|
-
|
3105
|
-
/select-hose@2.0.0:
|
3106
|
-
resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==}
|
3107
|
-
dev: false
|
3108
|
-
|
3109
|
-
/selfsigned@2.1.1:
|
3110
|
-
resolution: {integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==}
|
3111
|
-
engines: {node: '>=10'}
|
3112
|
-
dependencies:
|
3113
|
-
node-forge: 1.3.1
|
3114
|
-
dev: false
|
3115
|
-
|
3116
|
-
/semver@6.3.1:
|
3117
|
-
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
3118
|
-
hasBin: true
|
3119
|
-
dev: false
|
3120
|
-
|
3121
|
-
/send@0.18.0:
|
3122
|
-
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
|
3123
|
-
engines: {node: '>= 0.8.0'}
|
3124
|
-
dependencies:
|
3125
|
-
debug: 2.6.9
|
3126
|
-
depd: 2.0.0
|
3127
|
-
destroy: 1.2.0
|
3128
|
-
encodeurl: 1.0.2
|
3129
|
-
escape-html: 1.0.3
|
3130
|
-
etag: 1.8.1
|
3131
|
-
fresh: 0.5.2
|
3132
|
-
http-errors: 2.0.0
|
3133
|
-
mime: 1.6.0
|
3134
|
-
ms: 2.1.3
|
3135
|
-
on-finished: 2.4.1
|
3136
|
-
range-parser: 1.2.1
|
3137
|
-
statuses: 2.0.1
|
3138
|
-
transitivePeerDependencies:
|
3139
|
-
- supports-color
|
3140
|
-
dev: false
|
3141
|
-
|
3142
|
-
/serialize-javascript@6.0.1:
|
3143
|
-
resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==}
|
3144
|
-
dependencies:
|
3145
|
-
randombytes: 2.1.0
|
3146
|
-
dev: false
|
3147
|
-
|
3148
|
-
/serve-index@1.9.1:
|
3149
|
-
resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==}
|
3150
|
-
engines: {node: '>= 0.8.0'}
|
3151
|
-
dependencies:
|
3152
|
-
accepts: 1.3.8
|
3153
|
-
batch: 0.6.1
|
3154
|
-
debug: 2.6.9
|
3155
|
-
escape-html: 1.0.3
|
3156
|
-
http-errors: 1.6.3
|
3157
|
-
mime-types: 2.1.35
|
3158
|
-
parseurl: 1.3.3
|
3159
|
-
transitivePeerDependencies:
|
3160
|
-
- supports-color
|
3161
|
-
dev: false
|
3162
|
-
|
3163
|
-
/serve-static@1.15.0:
|
3164
|
-
resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==}
|
3165
|
-
engines: {node: '>= 0.8.0'}
|
3166
|
-
dependencies:
|
3167
|
-
encodeurl: 1.0.2
|
3168
|
-
escape-html: 1.0.3
|
3169
|
-
parseurl: 1.3.3
|
3170
|
-
send: 0.18.0
|
3171
|
-
transitivePeerDependencies:
|
3172
|
-
- supports-color
|
3173
|
-
dev: false
|
3174
|
-
|
3175
|
-
/setprototypeof@1.1.0:
|
3176
|
-
resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==}
|
3177
|
-
dev: false
|
3178
|
-
|
3179
|
-
/setprototypeof@1.2.0:
|
3180
|
-
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
3181
|
-
dev: false
|
3182
|
-
|
3183
|
-
/shallow-clone@3.0.1:
|
3184
|
-
resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
|
3185
|
-
engines: {node: '>=8'}
|
3186
|
-
dependencies:
|
3187
|
-
kind-of: 6.0.3
|
3188
|
-
dev: false
|
3189
|
-
|
3190
|
-
/shebang-command@2.0.0:
|
3191
|
-
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
3192
|
-
engines: {node: '>=8'}
|
3193
|
-
dependencies:
|
3194
|
-
shebang-regex: 3.0.0
|
3195
|
-
dev: false
|
3196
|
-
|
3197
|
-
/shebang-regex@3.0.0:
|
3198
|
-
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
3199
|
-
engines: {node: '>=8'}
|
3200
|
-
dev: false
|
3201
|
-
|
3202
|
-
/shell-quote@1.8.1:
|
3203
|
-
resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
|
3204
|
-
dev: false
|
3205
|
-
|
3206
|
-
/side-channel@1.0.4:
|
3207
|
-
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
|
3208
|
-
dependencies:
|
3209
|
-
call-bind: 1.0.2
|
3210
|
-
get-intrinsic: 1.2.1
|
3211
|
-
object-inspect: 1.12.3
|
3212
|
-
dev: false
|
3213
|
-
|
3214
|
-
/signal-exit@3.0.7:
|
3215
|
-
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
3216
|
-
dev: false
|
3217
|
-
|
3218
|
-
/sockjs@0.3.24:
|
3219
|
-
resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==}
|
3220
|
-
dependencies:
|
3221
|
-
faye-websocket: 0.11.4
|
3222
|
-
uuid: 8.3.2
|
3223
|
-
websocket-driver: 0.7.4
|
3224
|
-
dev: false
|
3225
|
-
|
3226
|
-
/source-map-support@0.5.21:
|
3227
|
-
resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
|
3228
|
-
dependencies:
|
3229
|
-
buffer-from: 1.1.2
|
3230
|
-
source-map: 0.6.1
|
3231
|
-
dev: false
|
3232
|
-
|
3233
|
-
/source-map@0.6.1:
|
3234
|
-
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
3235
|
-
engines: {node: '>=0.10.0'}
|
3236
|
-
dev: false
|
3237
|
-
|
3238
|
-
/spdy-transport@3.0.0:
|
3239
|
-
resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==}
|
3240
|
-
dependencies:
|
3241
|
-
debug: 4.3.4
|
3242
|
-
detect-node: 2.1.0
|
3243
|
-
hpack.js: 2.1.6
|
3244
|
-
obuf: 1.1.2
|
3245
|
-
readable-stream: 3.6.2
|
3246
|
-
wbuf: 1.7.3
|
3247
|
-
transitivePeerDependencies:
|
3248
|
-
- supports-color
|
3249
|
-
dev: false
|
3250
|
-
|
3251
|
-
/spdy@4.0.2:
|
3252
|
-
resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==}
|
3253
|
-
engines: {node: '>=6.0.0'}
|
3254
|
-
dependencies:
|
3255
|
-
debug: 4.3.4
|
3256
|
-
handle-thing: 2.0.1
|
3257
|
-
http-deceiver: 1.2.7
|
3258
|
-
select-hose: 2.0.0
|
3259
|
-
spdy-transport: 3.0.0
|
3260
|
-
transitivePeerDependencies:
|
3261
|
-
- supports-color
|
3262
|
-
dev: false
|
3263
|
-
|
3264
|
-
/statuses@1.5.0:
|
3265
|
-
resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
|
3266
|
-
engines: {node: '>= 0.6'}
|
3267
|
-
dev: false
|
3268
|
-
|
3269
|
-
/statuses@2.0.1:
|
3270
|
-
resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
|
3271
|
-
engines: {node: '>= 0.8'}
|
3272
|
-
dev: false
|
3273
|
-
|
3274
|
-
/string_decoder@1.1.1:
|
3275
|
-
resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
|
3276
|
-
dependencies:
|
3277
|
-
safe-buffer: 5.1.2
|
3278
|
-
dev: false
|
3279
|
-
|
3280
|
-
/string_decoder@1.3.0:
|
3281
|
-
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
3282
|
-
dependencies:
|
3283
|
-
safe-buffer: 5.2.1
|
3284
|
-
dev: false
|
3285
|
-
|
3286
|
-
/strip-final-newline@2.0.0:
|
3287
|
-
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
|
3288
|
-
engines: {node: '>=6'}
|
3289
|
-
dev: false
|
3290
|
-
|
3291
|
-
/supports-color@5.5.0:
|
3292
|
-
resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
|
3293
|
-
engines: {node: '>=4'}
|
3294
|
-
dependencies:
|
3295
|
-
has-flag: 3.0.0
|
3296
|
-
dev: false
|
3297
|
-
|
3298
|
-
/supports-color@7.2.0:
|
3299
|
-
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
3300
|
-
engines: {node: '>=8'}
|
3301
|
-
dependencies:
|
3302
|
-
has-flag: 4.0.0
|
3303
|
-
dev: false
|
3304
|
-
|
3305
|
-
/supports-color@8.1.1:
|
3306
|
-
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
|
3307
|
-
engines: {node: '>=10'}
|
3308
|
-
dependencies:
|
3309
|
-
has-flag: 4.0.0
|
3310
|
-
dev: false
|
3311
|
-
|
3312
|
-
/supports-preserve-symlinks-flag@1.0.0:
|
3313
|
-
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
3314
|
-
engines: {node: '>= 0.4'}
|
3315
|
-
dev: false
|
3316
|
-
|
3317
|
-
/tapable@2.2.1:
|
3318
|
-
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
|
3319
|
-
engines: {node: '>=6'}
|
3320
|
-
dev: false
|
3321
|
-
|
3322
|
-
/terser-webpack-plugin@5.3.9(webpack@5.88.2):
|
3323
|
-
resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==}
|
3324
|
-
engines: {node: '>= 10.13.0'}
|
3325
|
-
peerDependencies:
|
3326
|
-
'@swc/core': '*'
|
3327
|
-
esbuild: '*'
|
3328
|
-
uglify-js: '*'
|
3329
|
-
webpack: ^5.1.0
|
3330
|
-
peerDependenciesMeta:
|
3331
|
-
'@swc/core':
|
3332
|
-
optional: true
|
3333
|
-
esbuild:
|
3334
|
-
optional: true
|
3335
|
-
uglify-js:
|
3336
|
-
optional: true
|
3337
|
-
dependencies:
|
3338
|
-
'@jridgewell/trace-mapping': 0.3.19
|
3339
|
-
jest-worker: 27.5.1
|
3340
|
-
schema-utils: 3.3.0
|
3341
|
-
serialize-javascript: 6.0.1
|
3342
|
-
terser: 5.19.2
|
3343
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
3344
|
-
dev: false
|
3345
|
-
|
3346
|
-
/terser@5.19.2:
|
3347
|
-
resolution: {integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==}
|
3348
|
-
engines: {node: '>=10'}
|
3349
|
-
hasBin: true
|
3350
|
-
dependencies:
|
3351
|
-
'@jridgewell/source-map': 0.3.5
|
3352
|
-
acorn: 8.10.0
|
3353
|
-
commander: 2.20.3
|
3354
|
-
source-map-support: 0.5.21
|
3355
|
-
dev: false
|
3356
|
-
|
3357
|
-
/thunky@1.1.0:
|
3358
|
-
resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==}
|
3359
|
-
dev: false
|
3360
|
-
|
3361
|
-
/to-fast-properties@2.0.0:
|
3362
|
-
resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
|
3363
|
-
engines: {node: '>=4'}
|
3364
|
-
dev: false
|
3365
|
-
|
3366
|
-
/to-regex-range@5.0.1:
|
3367
|
-
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
3368
|
-
engines: {node: '>=8.0'}
|
3369
|
-
dependencies:
|
3370
|
-
is-number: 7.0.0
|
3371
|
-
dev: false
|
3372
|
-
|
3373
|
-
/toidentifier@1.0.1:
|
3374
|
-
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
|
3375
|
-
engines: {node: '>=0.6'}
|
3376
|
-
dev: false
|
3377
|
-
|
3378
|
-
/type-is@1.6.18:
|
3379
|
-
resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
|
3380
|
-
engines: {node: '>= 0.6'}
|
3381
|
-
dependencies:
|
3382
|
-
media-typer: 0.3.0
|
3383
|
-
mime-types: 2.1.35
|
3384
|
-
dev: false
|
3385
|
-
|
3386
|
-
/unicode-canonical-property-names-ecmascript@2.0.0:
|
3387
|
-
resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
|
3388
|
-
engines: {node: '>=4'}
|
3389
|
-
dev: false
|
3390
|
-
|
3391
|
-
/unicode-match-property-ecmascript@2.0.0:
|
3392
|
-
resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
|
3393
|
-
engines: {node: '>=4'}
|
3394
|
-
dependencies:
|
3395
|
-
unicode-canonical-property-names-ecmascript: 2.0.0
|
3396
|
-
unicode-property-aliases-ecmascript: 2.1.0
|
3397
|
-
dev: false
|
3398
|
-
|
3399
|
-
/unicode-match-property-value-ecmascript@2.1.0:
|
3400
|
-
resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==}
|
3401
|
-
engines: {node: '>=4'}
|
3402
|
-
dev: false
|
3403
|
-
|
3404
|
-
/unicode-property-aliases-ecmascript@2.1.0:
|
3405
|
-
resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
|
3406
|
-
engines: {node: '>=4'}
|
3407
|
-
dev: false
|
3408
|
-
|
3409
|
-
/unpipe@1.0.0:
|
3410
|
-
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
3411
|
-
engines: {node: '>= 0.8'}
|
3412
|
-
dev: false
|
3413
|
-
|
3414
|
-
/update-browserslist-db@1.0.11(browserslist@4.21.10):
|
3415
|
-
resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
|
3416
|
-
hasBin: true
|
3417
|
-
peerDependencies:
|
3418
|
-
browserslist: '>= 4.21.0'
|
3419
|
-
dependencies:
|
3420
|
-
browserslist: 4.21.10
|
3421
|
-
escalade: 3.1.1
|
3422
|
-
picocolors: 1.0.0
|
3423
|
-
dev: false
|
3424
|
-
|
3425
|
-
/uri-js@4.4.1:
|
3426
|
-
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
3427
|
-
dependencies:
|
3428
|
-
punycode: 2.3.0
|
3429
|
-
dev: false
|
3430
|
-
|
3431
|
-
/util-deprecate@1.0.2:
|
3432
|
-
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
3433
|
-
dev: false
|
3434
|
-
|
3435
|
-
/utils-merge@1.0.1:
|
3436
|
-
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
|
3437
|
-
engines: {node: '>= 0.4.0'}
|
3438
|
-
dev: false
|
3439
|
-
|
3440
|
-
/uuid@8.3.2:
|
3441
|
-
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
3442
|
-
hasBin: true
|
3443
|
-
dev: false
|
3444
|
-
|
3445
|
-
/vary@1.1.2:
|
3446
|
-
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
3447
|
-
engines: {node: '>= 0.8'}
|
3448
|
-
dev: false
|
3449
|
-
|
3450
|
-
/watchpack@2.4.0:
|
3451
|
-
resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==}
|
3452
|
-
engines: {node: '>=10.13.0'}
|
3453
|
-
dependencies:
|
3454
|
-
glob-to-regexp: 0.4.1
|
3455
|
-
graceful-fs: 4.2.11
|
3456
|
-
dev: false
|
3457
|
-
|
3458
|
-
/wbuf@1.7.3:
|
3459
|
-
resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==}
|
3460
|
-
dependencies:
|
3461
|
-
minimalistic-assert: 1.0.1
|
3462
|
-
dev: false
|
3463
|
-
|
3464
|
-
/webpack-assets-manifest@5.1.0(webpack@5.88.2):
|
3465
|
-
resolution: {integrity: sha512-kPuTMEjBrqZQVJ5M6yXNBCEdFbQQn7p+loNXt8NOeDFaAbsNFWqqwR0YL1mfG5LbwhK5FLXWXpuK3GuIIZ46rg==}
|
3466
|
-
engines: {node: '>=10.13.0'}
|
3467
|
-
peerDependencies:
|
3468
|
-
webpack: ^5.2.0
|
3469
|
-
dependencies:
|
3470
|
-
chalk: 4.1.2
|
3471
|
-
deepmerge: 4.3.1
|
3472
|
-
lockfile: 1.0.4
|
3473
|
-
lodash.get: 4.4.2
|
3474
|
-
lodash.has: 4.5.2
|
3475
|
-
schema-utils: 3.3.0
|
3476
|
-
tapable: 2.2.1
|
3477
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
3478
|
-
dev: false
|
3479
|
-
|
3480
|
-
/webpack-cli@5.1.4(webpack-dev-server@4.15.1)(webpack@5.88.2):
|
3481
|
-
resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==}
|
3482
|
-
engines: {node: '>=14.15.0'}
|
3483
|
-
hasBin: true
|
3484
|
-
peerDependencies:
|
3485
|
-
'@webpack-cli/generators': '*'
|
3486
|
-
webpack: 5.x.x
|
3487
|
-
webpack-bundle-analyzer: '*'
|
3488
|
-
webpack-dev-server: '*'
|
3489
|
-
peerDependenciesMeta:
|
3490
|
-
'@webpack-cli/generators':
|
3491
|
-
optional: true
|
3492
|
-
webpack-bundle-analyzer:
|
3493
|
-
optional: true
|
3494
|
-
webpack-dev-server:
|
3495
|
-
optional: true
|
3496
|
-
dependencies:
|
3497
|
-
'@discoveryjs/json-ext': 0.5.7
|
3498
|
-
'@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.88.2)
|
3499
|
-
'@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.88.2)
|
3500
|
-
'@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack-dev-server@4.15.1)(webpack@5.88.2)
|
3501
|
-
colorette: 2.0.20
|
3502
|
-
commander: 10.0.1
|
3503
|
-
cross-spawn: 7.0.3
|
3504
|
-
envinfo: 7.10.0
|
3505
|
-
fastest-levenshtein: 1.0.16
|
3506
|
-
import-local: 3.1.0
|
3507
|
-
interpret: 3.1.1
|
3508
|
-
rechoir: 0.8.0
|
3509
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
3510
|
-
webpack-dev-server: 4.15.1(webpack-cli@5.1.4)(webpack@5.88.2)
|
3511
|
-
webpack-merge: 5.9.0
|
3512
|
-
dev: false
|
3513
|
-
|
3514
|
-
/webpack-dev-middleware@5.3.3(webpack@5.88.2):
|
3515
|
-
resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==}
|
3516
|
-
engines: {node: '>= 12.13.0'}
|
3517
|
-
peerDependencies:
|
3518
|
-
webpack: ^4.0.0 || ^5.0.0
|
3519
|
-
dependencies:
|
3520
|
-
colorette: 2.0.20
|
3521
|
-
memfs: 3.5.3
|
3522
|
-
mime-types: 2.1.35
|
3523
|
-
range-parser: 1.2.1
|
3524
|
-
schema-utils: 4.2.0
|
3525
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
3526
|
-
dev: false
|
3527
|
-
|
3528
|
-
/webpack-dev-server@4.15.1(webpack-cli@5.1.4)(webpack@5.88.2):
|
3529
|
-
resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==}
|
3530
|
-
engines: {node: '>= 12.13.0'}
|
3531
|
-
hasBin: true
|
3532
|
-
peerDependencies:
|
3533
|
-
webpack: ^4.37.0 || ^5.0.0
|
3534
|
-
webpack-cli: '*'
|
3535
|
-
peerDependenciesMeta:
|
3536
|
-
webpack:
|
3537
|
-
optional: true
|
3538
|
-
webpack-cli:
|
3539
|
-
optional: true
|
3540
|
-
dependencies:
|
3541
|
-
'@types/bonjour': 3.5.10
|
3542
|
-
'@types/connect-history-api-fallback': 1.5.0
|
3543
|
-
'@types/express': 4.17.17
|
3544
|
-
'@types/serve-index': 1.9.1
|
3545
|
-
'@types/serve-static': 1.15.2
|
3546
|
-
'@types/sockjs': 0.3.33
|
3547
|
-
'@types/ws': 8.5.5
|
3548
|
-
ansi-html-community: 0.0.8
|
3549
|
-
bonjour-service: 1.1.1
|
3550
|
-
chokidar: 3.5.3
|
3551
|
-
colorette: 2.0.20
|
3552
|
-
compression: 1.7.4
|
3553
|
-
connect-history-api-fallback: 2.0.0
|
3554
|
-
default-gateway: 6.0.3
|
3555
|
-
express: 4.18.2
|
3556
|
-
graceful-fs: 4.2.11
|
3557
|
-
html-entities: 2.4.0
|
3558
|
-
http-proxy-middleware: 2.0.6(@types/express@4.17.17)
|
3559
|
-
ipaddr.js: 2.1.0
|
3560
|
-
launch-editor: 2.6.0
|
3561
|
-
open: 8.4.2
|
3562
|
-
p-retry: 4.6.2
|
3563
|
-
rimraf: 3.0.2
|
3564
|
-
schema-utils: 4.2.0
|
3565
|
-
selfsigned: 2.1.1
|
3566
|
-
serve-index: 1.9.1
|
3567
|
-
sockjs: 0.3.24
|
3568
|
-
spdy: 4.0.2
|
3569
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
3570
|
-
webpack-cli: 5.1.4(webpack-dev-server@4.15.1)(webpack@5.88.2)
|
3571
|
-
webpack-dev-middleware: 5.3.3(webpack@5.88.2)
|
3572
|
-
ws: 8.13.0
|
3573
|
-
transitivePeerDependencies:
|
3574
|
-
- bufferutil
|
3575
|
-
- debug
|
3576
|
-
- supports-color
|
3577
|
-
- utf-8-validate
|
3578
|
-
dev: false
|
3579
|
-
|
3580
|
-
/webpack-merge@5.9.0:
|
3581
|
-
resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==}
|
3582
|
-
engines: {node: '>=10.0.0'}
|
3583
|
-
dependencies:
|
3584
|
-
clone-deep: 4.0.1
|
3585
|
-
wildcard: 2.0.1
|
3586
|
-
dev: false
|
3587
|
-
|
3588
|
-
/webpack-sources@3.2.3:
|
3589
|
-
resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
|
3590
|
-
engines: {node: '>=10.13.0'}
|
3591
|
-
dev: false
|
3592
|
-
|
3593
|
-
/webpack@5.88.2(webpack-cli@5.1.4):
|
3594
|
-
resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==}
|
3595
|
-
engines: {node: '>=10.13.0'}
|
3596
|
-
hasBin: true
|
3597
|
-
peerDependencies:
|
3598
|
-
webpack-cli: '*'
|
3599
|
-
peerDependenciesMeta:
|
3600
|
-
webpack-cli:
|
3601
|
-
optional: true
|
3602
|
-
dependencies:
|
3603
|
-
'@types/eslint-scope': 3.7.4
|
3604
|
-
'@types/estree': 1.0.1
|
3605
|
-
'@webassemblyjs/ast': 1.11.6
|
3606
|
-
'@webassemblyjs/wasm-edit': 1.11.6
|
3607
|
-
'@webassemblyjs/wasm-parser': 1.11.6
|
3608
|
-
acorn: 8.10.0
|
3609
|
-
acorn-import-assertions: 1.9.0(acorn@8.10.0)
|
3610
|
-
browserslist: 4.21.10
|
3611
|
-
chrome-trace-event: 1.0.3
|
3612
|
-
enhanced-resolve: 5.15.0
|
3613
|
-
es-module-lexer: 1.3.0
|
3614
|
-
eslint-scope: 5.1.1
|
3615
|
-
events: 3.3.0
|
3616
|
-
glob-to-regexp: 0.4.1
|
3617
|
-
graceful-fs: 4.2.11
|
3618
|
-
json-parse-even-better-errors: 2.3.1
|
3619
|
-
loader-runner: 4.3.0
|
3620
|
-
mime-types: 2.1.35
|
3621
|
-
neo-async: 2.6.2
|
3622
|
-
schema-utils: 3.3.0
|
3623
|
-
tapable: 2.2.1
|
3624
|
-
terser-webpack-plugin: 5.3.9(webpack@5.88.2)
|
3625
|
-
watchpack: 2.4.0
|
3626
|
-
webpack-cli: 5.1.4(webpack-dev-server@4.15.1)(webpack@5.88.2)
|
3627
|
-
webpack-sources: 3.2.3
|
3628
|
-
transitivePeerDependencies:
|
3629
|
-
- '@swc/core'
|
3630
|
-
- esbuild
|
3631
|
-
- uglify-js
|
3632
|
-
dev: false
|
3633
|
-
|
3634
|
-
/websocket-driver@0.7.4:
|
3635
|
-
resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
|
3636
|
-
engines: {node: '>=0.8.0'}
|
3637
|
-
dependencies:
|
3638
|
-
http-parser-js: 0.5.8
|
3639
|
-
safe-buffer: 5.2.1
|
3640
|
-
websocket-extensions: 0.1.4
|
3641
|
-
dev: false
|
3642
|
-
|
3643
|
-
/websocket-extensions@0.1.4:
|
3644
|
-
resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==}
|
3645
|
-
engines: {node: '>=0.8.0'}
|
3646
|
-
dev: false
|
3647
|
-
|
3648
|
-
/which@2.0.2:
|
3649
|
-
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
3650
|
-
engines: {node: '>= 8'}
|
3651
|
-
hasBin: true
|
3652
|
-
dependencies:
|
3653
|
-
isexe: 2.0.0
|
3654
|
-
dev: false
|
3655
|
-
|
3656
|
-
/wildcard@2.0.1:
|
3657
|
-
resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==}
|
3658
|
-
dev: false
|
3659
|
-
|
3660
|
-
/wrappy@1.0.2:
|
3661
|
-
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
3662
|
-
dev: false
|
3663
|
-
|
3664
|
-
/ws@8.13.0:
|
3665
|
-
resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==}
|
3666
|
-
engines: {node: '>=10.0.0'}
|
3667
|
-
peerDependencies:
|
3668
|
-
bufferutil: ^4.0.1
|
3669
|
-
utf-8-validate: '>=5.0.2'
|
3670
|
-
peerDependenciesMeta:
|
3671
|
-
bufferutil:
|
3672
|
-
optional: true
|
3673
|
-
utf-8-validate:
|
3674
|
-
optional: true
|
3675
|
-
dev: false
|
3676
|
-
|
3677
|
-
/yallist@3.1.1:
|
3678
|
-
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
3679
|
-
dev: false
|
3680
|
-
|
3681
|
-
/yocto-queue@1.0.0:
|
3682
|
-
resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
|
3683
|
-
engines: {node: '>=12.20'}
|
3684
|
-
dev: false
|
3685
|
-
|
3686
|
-
github.com/shakacode/shakapacker/cdf32835d3e0949952b8b4b53063807f714f9b24(@babel/core@7.22.10)(@babel/plugin-transform-runtime@7.22.10)(@babel/preset-env@7.22.10)(@babel/runtime@7.22.10)(babel-loader@9.1.3)(compression-webpack-plugin@10.0.0)(terser-webpack-plugin@5.3.9)(webpack-assets-manifest@5.1.0)(webpack-cli@5.1.4)(webpack-dev-server@4.15.1)(webpack-merge@5.9.0)(webpack@5.88.2):
|
3687
|
-
resolution: {tarball: https://codeload.github.com/shakacode/shakapacker/tar.gz/cdf32835d3e0949952b8b4b53063807f714f9b24}
|
3688
|
-
id: github.com/shakacode/shakapacker/cdf32835d3e0949952b8b4b53063807f714f9b24
|
3689
|
-
name: shakapacker
|
3690
|
-
version: 7.0.2
|
3691
|
-
engines: {node: ^12.13.0 || ^14 || >=16, yarn: '>=1 <4'}
|
3692
|
-
peerDependencies:
|
3693
|
-
'@babel/core': ^7.17.9
|
3694
|
-
'@babel/plugin-transform-runtime': ^7.17.0
|
3695
|
-
'@babel/preset-env': ^7.16.11
|
3696
|
-
'@babel/runtime': ^7.17.9
|
3697
|
-
'@types/babel__core': ^7.0.0
|
3698
|
-
'@types/webpack': ^5.0.0
|
3699
|
-
babel-loader: ^8.2.4 || ^9.0.0
|
3700
|
-
compression-webpack-plugin: ^9.0.0 || ^10.0.0
|
3701
|
-
terser-webpack-plugin: ^5.3.1
|
3702
|
-
webpack: ^5.72.0
|
3703
|
-
webpack-assets-manifest: ^5.0.6
|
3704
|
-
webpack-cli: ^4.9.2 || ^5.0.0
|
3705
|
-
webpack-dev-server: ^4.9.0
|
3706
|
-
webpack-merge: ^5.8.0
|
3707
|
-
peerDependenciesMeta:
|
3708
|
-
'@types/babel__core':
|
3709
|
-
optional: true
|
3710
|
-
'@types/webpack':
|
3711
|
-
optional: true
|
3712
|
-
dependencies:
|
3713
|
-
'@babel/core': 7.22.10
|
3714
|
-
'@babel/plugin-transform-runtime': 7.22.10(@babel/core@7.22.10)
|
3715
|
-
'@babel/preset-env': 7.22.10(@babel/core@7.22.10)
|
3716
|
-
'@babel/runtime': 7.22.10
|
3717
|
-
babel-loader: 9.1.3(@babel/core@7.22.10)(webpack@5.88.2)
|
3718
|
-
compression-webpack-plugin: 10.0.0(webpack@5.88.2)
|
3719
|
-
glob: 7.2.3
|
3720
|
-
js-yaml: 4.1.0
|
3721
|
-
path-complete-extname: 1.0.0
|
3722
|
-
terser-webpack-plugin: 5.3.9(webpack@5.88.2)
|
3723
|
-
webpack: 5.88.2(webpack-cli@5.1.4)
|
3724
|
-
webpack-assets-manifest: 5.1.0(webpack@5.88.2)
|
3725
|
-
webpack-cli: 5.1.4(webpack-dev-server@4.15.1)(webpack@5.88.2)
|
3726
|
-
webpack-dev-server: 4.15.1(webpack-cli@5.1.4)(webpack@5.88.2)
|
3727
|
-
webpack-merge: 5.9.0
|
3728
|
-
dev: false
|