mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
## Summary close https://github.com/elastic/kibana-team/issues/949 - Allows to "star" (favorite) a dashboard from the listing table   - Favorites are isolated per user (user profile id) and per space ### Implementation Details Please refer to and comment on the README.md 🙏 https://github.com/elastic/kibana/pull/189285/files#diff-307fab4354532049891c828da893b4efcf0df9391b1f3018d8d016a2288c5d4c ### TODO - Telemetry: I will add telemetry in a separate PR
1794 lines
No EOL
106 KiB
JSON
1794 lines
No EOL
106 KiB
JSON
{
|
|
"name": "kibana",
|
|
"description": "Kibana is a browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch.",
|
|
"keywords": [
|
|
"kibana",
|
|
"elasticsearch",
|
|
"logstash",
|
|
"analytics",
|
|
"visualizations",
|
|
"dashboards",
|
|
"dashboarding"
|
|
],
|
|
"private": true,
|
|
"version": "8.16.0",
|
|
"branch": "main",
|
|
"types": "./kibana.d.ts",
|
|
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
|
"build": {
|
|
"date": "2023-05-15T23:12:09+0000",
|
|
"number": 8467,
|
|
"sha": "6cb7fec4e154faa0a4a3fee4b33dfef91b9870d9"
|
|
},
|
|
"homepage": "https://www.elastic.co/products/kibana",
|
|
"bugs": {
|
|
"url": "https://github.com/elastic/kibana/issues"
|
|
},
|
|
"kibana": {
|
|
"clean": {
|
|
"extraPatterns": [
|
|
"build",
|
|
"data/optimize",
|
|
"built_assets",
|
|
".eslintcache",
|
|
".node_binaries",
|
|
"src/plugins/*/target"
|
|
]
|
|
}
|
|
},
|
|
"author": "Rashid Khan <rashid.khan@elastic.co>",
|
|
"scripts": {
|
|
"backport-skip-ci": "backport --prDescription \"[skip-ci]\"",
|
|
"bazel": "bazel",
|
|
"build": "node scripts/build --all-platforms",
|
|
"build:apidocs": "node scripts/build_api_docs",
|
|
"checkLicenses": "node scripts/check_licenses --dev",
|
|
"cover:functional:merge": "nyc report --temp-dir target/kibana-coverage/functional --report-dir target/coverage/report/functional --reporter=json-summary",
|
|
"cover:report": "nyc report --temp-dir target/kibana-coverage/functional --report-dir target/coverage/report --reporter=lcov && open ./target/coverage/report/lcov-report/index.html",
|
|
"debug": "node --nolazy --inspect scripts/kibana --dev",
|
|
"debug-break": "node --nolazy --inspect-brk scripts/kibana --dev",
|
|
"dev-docs": "scripts/dev_docs.sh",
|
|
"es": "node scripts/es",
|
|
"preinstall": "node ./preinstall_check",
|
|
"kbn": "node scripts/kbn",
|
|
"lint": "yarn run lint:es && yarn run lint:style",
|
|
"lint:es": "node scripts/eslint",
|
|
"lint:style": "node scripts/stylelint",
|
|
"makelogs": "node scripts/makelogs",
|
|
"serverless": "node scripts/kibana --dev --serverless",
|
|
"serverless-es": "node scripts/kibana --dev --serverless=es",
|
|
"serverless-oblt": "node scripts/kibana --dev --serverless=oblt",
|
|
"serverless-security": "node scripts/kibana --dev --serverless=security",
|
|
"spec_to_console": "node scripts/spec_to_console",
|
|
"start": "node scripts/kibana --dev",
|
|
"storybook": "node --openssl-legacy-provider scripts/storybook",
|
|
"test:ftr": "node scripts/functional_tests",
|
|
"test:ftr:runner": "node scripts/functional_test_runner",
|
|
"test:ftr:server": "node scripts/functional_tests_server",
|
|
"test:jest": "node scripts/jest",
|
|
"test:jest_integration": "node scripts/jest_integration",
|
|
"test:type_check": "node scripts/type_check"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/elastic/kibana.git"
|
|
},
|
|
"engines": {
|
|
"node": "20.15.1",
|
|
"yarn": "^1.22.19"
|
|
},
|
|
"resolutions": {
|
|
"**/@bazel/typescript/protobufjs": "6.11.4",
|
|
"**/@hello-pangea/dnd": "16.6.0",
|
|
"**/@langchain/core": "^0.2.18",
|
|
"**/@types/node": "20.10.5",
|
|
"**/@typescript-eslint/utils": "5.62.0",
|
|
"**/chokidar": "^3.5.3",
|
|
"**/d3-scale/**/d3-color": "npm:@elastic/kibana-d3-color@2.0.1",
|
|
"**/globule/minimatch": "^3.1.2",
|
|
"**/hoist-non-react-statics": "^3.3.2",
|
|
"**/isomorphic-fetch/node-fetch": "^2.6.7",
|
|
"**/langchain": "^0.2.11",
|
|
"**/react-intl/**/@types/react": "^17.0.45",
|
|
"**/remark-parse/trim": "1.0.1",
|
|
"**/sharp": "0.32.6",
|
|
"**/typescript": "5.1.6",
|
|
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0",
|
|
"globby/fast-glob": "^3.2.11"
|
|
},
|
|
"dependencies": {
|
|
"@appland/sql-parser": "^1.5.1",
|
|
"@aws-crypto/sha256-js": "^5.2.0",
|
|
"@aws-crypto/util": "^5.2.0",
|
|
"@babel/runtime": "^7.24.7",
|
|
"@cfworker/json-schema": "^1.12.7",
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@elastic/apm-rum": "^5.16.1",
|
|
"@elastic/apm-rum-core": "^5.21.0",
|
|
"@elastic/apm-rum-react": "^2.0.3",
|
|
"@elastic/charts": "66.1.0",
|
|
"@elastic/datemath": "5.0.3",
|
|
"@elastic/ebt": "1.0.0",
|
|
"@elastic/ecs": "^8.11.1",
|
|
"@elastic/elasticsearch": "^8.14.0",
|
|
"@elastic/ems-client": "8.5.3",
|
|
"@elastic/eui": "95.6.0",
|
|
"@elastic/filesaver": "1.1.2",
|
|
"@elastic/node-crypto": "1.2.1",
|
|
"@elastic/numeral": "^2.5.1",
|
|
"@elastic/react-search-ui": "^1.20.2",
|
|
"@elastic/react-search-ui-views": "^1.20.2",
|
|
"@elastic/request-crypto": "2.0.2",
|
|
"@elastic/search-ui": "^1.20.2",
|
|
"@elastic/search-ui-app-search-connector": "^1.20.2",
|
|
"@elastic/search-ui-engines-connector": "^1.20.2",
|
|
"@emotion/cache": "^11.11.0",
|
|
"@emotion/css": "^11.11.0",
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/serialize": "^1.1.2",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@faker-js/faker": "^8.3.1",
|
|
"@formatjs/icu-messageformat-parser": "^2.7.6",
|
|
"@formatjs/intl": "^2.10.2",
|
|
"@formatjs/intl-pluralrules": "^5.2.12",
|
|
"@formatjs/intl-relativetimeformat": "^11.2.12",
|
|
"@formatjs/intl-utils": "^3.8.4",
|
|
"@formatjs/ts-transformer": "^3.13.14",
|
|
"@google/generative-ai": "^0.7.0",
|
|
"@grpc/grpc-js": "^1.8.22",
|
|
"@hapi/accept": "^5.0.2",
|
|
"@hapi/boom": "^9.1.4",
|
|
"@hapi/cookie": "^11.0.2",
|
|
"@hapi/h2o2": "^9.1.0",
|
|
"@hapi/hapi": "^20.2.2",
|
|
"@hapi/hoek": "^9.2.1",
|
|
"@hapi/inert": "^6.0.4",
|
|
"@hapi/wreck": "^17.1.0",
|
|
"@hello-pangea/dnd": "16.6.0",
|
|
"@kbn/aad-fixtures-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/aad",
|
|
"@kbn/ace": "link:packages/kbn-ace",
|
|
"@kbn/actions-plugin": "link:x-pack/plugins/actions",
|
|
"@kbn/actions-simulators-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/actions_simulators",
|
|
"@kbn/actions-types": "link:packages/kbn-actions-types",
|
|
"@kbn/advanced-settings-plugin": "link:src/plugins/advanced_settings",
|
|
"@kbn/ai-assistant-management-plugin": "link:src/plugins/ai_assistant_management/selection",
|
|
"@kbn/aiops-change-point-detection": "link:x-pack/packages/ml/aiops_change_point_detection",
|
|
"@kbn/aiops-common": "link:x-pack/packages/ml/aiops_common",
|
|
"@kbn/aiops-components": "link:x-pack/packages/ml/aiops_components",
|
|
"@kbn/aiops-log-pattern-analysis": "link:x-pack/packages/ml/aiops_log_pattern_analysis",
|
|
"@kbn/aiops-log-rate-analysis": "link:x-pack/packages/ml/aiops_log_rate_analysis",
|
|
"@kbn/aiops-plugin": "link:x-pack/plugins/aiops",
|
|
"@kbn/aiops-test-utils": "link:x-pack/packages/ml/aiops_test_utils",
|
|
"@kbn/alerting-api-integration-test-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/alerts",
|
|
"@kbn/alerting-comparators": "link:x-pack/packages/kbn-alerting-comparators",
|
|
"@kbn/alerting-example-plugin": "link:x-pack/examples/alerting_example",
|
|
"@kbn/alerting-fixture-plugin": "link:x-pack/test/functional_with_es_ssl/plugins/alerts",
|
|
"@kbn/alerting-plugin": "link:x-pack/plugins/alerting",
|
|
"@kbn/alerting-state-types": "link:x-pack/packages/kbn-alerting-state-types",
|
|
"@kbn/alerting-types": "link:packages/kbn-alerting-types",
|
|
"@kbn/alerts-as-data-utils": "link:packages/kbn-alerts-as-data-utils",
|
|
"@kbn/alerts-grouping": "link:packages/kbn-alerts-grouping",
|
|
"@kbn/alerts-restricted-fixtures-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/alerts_restricted",
|
|
"@kbn/alerts-ui-shared": "link:packages/kbn-alerts-ui-shared",
|
|
"@kbn/analytics": "link:packages/kbn-analytics",
|
|
"@kbn/analytics-collection-utils": "link:packages/analytics/utils/analytics_collection_utils",
|
|
"@kbn/analytics-ftr-helpers-plugin": "link:test/analytics/plugins/analytics_ftr_helpers",
|
|
"@kbn/analytics-plugin-a-plugin": "link:test/analytics/plugins/analytics_plugin_a",
|
|
"@kbn/apm-config-loader": "link:packages/kbn-apm-config-loader",
|
|
"@kbn/apm-data-access-plugin": "link:x-pack/plugins/observability_solution/apm_data_access",
|
|
"@kbn/apm-data-view": "link:packages/kbn-apm-data-view",
|
|
"@kbn/apm-plugin": "link:x-pack/plugins/observability_solution/apm",
|
|
"@kbn/apm-types": "link:packages/kbn-apm-types",
|
|
"@kbn/apm-utils": "link:packages/kbn-apm-utils",
|
|
"@kbn/app-link-test-plugin": "link:test/plugin_functional/plugins/app_link_test",
|
|
"@kbn/application-usage-test-plugin": "link:x-pack/test/usage_collection/plugins/application_usage_test",
|
|
"@kbn/audit-log-plugin": "link:x-pack/test/security_api_integration/plugins/audit_log",
|
|
"@kbn/avc-banner": "link:packages/kbn-avc-banner",
|
|
"@kbn/banners-plugin": "link:x-pack/plugins/banners",
|
|
"@kbn/bfetch-error": "link:packages/kbn-bfetch-error",
|
|
"@kbn/bfetch-explorer-plugin": "link:examples/bfetch_explorer",
|
|
"@kbn/bfetch-plugin": "link:src/plugins/bfetch",
|
|
"@kbn/calculate-auto": "link:packages/kbn-calculate-auto",
|
|
"@kbn/calculate-width-from-char-count": "link:packages/kbn-calculate-width-from-char-count",
|
|
"@kbn/canvas-plugin": "link:x-pack/plugins/canvas",
|
|
"@kbn/cases-api-integration-test-plugin": "link:x-pack/test/cases_api_integration/common/plugins/cases",
|
|
"@kbn/cases-components": "link:packages/kbn-cases-components",
|
|
"@kbn/cases-plugin": "link:x-pack/plugins/cases",
|
|
"@kbn/cell-actions": "link:packages/kbn-cell-actions",
|
|
"@kbn/chart-expressions-common": "link:src/plugins/chart_expressions/common",
|
|
"@kbn/chart-icons": "link:packages/kbn-chart-icons",
|
|
"@kbn/charts-plugin": "link:src/plugins/charts",
|
|
"@kbn/cloud": "link:packages/cloud",
|
|
"@kbn/cloud-chat-plugin": "link:x-pack/plugins/cloud_integrations/cloud_chat",
|
|
"@kbn/cloud-data-migration-plugin": "link:x-pack/plugins/cloud_integrations/cloud_data_migration",
|
|
"@kbn/cloud-defend-plugin": "link:x-pack/plugins/cloud_defend",
|
|
"@kbn/cloud-experiments-plugin": "link:x-pack/plugins/cloud_integrations/cloud_experiments",
|
|
"@kbn/cloud-full-story-plugin": "link:x-pack/plugins/cloud_integrations/cloud_full_story",
|
|
"@kbn/cloud-integration-saml-provider-plugin": "link:x-pack/test/cloud_integration/plugins/saml_provider",
|
|
"@kbn/cloud-links-plugin": "link:x-pack/plugins/cloud_integrations/cloud_links",
|
|
"@kbn/cloud-plugin": "link:x-pack/plugins/cloud",
|
|
"@kbn/cloud-security-posture-plugin": "link:x-pack/plugins/cloud_security_posture",
|
|
"@kbn/code-editor": "link:packages/shared-ux/code_editor/impl",
|
|
"@kbn/code-editor-mock": "link:packages/shared-ux/code_editor/mocks",
|
|
"@kbn/coloring": "link:packages/kbn-coloring",
|
|
"@kbn/config": "link:packages/kbn-config",
|
|
"@kbn/config-mocks": "link:packages/kbn-config-mocks",
|
|
"@kbn/config-schema": "link:packages/kbn-config-schema",
|
|
"@kbn/console-plugin": "link:src/plugins/console",
|
|
"@kbn/content-management-content-editor": "link:packages/content-management/content_editor",
|
|
"@kbn/content-management-examples-plugin": "link:examples/content_management_examples",
|
|
"@kbn/content-management-favorites-public": "link:packages/content-management/favorites/favorites_public",
|
|
"@kbn/content-management-favorites-server": "link:packages/content-management/favorites/favorites_server",
|
|
"@kbn/content-management-plugin": "link:src/plugins/content_management",
|
|
"@kbn/content-management-tabbed-table-list-view": "link:packages/content-management/tabbed_table_list_view",
|
|
"@kbn/content-management-table-list-view": "link:packages/content-management/table_list_view",
|
|
"@kbn/content-management-table-list-view-common": "link:packages/content-management/table_list_view_common",
|
|
"@kbn/content-management-table-list-view-table": "link:packages/content-management/table_list_view_table",
|
|
"@kbn/content-management-user-profiles": "link:packages/content-management/user_profiles",
|
|
"@kbn/content-management-utils": "link:packages/kbn-content-management-utils",
|
|
"@kbn/controls-example-plugin": "link:examples/controls_example",
|
|
"@kbn/controls-plugin": "link:src/plugins/controls",
|
|
"@kbn/core": "link:src/core",
|
|
"@kbn/core-analytics-browser": "link:packages/core/analytics/core-analytics-browser",
|
|
"@kbn/core-analytics-browser-internal": "link:packages/core/analytics/core-analytics-browser-internal",
|
|
"@kbn/core-analytics-server": "link:packages/core/analytics/core-analytics-server",
|
|
"@kbn/core-analytics-server-internal": "link:packages/core/analytics/core-analytics-server-internal",
|
|
"@kbn/core-app-status-plugin": "link:test/plugin_functional/plugins/core_app_status",
|
|
"@kbn/core-application-browser": "link:packages/core/application/core-application-browser",
|
|
"@kbn/core-application-browser-internal": "link:packages/core/application/core-application-browser-internal",
|
|
"@kbn/core-application-common": "link:packages/core/application/core-application-common",
|
|
"@kbn/core-apps-browser-internal": "link:packages/core/apps/core-apps-browser-internal",
|
|
"@kbn/core-apps-server-internal": "link:packages/core/apps/core-apps-server-internal",
|
|
"@kbn/core-base-browser-internal": "link:packages/core/base/core-base-browser-internal",
|
|
"@kbn/core-base-common": "link:packages/core/base/core-base-common",
|
|
"@kbn/core-base-common-internal": "link:packages/core/base/core-base-common-internal",
|
|
"@kbn/core-base-server-internal": "link:packages/core/base/core-base-server-internal",
|
|
"@kbn/core-capabilities-browser-internal": "link:packages/core/capabilities/core-capabilities-browser-internal",
|
|
"@kbn/core-capabilities-common": "link:packages/core/capabilities/core-capabilities-common",
|
|
"@kbn/core-capabilities-server": "link:packages/core/capabilities/core-capabilities-server",
|
|
"@kbn/core-capabilities-server-internal": "link:packages/core/capabilities/core-capabilities-server-internal",
|
|
"@kbn/core-chrome-browser": "link:packages/core/chrome/core-chrome-browser",
|
|
"@kbn/core-chrome-browser-internal": "link:packages/core/chrome/core-chrome-browser-internal",
|
|
"@kbn/core-config-server-internal": "link:packages/core/config/core-config-server-internal",
|
|
"@kbn/core-custom-branding-browser": "link:packages/core/custom-branding/core-custom-branding-browser",
|
|
"@kbn/core-custom-branding-browser-internal": "link:packages/core/custom-branding/core-custom-branding-browser-internal",
|
|
"@kbn/core-custom-branding-browser-mocks": "link:packages/core/custom-branding/core-custom-branding-browser-mocks",
|
|
"@kbn/core-custom-branding-common": "link:packages/core/custom-branding/core-custom-branding-common",
|
|
"@kbn/core-custom-branding-server": "link:packages/core/custom-branding/core-custom-branding-server",
|
|
"@kbn/core-custom-branding-server-internal": "link:packages/core/custom-branding/core-custom-branding-server-internal",
|
|
"@kbn/core-custom-branding-server-mocks": "link:packages/core/custom-branding/core-custom-branding-server-mocks",
|
|
"@kbn/core-deprecations-browser": "link:packages/core/deprecations/core-deprecations-browser",
|
|
"@kbn/core-deprecations-browser-internal": "link:packages/core/deprecations/core-deprecations-browser-internal",
|
|
"@kbn/core-deprecations-common": "link:packages/core/deprecations/core-deprecations-common",
|
|
"@kbn/core-deprecations-server": "link:packages/core/deprecations/core-deprecations-server",
|
|
"@kbn/core-deprecations-server-internal": "link:packages/core/deprecations/core-deprecations-server-internal",
|
|
"@kbn/core-doc-links-browser": "link:packages/core/doc-links/core-doc-links-browser",
|
|
"@kbn/core-doc-links-browser-internal": "link:packages/core/doc-links/core-doc-links-browser-internal",
|
|
"@kbn/core-doc-links-server": "link:packages/core/doc-links/core-doc-links-server",
|
|
"@kbn/core-doc-links-server-internal": "link:packages/core/doc-links/core-doc-links-server-internal",
|
|
"@kbn/core-elasticsearch-client-server-internal": "link:packages/core/elasticsearch/core-elasticsearch-client-server-internal",
|
|
"@kbn/core-elasticsearch-server": "link:packages/core/elasticsearch/core-elasticsearch-server",
|
|
"@kbn/core-elasticsearch-server-internal": "link:packages/core/elasticsearch/core-elasticsearch-server-internal",
|
|
"@kbn/core-environment-server-internal": "link:packages/core/environment/core-environment-server-internal",
|
|
"@kbn/core-execution-context-browser": "link:packages/core/execution-context/core-execution-context-browser",
|
|
"@kbn/core-execution-context-browser-internal": "link:packages/core/execution-context/core-execution-context-browser-internal",
|
|
"@kbn/core-execution-context-common": "link:packages/core/execution-context/core-execution-context-common",
|
|
"@kbn/core-execution-context-server": "link:packages/core/execution-context/core-execution-context-server",
|
|
"@kbn/core-execution-context-server-internal": "link:packages/core/execution-context/core-execution-context-server-internal",
|
|
"@kbn/core-fatal-errors-browser": "link:packages/core/fatal-errors/core-fatal-errors-browser",
|
|
"@kbn/core-fatal-errors-browser-internal": "link:packages/core/fatal-errors/core-fatal-errors-browser-internal",
|
|
"@kbn/core-history-block-plugin": "link:test/plugin_functional/plugins/core_history_block",
|
|
"@kbn/core-http-browser": "link:packages/core/http/core-http-browser",
|
|
"@kbn/core-http-browser-internal": "link:packages/core/http/core-http-browser-internal",
|
|
"@kbn/core-http-common": "link:packages/core/http/core-http-common",
|
|
"@kbn/core-http-context-server-internal": "link:packages/core/http/core-http-context-server-internal",
|
|
"@kbn/core-http-plugin": "link:test/plugin_functional/plugins/core_http",
|
|
"@kbn/core-http-request-handler-context-server": "link:packages/core/http/core-http-request-handler-context-server",
|
|
"@kbn/core-http-request-handler-context-server-internal": "link:packages/core/http/core-http-request-handler-context-server-internal",
|
|
"@kbn/core-http-resources-server": "link:packages/core/http/core-http-resources-server",
|
|
"@kbn/core-http-resources-server-internal": "link:packages/core/http/core-http-resources-server-internal",
|
|
"@kbn/core-http-router-server-internal": "link:packages/core/http/core-http-router-server-internal",
|
|
"@kbn/core-http-server": "link:packages/core/http/core-http-server",
|
|
"@kbn/core-http-server-internal": "link:packages/core/http/core-http-server-internal",
|
|
"@kbn/core-i18n-browser": "link:packages/core/i18n/core-i18n-browser",
|
|
"@kbn/core-i18n-browser-internal": "link:packages/core/i18n/core-i18n-browser-internal",
|
|
"@kbn/core-i18n-server": "link:packages/core/i18n/core-i18n-server",
|
|
"@kbn/core-i18n-server-internal": "link:packages/core/i18n/core-i18n-server-internal",
|
|
"@kbn/core-injected-metadata-browser-internal": "link:packages/core/injected-metadata/core-injected-metadata-browser-internal",
|
|
"@kbn/core-injected-metadata-common-internal": "link:packages/core/injected-metadata/core-injected-metadata-common-internal",
|
|
"@kbn/core-integrations-browser-internal": "link:packages/core/integrations/core-integrations-browser-internal",
|
|
"@kbn/core-lifecycle-browser": "link:packages/core/lifecycle/core-lifecycle-browser",
|
|
"@kbn/core-lifecycle-browser-internal": "link:packages/core/lifecycle/core-lifecycle-browser-internal",
|
|
"@kbn/core-lifecycle-server": "link:packages/core/lifecycle/core-lifecycle-server",
|
|
"@kbn/core-lifecycle-server-internal": "link:packages/core/lifecycle/core-lifecycle-server-internal",
|
|
"@kbn/core-logging-browser-internal": "link:packages/core/logging/core-logging-browser-internal",
|
|
"@kbn/core-logging-common-internal": "link:packages/core/logging/core-logging-common-internal",
|
|
"@kbn/core-logging-server": "link:packages/core/logging/core-logging-server",
|
|
"@kbn/core-logging-server-internal": "link:packages/core/logging/core-logging-server-internal",
|
|
"@kbn/core-metrics-collectors-server-internal": "link:packages/core/metrics/core-metrics-collectors-server-internal",
|
|
"@kbn/core-metrics-server": "link:packages/core/metrics/core-metrics-server",
|
|
"@kbn/core-metrics-server-internal": "link:packages/core/metrics/core-metrics-server-internal",
|
|
"@kbn/core-mount-utils-browser": "link:packages/core/mount-utils/core-mount-utils-browser",
|
|
"@kbn/core-mount-utils-browser-internal": "link:packages/core/mount-utils/core-mount-utils-browser-internal",
|
|
"@kbn/core-node-server": "link:packages/core/node/core-node-server",
|
|
"@kbn/core-node-server-internal": "link:packages/core/node/core-node-server-internal",
|
|
"@kbn/core-notifications-browser": "link:packages/core/notifications/core-notifications-browser",
|
|
"@kbn/core-notifications-browser-internal": "link:packages/core/notifications/core-notifications-browser-internal",
|
|
"@kbn/core-overlays-browser": "link:packages/core/overlays/core-overlays-browser",
|
|
"@kbn/core-overlays-browser-internal": "link:packages/core/overlays/core-overlays-browser-internal",
|
|
"@kbn/core-plugin-a-plugin": "link:test/plugin_functional/plugins/core_plugin_a",
|
|
"@kbn/core-plugin-appleave-plugin": "link:test/plugin_functional/plugins/core_plugin_appleave",
|
|
"@kbn/core-plugin-b-plugin": "link:test/plugin_functional/plugins/core_plugin_b",
|
|
"@kbn/core-plugin-chromeless-plugin": "link:test/plugin_functional/plugins/core_plugin_chromeless",
|
|
"@kbn/core-plugin-deep-links-plugin": "link:test/plugin_functional/plugins/core_plugin_deep_links",
|
|
"@kbn/core-plugin-deprecations-plugin": "link:test/plugin_functional/plugins/core_plugin_deprecations",
|
|
"@kbn/core-plugin-dynamic-resolving-a": "link:test/plugin_functional/plugins/core_dynamic_resolving_a",
|
|
"@kbn/core-plugin-dynamic-resolving-b": "link:test/plugin_functional/plugins/core_dynamic_resolving_b",
|
|
"@kbn/core-plugin-execution-context-plugin": "link:test/plugin_functional/plugins/core_plugin_execution_context",
|
|
"@kbn/core-plugin-helpmenu-plugin": "link:test/plugin_functional/plugins/core_plugin_helpmenu",
|
|
"@kbn/core-plugin-initializer-context-plugin": "link:test/node_roles_functional/plugins/core_plugin_initializer_context",
|
|
"@kbn/core-plugin-route-timeouts-plugin": "link:test/plugin_functional/plugins/core_plugin_route_timeouts",
|
|
"@kbn/core-plugin-static-assets-plugin": "link:test/plugin_functional/plugins/core_plugin_static_assets",
|
|
"@kbn/core-plugins-base-server-internal": "link:packages/core/plugins/core-plugins-base-server-internal",
|
|
"@kbn/core-plugins-browser": "link:packages/core/plugins/core-plugins-browser",
|
|
"@kbn/core-plugins-browser-internal": "link:packages/core/plugins/core-plugins-browser-internal",
|
|
"@kbn/core-plugins-contracts-browser": "link:packages/core/plugins/core-plugins-contracts-browser",
|
|
"@kbn/core-plugins-contracts-server": "link:packages/core/plugins/core-plugins-contracts-server",
|
|
"@kbn/core-plugins-server": "link:packages/core/plugins/core-plugins-server",
|
|
"@kbn/core-plugins-server-internal": "link:packages/core/plugins/core-plugins-server-internal",
|
|
"@kbn/core-preboot-server": "link:packages/core/preboot/core-preboot-server",
|
|
"@kbn/core-preboot-server-internal": "link:packages/core/preboot/core-preboot-server-internal",
|
|
"@kbn/core-provider-plugin": "link:test/plugin_functional/plugins/core_provider_plugin",
|
|
"@kbn/core-rendering-browser-internal": "link:packages/core/rendering/core-rendering-browser-internal",
|
|
"@kbn/core-rendering-server-internal": "link:packages/core/rendering/core-rendering-server-internal",
|
|
"@kbn/core-root-browser-internal": "link:packages/core/root/core-root-browser-internal",
|
|
"@kbn/core-root-server-internal": "link:packages/core/root/core-root-server-internal",
|
|
"@kbn/core-saved-objects-api-browser": "link:packages/core/saved-objects/core-saved-objects-api-browser",
|
|
"@kbn/core-saved-objects-api-server": "link:packages/core/saved-objects/core-saved-objects-api-server",
|
|
"@kbn/core-saved-objects-api-server-internal": "link:packages/core/saved-objects/core-saved-objects-api-server-internal",
|
|
"@kbn/core-saved-objects-base-server-internal": "link:packages/core/saved-objects/core-saved-objects-base-server-internal",
|
|
"@kbn/core-saved-objects-browser": "link:packages/core/saved-objects/core-saved-objects-browser",
|
|
"@kbn/core-saved-objects-browser-internal": "link:packages/core/saved-objects/core-saved-objects-browser-internal",
|
|
"@kbn/core-saved-objects-common": "link:packages/core/saved-objects/core-saved-objects-common",
|
|
"@kbn/core-saved-objects-import-export-server-internal": "link:packages/core/saved-objects/core-saved-objects-import-export-server-internal",
|
|
"@kbn/core-saved-objects-migration-server-internal": "link:packages/core/saved-objects/core-saved-objects-migration-server-internal",
|
|
"@kbn/core-saved-objects-server": "link:packages/core/saved-objects/core-saved-objects-server",
|
|
"@kbn/core-saved-objects-server-internal": "link:packages/core/saved-objects/core-saved-objects-server-internal",
|
|
"@kbn/core-saved-objects-utils-server": "link:packages/core/saved-objects/core-saved-objects-utils-server",
|
|
"@kbn/core-security-browser": "link:packages/core/security/core-security-browser",
|
|
"@kbn/core-security-browser-internal": "link:packages/core/security/core-security-browser-internal",
|
|
"@kbn/core-security-browser-mocks": "link:packages/core/security/core-security-browser-mocks",
|
|
"@kbn/core-security-common": "link:packages/core/security/core-security-common",
|
|
"@kbn/core-security-server": "link:packages/core/security/core-security-server",
|
|
"@kbn/core-security-server-internal": "link:packages/core/security/core-security-server-internal",
|
|
"@kbn/core-security-server-mocks": "link:packages/core/security/core-security-server-mocks",
|
|
"@kbn/core-status-common": "link:packages/core/status/core-status-common",
|
|
"@kbn/core-status-common-internal": "link:packages/core/status/core-status-common-internal",
|
|
"@kbn/core-status-server": "link:packages/core/status/core-status-server",
|
|
"@kbn/core-status-server-internal": "link:packages/core/status/core-status-server-internal",
|
|
"@kbn/core-test-helpers-deprecations-getters": "link:packages/core/test-helpers/core-test-helpers-deprecations-getters",
|
|
"@kbn/core-test-helpers-http-setup-browser": "link:packages/core/test-helpers/core-test-helpers-http-setup-browser",
|
|
"@kbn/core-test-helpers-so-type-serializer": "link:packages/core/test-helpers/core-test-helpers-so-type-serializer",
|
|
"@kbn/core-test-helpers-test-utils": "link:packages/core/test-helpers/core-test-helpers-test-utils",
|
|
"@kbn/core-theme-browser": "link:packages/core/theme/core-theme-browser",
|
|
"@kbn/core-theme-browser-internal": "link:packages/core/theme/core-theme-browser-internal",
|
|
"@kbn/core-ui-settings-browser": "link:packages/core/ui-settings/core-ui-settings-browser",
|
|
"@kbn/core-ui-settings-browser-internal": "link:packages/core/ui-settings/core-ui-settings-browser-internal",
|
|
"@kbn/core-ui-settings-common": "link:packages/core/ui-settings/core-ui-settings-common",
|
|
"@kbn/core-ui-settings-server": "link:packages/core/ui-settings/core-ui-settings-server",
|
|
"@kbn/core-ui-settings-server-internal": "link:packages/core/ui-settings/core-ui-settings-server-internal",
|
|
"@kbn/core-usage-data-base-server-internal": "link:packages/core/usage-data/core-usage-data-base-server-internal",
|
|
"@kbn/core-usage-data-server": "link:packages/core/usage-data/core-usage-data-server",
|
|
"@kbn/core-usage-data-server-internal": "link:packages/core/usage-data/core-usage-data-server-internal",
|
|
"@kbn/core-user-profile-browser": "link:packages/core/user-profile/core-user-profile-browser",
|
|
"@kbn/core-user-profile-browser-internal": "link:packages/core/user-profile/core-user-profile-browser-internal",
|
|
"@kbn/core-user-profile-browser-mocks": "link:packages/core/user-profile/core-user-profile-browser-mocks",
|
|
"@kbn/core-user-profile-common": "link:packages/core/user-profile/core-user-profile-common",
|
|
"@kbn/core-user-profile-server": "link:packages/core/user-profile/core-user-profile-server",
|
|
"@kbn/core-user-profile-server-internal": "link:packages/core/user-profile/core-user-profile-server-internal",
|
|
"@kbn/core-user-profile-server-mocks": "link:packages/core/user-profile/core-user-profile-server-mocks",
|
|
"@kbn/core-user-settings-server": "link:packages/core/user-settings/core-user-settings-server",
|
|
"@kbn/core-user-settings-server-internal": "link:packages/core/user-settings/core-user-settings-server-internal",
|
|
"@kbn/core-user-settings-server-mocks": "link:packages/core/user-settings/core-user-settings-server-mocks",
|
|
"@kbn/cross-cluster-replication-plugin": "link:x-pack/plugins/cross_cluster_replication",
|
|
"@kbn/crypto": "link:packages/kbn-crypto",
|
|
"@kbn/crypto-browser": "link:packages/kbn-crypto-browser",
|
|
"@kbn/custom-branding-plugin": "link:x-pack/plugins/custom_branding",
|
|
"@kbn/custom-icons": "link:packages/kbn-custom-icons",
|
|
"@kbn/custom-integrations": "link:packages/kbn-custom-integrations",
|
|
"@kbn/custom-integrations-plugin": "link:src/plugins/custom_integrations",
|
|
"@kbn/dashboard-enhanced-plugin": "link:x-pack/plugins/dashboard_enhanced",
|
|
"@kbn/dashboard-plugin": "link:src/plugins/dashboard",
|
|
"@kbn/data-forge": "link:x-pack/packages/kbn-data-forge",
|
|
"@kbn/data-plugin": "link:src/plugins/data",
|
|
"@kbn/data-quality-plugin": "link:x-pack/plugins/data_quality",
|
|
"@kbn/data-search-plugin": "link:test/plugin_functional/plugins/data_search",
|
|
"@kbn/data-service": "link:packages/kbn-data-service",
|
|
"@kbn/data-stream-adapter": "link:packages/kbn-data-stream-adapter",
|
|
"@kbn/data-view-editor-plugin": "link:src/plugins/data_view_editor",
|
|
"@kbn/data-view-field-editor-example-plugin": "link:examples/data_view_field_editor_example",
|
|
"@kbn/data-view-field-editor-plugin": "link:src/plugins/data_view_field_editor",
|
|
"@kbn/data-view-management-plugin": "link:src/plugins/data_view_management",
|
|
"@kbn/data-view-utils": "link:packages/kbn-data-view-utils",
|
|
"@kbn/data-views-plugin": "link:src/plugins/data_views",
|
|
"@kbn/data-visualizer-plugin": "link:x-pack/plugins/data_visualizer",
|
|
"@kbn/dataset-quality-plugin": "link:x-pack/plugins/observability_solution/dataset_quality",
|
|
"@kbn/datemath": "link:packages/kbn-datemath",
|
|
"@kbn/deeplinks-analytics": "link:packages/deeplinks/analytics",
|
|
"@kbn/deeplinks-devtools": "link:packages/deeplinks/devtools",
|
|
"@kbn/deeplinks-fleet": "link:packages/deeplinks/fleet",
|
|
"@kbn/deeplinks-management": "link:packages/deeplinks/management",
|
|
"@kbn/deeplinks-ml": "link:packages/deeplinks/ml",
|
|
"@kbn/deeplinks-observability": "link:packages/deeplinks/observability",
|
|
"@kbn/deeplinks-search": "link:packages/deeplinks/search",
|
|
"@kbn/deeplinks-security": "link:packages/deeplinks/security",
|
|
"@kbn/deeplinks-shared": "link:packages/deeplinks/shared",
|
|
"@kbn/default-nav-analytics": "link:packages/default-nav/analytics",
|
|
"@kbn/default-nav-devtools": "link:packages/default-nav/devtools",
|
|
"@kbn/default-nav-management": "link:packages/default-nav/management",
|
|
"@kbn/default-nav-ml": "link:packages/default-nav/ml",
|
|
"@kbn/dev-tools-plugin": "link:src/plugins/dev_tools",
|
|
"@kbn/developer-examples-plugin": "link:examples/developer_examples",
|
|
"@kbn/discover-customization-examples-plugin": "link:examples/discover_customization_examples",
|
|
"@kbn/discover-enhanced-plugin": "link:x-pack/plugins/discover_enhanced",
|
|
"@kbn/discover-plugin": "link:src/plugins/discover",
|
|
"@kbn/discover-shared-plugin": "link:src/plugins/discover_shared",
|
|
"@kbn/discover-utils": "link:packages/kbn-discover-utils",
|
|
"@kbn/doc-links": "link:packages/kbn-doc-links",
|
|
"@kbn/dom-drag-drop": "link:packages/kbn-dom-drag-drop",
|
|
"@kbn/ebt-tools": "link:packages/kbn-ebt-tools",
|
|
"@kbn/ecs-data-quality-dashboard": "link:x-pack/packages/security-solution/ecs_data_quality_dashboard",
|
|
"@kbn/ecs-data-quality-dashboard-plugin": "link:x-pack/plugins/ecs_data_quality_dashboard",
|
|
"@kbn/elastic-agent-utils": "link:packages/kbn-elastic-agent-utils",
|
|
"@kbn/elastic-assistant": "link:x-pack/packages/kbn-elastic-assistant",
|
|
"@kbn/elastic-assistant-common": "link:x-pack/packages/kbn-elastic-assistant-common",
|
|
"@kbn/elastic-assistant-plugin": "link:x-pack/plugins/elastic_assistant",
|
|
"@kbn/elasticsearch-client-plugin": "link:test/plugin_functional/plugins/elasticsearch_client_plugin",
|
|
"@kbn/elasticsearch-client-xpack-plugin": "link:x-pack/test/plugin_api_integration/plugins/elasticsearch_client",
|
|
"@kbn/embeddable-enhanced-plugin": "link:x-pack/plugins/embeddable_enhanced",
|
|
"@kbn/embeddable-examples-plugin": "link:examples/embeddable_examples",
|
|
"@kbn/embeddable-plugin": "link:src/plugins/embeddable",
|
|
"@kbn/embedded-lens-example-plugin": "link:x-pack/examples/embedded_lens_example",
|
|
"@kbn/encrypted-saved-objects-plugin": "link:x-pack/plugins/encrypted_saved_objects",
|
|
"@kbn/enterprise-search-plugin": "link:x-pack/plugins/enterprise_search",
|
|
"@kbn/entities-data-access-plugin": "link:x-pack/plugins/observability_solution/entities_data_access",
|
|
"@kbn/entities-schema": "link:x-pack/packages/kbn-entities-schema",
|
|
"@kbn/entityManager-plugin": "link:x-pack/plugins/observability_solution/entity_manager",
|
|
"@kbn/error-boundary-example-plugin": "link:examples/error_boundary",
|
|
"@kbn/es-errors": "link:packages/kbn-es-errors",
|
|
"@kbn/es-query": "link:packages/kbn-es-query",
|
|
"@kbn/es-types": "link:packages/kbn-es-types",
|
|
"@kbn/es-ui-shared-plugin": "link:src/plugins/es_ui_shared",
|
|
"@kbn/eso-model-version-example": "link:examples/eso_model_version_example",
|
|
"@kbn/eso-plugin": "link:x-pack/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin",
|
|
"@kbn/esql": "link:src/plugins/esql",
|
|
"@kbn/esql-ast": "link:packages/kbn-esql-ast",
|
|
"@kbn/esql-ast-inspector-plugin": "link:examples/esql_ast_inspector",
|
|
"@kbn/esql-datagrid": "link:src/plugins/esql_datagrid",
|
|
"@kbn/esql-utils": "link:packages/kbn-esql-utils",
|
|
"@kbn/esql-validation-autocomplete": "link:packages/kbn-esql-validation-autocomplete",
|
|
"@kbn/esql-validation-example-plugin": "link:examples/esql_validation_example",
|
|
"@kbn/event-annotation-common": "link:packages/kbn-event-annotation-common",
|
|
"@kbn/event-annotation-components": "link:packages/kbn-event-annotation-components",
|
|
"@kbn/event-annotation-listing-plugin": "link:src/plugins/event_annotation_listing",
|
|
"@kbn/event-annotation-plugin": "link:src/plugins/event_annotation",
|
|
"@kbn/event-log-fixture-plugin": "link:x-pack/test/plugin_api_integration/plugins/event_log",
|
|
"@kbn/event-log-plugin": "link:x-pack/plugins/event_log",
|
|
"@kbn/expandable-flyout": "link:packages/kbn-expandable-flyout",
|
|
"@kbn/exploratory-view-example-plugin": "link:x-pack/examples/exploratory_view_example",
|
|
"@kbn/exploratory-view-plugin": "link:x-pack/plugins/observability_solution/exploratory_view",
|
|
"@kbn/expression-error-plugin": "link:src/plugins/expression_error",
|
|
"@kbn/expression-gauge-plugin": "link:src/plugins/chart_expressions/expression_gauge",
|
|
"@kbn/expression-heatmap-plugin": "link:src/plugins/chart_expressions/expression_heatmap",
|
|
"@kbn/expression-image-plugin": "link:src/plugins/expression_image",
|
|
"@kbn/expression-legacy-metric-vis-plugin": "link:src/plugins/chart_expressions/expression_legacy_metric",
|
|
"@kbn/expression-metric-plugin": "link:src/plugins/expression_metric",
|
|
"@kbn/expression-metric-vis-plugin": "link:src/plugins/chart_expressions/expression_metric",
|
|
"@kbn/expression-partition-vis-plugin": "link:src/plugins/chart_expressions/expression_partition_vis",
|
|
"@kbn/expression-repeat-image-plugin": "link:src/plugins/expression_repeat_image",
|
|
"@kbn/expression-reveal-image-plugin": "link:src/plugins/expression_reveal_image",
|
|
"@kbn/expression-shape-plugin": "link:src/plugins/expression_shape",
|
|
"@kbn/expression-tagcloud-plugin": "link:src/plugins/chart_expressions/expression_tagcloud",
|
|
"@kbn/expression-xy-plugin": "link:src/plugins/chart_expressions/expression_xy",
|
|
"@kbn/expressions-explorer-plugin": "link:examples/expressions_explorer",
|
|
"@kbn/expressions-plugin": "link:src/plugins/expressions",
|
|
"@kbn/feature-controls-examples-plugin": "link:examples/feature_control_examples",
|
|
"@kbn/feature-usage-test-plugin": "link:x-pack/test/plugin_api_integration/plugins/feature_usage_test",
|
|
"@kbn/features-plugin": "link:x-pack/plugins/features",
|
|
"@kbn/fec-alerts-test-plugin": "link:x-pack/test/functional_execution_context/plugins/alerts",
|
|
"@kbn/field-formats-example-plugin": "link:examples/field_formats_example",
|
|
"@kbn/field-formats-plugin": "link:src/plugins/field_formats",
|
|
"@kbn/field-types": "link:packages/kbn-field-types",
|
|
"@kbn/field-utils": "link:packages/kbn-field-utils",
|
|
"@kbn/fields-metadata-plugin": "link:x-pack/plugins/fields_metadata",
|
|
"@kbn/file-upload-plugin": "link:x-pack/plugins/file_upload",
|
|
"@kbn/files-example-plugin": "link:examples/files_example",
|
|
"@kbn/files-management-plugin": "link:src/plugins/files_management",
|
|
"@kbn/files-plugin": "link:src/plugins/files",
|
|
"@kbn/fleet-plugin": "link:x-pack/plugins/fleet",
|
|
"@kbn/flot-charts": "link:packages/kbn-flot-charts",
|
|
"@kbn/foo-plugin": "link:x-pack/test/ui_capabilities/common/plugins/foo_plugin",
|
|
"@kbn/formatters": "link:packages/kbn-formatters",
|
|
"@kbn/ftr-apis-plugin": "link:src/plugins/ftr_apis",
|
|
"@kbn/functional-with-es-ssl-cases-test-plugin": "link:x-pack/test/functional_with_es_ssl/plugins/cases",
|
|
"@kbn/gen-ai-streaming-response-example-plugin": "link:x-pack/examples/gen_ai_streaming_response_example",
|
|
"@kbn/generate-console-definitions": "link:packages/kbn-generate-console-definitions",
|
|
"@kbn/generate-csv": "link:packages/kbn-generate-csv",
|
|
"@kbn/global-search-bar-plugin": "link:x-pack/plugins/global_search_bar",
|
|
"@kbn/global-search-plugin": "link:x-pack/plugins/global_search",
|
|
"@kbn/global-search-providers-plugin": "link:x-pack/plugins/global_search_providers",
|
|
"@kbn/global-search-test-plugin": "link:x-pack/test/plugin_functional/plugins/global_search_test",
|
|
"@kbn/graph-plugin": "link:x-pack/plugins/graph",
|
|
"@kbn/grokdebugger-plugin": "link:x-pack/plugins/grokdebugger",
|
|
"@kbn/grouping": "link:packages/kbn-grouping",
|
|
"@kbn/guided-onboarding": "link:packages/kbn-guided-onboarding",
|
|
"@kbn/guided-onboarding-example-plugin": "link:examples/guided_onboarding_example",
|
|
"@kbn/guided-onboarding-plugin": "link:src/plugins/guided_onboarding",
|
|
"@kbn/handlebars": "link:packages/kbn-handlebars",
|
|
"@kbn/hapi-mocks": "link:packages/kbn-hapi-mocks",
|
|
"@kbn/health-gateway-server": "link:packages/kbn-health-gateway-server",
|
|
"@kbn/hello-world-plugin": "link:examples/hello_world",
|
|
"@kbn/home-plugin": "link:src/plugins/home",
|
|
"@kbn/home-sample-data-card": "link:packages/home/sample_data_card",
|
|
"@kbn/home-sample-data-tab": "link:packages/home/sample_data_tab",
|
|
"@kbn/home-sample-data-types": "link:packages/home/sample_data_types",
|
|
"@kbn/i18n": "link:packages/kbn-i18n",
|
|
"@kbn/i18n-react": "link:packages/kbn-i18n-react",
|
|
"@kbn/iframe-embedded-plugin": "link:x-pack/test/functional_embedded/plugins/iframe_embedded",
|
|
"@kbn/image-embeddable-plugin": "link:src/plugins/image_embeddable",
|
|
"@kbn/index-lifecycle-management-plugin": "link:x-pack/plugins/index_lifecycle_management",
|
|
"@kbn/index-management": "link:x-pack/packages/index-management",
|
|
"@kbn/index-management-plugin": "link:x-pack/plugins/index_management",
|
|
"@kbn/index-patterns-test-plugin": "link:test/plugin_functional/plugins/index_patterns",
|
|
"@kbn/inference-plugin": "link:x-pack/plugins/inference",
|
|
"@kbn/inference_integration_flyout": "link:x-pack/packages/ml/inference_integration_flyout",
|
|
"@kbn/infra-forge": "link:x-pack/packages/kbn-infra-forge",
|
|
"@kbn/infra-plugin": "link:x-pack/plugins/observability_solution/infra",
|
|
"@kbn/ingest-pipelines-plugin": "link:x-pack/plugins/ingest_pipelines",
|
|
"@kbn/input-control-vis-plugin": "link:src/plugins/input_control_vis",
|
|
"@kbn/inspector-plugin": "link:src/plugins/inspector",
|
|
"@kbn/integration-assistant-plugin": "link:x-pack/plugins/integration_assistant",
|
|
"@kbn/interactive-setup-plugin": "link:src/plugins/interactive_setup",
|
|
"@kbn/interactive-setup-test-endpoints-plugin": "link:test/interactive_setup_api_integration/plugins/test_endpoints",
|
|
"@kbn/interpreter": "link:packages/kbn-interpreter",
|
|
"@kbn/investigate-app-plugin": "link:x-pack/plugins/observability_solution/investigate_app",
|
|
"@kbn/investigate-plugin": "link:x-pack/plugins/observability_solution/investigate",
|
|
"@kbn/io-ts-utils": "link:packages/kbn-io-ts-utils",
|
|
"@kbn/ipynb": "link:packages/kbn-ipynb",
|
|
"@kbn/json-schemas": "link:x-pack/packages/ml/json_schemas",
|
|
"@kbn/kbn-health-gateway-status-plugin": "link:test/health_gateway/plugins/status",
|
|
"@kbn/kbn-sample-panel-action-plugin": "link:test/plugin_functional/plugins/kbn_sample_panel_action",
|
|
"@kbn/kbn-top-nav-plugin": "link:test/plugin_functional/plugins/kbn_top_nav",
|
|
"@kbn/kbn-tp-custom-visualizations-plugin": "link:test/plugin_functional/plugins/kbn_tp_custom_visualizations",
|
|
"@kbn/kbn-tp-run-pipeline-plugin": "link:test/interpreter_functional/plugins/kbn_tp_run_pipeline",
|
|
"@kbn/kibana-cors-test-plugin": "link:x-pack/test/functional_cors/plugins/kibana_cors_test",
|
|
"@kbn/kibana-overview-plugin": "link:src/plugins/kibana_overview",
|
|
"@kbn/kibana-react-plugin": "link:src/plugins/kibana_react",
|
|
"@kbn/kibana-usage-collection-plugin": "link:src/plugins/kibana_usage_collection",
|
|
"@kbn/kibana-utils-plugin": "link:src/plugins/kibana_utils",
|
|
"@kbn/kubernetes-security-plugin": "link:x-pack/plugins/kubernetes_security",
|
|
"@kbn/langchain": "link:x-pack/packages/kbn-langchain",
|
|
"@kbn/language-documentation-popover": "link:packages/kbn-language-documentation-popover",
|
|
"@kbn/lens-config-builder-example-plugin": "link:x-pack/examples/lens_config_builder_example",
|
|
"@kbn/lens-embeddable-utils": "link:packages/kbn-lens-embeddable-utils",
|
|
"@kbn/lens-formula-docs": "link:packages/kbn-lens-formula-docs",
|
|
"@kbn/lens-inline-editing-example-plugin": "link:x-pack/examples/lens_embeddable_inline_editing_example",
|
|
"@kbn/lens-plugin": "link:x-pack/plugins/lens",
|
|
"@kbn/license-api-guard-plugin": "link:x-pack/plugins/license_api_guard",
|
|
"@kbn/license-management-plugin": "link:x-pack/plugins/license_management",
|
|
"@kbn/licensing-plugin": "link:x-pack/plugins/licensing",
|
|
"@kbn/links-plugin": "link:src/plugins/links",
|
|
"@kbn/lists-plugin": "link:x-pack/plugins/lists",
|
|
"@kbn/locator-examples-plugin": "link:examples/locator_examples",
|
|
"@kbn/locator-explorer-plugin": "link:examples/locator_explorer",
|
|
"@kbn/logging": "link:packages/kbn-logging",
|
|
"@kbn/logging-mocks": "link:packages/kbn-logging-mocks",
|
|
"@kbn/logs-data-access-plugin": "link:x-pack/plugins/observability_solution/logs_data_access",
|
|
"@kbn/logs-explorer-plugin": "link:x-pack/plugins/observability_solution/logs_explorer",
|
|
"@kbn/logs-shared-plugin": "link:x-pack/plugins/observability_solution/logs_shared",
|
|
"@kbn/logstash-plugin": "link:x-pack/plugins/logstash",
|
|
"@kbn/managed-content-badge": "link:packages/kbn-managed-content-badge",
|
|
"@kbn/management-cards-navigation": "link:packages/kbn-management/cards_navigation",
|
|
"@kbn/management-plugin": "link:src/plugins/management",
|
|
"@kbn/management-settings-application": "link:packages/kbn-management/settings/application",
|
|
"@kbn/management-settings-components-field-category": "link:packages/kbn-management/settings/components/field_category",
|
|
"@kbn/management-settings-components-field-input": "link:packages/kbn-management/settings/components/field_input",
|
|
"@kbn/management-settings-components-field-row": "link:packages/kbn-management/settings/components/field_row",
|
|
"@kbn/management-settings-components-form": "link:packages/kbn-management/settings/components/form",
|
|
"@kbn/management-settings-field-definition": "link:packages/kbn-management/settings/field_definition",
|
|
"@kbn/management-settings-ids": "link:packages/kbn-management/settings/setting_ids",
|
|
"@kbn/management-settings-section-registry": "link:packages/kbn-management/settings/section_registry",
|
|
"@kbn/management-settings-types": "link:packages/kbn-management/settings/types",
|
|
"@kbn/management-settings-utilities": "link:packages/kbn-management/settings/utilities",
|
|
"@kbn/management-test-plugin": "link:test/plugin_functional/plugins/management_test_plugin",
|
|
"@kbn/mapbox-gl": "link:packages/kbn-mapbox-gl",
|
|
"@kbn/maps-custom-raster-source-plugin": "link:x-pack/examples/third_party_maps_source_example",
|
|
"@kbn/maps-ems-plugin": "link:src/plugins/maps_ems",
|
|
"@kbn/maps-plugin": "link:x-pack/plugins/maps",
|
|
"@kbn/maps-vector-tile-utils": "link:x-pack/packages/maps/vector_tile_utils",
|
|
"@kbn/metrics-data-access-plugin": "link:x-pack/plugins/observability_solution/metrics_data_access",
|
|
"@kbn/ml-agg-utils": "link:x-pack/packages/ml/agg_utils",
|
|
"@kbn/ml-anomaly-utils": "link:x-pack/packages/ml/anomaly_utils",
|
|
"@kbn/ml-cancellable-search": "link:x-pack/packages/ml/cancellable_search",
|
|
"@kbn/ml-category-validator": "link:x-pack/packages/ml/category_validator",
|
|
"@kbn/ml-chi2test": "link:x-pack/packages/ml/chi2test",
|
|
"@kbn/ml-creation-wizard-utils": "link:x-pack/packages/ml/creation_wizard_utils",
|
|
"@kbn/ml-data-frame-analytics-utils": "link:x-pack/packages/ml/data_frame_analytics_utils",
|
|
"@kbn/ml-data-grid": "link:x-pack/packages/ml/data_grid",
|
|
"@kbn/ml-data-view-utils": "link:x-pack/packages/ml/data_view_utils",
|
|
"@kbn/ml-date-picker": "link:x-pack/packages/ml/date_picker",
|
|
"@kbn/ml-date-utils": "link:x-pack/packages/ml/date_utils",
|
|
"@kbn/ml-error-utils": "link:x-pack/packages/ml/error_utils",
|
|
"@kbn/ml-in-memory-table": "link:x-pack/packages/ml/in_memory_table",
|
|
"@kbn/ml-is-defined": "link:x-pack/packages/ml/is_defined",
|
|
"@kbn/ml-is-populated-object": "link:x-pack/packages/ml/is_populated_object",
|
|
"@kbn/ml-kibana-theme": "link:x-pack/packages/ml/kibana_theme",
|
|
"@kbn/ml-local-storage": "link:x-pack/packages/ml/local_storage",
|
|
"@kbn/ml-nested-property": "link:x-pack/packages/ml/nested_property",
|
|
"@kbn/ml-number-utils": "link:x-pack/packages/ml/number_utils",
|
|
"@kbn/ml-plugin": "link:x-pack/plugins/ml",
|
|
"@kbn/ml-query-utils": "link:x-pack/packages/ml/query_utils",
|
|
"@kbn/ml-random-sampler-utils": "link:x-pack/packages/ml/random_sampler_utils",
|
|
"@kbn/ml-response-stream": "link:x-pack/packages/ml/response_stream",
|
|
"@kbn/ml-route-utils": "link:x-pack/packages/ml/route_utils",
|
|
"@kbn/ml-runtime-field-utils": "link:x-pack/packages/ml/runtime_field_utils",
|
|
"@kbn/ml-string-hash": "link:x-pack/packages/ml/string_hash",
|
|
"@kbn/ml-time-buckets": "link:x-pack/packages/ml/time_buckets",
|
|
"@kbn/ml-trained-models-utils": "link:x-pack/packages/ml/trained_models_utils",
|
|
"@kbn/ml-ui-actions": "link:x-pack/packages/ml/ui_actions",
|
|
"@kbn/ml-url-state": "link:x-pack/packages/ml/url_state",
|
|
"@kbn/monaco": "link:packages/kbn-monaco",
|
|
"@kbn/monitoring-collection-plugin": "link:x-pack/plugins/monitoring_collection",
|
|
"@kbn/monitoring-plugin": "link:x-pack/plugins/monitoring",
|
|
"@kbn/navigation-plugin": "link:src/plugins/navigation",
|
|
"@kbn/newsfeed-plugin": "link:src/plugins/newsfeed",
|
|
"@kbn/newsfeed-test-plugin": "link:test/common/plugins/newsfeed",
|
|
"@kbn/no-data-page-plugin": "link:src/plugins/no_data_page",
|
|
"@kbn/notifications-plugin": "link:x-pack/plugins/notifications",
|
|
"@kbn/object-versioning": "link:packages/kbn-object-versioning",
|
|
"@kbn/observability-ai-assistant-app-plugin": "link:x-pack/plugins/observability_solution/observability_ai_assistant_app",
|
|
"@kbn/observability-ai-assistant-management-plugin": "link:x-pack/plugins/observability_solution/observability_ai_assistant_management",
|
|
"@kbn/observability-ai-assistant-plugin": "link:x-pack/plugins/observability_solution/observability_ai_assistant",
|
|
"@kbn/observability-alert-details": "link:x-pack/packages/observability/alert_details",
|
|
"@kbn/observability-alerting-rule-utils": "link:x-pack/packages/observability/alerting_rule_utils",
|
|
"@kbn/observability-alerting-test-data": "link:x-pack/packages/observability/alerting_test_data",
|
|
"@kbn/observability-fixtures-plugin": "link:x-pack/test/cases_api_integration/common/plugins/observability",
|
|
"@kbn/observability-get-padded-alert-time-range-util": "link:x-pack/packages/observability/get_padded_alert_time_range_util",
|
|
"@kbn/observability-logs-explorer-plugin": "link:x-pack/plugins/observability_solution/observability_logs_explorer",
|
|
"@kbn/observability-onboarding-plugin": "link:x-pack/plugins/observability_solution/observability_onboarding",
|
|
"@kbn/observability-plugin": "link:x-pack/plugins/observability_solution/observability",
|
|
"@kbn/observability-shared-plugin": "link:x-pack/plugins/observability_solution/observability_shared",
|
|
"@kbn/oidc-provider-plugin": "link:x-pack/test/security_api_integration/plugins/oidc_provider",
|
|
"@kbn/open-telemetry-instrumented-plugin": "link:test/common/plugins/otel_metrics",
|
|
"@kbn/openapi-common": "link:packages/kbn-openapi-common",
|
|
"@kbn/osquery-io-ts-types": "link:packages/kbn-osquery-io-ts-types",
|
|
"@kbn/osquery-plugin": "link:x-pack/plugins/osquery",
|
|
"@kbn/paertial-results-example-plugin": "link:examples/partial_results_example",
|
|
"@kbn/painless-lab-plugin": "link:x-pack/plugins/painless_lab",
|
|
"@kbn/panel-loader": "link:packages/kbn-panel-loader",
|
|
"@kbn/plugin-check": "link:packages/kbn-plugin-check",
|
|
"@kbn/portable-dashboards-example": "link:examples/portable_dashboards_example",
|
|
"@kbn/preboot-example-plugin": "link:examples/preboot_example",
|
|
"@kbn/presentation-containers": "link:packages/presentation/presentation_containers",
|
|
"@kbn/presentation-panel-plugin": "link:src/plugins/presentation_panel",
|
|
"@kbn/presentation-publishing": "link:packages/presentation/presentation_publishing",
|
|
"@kbn/presentation-util-plugin": "link:src/plugins/presentation_util",
|
|
"@kbn/profiling-data-access-plugin": "link:x-pack/plugins/observability_solution/profiling_data_access",
|
|
"@kbn/profiling-plugin": "link:x-pack/plugins/observability_solution/profiling",
|
|
"@kbn/profiling-utils": "link:packages/kbn-profiling-utils",
|
|
"@kbn/random-sampling": "link:x-pack/packages/kbn-random-sampling",
|
|
"@kbn/react-field": "link:packages/kbn-react-field",
|
|
"@kbn/react-hooks": "link:packages/kbn-react-hooks",
|
|
"@kbn/react-kibana-context-common": "link:packages/react/kibana_context/common",
|
|
"@kbn/react-kibana-context-render": "link:packages/react/kibana_context/render",
|
|
"@kbn/react-kibana-context-root": "link:packages/react/kibana_context/root",
|
|
"@kbn/react-kibana-context-styled": "link:packages/react/kibana_context/styled",
|
|
"@kbn/react-kibana-context-theme": "link:packages/react/kibana_context/theme",
|
|
"@kbn/react-kibana-mount": "link:packages/react/kibana_mount",
|
|
"@kbn/recently-accessed": "link:packages/kbn-recently-accessed",
|
|
"@kbn/remote-clusters-plugin": "link:x-pack/plugins/remote_clusters",
|
|
"@kbn/rendering-plugin": "link:test/plugin_functional/plugins/rendering_plugin",
|
|
"@kbn/repo-info": "link:packages/kbn-repo-info",
|
|
"@kbn/repo-packages": "link:packages/kbn-repo-packages",
|
|
"@kbn/reporting-common": "link:packages/kbn-reporting/common",
|
|
"@kbn/reporting-csv-share-panel": "link:packages/kbn-reporting/get_csv_panel_actions",
|
|
"@kbn/reporting-export-types-csv": "link:packages/kbn-reporting/export_types/csv",
|
|
"@kbn/reporting-export-types-csv-common": "link:packages/kbn-reporting/export_types/csv_common",
|
|
"@kbn/reporting-export-types-pdf": "link:packages/kbn-reporting/export_types/pdf",
|
|
"@kbn/reporting-export-types-pdf-common": "link:packages/kbn-reporting/export_types/pdf_common",
|
|
"@kbn/reporting-export-types-png": "link:packages/kbn-reporting/export_types/png",
|
|
"@kbn/reporting-export-types-png-common": "link:packages/kbn-reporting/export_types/png_common",
|
|
"@kbn/reporting-mocks-server": "link:packages/kbn-reporting/mocks_server",
|
|
"@kbn/reporting-plugin": "link:x-pack/plugins/reporting",
|
|
"@kbn/reporting-public": "link:packages/kbn-reporting/public",
|
|
"@kbn/reporting-server": "link:packages/kbn-reporting/server",
|
|
"@kbn/resizable-layout": "link:packages/kbn-resizable-layout",
|
|
"@kbn/resizable-layout-examples-plugin": "link:examples/resizable_layout_examples",
|
|
"@kbn/resolver-test-plugin": "link:x-pack/test/plugin_functional/plugins/resolver_test",
|
|
"@kbn/response-ops-feature-flag-service": "link:packages/response-ops/feature_flag_service",
|
|
"@kbn/response-stream-plugin": "link:examples/response_stream",
|
|
"@kbn/rison": "link:packages/kbn-rison",
|
|
"@kbn/rollup": "link:x-pack/packages/rollup",
|
|
"@kbn/rollup-plugin": "link:x-pack/plugins/rollup",
|
|
"@kbn/router-to-openapispec": "link:packages/kbn-router-to-openapispec",
|
|
"@kbn/router-utils": "link:packages/kbn-router-utils",
|
|
"@kbn/routing-example-plugin": "link:examples/routing_example",
|
|
"@kbn/rrule": "link:packages/kbn-rrule",
|
|
"@kbn/rule-data-utils": "link:packages/kbn-rule-data-utils",
|
|
"@kbn/rule-registry-plugin": "link:x-pack/plugins/rule_registry",
|
|
"@kbn/runtime-fields-plugin": "link:x-pack/plugins/runtime_fields",
|
|
"@kbn/safer-lodash-set": "link:packages/kbn-safer-lodash-set",
|
|
"@kbn/saml-provider-plugin": "link:x-pack/test/security_api_integration/plugins/saml_provider",
|
|
"@kbn/sample-task-plugin": "link:x-pack/test/plugin_api_integration/plugins/sample_task_plugin",
|
|
"@kbn/sample-task-plugin-mget": "link:x-pack/test/task_manager_claimer_mget/plugins/sample_task_plugin_mget",
|
|
"@kbn/saved-object-export-transforms-plugin": "link:test/plugin_functional/plugins/saved_object_export_transforms",
|
|
"@kbn/saved-object-import-warnings-plugin": "link:test/plugin_functional/plugins/saved_object_import_warnings",
|
|
"@kbn/saved-object-test-plugin": "link:x-pack/test/saved_object_api_integration/common/plugins/saved_object_test_plugin",
|
|
"@kbn/saved-objects-finder-plugin": "link:src/plugins/saved_objects_finder",
|
|
"@kbn/saved-objects-hidden-from-http-apis-type-plugin": "link:test/plugin_functional/plugins/saved_objects_hidden_from_http_apis_type",
|
|
"@kbn/saved-objects-hidden-type-plugin": "link:test/plugin_functional/plugins/saved_objects_hidden_type",
|
|
"@kbn/saved-objects-management-plugin": "link:src/plugins/saved_objects_management",
|
|
"@kbn/saved-objects-plugin": "link:src/plugins/saved_objects",
|
|
"@kbn/saved-objects-settings": "link:packages/kbn-saved-objects-settings",
|
|
"@kbn/saved-objects-tagging-oss-plugin": "link:src/plugins/saved_objects_tagging_oss",
|
|
"@kbn/saved-objects-tagging-plugin": "link:x-pack/plugins/saved_objects_tagging",
|
|
"@kbn/saved-search-plugin": "link:src/plugins/saved_search",
|
|
"@kbn/screenshot-mode-example-plugin": "link:examples/screenshot_mode_example",
|
|
"@kbn/screenshot-mode-plugin": "link:src/plugins/screenshot_mode",
|
|
"@kbn/screenshotting-example-plugin": "link:x-pack/examples/screenshotting_example",
|
|
"@kbn/screenshotting-plugin": "link:x-pack/plugins/screenshotting",
|
|
"@kbn/search-api-panels": "link:packages/kbn-search-api-panels",
|
|
"@kbn/search-connectors": "link:packages/kbn-search-connectors",
|
|
"@kbn/search-connectors-plugin": "link:x-pack/plugins/search_connectors",
|
|
"@kbn/search-errors": "link:packages/kbn-search-errors",
|
|
"@kbn/search-examples-plugin": "link:examples/search_examples",
|
|
"@kbn/search-homepage": "link:x-pack/plugins/search_homepage",
|
|
"@kbn/search-index-documents": "link:packages/kbn-search-index-documents",
|
|
"@kbn/search-inference-endpoints": "link:x-pack/plugins/search_inference_endpoints",
|
|
"@kbn/search-notebooks": "link:x-pack/plugins/search_notebooks",
|
|
"@kbn/search-playground": "link:x-pack/plugins/search_playground",
|
|
"@kbn/search-response-warnings": "link:packages/kbn-search-response-warnings",
|
|
"@kbn/search-types": "link:packages/kbn-search-types",
|
|
"@kbn/searchprofiler-plugin": "link:x-pack/plugins/searchprofiler",
|
|
"@kbn/security-api-key-management": "link:x-pack/packages/security/api_key_management",
|
|
"@kbn/security-form-components": "link:x-pack/packages/security/form_components",
|
|
"@kbn/security-hardening": "link:packages/kbn-security-hardening",
|
|
"@kbn/security-plugin": "link:x-pack/plugins/security",
|
|
"@kbn/security-plugin-types-common": "link:x-pack/packages/security/plugin_types_common",
|
|
"@kbn/security-plugin-types-public": "link:x-pack/packages/security/plugin_types_public",
|
|
"@kbn/security-plugin-types-server": "link:x-pack/packages/security/plugin_types_server",
|
|
"@kbn/security-solution-distribution-bar": "link:x-pack/packages/security-solution/distribution_bar",
|
|
"@kbn/security-solution-ess": "link:x-pack/plugins/security_solution_ess",
|
|
"@kbn/security-solution-features": "link:x-pack/packages/security-solution/features",
|
|
"@kbn/security-solution-fixtures-plugin": "link:x-pack/test/cases_api_integration/common/plugins/security_solution",
|
|
"@kbn/security-solution-navigation": "link:x-pack/packages/security-solution/navigation",
|
|
"@kbn/security-solution-plugin": "link:x-pack/plugins/security_solution",
|
|
"@kbn/security-solution-serverless": "link:x-pack/plugins/security_solution_serverless",
|
|
"@kbn/security-solution-side-nav": "link:x-pack/packages/security-solution/side_nav",
|
|
"@kbn/security-solution-storybook-config": "link:x-pack/packages/security-solution/storybook/config",
|
|
"@kbn/security-solution-upselling": "link:x-pack/packages/security-solution/upselling",
|
|
"@kbn/security-test-endpoints-plugin": "link:x-pack/test/security_functional/plugins/test_endpoints",
|
|
"@kbn/securitysolution-autocomplete": "link:packages/kbn-securitysolution-autocomplete",
|
|
"@kbn/securitysolution-data-table": "link:x-pack/packages/security-solution/data_table",
|
|
"@kbn/securitysolution-ecs": "link:packages/kbn-securitysolution-ecs",
|
|
"@kbn/securitysolution-endpoint-exceptions-common": "link:packages/kbn-securitysolution-endpoint-exceptions-common",
|
|
"@kbn/securitysolution-es-utils": "link:packages/kbn-securitysolution-es-utils",
|
|
"@kbn/securitysolution-exception-list-components": "link:packages/kbn-securitysolution-exception-list-components",
|
|
"@kbn/securitysolution-exceptions-common": "link:packages/kbn-securitysolution-exceptions-common",
|
|
"@kbn/securitysolution-hook-utils": "link:packages/kbn-securitysolution-hook-utils",
|
|
"@kbn/securitysolution-io-ts-alerting-types": "link:packages/kbn-securitysolution-io-ts-alerting-types",
|
|
"@kbn/securitysolution-io-ts-list-types": "link:packages/kbn-securitysolution-io-ts-list-types",
|
|
"@kbn/securitysolution-io-ts-types": "link:packages/kbn-securitysolution-io-ts-types",
|
|
"@kbn/securitysolution-io-ts-utils": "link:packages/kbn-securitysolution-io-ts-utils",
|
|
"@kbn/securitysolution-list-api": "link:packages/kbn-securitysolution-list-api",
|
|
"@kbn/securitysolution-list-constants": "link:packages/kbn-securitysolution-list-constants",
|
|
"@kbn/securitysolution-list-hooks": "link:packages/kbn-securitysolution-list-hooks",
|
|
"@kbn/securitysolution-list-utils": "link:packages/kbn-securitysolution-list-utils",
|
|
"@kbn/securitysolution-lists-common": "link:packages/kbn-securitysolution-lists-common",
|
|
"@kbn/securitysolution-rules": "link:packages/kbn-securitysolution-rules",
|
|
"@kbn/securitysolution-t-grid": "link:packages/kbn-securitysolution-t-grid",
|
|
"@kbn/securitysolution-utils": "link:packages/kbn-securitysolution-utils",
|
|
"@kbn/server-http-tools": "link:packages/kbn-server-http-tools",
|
|
"@kbn/server-route-repository": "link:packages/kbn-server-route-repository",
|
|
"@kbn/server-route-repository-client": "link:packages/kbn-server-route-repository-client",
|
|
"@kbn/server-route-repository-utils": "link:packages/kbn-server-route-repository-utils",
|
|
"@kbn/serverless": "link:x-pack/plugins/serverless",
|
|
"@kbn/serverless-common-settings": "link:packages/serverless/settings/common",
|
|
"@kbn/serverless-observability": "link:x-pack/plugins/serverless_observability",
|
|
"@kbn/serverless-observability-settings": "link:packages/serverless/settings/observability_project",
|
|
"@kbn/serverless-project-switcher": "link:packages/serverless/project_switcher",
|
|
"@kbn/serverless-search": "link:x-pack/plugins/serverless_search",
|
|
"@kbn/serverless-search-settings": "link:packages/serverless/settings/search_project",
|
|
"@kbn/serverless-security-settings": "link:packages/serverless/settings/security_project",
|
|
"@kbn/serverless-types": "link:packages/serverless/types",
|
|
"@kbn/session-notifications-plugin": "link:test/plugin_functional/plugins/session_notifications",
|
|
"@kbn/session-view-plugin": "link:x-pack/plugins/session_view",
|
|
"@kbn/set-map": "link:packages/kbn-set-map",
|
|
"@kbn/share-examples-plugin": "link:examples/share_examples",
|
|
"@kbn/share-plugin": "link:src/plugins/share",
|
|
"@kbn/shared-svg": "link:packages/kbn-shared-svg",
|
|
"@kbn/shared-ux-avatar-solution": "link:packages/shared-ux/avatar/solution",
|
|
"@kbn/shared-ux-button-exit-full-screen": "link:packages/shared-ux/button/exit_full_screen",
|
|
"@kbn/shared-ux-button-toolbar": "link:packages/shared-ux/button_toolbar",
|
|
"@kbn/shared-ux-card-no-data": "link:packages/shared-ux/card/no_data/impl",
|
|
"@kbn/shared-ux-card-no-data-mocks": "link:packages/shared-ux/card/no_data/mocks",
|
|
"@kbn/shared-ux-card-no-data-types": "link:packages/shared-ux/card/no_data/types",
|
|
"@kbn/shared-ux-chrome-navigation": "link:packages/shared-ux/chrome/navigation",
|
|
"@kbn/shared-ux-error-boundary": "link:packages/shared-ux/error_boundary",
|
|
"@kbn/shared-ux-file-context": "link:packages/shared-ux/file/context",
|
|
"@kbn/shared-ux-file-image": "link:packages/shared-ux/file/image/impl",
|
|
"@kbn/shared-ux-file-image-mocks": "link:packages/shared-ux/file/image/mocks",
|
|
"@kbn/shared-ux-file-mocks": "link:packages/shared-ux/file/mocks",
|
|
"@kbn/shared-ux-file-picker": "link:packages/shared-ux/file/file_picker/impl",
|
|
"@kbn/shared-ux-file-types": "link:packages/shared-ux/file/types",
|
|
"@kbn/shared-ux-file-upload": "link:packages/shared-ux/file/file_upload/impl",
|
|
"@kbn/shared-ux-file-util": "link:packages/shared-ux/file/util",
|
|
"@kbn/shared-ux-link-redirect-app": "link:packages/shared-ux/link/redirect_app/impl",
|
|
"@kbn/shared-ux-link-redirect-app-mocks": "link:packages/shared-ux/link/redirect_app/mocks",
|
|
"@kbn/shared-ux-link-redirect-app-types": "link:packages/shared-ux/link/redirect_app/types",
|
|
"@kbn/shared-ux-markdown": "link:packages/shared-ux/markdown/impl",
|
|
"@kbn/shared-ux-markdown-mocks": "link:packages/shared-ux/markdown/mocks",
|
|
"@kbn/shared-ux-markdown-types": "link:packages/shared-ux/markdown/types",
|
|
"@kbn/shared-ux-page-analytics-no-data": "link:packages/shared-ux/page/analytics_no_data/impl",
|
|
"@kbn/shared-ux-page-analytics-no-data-mocks": "link:packages/shared-ux/page/analytics_no_data/mocks",
|
|
"@kbn/shared-ux-page-analytics-no-data-types": "link:packages/shared-ux/page/analytics_no_data/types",
|
|
"@kbn/shared-ux-page-kibana-no-data": "link:packages/shared-ux/page/kibana_no_data/impl",
|
|
"@kbn/shared-ux-page-kibana-no-data-mocks": "link:packages/shared-ux/page/kibana_no_data/mocks",
|
|
"@kbn/shared-ux-page-kibana-no-data-types": "link:packages/shared-ux/page/kibana_no_data/types",
|
|
"@kbn/shared-ux-page-kibana-template": "link:packages/shared-ux/page/kibana_template/impl",
|
|
"@kbn/shared-ux-page-kibana-template-mocks": "link:packages/shared-ux/page/kibana_template/mocks",
|
|
"@kbn/shared-ux-page-kibana-template-types": "link:packages/shared-ux/page/kibana_template/types",
|
|
"@kbn/shared-ux-page-no-data": "link:packages/shared-ux/page/no_data/impl",
|
|
"@kbn/shared-ux-page-no-data-config": "link:packages/shared-ux/page/no_data_config/impl",
|
|
"@kbn/shared-ux-page-no-data-config-mocks": "link:packages/shared-ux/page/no_data_config/mocks",
|
|
"@kbn/shared-ux-page-no-data-config-types": "link:packages/shared-ux/page/no_data_config/types",
|
|
"@kbn/shared-ux-page-no-data-mocks": "link:packages/shared-ux/page/no_data/mocks",
|
|
"@kbn/shared-ux-page-no-data-types": "link:packages/shared-ux/page/no_data/types",
|
|
"@kbn/shared-ux-page-solution-nav": "link:packages/shared-ux/page/solution_nav",
|
|
"@kbn/shared-ux-prompt-no-data-views": "link:packages/shared-ux/prompt/no_data_views/impl",
|
|
"@kbn/shared-ux-prompt-no-data-views-mocks": "link:packages/shared-ux/prompt/no_data_views/mocks",
|
|
"@kbn/shared-ux-prompt-no-data-views-types": "link:packages/shared-ux/prompt/no_data_views/types",
|
|
"@kbn/shared-ux-prompt-not-found": "link:packages/shared-ux/prompt/not_found",
|
|
"@kbn/shared-ux-router": "link:packages/shared-ux/router/impl",
|
|
"@kbn/shared-ux-router-mocks": "link:packages/shared-ux/router/mocks",
|
|
"@kbn/shared-ux-router-types": "link:packages/shared-ux/router/types",
|
|
"@kbn/shared-ux-storybook-config": "link:packages/shared-ux/storybook/config",
|
|
"@kbn/shared-ux-storybook-mock": "link:packages/shared-ux/storybook/mock",
|
|
"@kbn/shared-ux-tabbed-modal": "link:packages/shared-ux/modal/tabbed",
|
|
"@kbn/shared-ux-utility": "link:packages/kbn-shared-ux-utility",
|
|
"@kbn/slo-plugin": "link:x-pack/plugins/observability_solution/slo",
|
|
"@kbn/slo-schema": "link:x-pack/packages/kbn-slo-schema",
|
|
"@kbn/snapshot-restore-plugin": "link:x-pack/plugins/snapshot_restore",
|
|
"@kbn/sort-predicates": "link:packages/kbn-sort-predicates",
|
|
"@kbn/spaces-plugin": "link:x-pack/plugins/spaces",
|
|
"@kbn/spaces-test-plugin": "link:x-pack/test/spaces_api_integration/common/plugins/spaces_test_plugin",
|
|
"@kbn/stack-alerts-plugin": "link:x-pack/plugins/stack_alerts",
|
|
"@kbn/stack-connectors-plugin": "link:x-pack/plugins/stack_connectors",
|
|
"@kbn/stack-management-usage-test-plugin": "link:x-pack/test/usage_collection/plugins/stack_management_usage_test",
|
|
"@kbn/state-containers-examples-plugin": "link:examples/state_containers_examples",
|
|
"@kbn/status-plugin-a-plugin": "link:test/server_integration/plugins/status_plugin_a",
|
|
"@kbn/status-plugin-b-plugin": "link:test/server_integration/plugins/status_plugin_b",
|
|
"@kbn/std": "link:packages/kbn-std",
|
|
"@kbn/synthetics-plugin": "link:x-pack/plugins/observability_solution/synthetics",
|
|
"@kbn/synthetics-private-location": "link:x-pack/packages/kbn-synthetics-private-location",
|
|
"@kbn/task-manager-fixture-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture",
|
|
"@kbn/task-manager-performance-plugin": "link:x-pack/test/plugin_api_perf/plugins/task_manager_performance",
|
|
"@kbn/task-manager-plugin": "link:x-pack/plugins/task_manager",
|
|
"@kbn/telemetry-collection-manager-plugin": "link:src/plugins/telemetry_collection_manager",
|
|
"@kbn/telemetry-collection-xpack-plugin": "link:x-pack/plugins/telemetry_collection_xpack",
|
|
"@kbn/telemetry-management-section-plugin": "link:src/plugins/telemetry_management_section",
|
|
"@kbn/telemetry-plugin": "link:src/plugins/telemetry",
|
|
"@kbn/telemetry-test-plugin": "link:test/plugin_functional/plugins/telemetry",
|
|
"@kbn/test-feature-usage-plugin": "link:x-pack/test/licensing_plugin/plugins/test_feature_usage",
|
|
"@kbn/testing-embedded-lens-plugin": "link:x-pack/examples/testing_embedded_lens",
|
|
"@kbn/text-based-editor": "link:packages/kbn-text-based-editor",
|
|
"@kbn/third-party-lens-navigation-prompt-plugin": "link:x-pack/examples/third_party_lens_navigation_prompt",
|
|
"@kbn/third-party-vis-lens-example-plugin": "link:x-pack/examples/third_party_vis_lens_example",
|
|
"@kbn/threat-intelligence-plugin": "link:x-pack/plugins/threat_intelligence",
|
|
"@kbn/timelines-plugin": "link:x-pack/plugins/timelines",
|
|
"@kbn/timelion-grammar": "link:packages/kbn-timelion-grammar",
|
|
"@kbn/timerange": "link:packages/kbn-timerange",
|
|
"@kbn/tinymath": "link:packages/kbn-tinymath",
|
|
"@kbn/transform-plugin": "link:x-pack/plugins/transform",
|
|
"@kbn/translations-plugin": "link:x-pack/plugins/translations",
|
|
"@kbn/triggers-actions-ui-example-plugin": "link:x-pack/examples/triggers_actions_ui_example",
|
|
"@kbn/triggers-actions-ui-plugin": "link:x-pack/plugins/triggers_actions_ui",
|
|
"@kbn/triggers-actions-ui-types": "link:packages/kbn-triggers-actions-ui-types",
|
|
"@kbn/try-in-console": "link:packages/kbn-try-in-console",
|
|
"@kbn/typed-react-router-config": "link:packages/kbn-typed-react-router-config",
|
|
"@kbn/ui-actions-browser": "link:packages/kbn-ui-actions-browser",
|
|
"@kbn/ui-actions-enhanced-examples-plugin": "link:x-pack/examples/ui_actions_enhanced_examples",
|
|
"@kbn/ui-actions-enhanced-plugin": "link:src/plugins/ui_actions_enhanced",
|
|
"@kbn/ui-actions-examples-plugin": "link:examples/ui_action_examples",
|
|
"@kbn/ui-actions-explorer-plugin": "link:examples/ui_actions_explorer",
|
|
"@kbn/ui-actions-plugin": "link:src/plugins/ui_actions",
|
|
"@kbn/ui-settings-plugin": "link:test/plugin_functional/plugins/ui_settings_plugin",
|
|
"@kbn/ui-shared-deps-npm": "link:packages/kbn-ui-shared-deps-npm",
|
|
"@kbn/ui-shared-deps-src": "link:packages/kbn-ui-shared-deps-src",
|
|
"@kbn/ui-theme": "link:packages/kbn-ui-theme",
|
|
"@kbn/unified-data-table": "link:packages/kbn-unified-data-table",
|
|
"@kbn/unified-doc-viewer": "link:packages/kbn-unified-doc-viewer",
|
|
"@kbn/unified-doc-viewer-examples": "link:examples/unified_doc_viewer",
|
|
"@kbn/unified-doc-viewer-plugin": "link:src/plugins/unified_doc_viewer",
|
|
"@kbn/unified-field-list": "link:packages/kbn-unified-field-list",
|
|
"@kbn/unified-field-list-examples-plugin": "link:examples/unified_field_list_examples",
|
|
"@kbn/unified-histogram-plugin": "link:src/plugins/unified_histogram",
|
|
"@kbn/unified-search-plugin": "link:src/plugins/unified_search",
|
|
"@kbn/unsaved-changes-badge": "link:packages/kbn-unsaved-changes-badge",
|
|
"@kbn/unsaved-changes-prompt": "link:packages/kbn-unsaved-changes-prompt",
|
|
"@kbn/upgrade-assistant-plugin": "link:x-pack/plugins/upgrade_assistant",
|
|
"@kbn/uptime-plugin": "link:x-pack/plugins/observability_solution/uptime",
|
|
"@kbn/url-drilldown-plugin": "link:x-pack/plugins/drilldowns/url_drilldown",
|
|
"@kbn/url-forwarding-plugin": "link:src/plugins/url_forwarding",
|
|
"@kbn/usage-collection-plugin": "link:src/plugins/usage_collection",
|
|
"@kbn/usage-collection-test-plugin": "link:test/plugin_functional/plugins/usage_collection",
|
|
"@kbn/use-tracked-promise": "link:packages/kbn-use-tracked-promise",
|
|
"@kbn/user-profile-components": "link:packages/kbn-user-profile-components",
|
|
"@kbn/user-profile-examples-plugin": "link:examples/user_profile_examples",
|
|
"@kbn/user-profiles-consumer-plugin": "link:x-pack/test/security_api_integration/plugins/user_profiles_consumer",
|
|
"@kbn/utility-types": "link:packages/kbn-utility-types",
|
|
"@kbn/utility-types-jest": "link:packages/kbn-utility-types-jest",
|
|
"@kbn/utils": "link:packages/kbn-utils",
|
|
"@kbn/ux-plugin": "link:x-pack/plugins/observability_solution/ux",
|
|
"@kbn/v8-profiler-examples-plugin": "link:examples/v8_profiler_examples",
|
|
"@kbn/vis-default-editor-plugin": "link:src/plugins/vis_default_editor",
|
|
"@kbn/vis-type-gauge-plugin": "link:src/plugins/vis_types/gauge",
|
|
"@kbn/vis-type-heatmap-plugin": "link:src/plugins/vis_types/heatmap",
|
|
"@kbn/vis-type-markdown-plugin": "link:src/plugins/vis_type_markdown",
|
|
"@kbn/vis-type-metric-plugin": "link:src/plugins/vis_types/metric",
|
|
"@kbn/vis-type-pie-plugin": "link:src/plugins/vis_types/pie",
|
|
"@kbn/vis-type-table-plugin": "link:src/plugins/vis_types/table",
|
|
"@kbn/vis-type-tagcloud-plugin": "link:src/plugins/vis_types/tagcloud",
|
|
"@kbn/vis-type-timelion-plugin": "link:src/plugins/vis_types/timelion",
|
|
"@kbn/vis-type-timeseries-plugin": "link:src/plugins/vis_types/timeseries",
|
|
"@kbn/vis-type-vega-plugin": "link:src/plugins/vis_types/vega",
|
|
"@kbn/vis-type-vislib-plugin": "link:src/plugins/vis_types/vislib",
|
|
"@kbn/vis-type-xy-plugin": "link:src/plugins/vis_types/xy",
|
|
"@kbn/visualization-ui-components": "link:packages/kbn-visualization-ui-components",
|
|
"@kbn/visualization-utils": "link:packages/kbn-visualization-utils",
|
|
"@kbn/visualizations-plugin": "link:src/plugins/visualizations",
|
|
"@kbn/watcher-plugin": "link:x-pack/plugins/watcher",
|
|
"@kbn/xstate-utils": "link:packages/kbn-xstate-utils",
|
|
"@kbn/zod": "link:packages/kbn-zod",
|
|
"@kbn/zod-helpers": "link:packages/kbn-zod-helpers",
|
|
"@langchain/community": "0.2.18",
|
|
"@langchain/core": "^0.2.18",
|
|
"@langchain/google-genai": "^0.0.23",
|
|
"@langchain/langgraph": "^0.0.31",
|
|
"@langchain/openai": "^0.1.3",
|
|
"@langtrase/trace-attributes": "^3.0.8",
|
|
"@launchdarkly/node-server-sdk": "^9.5.0",
|
|
"@loaders.gl/core": "^3.4.7",
|
|
"@loaders.gl/json": "^3.4.7",
|
|
"@loaders.gl/shapefile": "^3.4.7",
|
|
"@mapbox/geojson-rewind": "^0.5.0",
|
|
"@mapbox/mapbox-gl-draw": "1.3.0",
|
|
"@mapbox/mapbox-gl-rtl-text": "0.2.3",
|
|
"@mapbox/mapbox-gl-supported": "2.0.1",
|
|
"@mapbox/vector-tile": "1.3.1",
|
|
"@mswjs/http-middleware": "^0.10.1",
|
|
"@opentelemetry/api": "^1.1.0",
|
|
"@opentelemetry/api-metrics": "^0.31.0",
|
|
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.34.0",
|
|
"@opentelemetry/exporter-prometheus": "^0.31.0",
|
|
"@opentelemetry/resources": "^1.4.0",
|
|
"@opentelemetry/sdk-metrics-base": "^0.31.0",
|
|
"@opentelemetry/sdk-trace-base": "^1.24.0",
|
|
"@opentelemetry/semantic-conventions": "^1.4.0",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@reduxjs/toolkit": "1.9.7",
|
|
"@slack/webhook": "^7.0.1",
|
|
"@smithy/eventstream-codec": "^3.1.1",
|
|
"@smithy/eventstream-serde-node": "^3.0.3",
|
|
"@smithy/protocol-http": "^4.0.2",
|
|
"@smithy/signature-v4": "^3.1.1",
|
|
"@smithy/types": "^3.2.0",
|
|
"@smithy/util-utf8": "^3.0.0",
|
|
"@tanstack/react-query": "^4.29.12",
|
|
"@tanstack/react-query-devtools": "^4.29.12",
|
|
"@turf/along": "6.0.1",
|
|
"@turf/area": "6.0.1",
|
|
"@turf/bbox": "6.0.1",
|
|
"@turf/bbox-polygon": "6.0.1",
|
|
"@turf/boolean-contains": "6.0.1",
|
|
"@turf/center-of-mass": "6.0.1",
|
|
"@turf/circle": "6.0.1",
|
|
"@turf/distance": "6.0.1",
|
|
"@turf/helpers": "6.0.1",
|
|
"@turf/length": "^6.0.2",
|
|
"@xstate/react": "^3.2.2",
|
|
"adm-zip": "^0.5.9",
|
|
"ai": "^2.2.33",
|
|
"ajv": "^8.12.0",
|
|
"ansi-regex": "^6.0.1",
|
|
"antlr4": "^4.13.1-patch-1",
|
|
"archiver": "^5.3.1",
|
|
"async": "^3.2.3",
|
|
"aws4": "^1.12.0",
|
|
"axios": "^1.6.8",
|
|
"base64-js": "^1.3.1",
|
|
"bitmap-sdf": "^1.0.3",
|
|
"blurhash": "^2.0.1",
|
|
"brace": "0.11.1",
|
|
"brok": "^5.0.2",
|
|
"byte-size": "^8.1.0",
|
|
"cacheable-lookup": "6",
|
|
"camelcase-keys": "7.0.2",
|
|
"canvg": "^3.0.9",
|
|
"cbor-x": "^1.3.3",
|
|
"chalk": "^4.1.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"chroma-js": "^2.1.0",
|
|
"classnames": "2.2.6",
|
|
"color": "^4.2.3",
|
|
"commander": "^4.1.1",
|
|
"compare-versions": "3.5.1",
|
|
"constate": "^3.3.2",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"core-js": "^3.37.1",
|
|
"cronstrue": "^1.51.0",
|
|
"css-box-model": "^1.2.1",
|
|
"css.escape": "^1.5.1",
|
|
"cypress-data-session": "^2.8.0",
|
|
"cytoscape": "^3.10.0",
|
|
"cytoscape-dagre": "^2.2.2",
|
|
"d3": "3.5.17",
|
|
"d3-array": "2.12.1",
|
|
"d3-brush": "^3.0.0",
|
|
"d3-interpolate": "^3.0.1",
|
|
"d3-scale": "^3.3.0",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-shape": "^2.1.0",
|
|
"d3-time": "^2.1.1",
|
|
"d3-transition": "^3.0.1",
|
|
"dedent": "^0.7.0",
|
|
"deep-freeze-strict": "^1.1.1",
|
|
"deepmerge": "^4.2.2",
|
|
"del": "^6.1.0",
|
|
"diff": "^5.1.0",
|
|
"elastic-apm-node": "^4.7.2",
|
|
"email-addresses": "^5.0.0",
|
|
"eventsource-parser": "^1.1.1",
|
|
"execa": "^5.1.1",
|
|
"expiry-js": "0.1.7",
|
|
"exponential-backoff": "^3.1.1",
|
|
"extract-zip": "^2.0.1",
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-glob": "^3.3.2",
|
|
"fastest-levenshtein": "^1.0.12",
|
|
"fflate": "^0.6.9",
|
|
"file-saver": "^1.3.8",
|
|
"flat": "5",
|
|
"fnv-plus": "^1.3.1",
|
|
"font-awesome": "4.7.0",
|
|
"formik": "^2.4.6",
|
|
"fp-ts": "^2.3.1",
|
|
"get-port": "^5.0.0",
|
|
"getopts": "^2.2.5",
|
|
"getos": "^3.1.0",
|
|
"globby": "^11.1.0",
|
|
"google-auth-library": "^9.10.0",
|
|
"gpt-tokenizer": "^2.1.2",
|
|
"handlebars": "4.7.8",
|
|
"he": "^1.2.0",
|
|
"history": "^4.9.0",
|
|
"hjson": "3.2.1",
|
|
"html2canvas": "^1.4.1",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"i18n-iso-countries": "^4.3.1",
|
|
"icalendar": "0.7.1",
|
|
"immer": "^9.0.21",
|
|
"inquirer": "^7.3.3",
|
|
"io-ts": "^2.0.5",
|
|
"ipaddr.js": "2.0.0",
|
|
"isbinaryfile": "4.0.2",
|
|
"joi": "^17.13.3",
|
|
"joi-to-json": "^4.3.0",
|
|
"jquery": "^3.5.0",
|
|
"js-search": "^1.4.3",
|
|
"js-sha256": "^0.9.0",
|
|
"js-yaml": "^3.14.1",
|
|
"json-schema-to-ts": "^2.9.1",
|
|
"json-stable-stringify": "^1.0.1",
|
|
"json-stringify-pretty-compact": "1.2.0",
|
|
"json-stringify-safe": "5.0.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jsts": "^1.6.2",
|
|
"kea": "^2.6.0",
|
|
"langchain": "^0.2.11",
|
|
"langsmith": "^0.1.39",
|
|
"launchdarkly-js-client-sdk": "^3.4.0",
|
|
"launchdarkly-node-server-sdk": "^7.0.3",
|
|
"load-json-file": "^6.2.0",
|
|
"lodash": "^4.17.21",
|
|
"lru-cache": "^4.1.5",
|
|
"lz-string": "^1.4.4",
|
|
"mapbox-gl-draw-rectangle-mode": "1.0.4",
|
|
"maplibre-gl": "3.1.0",
|
|
"markdown-it": "^14.1.0",
|
|
"mdast-util-to-hast": "10.2.0",
|
|
"memoize-one": "^6.0.0",
|
|
"mime": "^2.4.4",
|
|
"mime-types": "^2.1.27",
|
|
"minimatch": "^3.1.2",
|
|
"moment": "^2.29.4",
|
|
"moment-duration-format": "^2.3.2",
|
|
"moment-timezone": "^0.5.43",
|
|
"monaco-editor": "^0.44.0",
|
|
"monaco-yaml": "^5.1.0",
|
|
"murmurhash": "^2.0.1",
|
|
"mustache": "^2.3.2",
|
|
"node-diff3": "^3.1.2",
|
|
"node-fetch": "^2.6.7",
|
|
"node-forge": "^1.3.1",
|
|
"nodemailer": "^6.9.14",
|
|
"normalize-path": "^3.0.0",
|
|
"nunjucks": "^3.2.4",
|
|
"object-hash": "^1.3.1",
|
|
"object-path-immutable": "^3.1.1",
|
|
"openai": "^4.24.1",
|
|
"openpgp": "5.10.1",
|
|
"opn": "^5.5.0",
|
|
"ora": "^4.0.4",
|
|
"p-limit": "^3.0.1",
|
|
"p-map": "^4.0.0",
|
|
"p-retry": "^4.2.0",
|
|
"p-settle": "4.1.1",
|
|
"papaparse": "^5.2.0",
|
|
"pbf": "3.2.1",
|
|
"pdfjs-dist": "^2.13.216",
|
|
"pdfmake": "^0.2.7",
|
|
"peggy": "^1.2.0",
|
|
"polished": "^3.7.2",
|
|
"pretty-ms": "6.0.0",
|
|
"prop-types": "^15.8.1",
|
|
"proxy-from-env": "1.0.0",
|
|
"puppeteer": "22.13.1",
|
|
"query-string": "^6.13.2",
|
|
"rbush": "^3.0.1",
|
|
"re-resizable": "^6.9.9",
|
|
"re2js": "0.4.1",
|
|
"react": "^17.0.2",
|
|
"react-ace": "^7.0.5",
|
|
"react-diff-view": "^3.2.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-dropzone": "^4.2.9",
|
|
"react-fast-compare": "^2.0.4",
|
|
"react-grid-layout": "^1.3.4",
|
|
"react-hook-form": "^7.44.2",
|
|
"react-intl": "6.6.6",
|
|
"react-is": "^17.0.2",
|
|
"react-markdown": "^6.0.3",
|
|
"react-monaco-editor": "^0.54.0",
|
|
"react-popper-tooltip": "^3.1.1",
|
|
"react-recompose": "^0.33.0",
|
|
"react-redux": "^7.2.8",
|
|
"react-resizable": "^3.0.4",
|
|
"react-reverse-portal": "^2.1.0",
|
|
"react-router": "^5.3.4",
|
|
"react-router-config": "^5.1.1",
|
|
"react-router-dom": "^5.3.4",
|
|
"react-router-dom-v5-compat": "^6.12.0",
|
|
"react-shortcuts": "^2.1.0",
|
|
"react-syntax-highlighter": "^15.3.1",
|
|
"react-use": "^15.3.8",
|
|
"react-virtualized": "^9.22.5",
|
|
"react-window": "^1.8.10",
|
|
"reduce-reducers": "^1.0.4",
|
|
"redux": "^4.2.1",
|
|
"redux-actions": "^2.6.5",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-saga": "^1.1.3",
|
|
"redux-thunk": "^2.4.2",
|
|
"redux-thunks": "^1.0.0",
|
|
"reflect-metadata": "^0.2.1",
|
|
"remark-gfm": "1.0.0",
|
|
"remark-parse-no-trim": "^8.0.4",
|
|
"remark-stringify": "^8.0.3",
|
|
"require-in-the-middle": "^7.4.0",
|
|
"reselect": "^4.1.8",
|
|
"resize-observer-polyfill": "1.5.1",
|
|
"rison-node": "1.0.2",
|
|
"rxjs": "^7.5.5",
|
|
"safe-squel": "^5.12.5",
|
|
"seedrandom": "^3.0.5",
|
|
"semver": "^7.6.3",
|
|
"set-value": "^4.1.0",
|
|
"snakecase-keys": "^8.0.0",
|
|
"source-map-support": "^0.5.19",
|
|
"stats-lite": "^2.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"styled-components": "^5.1.0",
|
|
"suricata-sid-db": "^1.0.2",
|
|
"swr": "^2.2.5",
|
|
"symbol-observable": "^1.2.0",
|
|
"tar": "^6.2.1",
|
|
"textarea-caret": "^3.1.0",
|
|
"tinycolor2": "1.4.1",
|
|
"tinygradient": "0.4.3",
|
|
"ts-easing": "^0.2.0",
|
|
"tslib": "^2.0.0",
|
|
"type-detect": "^4.0.8",
|
|
"type-fest": "^4.17.0",
|
|
"typescript-fsa": "^3.0.0",
|
|
"typescript-fsa-reducers": "^1.2.2",
|
|
"unidiff": "^1.0.4",
|
|
"unified": "9.2.2",
|
|
"use-resize-observer": "^9.1.0",
|
|
"usng.js": "^0.4.5",
|
|
"utility-types": "^3.10.0",
|
|
"uuid": "9.0.0",
|
|
"vega": "^5.24.0",
|
|
"vega-interpreter": "^1.0.4",
|
|
"vega-lite": "^5.5.0",
|
|
"vega-schema-url-parser": "^2.2.0",
|
|
"vega-spec-injector": "^0.0.2",
|
|
"vega-tooltip": "^0.28.0",
|
|
"vinyl": "^2.2.0",
|
|
"wellknown": "^0.5.0",
|
|
"whatwg-fetch": "^3.0.0",
|
|
"xml2js": "^0.5.0",
|
|
"xstate": "^4.38.2",
|
|
"xterm": "^5.1.0",
|
|
"yauzl": "^2.10.0",
|
|
"yazl": "^2.5.1",
|
|
"zod": "^3.22.3"
|
|
},
|
|
"devDependencies": {
|
|
"@apidevtools/swagger-parser": "^10.0.3",
|
|
"@babel/cli": "^7.24.7",
|
|
"@babel/core": "^7.24.7",
|
|
"@babel/eslint-parser": "^7.24.7",
|
|
"@babel/eslint-plugin": "^7.24.7",
|
|
"@babel/generator": "^7.24.7",
|
|
"@babel/helper-plugin-utils": "^7.24.7",
|
|
"@babel/parser": "^7.24.7",
|
|
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
"@babel/plugin-transform-class-properties": "^7.24.7",
|
|
"@babel/plugin-transform-numeric-separator": "^7.24.7",
|
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
"@babel/preset-env": "^7.24.7",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
"@babel/register": "^7.24.6",
|
|
"@babel/traverse": "^7.24.7",
|
|
"@babel/types": "7.21.2",
|
|
"@bazel/ibazel": "^0.16.2",
|
|
"@bazel/typescript": "4.6.2",
|
|
"@cypress/debugging-proxy": "2.0.1",
|
|
"@cypress/grep": "^4.0.1",
|
|
"@cypress/webpack-preprocessor": "^6.0.1",
|
|
"@elastic/eslint-plugin-eui": "0.0.2",
|
|
"@elastic/makelogs": "^6.1.1",
|
|
"@elastic/synthetics": "^1.5.0",
|
|
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
"@emotion/jest": "^11.11.0",
|
|
"@formatjs/cli": "^6.2.8",
|
|
"@formatjs/cli-lib": "^6.3.8",
|
|
"@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"@jest/console": "^29.6.1",
|
|
"@jest/reporters": "^29.6.1",
|
|
"@jest/transform": "^29.6.1",
|
|
"@jest/types": "^29.6.1",
|
|
"@kayahr/text-encoding": "^1.3.0",
|
|
"@kbn/alerting-api-integration-helpers": "link:x-pack/test/alerting_api_integration/packages/helpers",
|
|
"@kbn/ambient-common-types": "link:packages/kbn-ambient-common-types",
|
|
"@kbn/ambient-ftr-types": "link:packages/kbn-ambient-ftr-types",
|
|
"@kbn/ambient-storybook-types": "link:packages/kbn-ambient-storybook-types",
|
|
"@kbn/ambient-ui-types": "link:packages/kbn-ambient-ui-types",
|
|
"@kbn/apm-ftr-e2e": "link:x-pack/plugins/observability_solution/apm/ftr_e2e",
|
|
"@kbn/apm-synthtrace": "link:packages/kbn-apm-synthtrace",
|
|
"@kbn/apm-synthtrace-client": "link:packages/kbn-apm-synthtrace-client",
|
|
"@kbn/axe-config": "link:packages/kbn-axe-config",
|
|
"@kbn/babel-preset": "link:packages/kbn-babel-preset",
|
|
"@kbn/babel-register": "link:packages/kbn-babel-register",
|
|
"@kbn/babel-transform": "link:packages/kbn-babel-transform",
|
|
"@kbn/bazel-runner": "link:packages/kbn-bazel-runner",
|
|
"@kbn/capture-oas-snapshot-cli": "link:packages/kbn-capture-oas-snapshot-cli",
|
|
"@kbn/check-mappings-update-cli": "link:packages/kbn-check-mappings-update-cli",
|
|
"@kbn/ci-stats-core": "link:packages/kbn-ci-stats-core",
|
|
"@kbn/ci-stats-performance-metrics": "link:packages/kbn-ci-stats-performance-metrics",
|
|
"@kbn/ci-stats-reporter": "link:packages/kbn-ci-stats-reporter",
|
|
"@kbn/ci-stats-shipper-cli": "link:packages/kbn-ci-stats-shipper-cli",
|
|
"@kbn/cli-dev-mode": "link:packages/kbn-cli-dev-mode",
|
|
"@kbn/code-owners": "link:packages/kbn-code-owners",
|
|
"@kbn/core-analytics-browser-mocks": "link:packages/core/analytics/core-analytics-browser-mocks",
|
|
"@kbn/core-analytics-server-mocks": "link:packages/core/analytics/core-analytics-server-mocks",
|
|
"@kbn/core-application-browser-mocks": "link:packages/core/application/core-application-browser-mocks",
|
|
"@kbn/core-apps-browser-mocks": "link:packages/core/apps/core-apps-browser-mocks",
|
|
"@kbn/core-base-browser-mocks": "link:packages/core/base/core-base-browser-mocks",
|
|
"@kbn/core-base-server-mocks": "link:packages/core/base/core-base-server-mocks",
|
|
"@kbn/core-capabilities-browser-mocks": "link:packages/core/capabilities/core-capabilities-browser-mocks",
|
|
"@kbn/core-capabilities-server-mocks": "link:packages/core/capabilities/core-capabilities-server-mocks",
|
|
"@kbn/core-chrome-browser-mocks": "link:packages/core/chrome/core-chrome-browser-mocks",
|
|
"@kbn/core-deprecations-browser-mocks": "link:packages/core/deprecations/core-deprecations-browser-mocks",
|
|
"@kbn/core-deprecations-server-mocks": "link:packages/core/deprecations/core-deprecations-server-mocks",
|
|
"@kbn/core-doc-links-browser-mocks": "link:packages/core/doc-links/core-doc-links-browser-mocks",
|
|
"@kbn/core-doc-links-server-mocks": "link:packages/core/doc-links/core-doc-links-server-mocks",
|
|
"@kbn/core-elasticsearch-client-server-mocks": "link:packages/core/elasticsearch/core-elasticsearch-client-server-mocks",
|
|
"@kbn/core-elasticsearch-server-mocks": "link:packages/core/elasticsearch/core-elasticsearch-server-mocks",
|
|
"@kbn/core-environment-server-mocks": "link:packages/core/environment/core-environment-server-mocks",
|
|
"@kbn/core-execution-context-browser-mocks": "link:packages/core/execution-context/core-execution-context-browser-mocks",
|
|
"@kbn/core-execution-context-server-mocks": "link:packages/core/execution-context/core-execution-context-server-mocks",
|
|
"@kbn/core-fatal-errors-browser-mocks": "link:packages/core/fatal-errors/core-fatal-errors-browser-mocks",
|
|
"@kbn/core-http-browser-mocks": "link:packages/core/http/core-http-browser-mocks",
|
|
"@kbn/core-http-context-server-mocks": "link:packages/core/http/core-http-context-server-mocks",
|
|
"@kbn/core-http-resources-server-mocks": "link:packages/core/http/core-http-resources-server-mocks",
|
|
"@kbn/core-http-router-server-mocks": "link:packages/core/http/core-http-router-server-mocks",
|
|
"@kbn/core-http-server-mocks": "link:packages/core/http/core-http-server-mocks",
|
|
"@kbn/core-i18n-browser-mocks": "link:packages/core/i18n/core-i18n-browser-mocks",
|
|
"@kbn/core-i18n-server-mocks": "link:packages/core/i18n/core-i18n-server-mocks",
|
|
"@kbn/core-injected-metadata-browser-mocks": "link:packages/core/injected-metadata/core-injected-metadata-browser-mocks",
|
|
"@kbn/core-integrations-browser-mocks": "link:packages/core/integrations/core-integrations-browser-mocks",
|
|
"@kbn/core-lifecycle-browser-mocks": "link:packages/core/lifecycle/core-lifecycle-browser-mocks",
|
|
"@kbn/core-lifecycle-server-mocks": "link:packages/core/lifecycle/core-lifecycle-server-mocks",
|
|
"@kbn/core-logging-browser-mocks": "link:packages/core/logging/core-logging-browser-mocks",
|
|
"@kbn/core-logging-server-mocks": "link:packages/core/logging/core-logging-server-mocks",
|
|
"@kbn/core-metrics-collectors-server-mocks": "link:packages/core/metrics/core-metrics-collectors-server-mocks",
|
|
"@kbn/core-metrics-server-mocks": "link:packages/core/metrics/core-metrics-server-mocks",
|
|
"@kbn/core-node-server-mocks": "link:packages/core/node/core-node-server-mocks",
|
|
"@kbn/core-notifications-browser-mocks": "link:packages/core/notifications/core-notifications-browser-mocks",
|
|
"@kbn/core-overlays-browser-mocks": "link:packages/core/overlays/core-overlays-browser-mocks",
|
|
"@kbn/core-plugins-browser-mocks": "link:packages/core/plugins/core-plugins-browser-mocks",
|
|
"@kbn/core-plugins-server-mocks": "link:packages/core/plugins/core-plugins-server-mocks",
|
|
"@kbn/core-preboot-server-mocks": "link:packages/core/preboot/core-preboot-server-mocks",
|
|
"@kbn/core-rendering-browser-mocks": "link:packages/core/rendering/core-rendering-browser-mocks",
|
|
"@kbn/core-rendering-server-mocks": "link:packages/core/rendering/core-rendering-server-mocks",
|
|
"@kbn/core-saved-objects-api-server-mocks": "link:packages/core/saved-objects/core-saved-objects-api-server-mocks",
|
|
"@kbn/core-saved-objects-base-server-mocks": "link:packages/core/saved-objects/core-saved-objects-base-server-mocks",
|
|
"@kbn/core-saved-objects-browser-mocks": "link:packages/core/saved-objects/core-saved-objects-browser-mocks",
|
|
"@kbn/core-saved-objects-import-export-server-mocks": "link:packages/core/saved-objects/core-saved-objects-import-export-server-mocks",
|
|
"@kbn/core-saved-objects-migration-server-mocks": "link:packages/core/saved-objects/core-saved-objects-migration-server-mocks",
|
|
"@kbn/core-saved-objects-server-mocks": "link:packages/core/saved-objects/core-saved-objects-server-mocks",
|
|
"@kbn/core-status-server-mocks": "link:packages/core/status/core-status-server-mocks",
|
|
"@kbn/core-test-helpers-kbn-server": "link:packages/core/test-helpers/core-test-helpers-kbn-server",
|
|
"@kbn/core-test-helpers-model-versions": "link:packages/core/test-helpers/core-test-helpers-model-versions",
|
|
"@kbn/core-theme-browser-mocks": "link:packages/core/theme/core-theme-browser-mocks",
|
|
"@kbn/core-ui-settings-browser-mocks": "link:packages/core/ui-settings/core-ui-settings-browser-mocks",
|
|
"@kbn/core-ui-settings-server-mocks": "link:packages/core/ui-settings/core-ui-settings-server-mocks",
|
|
"@kbn/core-usage-data-server-mocks": "link:packages/core/usage-data/core-usage-data-server-mocks",
|
|
"@kbn/cypress-config": "link:packages/kbn-cypress-config",
|
|
"@kbn/dev-cli-errors": "link:packages/kbn-dev-cli-errors",
|
|
"@kbn/dev-cli-runner": "link:packages/kbn-dev-cli-runner",
|
|
"@kbn/dev-proc-runner": "link:packages/kbn-dev-proc-runner",
|
|
"@kbn/dev-utils": "link:packages/kbn-dev-utils",
|
|
"@kbn/docs-utils": "link:packages/kbn-docs-utils",
|
|
"@kbn/es": "link:packages/kbn-es",
|
|
"@kbn/es-archiver": "link:packages/kbn-es-archiver",
|
|
"@kbn/eslint-config": "link:packages/kbn-eslint-config",
|
|
"@kbn/eslint-plugin-disable": "link:packages/kbn-eslint-plugin-disable",
|
|
"@kbn/eslint-plugin-eslint": "link:packages/kbn-eslint-plugin-eslint",
|
|
"@kbn/eslint-plugin-i18n": "link:packages/kbn-eslint-plugin-i18n",
|
|
"@kbn/eslint-plugin-imports": "link:packages/kbn-eslint-plugin-imports",
|
|
"@kbn/eslint-plugin-telemetry": "link:packages/kbn-eslint-plugin-telemetry",
|
|
"@kbn/expect": "link:packages/kbn-expect",
|
|
"@kbn/failed-test-reporter-cli": "link:packages/kbn-failed-test-reporter-cli",
|
|
"@kbn/find-used-node-modules": "link:packages/kbn-find-used-node-modules",
|
|
"@kbn/ftr-common-functional-services": "link:packages/kbn-ftr-common-functional-services",
|
|
"@kbn/ftr-common-functional-ui-services": "link:packages/kbn-ftr-common-functional-ui-services",
|
|
"@kbn/ftr-screenshot-filename": "link:packages/kbn-ftr-screenshot-filename",
|
|
"@kbn/generate": "link:packages/kbn-generate",
|
|
"@kbn/get-repo-files": "link:packages/kbn-get-repo-files",
|
|
"@kbn/import-locator": "link:packages/kbn-import-locator",
|
|
"@kbn/import-resolver": "link:packages/kbn-import-resolver",
|
|
"@kbn/jest-serializers": "link:packages/kbn-jest-serializers",
|
|
"@kbn/journeys": "link:packages/kbn-journeys",
|
|
"@kbn/json-ast": "link:packages/kbn-json-ast",
|
|
"@kbn/kibana-manifest-schema": "link:packages/kbn-kibana-manifest-schema",
|
|
"@kbn/lint-packages-cli": "link:packages/kbn-lint-packages-cli",
|
|
"@kbn/lint-ts-projects-cli": "link:packages/kbn-lint-ts-projects-cli",
|
|
"@kbn/managed-vscode-config": "link:packages/kbn-managed-vscode-config",
|
|
"@kbn/managed-vscode-config-cli": "link:packages/kbn-managed-vscode-config-cli",
|
|
"@kbn/management-storybook-config": "link:packages/kbn-management/storybook/config",
|
|
"@kbn/mock-idp-plugin": "link:packages/kbn-mock-idp-plugin",
|
|
"@kbn/mock-idp-utils": "link:packages/kbn-mock-idp-utils",
|
|
"@kbn/observability-onboarding-e2e": "link:x-pack/plugins/observability_solution/observability_onboarding/e2e",
|
|
"@kbn/openapi-bundler": "link:packages/kbn-openapi-bundler",
|
|
"@kbn/openapi-generator": "link:packages/kbn-openapi-generator",
|
|
"@kbn/optimizer": "link:packages/kbn-optimizer",
|
|
"@kbn/optimizer-webpack-helpers": "link:packages/kbn-optimizer-webpack-helpers",
|
|
"@kbn/peggy": "link:packages/kbn-peggy",
|
|
"@kbn/peggy-loader": "link:packages/kbn-peggy-loader",
|
|
"@kbn/performance-testing-dataset-extractor": "link:packages/kbn-performance-testing-dataset-extractor",
|
|
"@kbn/picomatcher": "link:packages/kbn-picomatcher",
|
|
"@kbn/plugin-generator": "link:packages/kbn-plugin-generator",
|
|
"@kbn/plugin-helpers": "link:packages/kbn-plugin-helpers",
|
|
"@kbn/repo-file-maps": "link:packages/kbn-repo-file-maps",
|
|
"@kbn/repo-linter": "link:packages/kbn-repo-linter",
|
|
"@kbn/repo-path": "link:packages/kbn-repo-path",
|
|
"@kbn/repo-source-classifier": "link:packages/kbn-repo-source-classifier",
|
|
"@kbn/repo-source-classifier-cli": "link:packages/kbn-repo-source-classifier-cli",
|
|
"@kbn/security-api-integration-helpers": "link:x-pack/test/security_api_integration/packages/helpers",
|
|
"@kbn/serverless-storybook-config": "link:packages/serverless/storybook/config",
|
|
"@kbn/some-dev-log": "link:packages/kbn-some-dev-log",
|
|
"@kbn/sort-package-json": "link:packages/kbn-sort-package-json",
|
|
"@kbn/spec-to-console": "link:packages/kbn-spec-to-console",
|
|
"@kbn/stdio-dev-helpers": "link:packages/kbn-stdio-dev-helpers",
|
|
"@kbn/storybook": "link:packages/kbn-storybook",
|
|
"@kbn/synthetics-e2e": "link:x-pack/plugins/observability_solution/synthetics/e2e",
|
|
"@kbn/telemetry-tools": "link:packages/kbn-telemetry-tools",
|
|
"@kbn/test": "link:packages/kbn-test",
|
|
"@kbn/test-eui-helpers": "link:packages/kbn-test-eui-helpers",
|
|
"@kbn/test-jest-helpers": "link:packages/kbn-test-jest-helpers",
|
|
"@kbn/test-subj-selector": "link:packages/kbn-test-subj-selector",
|
|
"@kbn/test-suites-serverless": "link:x-pack/test_serverless",
|
|
"@kbn/test-suites-src": "link:test",
|
|
"@kbn/test-suites-xpack": "link:x-pack/test",
|
|
"@kbn/test-suites-xpack-performance": "link:x-pack/performance",
|
|
"@kbn/tooling-log": "link:packages/kbn-tooling-log",
|
|
"@kbn/ts-projects": "link:packages/kbn-ts-projects",
|
|
"@kbn/ts-type-check-cli": "link:packages/kbn-ts-type-check-cli",
|
|
"@kbn/validate-next-docs-cli": "link:packages/kbn-validate-next-docs-cli",
|
|
"@kbn/web-worker-stub": "link:packages/kbn-web-worker-stub",
|
|
"@kbn/whereis-pkg-cli": "link:packages/kbn-whereis-pkg-cli",
|
|
"@kbn/yarn-lock-validator": "link:packages/kbn-yarn-lock-validator",
|
|
"@mapbox/vector-tile": "1.3.1",
|
|
"@octokit/rest": "^17.11.2",
|
|
"@parcel/watcher": "^2.1.0",
|
|
"@redocly/cli": "^1.19.0",
|
|
"@statoscope/webpack-plugin": "^5.28.2",
|
|
"@storybook/addon-a11y": "^6.5.16",
|
|
"@storybook/addon-actions": "^6.5.16",
|
|
"@storybook/addon-docs": "^6.5.16",
|
|
"@storybook/addon-essentials": "^6.5.16",
|
|
"@storybook/addon-knobs": "^6.4.0",
|
|
"@storybook/addon-storyshots": "^6.5.16",
|
|
"@storybook/addons": "^6.5.16",
|
|
"@storybook/api": "^6.5.16",
|
|
"@storybook/client-api": "^6.5.16",
|
|
"@storybook/components": "^6.5.16",
|
|
"@storybook/core": "^6.5.16",
|
|
"@storybook/core-common": "^6.5.16",
|
|
"@storybook/core-events": "^6.5.16",
|
|
"@storybook/node-logger": "^6.5.16",
|
|
"@storybook/preview-web": "^6.5.16",
|
|
"@storybook/react": "^6.5.16",
|
|
"@storybook/testing-react": "^1.3.0",
|
|
"@storybook/theming": "^6.5.16",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/adm-zip": "^0.5.0",
|
|
"@types/archiver": "^5.3.1",
|
|
"@types/async": "^3.2.3",
|
|
"@types/aws4": "^1.5.0",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/babel__generator": "^7.6.4",
|
|
"@types/babel__helper-plugin-utils": "^7.10.0",
|
|
"@types/base64-js": "^1.2.5",
|
|
"@types/byte-size": "^8.1.0",
|
|
"@types/chance": "^1.0.0",
|
|
"@types/chroma-js": "^2.1.0",
|
|
"@types/chromedriver": "^81.0.5",
|
|
"@types/classnames": "^2.2.9",
|
|
"@types/cli-progress": "^3.11.5",
|
|
"@types/color": "^3.0.3",
|
|
"@types/cytoscape": "^3.14.0",
|
|
"@types/d3": "^3.5.43",
|
|
"@types/d3-array": "^2.12.1",
|
|
"@types/d3-brush": "^3.0.0",
|
|
"@types/d3-interpolate": "^3.0.1",
|
|
"@types/d3-scale": "^3.3.0",
|
|
"@types/d3-selection": "^3.0.0",
|
|
"@types/d3-shape": "^2.1.0",
|
|
"@types/d3-time": "^2.1.1",
|
|
"@types/d3-transition": "^3.0.1",
|
|
"@types/dagre": "^0.7.47",
|
|
"@types/dedent": "^0.7.0",
|
|
"@types/deep-freeze-strict": "^1.1.0",
|
|
"@types/diff": "^5.0.8",
|
|
"@types/ejs": "^3.0.6",
|
|
"@types/enzyme": "^3.10.12",
|
|
"@types/eslint": "^8.44.2",
|
|
"@types/event-stream": "^4.0.5",
|
|
"@types/express": "^4.17.13",
|
|
"@types/extract-zip": "^1.6.2",
|
|
"@types/faker": "^5.1.5",
|
|
"@types/fetch-mock": "^7.3.1",
|
|
"@types/file-saver": "^2.0.0",
|
|
"@types/flat": "^5.0.5",
|
|
"@types/flot": "^0.0.31",
|
|
"@types/fnv-plus": "^1.3.0",
|
|
"@types/geojson": "^7946.0.10",
|
|
"@types/getos": "^3.0.0",
|
|
"@types/gulp": "^4.0.6",
|
|
"@types/hapi__cookie": "^10.1.3",
|
|
"@types/hapi__h2o2": "^8.3.3",
|
|
"@types/hapi__hapi": "^20.0.9",
|
|
"@types/hapi__inert": "^5.2.3",
|
|
"@types/has-ansi": "^3.0.0",
|
|
"@types/he": "^1.1.1",
|
|
"@types/history": "^4.7.9",
|
|
"@types/hjson": "^2.4.2",
|
|
"@types/http-proxy": "^1.17.4",
|
|
"@types/inquirer": "^7.3.1",
|
|
"@types/jest": "^29.5.3",
|
|
"@types/jquery": "^3.3.31",
|
|
"@types/js-search": "^1.4.0",
|
|
"@types/js-yaml": "^3.11.1",
|
|
"@types/jsdom": "^20.0.1",
|
|
"@types/json-schema": "^7",
|
|
"@types/json-stable-stringify": "^1.0.32",
|
|
"@types/json5": "^2.2.0",
|
|
"@types/jsonwebtoken": "^9.0.0",
|
|
"@types/license-checker": "15.0.0",
|
|
"@types/loader-utils": "^2.0.3",
|
|
"@types/lodash": "^4.14.159",
|
|
"@types/lru-cache": "^5.1.0",
|
|
"@types/lz-string": "^1.3.34",
|
|
"@types/mapbox__vector-tile": "1.3.0",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/md5": "^2.2.0",
|
|
"@types/micromatch": "^4.0.2",
|
|
"@types/mime": "^2.0.1",
|
|
"@types/mime-types": "^2.1.0",
|
|
"@types/minimatch": "^2.0.29",
|
|
"@types/minimist": "^1.2.2",
|
|
"@types/mock-fs": "^4.13.1",
|
|
"@types/moment-duration-format": "^2.2.3",
|
|
"@types/multistream": "^4.1.0",
|
|
"@types/mustache": "^0.8.31",
|
|
"@types/nock": "^10.0.3",
|
|
"@types/node": "20.10.5",
|
|
"@types/node-fetch": "2.6.4",
|
|
"@types/node-forge": "^1.3.11",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/normalize-path": "^3.0.0",
|
|
"@types/nunjucks": "^3.2.6",
|
|
"@types/object-hash": "^1.3.0",
|
|
"@types/opn": "^5.1.0",
|
|
"@types/ora": "^1.3.5",
|
|
"@types/papaparse": "^5.0.3",
|
|
"@types/pbf": "3.0.2",
|
|
"@types/pdfmake": "^0.2.2",
|
|
"@types/pegjs": "^0.10.1",
|
|
"@types/picomatch": "^2.3.0",
|
|
"@types/pidusage": "^2.0.2",
|
|
"@types/pixelmatch": "^5.2.4",
|
|
"@types/pngjs": "^3.4.0",
|
|
"@types/prop-types": "^15.7.5",
|
|
"@types/rbush": "^3.0.0",
|
|
"@types/react": "^17.0.45",
|
|
"@types/react-dom": "^17.0.17",
|
|
"@types/react-grid-layout": "^1.3.2",
|
|
"@types/react-is": "^17.0.3",
|
|
"@types/react-recompose": "^0.33.4",
|
|
"@types/react-router": "^5.1.20",
|
|
"@types/react-router-config": "^5.0.7",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-syntax-highlighter": "^15.4.0",
|
|
"@types/react-test-renderer": "^17.0.2",
|
|
"@types/react-virtualized": "^9.21.22",
|
|
"@types/react-window": "^1.8.8",
|
|
"@types/redux-actions": "^2.6.1",
|
|
"@types/resolve": "^1.20.1",
|
|
"@types/seedrandom": ">=2.0.0 <4.0.0",
|
|
"@types/selenium-webdriver": "^4.1.23",
|
|
"@types/semver": "^7.5.8",
|
|
"@types/set-value": "^2.0.0",
|
|
"@types/sinon": "^7.0.13",
|
|
"@types/source-map-support": "^0.5.3",
|
|
"@types/stats-lite": "^2.2.0",
|
|
"@types/styled-components": "^5.1.0",
|
|
"@types/supertest": "^6.0.2",
|
|
"@types/tapable": "^1.0.6",
|
|
"@types/tar": "^6.1.11",
|
|
"@types/testing-library__jest-dom": "^5.14.7",
|
|
"@types/textarea-caret": "^3.0.1",
|
|
"@types/tinycolor2": "^1.4.1",
|
|
"@types/tough-cookie": "^4.0.5",
|
|
"@types/type-detect": "^4.0.1",
|
|
"@types/uuid": "^9.0.0",
|
|
"@types/vinyl": "^2.0.4",
|
|
"@types/vinyl-fs": "^3.0.2",
|
|
"@types/watchpack": "^1.1.5",
|
|
"@types/webpack": "^4.41.3",
|
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
"@types/webpack-env": "^1.15.3",
|
|
"@types/webpack-merge": "^4.1.5",
|
|
"@types/webpack-sources": "^0.1.4",
|
|
"@types/xml2js": "^0.4.11",
|
|
"@types/yargs": "^15.0.0",
|
|
"@types/yauzl": "^2.9.1",
|
|
"@types/yazl": "^2.4.2",
|
|
"@types/zen-observable": "^0.8.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
"aggregate-error": "^3.1.0",
|
|
"apidoc-markdown": "^7.3.2",
|
|
"argsplit": "^1.0.5",
|
|
"autoprefixer": "^10.4.7",
|
|
"axe-core": "^4.9.0",
|
|
"babel-jest": "^29.6.1",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
"babel-plugin-styled-components": "^2.1.4",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"babel-plugin-transform-typescript-metadata": "^0.3.2",
|
|
"backport": "^8.9.8",
|
|
"blob-polyfill": "^7.0.20220408",
|
|
"buildkite-test-collector": "^1.7.0",
|
|
"callsites": "^3.1.0",
|
|
"chance": "1.0.18",
|
|
"chromedriver": "^126.0.3",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"cli-progress": "^3.12.0",
|
|
"cli-table3": "^0.6.1",
|
|
"content-security-policy-parser": "^0.6.0",
|
|
"cpy": "^8.1.1",
|
|
"css-loader": "^3.4.2",
|
|
"cssnano": "^5.1.12",
|
|
"cssnano-preset-default": "^5.2.12",
|
|
"csstype": "^3.0.2",
|
|
"cypress": "13.6.3",
|
|
"cypress-axe": "^1.5.0",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"cypress-multi-reporters": "^1.6.4",
|
|
"cypress-real-events": "^1.11.0",
|
|
"cypress-recurse": "^1.35.2",
|
|
"date-fns": "^2.29.3",
|
|
"debug": "^2.6.9",
|
|
"dependency-check": "^4.1.0",
|
|
"ejs": "^3.1.10",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-to-json": "^3.6.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-ban": "^1.6.0",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"eslint-plugin-depend": "^0.9.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-formatjs": "^4.12.2",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-jest": "^27.2.3",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-mocha": "^10.1.0",
|
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-perf": "^3.3.1",
|
|
"eslint-traverse": "^1.0.0",
|
|
"exit-hook": "^2.2.0",
|
|
"expect": "^29.6.1",
|
|
"expose-loader": "^0.7.5",
|
|
"faker": "^5.1.0",
|
|
"fetch-mock": "^7.3.9",
|
|
"file-loader": "^4.2.0",
|
|
"find-cypress-specs": "^1.41.4",
|
|
"form-data": "^4.0.0",
|
|
"geckodriver": "^4.4.1",
|
|
"gulp-brotli": "^3.0.0",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-terser": "^2.1.0",
|
|
"has-ansi": "^3.0.0",
|
|
"html": "1.0.0",
|
|
"html-loader": "^1.3.2",
|
|
"http-proxy": "^1.18.1",
|
|
"http2-proxy": "^5.0.53",
|
|
"http2-wrapper": "^2.2.1",
|
|
"ignore": "^5.3.0",
|
|
"jest": "^29.6.1",
|
|
"jest-canvas-mock": "^2.5.2",
|
|
"jest-cli": "^29.6.1",
|
|
"jest-config": "^29.6.1",
|
|
"jest-diff": "^29.6.1",
|
|
"jest-environment-jsdom": "^29.6.1",
|
|
"jest-matcher-utils": "^29.6.1",
|
|
"jest-mock": "^29.6.1",
|
|
"jest-runtime": "^29.6.1",
|
|
"jest-snapshot": "^29.6.1",
|
|
"jest-specific-snapshot": "^8.0.0",
|
|
"jest-styled-components": "7.0.3",
|
|
"jsdom": "^20.0.1",
|
|
"json-schema-typed": "^8.0.1",
|
|
"json5": "^2.2.3",
|
|
"jsondiffpatch": "0.4.1",
|
|
"license-checker": "^25.0.1",
|
|
"listr2": "^8.2.4",
|
|
"lmdb": "^2.9.2",
|
|
"loader-utils": "^2.0.4",
|
|
"marge": "^1.0.1",
|
|
"micromatch": "^4.0.7",
|
|
"mini-css-extract-plugin": "1.1.0",
|
|
"minimist": "^1.2.6",
|
|
"mocha": "^10.1.0",
|
|
"mocha-junit-reporter": "^2.0.2",
|
|
"mocha-multi-reporters": "^1.5.1",
|
|
"mochawesome": "^7.1.3",
|
|
"mochawesome-merge": "^4.3.0",
|
|
"mock-fs": "^5.1.2",
|
|
"ms-chromium-edge-driver": "^0.5.1",
|
|
"msw": "^2.3.5",
|
|
"multistream": "^4.1.0",
|
|
"mutation-observer": "^1.0.3",
|
|
"native-hdr-histogram": "^1.0.0",
|
|
"nock": "12.0.3",
|
|
"null-loader": "^3.0.0",
|
|
"nyc": "^15.1.0",
|
|
"oboe": "^2.1.4",
|
|
"openapi-types": "^10.0.0",
|
|
"p-reflect": "2.1.0",
|
|
"pbf": "3.2.1",
|
|
"peggy": "^1.2.0",
|
|
"picomatch": "^2.3.1",
|
|
"pidusage": "^3.0.2",
|
|
"pirates": "^4.0.1",
|
|
"piscina": "^3.2.0",
|
|
"pixelmatch": "^5.3.0",
|
|
"playwright": "=1.38.0",
|
|
"pngjs": "^3.4.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-loader": "^4.2.0",
|
|
"postcss-prefix-selector": "^1.16.0",
|
|
"postcss-scss": "^4.0.4",
|
|
"prettier": "^2.8.8",
|
|
"proxy": "^2.1.1",
|
|
"raw-loader": "^3.1.0",
|
|
"react-test-renderer": "^17.0.2",
|
|
"recast": "^0.23.9",
|
|
"regenerate": "^1.4.0",
|
|
"resolve": "^1.22.0",
|
|
"rxjs-marbles": "^7.0.1",
|
|
"sass-embedded": "^1.77.8",
|
|
"sass-loader": "^10.5.1",
|
|
"selenium-webdriver": "^4.22.0",
|
|
"sharp": "0.32.6",
|
|
"simple-git": "^3.16.0",
|
|
"sinon": "^7.4.2",
|
|
"sort-package-json": "^1.53.1",
|
|
"source-map": "^0.7.4",
|
|
"string-replace-loader": "^2.2.0",
|
|
"style-loader": "^1.1.3",
|
|
"stylelint": "^14.9.1",
|
|
"stylelint-scss": "^4.3.0",
|
|
"superagent": "^9.0.2",
|
|
"supertest": "^7.0.0",
|
|
"svgo": "^2.8.0",
|
|
"table": "^6.8.1",
|
|
"tape": "^5.0.1",
|
|
"terser": "^5.31.3",
|
|
"terser-webpack-plugin": "^4.2.3",
|
|
"tough-cookie": "^4.1.4",
|
|
"tree-kill": "^1.2.2",
|
|
"ts-morph": "^15.1.0",
|
|
"tsd": "^0.31.1",
|
|
"typescript": "5.1.6",
|
|
"url-loader": "^2.2.0",
|
|
"val-loader": "^1.1.1",
|
|
"vinyl-fs": "^4.0.0",
|
|
"watchpack": "^1.6.0",
|
|
"web-streams-polyfill": "^4.0.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.9.3",
|
|
"webpack-merge": "^4.2.2",
|
|
"webpack-sources": "^1.4.1",
|
|
"webpack-visualizer-plugin2": "^1.1.0",
|
|
"xml-crypto": "^6.0.0",
|
|
"xmlbuilder": "13.0.2",
|
|
"yargs": "^15.4.1",
|
|
"yarn-deduplicate": "^6.0.2",
|
|
"zod-to-json-schema": "^3.23.0"
|
|
},
|
|
"packageManager": "yarn@1.22.21"
|
|
} |