From bdce72de62ae6381993556decafe467418f0ede6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Fri, 19 Apr 2024 14:39:47 +0200 Subject: [PATCH 001/151] initial bazel config wip --- BUILD.bazel | 0 MODULE.bazel | 21 + MODULE.bazel.lock | 200054 +++++++++++++++ app/gui2/BUILD.bazel | 55 + app/gui2/package.json | 8 +- app/gui2/src/components/SizeTransition.vue | 2 +- .../src/components/widgets/ListWidget.vue | 3 +- app/gui2/stories/GraphEditor.story.vue | 2 +- app/gui2/vite.config.ts | 1 + ....timestamp-1713474015077-33d2331dd0f09.mjs | 7883 + ....timestamp-1713474038326-2a1f5c7499583.mjs | 7883 + ....timestamp-1713474053573-47a6d32da15c6.mjs | 7883 + ....timestamp-1713474061302-bf8065b7aba7e.mjs | 7883 + app/ide-desktop/lib/client/package.json | 2 +- app/ide-desktop/lib/dashboard/package.json | 8 +- package.json | 15 +- pnpm-lock.yaml | 16456 ++ pnpm-workspace.yaml | 4 + 18 files changed, 248148 insertions(+), 15 deletions(-) create mode 100644 BUILD.bazel create mode 100644 MODULE.bazel create mode 100644 MODULE.bazel.lock create mode 100644 app/gui2/BUILD.bazel create mode 100644 app/gui2/vitest.config.ts.timestamp-1713474015077-33d2331dd0f09.mjs create mode 100644 app/gui2/vitest.config.ts.timestamp-1713474038326-2a1f5c7499583.mjs create mode 100644 app/gui2/vitest.config.ts.timestamp-1713474053573-47a6d32da15c6.mjs create mode 100644 app/gui2/vitest.config.ts.timestamp-1713474061302-bf8065b7aba7e.mjs create mode 100644 pnpm-lock.yaml create mode 100644 pnpm-workspace.yaml diff --git a/BUILD.bazel b/BUILD.bazel new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/MODULE.bazel b/MODULE.bazel new file mode 100644 index 000000000000..d0e62d8a144c --- /dev/null +++ b/MODULE.bazel @@ -0,0 +1,21 @@ +"enso-org/enso" + +bazel_dep(name = "aspect_rules_js", version = "1.41.1") + +####### Node.js version ######### +# By default you get the node version from DEFAULT_NODE_VERSION in @rules_nodejs//nodejs:repositories.bzl +# Optionally you can pin a different node version: +bazel_dep(name = "rules_nodejs", version = "5.8.2") +node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node") +node.toolchain(node_version = "20.11.1") +################################# + +npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True) + +npm.npm_translate_lock( + name = "npm", + pnpm_lock = "//:pnpm-lock.yaml", + verify_node_modules_ignored = "//:.bazelignore", +) + +use_repo(npm, "npm") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock new file mode 100644 index 000000000000..d1cb9ccda168 --- /dev/null +++ b/MODULE.bazel.lock @@ -0,0 +1,200054 @@ +{ + "lockFileVersion": 6, + "moduleFileHash": "ca5a223883cf7483463276bfa8f590f7e8724092631f7633a1401bec41f432c9", + "flags": { + "cmdRegistries": [ + "https://bcr.bazel.build/" + ], + "cmdModuleOverrides": {}, + "allowedYankedVersions": [], + "envVarAllowedYankedVersions": "", + "ignoreDevDependency": false, + "directDependenciesMode": "WARNING", + "compatibilityMode": "ERROR" + }, + "localOverrideHashes": { + "bazel_tools": "1ae69322ac3823527337acf02016e8ee95813d8d356f47060255b8956fa642f0" + }, + "moduleDepGraph": { + "": { + "name": "", + "version": "", + "key": "", + "repoName": "", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", + "extensionName": "node", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 9, + "column": 21 + }, + "imports": {}, + "devImports": [], + "tags": [ + { + "tagName": "toolchain", + "attributeValues": { + "node_version": "20.11.1" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 10, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@aspect_rules_js//npm:extensions.bzl", + "extensionName": "npm", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 13, + "column": 20 + }, + "imports": { + "npm": "npm" + }, + "devImports": [ + "npm" + ], + "tags": [ + { + "tagName": "npm_translate_lock", + "attributeValues": { + "name": "npm", + "pnpm_lock": "//:pnpm-lock.yaml", + "verify_node_modules_ignored": "//:.bazelignore" + }, + "devDependency": true, + "location": { + "file": "@@//:MODULE.bazel", + "line": 15, + "column": 23 + } + } + ], + "hasDevUseExtension": true, + "hasNonDevUseExtension": false + } + ], + "deps": { + "aspect_rules_js": "aspect_rules_js@1.41.1", + "rules_nodejs": "rules_nodejs@5.8.2", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + } + }, + "aspect_rules_js@1.41.1": { + "name": "aspect_rules_js", + "version": "1.41.1", + "key": "aspect_rules_js@1.41.1", + "repoName": "aspect_rules_js", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", + "extensionName": "node", + "usingModule": "aspect_rules_js@1.41.1", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.41.1/MODULE.bazel", + "line": 28, + "column": 21 + }, + "imports": { + "nodejs_darwin_amd64": "nodejs_darwin_amd64", + "nodejs_darwin_arm64": "nodejs_darwin_arm64", + "nodejs_linux_amd64": "nodejs_linux_amd64", + "nodejs_linux_arm64": "nodejs_linux_arm64", + "nodejs_linux_ppc64le": "nodejs_linux_ppc64le", + "nodejs_linux_s390x": "nodejs_linux_s390x", + "nodejs_windows_amd64": "nodejs_windows_amd64" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@aspect_rules_js//npm:extensions.bzl", + "extensionName": "pnpm", + "usingModule": "aspect_rules_js@1.41.1", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.41.1/MODULE.bazel", + "line": 37, + "column": 21 + }, + "imports": { + "pnpm": "pnpm", + "pnpm__links": "pnpm__links" + }, + "devImports": [], + "tags": [ + { + "tagName": "pnpm", + "attributeValues": { + "name": "pnpm", + "pnpm_version": "8.6.7", + "pnpm_version_integrity": "sha512-vRIWpD/L4phf9Bk2o/O2TDR8fFoJnpYrp2TKqTIZF/qZ2/rgL3qKXzHofHgbXsinwMoSEigz28sqk3pQ+yMEQQ==" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.41.1/MODULE.bazel", + "line": 38, + "column": 10 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", + "extensionName": "toolchains", + "usingModule": "aspect_rules_js@1.41.1", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.41.1/MODULE.bazel", + "line": 45, + "column": 37 + }, + "imports": { + "coreutils_toolchains": "coreutils_toolchains", + "yq_darwin_amd64": "yq_darwin_amd64", + "yq_darwin_arm64": "yq_darwin_arm64", + "yq_linux_amd64": "yq_linux_amd64", + "yq_linux_arm64": "yq_linux_arm64", + "yq_linux_ppc64le": "yq_linux_ppc64le", + "yq_linux_s390x": "yq_linux_s390x", + "yq_windows_amd64": "yq_windows_amd64", + "bsd_tar_toolchains": "bsd_tar_toolchains" + }, + "devImports": [], + "tags": [ + { + "tagName": "tar", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.41.1/MODULE.bazel", + "line": 46, + "column": 25 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.42.2", + "aspect_rules_lint": "aspect_rules_lint@0.12.0", + "bazel_features": "bazel_features@1.9.0", + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_nodejs": "rules_nodejs@5.8.2", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/aspect-build/rules_js/releases/download/v1.41.1/rules_js-v1.41.1.tar.gz" + ], + "integrity": "sha256-hf4SPSX5Glz1PTdn2nLtS0kMz+UPGDsXdL3jz4ngSxM=", + "strip_prefix": "rules_js-1.41.1", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_js/1.41.1/patches/module_dot_bazel_version.patch": "sha256-goTi7Nl92ZGAJ7502VtGf6WKMzhBwC/Xh7MUbf3Ldzw=" + }, + "remote_patch_strip": 1 + } + } + }, + "rules_nodejs@5.8.2": { + "name": "rules_nodejs", + "version": "5.8.2", + "key": "rules_nodejs@5.8.2", + "repoName": "rules_nodejs", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@nodejs_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", + "extensionName": "node", + "usingModule": "rules_nodejs@5.8.2", + "location": { + "file": "https://bcr.bazel.build/modules/rules_nodejs/5.8.2/MODULE.bazel", + "line": 12, + "column": 21 + }, + "imports": { + "nodejs_toolchains": "nodejs_toolchains" + }, + "devImports": [], + "tags": [ + { + "tagName": "toolchain", + "attributeValues": { + "name": "nodejs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_nodejs/5.8.2/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.2/rules_nodejs-core-5.8.2.tar.gz" + ], + "integrity": "sha256-dko7N1e7jDxqArozRHMaPXHlWCIK3LDPfkPJu6LDe6g=", + "strip_prefix": "", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_nodejs/5.8.2/patches/module_dot_bazel.patch": "sha256-5QrAbAO9TVzmRytAov5d4xvl/U3aRQsUpeP/h5SFmu4=" + }, + "remote_patch_strip": 0 + } + } + }, + "bazel_tools@_": { + "name": "bazel_tools", + "version": "", + "key": "bazel_tools@_", + "repoName": "bazel_tools", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_cc_toolchains//:all", + "@local_config_sh//:local_sh_toolchain" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", + "extensionName": "cc_configure_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 18, + "column": 29 + }, + "imports": { + "local_config_cc": "local_config_cc", + "local_config_cc_toolchains": "local_config_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_tools//tools/osx:xcode_configure.bzl", + "extensionName": "xcode_configure_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 22, + "column": 32 + }, + "imports": { + "local_config_xcode": "local_config_xcode" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@rules_java//java:extensions.bzl", + "extensionName": "toolchains", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 25, + "column": 32 + }, + "imports": { + "local_jdk": "local_jdk", + "remote_java_tools": "remote_java_tools", + "remote_java_tools_linux": "remote_java_tools_linux", + "remote_java_tools_windows": "remote_java_tools_windows", + "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", + "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_tools//tools/sh:sh_configure.bzl", + "extensionName": "sh_configure_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 36, + "column": 39 + }, + "imports": { + "local_config_sh": "local_config_sh" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_tools//tools/test:extensions.bzl", + "extensionName": "remote_coverage_tools_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 40, + "column": 48 + }, + "imports": { + "remote_coverage_tools": "remote_coverage_tools" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_tools//tools/android:android_extensions.bzl", + "extensionName": "remote_android_tools_extensions", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 43, + "column": 42 + }, + "imports": { + "android_gmaven_r8": "android_gmaven_r8", + "android_tools": "android_tools" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@buildozer//:buildozer_binary.bzl", + "extensionName": "buildozer_binary", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 47, + "column": 33 + }, + "imports": { + "buildozer_binary": "buildozer_binary" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "rules_cc": "rules_cc@0.0.9", + "rules_java": "rules_java@7.4.0", + "rules_license": "rules_license@0.0.7", + "rules_proto": "rules_proto@5.3.0-21.7", + "rules_python": "rules_python@0.22.1", + "buildozer": "buildozer@6.4.0.2", + "platforms": "platforms@0.0.7", + "com_google_protobuf": "protobuf@21.7", + "zlib": "zlib@1.3", + "build_bazel_apple_support": "apple_support@1.5.0", + "local_config_platform": "local_config_platform@_" + } + }, + "local_config_platform@_": { + "name": "local_config_platform", + "version": "", + "key": "local_config_platform@_", + "repoName": "local_config_platform", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_" + } + }, + "aspect_bazel_lib@1.42.2": { + "name": "aspect_bazel_lib", + "version": "1.42.2", + "key": "aspect_bazel_lib@1.42.2", + "repoName": "aspect_bazel_lib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@copy_directory_toolchains//:all", + "@copy_to_directory_toolchains//:all", + "@jq_toolchains//:all", + "@yq_toolchains//:all", + "@coreutils_toolchains//:all", + "@expand_template_toolchains//:all", + "@bsd_tar_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", + "extensionName": "toolchains", + "usingModule": "aspect_bazel_lib@1.42.2", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel", + "line": 16, + "column": 37 + }, + "imports": { + "bsd_tar_toolchains": "bsd_tar_toolchains", + "copy_directory_toolchains": "copy_directory_toolchains", + "copy_to_directory_toolchains": "copy_to_directory_toolchains", + "coreutils_toolchains": "coreutils_toolchains", + "expand_template_toolchains": "expand_template_toolchains", + "jq_toolchains": "jq_toolchains", + "yq_toolchains": "yq_toolchains" + }, + "devImports": [], + "tags": [ + { + "tagName": "copy_directory", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel", + "line": 17, + "column": 36 + } + }, + { + "tagName": "copy_to_directory", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel", + "line": 18, + "column": 39 + } + }, + { + "tagName": "jq", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel", + "line": 19, + "column": 24 + } + }, + { + "tagName": "yq", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel", + "line": 20, + "column": 24 + } + }, + { + "tagName": "coreutils", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel", + "line": 21, + "column": 31 + } + }, + { + "tagName": "tar", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel", + "line": 22, + "column": 25 + } + }, + { + "tagName": "expand_template", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/MODULE.bazel", + "line": 23, + "column": 37 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "io_bazel_stardoc": "stardoc@0.5.4", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/aspect-build/bazel-lib/releases/download/v1.42.2/bazel-lib-v1.42.2.tar.gz" + ], + "integrity": "sha256-+aC7ByrvcZhZquWtN3Iul4Ev//smP9VqNs2GFKLl0Zk=", + "strip_prefix": "bazel-lib-1.42.2", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/patches/go_dev_dep.patch": "sha256-dEFxvx2hBB/tOWlknfRHRXNCdvYpvrxsYHWaMGF2QgA=", + "https://bcr.bazel.build/modules/aspect_bazel_lib/1.42.2/patches/module_dot_bazel_version.patch": "sha256-GFwlPy5bRdgEyWOp+JQSOtLusb8v/YF4Na4sCqyM/ls=" + }, + "remote_patch_strip": 1 + } + } + }, + "aspect_rules_lint@0.12.0": { + "name": "aspect_rules_lint", + "version": "0.12.0", + "key": "aspect_rules_lint@0.12.0", + "repoName": "aspect_rules_lint", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.42.2", + "aspect_rules_js": "aspect_rules_js@1.41.1", + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "rules_proto": "rules_proto@5.3.0-21.7", + "rules_buf": "rules_buf@0.1.1", + "com_google_protobuf": "protobuf@21.7", + "io_bazel_rules_go": "rules_go@0.39.1", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/aspect-build/rules_lint/releases/download/v0.12.0/rules_lint-v0.12.0.tar.gz" + ], + "integrity": "sha256-QfrTY/EcyrRqJE+T+Myw9EK8I15gbS+th4AZh60HWbE=", + "strip_prefix": "rules_lint-0.12.0", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_lint/0.12.0/patches/module_dot_bazel_version.patch": "sha256-UalspyPiq7NghK8dC4FsJYIk0q6VE4tep18M0P6mwnw=" + }, + "remote_patch_strip": 1 + } + } + }, + "bazel_features@1.9.0": { + "name": "bazel_features", + "version": "1.9.0", + "key": "bazel_features@1.9.0", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.9.0", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.9.0/MODULE.bazel", + "line": 15, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.0/bazel_features-v1.9.0.tar.gz" + ], + "integrity": "sha256-BvArl7a62zIn3yFBpLRiInLNzSlRUm9AqIirX0OJfxQ=", + "strip_prefix": "bazel_features-1.9.0", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.9.0/patches/module_dot_bazel_version.patch": "sha256-6a7sSq7XSqoAN27Q13abDNzxWEhSZH/UzxEC5A1K/gE=" + }, + "remote_patch_strip": 1 + } + } + }, + "bazel_skylib@1.5.0": { + "name": "bazel_skylib", + "version": "1.5.0", + "key": "bazel_skylib@1.5.0", + "repoName": "bazel_skylib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//toolchains/unittest:cmd_toolchain", + "//toolchains/unittest:bash_toolchain" + ], + "extensionUsages": [], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" + ], + "integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "platforms@0.0.7": { + "name": "platforms", + "version": "0.0.7", + "key": "platforms@0.0.7", + "repoName": "platforms", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz" + ], + "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_cc@0.0.9": { + "name": "rules_cc", + "version": "0.0.9", + "key": "rules_cc@0.0.9", + "repoName": "rules_cc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_cc_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", + "extensionName": "cc_configure_extension", + "usingModule": "rules_cc@0.0.9", + "location": { + "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", + "line": 9, + "column": 29 + }, + "imports": { + "local_config_cc_toolchains": "local_config_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" + ], + "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", + "strip_prefix": "rules_cc-0.0.9", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch": "sha256-mM+qzOI0SgAdaJBlWOSMwMPKpaA9b7R37Hj/tp5bb4g=" + }, + "remote_patch_strip": 0 + } + } + }, + "rules_java@7.4.0": { + "name": "rules_java", + "version": "7.4.0", + "key": "rules_java@7.4.0", + "repoName": "rules_java", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//toolchains:all", + "@local_jdk//:runtime_toolchain_definition", + "@local_jdk//:bootstrap_runtime_toolchain_definition", + "@remotejdk11_linux_toolchain_config_repo//:all", + "@remotejdk11_linux_aarch64_toolchain_config_repo//:all", + "@remotejdk11_linux_ppc64le_toolchain_config_repo//:all", + "@remotejdk11_linux_s390x_toolchain_config_repo//:all", + "@remotejdk11_macos_toolchain_config_repo//:all", + "@remotejdk11_macos_aarch64_toolchain_config_repo//:all", + "@remotejdk11_win_toolchain_config_repo//:all", + "@remotejdk11_win_arm64_toolchain_config_repo//:all", + "@remotejdk17_linux_toolchain_config_repo//:all", + "@remotejdk17_linux_aarch64_toolchain_config_repo//:all", + "@remotejdk17_linux_ppc64le_toolchain_config_repo//:all", + "@remotejdk17_linux_s390x_toolchain_config_repo//:all", + "@remotejdk17_macos_toolchain_config_repo//:all", + "@remotejdk17_macos_aarch64_toolchain_config_repo//:all", + "@remotejdk17_win_toolchain_config_repo//:all", + "@remotejdk17_win_arm64_toolchain_config_repo//:all", + "@remotejdk21_linux_toolchain_config_repo//:all", + "@remotejdk21_linux_aarch64_toolchain_config_repo//:all", + "@remotejdk21_macos_toolchain_config_repo//:all", + "@remotejdk21_macos_aarch64_toolchain_config_repo//:all", + "@remotejdk21_win_toolchain_config_repo//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_java//java:extensions.bzl", + "extensionName": "toolchains", + "usingModule": "rules_java@7.4.0", + "location": { + "file": "https://bcr.bazel.build/modules/rules_java/7.4.0/MODULE.bazel", + "line": 19, + "column": 27 + }, + "imports": { + "remote_java_tools": "remote_java_tools", + "remote_java_tools_linux": "remote_java_tools_linux", + "remote_java_tools_windows": "remote_java_tools_windows", + "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", + "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64", + "local_jdk": "local_jdk", + "remotejdk11_linux_toolchain_config_repo": "remotejdk11_linux_toolchain_config_repo", + "remotejdk11_linux_aarch64_toolchain_config_repo": "remotejdk11_linux_aarch64_toolchain_config_repo", + "remotejdk11_linux_ppc64le_toolchain_config_repo": "remotejdk11_linux_ppc64le_toolchain_config_repo", + "remotejdk11_linux_s390x_toolchain_config_repo": "remotejdk11_linux_s390x_toolchain_config_repo", + "remotejdk11_macos_toolchain_config_repo": "remotejdk11_macos_toolchain_config_repo", + "remotejdk11_macos_aarch64_toolchain_config_repo": "remotejdk11_macos_aarch64_toolchain_config_repo", + "remotejdk11_win_toolchain_config_repo": "remotejdk11_win_toolchain_config_repo", + "remotejdk11_win_arm64_toolchain_config_repo": "remotejdk11_win_arm64_toolchain_config_repo", + "remotejdk17_linux_toolchain_config_repo": "remotejdk17_linux_toolchain_config_repo", + "remotejdk17_linux_aarch64_toolchain_config_repo": "remotejdk17_linux_aarch64_toolchain_config_repo", + "remotejdk17_linux_ppc64le_toolchain_config_repo": "remotejdk17_linux_ppc64le_toolchain_config_repo", + "remotejdk17_linux_s390x_toolchain_config_repo": "remotejdk17_linux_s390x_toolchain_config_repo", + "remotejdk17_macos_toolchain_config_repo": "remotejdk17_macos_toolchain_config_repo", + "remotejdk17_macos_aarch64_toolchain_config_repo": "remotejdk17_macos_aarch64_toolchain_config_repo", + "remotejdk17_win_toolchain_config_repo": "remotejdk17_win_toolchain_config_repo", + "remotejdk17_win_arm64_toolchain_config_repo": "remotejdk17_win_arm64_toolchain_config_repo", + "remotejdk21_linux_toolchain_config_repo": "remotejdk21_linux_toolchain_config_repo", + "remotejdk21_linux_aarch64_toolchain_config_repo": "remotejdk21_linux_aarch64_toolchain_config_repo", + "remotejdk21_macos_toolchain_config_repo": "remotejdk21_macos_toolchain_config_repo", + "remotejdk21_macos_aarch64_toolchain_config_repo": "remotejdk21_macos_aarch64_toolchain_config_repo", + "remotejdk21_win_toolchain_config_repo": "remotejdk21_win_toolchain_config_repo" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.7", + "rules_cc": "rules_cc@0.0.9", + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_proto": "rules_proto@5.3.0-21.7", + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_java/releases/download/7.4.0/rules_java-7.4.0.tar.gz" + ], + "integrity": "sha256-l27wi0nJKXQfIBeQ5Z44B8cq2B9CjIvJU82+/1/tFes=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_license@0.0.7": { + "name": "rules_license", + "version": "0.0.7", + "key": "rules_license@0.0.7", + "repoName": "rules_license", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz" + ], + "integrity": "sha256-RTHezLkTY5ww5cdRKgVNXYdWmNrrddjPkPKEN1/nw2A=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_proto@5.3.0-21.7": { + "name": "rules_proto", + "version": "5.3.0-21.7", + "key": "rules_proto@5.3.0-21.7", + "repoName": "rules_proto", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "com_google_protobuf": "protobuf@21.7", + "rules_cc": "rules_cc@0.0.9", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz" + ], + "integrity": "sha256-3D+yBqLLNEG0heseQjFlsjEjWh6psDG0Qzz3vB+kYN0=", + "strip_prefix": "rules_proto-5.3.0-21.7", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_python@0.22.1": { + "name": "rules_python", + "version": "0.22.1", + "key": "rules_python@0.22.1", + "repoName": "rules_python", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@bazel_tools//tools/python:autodetecting_toolchain" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_python//python/extensions/private:internal_deps.bzl", + "extensionName": "internal_deps", + "usingModule": "rules_python@0.22.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel", + "line": 14, + "column": 30 + }, + "imports": { + "pypi__build": "pypi__build", + "pypi__click": "pypi__click", + "pypi__colorama": "pypi__colorama", + "pypi__importlib_metadata": "pypi__importlib_metadata", + "pypi__installer": "pypi__installer", + "pypi__more_itertools": "pypi__more_itertools", + "pypi__packaging": "pypi__packaging", + "pypi__pep517": "pypi__pep517", + "pypi__pip": "pypi__pip", + "pypi__pip_tools": "pypi__pip_tools", + "pypi__setuptools": "pypi__setuptools", + "pypi__tomli": "pypi__tomli", + "pypi__wheel": "pypi__wheel", + "pypi__zipp": "pypi__zipp", + "pypi__coverage_cp310_aarch64-apple-darwin": "pypi__coverage_cp310_aarch64-apple-darwin", + "pypi__coverage_cp310_aarch64-unknown-linux-gnu": "pypi__coverage_cp310_aarch64-unknown-linux-gnu", + "pypi__coverage_cp310_x86_64-apple-darwin": "pypi__coverage_cp310_x86_64-apple-darwin", + "pypi__coverage_cp310_x86_64-unknown-linux-gnu": "pypi__coverage_cp310_x86_64-unknown-linux-gnu", + "pypi__coverage_cp311_aarch64-unknown-linux-gnu": "pypi__coverage_cp311_aarch64-unknown-linux-gnu", + "pypi__coverage_cp311_x86_64-apple-darwin": "pypi__coverage_cp311_x86_64-apple-darwin", + "pypi__coverage_cp311_x86_64-unknown-linux-gnu": "pypi__coverage_cp311_x86_64-unknown-linux-gnu", + "pypi__coverage_cp38_aarch64-apple-darwin": "pypi__coverage_cp38_aarch64-apple-darwin", + "pypi__coverage_cp38_aarch64-unknown-linux-gnu": "pypi__coverage_cp38_aarch64-unknown-linux-gnu", + "pypi__coverage_cp38_x86_64-apple-darwin": "pypi__coverage_cp38_x86_64-apple-darwin", + "pypi__coverage_cp38_x86_64-unknown-linux-gnu": "pypi__coverage_cp38_x86_64-unknown-linux-gnu", + "pypi__coverage_cp39_aarch64-apple-darwin": "pypi__coverage_cp39_aarch64-apple-darwin", + "pypi__coverage_cp39_aarch64-unknown-linux-gnu": "pypi__coverage_cp39_aarch64-unknown-linux-gnu", + "pypi__coverage_cp39_x86_64-apple-darwin": "pypi__coverage_cp39_x86_64-apple-darwin", + "pypi__coverage_cp39_x86_64-unknown-linux-gnu": "pypi__coverage_cp39_x86_64-unknown-linux-gnu" + }, + "devImports": [], + "tags": [ + { + "tagName": "install", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel", + "line": 15, + "column": 22 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@rules_python//python/extensions:python.bzl", + "extensionName": "python", + "usingModule": "rules_python@0.22.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_python/0.22.1/MODULE.bazel", + "line": 50, + "column": 23 + }, + "imports": { + "pythons_hub": "pythons_hub" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_proto": "rules_proto@5.3.0-21.7", + "com_google_protobuf": "protobuf@21.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_python/releases/download/0.22.1/rules_python-0.22.1.tar.gz" + ], + "integrity": "sha256-pWQP3dS+sD6MH95e1xYMC6a9R359BIZhwwwGk2om/WM=", + "strip_prefix": "rules_python-0.22.1", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_python/0.22.1/patches/module_dot_bazel_version.patch": "sha256-3+VLDH9gYDzNI4eOW7mABC/LKxh1xqF6NhacLbNTucs=" + }, + "remote_patch_strip": 1 + } + } + }, + "buildozer@6.4.0.2": { + "name": "buildozer", + "version": "6.4.0.2", + "key": "buildozer@6.4.0.2", + "repoName": "buildozer", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@buildozer//:buildozer_binary.bzl", + "extensionName": "buildozer_binary", + "usingModule": "buildozer@6.4.0.2", + "location": { + "file": "https://bcr.bazel.build/modules/buildozer/6.4.0.2/MODULE.bazel", + "line": 7, + "column": 33 + }, + "imports": { + "buildozer_binary": "buildozer_binary" + }, + "devImports": [], + "tags": [ + { + "tagName": "buildozer", + "attributeValues": { + "sha256": { + "darwin-amd64": "d29e347ecd6b5673d72cb1a8de05bf1b06178dd229ff5eb67fad5100c840cc8e", + "darwin-arm64": "9b9e71bdbec5e7223871e913b65d12f6d8fa026684daf991f00e52ed36a6978d", + "linux-amd64": "8dfd6345da4e9042daa738d7fdf34f699c5dfce4632f7207956fceedd8494119", + "linux-arm64": "6559558fded658c8fa7432a9d011f7c4dcbac6b738feae73d2d5c352e5f605fa", + "windows-amd64": "e7f05bf847f7c3689dd28926460ce6e1097ae97380ac8e6ae7147b7b706ba19b" + }, + "version": "6.4.0" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/buildozer/6.4.0.2/MODULE.bazel", + "line": 8, + "column": 27 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/fmeum/buildozer/releases/download/v6.4.0.2/buildozer-v6.4.0.2.tar.gz" + ], + "integrity": "sha256-k7tFKQMR2AygxpmZfH0yEPnQmF3efFgD9rBPkj+Yz/8=", + "strip_prefix": "buildozer-6.4.0.2", + "remote_patches": { + "https://bcr.bazel.build/modules/buildozer/6.4.0.2/patches/module_dot_bazel_version.patch": "sha256-gKANF2HMilj7bWmuXs4lbBIAAansuWC4IhWGB/CerjU=" + }, + "remote_patch_strip": 1 + } + } + }, + "protobuf@21.7": { + "name": "protobuf", + "version": "21.7", + "key": "protobuf@21.7", + "repoName": "protobuf", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", + "extensionName": "maven", + "usingModule": "protobuf@21.7", + "location": { + "file": "https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel", + "line": 22, + "column": 22 + }, + "imports": { + "maven": "maven" + }, + "devImports": [], + "tags": [ + { + "tagName": "install", + "attributeValues": { + "name": "maven", + "artifacts": [ + "com.google.code.findbugs:jsr305:3.0.2", + "com.google.code.gson:gson:2.8.9", + "com.google.errorprone:error_prone_annotations:2.3.2", + "com.google.j2objc:j2objc-annotations:1.3", + "com.google.guava:guava:31.1-jre", + "com.google.guava:guava-testlib:31.1-jre", + "com.google.truth:truth:1.1.2", + "junit:junit:4.13.2", + "org.mockito:mockito-core:4.3.1" + ] + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/protobuf/21.7/MODULE.bazel", + "line": 24, + "column": 14 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_python": "rules_python@0.22.1", + "rules_cc": "rules_cc@0.0.9", + "rules_proto": "rules_proto@5.3.0-21.7", + "rules_java": "rules_java@7.4.0", + "rules_pkg": "rules_pkg@0.7.0", + "com_google_abseil": "abseil-cpp@20211102.0", + "zlib": "zlib@1.3", + "upb": "upb@0.0.0-20220923-a547704", + "rules_jvm_external": "rules_jvm_external@4.4.2", + "com_google_googletest": "googletest@1.11.0", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/protocolbuffers/protobuf/releases/download/v21.7/protobuf-all-21.7.zip" + ], + "integrity": "sha256-VJOiH17T/FAuZv7GuUScBqVRztYwAvpIkDxA36jeeko=", + "strip_prefix": "protobuf-21.7", + "remote_patches": { + "https://bcr.bazel.build/modules/protobuf/21.7/patches/add_module_dot_bazel.patch": "sha256-q3V2+eq0v2XF0z8z+V+QF4cynD6JvHI1y3kI/+rzl5s=", + "https://bcr.bazel.build/modules/protobuf/21.7/patches/add_module_dot_bazel_for_examples.patch": "sha256-O7YP6s3lo/1opUiO0jqXYORNHdZ/2q3hjz1QGy8QdIU=", + "https://bcr.bazel.build/modules/protobuf/21.7/patches/relative_repo_names.patch": "sha256-RK9RjW8T5UJNG7flIrnFiNE9vKwWB+8uWWtJqXYT0w4=", + "https://bcr.bazel.build/modules/protobuf/21.7/patches/add_missing_files.patch": "sha256-Hyne4DG2u5bXcWHNxNMirA2QFAe/2Cl8oMm1XJdkQIY=" + }, + "remote_patch_strip": 1 + } + } + }, + "zlib@1.3": { + "name": "zlib", + "version": "1.3", + "key": "zlib@1.3", + "repoName": "zlib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "platforms": "platforms@0.0.7", + "rules_cc": "rules_cc@0.0.9", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz" + ], + "integrity": "sha256-/wukwpIBPbwnUws6geH5qBPNOd4Byl4Pi/NVcC76WT4=", + "strip_prefix": "zlib-1.3", + "remote_patches": { + "https://bcr.bazel.build/modules/zlib/1.3/patches/add_build_file.patch": "sha256-Ei+FYaaOo7A3jTKunMEodTI0Uw5NXQyZEcboMC8JskY=", + "https://bcr.bazel.build/modules/zlib/1.3/patches/module_dot_bazel.patch": "sha256-fPWLM+2xaF/kuy+kZc1YTfW6hNjrkG400Ho7gckuyJk=" + }, + "remote_patch_strip": 0 + } + } + }, + "apple_support@1.5.0": { + "name": "apple_support", + "version": "1.5.0", + "key": "apple_support@1.5.0", + "repoName": "build_bazel_apple_support", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_apple_cc_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@build_bazel_apple_support//crosstool:setup.bzl", + "extensionName": "apple_cc_configure_extension", + "usingModule": "apple_support@1.5.0", + "location": { + "file": "https://bcr.bazel.build/modules/apple_support/1.5.0/MODULE.bazel", + "line": 17, + "column": 35 + }, + "imports": { + "local_config_apple_cc": "local_config_apple_cc", + "local_config_apple_cc_toolchains": "local_config_apple_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/apple_support/releases/download/1.5.0/apple_support.1.5.0.tar.gz" + ], + "integrity": "sha256-miM41vja0yRPgj8txghKA+TQ+7J8qJLclw5okNW0gYQ=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "stardoc@0.5.4": { + "name": "stardoc", + "version": "0.5.4", + "key": "stardoc@0.5.4", + "repoName": "stardoc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_java": "rules_java@7.4.0", + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz" + ], + "integrity": "sha256-7FcTnkZvquVj8vw5YJ2klIpHm7UbbWeu3X2bG4BZxDM=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_buf@0.1.1": { + "name": "rules_buf", + "version": "0.1.1", + "key": "rules_buf@0.1.1", + "repoName": "rules_buf", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@rules_buf_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_buf//buf:extensions.bzl", + "extensionName": "ext", + "usingModule": "rules_buf@0.1.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_buf/0.1.1/MODULE.bazel", + "line": 14, + "column": 20 + }, + "imports": { + "rules_buf_toolchains": "rules_buf_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.7", + "com_google_protobuf": "protobuf@21.7", + "rules_proto": "rules_proto@5.3.0-21.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bufbuild/rules_buf/archive/abbbfce7c3fccf1d4b87afa28140d9ce53f80057.zip" + ], + "integrity": "sha256-/cvkfvtor1wk3+dSdJqwsqDBrAIV49KM9unuKODCrvs=", + "strip_prefix": "rules_buf-abbbfce7c3fccf1d4b87afa28140d9ce53f80057", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_buf/0.1.1/patches/bzlmod.patch": "sha256-D5PYozjx10XcIqo0mMyoGIqO3PJHJtxLQ1vo3zesDS0=" + }, + "remote_patch_strip": 1 + } + } + }, + "rules_go@0.39.1": { + "name": "rules_go", + "version": "0.39.1", + "key": "rules_go@0.39.1", + "repoName": "io_bazel_rules_go", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@go_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", + "extensionName": "non_module_dependencies", + "usingModule": "rules_go@0.39.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_go/0.39.1/MODULE.bazel", + "line": 13, + "column": 40 + }, + "imports": { + "go_googleapis": "go_googleapis", + "io_bazel_rules_nogo": "io_bazel_rules_nogo" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", + "extensionName": "go_sdk", + "usingModule": "rules_go@0.39.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_go/0.39.1/MODULE.bazel", + "line": 20, + "column": 23 + }, + "imports": { + "go_toolchains": "go_toolchains" + }, + "devImports": [], + "tags": [ + { + "tagName": "download", + "attributeValues": { + "name": "go_default_sdk", + "version": "1.19.8" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_go/0.39.1/MODULE.bazel", + "line": 21, + "column": 16 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@gazelle//:extensions.bzl", + "extensionName": "go_deps", + "usingModule": "rules_go@0.39.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_go/0.39.1/MODULE.bazel", + "line": 31, + "column": 24 + }, + "imports": { + "com_github_gogo_protobuf": "com_github_gogo_protobuf", + "com_github_golang_mock": "com_github_golang_mock", + "com_github_golang_protobuf": "com_github_golang_protobuf", + "org_golang_google_genproto": "org_golang_google_genproto", + "org_golang_google_grpc": "org_golang_google_grpc", + "org_golang_google_protobuf": "org_golang_google_protobuf", + "org_golang_x_net": "org_golang_x_net" + }, + "devImports": [], + "tags": [ + { + "tagName": "from_file", + "attributeValues": { + "go_mod": "//:go.mod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_go/0.39.1/MODULE.bazel", + "line": 32, + "column": 18 + } + }, + { + "tagName": "module", + "attributeValues": { + "path": "github.com/gogo/protobuf", + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "version": "v1.3.2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_go/0.39.1/MODULE.bazel", + "line": 33, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "rules_proto": "rules_proto@5.3.0-21.7", + "com_google_protobuf": "protobuf@21.7", + "gazelle": "gazelle@0.30.0", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip" + ], + "integrity": "sha256-bcLaerTPXXv8fJSXdrG3xzPwXlbtxLzZAiuySdLiqZY=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_pkg@0.7.0": { + "name": "rules_pkg", + "version": "0.7.0", + "key": "rules_pkg@0.7.0", + "repoName": "rules_pkg", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "rules_python": "rules_python@0.22.1", + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz" + ], + "integrity": "sha256-iimOgydi7aGDBZfWT+fbWBeKqEzVkm121bdE1lWJQcI=", + "strip_prefix": "", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_pkg/0.7.0/patches/module_dot_bazel.patch": "sha256-4OaEPZwYF6iC71ZTDg6MJ7LLqX7ZA0/kK4mT+4xKqiE=" + }, + "remote_patch_strip": 0 + } + } + }, + "abseil-cpp@20211102.0": { + "name": "abseil-cpp", + "version": "20211102.0", + "key": "abseil-cpp@20211102.0", + "repoName": "abseil-cpp", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "rules_cc": "rules_cc@0.0.9", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz" + ], + "integrity": "sha256-3PcbnLqNwMqZQMSzFqDHlr6Pq0KwcLtrfKtitI8OZsQ=", + "strip_prefix": "abseil-cpp-20211102.0", + "remote_patches": { + "https://bcr.bazel.build/modules/abseil-cpp/20211102.0/patches/module_dot_bazel.patch": "sha256-4izqopgGCey4jVZzl/w3M2GVPNohjh2B5TmbThZNvPY=" + }, + "remote_patch_strip": 0 + } + } + }, + "upb@0.0.0-20220923-a547704": { + "name": "upb", + "version": "0.0.0-20220923-a547704", + "key": "upb@0.0.0-20220923-a547704", + "repoName": "upb", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_proto": "rules_proto@5.3.0-21.7", + "com_google_protobuf": "protobuf@21.7", + "com_google_absl": "abseil-cpp@20211102.0", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/protocolbuffers/upb/archive/a5477045acaa34586420942098f5fecd3570f577.tar.gz" + ], + "integrity": "sha256-z39x6v+QskwaKLSWRan/A6mmwecTQpHOcJActj5zZLU=", + "strip_prefix": "upb-a5477045acaa34586420942098f5fecd3570f577", + "remote_patches": { + "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/patches/module_dot_bazel.patch": "sha256-wH4mNS6ZYy+8uC0HoAft/c7SDsq2Kxf+J8dUakXhaB0=" + }, + "remote_patch_strip": 0 + } + } + }, + "rules_jvm_external@4.4.2": { + "name": "rules_jvm_external", + "version": "4.4.2", + "key": "rules_jvm_external@4.4.2", + "repoName": "rules_jvm_external", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_jvm_external//:non-module-deps.bzl", + "extensionName": "non_module_deps", + "usingModule": "rules_jvm_external@4.4.2", + "location": { + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", + "line": 9, + "column": 32 + }, + "imports": { + "io_bazel_rules_kotlin": "io_bazel_rules_kotlin" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", + "extensionName": "maven", + "usingModule": "rules_jvm_external@4.4.2", + "location": { + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", + "line": 16, + "column": 22 + }, + "imports": { + "rules_jvm_external_deps": "rules_jvm_external_deps" + }, + "devImports": [], + "tags": [ + { + "tagName": "install", + "attributeValues": { + "name": "rules_jvm_external_deps", + "artifacts": [ + "com.google.cloud:google-cloud-core:1.93.10", + "com.google.cloud:google-cloud-storage:1.113.4", + "com.google.code.gson:gson:2.9.0", + "org.apache.maven:maven-artifact:3.8.6", + "software.amazon.awssdk:s3:2.17.183" + ], + "lock_file": "@rules_jvm_external//:rules_jvm_external_deps_install.json" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", + "line": 18, + "column": 14 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "io_bazel_stardoc": "stardoc@0.5.4", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/rules_jvm_external/archive/refs/tags/4.4.2.zip" + ], + "integrity": "sha256-c1YC9QgT6y6pPKP15DsZWb2AshO4NqB6YqKddXZwt3s=", + "strip_prefix": "rules_jvm_external-4.4.2", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "googletest@1.11.0": { + "name": "googletest", + "version": "1.11.0", + "key": "googletest@1.11.0", + "repoName": "googletest", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "com_google_absl": "abseil-cpp@20211102.0", + "platforms": "platforms@0.0.7", + "rules_cc": "rules_cc@0.0.9", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz" + ], + "integrity": "sha256-tIcL8SH/d5W6INILzdhie44Ijy0dqymaAxwQNO3ck9U=", + "strip_prefix": "googletest-release-1.11.0", + "remote_patches": { + "https://bcr.bazel.build/modules/googletest/1.11.0/patches/module_dot_bazel.patch": "sha256-HuahEdI/n8KCI071sN3CEziX+7qP/Ec77IWayYunLP0=" + }, + "remote_patch_strip": 0 + } + } + }, + "gazelle@0.30.0": { + "name": "gazelle", + "version": "0.30.0", + "key": "gazelle@0.30.0", + "repoName": "bazel_gazelle", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", + "extensionName": "go_sdk", + "usingModule": "gazelle@0.30.0", + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.30.0/MODULE.bazel", + "line": 12, + "column": 23 + }, + "imports": { + "go_default_sdk": "go_default_sdk" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", + "extensionName": "non_module_deps", + "usingModule": "gazelle@0.30.0", + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.30.0/MODULE.bazel", + "line": 17, + "column": 32 + }, + "imports": { + "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", + "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@io_bazel_rules_go//go/private:extensions.bzl", + "extensionName": "non_module_dependencies", + "usingModule": "gazelle@0.30.0", + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.30.0/MODULE.bazel", + "line": 24, + "column": 41 + }, + "imports": { + "go_googleapis": "go_googleapis" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", + "extensionName": "go_deps", + "usingModule": "gazelle@0.30.0", + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.30.0/MODULE.bazel", + "line": 30, + "column": 24 + }, + "imports": { + "com_github_bazelbuild_buildtools": "com_github_bazelbuild_buildtools", + "com_github_bmatcuk_doublestar_v4": "com_github_bmatcuk_doublestar_v4", + "com_github_fsnotify_fsnotify": "com_github_fsnotify_fsnotify", + "com_github_google_go_cmp": "com_github_google_go_cmp", + "com_github_pelletier_go_toml": "com_github_pelletier_go_toml", + "com_github_pmezard_go_difflib": "com_github_pmezard_go_difflib", + "org_golang_x_mod": "org_golang_x_mod", + "org_golang_x_sync": "org_golang_x_sync", + "org_golang_x_tools": "org_golang_x_tools", + "bazel_gazelle_go_repository_config": "bazel_gazelle_go_repository_config" + }, + "devImports": [], + "tags": [ + { + "tagName": "from_file", + "attributeValues": { + "go_mod": "//:go.mod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/gazelle/0.30.0/MODULE.bazel", + "line": 31, + "column": 18 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "com_google_protobuf": "protobuf@21.7", + "io_bazel_rules_go": "rules_go@0.39.1", + "rules_proto": "rules_proto@5.3.0-21.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.30.0/bazel-gazelle-v0.30.0.tar.gz" + ], + "integrity": "sha256-cn8+Tt2W6iDCnowsqejSr3JNjHd455I6hUssgJUrxAU=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + } + }, + "moduleExtensions": { + "@@apple_support~//crosstool:setup.bzl%apple_cc_configure_extension": { + "general": { + "bzlTransitiveDigest": "pMLFCYaRPkgXPQ8vtuNkMfiHfPmRBy6QJfnid4sWfv0=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_apple_cc": { + "bzlFile": "@@apple_support~//crosstool:setup.bzl", + "ruleClassName": "_apple_cc_autoconf", + "attributes": {} + }, + "local_config_apple_cc_toolchains": { + "bzlFile": "@@apple_support~//crosstool:setup.bzl", + "ruleClassName": "_apple_cc_autoconf_toolchains", + "attributes": {} + } + }, + "recordedRepoMappingEntries": [ + [ + "apple_support~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@aspect_bazel_lib~//lib:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "oRVnvJPEj8TEjuQ61uNFAFCGDVfJerHoAvuWrFWoloo=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bsd_tar_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "expand_template_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "copy_to_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "jq": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_host_alias_repo", + "attributes": {} + }, + "jq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "1.6" + } + }, + "expand_template_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "copy_to_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "freebsd_amd64" + } + }, + "bsd_tar_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "expand_template_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "copy_to_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "coreutils_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "0.0.16" + } + }, + "coreutils_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "0.0.16" + } + }, + "copy_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_toolchains_repo", + "attributes": { + "user_repository_name": "copy_directory" + } + }, + "copy_to_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "yq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "4.25.2" + } + }, + "bsd_tar_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "copy_to_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "copy_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "coreutils_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "0.0.16" + } + }, + "coreutils_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "linux_arm64", + "version": "0.0.16" + } + }, + "coreutils_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_toolchains_repo", + "attributes": { + "user_repository_name": "coreutils" + } + }, + "copy_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "freebsd_amd64" + } + }, + "yq_linux_s390x": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_s390x", + "version": "4.25.2" + } + }, + "yq": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_host_alias_repo", + "attributes": {} + }, + "expand_template_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "copy_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "jq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "1.6" + } + }, + "yq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "darwin_amd64", + "version": "4.25.2" + } + }, + "copy_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "expand_template_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "linux_arm64" + } + }, + "jq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "linux_amd64", + "version": "1.6" + } + }, + "bsd_tar_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "expand_template_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_toolchains_repo", + "attributes": { + "user_repository_name": "expand_template" + } + }, + "bsd_tar_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "tar_toolchains_repo", + "attributes": { + "user_repository_name": "bsd_tar" + } + }, + "yq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "platform": "darwin_amd64" + } + }, + "jq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "1.6" + } + }, + "expand_template_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "platform": "freebsd_amd64" + } + }, + "yq_linux_ppc64le": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_ppc64le", + "version": "4.25.2" + } + }, + "bsd_tar_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "platform": "linux_amd64" + } + }, + "copy_to_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_toolchains_repo", + "attributes": { + "user_repository_name": "copy_to_directory" + } + }, + "jq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_toolchains_repo", + "attributes": { + "user_repository_name": "jq" + } + }, + "copy_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "darwin_arm64" + } + }, + "copy_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "platform": "windows_amd64" + } + }, + "yq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "darwin_arm64", + "version": "4.25.2" + } + }, + "yq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_toolchains_repo", + "attributes": { + "user_repository_name": "yq" + } + }, + "coreutils_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "platform": "windows_amd64", + "version": "0.0.16" + } + }, + "yq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "platform": "linux_arm64", + "version": "4.25.2" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "aspect_bazel_lib~", + "aspect_bazel_lib", + "aspect_bazel_lib~" + ], + [ + "aspect_bazel_lib~", + "bazel_skylib", + "bazel_skylib~" + ], + [ + "aspect_bazel_lib~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@aspect_rules_js~//npm:extensions.bzl%npm": { + "general": { + "bzlTransitiveDigest": "CLutgQe8Y2mYBlQ7PUms3CXJlJ4AKaYNwa+CZeNqEug=", + "recordedFileInputs": { + "@@//pnpm-lock.yaml": "2031435b17194b10cfc82bf9c06e9ecf29c57d5167fd77711d315e8510417a39", + "@@aspect_bazel_lib~~toolchains~yq_windows_amd64//yq.exe": "7d391921bf5481db063e2b0f043aab0ef2ddaa854ae0e03a4d6d9a1112d18fa8" + }, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "npm__cli-spinners__2.9.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cli-spinners", + "version": "2.9.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "url": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__moo__0.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "moo", + "version": "0.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==", + "url": "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typed-array-buffer__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "typed-array-buffer", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", + "url": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_stack-utils__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/stack-utils", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/stack-utils": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-message__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-message", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hTqHqrm7jrZ+iN93QsKcNOTSgX3F+2NSgdnF+xvf8FfhC2MPqYRzzgXQ1LlhfyIzPTS6hL6Zea0/gIb6hktkHw==", + "url": "https://registry.npmjs.org/js-message/-/js-message-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tailwindcss-react-aria-components__1.1.1__tailwindcss_3.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tailwindcss-react-aria-components", + "version": "1.1.1_tailwindcss_3.4.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "tailwindcss-react-aria-components" + ] + }, + "deps": { + "tailwindcss": "3.4.3" + }, + "transitive_closure": { + "@alloc/quick-lru": [ + "5.2.0" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "any-promise": [ + "1.3.0" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "balanced-match": [ + "1.0.2" + ], + "binary-extensions": [ + "2.3.0" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "camelcase-css": [ + "2.0.1" + ], + "chokidar": [ + "3.6.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "commander": [ + "4.1.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "cssesc": [ + "3.0.0" + ], + "didyoumean": [ + "1.2.2" + ], + "dlv": [ + "1.1.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "foreground-child": [ + "3.1.1" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "glob": [ + "10.3.12" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "jiti": [ + "1.21.0" + ], + "lilconfig": [ + "2.1.0", + "3.1.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "lru-cache": [ + "10.2.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "9.0.4" + ], + "minipass": [ + "7.0.4" + ], + "mz": [ + "2.7.0" + ], + "nanoid": [ + "3.3.7" + ], + "normalize-path": [ + "3.0.0" + ], + "object-assign": [ + "4.1.1" + ], + "object-hash": [ + "3.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.2" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "2.3.0" + ], + "pirates": [ + "4.0.6" + ], + "postcss": [ + "8.4.38" + ], + "postcss-import": [ + "15.1.0_postcss_8.4.38" + ], + "postcss-js": [ + "4.0.1_postcss_8.4.38" + ], + "postcss-load-config": [ + "4.0.2_postcss_8.4.38" + ], + "postcss-nested": [ + "6.0.1_postcss_8.4.38" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "read-cache": [ + "1.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "resolve": [ + "1.22.8" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "source-map-js": [ + "1.2.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "sucrase": [ + "3.35.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tailwindcss": [ + "3.4.3" + ], + "tailwindcss-react-aria-components": [ + "1.1.1_tailwindcss_3.4.3" + ], + "thenify": [ + "3.3.1" + ], + "thenify-all": [ + "1.6.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-interface-checker": [ + "0.1.13" + ], + "util-deprecate": [ + "1.0.2" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "yaml": [ + "2.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_types__6.21.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/types", + "version": "6.21.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@typescript-eslint/types": [ + "6.21.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-alloc__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer-alloc", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", + "url": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fsevents__2.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fsevents", + "version": "2.3.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fsevents": [ + "2.3.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hermes-estree__0.15.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hermes-estree", + "version": "0.15.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "hermes-estree": [ + "0.15.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_netbsd-x64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/netbsd-x64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/netbsd-x64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pify__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pify", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-module-transforms__7.23.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-module-transforms", + "version": "7.23.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", + "url": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-base64-browser__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-base64-browser", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/util-base64-browser": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__slice-ansi__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "slice-ansi", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", + "url": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_hash-node__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/hash-node", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "@aws-sdk/util-buffer-from": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/hash-node": [ + "3.6.1" + ], + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-buffer-from": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__which-boxed-primitive__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "which-boxed-primitive", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-bigint": "1.0.4", + "is-boolean-object": "1.1.2", + "is-number-object": "1.0.7", + "is-string": "1.0.7", + "is-symbol": "1.0.4" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "set-function-length": [ + "1.2.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__siginfo__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "siginfo", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", + "url": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__buffer-equal__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer-equal", + "version": "0.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-equal": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__defer-to-connect__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "defer-to-connect", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "url": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minipass__3.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minipass", + "version": "3.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "yallist": "4.0.0" + }, + "transitive_closure": { + "minipass": [ + "3.3.6" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite-plugin-inspect__0.7.42__vite_5.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vite-plugin-inspect", + "version": "0.7.42_vite_5.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "vite-plugin-inspect" + ] + }, + "integrity": "sha512-JCyX86wr3siQc+p9Kd0t8VkFHAJag0RaQVIpdFGSv5FEaePEVB6+V/RGtz2dQkkGSXQzRWrPs4cU3dRKg32bXw==", + "url": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.7.42.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-toastify__9.1.3__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-toastify", + "version": "9.1.3_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-toastify" + ] + }, + "deps": { + "clsx": "1.2.1", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "clsx": [ + "1.2.1" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "react-toastify": [ + "9.1.3_react-dom_18.2.0__react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__whatwg-url-without-unicode__8.0.0-3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "whatwg-url-without-unicode", + "version": "8.0.0-3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig==", + "url": "https://registry.npmjs.org/whatwg-url-without-unicode/-/whatwg-url-without-unicode-8.0.0-3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-numeric-separator__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-numeric-separator", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bser__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bser", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "node-int64": "0.4.0" + }, + "transitive_closure": { + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-beautify__1.15.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-beautify", + "version": "1.15.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==", + "url": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__espree__10.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "espree", + "version": "10.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==", + "url": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mrmime__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mrmime", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mrmime": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-exists__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-exists", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-exists": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-zoom__3.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-zoom", + "version": "3.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==", + "url": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__convert-source-map__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "convert-source-map", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "url": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__level-errors__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "level-errors", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "errno": "0.1.8" + }, + "transitive_closure": { + "errno": [ + "0.1.8" + ], + "level-errors": [ + "2.0.1" + ], + "prr": [ + "1.0.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-limit__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-limit", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "yocto-queue": "0.1.0" + }, + "transitive_closure": { + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__temp-dir__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "temp-dir", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", + "url": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-optional-catch-binding", + "version": "7.8.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-typeof-symbol__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-typeof-symbol", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_babel__traverse__7.20.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/babel__traverse", + "version": "7.20.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", + "url": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-fetch__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-fetch", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-dsv": "3.0.1" + }, + "transitive_closure": { + "commander": [ + "7.2.0" + ], + "d3-dsv": [ + "3.0.1" + ], + "d3-fetch": [ + "3.0.1" + ], + "iconv-lite": [ + "0.6.3" + ], + "rw": [ + "1.3.3" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_humanwhocodes_config-array__0.11.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@humanwhocodes/config-array", + "version": "0.11.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "url": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-hermes__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-hermes", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-platform-android": "12.3.6", + "@react-native-community/cli-tools": "12.3.6", + "chalk": "4.1.2", + "hermes-profile-transformer": "0.0.6" + }, + "transitive_closure": { + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "astral-regex": [ + "1.0.0" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "buffer": [ + "5.7.1" + ], + "camelcase": [ + "5.3.1" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "decamelize": [ + "1.2.0" + ], + "defaults": [ + "1.0.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "execa": [ + "5.1.1" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "find-up": [ + "4.1.0", + "5.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "has-flag": [ + "4.0.0" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "isexe": [ + "2.0.0" + ], + "locate-path": [ + "5.0.0", + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "lru-cache": [ + "6.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mime": [ + "2.6.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "node-fetch": [ + "2.7.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "readable-stream": [ + "3.6.2" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "set-blocking": [ + "2.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.7.4" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "tr46": [ + "0.0.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ], + "wrappy": [ + "1.0.2" + ], + "y18n": [ + "4.0.3" + ], + "yallist": [ + "4.0.0" + ], + "yargs": [ + "15.4.1" + ], + "yargs-parser": [ + "18.1.3" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-647OSi6xBb8FbwFqX9zsJxOzu685AWtrOUWHfOkbKD+5LOpGORw+GQo0F9rWZnB68rLQyfKUZWJeaD00pGv5fw==", + "url": "https://registry.npmjs.org/@react-native-community/cli/-/cli-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__memorystream__0.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "memorystream", + "version": "0.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", + "url": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__write-file-atomic__2.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "write-file-atomic", + "version": "2.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", + "url": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_nodelib_fs.scandir__2.1.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@nodelib/fs.scandir", + "version": "2.1.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "1.2.0" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "queue-microtask": [ + "1.2.3" + ], + "run-parallel": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ws__8.16.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ws", + "version": "8.16.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "ws" + ] + }, + "deps": {}, + "transitive_closure": { + "ws": [ + "8.16.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__safe-buffer__5.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "safe-buffer", + "version": "5.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "safe-buffer": [ + "5.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object-assign__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object-assign", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "url": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__find-up__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "find-up", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "url": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__merge-stream__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "merge-stream", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "merge-stream": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parent-module__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parent-module", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "callsites": "3.1.0" + }, + "transitive_closure": { + "callsites": [ + "3.1.0" + ], + "parent-module": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-modules-commonjs__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-modules-commonjs", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_expect__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vitest/expect", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==", + "url": "https://registry.npmjs.org/@vitest/expect/-/expect-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__destroy__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "destroy", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "destroy": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map__0.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "source-map", + "version": "0.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__stream-to-buffer__0.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "stream-to-buffer", + "version": "0.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Da4WoKaZyu3nf+bIdIifh7IPkFjARBnBK+pYqn0EUJqksjV9afojjaCCHUemH30Jmu7T2qcKvlZm2ykN38uzaw==", + "url": "https://registry.npmjs.org/stream-to-buffer/-/stream-to-buffer-0.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__y-textarea__1.0.0__yjs_13.6.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "y-textarea", + "version": "1.0.0_yjs_13.6.14", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "y-textarea" + ] + }, + "integrity": "sha512-okkx8DbMOjZv7+/7ii++vFrnbujpqL2GRvn5UVi6EOmQlukwQ/XrIybPf2OWyqST1f3oDiL3wbBkVnGUAD3lYw==", + "url": "https://registry.npmjs.org/y-textarea/-/y-textarea-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__semver__5.7.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "semver", + "version": "5.7.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "semver": [ + "5.7.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-arm__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-arm", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==", + "url": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typed-array-length__1.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "typed-array-length", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", + "url": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array.prototype.tosorted__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "array.prototype.tosorted", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-errors": "1.3.0", + "es-shim-unscopables": "1.0.2" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "array.prototype.tosorted": [ + "1.1.3" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-shim-unscopables": [ + "1.0.2" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__escape-string-regexp__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "escape-string-regexp", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escape-string-regexp": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jridgewell_sourcemap-codec__1.4.15": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jridgewell/sourcemap-codec", + "version": "1.4.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "url": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pinia__2.1.7__typescript_5.2.2__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pinia", + "version": "2.1.7_typescript_5.2.2__vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "pinia" + ] + }, + "integrity": "sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==", + "url": "https://registry.npmjs.org/pinia/-/pinia-2.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cssom__0.3.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cssom", + "version": "0.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "url": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-quadtree__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-quadtree", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-quadtree": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_meter__3.4.11__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/meter", + "version": "3.4.11_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/progress": "3.4.11_react_18.2.0", + "@react-types/meter": "3.3.7_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/meter": [ + "3.4.11_react_18.2.0" + ], + "@react-aria/progress": [ + "3.4.11_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/meter": [ + "3.3.7_react_18.2.0" + ], + "@react-types/progress": [ + "3.5.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-alloc-unsafe__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer-alloc-unsafe", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", + "url": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chalk__2.4.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chalk", + "version": "2.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "3.2.1", + "escape-string-regexp": "1.0.5", + "supports-color": "5.5.0" + }, + "transitive_closure": { + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-flag": [ + "3.0.0" + ], + "supports-color": [ + "5.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__encoding-down__6.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "encoding-down", + "version": "6.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "abstract-leveldown": "6.3.0", + "inherits": "2.0.4", + "level-codec": "9.0.2", + "level-errors": "2.0.1" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.3.0" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "encoding-down": [ + "6.3.0" + ], + "errno": [ + "0.1.8" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "inherits": [ + "2.0.4" + ], + "level-codec": [ + "9.0.2" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-errors": [ + "2.0.1" + ], + "level-supports": [ + "1.0.1" + ], + "prr": [ + "1.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__escape-string-regexp__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "escape-string-regexp", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escape-string-regexp": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hermes-parser__0.20.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hermes-parser", + "version": "0.20.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BL5P83cwCogI8D7rrDCgsFY0tdYUtmFP9XaXtl2IQjC+2Xo+4okjfXintlTxcIwl4qeGddEl28Z11kbVIw0aNA==", + "url": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.20.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-bigint__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-bigint", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-bigints": "1.0.2" + }, + "transitive_closure": { + "has-bigints": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tailwind-merge__2.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tailwind-merge", + "version": "2.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "tailwind-merge" + ] + }, + "integrity": "sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==", + "url": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_develar_schema-utils__2.6.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@develar/schema-utils", + "version": "2.6.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "6.12.6", + "ajv-keywords": "3.5.2_ajv_6.12.6" + }, + "transitive_closure": { + "@develar/schema-utils": [ + "2.6.5" + ], + "ajv": [ + "6.12.6" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "punycode": [ + "2.3.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string.prototype.trimend__1.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string.prototype.trimend", + "version": "1.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", + "url": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__url-parse-lax__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "url-parse-lax", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "prepend-http": "2.0.0" + }, + "transitive_closure": { + "prepend-http": [ + "2.0.0" + ], + "url-parse-lax": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__async__2.6.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "async", + "version": "2.6.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "url": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__accepts__1.3.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "accepts", + "version": "1.3.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mime-types": "2.1.35", + "negotiator": "0.6.3" + }, + "transitive_closure": { + "accepts": [ + "1.3.8" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "negotiator": [ + "0.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__inflight__1.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "inflight", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "url": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-yaml__3.14.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-yaml", + "version": "3.14.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "argparse": "1.0.10", + "esprima": "4.0.1" + }, + "transitive_closure": { + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "js-yaml": [ + "3.14.1" + ], + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__supports-color__8.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "supports-color", + "version": "8.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__progress__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "progress", + "version": "2.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "progress": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dotenv-expand__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dotenv-expand", + "version": "5.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dotenv-expand": [ + "5.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-x64__0.17.19": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-x64", + "version": "0.17.19", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@esbuild/linux-x64" + ], + "app/ide-desktop/lib/dashboard": [ + "@esbuild/linux-x64" + ] + }, + "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "url": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bytes__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bytes", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "url": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__keyv__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "keyv", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "json-buffer": "3.0.0" + }, + "transitive_closure": { + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-resolver__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-resolver", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JdtoJkP27GGoZ2HJlEsxs+zO7jnDUCRrmwXJozTlIuzLHMRrxgIRRby9fTCbMhaxq+iA9c+wzm3iFb4NhPmLbQ==", + "url": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-beautify__1.15.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-beautify", + "version": "1.15.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "config-chain": "1.1.13", + "editorconfig": "1.0.4", + "glob": "10.3.12", + "js-cookie": "3.0.5", + "nopt": "7.2.0" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@one-ini/wasm": [ + "0.1.1" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "abbrev": [ + "2.0.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "commander": [ + "10.0.1" + ], + "config-chain": [ + "1.1.13" + ], + "cross-spawn": [ + "7.0.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "editorconfig": [ + "1.0.4" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "foreground-child": [ + "3.1.1" + ], + "glob": [ + "10.3.12" + ], + "ini": [ + "1.3.8" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "js-beautify": [ + "1.15.1" + ], + "js-cookie": [ + "3.0.5" + ], + "lru-cache": [ + "10.2.0", + "6.0.0" + ], + "minimatch": [ + "9.0.1", + "9.0.4" + ], + "minipass": [ + "7.0.4" + ], + "nopt": [ + "7.2.0" + ], + "path-key": [ + "3.1.1" + ], + "path-scurry": [ + "1.10.2" + ], + "proto-list": [ + "1.2.4" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__braces__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "braces", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "url": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__stackback__0.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "stackback", + "version": "0.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "stackback": [ + "0.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue__3.4.23__typescript_5.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vue", + "version": "3.4.23_typescript_5.2.2", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "vue" + ] + }, + "deps": { + "@vue/compiler-dom": "3.4.23", + "@vue/compiler-sfc": "3.4.23", + "@vue/runtime-dom": "3.4.23", + "@vue/server-renderer": "3.4.23_vue_3.4.23", + "@vue/shared": "3.4.23", + "typescript": "5.2.2" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ts-results__3.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ts-results", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "ts-results" + ] + }, + "integrity": "sha512-FWqxGX2NHp5oCyaMd96o2y2uMQmSu8Dey6kvyuFdRJ2AzfmWo3kWa4UsPlCGlfQ/qu03m09ZZtppMoY8EMHuiA==", + "url": "https://registry.npmjs.org/ts-results/-/ts-results-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__eslint-plugin-react-hooks__4.6.0__eslint_8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-plugin-react-hooks", + "version": "4.6.0_eslint_8.57.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "eslint-plugin-react-hooks" + ] + }, + "deps": { + "eslint": "8.57.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-plugin-react-hooks": [ + "4.6.0_eslint_8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__natural-compare__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "natural-compare", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "natural-compare": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-replace-supers__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-replace-supers", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-member-expression-to-functions": "7.23.0", + "@babel/helper-optimise-call-expression": "7.22.5" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_csstools_selector-specificity__3.0.3__postcss-selector-parser_6.0.16": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@csstools/selector-specificity", + "version": "3.0.3_postcss-selector-parser_6.0.16", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q==", + "url": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_one-ini_wasm__0.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@one-ini/wasm", + "version": "0.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==", + "url": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__asar__3.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "asar", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-COdw2ZQvKdFGFxXwX3oYh2/sOsJWJegrdJCGxnN4MZ7IULgRBp9P6665aqj9z1v9VwP4oP1hRBojRDQ//IGgAg==", + "url": "https://registry.npmjs.org/asar/-/asar-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nullthrows__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "nullthrows", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nullthrows": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-string-parser__7.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-string-parser", + "version": "7.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", + "url": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__call-me-maybe__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "call-me-maybe", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==", + "url": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-win32-x64-msvc__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-win32-x64-msvc", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/BypzV0H1y1HzgYpxqRaXGBRqfodgoBBCcsrujT6QRcakDQdfU+Lq9PENPh5jB4I44YWq+0C2eHsHya+nZY1sA==", + "url": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__oauth-sign__0.9.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "oauth-sign", + "version": "0.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "url": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prettier-plugin-tailwindcss__0.5.14__-1202473717__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prettier-plugin-tailwindcss", + "version": "0.5.14_-1202473717", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "prettier-plugin-tailwindcss" + ] + }, + "deps": { + "@ianvs/prettier-plugin-sort-imports": "4.2.1_prettier_3.2.5", + "prettier": "3.2.5" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@ianvs/prettier-plugin-sort-imports": [ + "4.2.1_prettier_3.2.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "prettier": [ + "3.2.5" + ], + "prettier-plugin-tailwindcss": [ + "0.5.14_-1202473717" + ], + "semver": [ + "6.3.1", + "7.6.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_devtools-api__6.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/devtools-api", + "version": "6.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==", + "url": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-block-scoped-functions__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-block-scoped-functions", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-chord__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-chord", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-path": "3.1.0" + }, + "transitive_closure": { + "d3-chord": [ + "3.0.1" + ], + "d3-path": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__app-builder-bin__3.7.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "app-builder-bin", + "version": "3.7.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "app-builder-bin": [ + "3.7.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__on-headers__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "on-headers", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "on-headers": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-s390x-gnu__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-s390x-gnu", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string.prototype.matchall__4.0.11__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string.prototype.matchall", + "version": "4.0.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-errors": "1.3.0", + "es-object-atoms": "1.0.0", + "get-intrinsic": "1.2.4", + "gopd": "1.0.1", + "has-symbols": "1.0.3", + "internal-slot": "1.0.7", + "regexp.prototype.flags": "1.5.2", + "set-function-name": "2.0.2", + "side-channel": "1.0.6" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.matchall": [ + "4.0.11" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object.entries__1.1.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object.entries", + "version": "1.1.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", + "url": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at-least-node__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "at-least-node", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "at-least-node": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-contour__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-contour", + "version": "4.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-array": "3.2.4" + }, + "transitive_closure": { + "d3-array": [ + "3.2.4" + ], + "d3-contour": [ + "4.0.2" + ], + "internmap": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__iterator.prototype__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "iterator.prototype", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-properties": "1.2.1", + "get-intrinsic": "1.2.4", + "has-symbols": "1.0.3", + "reflect.getprototypeof": "1.0.6", + "set-function-name": "2.0.2" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-async-function": [ + "2.0.0" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-map": [ + "2.0.3" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-set": [ + "2.0.3" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakmap": [ + "2.0.2" + ], + "is-weakref": [ + "1.0.2" + ], + "is-weakset": [ + "2.0.3" + ], + "isarray": [ + "2.0.5" + ], + "iterator.prototype": [ + "1.1.2" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "reflect.getprototypeof": [ + "1.0.6" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-builtin-type": [ + "1.1.3" + ], + "which-collection": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-template-compiler__2.7.16": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vue-template-compiler", + "version": "2.7.16", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==", + "url": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_visually-hidden__3.8.10__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/visually-hidden", + "version": "3.8.10_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-unicode-sets-regex", + "version": "7.18.6_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimatch__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minimatch", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-scale-chromatic__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-scale-chromatic", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", + "url": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cssstyle__2.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cssstyle", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-doctor__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-doctor", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fvBDv2lTthfw4WOQKkdTop2PlE9GtfrlNnpjB818MhcdEnPjfQw5YaTUcnNEGsvGomdCs1MVRMgYXXwPSN6OvQ==", + "url": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__registry-url__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "registry-url", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "url": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-abort-controller__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-abort-controller", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-abort-controller": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer__4.9.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer", + "version": "4.9.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "base64-js": "1.5.1", + "ieee754": "1.2.1", + "isarray": "1.0.0" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "4.9.2" + ], + "ieee754": [ + "1.2.1" + ], + "isarray": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__electron-osx-sign__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "electron-osx-sign", + "version": "0.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bluebird": "3.7.2", + "compare-version": "0.1.2", + "debug": "2.6.9", + "isbinaryfile": "3.0.3", + "minimist": "1.2.8", + "plist": "3.1.0" + }, + "transitive_closure": { + "@xmldom/xmldom": [ + "0.8.10" + ], + "base64-js": [ + "1.5.1" + ], + "bluebird": [ + "3.7.2" + ], + "buffer-alloc": [ + "1.2.0" + ], + "buffer-alloc-unsafe": [ + "1.1.0" + ], + "buffer-fill": [ + "1.0.0" + ], + "compare-version": [ + "0.1.2" + ], + "debug": [ + "2.6.9" + ], + "electron-osx-sign": [ + "0.5.0" + ], + "isbinaryfile": [ + "3.0.3" + ], + "minimist": [ + "1.2.8" + ], + "ms": [ + "2.0.0" + ], + "plist": [ + "3.1.0" + ], + "xmlbuilder": [ + "15.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-s390x__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-s390x", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-s390x": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__char-regex__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "char-regex", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "char-regex": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ts-results__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ts-results", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "ts-results" + ] + }, + "deps": {}, + "transitive_closure": { + "ts-results": [ + "3.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fs-extra__11.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fs-extra", + "version": "11.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__deep-eql__4.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "deep-eql", + "version": "4.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==", + "url": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry-internal_replay-canvas__7.111.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry-internal/replay-canvas", + "version": "7.111.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3KPBIpiegTYmuVw9gA2aKuliAQONS3Ny1kJc9x5kz6XQGuLFxqlh6KzoCVaKfQJeq2WJqRNeR4KFFuNGuB3H8w==", + "url": "https://registry.npmjs.org/@sentry-internal/replay-canvas/-/replay-canvas-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esbuild-plugin-time__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esbuild-plugin-time", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "esbuild-plugin-time" + ] + }, + "deps": { + "chalk": "4.1.2" + }, + "transitive_closure": { + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "esbuild-plugin-time": [ + "1.0.0" + ], + "has-flag": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tiny-invariant__1.3.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tiny-invariant", + "version": "1.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "tiny-invariant" + ] + }, + "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", + "url": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-styles__6.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-styles", + "version": "6.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-styles": [ + "6.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-plain-object__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-plain-object", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "isobject": "3.0.1" + }, + "transitive_closure": { + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__temp-file__3.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "temp-file", + "version": "3.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C5tjlC/HCtVUOi3KWVokd4vHVViOmGjtLwIh4MuzPo/nMYTV/p1urt3RnMz2IWXDdKEGJH3k5+KPxtqRsUYGtg==", + "url": "https://registry.npmjs.org/temp-file/-/temp-file-3.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__diacritics__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "diacritics", + "version": "1.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "diacritics": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fs-extra__9.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fs-extra", + "version": "9.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "at-least-node": "1.0.0", + "graceful-fs": "4.2.11", + "jsonfile": "6.1.0", + "universalify": "2.0.1" + }, + "transitive_closure": { + "at-least-node": [ + "1.0.0" + ], + "fs-extra": [ + "9.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__whatwg-url__11.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "whatwg-url", + "version": "11.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-win32-x64-msvc__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-win32-x64-msvc", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-joEupPjYJ7PjZtDsS5lzALtlAudAbgIBMGJPNeFe5HfdmJXFd13ECmEM+5rXNxYVMRHua2w8132R6ab5Z6K9Ow==", + "url": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-object-rest-spread", + "version": "7.8.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_numberfield__3.9.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/numberfield", + "version": "3.9.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/number": "3.5.1", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/numberfield": "3.8.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@internationalized/number": [ + "3.5.1" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/numberfield": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/numberfield": [ + "3.8.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sade__1.8.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sade", + "version": "1.8.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "mri": "1.2.0" + }, + "transitive_closure": { + "mri": [ + "1.2.0" + ], + "sade": [ + "1.8.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_slider__3.5.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/slider", + "version": "3.5.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/slider": "3.7.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/slider": [ + "3.5.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/slider": [ + "3.7.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-schema-traverse__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-schema-traverse", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-schema-traverse": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_win32-arm64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/win32-arm64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==", + "url": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__istanbul-lib-source-maps__5.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "istanbul-lib-source-maps", + "version": "5.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wHOoEsNJTVltaJp8eVkm8w+GVkVNHT2YDYo53YdzQEL2gWm1hBX5cGFR9hQJtuGLebidVX7et3+dmDZrmclduw==", + "url": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dir-glob__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dir-glob", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "url": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__latest-version__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "latest-version", + "version": "5.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "package-json": "6.5.0" + }, + "transitive_closure": { + "@sindresorhus/is": [ + "0.14.0" + ], + "@szmarczak/http-timer": [ + "1.1.2" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "cacheable-request": [ + "6.1.0" + ], + "clone-response": [ + "1.0.3" + ], + "decompress-response": [ + "3.3.0" + ], + "deep-extend": [ + "0.6.0" + ], + "defer-to-connect": [ + "1.1.3" + ], + "duplexer3": [ + "0.1.5" + ], + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "4.1.0", + "5.2.0" + ], + "got": [ + "9.6.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "ini": [ + "1.3.8" + ], + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ], + "latest-version": [ + "5.1.0" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "minimist": [ + "1.2.8" + ], + "normalize-url": [ + "4.5.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "1.1.0" + ], + "package-json": [ + "6.5.0" + ], + "prepend-http": [ + "2.0.0" + ], + "pump": [ + "3.0.0" + ], + "rc": [ + "1.2.8" + ], + "registry-auth-token": [ + "4.2.2" + ], + "registry-url": [ + "5.1.0" + ], + "responselike": [ + "1.0.2" + ], + "semver": [ + "6.3.1" + ], + "strip-json-comments": [ + "2.0.1" + ], + "to-readable-stream": [ + "1.0.0" + ], + "undici-types": [ + "5.26.5" + ], + "url-parse-lax": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__combined-stream__1.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "combined-stream", + "version": "1.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "url": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-stable-stringify-without-jsonify__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-stable-stringify-without-jsonify", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__reflect.getprototypeof__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "reflect.getprototypeof", + "version": "1.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-errors": "1.3.0", + "get-intrinsic": "1.2.4", + "globalthis": "1.0.3", + "which-builtin-type": "1.1.3" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-async-function": [ + "2.0.0" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-map": [ + "2.0.3" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-set": [ + "2.0.3" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakmap": [ + "2.0.2" + ], + "is-weakref": [ + "1.0.2" + ], + "is-weakset": [ + "2.0.3" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "reflect.getprototypeof": [ + "1.0.6" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-builtin-type": [ + "1.1.3" + ], + "which-collection": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__compare-version__0.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "compare-version", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pJDh5/4wrEnXX/VWRZvruAGHkzKdr46z11OlTPN+VrATlWWhSKewNCJ1futCO5C7eJB3nPMFZA1LeYtcFboZ2A==", + "url": "https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__linkify-it__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "linkify-it", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", + "url": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tr46__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tr46", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "2.3.1" + }, + "transitive_closure": { + "punycode": [ + "2.3.1" + ], + "tr46": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__clone__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "clone", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "clone": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strict-event-emitter-types__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strict-event-emitter-types", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Nk/brWYpD85WlOgzw5h173aci0Teyv8YdIAEtV+N88nDB0dLlazZyJMIsN6eo1/AR61l+p6CJTG1JIyFaoNEEA==", + "url": "https://registry.npmjs.org/strict-event-emitter-types/-/strict-event-emitter-types-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__escalade__3.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "escalade", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "url": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__zen-observable-ts__0.8.19__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "zen-observable-ts", + "version": "0.8.19", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1", + "zen-observable": "0.8.15" + }, + "transitive_closure": { + "tslib": [ + "1.14.1" + ], + "zen-observable": [ + "0.8.15" + ], + "zen-observable-ts": [ + "0.8.19" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-time__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-time", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", + "url": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_fs-extra__9.0.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/fs-extra", + "version": "9.0.13", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/fs-extra": [ + "9.0.13" + ], + "@types/node": [ + "20.12.7" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ag-grid-community__30.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ag-grid-community", + "version": "30.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "ag-grid-community" + ] + }, + "integrity": "sha512-1slonXskJbbI9ybhTx//4YKfJpZVAEnHL8dui1rQJRSXKByUi+/f7XtvkLsbgBkawoWbqvRAySjYtvz80+kBfA==", + "url": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-30.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-cookie__2.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-cookie", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==", + "url": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__wcwidth__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "wcwidth", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "defaults": "1.0.4" + }, + "transitive_closure": { + "clone": [ + "1.0.4" + ], + "defaults": [ + "1.0.4" + ], + "wcwidth": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__punycode__2.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "punycode", + "version": "2.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "punycode": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_ampproject_remapping__2.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@ampproject/remapping", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "url": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_types__7.24.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/types", + "version": "7.24.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/helper-string-parser": "7.24.1", + "@babel/helper-validator-identifier": "7.22.20", + "to-fast-properties": "2.0.0" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-flag__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "has-flag", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "url": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_discordjs_formatters__0.3.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@discordjs/formatters", + "version": "0.3.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "discord-api-types": "0.37.61" + }, + "transitive_closure": { + "@discordjs/formatters": [ + "0.3.3" + ], + "discord-api-types": [ + "0.37.61" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-optional-chaining", + "version": "7.8.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-dynamic-import__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-dynamic-import", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_virtualizer__3.6.8__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/virtualizer", + "version": "3.6.8_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Pf06ihTwExRJltGhi72tmLIo0pcjkL55nu7ifMafAAdxZK4ONxRLSuUjjpvYf/0Rs92xRZy2t/XmHREnfirdkQ==", + "url": "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-3.6.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__levelup__4.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "levelup", + "version": "4.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "deferred-leveldown": "5.3.0", + "level-errors": "2.0.1", + "level-iterator-stream": "4.0.2", + "level-supports": "1.0.1", + "xtend": "4.0.2" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "deferred-leveldown": [ + "5.3.0" + ], + "errno": [ + "0.1.8" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "inherits": [ + "2.0.4" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-errors": [ + "2.0.1" + ], + "level-iterator-stream": [ + "4.0.2" + ], + "level-supports": [ + "1.0.1" + ], + "levelup": [ + "4.4.0" + ], + "prr": [ + "1.0.1" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tunnel-agent__0.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tunnel-agent", + "version": "0.6.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "safe-buffer": "5.2.1" + }, + "transitive_closure": { + "safe-buffer": [ + "5.2.1" + ], + "tunnel-agent": [ + "0.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-caller-file__2.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-caller-file", + "version": "2.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "url": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__webidl-conversions__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "webidl-conversions", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-compilation-targets__7.23.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-compilation-targets", + "version": "7.23.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", + "url": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__parse-bmfont-binary__1.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parse-bmfont-binary", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==", + "url": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_electron_get__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@electron/get", + "version": "2.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "global-agent": "3.0.0", + "debug": "4.3.4", + "env-paths": "2.2.1", + "fs-extra": "8.1.0", + "got": "11.8.6", + "progress": "2.0.3", + "semver": "6.3.1", + "sumchecker": "3.0.1" + }, + "transitive_closure": { + "@electron/get": [ + "2.0.3" + ], + "@sindresorhus/is": [ + "4.6.0" + ], + "@szmarczak/http-timer": [ + "4.0.6" + ], + "@types/cacheable-request": [ + "6.0.3" + ], + "@types/http-cache-semantics": [ + "4.0.4" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "boolean": [ + "3.2.0" + ], + "cacheable-lookup": [ + "5.0.4" + ], + "cacheable-request": [ + "7.0.4" + ], + "clone-response": [ + "1.0.3" + ], + "debug": [ + "4.3.4" + ], + "decompress-response": [ + "6.0.0" + ], + "defer-to-connect": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "detect-node": [ + "2.1.0" + ], + "end-of-stream": [ + "1.4.4" + ], + "env-paths": [ + "2.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es6-error": [ + "4.1.1" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "fs-extra": [ + "8.1.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "5.2.0" + ], + "global-agent": [ + "3.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "got": [ + "11.8.6" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "http2-wrapper": [ + "1.0.3" + ], + "json-buffer": [ + "3.0.1" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "jsonfile": [ + "4.0.0" + ], + "keyv": [ + "4.5.4" + ], + "lowercase-keys": [ + "2.0.0" + ], + "lru-cache": [ + "6.0.0" + ], + "matcher": [ + "3.0.0" + ], + "mimic-response": [ + "1.0.1", + "3.1.0" + ], + "ms": [ + "2.1.2" + ], + "normalize-url": [ + "6.1.0" + ], + "object-keys": [ + "1.1.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "2.1.1" + ], + "progress": [ + "2.0.3" + ], + "pump": [ + "3.0.0" + ], + "quick-lru": [ + "5.1.1" + ], + "resolve-alpn": [ + "1.2.1" + ], + "responselike": [ + "2.0.1" + ], + "roarr": [ + "2.15.4" + ], + "semver": [ + "6.3.1", + "7.6.0" + ], + "semver-compare": [ + "1.0.0" + ], + "serialize-error": [ + "7.0.1" + ], + "sprintf-js": [ + "1.1.3" + ], + "sumchecker": [ + "3.0.1" + ], + "type-fest": [ + "0.13.1" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "0.1.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_meter__3.4.11__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/meter", + "version": "3.4.11_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P1G3Jdh0f/uieUDqvc3Ee4wzqBJa7H077BVSC3KPRqEp6YY7JimZGWjOwbFlO2PXhryXm/dI8EzUmh+4ZXjq/g==", + "url": "https://registry.npmjs.org/@react-aria/meter/-/meter-3.4.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regexp.prototype.flags__1.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "regexp.prototype.flags", + "version": "1.5.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-errors": "1.3.0", + "set-function-name": "2.0.2" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__magic-string__0.25.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "magic-string", + "version": "0.25.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_jsdom__21.1.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/jsdom", + "version": "21.1.6", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/jsdom" + ] + }, + "deps": { + "@types/node": "20.12.7", + "@types/tough-cookie": "4.0.5", + "parse5": "7.1.2" + }, + "transitive_closure": { + "@types/jsdom": [ + "21.1.6" + ], + "@types/node": [ + "20.12.7" + ], + "@types/tough-cookie": [ + "4.0.5" + ], + "entities": [ + "4.5.0" + ], + "parse5": [ + "7.1.2" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__proto-list__1.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "proto-list", + "version": "1.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", + "url": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sql-formatter__13.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sql-formatter", + "version": "13.1.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "sql-formatter" + ] + }, + "deps": { + "argparse": "2.0.1", + "get-stdin": "8.0.0", + "nearley": "2.20.1" + }, + "transitive_closure": { + "argparse": [ + "2.0.1" + ], + "commander": [ + "2.20.3" + ], + "discontinuous-range": [ + "1.0.0" + ], + "get-stdin": [ + "8.0.0" + ], + "moo": [ + "0.5.2" + ], + "nearley": [ + "2.20.1" + ], + "railroad-diagrams": [ + "1.0.0" + ], + "randexp": [ + "0.4.6" + ], + "ret": [ + "0.1.15" + ], + "sql-formatter": [ + "13.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__serialize-error__7.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "serialize-error", + "version": "7.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "type-fest": "0.13.1" + }, + "transitive_closure": { + "serialize-error": [ + "7.0.1" + ], + "type-fest": [ + "0.13.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-class-properties__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-class-properties", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-class-features-plugin": "7.24.4_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pure-rand__6.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pure-rand", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", + "url": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tr46__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tr46", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "2.3.1" + }, + "transitive_closure": { + "punycode": [ + "2.3.1" + ], + "tr46": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__promise-retry__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "promise-retry", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "err-code": "2.0.3", + "retry": "0.12.0" + }, + "transitive_closure": { + "err-code": [ + "2.0.3" + ], + "promise-retry": [ + "2.0.1" + ], + "retry": [ + "0.12.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__data-view-byte-length__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "data-view-byte-length", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", + "url": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-arrayish__0.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-arrayish", + "version": "0.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-arrayish": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_verror__1.10.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/verror", + "version": "1.10.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l4MM0Jppn18hb9xmM6wwD1uTdShpf9Pn80aXTStnK1C94gtPvJcV2FrDmbOQUAQfJ1cKZHktkQUDwEqaAKXMMg==", + "url": "https://registry.npmjs.org/@types/verror/-/verror-1.10.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__duplexer3__0.1.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "duplexer3", + "version": "0.1.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "duplexer3": [ + "0.1.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__form-data__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "form-data", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "url": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array-buffer-byte-length__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "array-buffer-byte-length", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", + "url": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__to-readable-stream__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "to-readable-stream", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "url": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-async-generators", + "version": "7.8.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_radio__3.10.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/radio", + "version": "3.10.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CTUTR+qt3BLjmyQvKHZuVm+1kyvT72ZptOty++sowKXgJApTLdjq8so1IpaLAr8JIfzqD5I4tovsYwIQOX8log==", + "url": "https://registry.npmjs.org/@react-aria/radio/-/radio-3.10.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_slider__3.5.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/slider", + "version": "3.5.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ntH3NLRG+AwVC7q4Dx9DcmMkMh9vmHjHNXAgaoqNjhvwfSIae7sQ69CkVe6XeJjIBy6LlH81Kgapz+ABe5a1ZA==", + "url": "https://registry.npmjs.org/@react-stately/slider/-/slider-3.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-fns__0.0.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "color-fns", + "version": "0.0.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QFKowTE9CXCLp09Gz5cQo8VPUP55hf73iHEI52JC3NyKfMpQG2VoLWmTxYeTKH6ngkEnoMrCdEX//M6J4PVQBA==", + "url": "https://registry.npmjs.org/color-fns/-/color-fns-0.0.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pure-rand__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pure-rand", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pure-rand": [ + "6.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minimatch__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minimatch", + "version": "3.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "brace-expansion": "1.1.11" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "minimatch": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lodash.throttle__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lodash.throttle", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.throttle": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__histoire__0.17.17__956355448": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "histoire", + "version": "0.17.17_956355448", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "histoire" + ] + }, + "integrity": "sha512-DAwY4sgIoP7NGE5ldaws2d3RWz4OOQcwhS8elRMiA2euqzLvDU2IXm+ZjeDDFVtGkvmQNQyfZBDKLCLHfRkSUg==", + "url": "https://registry.npmjs.org/histoire/-/histoire-0.17.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-addon-api__1.7.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-addon-api", + "version": "1.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==", + "url": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_traverse__7.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/traverse", + "version": "7.24.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.24.2", + "@babel/generator": "7.24.4", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-function-name": "7.23.0", + "@babel/helper-hoist-variables": "7.22.5", + "@babel/helper-split-export-declaration": "7.22.6", + "@babel/parser": "7.24.4", + "@babel/types": "7.24.0", + "debug": "4.3.4", + "globals": "11.12.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "debug": [ + "4.3.4" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "ms": [ + "2.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_aix-ppc64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/aix-ppc64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_react__18.2.79__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/react", + "version": "18.2.79", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@types/react" + ] + }, + "deps": { + "@types/prop-types": "15.7.12", + "csstype": "3.1.3" + }, + "transitive_closure": { + "@types/prop-types": [ + "15.7.12" + ], + "@types/react": [ + "18.2.79" + ], + "csstype": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-tsconfig__4.7.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-tsconfig", + "version": "4.7.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==", + "url": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__postcss-js__4.0.1__postcss_8.4.38__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss-js", + "version": "4.0.1_postcss_8.4.38", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "camelcase-css": "2.0.1", + "postcss": "8.4.38" + }, + "transitive_closure": { + "camelcase-css": [ + "2.0.1" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "postcss-js": [ + "4.0.1_postcss_8.4.38" + ], + "source-map-js": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_darwin-x64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/darwin-x64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/darwin-x64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-clean__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-clean", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-tools": "12.3.6", + "chalk": "4.1.2", + "execa": "5.1.1" + }, + "transitive_closure": { + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "cross-spawn": [ + "7.0.3" + ], + "defaults": [ + "1.0.4" + ], + "execa": [ + "5.1.1" + ], + "find-up": [ + "5.0.0" + ], + "get-stream": [ + "6.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "is-interactive": [ + "1.0.0" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "isexe": [ + "2.0.0" + ], + "locate-path": [ + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "lru-cache": [ + "6.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mime": [ + "2.6.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "node-fetch": [ + "2.7.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "readable-stream": [ + "3.6.2" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "tr46": [ + "0.0.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__http-signature__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "http-signature", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", + "url": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__debug__4.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "debug", + "version": "4.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ms": "2.1.2" + }, + "transitive_closure": { + "debug": [ + "4.3.1" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mkdirp__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mkdirp", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mkdirp": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__decimal.js__10.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "decimal.js", + "version": "10.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "url": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__estree-walker__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "estree-walker", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__open__9.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "open", + "version": "9.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "default-browser": "4.0.0", + "define-lazy-prop": "3.0.0", + "is-inside-container": "1.0.0", + "is-wsl": "2.2.0" + }, + "transitive_closure": { + "big-integer": [ + "1.6.52" + ], + "bplist-parser": [ + "0.2.0" + ], + "bundle-name": [ + "3.0.0" + ], + "cross-spawn": [ + "7.0.3" + ], + "default-browser": [ + "4.0.0" + ], + "default-browser-id": [ + "3.0.0" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "execa": [ + "5.1.1", + "7.2.0" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0", + "4.3.1" + ], + "is-docker": [ + "2.2.1", + "3.0.0" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-stream": [ + "2.0.1", + "3.0.0" + ], + "is-wsl": [ + "2.2.0" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0", + "4.0.0" + ], + "npm-run-path": [ + "4.0.1", + "5.3.0" + ], + "onetime": [ + "5.1.2", + "6.0.0" + ], + "open": [ + "9.1.0" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "run-applescript": [ + "5.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0", + "3.0.0" + ], + "titleize": [ + "3.0.0" + ], + "untildify": [ + "4.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sapphire_snowflake__3.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sapphire/snowflake", + "version": "3.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BxcYGzgEsdlG0dKAyOm0ehLGm2CafIrfQTZGWgkfKYbj+pNNsorZ7EotuZukc2MT70E0UbppVbtpBrqpzVzjNA==", + "url": "https://registry.npmjs.org/@sapphire/snowflake/-/snowflake-3.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__iconv-corefoundation__1.1.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "iconv-corefoundation", + "version": "1.1.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cli-truncate": "2.1.0", + "node-addon-api": "1.7.2" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "astral-regex": [ + "2.0.0" + ], + "cli-truncate": [ + "2.1.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "iconv-corefoundation": [ + "1.1.7" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "node-addon-api": [ + "1.7.2" + ], + "slice-ansi": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vueuse_core__10.9.0__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vueuse/core", + "version": "10.9.0_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@vueuse/core" + ] + }, + "integrity": "sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==", + "url": "https://registry.npmjs.org/@vueuse/core/-/core-10.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bcrypt-pbkdf__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bcrypt-pbkdf", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", + "url": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minipass__3.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minipass", + "version": "3.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "url": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sharp__0.31.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sharp", + "version": "0.31.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "sharp" + ], + "app/ide-desktop/lib/icons": [ + "sharp" + ] + }, + "integrity": "sha512-XcR4+FCLBFKw1bdB+GEhnUNXNXvnt0tDo4WsBsraKymuo/IAuPuCBVAL2wIkUw2r/dwFW5Q5+g66Kwl2dgDFVg==", + "url": "https://registry.npmjs.org/sharp/-/sharp-0.31.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tslib__2.6.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tslib", + "version": "2.6.2", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "tslib" + ] + }, + "deps": {}, + "transitive_closure": { + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-native-url-polyfill__1.3.0__react-native_0.73.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-native-url-polyfill", + "version": "1.3.0_react-native_0.73.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w9JfSkvpqqlix9UjDvJjm1EjSt652zVQ6iwCIj1cVVkwXf4jQhQgTNXY6EVTwuAmUjg6BC6k9RHCBynoLFo3IQ==", + "url": "https://registry.npmjs.org/react-native-url-polyfill/-/react-native-url-polyfill-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_utils__3.9.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/utils", + "version": "3.9.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yzw75GE0iUWiyps02BOAPTrybcsMIxEJlzXqtvllAb01O9uX5n0i3X+u2eCpj2UoDF4zS08Ps0jPgWxg8xEYtA==", + "url": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.9.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-stately__3.30.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-stately", + "version": "3.30.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-stately" + ] + }, + "deps": { + "@react-stately/calendar": "3.4.4_react_18.2.0", + "@react-stately/checkbox": "3.6.3_react_18.2.0", + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/combobox": "3.8.2_react_18.2.0", + "@react-stately/data": "3.11.2_react_18.2.0", + "@react-stately/datepicker": "3.9.2_react_18.2.0", + "@react-stately/dnd": "3.2.8_react_18.2.0", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/list": "3.10.3_react_18.2.0", + "@react-stately/menu": "3.6.1_react_18.2.0", + "@react-stately/numberfield": "3.9.1_react_18.2.0", + "@react-stately/overlays": "3.6.5_react_18.2.0", + "@react-stately/radio": "3.10.2_react_18.2.0", + "@react-stately/searchfield": "3.5.1_react_18.2.0", + "@react-stately/select": "3.6.2_react_18.2.0", + "@react-stately/selection": "3.14.3_react_18.2.0", + "@react-stately/slider": "3.5.2_react_18.2.0", + "@react-stately/table": "3.11.6_react_18.2.0", + "@react-stately/tabs": "3.6.4_react_18.2.0", + "@react-stately/toggle": "3.7.2_react_18.2.0", + "@react-stately/tooltip": "3.4.7_react_18.2.0", + "@react-stately/tree": "3.7.6_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-stately/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-stately/checkbox": [ + "3.6.3_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/combobox": [ + "3.8.2_react_18.2.0" + ], + "@react-stately/data": [ + "3.11.2_react_18.2.0" + ], + "@react-stately/datepicker": [ + "3.9.2_react_18.2.0" + ], + "@react-stately/dnd": [ + "3.2.8_react_18.2.0" + ], + "@react-stately/flags": [ + "3.0.1" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/menu": [ + "3.6.1_react_18.2.0" + ], + "@react-stately/numberfield": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/radio": [ + "3.10.2_react_18.2.0" + ], + "@react-stately/searchfield": [ + "3.5.1_react_18.2.0" + ], + "@react-stately/select": [ + "3.6.2_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/slider": [ + "3.5.2_react_18.2.0" + ], + "@react-stately/table": [ + "3.11.6_react_18.2.0" + ], + "@react-stately/tabs": [ + "3.6.4_react_18.2.0" + ], + "@react-stately/toggle": [ + "3.7.2_react_18.2.0" + ], + "@react-stately/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@react-stately/tree": [ + "3.7.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/combobox": [ + "3.10.1_react_18.2.0" + ], + "@react-types/datepicker": [ + "3.7.2_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/menu": [ + "3.9.7_react_18.2.0" + ], + "@react-types/numberfield": [ + "3.8.1_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/radio": [ + "3.7.1_react_18.2.0" + ], + "@react-types/searchfield": [ + "3.5.3_react_18.2.0" + ], + "@react-types/select": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/slider": [ + "3.7.1_react_18.2.0" + ], + "@react-types/table": [ + "3.9.3_react_18.2.0" + ], + "@react-types/tabs": [ + "3.3.5_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "@react-types/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@swc/helpers": [ + "0.4.14", + "0.4.36", + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-stately": [ + "3.30.1_react_18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__call-me-maybe__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "call-me-maybe", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "call-me-maybe": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__whatwg-fetch__3.6.20": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "whatwg-fetch", + "version": "3.6.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", + "url": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__optionator__0.9.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "optionator", + "version": "0.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "url": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__aws-sign2__0.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "aws-sign2", + "version": "0.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "aws-sign2": [ + "0.7.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__commander__7.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "commander", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "url": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-glob__4.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-glob", + "version": "4.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-extglob": "2.1.1" + }, + "transitive_closure": { + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_form__3.7.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/form", + "version": "3.7.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/form": [ + "3.7.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_eslint_eslintrc__2.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@eslint/eslintrc", + "version": "2.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__base64-js__1.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "base64-js", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "url": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_nodelib_fs.scandir__2.1.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@nodelib/fs.scandir", + "version": "2.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "url": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typescript__5.4.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "typescript", + "version": "5.4.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/ts-plugin-namespace-auto-import": [ + "typescript" + ] + }, + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "url": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-typeof-symbol__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-typeof-symbol", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cli-cursor__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cli-cursor", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "url": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vary__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vary", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "url": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sumchecker__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sumchecker", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==", + "url": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_url-parser__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/url-parser", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/querystring-parser": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/querystring-parser": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/url-parser": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__roarr__2.15.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "roarr", + "version": "2.15.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", + "url": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_pkgr_core__0.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@pkgr/core", + "version": "0.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", + "url": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-unicode-regex__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-unicode-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object.values__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object.values", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-object-atoms": "1.0.0" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.values": [ + "1.2.0" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__type-fest__0.7.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "type-fest", + "version": "0.7.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-fest": [ + "0.7.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_textfield__3.14.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/textfield", + "version": "3.14.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/form": "3.0.3_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/textfield": "3.9.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/textfield": [ + "3.14.3_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_geojson__7946.0.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/geojson", + "version": "7946.0.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==", + "url": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isomorphic-ws__5.0.0__ws_8.16.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isomorphic-ws", + "version": "5.0.0_ws_8.16.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "isomorphic-ws" + ] + }, + "deps": { + "ws": "8.16.0" + }, + "transitive_closure": { + "isomorphic-ws": [ + "5.0.0_ws_8.16.0" + ], + "ws": [ + "8.16.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_yargs__15.0.19": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/yargs", + "version": "15.0.19", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==", + "url": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.19.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_scope-manager__6.21.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/scope-manager", + "version": "6.21.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0" + }, + "transitive_closure": { + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bowser__2.11.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bowser", + "version": "2.11.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bowser": [ + "2.11.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_template__7.24.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/template", + "version": "7.24.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", + "url": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esbuild-plugin-yaml__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esbuild-plugin-yaml", + "version": "0.0.1", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "esbuild-plugin-yaml" + ] + }, + "deps": { + "fs-extra": "9.1.0", + "js-yaml": "4.1.0" + }, + "transitive_closure": { + "argparse": [ + "2.0.1" + ], + "at-least-node": [ + "1.0.0" + ], + "esbuild-plugin-yaml": [ + "0.0.1" + ], + "fs-extra": [ + "9.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "js-yaml": [ + "4.1.0" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-user-agent__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/middleware-user-agent", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/protocol-http": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/middleware-user-agent": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__destroy__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "destroy", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "url": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__define-properties__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "define-properties", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-data-property": "1.1.4", + "has-property-descriptors": "1.0.2", + "object-keys": "1.1.1" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-keys": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fs.realpath__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fs.realpath", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fs.realpath": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-bigints__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "has-bigints", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "url": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-bom-string__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-bom-string", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", + "url": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-logical-assignment-operators", + "version": "7.10.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_floating-ui_core__1.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@floating-ui/core", + "version": "1.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@floating-ui/utils": "0.2.1" + }, + "transitive_closure": { + "@floating-ui/core": [ + "1.6.0" + ], + "@floating-ui/utils": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_tooltip__3.7.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/tooltip", + "version": "3.7.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/tooltip": "3.4.7_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/tooltip": "3.4.7_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/tooltip": [ + "3.7.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__camelcase__6.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "camelcase", + "version": "6.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "url": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esbuild-plugin-yaml__0.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esbuild-plugin-yaml", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "esbuild-plugin-yaml" + ] + }, + "integrity": "sha512-s3jqOeeCd+dUuUsuBqLRgN2SeQjPF2ppIglvV3B//txgQpTDThGvxu6sqiOUOJ0NOzegitmpWCXoCONdRbUS7w==", + "url": "https://registry.npmjs.org/esbuild-plugin-yaml/-/esbuild-plugin-yaml-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_plist__3.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/plist", + "version": "3.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7", + "xmlbuilder": "15.1.1" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/plist": [ + "3.0.5" + ], + "undici-types": [ + "5.26.5" + ], + "xmlbuilder": [ + "15.1.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__magic-string__0.30.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "magic-string", + "version": "0.30.10", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "magic-string" + ] + }, + "deps": { + "@jridgewell/sourcemap-codec": "1.4.15" + }, + "transitive_closure": { + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "magic-string": [ + "0.30.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string.prototype.padend__3.1.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string.prototype.padend", + "version": "3.1.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-object-atoms": "1.0.0" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.padend": [ + "3.1.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fb-watchman__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fb-watchman", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "url": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__kleur__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "kleur", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "url": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vue-react-wrapper__0.3.1__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vue-react-wrapper", + "version": "0.3.1_vue_3.4.23", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "vue-react-wrapper" + ] + }, + "deps": { + "@types/prop-types": "15.7.12", + "@types/react": "18.2.79", + "@types/react-dom": "18.0.3", + "@types/scheduler": "0.23.0", + "csstype": "3.1.3", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0", + "vue": "3.4.23_typescript_5.2.2" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@types/prop-types": [ + "15.7.12" + ], + "@types/react": [ + "18.2.79" + ], + "@types/react-dom": [ + "18.0.3" + ], + "@types/scheduler": [ + "0.23.0" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-react-wrapper": [ + "0.3.1_vue_3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_button__3.9.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/button", + "version": "3.9.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/toggle": "3.7.2_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/button": [ + "3.9.3_react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/toggle": [ + "3.7.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-finalizationregistry__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-finalizationregistry", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__content-type__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "content-type", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "url": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-format__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-format", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", + "url": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__murmurhash__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "murmurhash", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "murmurhash" + ] + }, + "deps": {}, + "transitive_closure": { + "murmurhash": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-utf8-browser__3.259.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-utf8-browser", + "version": "3.259.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", + "url": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_floating-ui_dom__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@floating-ui/dom", + "version": "1.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@floating-ui/core": "1.6.0" + }, + "transitive_closure": { + "@floating-ui/core": [ + "1.6.0" + ], + "@floating-ui/dom": [ + "1.1.1" + ], + "@floating-ui/utils": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__argparse__1.0.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "argparse", + "version": "1.0.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "url": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__aws4__1.12.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "aws4", + "version": "1.12.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "aws4": [ + "1.12.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__picomatch__2.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "picomatch", + "version": "2.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "url": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_win32-ia32__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/win32-ia32", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", + "url": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry_react__7.111.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry/react", + "version": "7.111.0_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@sentry/react" + ] + }, + "deps": { + "@sentry/browser": "7.111.0", + "@sentry/core": "7.111.0", + "@sentry/types": "7.111.0", + "@sentry/utils": "7.111.0", + "hoist-non-react-statics": "3.3.2", + "react": "18.2.0" + }, + "transitive_closure": { + "@sentry-internal/feedback": [ + "7.111.0" + ], + "@sentry-internal/replay-canvas": [ + "7.111.0" + ], + "@sentry-internal/tracing": [ + "7.111.0" + ], + "@sentry/browser": [ + "7.111.0" + ], + "@sentry/core": [ + "7.111.0" + ], + "@sentry/react": [ + "7.111.0_react_18.2.0" + ], + "@sentry/replay": [ + "7.111.0" + ], + "@sentry/types": [ + "7.111.0" + ], + "@sentry/utils": [ + "7.111.0" + ], + "hoist-non-react-statics": [ + "3.3.2" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-is": [ + "16.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hermes-parser__0.15.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hermes-parser", + "version": "0.15.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Q1uks5rjZlE9RjMMjSUCkGrEIPI5pKJILeCtK1VmTj7U4pf3wVPoo+cxfu+s4cBAPy2JzikIIdCZgBoR6x7U1Q==", + "url": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.15.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__hermes-parser__0.15.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hermes-parser", + "version": "0.15.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "hermes-estree": "0.15.0" + }, + "transitive_closure": { + "hermes-estree": [ + "0.15.0" + ], + "hermes-parser": [ + "0.15.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-regenerator__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-regenerator", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rimraf__2.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rimraf", + "version": "2.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "url": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_ecma402-abstract__1.18.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@formatjs/ecma402-abstract", + "version": "1.18.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==", + "url": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.18.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_freebsd-x64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/freebsd-x64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", + "url": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-selection__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-selection", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-selection": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__picocolors__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "picocolors", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "url": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jest_fake-timers__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jest/fake-timers", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", + "url": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_open-rpc_meta-schema__1.14.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@open-rpc/meta-schema", + "version": "1.14.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@open-rpc/meta-schema": [ + "1.14.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__statuses__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "statuses", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "statuses": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tinypool__0.8.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tinypool", + "version": "0.8.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==", + "url": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ag-grid-community__30.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ag-grid-community", + "version": "30.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "ag-grid-community" + ] + }, + "deps": {}, + "transitive_closure": { + "ag-grid-community": [ + "30.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chromium-edge-launcher__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chromium-edge-launcher", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pgtgjNKZ7i5U++1g1PWv75umkHvhVTDOQIZ+sjeUX9483S7Y6MUvO0lrd7ShGlQlFHMN4SwKTCq/X8hWrbv2KA==", + "url": "https://registry.npmjs.org/chromium-edge-launcher/-/chromium-edge-launcher-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_ag-grid-community_core__30.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@ag-grid-community/core", + "version": "30.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-community/core" + ] + }, + "deps": {}, + "transitive_closure": { + "@ag-grid-community/core": [ + "30.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unfetch__4.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unfetch", + "version": "4.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==", + "url": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vue-template-compiler__2.7.16__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vue-template-compiler", + "version": "2.7.16", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "de-indent": "1.0.2", + "he": "1.2.0" + }, + "transitive_closure": { + "de-indent": [ + "1.0.2" + ], + "he": [ + "1.2.0" + ], + "vue-template-compiler": [ + "2.7.16" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dot-prop__5.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dot-prop", + "version": "5.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "is-obj": "2.0.0" + }, + "transitive_closure": { + "dot-prop": [ + "5.3.0" + ], + "is-obj": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_react-dom__18.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/react-dom", + "version": "18.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1RRW9kst+67gveJRYPxGmVy8eVJ05O43hg77G2j5m76/RFJtMbcfAs2viQ2UNsvvDg8F7OfQZx8qQcl6ymygaQ==", + "url": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__err-code__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "err-code", + "version": "2.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "err-code": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__brace-expansion__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "brace-expansion", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "balanced-match": "1.0.2" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-proto__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "has-proto", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-proto": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_fs-extra__9.0.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/fs-extra", + "version": "9.0.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==", + "url": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dot-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dot-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "url": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__shebang-command__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "shebang-command", + "version": "1.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "shebang-regex": "1.0.0" + }, + "transitive_closure": { + "shebang-command": [ + "1.2.0" + ], + "shebang-regex": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__shebang-command__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "shebang-command", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "shebang-regex": "3.0.0" + }, + "transitive_closure": { + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bytes__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bytes", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bytes": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__promise-retry__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "promise-retry", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "url": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-linux-arm-gnueabihf__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-linux-arm-gnueabihf", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NLQLnBQW/0sSg74qLNI8F8QKQXkNg4/ukSTa+XhtkO7v3BnK19TS1MfCbDHt+TTdSgNEBv0tubRuapcKho2EWw==", + "url": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron-builder__22.14.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "electron-builder", + "version": "22.14.13", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "electron-builder" + ] + }, + "deps": { + "@types/yargs": "17.0.32", + "app-builder-lib": "22.14.13", + "builder-util": "22.14.13", + "builder-util-runtime": "8.9.2", + "chalk": "4.1.2", + "dmg-builder": "22.14.13", + "fs-extra": "10.1.0", + "is-ci": "3.0.1", + "lazy-val": "1.0.5", + "read-config-file": "6.2.0", + "update-notifier": "5.1.0", + "yargs": "17.6.2" + }, + "transitive_closure": { + "7zip-bin": [ + "5.1.1" + ], + "@develar/schema-utils": [ + "2.6.5" + ], + "@electron/universal": [ + "1.0.5" + ], + "@malept/cross-spawn-promise": [ + "1.1.1" + ], + "@malept/flatpak-bundler": [ + "0.4.0" + ], + "@sindresorhus/is": [ + "0.14.0" + ], + "@szmarczak/http-timer": [ + "1.1.2" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/debug": [ + "4.1.12" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/glob": [ + "7.2.0" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/minimatch": [ + "5.1.2" + ], + "@types/ms": [ + "0.7.34" + ], + "@types/node": [ + "20.12.7" + ], + "@types/plist": [ + "3.0.5" + ], + "@types/responselike": [ + "1.0.3" + ], + "@types/verror": [ + "1.10.10" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "@xmldom/xmldom": [ + "0.8.10" + ], + "agent-base": [ + "6.0.2" + ], + "ajv": [ + "6.12.6" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6" + ], + "ansi-align": [ + "3.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "app-builder-bin": [ + "3.7.1" + ], + "app-builder-lib": [ + "22.14.13" + ], + "argparse": [ + "2.0.1" + ], + "asar": [ + "3.2.0" + ], + "assert-plus": [ + "1.0.0" + ], + "astral-regex": [ + "2.0.0" + ], + "async": [ + "3.2.5" + ], + "async-exit-hook": [ + "2.0.1" + ], + "asynckit": [ + "0.4.0" + ], + "at-least-node": [ + "1.0.0" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bluebird": [ + "3.7.2" + ], + "bluebird-lst": [ + "1.0.9" + ], + "boxen": [ + "5.1.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-alloc": [ + "1.2.0" + ], + "buffer-alloc-unsafe": [ + "1.1.0" + ], + "buffer-equal": [ + "1.0.0" + ], + "buffer-fill": [ + "1.0.0" + ], + "buffer-from": [ + "1.1.2" + ], + "builder-util": [ + "22.14.13" + ], + "builder-util-runtime": [ + "8.9.2" + ], + "cacheable-request": [ + "6.1.0" + ], + "camelcase": [ + "6.3.0" + ], + "chalk": [ + "4.1.2" + ], + "chromium-pickle-js": [ + "0.2.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-boxes": [ + "2.2.1" + ], + "cli-truncate": [ + "2.1.0" + ], + "cliui": [ + "8.0.1" + ], + "clone-response": [ + "1.0.3" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colors": [ + "1.0.3" + ], + "combined-stream": [ + "1.0.8" + ], + "commander": [ + "2.9.0", + "5.1.0" + ], + "compare-version": [ + "0.1.2" + ], + "concat-map": [ + "0.0.1" + ], + "configstore": [ + "5.0.1" + ], + "core-util-is": [ + "1.0.2" + ], + "crc": [ + "3.8.0" + ], + "cross-spawn": [ + "7.0.3" + ], + "crypto-random-string": [ + "2.0.0" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decompress-response": [ + "3.3.0" + ], + "deep-extend": [ + "0.6.0" + ], + "defer-to-connect": [ + "1.1.3" + ], + "delayed-stream": [ + "1.0.0" + ], + "dir-compare": [ + "2.4.0" + ], + "dmg-builder": [ + "22.14.13" + ], + "dmg-license": [ + "1.0.11" + ], + "dot-prop": [ + "5.3.0" + ], + "dotenv": [ + "9.0.2" + ], + "dotenv-expand": [ + "5.1.0" + ], + "duplexer3": [ + "0.1.5" + ], + "ejs": [ + "3.1.10" + ], + "electron-builder": [ + "22.14.13" + ], + "electron-osx-sign": [ + "0.5.0" + ], + "electron-publish": [ + "22.14.13" + ], + "emoji-regex": [ + "8.0.0" + ], + "end-of-stream": [ + "1.4.4" + ], + "escalade": [ + "3.1.2" + ], + "escape-goat": [ + "2.1.1" + ], + "extsprintf": [ + "1.4.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "filelist": [ + "1.0.4" + ], + "form-data": [ + "4.0.0" + ], + "fs-extra": [ + "10.1.0", + "9.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "4.1.0", + "5.2.0" + ], + "glob": [ + "7.2.3" + ], + "global-dirs": [ + "3.0.1" + ], + "got": [ + "9.6.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "graceful-readlink": [ + "1.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-yarn": [ + "2.1.0" + ], + "hosted-git-info": [ + "4.1.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "iconv-corefoundation": [ + "1.1.7" + ], + "iconv-lite": [ + "0.6.3" + ], + "ieee754": [ + "1.2.1" + ], + "import-lazy": [ + "2.1.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "ini": [ + "1.3.8", + "2.0.0" + ], + "is-ci": [ + "2.0.0", + "3.0.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-installed-globally": [ + "0.4.0" + ], + "is-npm": [ + "5.0.0" + ], + "is-obj": [ + "2.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "is-typedarray": [ + "1.0.0" + ], + "is-yarn-global": [ + "0.3.0" + ], + "isbinaryfile": [ + "3.0.3", + "4.0.10" + ], + "isexe": [ + "2.0.0" + ], + "jake": [ + "10.8.7" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "6.1.0" + ], + "keyv": [ + "3.1.0" + ], + "latest-version": [ + "5.1.0" + ], + "lazy-val": [ + "1.0.5" + ], + "lodash": [ + "4.17.21" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "lru-cache": [ + "6.0.0" + ], + "make-dir": [ + "3.1.0" + ], + "mime": [ + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-response": [ + "1.0.1" + ], + "minimatch": [ + "3.0.4", + "3.1.2", + "5.1.6" + ], + "minimist": [ + "1.2.8" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "node-addon-api": [ + "1.7.2" + ], + "normalize-url": [ + "4.5.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "1.1.0" + ], + "package-json": [ + "6.5.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "plist": [ + "3.1.0" + ], + "prepend-http": [ + "2.0.0" + ], + "pump": [ + "3.0.0" + ], + "punycode": [ + "2.3.1" + ], + "pupa": [ + "2.1.1" + ], + "rc": [ + "1.2.8" + ], + "read-config-file": [ + "6.2.0" + ], + "registry-auth-token": [ + "4.2.2" + ], + "registry-url": [ + "5.1.0" + ], + "require-directory": [ + "2.1.1" + ], + "responselike": [ + "1.0.2" + ], + "safer-buffer": [ + "2.1.2" + ], + "sanitize-filename": [ + "1.6.3" + ], + "sax": [ + "1.3.0" + ], + "semver": [ + "6.3.1", + "7.6.0" + ], + "semver-diff": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "slice-ansi": [ + "3.0.0" + ], + "smart-buffer": [ + "4.2.0" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "stat-mode": [ + "1.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "2.0.1" + ], + "supports-color": [ + "7.2.0" + ], + "temp-file": [ + "3.4.0" + ], + "tmp": [ + "0.2.3" + ], + "tmp-promise": [ + "3.0.3" + ], + "to-readable-stream": [ + "1.0.0" + ], + "truncate-utf8-bytes": [ + "1.0.2" + ], + "type-fest": [ + "0.20.2" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "undici-types": [ + "5.26.5" + ], + "unique-string": [ + "2.0.0" + ], + "universalify": [ + "2.0.1" + ], + "update-notifier": [ + "5.1.0" + ], + "uri-js": [ + "4.4.1" + ], + "url-parse-lax": [ + "3.0.0" + ], + "utf8-byte-length": [ + "1.0.4" + ], + "verror": [ + "1.10.1" + ], + "which": [ + "2.0.2" + ], + "widest-line": [ + "3.1.0" + ], + "wrap-ansi": [ + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "3.0.3" + ], + "xdg-basedir": [ + "4.0.0" + ], + "xmlbuilder": [ + "15.1.1" + ], + "y18n": [ + "5.0.8" + ], + "yallist": [ + "4.0.0" + ], + "yargs": [ + "17.6.2" + ], + "yargs-parser": [ + "21.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__human-signals__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "human-signals", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "human-signals": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stacktrace-parser__0.1.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "stacktrace-parser", + "version": "0.1.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-fest": "0.7.1" + }, + "transitive_closure": { + "stacktrace-parser": [ + "0.1.10" + ], + "type-fest": [ + "0.7.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__function-bind__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "function-bind", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_antfu_utils__0.7.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@antfu/utils", + "version": "0.7.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@antfu/utils": [ + "0.7.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__universalify__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "universalify", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "url": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prettier-plugin-organize-imports__3.2.4__866193231": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prettier-plugin-organize-imports", + "version": "3.2.4_866193231", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "prettier-plugin-organize-imports" + ] + }, + "integrity": "sha512-6m8WBhIp0dfwu0SkgfOxJqh+HpdyfqSSLfKKRZSFbDuEQXDDndb8fTpRWkUrX/uBenkex3MgnVk0J3b3Y5byog==", + "url": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__validate-npm-package-license__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "validate-npm-package-license", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "url": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__detect-libc__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "detect-libc", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "url": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__y-protocols__1.0.6__yjs_13.6.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "y-protocols", + "version": "1.0.6_yjs_13.6.14", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "y-protocols" + ] + }, + "deps": { + "lib0": "0.2.93", + "yjs": "13.6.14" + }, + "transitive_closure": { + "isomorphic.js": [ + "0.2.5" + ], + "lib0": [ + "0.2.93" + ], + "y-protocols": [ + "1.0.6_yjs_13.6.14" + ], + "yjs": [ + "13.6.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_dev-middleware__0.73.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/dev-middleware", + "version": "0.73.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oph4NamCIxkMfUL/fYtSsE+JbGOnrlawfQ0kKtDQ5xbOjPKotKoXqrs1eGwozNKv7FfQ393stk1by9a6DyASSg==", + "url": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.73.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__load-bmfont__1.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "load-bmfont", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==", + "url": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_button__3.9.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/button", + "version": "3.9.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__regenerator-runtime__0.14.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "regenerator-runtime", + "version": "0.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__punycode__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "punycode", + "version": "1.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "punycode": [ + "1.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-crypto_supports-web-crypto__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-crypto/supports-web-crypto", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IHLfv+WmVH89EW4n6a5eE8/hUlz6qkWGMn/v4r5ZgzcXdTC5nolii2z3k46y01hWRiC2PPhOdeSLzMUCUMco7g==", + "url": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cli-cursor__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cli-cursor", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "restore-cursor": "3.1.0" + }, + "transitive_closure": { + "cli-cursor": [ + "3.1.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "onetime": [ + "5.1.2" + ], + "restore-cursor": [ + "3.1.0" + ], + "signal-exit": [ + "3.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "lightningcss" + ] + }, + "integrity": "sha512-kUpHOLiH5GB0ERSv4pxqlL0RYKnOXtgGtVe7shDGfhS0AZ4D1ouKFYAcLcZhql8aMspDNzaUCumGHZ78tb2fTg==", + "url": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-time__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-time", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw==", + "url": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lowercase-keys__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lowercase-keys", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "url": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_middleware-host-header__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/middleware-host-header", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/protocol-http": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/middleware-host-header": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__caseless__0.12.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "caseless", + "version": "0.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", + "url": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_mdurl__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/mdurl", + "version": "1.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/mdurl": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ora__5.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ora", + "version": "5.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "bl": "4.1.0", + "chalk": "4.1.2", + "cli-cursor": "3.1.0", + "cli-spinners": "2.9.2", + "is-interactive": "1.0.0", + "is-unicode-supported": "0.1.0", + "log-symbols": "4.1.0", + "strip-ansi": "6.0.1", + "wcwidth": "1.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "defaults": [ + "1.0.4" + ], + "has-flag": [ + "4.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "is-interactive": [ + "1.0.0" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "log-symbols": [ + "4.1.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "onetime": [ + "5.1.2" + ], + "ora": [ + "5.4.1" + ], + "readable-stream": [ + "3.6.2" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "signal-exit": [ + "3.0.7" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "supports-color": [ + "7.2.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "wcwidth": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__wrap-ansi__8.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "wrap-ansi", + "version": "8.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_yargs__15.0.19__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/yargs", + "version": "15.0.19", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/yargs-parser": "21.0.3" + }, + "transitive_closure": { + "@types/yargs": [ + "15.0.19" + ], + "@types/yargs-parser": [ + "21.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__data-urls__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "data-urls", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "abab": "2.0.6", + "whatwg-mimetype": "3.0.0", + "whatwg-url": "11.0.0" + }, + "transitive_closure": { + "abab": [ + "2.0.6" + ], + "data-urls": [ + "3.0.2" + ], + "punycode": [ + "2.3.1" + ], + "tr46": [ + "3.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "11.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__prompts__2.4.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prompts", + "version": "2.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "kleur": "3.0.3", + "sisteransi": "1.0.5" + }, + "transitive_closure": { + "kleur": [ + "3.0.3" + ], + "prompts": [ + "2.4.2" + ], + "sisteransi": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__plist__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "plist", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==", + "url": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__es-shim-unscopables__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es-shim-unscopables", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", + "url": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__har-schema__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "har-schema", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "har-schema": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minimist__0.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minimist", + "version": "0.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==", + "url": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mri__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mri", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", + "url": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_babel-preset__0.73.21__-2110264980": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/babel-preset", + "version": "0.73.21_-2110264980", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WlFttNnySKQMeujN09fRmrdWqh46QyJluM5jdtDNrkl/2Hx6N4XeDUGhABvConeK95OidVO7sFFf7sNebVXogA==", + "url": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.73.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-locate-window__3.535.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-locate-window", + "version": "3.535.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PHJ3SL6d2jpcgbqdgiPxkXpu7Drc2PYViwxSIqvvMKhDwzSB1W3mMvtpzwKM4IE7zLFodZo0GKjJ9AsoXndXhA==", + "url": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.535.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-path-cwd__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-path-cwd", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "url": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-function-name__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-function-name", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__codemirror__6.0.1__at_lezer_common_1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "codemirror", + "version": "6.0.1_at_lezer_common_1.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "codemirror" + ] + }, + "deps": { + "@codemirror/autocomplete": "6.16.0_1625125607", + "@codemirror/commands": "6.4.0", + "@codemirror/language": "6.10.1", + "@codemirror/lint": "6.5.0", + "@codemirror/search": "6.5.6", + "@codemirror/state": "6.4.1", + "@codemirror/view": "6.26.3" + }, + "transitive_closure": { + "@codemirror/autocomplete": [ + "6.16.0_1625125607" + ], + "@codemirror/commands": [ + "6.4.0" + ], + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/lint": [ + "6.5.0" + ], + "@codemirror/search": [ + "6.5.6" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/lr": [ + "1.4.0" + ], + "codemirror": [ + "6.0.1_at_lezer_common_1.2.1" + ], + "crelt": [ + "1.0.6" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__builder-util-runtime__8.9.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "builder-util-runtime", + "version": "8.9.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4", + "sax": "1.3.0" + }, + "transitive_closure": { + "builder-util-runtime": [ + "8.9.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "sax": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__define-lazy-prop__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "define-lazy-prop", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "url": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_cacheable-request__6.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/cacheable-request", + "version": "6.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==", + "url": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-ansi__5.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-ansi", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__create-servers__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "create-servers", + "version": "3.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "create-servers" + ] + }, + "deps": { + "connected": "0.0.2", + "errs": "0.3.2", + "object-assign": "4.1.1" + }, + "transitive_closure": { + "connected": [ + "0.0.2" + ], + "create-servers": [ + "3.2.0" + ], + "errs": [ + "0.3.2" + ], + "object-assign": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hash-sum__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hash-sum", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "hash-sum" + ] + }, + "deps": {}, + "transitive_closure": { + "hash-sum": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-darwin-arm64__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-darwin-arm64", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Od4vE6f6CTT53yM1jgcLqNfItTsLt5zE46fdPaEmeFHvPs5SjZYlLpHrSiHEKR1+HdRfxuzXHjDOIxQyC3ptBA==", + "url": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-array-buffer__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-array-buffer", + "version": "3.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "get-intrinsic": "1.2.4" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "is-array-buffer": [ + "3.0.4" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_checkbox__3.14.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/checkbox", + "version": "3.14.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b4rtrg5SpRSa9jBOqzJMmprJ+jDi3KyVvUh+DsvISe5Ti7gVAhMBgnca1D0xBp22w2jhk/o4gyu1bYxGLum0GA==", + "url": "https://registry.npmjs.org/@react-aria/checkbox/-/checkbox-3.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_open-rpc_client-js__1.8.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@open-rpc/client-js", + "version": "1.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@open-rpc/client-js" + ] + }, + "integrity": "sha512-vV+Hetl688nY/oWI9IFY0iKDrWuLdYhf7OIKI6U1DcnJV7r4gAgwRJjEr1QVYszUc0gjkHoQJzqevmXMGLyA0g==", + "url": "https://registry.npmjs.org/@open-rpc/client-js/-/client-js-1.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__babel-core__7.0.0-bridge.0__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "babel-core", + "version": "7.0.0-bridge.0_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==", + "url": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-ci__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-ci", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "url": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_scheduler__0.23.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/scheduler", + "version": "0.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==", + "url": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jiti__1.21.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jiti", + "version": "1.21.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jiti": [ + "1.21.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__magic-string__0.30.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "magic-string", + "version": "0.30.10", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "magic-string" + ] + }, + "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==", + "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jridgewell_trace-mapping__0.3.25__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jridgewell/trace-mapping", + "version": "0.3.25", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/resolve-uri": "3.1.2", + "@jridgewell/sourcemap-codec": "1.4.15" + }, + "transitive_closure": { + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_shared__3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/shared", + "version": "3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vue/shared": [ + "3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_credential-provider-imds__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/credential-provider-imds", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/property-provider": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/credential-provider-imds": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_malept_cross-spawn-promise__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@malept/cross-spawn-promise", + "version": "1.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "cross-spawn": "7.0.3" + }, + "transitive_closure": { + "@malept/cross-spawn-promise": [ + "1.1.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "isexe": [ + "2.0.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsesc__0.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsesc", + "version": "0.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "url": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sshpk__1.18.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sshpk", + "version": "1.18.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", + "url": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jridgewell_resolve-uri__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jridgewell/resolve-uri", + "version": "3.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@jridgewell/resolve-uri": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-selector-parser__6.0.16": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss-selector-parser", + "version": "6.0.16", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", + "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimist__1.2.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minimist", + "version": "1.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__execa__7.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "execa", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", + "url": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esquery__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esquery", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "url": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__readline__1.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "readline", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==", + "url": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mkdirp-classic__0.5.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mkdirp-classic", + "version": "0.5.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mkdirp-classic": [ + "0.5.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-string-parser__7.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-string-parser", + "version": "7.24.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__compressible__2.0.18": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "compressible", + "version": "2.0.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "url": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-quadtree__3.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-quadtree", + "version": "3.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==", + "url": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__update-notifier__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "update-notifier", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==", + "url": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_ag-grid-enterprise_core__30.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@ag-grid-enterprise/core", + "version": "30.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-enterprise/core" + ] + }, + "deps": { + "@ag-grid-community/core": "30.2.1" + }, + "transitive_closure": { + "@ag-grid-community/core": [ + "30.2.1" + ], + "@ag-grid-enterprise/core": [ + "30.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-simple-access__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-simple-access", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__binary-extensions__2.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "binary-extensions", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "url": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fs-extra__8.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fs-extra", + "version": "8.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "jsonfile": "4.0.0", + "universalify": "0.1.2" + }, + "transitive_closure": { + "fs-extra": [ + "8.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "4.0.0" + ], + "universalify": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-arm64-gnu__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-arm64-gnu", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lines-and-columns__1.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lines-and-columns", + "version": "1.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lines-and-columns": [ + "1.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-riscv64-gnu__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-riscv64-gnu", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sk/Qh1j2/RJSX7FhEpJn8n0ndxy/uf0kI/9Zc4b1ELhqULVdTfN6HL31CDaTChiBAOgLcsJ1sgVZjWv8XNEsAQ==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_web-bluetooth__0.0.20": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/web-bluetooth", + "version": "0.0.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==", + "url": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__matcher__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "matcher", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", + "url": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ag-grid-enterprise__30.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ag-grid-enterprise", + "version": "30.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "ag-grid-enterprise" + ] + }, + "deps": {}, + "transitive_closure": { + "ag-grid-enterprise": [ + "30.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__available-typed-arrays__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "available-typed-arrays", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "possible-typed-array-names": "1.0.0" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "possible-typed-array-names": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__locate-path__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "locate-path", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "url": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regenerate-unicode-properties__10.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "regenerate-unicode-properties", + "version": "10.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "url": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_typescript-estree__6.21.0__typescript_5.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/typescript-estree", + "version": "6.21.0_typescript_5.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__string.prototype.trimstart__1.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string.prototype.trimstart", + "version": "1.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-object-atoms": "1.0.0" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "set-function-length": [ + "1.2.2" + ], + "string.prototype.trimstart": [ + "1.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__birpc__0.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "birpc", + "version": "0.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-B64AGL4ug2IS2jvV/zjTYDD1L+2gOJTT7Rv+VaK7KVQtQOo/xZbCDsh7g727ipckmU+QJYRqo5RcifVr0Kgcmg==", + "url": "https://registry.npmjs.org/birpc/-/birpc-0.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cssom__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cssom", + "version": "0.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cssom": [ + "0.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_histoire_app__0.17.17__vite_5.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@histoire/app", + "version": "0.17.17_vite_5.2.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@histoire/controls": "0.17.17_vite_5.2.9", + "@histoire/shared": "0.17.17_vite_5.2.9", + "@histoire/vendors": "0.17.17", + "@types/flexsearch": "0.7.6", + "flexsearch": "0.7.21", + "shiki-es": "0.2.0" + }, + "transitive_closure": { + "@codemirror/commands": [ + "6.4.0" + ], + "@codemirror/lang-json": [ + "6.0.1" + ], + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/lint": [ + "6.5.0" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/theme-one-dark": [ + "6.1.2" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@histoire/app": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/controls": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/shared": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/vendors": [ + "0.17.17" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/json": [ + "1.0.2" + ], + "@lezer/lr": [ + "1.4.0" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/flexsearch": [ + "0.7.6" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/linkify-it": [ + "3.0.5" + ], + "@types/markdown-it": [ + "12.2.3" + ], + "@types/mdurl": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "anymatch": [ + "3.1.3" + ], + "binary-extensions": [ + "2.3.0" + ], + "braces": [ + "3.0.2" + ], + "chokidar": [ + "3.6.0" + ], + "crelt": [ + "1.0.6" + ], + "esbuild": [ + "0.20.2" + ], + "fill-range": [ + "7.0.1" + ], + "flexsearch": [ + "0.7.21" + ], + "fsevents": [ + "2.3.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "nanoid": [ + "3.3.7" + ], + "normalize-path": [ + "3.0.0" + ], + "pathe": [ + "1.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "postcss": [ + "8.4.38" + ], + "readdirp": [ + "3.6.0" + ], + "rollup": [ + "4.14.3" + ], + "shiki-es": [ + "0.2.0" + ], + "source-map-js": [ + "1.2.0" + ], + "style-mod": [ + "4.1.2" + ], + "to-regex-range": [ + "5.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_types__7.24.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/types", + "version": "7.24.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", + "url": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-styles__5.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-styles", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-gyp-build__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-gyp-build", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ==", + "url": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fast-check_vitest__0.0.8__vitest_1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@fast-check/vitest", + "version": "0.0.8_vitest_1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@fast-check/vitest" + ], + "app/ide-desktop/lib/dashboard": [ + "@fast-check/vitest" + ] + }, + "integrity": "sha512-cFrcu7nwH+rk1qm1J4YrM1k4MIwvIHG7MrQUMGizqPe58XsvvpZz0X9Xkx1e+xaNg9s1YRVTd241WSR0dK/SpQ==", + "url": "https://registry.npmjs.org/@fast-check/vitest/-/vitest-0.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rw__1.3.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rw", + "version": "1.3.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "rw": [ + "1.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_tooltip__3.4.7__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/tooltip", + "version": "3.4.7_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ACtRgBQ8rphBtsUaaxvEAM0HHN9PvMuyvL0vUHd7jvBDCVZJ6it1BKu9SBKjekBkoBOw9nemtkplh9R2CA6V8Q==", + "url": "https://registry.npmjs.org/@react-stately/tooltip/-/tooltip-3.4.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-fullwidth-code-point__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-fullwidth-code-point", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-fullwidth-code-point": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__regexpu-core__5.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "regexpu-core", + "version": "5.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "url": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_shared__3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/shared", + "version": "3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wBQ0gvf+SMwsCQOyusNw/GoXPV47WGd1xB5A1Pgzy0sQ3Bi5r5xm3n+92y3gCnB3MWqnRDdvfkRGxhKtbBRNgg==", + "url": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_histoire_controls__0.17.17__vite_5.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@histoire/controls", + "version": "0.17.17_vite_5.2.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/commands": "6.4.0", + "@codemirror/lang-json": "6.0.1", + "@codemirror/language": "6.10.1", + "@codemirror/lint": "6.5.0", + "@codemirror/state": "6.4.1", + "@codemirror/theme-one-dark": "6.1.2", + "@codemirror/view": "6.26.3", + "@histoire/shared": "0.17.17_vite_5.2.9", + "@histoire/vendors": "0.17.17" + }, + "transitive_closure": { + "@codemirror/commands": [ + "6.4.0" + ], + "@codemirror/lang-json": [ + "6.0.1" + ], + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/lint": [ + "6.5.0" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/theme-one-dark": [ + "6.1.2" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@histoire/controls": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/shared": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/vendors": [ + "0.17.17" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/json": [ + "1.0.2" + ], + "@lezer/lr": [ + "1.4.0" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/linkify-it": [ + "3.0.5" + ], + "@types/markdown-it": [ + "12.2.3" + ], + "@types/mdurl": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "anymatch": [ + "3.1.3" + ], + "binary-extensions": [ + "2.3.0" + ], + "braces": [ + "3.0.2" + ], + "chokidar": [ + "3.6.0" + ], + "crelt": [ + "1.0.6" + ], + "esbuild": [ + "0.20.2" + ], + "fill-range": [ + "7.0.1" + ], + "fsevents": [ + "2.3.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "nanoid": [ + "3.3.7" + ], + "normalize-path": [ + "3.0.0" + ], + "pathe": [ + "1.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "postcss": [ + "8.4.38" + ], + "readdirp": [ + "3.6.0" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "style-mod": [ + "4.1.2" + ], + "to-regex-range": [ + "5.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_pluginutils__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/pluginutils", + "version": "5.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/estree": "1.0.5", + "estree-walker": "2.0.2", + "picomatch": "2.3.1" + }, + "transitive_closure": { + "@rollup/pluginutils": [ + "5.1.0" + ], + "@types/estree": [ + "1.0.5" + ], + "estree-walker": [ + "2.0.2" + ], + "picomatch": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__decompress-response__3.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "decompress-response", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==", + "url": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__through2__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "through2", + "version": "2.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "readable-stream": "2.3.8", + "xtend": "4.0.2" + }, + "transitive_closure": { + "core-util-is": [ + "1.0.3" + ], + "inherits": [ + "2.0.4" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8" + ], + "safe-buffer": [ + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "through2": [ + "2.0.5" + ], + "util-deprecate": [ + "1.0.2" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-numeric-separator", + "version": "7.10.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__has-flag__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "has-flag", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-flag": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__semver-compare__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "semver-compare", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "semver-compare": [ + "1.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-modules-umd__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-modules-umd", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__once__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "once", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "wrappy": "1.0.2" + }, + "transitive_closure": { + "once": [ + "1.4.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__image-size__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "image-size", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "queue": "6.0.2" + }, + "transitive_closure": { + "image-size": [ + "1.1.1" + ], + "inherits": [ + "2.0.4" + ], + "queue": [ + "6.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-class-properties", + "version": "7.18.6_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-class-features-plugin": "7.24.4_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-map__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-map", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "url": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_runtime-dom__3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/runtime-dom", + "version": "3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/runtime-core": "3.4.23", + "@vue/shared": "3.4.23", + "csstype": "3.1.3" + }, + "transitive_closure": { + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-finalizationregistry__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-finalizationregistry", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", + "url": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rimraf__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rimraf", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "url": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is2__2.0.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is2", + "version": "2.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rZkHeBn9Zzq52sd9IUIV3a5mfwBY+o2HePMh0wkGBM4z4qjvy2GwVxQ6nNXSfw6MmVP6gf1QIlWjiOavhM3x5g==", + "url": "https://registry.npmjs.org/is2/-/is2-2.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__deep-extend__0.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "deep-extend", + "version": "0.6.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "deep-extend": [ + "0.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__signal-exit__3.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "signal-exit", + "version": "3.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "url": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__de-indent__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "de-indent", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", + "url": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__shebang-command__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "shebang-command", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typed-array-byte-length__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "typed-array-byte-length", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "url": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sql-formatter__13.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sql-formatter", + "version": "13.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "sql-formatter" + ] + }, + "integrity": "sha512-/nZQXuN7KzipFNM20ko+dHY4kOr9rymSfZLUDED8rhx3m8OK5y74jcyN+y1L51ZqHqiB0kp40VdpZP99uWvQdA==", + "url": "https://registry.npmjs.org/sql-formatter/-/sql-formatter-13.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_electron_universal__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@electron/universal", + "version": "1.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@malept/cross-spawn-promise": "1.1.1", + "asar": "3.2.0", + "debug": "4.3.4", + "dir-compare": "2.4.0", + "fs-extra": "9.1.0" + }, + "transitive_closure": { + "@electron/universal": [ + "1.0.5" + ], + "@malept/cross-spawn-promise": [ + "1.1.1" + ], + "@types/glob": [ + "7.2.0" + ], + "@types/minimatch": [ + "5.1.2" + ], + "@types/node": [ + "20.12.7" + ], + "asar": [ + "3.2.0" + ], + "at-least-node": [ + "1.0.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "buffer-equal": [ + "1.0.0" + ], + "chromium-pickle-js": [ + "0.2.0" + ], + "colors": [ + "1.0.3" + ], + "commander": [ + "2.9.0", + "5.1.0" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "dir-compare": [ + "2.4.0" + ], + "fs-extra": [ + "9.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "graceful-readlink": [ + "1.0.1" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "isexe": [ + "2.0.0" + ], + "jsonfile": [ + "6.1.0" + ], + "minimatch": [ + "3.0.4", + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "2.0.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sideway_address__4.1.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sideway/address", + "version": "4.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", + "url": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__babel-plugin-transform-flow-enums__0.0.2__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "babel-plugin-transform-flow-enums", + "version": "0.0.2_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/plugin-syntax-flow": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_eslint-community_regexpp__4.10.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@eslint-community/regexpp", + "version": "4.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "url": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__defu__6.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "defu", + "version": "6.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", + "url": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__follow-redirects__1.15.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "follow-redirects", + "version": "1.15.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "url": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__playwright__1.43.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "playwright", + "version": "1.43.1", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "playwright" + ], + "app/ide-desktop/lib/dashboard": [ + "playwright" + ] + }, + "deps": { + "fsevents": "2.3.2", + "playwright-core": "1.43.1" + }, + "transitive_closure": { + "fsevents": [ + "2.3.2" + ], + "playwright": [ + "1.43.1" + ], + "playwright-core": [ + "1.43.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sprintf-js__1.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sprintf-js", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "url": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-regex__6.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-regex", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "commander", + "version": "5.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "5.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map__0.7.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "source-map", + "version": "0.7.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-map": [ + "0.7.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__call-bind__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "call-bind", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-define-property": "1.0.0", + "es-errors": "1.3.0", + "function-bind": "1.1.2", + "get-intrinsic": "1.2.4", + "set-function-length": "1.2.2" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__brace-expansion__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "brace-expansion", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_csstools_selector-resolve-nested__1.1.0__postcss-selector-parser_6.0.16__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@csstools/selector-resolve-nested", + "version": "1.1.0_postcss-selector-parser_6.0.16", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss-selector-parser": "6.0.16" + }, + "transitive_closure": { + "@csstools/selector-resolve-nested": [ + "1.1.0_postcss-selector-parser_6.0.16" + ], + "cssesc": [ + "3.0.0" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__find-cache-dir__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "find-cache-dir", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "url": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_yargs__17.0.32__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/yargs", + "version": "17.0.32", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@types/yargs" + ] + }, + "deps": { + "@types/yargs-parser": "21.0.3" + }, + "transitive_closure": { + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-amplify_core__5.8.5__react-native_0.73.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-amplify/core", + "version": "5.8.5_react-native_0.73.7", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@aws-amplify/core" + ] + }, + "integrity": "sha512-R7zB+VUyNRT/7GCfBfWOIz2vy70VbHNfhotbdyo02ZVcc4vyXt+tsdZvvMSm1SB5uQ411jiAfDmTvOzLOIaJsA==", + "url": "https://registry.npmjs.org/@aws-amplify/core/-/core-5.8.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rollup-pluginutils__2.8.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rollup-pluginutils", + "version": "2.8.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==", + "url": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vue-tsc__1.8.27__typescript_5.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vue-tsc", + "version": "1.8.27_typescript_5.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "vue-tsc" + ] + }, + "integrity": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==", + "url": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-1.8.27.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__zen-observable__0.8.15__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "zen-observable", + "version": "0.8.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "zen-observable": [ + "0.8.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__finalhandler__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "finalhandler", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "url": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-class-properties", + "version": "7.18.6_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-unicode-sets-regex__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-unicode-sets-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-linux-x64-musl__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-linux-x64-musl", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HLfzVik3RToot6pQ2Rgc3JhfZkGi01hFetHt40HrUMoeKitLoqUUT5owM6yTZPTytTUW9ukLBJ1pc3XNMSvlLw==", + "url": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-scale__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-scale", + "version": "4.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-array": "3.2.4", + "d3-format": "3.1.0", + "d3-interpolate": "3.0.1", + "d3-time": "3.1.0", + "d3-time-format": "4.1.0" + }, + "transitive_closure": { + "d3-array": [ + "3.2.4" + ], + "d3-color": [ + "3.1.0" + ], + "d3-format": [ + "3.1.0" + ], + "d3-interpolate": [ + "3.0.1" + ], + "d3-scale": [ + "4.0.2" + ], + "d3-time": [ + "3.1.0" + ], + "d3-time-format": [ + "4.1.0" + ], + "internmap": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-caller-file__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-caller-file", + "version": "2.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-caller-file": [ + "2.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-date-object__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-date-object", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.2" + }, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__internmap__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "internmap", + "version": "2.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "internmap": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-private-property-in-object__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-private-property-in-object", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_sunos-x64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/sunos-x64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/sunos-x64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-plugin-vue__9.25.0__eslint_8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-plugin-vue", + "version": "9.25.0_eslint_8.57.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "eslint-plugin-vue" + ] + }, + "deps": { + "@eslint-community/eslint-utils": "4.4.0_eslint_8.57.0", + "eslint": "8.57.0", + "globals": "13.24.0", + "natural-compare": "1.4.0", + "nth-check": "2.1.1", + "postcss-selector-parser": "6.0.16", + "semver": "7.6.0", + "vue-eslint-parser": "9.4.2_eslint_8.57.0", + "xml-name-validator": "4.0.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "boolbase": [ + "1.0.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "cssesc": [ + "3.0.0" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-plugin-vue": [ + "9.25.0_eslint_8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash": [ + "4.17.21" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "nth-check": [ + "2.1.1" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "vue-eslint-parser": [ + "9.4.2_eslint_8.57.0" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "xml-name-validator": [ + "4.0.0" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-core__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-core", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g6lud55TXeISRTleW6SHuPFZHtYrpwNqbyFIVd9j9Ofrb5IReiHp9Zl8xkAfZQp8v6ZVgyXD7c130QTsCz+vBw==", + "url": "https://registry.npmjs.org/metro-core/-/metro-core-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_ecma402-abstract__1.18.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@formatjs/ecma402-abstract", + "version": "1.18.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_internationalized_string__3.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@internationalized/string", + "version": "3.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vWQOvRIauvFMzOO+h7QrdsJmtN1AXAFVcaLWP9AseRN2o7iHceZ6bIXhBD4teZl8i91A3gxKnWBlGgjCwU6MFQ==", + "url": "https://registry.npmjs.org/@internationalized/string/-/string-3.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__spdx-expression-parse__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "spdx-expression-parse", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "url": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-tools__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-tools", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "appdirsjs": "1.2.7", + "chalk": "4.1.2", + "find-up": "5.0.0", + "mime": "2.6.0", + "node-fetch": "2.7.0", + "open": "6.4.0", + "ora": "5.4.1", + "semver": "7.6.0", + "shell-quote": "1.8.1", + "sudo-prompt": "9.2.1" + }, + "transitive_closure": { + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "defaults": [ + "1.0.4" + ], + "find-up": [ + "5.0.0" + ], + "has-flag": [ + "4.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "is-interactive": [ + "1.0.0" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "locate-path": [ + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "lru-cache": [ + "6.0.0" + ], + "mime": [ + "2.6.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "node-fetch": [ + "2.7.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "readable-stream": [ + "3.6.2" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "tr46": [ + "0.0.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-optional-chaining__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-optional-chaining", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-timer__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-timer", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", + "url": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typed-array-byte-offset__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "typed-array-byte-offset", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", + "url": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-arm64-musl__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-arm64-musl", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UrBoMLCq4E92/LCqlh+blpqMz5h1tJttPIniwUgOFJyjWI1qrtrDhhpHPuFxULlUmjFHfloWdixtDhSxJt5iKw==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__stacktrace-parser__0.1.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "stacktrace-parser", + "version": "0.1.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==", + "url": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__computeds__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "computeds", + "version": "0.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "computeds": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cssesc__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cssesc", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cssesc": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-from__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer-from", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "url": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__string.prototype.trimstart__1.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string.prototype.trimstart", + "version": "1.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isbinaryfile__4.0.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isbinaryfile", + "version": "4.0.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", + "url": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-object-super__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-object-super", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-replace-supers": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite-node__1.5.0__at_types_node_20.12.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vite-node", + "version": "1.5.0_at_types_node_20.12.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cac": "6.7.14", + "debug": "4.3.4", + "pathe": "1.1.2", + "picocolors": "1.0.0", + "vite": "5.2.9_at_types_node_20.12.7" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "cac": [ + "6.7.14" + ], + "debug": [ + "4.3.4" + ], + "esbuild": [ + "0.20.2" + ], + "fsevents": [ + "2.3.3" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "pathe": [ + "1.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vite-node": [ + "1.5.0_at_types_node_20.12.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_internationalized_message__3.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@internationalized/message", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MHAWsZWz8jf6jFPZqpTudcCM361YMtPIRu9CXkYmKjJ/0R3pQRScV5C0zS+Qi50O5UAm8ecKhkXx6mWDDcF6/g==", + "url": "https://registry.npmjs.org/@internationalized/message/-/message-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitejs_plugin-vue__5.0.4__vite_5.2.9__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vitejs/plugin-vue", + "version": "5.0.4_vite_5.2.9__vue_3.4.23", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@vitejs/plugin-vue" + ] + }, + "deps": { + "vite": "5.2.9_at_types_node_20.12.7", + "vue": "3.4.23_typescript_5.2.2" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "@vitejs/plugin-vue": [ + "5.0.4_vite_5.2.9__vue_3.4.23" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "esbuild": [ + "0.20.2" + ], + "estree-walker": [ + "2.0.2" + ], + "fsevents": [ + "2.3.3" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__esutils__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esutils", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esutils": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-limit__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-limit", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "yocto-queue": "1.0.0" + }, + "transitive_closure": { + "p-limit": [ + "5.0.0" + ], + "yocto-queue": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tosource__2.0.0-alpha.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tosource", + "version": "2.0.0-alpha.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KAB2lrSS48y91MzFPFuDg4hLbvDiyTjOVgaK7Erw+5AmZXNq4sFRVn8r6yxSLuNs15PaokrDRpS61ERY9uZOug==", + "url": "https://registry.npmjs.org/tosource/-/tosource-2.0.0-alpha.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__default-browser__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "default-browser", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bundle-name": "3.0.0", + "default-browser-id": "3.0.0", + "execa": "7.2.0", + "titleize": "3.0.0" + }, + "transitive_closure": { + "big-integer": [ + "1.6.52" + ], + "bplist-parser": [ + "0.2.0" + ], + "bundle-name": [ + "3.0.0" + ], + "cross-spawn": [ + "7.0.3" + ], + "default-browser": [ + "4.0.0" + ], + "default-browser-id": [ + "3.0.0" + ], + "execa": [ + "5.1.1", + "7.2.0" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0", + "4.3.1" + ], + "is-stream": [ + "2.0.1", + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0", + "4.0.0" + ], + "npm-run-path": [ + "4.0.1", + "5.3.0" + ], + "onetime": [ + "5.1.2", + "6.0.0" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "run-applescript": [ + "5.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0", + "3.0.0" + ], + "titleize": [ + "3.0.0" + ], + "untildify": [ + "4.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-tokens__9.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-tokens", + "version": "9.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==", + "url": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__xml-name-validator__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xml-name-validator", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__header-case__2.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "header-case", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==", + "url": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-react-jsx-source__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-react-jsx-source", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__seedrandom__2.4.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "seedrandom", + "version": "2.4.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9A+PDmgm+2du77B5i0Ip2cxOqqHjgNxnBgglxLcX78A2D6c2rTo61z4jnVABpF4cKeDMDG+cmXXvdnqse2VqMA==", + "url": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_meter__3.3.7__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/meter", + "version": "3.3.7_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p+YJ0+Lpn5MLmlbFZbDH1P0ILv1+AuMcUbxLcXMIVMGn7o0FO7eVZnFuq76D+qTDm9all+TRLJix7bctOrP+5Q==", + "url": "https://registry.npmjs.org/@react-types/meter/-/meter-3.3.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__compression__1.7.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "compression", + "version": "1.7.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "url": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-crypto_sha256-js__1.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-crypto/sha256-js", + "version": "1.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Nr1QJIbW/afYYGzYvrF70LtaHrIRtd4TNAglX8BvlfxJLZ45SAmueIKYl5tWoNBPzp65ymXGFK0Bb1vZUpuc9g==", + "url": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-1.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_slider__3.7.6__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/slider", + "version": "3.7.6_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZeZhyHzhk9gxGuThPKgX2K3RKsxPxsFig1iYoJvqP8485NtHYQIPht2YcpEKA9siLxGF0DR9VCfouVhSoW0AEA==", + "url": "https://registry.npmjs.org/@react-aria/slider/-/slider-3.7.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_android-arm__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/android-arm", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==", + "url": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_credential-provider-env__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/credential-provider-env", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-coeFf/HnhpGidcAN1i1NuFgyFB2M6DeN1zNVy4f6s4mAh96ftr9DgWM1CcE3C+cLHEdpNqleVgC/2VQpyzOBLQ==", + "url": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_android-x64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/android-x64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", + "url": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__update-browserslist-db__1.0.13__browserslist_4.23.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "update-browserslist-db", + "version": "1.0.13_browserslist_4.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "url": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__caller-path__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "caller-path", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "caller-callsite": "2.0.0" + }, + "transitive_closure": { + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unicode-canonical-property-names-ecmascript__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unicode-canonical-property-names-ecmascript", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__entities__4.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "entities", + "version": "4.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "url": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_listbox__3.11.5__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/listbox", + "version": "3.11.5_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y3a3zQYjT+JKgugCMMKS7K9sRoCoP1Z6Fiiyfd77OHXWzh9RlnvWGsseljynmbxLzSuPwFtCYkU1Jz4QwsPUIg==", + "url": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.11.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_pinia_testing__0.1.3__pinia_2.1.7__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@pinia/testing", + "version": "0.1.3_pinia_2.1.7__vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@pinia/testing" + ] + }, + "integrity": "sha512-D2Ds2s69kKFaRf2KCcP1NhNZEg5+we59aRyQalwRm7ygWfLM25nDH66267U3hNvRUOTx8ofL24GzodZkOmB5xw==", + "url": "https://registry.npmjs.org/@pinia/testing/-/testing-0.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_validator__13.11.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/validator", + "version": "13.11.9", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@types/validator" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/validator": [ + "13.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ini__1.3.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ini", + "version": "1.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "url": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__acorn-globals__7.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "acorn-globals", + "version": "7.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==", + "url": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_spinbutton__3.6.3__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/spinbutton", + "version": "3.6.3_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/live-announcer": "3.3.2", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/spinbutton": [ + "3.6.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cac__6.7.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cac", + "version": "6.7.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cac": [ + "6.7.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__set-blocking__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "set-blocking", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "set-blocking": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ws__6.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ws", + "version": "6.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", + "url": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__object-assign__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object-assign", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "object-assign": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_toggle__3.7.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/toggle", + "version": "3.7.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/checkbox": "3.7.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/toggle": [ + "3.7.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_calendar__3.4.4__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/calendar", + "version": "3.4.4_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/date": "3.5.2", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@internationalized/date": [ + "3.5.2" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__micromatch__4.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "micromatch", + "version": "4.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "url": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-react-jsx__7.23.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-react-jsx", + "version": "7.23.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimatch__9.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minimatch", + "version": "9.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "brace-expansion": "2.0.1" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "minimatch": [ + "9.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cli-boxes__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cli-boxes", + "version": "2.2.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cli-boxes": [ + "2.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map__0.7.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "source-map", + "version": "0.7.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "url": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fs-constants__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fs-constants", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fs-constants": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eastasianwidth__0.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eastasianwidth", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "url": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__foreground-child__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "foreground-child", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cross-spawn": "7.0.3", + "signal-exit": "4.1.0" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "foreground-child": [ + "3.1.1" + ], + "isexe": [ + "2.0.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-optional-catch-binding__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-optional-catch-binding", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsonfile__6.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsonfile", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "url": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mimic-fn__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mimic-fn", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mimic-fn": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__signal-exit__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "signal-exit", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "signal-exit": [ + "4.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-named-capturing-groups-regex", + "version": "7.22.5_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__terser__5.30.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "terser", + "version": "5.30.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/source-map": "0.3.6", + "acorn": "8.11.3", + "commander": "2.20.3", + "source-map-support": "0.5.21" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "acorn": [ + "8.11.3" + ], + "buffer-from": [ + "1.1.2" + ], + "commander": [ + "2.20.3" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "terser": [ + "5.30.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ws__6.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ws", + "version": "6.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "async-limiter": "1.0.1" + }, + "transitive_closure": { + "async-limiter": [ + "1.0.1" + ], + "ws": [ + "6.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__saxes__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "saxes", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "xmlchars": "2.2.0" + }, + "transitive_closure": { + "saxes": [ + "6.0.0" + ], + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-delaunay__6.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-delaunay", + "version": "6.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==", + "url": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ci-info__3.9.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ci-info", + "version": "3.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "url": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-message__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-message", + "version": "1.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "js-message": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strip-final-newline__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-final-newline", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "url": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__semver__5.7.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "semver", + "version": "5.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "url": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_histoire_shared__0.17.17__vite_5.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@histoire/shared", + "version": "0.17.17_vite_5.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ueGtURysonT0MujCObPCR57+mgZluMEXCrbc2FBgKAD/DoAt38tNwSGsmLldk2O6nTr7lr6ClbVSgWrLwgY6Xw==", + "url": "https://registry.npmjs.org/@histoire/shared/-/shared-0.17.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry-internal_tracing__7.111.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry-internal/tracing", + "version": "7.111.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sentry/core": "7.111.0", + "@sentry/types": "7.111.0", + "@sentry/utils": "7.111.0" + }, + "transitive_closure": { + "@sentry-internal/tracing": [ + "7.111.0" + ], + "@sentry/core": [ + "7.111.0" + ], + "@sentry/types": [ + "7.111.0" + ], + "@sentry/utils": [ + "7.111.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__which-builtin-type__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "which-builtin-type", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "function.prototype.name": "1.1.6", + "has-tostringtag": "1.0.2", + "is-async-function": "2.0.0", + "is-date-object": "1.0.5", + "is-finalizationregistry": "1.0.2", + "is-generator-function": "1.0.10", + "is-regex": "1.1.4", + "is-weakref": "1.0.2", + "isarray": "2.0.5", + "which-boxed-primitive": "1.0.2", + "which-collection": "1.0.2", + "which-typed-array": "1.1.15" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-async-function": [ + "2.0.0" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-map": [ + "2.0.3" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-set": [ + "2.0.3" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakmap": [ + "2.0.2" + ], + "is-weakref": [ + "1.0.2" + ], + "is-weakset": [ + "2.0.3" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-builtin-type": [ + "1.1.3" + ], + "which-collection": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_devtools-api__6.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/devtools-api", + "version": "6.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vue/devtools-api": [ + "6.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_property-provider__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/property-provider", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2gR2DzDySXKFoj9iXLm1TZBVSvFIikEPJsbRmAZx5RBY+tp1IXWqZM6PESjaLdLg/ZtR0QhW2ZcRn0fyq2JfnQ==", + "url": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sapphire_async-queue__1.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sapphire/async-queue", + "version": "1.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7X7FFAA4DngXUl95+hYbUF19bp1LGiffjJtu7ygrZrbdCSsdDDBaSjB7Akw0ZbOu6k0xpXyljnJ6/RZUvLfRdg==", + "url": "https://registry.npmjs.org/@sapphire/async-queue/-/async-queue-1.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vitest__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vitest", + "version": "1.5.0", + "dev": true, + "root_package": "", + "link_packages": { + "": [ + "vitest" + ] + }, + "deps": { + "@vitest/expect": "1.5.0", + "@vitest/runner": "1.5.0", + "@vitest/snapshot": "1.5.0", + "@vitest/spy": "1.5.0", + "@vitest/utils": "1.5.0", + "acorn-walk": "8.3.2", + "chai": "4.4.1", + "debug": "4.3.4", + "execa": "8.0.1", + "local-pkg": "0.5.0", + "magic-string": "0.30.10", + "pathe": "1.1.2", + "picocolors": "1.0.0", + "std-env": "3.7.0", + "strip-literal": "2.1.0", + "tinybench": "2.7.0", + "tinypool": "0.8.4", + "vite": "5.2.9", + "vite-node": "1.5.0", + "why-is-node-running": "2.2.2" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/estree": [ + "1.0.5" + ], + "@vitest/expect": [ + "1.5.0" + ], + "@vitest/runner": [ + "1.5.0" + ], + "@vitest/snapshot": [ + "1.5.0" + ], + "@vitest/spy": [ + "1.5.0" + ], + "@vitest/utils": [ + "1.5.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-walk": [ + "8.3.2" + ], + "ansi-styles": [ + "5.2.0" + ], + "assertion-error": [ + "1.1.0" + ], + "cac": [ + "6.7.14" + ], + "chai": [ + "4.4.1" + ], + "check-error": [ + "1.0.3" + ], + "confbox": [ + "0.1.7" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-eql": [ + "4.1.3" + ], + "diff-sequences": [ + "29.6.3" + ], + "esbuild": [ + "0.20.2" + ], + "estree-walker": [ + "3.0.3" + ], + "execa": [ + "8.0.1" + ], + "fsevents": [ + "2.3.3" + ], + "get-func-name": [ + "2.0.2" + ], + "get-stream": [ + "8.0.1" + ], + "human-signals": [ + "5.0.0" + ], + "is-stream": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "js-tokens": [ + "9.0.0" + ], + "local-pkg": [ + "0.5.0" + ], + "loupe": [ + "2.3.7" + ], + "magic-string": [ + "0.30.10" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "4.0.0" + ], + "mlly": [ + "1.6.1" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "npm-run-path": [ + "5.3.0" + ], + "onetime": [ + "6.0.0" + ], + "p-limit": [ + "5.0.0" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "pathe": [ + "1.1.2" + ], + "pathval": [ + "1.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "pkg-types": [ + "1.1.0" + ], + "postcss": [ + "8.4.38" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ], + "rollup": [ + "4.14.3" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "siginfo": [ + "2.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "source-map-js": [ + "1.2.0" + ], + "stackback": [ + "0.0.2" + ], + "std-env": [ + "3.7.0" + ], + "strip-final-newline": [ + "3.0.0" + ], + "strip-literal": [ + "2.1.0" + ], + "tinybench": [ + "2.7.0" + ], + "tinypool": [ + "0.8.4" + ], + "tinyspy": [ + "2.2.1" + ], + "type-detect": [ + "4.0.8" + ], + "ufo": [ + "1.5.3" + ], + "vite": [ + "5.2.9" + ], + "vite-node": [ + "1.5.0" + ], + "vitest": [ + "1.5.0" + ], + "which": [ + "2.0.2" + ], + "why-is-node-running": [ + "2.2.2" + ], + "yocto-queue": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__boxen__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "boxen", + "version": "5.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-align": "3.0.1", + "camelcase": "6.3.0", + "chalk": "4.1.2", + "cli-boxes": "2.2.1", + "string-width": "4.2.3", + "type-fest": "0.20.2", + "widest-line": "3.1.0", + "wrap-ansi": "7.0.0" + }, + "transitive_closure": { + "ansi-align": [ + "3.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "boxen": [ + "5.1.2" + ], + "camelcase": [ + "6.3.0" + ], + "chalk": [ + "4.1.2" + ], + "cli-boxes": [ + "2.2.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "has-flag": [ + "4.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "supports-color": [ + "7.2.0" + ], + "type-fest": [ + "0.20.2" + ], + "widest-line": [ + "3.1.0" + ], + "wrap-ansi": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-nullish-coalescing-operator", + "version": "7.18.6_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__universalify__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "universalify", + "version": "0.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "universalify": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-import-attributes__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-import-attributes", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__seedrandom__2.4.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "seedrandom", + "version": "2.4.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "seedrandom": [ + "2.4.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__y18n__4.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "y18n", + "version": "4.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "y18n": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_overlays__3.21.1__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/overlays", + "version": "3.21.1_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/ssr": "3.9.2_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-aria/visually-hidden": "3.8.10_react_18.2.0", + "@react-stately/overlays": "3.6.5_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/overlays": "3.8.5_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/overlays": [ + "3.21.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lines-and-columns__1.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lines-and-columns", + "version": "1.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "url": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-riscv64-gnu__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-riscv64-gnu", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_fortawesome_fontawesome-svg-core__6.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@fortawesome/fontawesome-svg-core", + "version": "6.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@fortawesome/fontawesome-svg-core" + ] + }, + "integrity": "sha512-5CdaCBGl8Rh9ohNdxeeTMxIj8oc3KNBgIeLMvJosBMdslK/UnEB8rzyDRrbKdL1kDweqBPo4GT9wvnakHWucZw==", + "url": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-config__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-config", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "connect": "3.7.0", + "cosmiconfig": "5.2.1", + "jest-validate": "29.7.0", + "metro": "0.80.8", + "metro-cache": "0.80.8", + "metro-core": "0.80.8", + "metro-runtime": "0.80.8" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "argparse": [ + "1.0.10" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer-from": [ + "1.1.2" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cliui": [ + "8.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commander": [ + "2.20.3" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "denodeify": [ + "1.2.1" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esprima": [ + "4.0.1" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hermes-estree": [ + "0.20.1" + ], + "hermes-parser": [ + "0.20.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-number": [ + "7.0.0" + ], + "isarray": [ + "1.0.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jsesc": [ + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "leven": [ + "3.1.0" + ], + "lodash.throttle": [ + "4.1.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1" + ], + "makeerror": [ + "1.0.12" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "negotiator": [ + "0.6.3" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "on-finished": [ + "2.3.0" + ], + "once": [ + "1.4.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-is-absolute": [ + "1.0.1" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pretty-format": [ + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "queue": [ + "6.0.2" + ], + "react-is": [ + "18.2.0" + ], + "readable-stream": [ + "2.3.8" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "require-directory": [ + "2.1.1" + ], + "resolve-from": [ + "3.0.0" + ], + "rimraf": [ + "3.0.2" + ], + "safe-buffer": [ + "5.1.2" + ], + "semver": [ + "6.3.1" + ], + "serialize-error": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stackframe": [ + "1.3.4" + ], + "statuses": [ + "1.5.0" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "tr46": [ + "0.0.3" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "wrap-ansi": [ + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "ws": [ + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "5.0.8" + ], + "yallist": [ + "3.1.1" + ], + "yargs": [ + "17.6.2" + ], + "yargs-parser": [ + "21.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parse-json__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parse-json", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "error-ex": "1.3.2", + "json-parse-better-errors": "1.0.2" + }, + "transitive_closure": { + "error-ex": [ + "1.3.2" + ], + "is-arrayish": [ + "0.2.1" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "parse-json": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__simple-swizzle__0.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "simple-swizzle", + "version": "0.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + "url": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__es-iterator-helpers__1.0.18__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es-iterator-helpers", + "version": "1.0.18", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-errors": "1.3.0", + "es-set-tostringtag": "2.0.3", + "function-bind": "1.1.2", + "get-intrinsic": "1.2.4", + "globalthis": "1.0.3", + "has-property-descriptors": "1.0.2", + "has-proto": "1.0.3", + "has-symbols": "1.0.3", + "internal-slot": "1.0.7", + "iterator.prototype": "1.1.2", + "safe-array-concat": "1.1.2" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-iterator-helpers": [ + "1.0.18" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-async-function": [ + "2.0.0" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-map": [ + "2.0.3" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-set": [ + "2.0.3" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakmap": [ + "2.0.2" + ], + "is-weakref": [ + "1.0.2" + ], + "is-weakset": [ + "2.0.3" + ], + "isarray": [ + "2.0.5" + ], + "iterator.prototype": [ + "1.1.2" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "reflect.getprototypeof": [ + "1.0.6" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-builtin-type": [ + "1.1.3" + ], + "which-collection": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-polygon__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-polygon", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-polygon": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bytes__3.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bytes", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "url": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_menu__3.13.1__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/menu", + "version": "3.13.1_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/overlays": "3.21.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/menu": "3.6.1_react_18.2.0", + "@react-stately/tree": "3.7.6_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/menu": "3.9.7_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/menu": [ + "3.13.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/overlays": [ + "3.21.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/menu": [ + "3.6.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/tree": [ + "3.7.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/menu": [ + "3.9.7_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-ease__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-ease", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", + "url": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esbuild__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esbuild", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==", + "url": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_theme-one-dark__6.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/theme-one-dark", + "version": "6.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F+sH0X16j/qFLMAfbciKTxVOwkdAS336b7AXTKOZhy8BR3eH/RelsnLgLFINrpST63mmN2OuwUt0W2ndUgYwUA==", + "url": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__through__2.3.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "through", + "version": "2.3.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "through": [ + "2.3.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dom-walk__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dom-walk", + "version": "0.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dom-walk": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isarray__2.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isarray", + "version": "2.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "url": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-exponentiation-operator__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-exponentiation-operator", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-number__7.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-number", + "version": "7.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "url": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__y-leveldb__0.1.2__yjs_13.6.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "y-leveldb", + "version": "0.1.2_yjs_13.6.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "level": "6.0.1", + "lib0": "0.2.93", + "yjs": "13.6.14" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3", + "6.3.0" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "deferred-leveldown": [ + "5.3.0" + ], + "encoding-down": [ + "6.3.0" + ], + "errno": [ + "0.1.8" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "inherits": [ + "2.0.4" + ], + "isomorphic.js": [ + "0.2.5" + ], + "level": [ + "6.0.1" + ], + "level-codec": [ + "9.0.2" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-errors": [ + "2.0.1" + ], + "level-iterator-stream": [ + "4.0.2" + ], + "level-js": [ + "5.0.2" + ], + "level-packager": [ + "5.1.1" + ], + "level-supports": [ + "1.0.1" + ], + "leveldown": [ + "5.6.0" + ], + "levelup": [ + "4.4.0" + ], + "lib0": [ + "0.2.93" + ], + "ltgt": [ + "2.2.1" + ], + "napi-macros": [ + "2.0.0" + ], + "node-gyp-build": [ + "4.1.1" + ], + "prr": [ + "1.0.1" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "xtend": [ + "4.0.2" + ], + "y-leveldb": [ + "0.1.2_yjs_13.6.14" + ], + "yjs": [ + "13.6.14" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_calendar__3.4.4__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/calendar", + "version": "3.4.4_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hV1Thmb/AES5OmfPvvmyjSkmsEULjiDfA7Yyy70L/YKuSNKb7Su+Bf2VnZuDW3ec+GxO4JJNlpJ0AkbphWBvcg==", + "url": "https://registry.npmjs.org/@react-types/calendar/-/calendar-3.4.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lru-cache__5.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lru-cache", + "version": "5.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pinkie__2.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pinkie", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "url": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__del__6.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "del", + "version": "6.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "globby": "11.1.0", + "graceful-fs": "4.2.11", + "is-glob": "4.0.3", + "is-path-cwd": "2.2.0", + "is-path-inside": "3.0.3", + "p-map": "4.0.0", + "rimraf": "3.0.2", + "slash": "3.0.0" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "aggregate-error": [ + "3.1.0" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "clean-stack": [ + "2.2.0" + ], + "concat-map": [ + "0.0.1" + ], + "del": [ + "6.1.1" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2" + ], + "globby": [ + "11.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "ignore": [ + "5.3.1" + ], + "indent-string": [ + "4.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-cwd": [ + "2.2.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "p-map": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "slash": [ + "3.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_toggle__3.10.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/toggle", + "version": "3.10.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DgitscHWgI6IFgnvp2HcMpLGX/cAn+XX9kF5RJQbRQ9NqUgruU5cEEGSOLMrEJ6zXDa2xmOiQ+kINcyNhA+JLg==", + "url": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.10.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__markdown-it-emoji__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "markdown-it-emoji", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zLftSaNrKuYl0kR5zm4gxXjHaOI3FAOEaloKmRA5hijmJZvSjmxcokOLlzycb/HXlUFWzXqpIEoyEMCE4i9MvQ==", + "url": "https://registry.npmjs.org/markdown-it-emoji/-/markdown-it-emoji-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==", + "url": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_lezer_lr__1.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@lezer/lr", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Wst46p51km8gH0ZUmeNrtpRYmdlRHUpN1DQd3GFAyKANi8WVz8c2jHYTf1CVScFaCjQw1iO3ZZdqGDxQPRErTg==", + "url": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__estraverse__5.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "estraverse", + "version": "5.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_register__7.23.7__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/register", + "version": "7.23.7_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==", + "url": "https://registry.npmjs.org/@babel/register/-/register-7.23.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_tabs__3.3.5__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/tabs", + "version": "3.3.5_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/tabs": [ + "3.3.5_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__babel-plugin-transform-flow-enums__0.0.2__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "babel-plugin-transform-flow-enums", + "version": "0.0.2_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==", + "url": "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_histoire_controls__0.17.17__vite_5.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@histoire/controls", + "version": "0.17.17_vite_5.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-W22HZ/X078IZmE09XEKj4Fq7LxQPP/w/aMYAzm94V2NIGhI0fkiSaBDvyTUl7NYrGT66Wq5+9Po1IWPMllk3cQ==", + "url": "https://registry.npmjs.org/@histoire/controls/-/controls-0.17.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-win32-arm64-msvc__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-win32-arm64-msvc", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-arm-gnueabihf__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-arm-gnueabihf", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__regenerator-transform__0.15.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "regenerator-transform", + "version": "0.15.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.24.4" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.24.4" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__upper-case__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "upper-case", + "version": "2.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "tslib": [ + "2.6.2" + ], + "upper-case": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__extsprintf__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "extsprintf", + "version": "1.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "extsprintf": [ + "1.4.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-type__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-type", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "pify": "3.0.0" + }, + "transitive_closure": { + "path-type": [ + "3.0.0" + ], + "pify": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__joi__17.12.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "joi", + "version": "17.12.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@hapi/hoek": "9.3.0", + "@hapi/topo": "5.1.0", + "@sideway/address": "4.1.5", + "@sideway/formula": "3.0.1", + "@sideway/pinpoint": "2.0.0" + }, + "transitive_closure": { + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "joi": [ + "17.12.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_collections__3.10.5__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/collections", + "version": "3.10.5_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k8Q29Nnvb7iAia1QvTanZsrWP2aqVNBy/1SlE6kLL6vDqtKZC+Esd1SDLHRmIcYIp5aTdfwIGd0NuiRQA7a81Q==", + "url": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.10.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mkdirp__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mkdirp", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dmg-license__1.0.11__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dmg-license", + "version": "1.0.11", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "dmg-license" + ] + }, + "deps": { + "@types/plist": "3.0.5", + "@types/verror": "1.10.10", + "ajv": "6.12.6", + "crc": "3.8.0", + "iconv-corefoundation": "1.1.7", + "plist": "3.1.0", + "smart-buffer": "4.2.0", + "verror": "1.10.1" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/plist": [ + "3.0.5" + ], + "@types/verror": [ + "1.10.10" + ], + "@xmldom/xmldom": [ + "0.8.10" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "assert-plus": [ + "1.0.0" + ], + "astral-regex": [ + "2.0.0" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "cli-truncate": [ + "2.1.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "core-util-is": [ + "1.0.2" + ], + "crc": [ + "3.8.0" + ], + "dmg-license": [ + "1.0.11" + ], + "emoji-regex": [ + "8.0.0" + ], + "extsprintf": [ + "1.4.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "iconv-corefoundation": [ + "1.1.7" + ], + "ieee754": [ + "1.2.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "node-addon-api": [ + "1.7.2" + ], + "plist": [ + "3.1.0" + ], + "punycode": [ + "2.3.1" + ], + "slice-ansi": [ + "3.0.0" + ], + "smart-buffer": [ + "4.2.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "uri-js": [ + "4.4.1" + ], + "verror": [ + "1.10.1" + ], + "xmlbuilder": [ + "15.1.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-android-arm-eabi__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-android-arm-eabi", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__got__11.8.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "got", + "version": "11.8.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@sindresorhus/is": "4.6.0", + "@szmarczak/http-timer": "4.0.6", + "@types/cacheable-request": "6.0.3", + "@types/responselike": "1.0.3", + "cacheable-lookup": "5.0.4", + "cacheable-request": "7.0.4", + "decompress-response": "6.0.0", + "http2-wrapper": "1.0.3", + "lowercase-keys": "2.0.0", + "p-cancelable": "2.1.1", + "responselike": "2.0.1" + }, + "transitive_closure": { + "@sindresorhus/is": [ + "4.6.0" + ], + "@szmarczak/http-timer": [ + "4.0.6" + ], + "@types/cacheable-request": [ + "6.0.3" + ], + "@types/http-cache-semantics": [ + "4.0.4" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "cacheable-lookup": [ + "5.0.4" + ], + "cacheable-request": [ + "7.0.4" + ], + "clone-response": [ + "1.0.3" + ], + "decompress-response": [ + "6.0.0" + ], + "defer-to-connect": [ + "2.0.1" + ], + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "5.2.0" + ], + "got": [ + "11.8.6" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "http2-wrapper": [ + "1.0.3" + ], + "json-buffer": [ + "3.0.1" + ], + "keyv": [ + "4.5.4" + ], + "lowercase-keys": [ + "2.0.0" + ], + "mimic-response": [ + "1.0.1", + "3.1.0" + ], + "normalize-url": [ + "6.1.0" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "2.1.1" + ], + "pump": [ + "3.0.0" + ], + "quick-lru": [ + "5.1.1" + ], + "resolve-alpn": [ + "1.2.1" + ], + "responselike": [ + "2.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_tabs__3.8.5__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/tabs", + "version": "3.8.5_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Jvt33/W+66n5oCxVwHAYarJ3Fit61vULiPcG7uTez0Mf11cq/C72wOrj+ZuNz6PTLTi2veBNQ7MauY72SnOjRg==", + "url": "https://registry.npmjs.org/@react-aria/tabs/-/tabs-3.8.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_spy__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vitest/spy", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tinyspy": "2.2.1" + }, + "transitive_closure": { + "@vitest/spy": [ + "1.5.0" + ], + "tinyspy": [ + "2.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__safer-buffer__2.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "safer-buffer", + "version": "2.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "url": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_numberfield__3.11.1__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/numberfield", + "version": "3.11.1_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/spinbutton": "3.6.3_react-dom_18.2.0__react_18.2.0", + "@react-aria/textfield": "3.14.3_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/numberfield": "3.9.1_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/numberfield": "3.8.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/numberfield": [ + "3.11.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/spinbutton": [ + "3.6.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/textfield": [ + "3.14.3_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/numberfield": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/numberfield": [ + "3.8.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__smart-buffer__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "smart-buffer", + "version": "4.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "smart-buffer": [ + "4.2.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__domutils__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "domutils", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "url": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__path-key__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-key", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "url": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_types__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/types", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@aws-sdk/types": [ + "3.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-limit__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-limit", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-try": "2.2.0" + }, + "transitive_closure": { + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-sticky-regex__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-sticky-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_android-arm__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/android-arm", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", + "url": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__y18n__5.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "y18n", + "version": "5.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "y18n": [ + "5.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__querystring__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "querystring", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "querystring": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-uri-escape__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-uri-escape", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pify__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pify", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pify": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__har-validator__5.1.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "har-validator", + "version": "5.1.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "6.12.6", + "har-schema": "2.0.0" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "har-schema": [ + "2.0.0" + ], + "har-validator": [ + "5.1.5" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "punycode": [ + "2.3.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsdoc-type-pratt-parser__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsdoc-type-pratt-parser", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==", + "url": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__require-from-string__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "require-from-string", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "require-from-string": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-wsl__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-wsl", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", + "url": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-plugin-utils__7.24.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-plugin-utils", + "version": "7.24.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-plugin-utils": [ + "7.24.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_open-rpc_meta-schema__1.14.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@open-rpc/meta-schema", + "version": "1.14.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vD4Nbkrb7wYFRcSQf+j228LwOy1C6/KKpy5NADlpMElGrAWPRxhTa2yTi6xG+x88OHzg2+cydQ0GAD6o40KUcg==", + "url": "https://registry.npmjs.org/@open-rpc/meta-schema/-/meta-schema-1.14.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esbuild__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esbuild", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@esbuild/aix-ppc64": "0.20.2", + "@esbuild/android-arm": "0.20.2", + "@esbuild/android-arm64": "0.20.2", + "@esbuild/android-x64": "0.20.2", + "@esbuild/darwin-arm64": "0.20.2", + "@esbuild/darwin-x64": "0.20.2", + "@esbuild/freebsd-arm64": "0.20.2", + "@esbuild/freebsd-x64": "0.20.2", + "@esbuild/linux-arm": "0.20.2", + "@esbuild/linux-arm64": "0.20.2", + "@esbuild/linux-ia32": "0.20.2", + "@esbuild/linux-loong64": "0.20.2", + "@esbuild/linux-mips64el": "0.20.2", + "@esbuild/linux-ppc64": "0.20.2", + "@esbuild/linux-riscv64": "0.20.2", + "@esbuild/linux-s390x": "0.20.2", + "@esbuild/linux-x64": "0.20.2", + "@esbuild/netbsd-x64": "0.20.2", + "@esbuild/openbsd-x64": "0.20.2", + "@esbuild/sunos-x64": "0.20.2", + "@esbuild/win32-arm64": "0.20.2", + "@esbuild/win32-ia32": "0.20.2", + "@esbuild/win32-x64": "0.20.2" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "esbuild": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string_decoder__1.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string_decoder", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-string__1.9.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "color-string", + "version": "1.9.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "url": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-amplify_auth__5.6.5__react-native_0.73.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-amplify/auth", + "version": "5.6.5_react-native_0.73.7", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@aws-amplify/auth" + ] + }, + "integrity": "sha512-NkBbYe3kV4LXj/VBeh0/HTZCNjhs8gB1frfJ2r1ZG3j+Q3taeKV4jhZcM1SyRbFh5ZGHiVSJPVefgBPi7UXBrw==", + "url": "https://registry.npmjs.org/@aws-amplify/auth/-/auth-5.6.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__yargs-parser__21.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yargs-parser", + "version": "21.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yargs-parser": [ + "21.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yargs-parser__18.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yargs-parser", + "version": "18.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "camelcase": "5.3.1", + "decamelize": "1.2.0" + }, + "transitive_closure": { + "camelcase": [ + "5.3.1" + ], + "decamelize": [ + "1.2.0" + ], + "yargs-parser": [ + "18.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_electron_notarize__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@electron/notarize", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@electron/notarize" + ] + }, + "deps": { + "debug": "4.3.4", + "fs-extra": "9.1.0", + "promise-retry": "2.0.1" + }, + "transitive_closure": { + "@electron/notarize": [ + "2.1.0" + ], + "at-least-node": [ + "1.0.0" + ], + "debug": [ + "4.3.4" + ], + "err-code": [ + "2.0.3" + ], + "fs-extra": [ + "9.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "ms": [ + "2.1.2" + ], + "promise-retry": [ + "2.0.1" + ], + "retry": [ + "0.12.0" + ], + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-plugin-vue__9.25.0__eslint_8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-plugin-vue", + "version": "9.25.0_eslint_8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "eslint-plugin-vue" + ] + }, + "integrity": "sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA==", + "url": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.25.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__spdx-correct__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "spdx-correct", + "version": "3.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "spdx-expression-parse": "3.0.1", + "spdx-license-ids": "3.0.17" + }, + "transitive_closure": { + "spdx-correct": [ + "3.2.0" + ], + "spdx-exceptions": [ + "2.5.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-license-ids": [ + "3.0.17" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__array.prototype.flat__1.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "array.prototype.flat", + "version": "1.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "url": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron-publish__22.14.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "electron-publish", + "version": "22.14.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0oP3QiNj3e8ewOaEpEJV/o6Zrmy2VarVvZ/bH7kyO/S/aJf9x8vQsKVWpsdmSiZ5DJEHgarFIXrnO0ZQf0P9iQ==", + "url": "https://registry.npmjs.org/electron-publish/-/electron-publish-22.14.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-stream__2.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-stream", + "version": "2.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "object-assign": "4.1.1", + "pinkie-promise": "2.0.1" + }, + "transitive_closure": { + "get-stream": [ + "2.3.1" + ], + "object-assign": [ + "4.1.1" + ], + "pinkie": [ + "2.0.4" + ], + "pinkie-promise": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_json-schema-tools_dereferencer__1.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@json-schema-tools/dereferencer", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CUpdGpxNTq1ebMkrgVxS03FHfwkGiw63c+GNzqFAqwqsxR0OsR79aqK8h2ybxTIEhdwiaknSnlUgtUIy7FJ+3A==", + "url": "https://registry.npmjs.org/@json-schema-tools/dereferencer/-/dereferencer-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_community-cli-plugin__0.73.17__-2110264980": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/community-cli-plugin", + "version": "0.73.17_-2110264980", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F3PXZkcHg+1ARIr6FRQCQiB7ZAA+MQXGmq051metRscoLvgYJwj7dgC8pvgy0kexzUkHu5BNKrZeySzUft3xuQ==", + "url": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_numberfield__3.9.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/numberfield", + "version": "3.9.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-btBIcBEfSVCUm6NwJrMrMygoIu/fQGazzD0RhF7PNsfvkFiWn+TSOyQqSXcsUJVOnBfoS/dVWj6r57KA7zl3FA==", + "url": "https://registry.npmjs.org/@react-stately/numberfield/-/numberfield-3.9.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-symbolicate__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-symbolicate", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "invariant": "2.2.4", + "metro-source-map": "0.80.8", + "nullthrows": "1.1.1", + "source-map": "0.5.7", + "through2": "2.0.5", + "vlq": "1.0.1" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "core-util-is": [ + "1.0.3" + ], + "debug": [ + "4.3.4" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "isarray": [ + "1.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "loose-envify": [ + "1.4.0" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "ms": [ + "2.1.2" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "picocolors": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8" + ], + "safe-buffer": [ + "5.1.2" + ], + "source-map": [ + "0.5.7" + ], + "string_decoder": [ + "1.1.1" + ], + "supports-color": [ + "5.5.0" + ], + "through2": [ + "2.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "vlq": [ + "1.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_test-utils__2.4.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/test-utils", + "version": "2.4.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@vue/test-utils" + ] + }, + "integrity": "sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==", + "url": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-utf8-browser__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-utf8-browser", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gZPySY6JU5gswnw3nGOEHl3tYE7vPKvtXGYoS2NRabfDKRejFvu+4/nNW6SSpoOxk6LSXsrWB39NO51k+G4PVA==", + "url": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__errs__0.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "errs", + "version": "0.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-r+/tydov04FSwTi+PrGd0IdY195Y1jZW2g27TJ+cErU8vvr9V4hHYxtRF8bMjv4zYEhap7wK7zBQ2i99LRo6kA==", + "url": "https://registry.npmjs.org/errs/-/errs-0.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__extsprintf__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "extsprintf", + "version": "1.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "extsprintf": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hasown__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hasown", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "function-bind": "1.1.2" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xtend__4.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xtend", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "url": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-network-error__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-network-error", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "is-network-error" + ] + }, + "deps": {}, + "transitive_closure": { + "is-network-error": [ + "1.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_highlight__7.24.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/highlight", + "version": "7.24.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", + "url": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fastify_busboy__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@fastify/busboy", + "version": "2.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@fastify/busboy": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_playwright_test__1.43.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@playwright/test", + "version": "1.43.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@playwright/test" + ], + "app/ide-desktop/lib/dashboard": [ + "@playwright/test" + ] + }, + "integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==", + "url": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_ianvs_prettier-plugin-sort-imports__4.2.1__prettier_3.2.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@ianvs/prettier-plugin-sort-imports", + "version": "4.2.1_prettier_3.2.5", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@ianvs/prettier-plugin-sort-imports" + ] + }, + "deps": { + "@babel/core": "7.24.4", + "@babel/generator": "7.24.4", + "@babel/parser": "7.24.4", + "@babel/traverse": "7.24.1", + "@babel/types": "7.24.0", + "prettier": "3.2.5", + "semver": "7.6.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@ianvs/prettier-plugin-sort-imports": [ + "4.2.1_prettier_3.2.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "prettier": [ + "3.2.5" + ], + "semver": [ + "6.3.1", + "7.6.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-import__15.1.0__postcss_8.4.38": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss-import", + "version": "15.1.0_postcss_8.4.38", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "url": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__babel-plugin-polyfill-regenerator__0.6.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "babel-plugin-polyfill-regenerator", + "version": "0.6.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==", + "url": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-stately__3.30.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-stately", + "version": "3.30.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-stately" + ] + }, + "integrity": "sha512-IEhKHMT7wijtczA5vtw/kdq9CZuOIF+ReoSimydTFiABRQxWO9ESAl/fToXOUM9qmCdhdqjGJgMAhqTnmheh8g==", + "url": "https://registry.npmjs.org/react-stately/-/react-stately-3.30.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_switch__3.6.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/switch", + "version": "3.6.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/toggle": "3.10.2_react_18.2.0", + "@react-stately/toggle": "3.7.2_react_18.2.0", + "@react-types/switch": "3.5.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/switch": [ + "3.6.2_react_18.2.0" + ], + "@react-aria/toggle": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/toggle": [ + "3.7.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/switch": [ + "3.5.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-brush__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-brush", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-dispatch": "3.0.1", + "d3-drag": "3.0.0", + "d3-interpolate": "3.0.1", + "d3-selection": "3.0.0", + "d3-transition": "3.0.1_d3-selection_3.0.0" + }, + "transitive_closure": { + "d3-brush": [ + "3.0.0" + ], + "d3-color": [ + "3.1.0" + ], + "d3-dispatch": [ + "3.0.1" + ], + "d3-drag": [ + "3.0.0" + ], + "d3-ease": [ + "3.0.1" + ], + "d3-interpolate": [ + "3.0.1" + ], + "d3-selection": [ + "3.0.0" + ], + "d3-timer": [ + "3.0.1" + ], + "d3-transition": [ + "3.0.1_d3-selection_3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__regenerate__1.4.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "regenerate", + "version": "1.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "url": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__side-channel__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "side-channel", + "version": "1.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "es-errors": "1.3.0", + "get-intrinsic": "1.2.4", + "object-inspect": "1.13.1" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-inspect": [ + "1.13.1" + ], + "set-function-length": [ + "1.2.2" + ], + "side-channel": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tunnel-agent__0.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tunnel-agent", + "version": "0.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "url": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fortawesome_react-fontawesome__0.2.0__-1020781109": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@fortawesome/react-fontawesome", + "version": "0.2.0_-1020781109", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@fortawesome/react-fontawesome" + ] + }, + "integrity": "sha512-uHg75Rb/XORTtVt7OS9WoK8uM276Ufi7gCzshVWkUJbHhh3svsUUeqXerrM96Wm7fRiDzfKRwSoahhMIkGAYHw==", + "url": "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__file-entry-cache__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "file-entry-cache", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "flat-cache": "3.2.0" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "json-buffer": [ + "3.0.1" + ], + "keyv": [ + "4.5.4" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "rimraf": [ + "3.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__onetime__6.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "onetime", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "url": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lighthouse-logger__1.4.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lighthouse-logger", + "version": "1.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "2.6.9", + "marky": "1.2.5" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "marky": [ + "1.2.5" + ], + "ms": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_credential-provider-process__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/credential-provider-process", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/credential-provider-ini": "3.6.1", + "@aws-sdk/property-provider": "3.6.1", + "@aws-sdk/shared-ini-file-loader": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/credential-provider-ini": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-process": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-json-strings", + "version": "7.8.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_server-renderer__3.4.23__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/server-renderer", + "version": "3.4.23_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LDwGHtnIzvKFNS8dPJ1SSU5Gvm36p2ck8wCZc52fc3k/IfjKcwCyrWEf0Yag/2wTFUBXrqizfhK9c/mC367dXQ==", + "url": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__section-matter__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "section-matter", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "extend-shallow": "2.0.1", + "kind-of": "6.0.3" + }, + "transitive_closure": { + "extend-shallow": [ + "2.0.1" + ], + "is-extendable": [ + "0.1.1" + ], + "kind-of": [ + "6.0.3" + ], + "section-matter": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-parse__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-parse", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-parse": [ + "1.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__builder-util__22.14.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "builder-util", + "version": "22.14.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oePC/qrrUuerhmH5iaCJzPRAKlSBylrhzuAJmRQClTyWnZUv6jbaHh+VoHMbEiE661wrj2S2aV7/bQh12cj1OA==", + "url": "https://registry.npmjs.org/builder-util/-/builder-util-22.14.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve-pkg-maps__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "resolve-pkg-maps", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-pkg-maps": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__whatwg-url__11.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "whatwg-url", + "version": "11.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "tr46": "3.0.0", + "webidl-conversions": "7.0.0" + }, + "transitive_closure": { + "punycode": [ + "2.3.1" + ], + "tr46": [ + "3.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-url": [ + "11.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__intl-messageformat__10.5.11": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "intl-messageformat", + "version": "10.5.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eYq5fkFBVxc7GIFDzpFQkDOZgNayNTQn4Oufe8jw6YY6OHVw70/4pA3FyCsQ0Gb2DnvEJEMmN2tOaXUGByM+kg==", + "url": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vite__5.2.9__at_types_node_20.12.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vite", + "version": "5.2.9_at_types_node_20.12.7", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "vite" + ], + "app/ide-desktop/lib/dashboard": [ + "vite" + ] + }, + "deps": { + "fsevents": "2.3.3", + "@types/node": "20.12.7", + "esbuild": "0.20.2", + "postcss": "8.4.38", + "rollup": "4.14.3" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "esbuild": [ + "0.20.2" + ], + "fsevents": [ + "2.3.3" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__wcwidth__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "wcwidth", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "url": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_calendar__3.5.6__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/calendar", + "version": "3.5.6_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PA0Ur5WcODMn7t2gCUvq61YktkB+WlSZjzDr5kcY3sdl53ZjiyqCa2hYgrb6R0J859LVJXAp+5Qaproz8g1oLA==", + "url": "https://registry.npmjs.org/@react-aria/calendar/-/calendar-3.5.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_win32-x64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/win32-x64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==", + "url": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__command-exists__1.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "command-exists", + "version": "1.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==", + "url": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__deprecated-react-native-prop-types__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "deprecated-react-native-prop-types", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cIK8KYiiGVOFsKdPMmm1L3tA/Gl+JopXL6F5+C7x39MyPsQYnP57Im/D6bNUzcborD7fcMwiwZqcBdBXXZucYQ==", + "url": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsx-ast-utils__3.3.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsx-ast-utils", + "version": "3.3.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "url": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jest-worker__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jest-worker", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7", + "jest-util": "29.7.0", + "merge-stream": "2.0.0", + "supports-color": "8.1.1" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "4.0.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "merge-stream": [ + "2.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_shared-ini-file-loader__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/shared-ini-file-loader", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BnLHtsNLOoow6rPV+QVi6jnovU5g1m0YzoUG0BQYZ1ALyVlWVr0VvlUX30gMDfdYoPMp+DHvF8GXdMuGINq6kQ==", + "url": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__locate-path__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "locate-path", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-locate": "3.0.0", + "path-exists": "3.0.0" + }, + "transitive_closure": { + "locate-path": [ + "3.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-freebsd-x64__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-freebsd-x64", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z6NberUUw5ALES6Ixn2shmjRRrM1cmEn1ZQPiM5IrZ6xHHL5a1lPin9pRv+w6eWfcrEo+qGG6R9XfJrpuY3e4g==", + "url": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dot-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dot-case", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "no-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "dot-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_parser__6.21.0__2014865575": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/parser", + "version": "6.21.0_2014865575", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@typescript-eslint/parser" + ] + }, + "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__domelementtype__2.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "domelementtype", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__iconv-lite__0.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "iconv-lite", + "version": "0.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-clean": "12.3.6", + "@react-native-community/cli-config": "12.3.6", + "@react-native-community/cli-debugger-ui": "12.3.6", + "@react-native-community/cli-doctor": "12.3.6", + "@react-native-community/cli-hermes": "12.3.6", + "@react-native-community/cli-plugin-metro": "12.3.6", + "@react-native-community/cli-server-api": "12.3.6", + "@react-native-community/cli-tools": "12.3.6", + "@react-native-community/cli-types": "12.3.6", + "chalk": "4.1.2", + "commander": "9.5.0", + "deepmerge": "4.3.1", + "execa": "5.1.1", + "find-up": "4.1.0", + "fs-extra": "8.1.0", + "graceful-fs": "4.2.11", + "prompts": "2.4.2", + "semver": "7.6.0" + }, + "transitive_closure": { + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@jest/types": [ + "26.6.2" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "15.0.19" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "accepts": [ + "1.3.8" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "astral-regex": [ + "1.0.0" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "buffer": [ + "5.7.1" + ], + "bytes": [ + "3.0.0" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "9.5.0" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "errorhandler": [ + "1.5.1" + ], + "escape-html": [ + "1.0.3" + ], + "esprima": [ + "4.0.1" + ], + "etag": [ + "1.8.1" + ], + "execa": [ + "5.1.1" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "finalhandler": [ + "1.1.2" + ], + "find-up": [ + "4.1.0", + "5.0.0" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "4.0.0" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "import-fresh": [ + "2.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "isexe": [ + "2.0.0" + ], + "joi": [ + "17.12.3" + ], + "js-yaml": [ + "3.14.1" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "jsonfile": [ + "4.0.0" + ], + "kleur": [ + "3.0.3" + ], + "locate-path": [ + "5.0.0", + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "lru-cache": [ + "6.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "nocache": [ + "3.0.4" + ], + "node-fetch": [ + "2.7.0" + ], + "node-stream-zip": [ + "1.15.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "pretty-format": [ + "26.6.2" + ], + "prompts": [ + "2.4.2" + ], + "range-parser": [ + "1.2.1" + ], + "react-is": [ + "17.0.2" + ], + "readable-stream": [ + "3.6.2" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.7.4" + ], + "sprintf-js": [ + "1.0.3" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ], + "wrappy": [ + "1.0.2" + ], + "ws": [ + "7.5.9" + ], + "y18n": [ + "4.0.3" + ], + "yallist": [ + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1" + ], + "yargs-parser": [ + "18.1.3" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jest_create-cache-key-function__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jest/create-cache-key-function", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3" + }, + "transitive_closure": { + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "has-flag": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_utils__3.23.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/utils", + "version": "3.23.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/ssr": "3.9.2_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "clsx": "2.1.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_csstools_selector-specificity__3.0.3__postcss-selector-parser_6.0.16__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@csstools/selector-specificity", + "version": "3.0.3_postcss-selector-parser_6.0.16", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss-selector-parser": "6.0.16" + }, + "transitive_closure": { + "@csstools/selector-specificity": [ + "3.0.3_postcss-selector-parser_6.0.16" + ], + "cssesc": [ + "3.0.0" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level-iterator-stream__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "level-iterator-stream", + "version": "4.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "inherits": "2.0.4", + "readable-stream": "3.6.2", + "xtend": "4.0.2" + }, + "transitive_closure": { + "inherits": [ + "2.0.4" + ], + "level-iterator-stream": [ + "4.0.2" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__html-encoding-sniffer__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "html-encoding-sniffer", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "whatwg-encoding": "2.0.0" + }, + "transitive_closure": { + "html-encoding-sniffer": [ + "3.0.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ], + "whatwg-encoding": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isomorphic-fetch__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isomorphic-fetch", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==", + "url": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_highlight__7.24.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/highlight", + "version": "7.24.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/helper-validator-identifier": "7.22.20", + "chalk": "2.4.2", + "js-tokens": "4.0.0", + "picocolors": "1.0.0" + }, + "transitive_closure": { + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "picocolors": [ + "1.0.0" + ], + "supports-color": [ + "5.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__define-lazy-prop__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "define-lazy-prop", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "define-lazy-prop": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sentry_replay__7.111.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry/replay", + "version": "7.111.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sentry-internal/tracing": "7.111.0", + "@sentry/core": "7.111.0", + "@sentry/types": "7.111.0", + "@sentry/utils": "7.111.0" + }, + "transitive_closure": { + "@sentry-internal/tracing": [ + "7.111.0" + ], + "@sentry/core": [ + "7.111.0" + ], + "@sentry/replay": [ + "7.111.0" + ], + "@sentry/types": [ + "7.111.0" + ], + "@sentry/utils": [ + "7.111.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yargs-parser__21.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yargs-parser", + "version": "21.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__crc__3.8.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "crc", + "version": "3.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==", + "url": "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sisteransi__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sisteransi", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "url": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_runtime-dom__3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/runtime-dom", + "version": "3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RXJFwwykZWBkMiTPSLEWU3kgVLNAfActBfWFlZd0y79FTUxexogd0PLG4HH2LfOktjRxV47Nulygh0JFXe5f9A==", + "url": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_noble_hashes__1.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@noble/hashes", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@noble/hashes" + ] + }, + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", + "url": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__level-js__5.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "level-js", + "version": "5.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg==", + "url": "https://registry.npmjs.org/level-js/-/level-js-5.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_unbzip2-stream__1.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/unbzip2-stream", + "version": "1.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/unbzip2-stream" + ] + }, + "integrity": "sha512-D8X5uuJRISqc8YtwL8jNW2FpPdUOCYXbfD6zNROCTbVXK9nawucxh10tVXE3MPjnHdRA1LvB0zDxVya/lBsnYw==", + "url": "https://registry.npmjs.org/@types/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-named-capturing-groups-regex", + "version": "7.22.5_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_stripe_react-stripe-js__2.7.0__-314848309__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@stripe/react-stripe-js", + "version": "2.7.0_-314848309", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "@stripe/react-stripe-js" + ] + }, + "deps": { + "@stripe/stripe-js": "2.4.0", + "prop-types": "15.8.1", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@stripe/react-stripe-js": [ + "2.7.0_-314848309" + ], + "@stripe/stripe-js": [ + "2.4.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "react-is": [ + "16.13.1" + ], + "scheduler": [ + "0.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__data-urls__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "data-urls", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", + "url": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-base64-decode__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-base64-decode", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fast-base64-decode": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bignumber.js__2.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bignumber.js", + "version": "2.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uw4ra6Cv483Op/ebM0GBKKfxZlSmn6NgFRby5L3yGTlunLj53KQgndDlqy2WVFOwgvurocApYkSud0aO+mvrpQ==", + "url": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regenerator-runtime__0.13.11__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "regenerator-runtime", + "version": "0.13.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regenerator-runtime": [ + "0.13.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__available-typed-arrays__1.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "available-typed-arrays", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "url": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-stream__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-stream", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-stream": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minipass__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minipass", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "url": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__histoire__0.17.17__956355448__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "histoire", + "version": "0.17.17_956355448", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "histoire" + ] + }, + "deps": { + "@akryum/tinypool": "0.3.1", + "@histoire/app": "0.17.17_vite_5.2.9", + "@histoire/controls": "0.17.17_vite_5.2.9", + "@histoire/shared": "0.17.17_vite_5.2.9", + "@histoire/vendors": "0.17.17", + "@types/flexsearch": "0.7.6", + "@types/markdown-it": "12.2.3", + "birpc": "0.1.1", + "change-case": "4.1.2", + "chokidar": "3.6.0", + "connect": "3.7.0", + "defu": "6.1.4", + "diacritics": "1.3.0", + "flexsearch": "0.7.21", + "fs-extra": "10.1.0", + "globby": "13.2.2", + "gray-matter": "4.0.3", + "jiti": "1.21.0", + "jsdom": "20.0.3", + "markdown-it": "12.3.2", + "markdown-it-anchor": "8.6.7_-980411654", + "markdown-it-attrs": "4.1.6_markdown-it_12.3.2", + "markdown-it-emoji": "2.0.2", + "micromatch": "4.0.5", + "mrmime": "1.0.1", + "pathe": "1.1.2", + "picocolors": "1.0.0", + "sade": "1.8.1", + "shiki-es": "0.2.0", + "sirv": "2.0.4", + "vite": "5.2.9_at_types_node_20.12.7", + "vite-node": "0.34.7_at_types_node_20.12.7" + }, + "transitive_closure": { + "@akryum/tinypool": [ + "0.3.1" + ], + "@codemirror/commands": [ + "6.4.0" + ], + "@codemirror/lang-json": [ + "6.0.1" + ], + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/lint": [ + "6.5.0" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/theme-one-dark": [ + "6.1.2" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@histoire/app": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/controls": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/shared": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/vendors": [ + "0.17.17" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/json": [ + "1.0.2" + ], + "@lezer/lr": [ + "1.4.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@polka/url": [ + "1.0.0-next.25" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/flexsearch": [ + "0.7.6" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/linkify-it": [ + "3.0.5" + ], + "@types/markdown-it": [ + "12.2.3" + ], + "@types/mdurl": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.11.3" + ], + "acorn-globals": [ + "7.0.1" + ], + "acorn-walk": [ + "8.3.2" + ], + "agent-base": [ + "6.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "argparse": [ + "1.0.10", + "2.0.1" + ], + "asynckit": [ + "0.4.0" + ], + "binary-extensions": [ + "2.3.0" + ], + "birpc": [ + "0.1.1" + ], + "braces": [ + "3.0.2" + ], + "cac": [ + "6.7.14" + ], + "camel-case": [ + "4.1.2" + ], + "capital-case": [ + "1.0.4" + ], + "change-case": [ + "4.1.2" + ], + "chokidar": [ + "3.6.0" + ], + "combined-stream": [ + "1.0.8" + ], + "confbox": [ + "0.1.7" + ], + "connect": [ + "3.7.0" + ], + "constant-case": [ + "3.0.4" + ], + "crelt": [ + "1.0.6" + ], + "cssom": [ + "0.3.8", + "0.5.0" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "3.0.2" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decimal.js": [ + "10.4.3" + ], + "defu": [ + "6.1.4" + ], + "delayed-stream": [ + "1.0.0" + ], + "diacritics": [ + "1.3.0" + ], + "dir-glob": [ + "3.0.1" + ], + "domexception": [ + "4.0.0" + ], + "dot-case": [ + "3.0.4" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "entities": [ + "2.1.0", + "4.5.0" + ], + "esbuild": [ + "0.20.2" + ], + "escape-html": [ + "1.0.3" + ], + "escodegen": [ + "2.1.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "extend-shallow": [ + "2.0.1" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "flexsearch": [ + "0.7.21" + ], + "form-data": [ + "4.0.0" + ], + "fs-extra": [ + "10.1.0" + ], + "fsevents": [ + "2.3.3" + ], + "glob-parent": [ + "5.1.2" + ], + "globby": [ + "13.2.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "gray-matter": [ + "4.0.3" + ], + "header-case": [ + "2.0.4" + ], + "histoire": [ + "0.17.17_956355448" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "iconv-lite": [ + "0.6.3" + ], + "ignore": [ + "5.3.1" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-extendable": [ + "0.1.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "jiti": [ + "1.21.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsdom": [ + "20.0.3" + ], + "jsonfile": [ + "6.1.0" + ], + "kind-of": [ + "6.0.3" + ], + "linkify-it": [ + "3.0.3" + ], + "lower-case": [ + "2.0.2" + ], + "markdown-it": [ + "12.3.2" + ], + "markdown-it-anchor": [ + "8.6.7_-980411654" + ], + "markdown-it-attrs": [ + "4.1.6_markdown-it_12.3.2" + ], + "markdown-it-emoji": [ + "2.0.2" + ], + "mdurl": [ + "1.0.1" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mlly": [ + "1.6.1" + ], + "mri": [ + "1.2.0" + ], + "mrmime": [ + "1.0.1", + "2.0.0" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "no-case": [ + "3.0.4" + ], + "normalize-path": [ + "3.0.0" + ], + "nwsapi": [ + "2.2.7" + ], + "on-finished": [ + "2.3.0" + ], + "param-case": [ + "3.0.4" + ], + "parse5": [ + "7.1.2" + ], + "parseurl": [ + "1.3.3" + ], + "pascal-case": [ + "3.1.2" + ], + "path-case": [ + "3.0.4" + ], + "path-type": [ + "4.0.0" + ], + "pathe": [ + "1.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-types": [ + "1.1.0" + ], + "postcss": [ + "8.4.38" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "querystringify": [ + "2.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "readdirp": [ + "3.6.0" + ], + "requires-port": [ + "1.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rollup": [ + "4.14.3" + ], + "run-parallel": [ + "1.2.0" + ], + "sade": [ + "1.8.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "saxes": [ + "6.0.0" + ], + "section-matter": [ + "1.0.0" + ], + "sentence-case": [ + "3.0.4" + ], + "shiki-es": [ + "0.2.0" + ], + "sirv": [ + "2.0.4" + ], + "slash": [ + "4.0.0" + ], + "snake-case": [ + "3.0.4" + ], + "source-map": [ + "0.6.1" + ], + "source-map-js": [ + "1.2.0" + ], + "sprintf-js": [ + "1.0.3" + ], + "statuses": [ + "1.5.0" + ], + "strip-bom-string": [ + "1.0.0" + ], + "style-mod": [ + "4.1.2" + ], + "symbol-tree": [ + "3.2.4" + ], + "to-regex-range": [ + "5.0.1" + ], + "totalist": [ + "3.0.1" + ], + "tough-cookie": [ + "4.1.3" + ], + "tr46": [ + "3.0.0" + ], + "tslib": [ + "2.6.2" + ], + "uc.micro": [ + "1.0.6" + ], + "ufo": [ + "1.5.3" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "0.2.0", + "2.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "upper-case": [ + "2.0.2" + ], + "upper-case-first": [ + "2.0.2" + ], + "url-parse": [ + "1.5.10" + ], + "utils-merge": [ + "1.0.1" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vite-node": [ + "0.34.7_at_types_node_20.12.7" + ], + "w3c-keyname": [ + "2.2.8" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "11.0.0" + ], + "ws": [ + "8.16.0" + ], + "xml-name-validator": [ + "4.0.0" + ], + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-user-agent-node__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-user-agent-node", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PWwL5EDRwhkXX40m5jjgttlBmLA7vDhHBen1Jcle0RPIDFRVPSE7GgvLF3y4r3SNH0WD6hxqadT50bHQynXW6w==", + "url": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mime__1.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mime", + "version": "1.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "url": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__simple-get__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "simple-get", + "version": "4.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "decompress-response": "6.0.0", + "once": "1.4.0", + "simple-concat": "1.0.1" + }, + "transitive_closure": { + "decompress-response": [ + "6.0.0" + ], + "mimic-response": [ + "3.1.0" + ], + "once": [ + "1.4.0" + ], + "simple-concat": [ + "1.0.1" + ], + "simple-get": [ + "4.0.1" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_node-config-provider__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/node-config-provider", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/property-provider": "3.6.1", + "@aws-sdk/shared-ini-file-loader": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/node-config-provider": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_aix-ppc64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/aix-ppc64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", + "url": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_middleware-host-header__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/middleware-host-header", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nwq8R2fGBRZQE0Fr/jiOgqfppfiTQCUoD8hyX3qSS7Qc2uqpsDOt2TnnoZl56mpQYkF/344IvMAkp+ew6wR73w==", + "url": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__range-parser__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "range-parser", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "range-parser": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mimic-fn__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mimic-fn", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mimic-fn": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-chord__3.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-chord", + "version": "3.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==", + "url": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__uuid__3.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "uuid", + "version": "3.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "url": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fast-check_vitest__0.0.8__vitest_1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@fast-check/vitest", + "version": "0.0.8_vitest_1.5.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@fast-check/vitest" + ], + "app/ide-desktop/lib/dashboard": [ + "@fast-check/vitest" + ] + }, + "deps": { + "fast-check": "3.17.1", + "vitest": "1.5.0_-1312616492" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@fast-check/vitest": [ + "0.0.8_vitest_1.5.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "@vitest/expect": [ + "1.5.0" + ], + "@vitest/runner": [ + "1.5.0" + ], + "@vitest/snapshot": [ + "1.5.0" + ], + "@vitest/spy": [ + "1.5.0" + ], + "@vitest/utils": [ + "1.5.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.11.3" + ], + "acorn-walk": [ + "8.3.2" + ], + "agent-base": [ + "6.0.2" + ], + "ansi-styles": [ + "5.2.0" + ], + "assertion-error": [ + "1.1.0" + ], + "asynckit": [ + "0.4.0" + ], + "cac": [ + "6.7.14" + ], + "chai": [ + "4.4.1" + ], + "check-error": [ + "1.0.3" + ], + "combined-stream": [ + "1.0.8" + ], + "confbox": [ + "0.1.7" + ], + "cross-spawn": [ + "7.0.3" + ], + "cssstyle": [ + "3.0.0" + ], + "data-urls": [ + "4.0.0" + ], + "debug": [ + "4.3.4" + ], + "decimal.js": [ + "10.4.3" + ], + "deep-eql": [ + "4.1.3" + ], + "delayed-stream": [ + "1.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "domexception": [ + "4.0.0" + ], + "entities": [ + "4.5.0" + ], + "esbuild": [ + "0.20.2" + ], + "estree-walker": [ + "3.0.3" + ], + "execa": [ + "8.0.1" + ], + "fast-check": [ + "3.17.1" + ], + "form-data": [ + "4.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "get-func-name": [ + "2.0.2" + ], + "get-stream": [ + "8.0.1" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "human-signals": [ + "5.0.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "is-stream": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "js-tokens": [ + "9.0.0" + ], + "jsdom": [ + "22.1.0" + ], + "local-pkg": [ + "0.5.0" + ], + "loupe": [ + "2.3.7" + ], + "magic-string": [ + "0.30.10" + ], + "merge-stream": [ + "2.0.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "4.0.0" + ], + "mlly": [ + "1.6.1" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "npm-run-path": [ + "5.3.0" + ], + "nwsapi": [ + "2.2.7" + ], + "onetime": [ + "6.0.0" + ], + "p-limit": [ + "5.0.0" + ], + "parse5": [ + "7.1.2" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "pathe": [ + "1.1.2" + ], + "pathval": [ + "1.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "pkg-types": [ + "1.1.0" + ], + "postcss": [ + "8.4.38" + ], + "pretty-format": [ + "29.7.0" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "pure-rand": [ + "6.1.0" + ], + "querystringify": [ + "2.2.0" + ], + "react-is": [ + "18.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "rollup": [ + "4.14.3" + ], + "rrweb-cssom": [ + "0.6.0" + ], + "safer-buffer": [ + "2.1.2" + ], + "saxes": [ + "6.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "siginfo": [ + "2.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "source-map-js": [ + "1.2.0" + ], + "stackback": [ + "0.0.2" + ], + "std-env": [ + "3.7.0" + ], + "strip-final-newline": [ + "3.0.0" + ], + "strip-literal": [ + "2.1.0" + ], + "symbol-tree": [ + "3.2.4" + ], + "tinybench": [ + "2.7.0" + ], + "tinypool": [ + "0.8.4" + ], + "tinyspy": [ + "2.2.1" + ], + "tough-cookie": [ + "4.1.3" + ], + "tr46": [ + "4.1.1" + ], + "type-detect": [ + "4.0.8" + ], + "ufo": [ + "1.5.3" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vite-node": [ + "1.5.0_at_types_node_20.12.7" + ], + "vitest": [ + "1.5.0_-1312616492" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "12.0.1" + ], + "which": [ + "2.0.2" + ], + "why-is-node-running": [ + "2.2.2" + ], + "ws": [ + "8.16.0" + ], + "xml-name-validator": [ + "4.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "yocto-queue": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__makeerror__1.0.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "makeerror", + "version": "1.0.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "url": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pify__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pify", + "version": "2.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pify": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-deep-equal__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-deep-equal", + "version": "3.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fast-deep-equal": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__file-uri-to-path__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "file-uri-to-path", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "url": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jridgewell_trace-mapping__0.3.25": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jridgewell/trace-mapping", + "version": "0.3.25", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "url": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_commands__6.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/commands", + "version": "6.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HB3utD5GxCvEhSyj5EuG9KpuQQhFpxalh3lwrspyL/GeSNDe4c6JDxVzL12SJ+7gUknHjZzmq7OPCb9QPgiRmQ==", + "url": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-proposal-async-generator-functions__7.20.7__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-async-generator-functions", + "version": "7.20.7_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-remap-async-to-generator": "7.22.20_at_babel_core_7.24.4", + "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__linkify-it__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "linkify-it", + "version": "3.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "uc.micro": "1.0.6" + }, + "transitive_closure": { + "linkify-it": [ + "3.0.3" + ], + "uc.micro": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-potential-custom-element-name__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-potential-custom-element-name", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "url": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_toggle__3.10.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/toggle", + "version": "3.10.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/toggle": "3.7.2_react_18.2.0", + "@react-types/checkbox": "3.7.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/toggle": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/toggle": [ + "3.7.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__proto-list__1.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "proto-list", + "version": "1.2.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "proto-list": [ + "1.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sanitize-filename__1.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sanitize-filename", + "version": "1.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==", + "url": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_keyv__3.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/keyv", + "version": "3.1.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aashutoshrathi_word-wrap__1.2.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aashutoshrathi/word-wrap", + "version": "1.2.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__saxes__6.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "saxes", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", + "url": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-remap-async-to-generator", + "version": "7.22.20_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-wrap-function": "7.22.20" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__entities__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "entities", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "url": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_hash-sum__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/hash-sum", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/hash-sum" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/hash-sum": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_searchfield__3.5.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/searchfield", + "version": "3.5.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gBfsT1WpY8UIb74yyYmnjiHpVasph2mdmGj9i8cGF2HUYwx5p+Fr85mtCGDph0uirvRoM5ExMp4snD+ueNAVCg==", + "url": "https://registry.npmjs.org/@react-types/searchfield/-/searchfield-3.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_verror__1.10.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/verror", + "version": "1.10.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/verror": [ + "1.10.10" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_win32-x64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/win32-x64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/win32-x64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pascal-case__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pascal-case", + "version": "3.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "no-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "pascal-case": [ + "3.1.2" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__intl-messageformat__10.5.11__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "intl-messageformat", + "version": "10.5.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@formatjs/ecma402-abstract": "1.18.2", + "@formatjs/fast-memoize": "2.2.0", + "@formatjs/icu-messageformat-parser": "2.7.6", + "tslib": "2.6.2" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "intl-messageformat": [ + "10.5.11" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cross-spawn__7.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cross-spawn", + "version": "7.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__got__9.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "got", + "version": "9.6.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@sindresorhus/is": "0.14.0", + "@szmarczak/http-timer": "1.1.2", + "@types/keyv": "3.1.4", + "@types/responselike": "1.0.3", + "cacheable-request": "6.1.0", + "decompress-response": "3.3.0", + "duplexer3": "0.1.5", + "get-stream": "4.1.0", + "lowercase-keys": "1.0.1", + "mimic-response": "1.0.1", + "p-cancelable": "1.1.0", + "to-readable-stream": "1.0.0", + "url-parse-lax": "3.0.0" + }, + "transitive_closure": { + "@sindresorhus/is": [ + "0.14.0" + ], + "@szmarczak/http-timer": [ + "1.1.2" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "cacheable-request": [ + "6.1.0" + ], + "clone-response": [ + "1.0.3" + ], + "decompress-response": [ + "3.3.0" + ], + "defer-to-connect": [ + "1.1.3" + ], + "duplexer3": [ + "0.1.5" + ], + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "4.1.0", + "5.2.0" + ], + "got": [ + "9.6.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "normalize-url": [ + "4.5.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "1.1.0" + ], + "prepend-http": [ + "2.0.0" + ], + "pump": [ + "3.0.0" + ], + "responselike": [ + "1.0.2" + ], + "to-readable-stream": [ + "1.0.0" + ], + "undici-types": [ + "5.26.5" + ], + "url-parse-lax": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__computeds__0.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "computeds", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==", + "url": "https://registry.npmjs.org/computeds/-/computeds-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__defer-to-connect__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "defer-to-connect", + "version": "1.1.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "defer-to-connect": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-polygon__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-polygon", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", + "url": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-class-static-block", + "version": "7.14.5_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pathval__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pathval", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pathval": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__synckit__0.8.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "synckit", + "version": "0.8.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==", + "url": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_switch__3.5.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/switch", + "version": "3.5.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/switch": [ + "3.5.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-inside-container__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-inside-container", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "is-docker": "3.0.0" + }, + "transitive_closure": { + "is-docker": [ + "3.0.0" + ], + "is-inside-container": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__loupe__2.3.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "loupe", + "version": "2.3.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-func-name": "2.0.2" + }, + "transitive_closure": { + "get-func-name": [ + "2.0.2" + ], + "loupe": [ + "2.3.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-binary-path__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-binary-path", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "binary-extensions": "2.3.0" + }, + "transitive_closure": { + "binary-extensions": [ + "2.3.0" + ], + "is-binary-path": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map-support__0.5.21": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "source-map-support", + "version": "0.5.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_utils__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vitest/utils", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "diff-sequences": "29.6.3", + "estree-walker": "3.0.3", + "loupe": "2.3.7", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/estree": [ + "1.0.5" + ], + "@vitest/utils": [ + "1.5.0" + ], + "ansi-styles": [ + "5.2.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "estree-walker": [ + "3.0.3" + ], + "get-func-name": [ + "2.0.2" + ], + "loupe": [ + "2.3.7" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__istanbul-reports__3.1.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "istanbul-reports", + "version": "3.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", + "url": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__deprecated-react-native-prop-types__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "deprecated-react-native-prop-types", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native/normalize-colors": "0.73.2", + "invariant": "2.2.4", + "prop-types": "15.8.1" + }, + "transitive_closure": { + "@react-native/normalize-colors": [ + "0.73.2" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "invariant": [ + "2.2.4" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react-is": [ + "16.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__to-ico__1.1.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "to-ico", + "version": "1.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "to-ico" + ], + "app/ide-desktop/lib/icons": [ + "to-ico" + ] + }, + "integrity": "sha512-5kIh7m7bkIlqIESEZkL8gAMMzucXKfPe3hX2FoDY5HEAfD9OJU+Qh9b6Enp74w0qRcxVT5ejss66PHKqc3AVkg==", + "url": "https://registry.npmjs.org/to-ico/-/to-ico-1.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__qs__6.11.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "qs", + "version": "6.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "url": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_discordjs_rest__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@discordjs/rest", + "version": "2.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@discordjs/collection": "2.0.0", + "@discordjs/util": "1.0.2", + "@sapphire/async-queue": "1.5.2", + "@sapphire/snowflake": "3.5.1", + "@vladfrangu/async_event_emitter": "2.2.4", + "discord-api-types": "0.37.61", + "magic-bytes.js": "1.10.0", + "tslib": "2.6.2", + "undici": "5.27.2" + }, + "transitive_closure": { + "@discordjs/collection": [ + "2.0.0" + ], + "@discordjs/rest": [ + "2.2.0" + ], + "@discordjs/util": [ + "1.0.2" + ], + "@fastify/busboy": [ + "2.1.1" + ], + "@sapphire/async-queue": [ + "1.5.2" + ], + "@sapphire/snowflake": [ + "3.5.1" + ], + "@vladfrangu/async_event_emitter": [ + "2.2.4" + ], + "discord-api-types": [ + "0.37.61" + ], + "magic-bytes.js": [ + "1.10.0" + ], + "tslib": [ + "2.6.2" + ], + "undici": [ + "5.27.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_plist__3.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/plist", + "version": "3.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==", + "url": "https://registry.npmjs.org/@types/plist/-/plist-3.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_eslint-plugin__6.21.0__811259461__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/eslint-plugin", + "version": "6.21.0_811259461", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "@typescript-eslint/eslint-plugin" + ] + }, + "deps": { + "@eslint-community/regexpp": "4.10.0", + "@typescript-eslint/parser": "6.21.0_2014925250", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/type-utils": "6.21.0_2014925250", + "@typescript-eslint/utils": "6.21.0_2014925250", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "4.3.4", + "eslint": "8.57.0", + "graphemer": "1.4.0", + "ignore": "5.3.1", + "natural-compare": "1.4.0", + "semver": "7.6.0", + "ts-api-utils": "1.3.0_typescript_5.4.5", + "typescript": "5.4.5" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/semver": [ + "7.5.8" + ], + "@typescript-eslint/eslint-plugin": [ + "6.21.0_811259461" + ], + "@typescript-eslint/parser": [ + "6.21.0_2014925250" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/type-utils": [ + "6.21.0_2014925250" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.4.5" + ], + "@typescript-eslint/utils": [ + "6.21.0_2014925250" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.4.5" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.4.5" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_floating-ui_utils__0.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@floating-ui/utils", + "version": "0.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==", + "url": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__matcher__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "matcher", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "escape-string-regexp": "4.0.0" + }, + "transitive_closure": { + "escape-string-regexp": [ + "4.0.0" + ], + "matcher": [ + "3.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_internationalized_string__3.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@internationalized/string", + "version": "3.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@swc/helpers": "0.5.10" + }, + "transitive_closure": { + "@internationalized/string": [ + "3.2.1" + ], + "@swc/helpers": [ + "0.5.10" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__function.prototype.name__1.1.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "function.prototype.name", + "version": "1.1.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "functions-have-names": "1.2.3" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__range-parser__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "range-parser", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "url": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__once__1.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "once", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "url": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vite__5.2.9__lightningcss_1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vite", + "version": "5.2.9_lightningcss_1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "vite" + ] + }, + "integrity": "sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==", + "url": "https://registry.npmjs.org/vite/-/vite-5.2.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_property-provider__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/property-provider", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__global-dirs__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "global-dirs", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", + "url": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__imurmurhash__0.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "imurmurhash", + "version": "0.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "imurmurhash": [ + "0.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pupa__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pupa", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", + "url": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sapphire_shapeshift__3.9.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sapphire/shapeshift", + "version": "3.9.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "fast-deep-equal": "3.1.3", + "lodash": "4.17.21" + }, + "transitive_closure": { + "@sapphire/shapeshift": [ + "3.9.7" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "lodash": [ + "4.17.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__marky__1.2.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "marky", + "version": "1.2.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "marky": [ + "1.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_babel__template__7.4.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/babel__template", + "version": "7.4.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "url": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__aws4__1.12.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "aws4", + "version": "1.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", + "url": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prr__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prr", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "url": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_ws__8.5.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/ws", + "version": "8.5.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/ws": [ + "8.5.9" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mkdirp__0.5.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mkdirp", + "version": "0.5.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minimist": "1.2.8" + }, + "transitive_closure": { + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsbn__0.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsbn", + "version": "0.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsbn": [ + "0.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lower-case__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lower-case", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "url": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__merge-stream__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "merge-stream", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "url": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__p-cancelable__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-cancelable", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", + "url": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_runner__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vitest/runner", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vitest/utils": "1.5.0", + "p-limit": "5.0.0", + "pathe": "1.1.2" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/estree": [ + "1.0.5" + ], + "@vitest/runner": [ + "1.5.0" + ], + "@vitest/utils": [ + "1.5.0" + ], + "ansi-styles": [ + "5.2.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "estree-walker": [ + "3.0.3" + ], + "get-func-name": [ + "2.0.2" + ], + "loupe": [ + "2.3.7" + ], + "p-limit": [ + "5.0.0" + ], + "pathe": [ + "1.1.2" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ], + "yocto-queue": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__napi-build-utils__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "napi-build-utils", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==", + "url": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/preset-modules", + "version": "0.1.6-no-external-plugins_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "url": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jscodeshift__0.14.0__at_babel_preset-env_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jscodeshift", + "version": "0.14.0_at_babel_preset-env_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==", + "url": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.14.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_remix-run_router__1.15.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@remix-run/router", + "version": "1.15.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==", + "url": "https://registry.npmjs.org/@remix-run/router/-/router-1.15.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-async-generator-functions__7.24.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-async-generator-functions", + "version": "7.24.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tinybench__2.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tinybench", + "version": "2.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tinybench": [ + "2.7.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-locate__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-locate", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-limit": "3.1.0" + }, + "transitive_closure": { + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-duplicate-keys__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-duplicate-keys", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__type-detect__4.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "type-detect", + "version": "4.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "url": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__string.prototype.trim__1.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string.prototype.trim", + "version": "1.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", + "url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-reserved-words__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-reserved-words", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-hoist-variables__7.22.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-hoist-variables", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "url": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__throat__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "throat", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "throat": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__progress__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "progress", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "url": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__eastasianwidth__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eastasianwidth", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "eastasianwidth": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_json-schema-spec_json-pointer__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@json-schema-spec/json-pointer", + "version": "0.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@json-schema-spec/json-pointer": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isomorphic.js__0.2.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isomorphic.js", + "version": "0.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==", + "url": "https://registry.npmjs.org/isomorphic.js/-/isomorphic.js-0.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chromium-pickle-js__0.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chromium-pickle-js", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1R5Fho+jBq0DDydt+/vHWj5KJNJCKdARKOCwZUen84I5BreWoLqRLANH1U87eJy1tiASPtMnGqJJq0ZsLoRPOw==", + "url": "https://registry.npmjs.org/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__clsx__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "clsx", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "clsx" + ] + }, + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "url": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__roarr__2.15.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "roarr", + "version": "2.15.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "boolean": "3.2.0", + "detect-node": "2.1.0", + "globalthis": "1.0.3", + "json-stringify-safe": "5.0.1", + "semver-compare": "1.0.0", + "sprintf-js": "1.1.3" + }, + "transitive_closure": { + "boolean": [ + "3.2.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "detect-node": [ + "2.1.0" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "object-keys": [ + "1.1.1" + ], + "roarr": [ + "2.15.4" + ], + "semver-compare": [ + "1.0.0" + ], + "sprintf-js": [ + "1.1.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-schema-traverse__0.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-schema-traverse", + "version": "0.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__scheduler__0.24.0-canary-efb381bbf-20230505__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "scheduler", + "version": "0.24.0-canary-efb381bbf-20230505", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "loose-envify": "1.4.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pify__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pify", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pify": [ + "4.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-crc32__0.2.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer-crc32", + "version": "0.2.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", + "url": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-json-comments__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-json-comments", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "url": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__decompress-response__6.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "decompress-response", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "url": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resize-img__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "resize-img", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/4nKUmuNPuM6gYTWad136ica81baOVjpesgv8FGaIvP0KWcbCWahOWBKaM4tFoM+aVcSA+qQDg28pcnIzFRpJw==", + "url": "https://registry.npmjs.org/resize-img/-/resize-img-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-base64-node__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-base64-node", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/util-buffer-from": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/util-base64-node": [ + "3.6.1" + ], + "@aws-sdk/util-buffer-from": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__regjsparser__0.9.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "regjsparser", + "version": "0.9.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "url": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ts-api-utils__1.3.0__typescript_5.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ts-api-utils", + "version": "1.3.0_typescript_5.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "typescript": "5.2.2" + }, + "transitive_closure": { + "ts-api-utils": [ + "1.3.0_typescript_5.2.2" + ], + "typescript": [ + "5.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-wrap-function__7.22.20__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-wrap-function", + "version": "7.22.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/helper-function-name": "7.23.0", + "@babel/template": "7.24.0", + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/types": [ + "7.24.0" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "picocolors": [ + "1.0.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-platform-ios__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-platform-ios", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-tools": "12.3.6", + "chalk": "4.1.2", + "execa": "5.1.1", + "fast-xml-parser": "4.3.6", + "glob": "7.2.3", + "ora": "5.4.1" + }, + "transitive_closure": { + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "buffer": [ + "5.7.1" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "defaults": [ + "1.0.4" + ], + "execa": [ + "5.1.1" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "find-up": [ + "5.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "has-flag": [ + "4.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-interactive": [ + "1.0.0" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "isexe": [ + "2.0.0" + ], + "locate-path": [ + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "lru-cache": [ + "6.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mime": [ + "2.6.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "node-fetch": [ + "2.7.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "readable-stream": [ + "3.6.2" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "tr46": [ + "0.0.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-export-namespace-from", + "version": "7.8.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__semver__6.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "semver", + "version": "6.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "semver": [ + "6.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_tree__3.7.6__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/tree", + "version": "3.7.6_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y8KvEoZX6+YvqjNCVGS3zA/BKw4D3XrUtUKIDme3gu5Mn6z97u+hUXKdXVCniZR7yvV3fHAIXwE5V2K8Oit4aw==", + "url": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.7.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-utf8-browser__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-utf8-browser", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/util-utf8-browser": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_compat-data__7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/compat-data", + "version": "7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/compat-data": [ + "7.24.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__browserslist__4.23.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "browserslist", + "version": "4.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sharp__0.31.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sharp", + "version": "0.31.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "sharp" + ], + "app/ide-desktop/lib/icons": [ + "sharp" + ] + }, + "deps": { + "color": "4.2.3", + "detect-libc": "2.0.3", + "node-addon-api": "5.1.0", + "prebuild-install": "7.1.2", + "semver": "7.6.0", + "simple-get": "4.0.1", + "tar-fs": "2.1.1", + "tunnel-agent": "0.6.0" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "chownr": [ + "1.1.4" + ], + "color": [ + "4.2.3" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "color-string": [ + "1.9.1" + ], + "decompress-response": [ + "6.0.0" + ], + "deep-extend": [ + "0.6.0" + ], + "detect-libc": [ + "2.0.3" + ], + "end-of-stream": [ + "1.4.4" + ], + "expand-template": [ + "2.0.3" + ], + "fs-constants": [ + "1.0.0" + ], + "github-from-package": [ + "0.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "ini": [ + "1.3.8" + ], + "is-arrayish": [ + "0.3.2" + ], + "lru-cache": [ + "6.0.0" + ], + "mimic-response": [ + "3.1.0" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp-classic": [ + "0.5.3" + ], + "napi-build-utils": [ + "1.0.2" + ], + "node-abi": [ + "3.59.0" + ], + "node-addon-api": [ + "5.1.0" + ], + "once": [ + "1.4.0" + ], + "prebuild-install": [ + "7.1.2" + ], + "pump": [ + "3.0.0" + ], + "rc": [ + "1.2.8" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "sharp": [ + "0.31.3" + ], + "simple-concat": [ + "1.0.1" + ], + "simple-get": [ + "4.0.1" + ], + "simple-swizzle": [ + "0.2.2" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-json-comments": [ + "2.0.1" + ], + "tar-fs": [ + "2.1.1" + ], + "tar-stream": [ + "2.2.0" + ], + "tunnel-agent": [ + "0.6.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__typescript__5.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "typescript", + "version": "5.2.2", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "typescript" + ], + "app/ide-desktop/lib/dashboard": [ + "typescript" + ] + }, + "deps": {}, + "transitive_closure": { + "typescript": [ + "5.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_type-utils__6.21.0__2014865575": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/type-utils", + "version": "6.21.0_2014865575", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==", + "url": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ieee754__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ieee754", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "url": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-bugfix-v8-static-class-fields-redefine-readonly__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==", + "url": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__open__6.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "open", + "version": "6.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-wsl": "1.1.0" + }, + "transitive_closure": { + "is-wsl": [ + "1.1.0" + ], + "open": [ + "6.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_utils__6.21.0__2014925250__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/utils", + "version": "6.21.0_2014925250", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@eslint-community/eslint-utils": "4.4.0_eslint_8.57.0", + "@types/json-schema": "7.0.15", + "@types/semver": "7.5.8", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/typescript-estree": "6.21.0_typescript_5.4.5", + "eslint": "8.57.0", + "semver": "7.6.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/semver": [ + "7.5.8" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.4.5" + ], + "@typescript-eslint/utils": [ + "6.21.0_2014925250" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.4.5" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.4.5" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sentry_react__7.111.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry/react", + "version": "7.111.0_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@sentry/react" + ] + }, + "integrity": "sha512-8HVl4D5TsNLaIgXsOa1H+/aOcUHvRBsH+25OzxGpyS5Cu2gSlAQxfXKYxZ0axYoMc7TNkMNdmEhYN+CGV+NUZg==", + "url": "https://registry.npmjs.org/@sentry/react/-/react-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fill-range__7.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fill-range", + "version": "7.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "url": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__default-browser-id__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "default-browser-id", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==", + "url": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-optimise-call-expression__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-optimise-call-expression", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-fill__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer-fill", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==", + "url": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__image-size__0.5.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "image-size", + "version": "0.5.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "image-size": [ + "0.5.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_prop-types__15.7.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/prop-types", + "version": "15.7.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", + "url": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__human-signals__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "human-signals", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "human-signals": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__error-ex__1.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "error-ex", + "version": "1.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-arrayish": "0.2.1" + }, + "transitive_closure": { + "error-ex": [ + "1.3.2" + ], + "is-arrayish": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__boxen__5.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "boxen", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "url": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-schema-ref-parser__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-schema-ref-parser", + "version": "6.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "call-me-maybe": "1.0.2", + "js-yaml": "3.14.1", + "ono": "4.0.11" + }, + "transitive_closure": { + "argparse": [ + "1.0.10" + ], + "call-me-maybe": [ + "1.0.2" + ], + "esprima": [ + "4.0.1" + ], + "format-util": [ + "1.0.5" + ], + "js-yaml": [ + "3.14.1" + ], + "json-schema-ref-parser": [ + "6.1.0" + ], + "ono": [ + "4.0.11" + ], + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-property-descriptors__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "has-property-descriptors", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-define-property": "1.0.0" + }, + "transitive_closure": { + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-amplify_auth__5.6.5__react-native_0.73.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-amplify/auth", + "version": "5.6.5_react-native_0.73.7", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@aws-amplify/auth" + ] + }, + "deps": { + "@aws-amplify/core": "5.8.5_react-native_0.73.7", + "amazon-cognito-identity-js": "6.3.6", + "buffer": "4.9.2", + "tslib": "1.14.1", + "url": "0.11.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@aws-amplify/auth": [ + "5.6.5_react-native_0.73.7" + ], + "@aws-amplify/core": [ + "5.8.5_react-native_0.73.7" + ], + "@aws-crypto/ie11-detection": [ + "1.0.0" + ], + "@aws-crypto/sha256-browser": [ + "1.2.2" + ], + "@aws-crypto/sha256-js": [ + "1.2.2" + ], + "@aws-crypto/supports-web-crypto": [ + "1.0.0" + ], + "@aws-crypto/util": [ + "1.2.2" + ], + "@aws-sdk/abort-controller": [ + "3.6.1" + ], + "@aws-sdk/client-cloudwatch-logs": [ + "3.6.1_react-native_0.73.7" + ], + "@aws-sdk/config-resolver": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-env": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-imds": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-ini": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-node": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-process": [ + "3.6.1" + ], + "@aws-sdk/fetch-http-handler": [ + "3.6.1" + ], + "@aws-sdk/hash-node": [ + "3.6.1" + ], + "@aws-sdk/invalid-dependency": [ + "3.6.1" + ], + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/middleware-content-length": [ + "3.6.1" + ], + "@aws-sdk/middleware-host-header": [ + "3.6.1" + ], + "@aws-sdk/middleware-logger": [ + "3.6.1" + ], + "@aws-sdk/middleware-retry": [ + "3.6.1_react-native_0.73.7" + ], + "@aws-sdk/middleware-serde": [ + "3.6.1" + ], + "@aws-sdk/middleware-signing": [ + "3.6.1" + ], + "@aws-sdk/middleware-stack": [ + "3.6.1" + ], + "@aws-sdk/middleware-user-agent": [ + "3.6.1" + ], + "@aws-sdk/node-config-provider": [ + "3.6.1" + ], + "@aws-sdk/node-http-handler": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/querystring-builder": [ + "3.6.1" + ], + "@aws-sdk/querystring-parser": [ + "3.6.1" + ], + "@aws-sdk/service-error-classification": [ + "3.6.1" + ], + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "@aws-sdk/signature-v4": [ + "3.6.1" + ], + "@aws-sdk/smithy-client": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/url-parser": [ + "3.6.1" + ], + "@aws-sdk/url-parser-native": [ + "3.6.1" + ], + "@aws-sdk/util-base64-browser": [ + "3.6.1" + ], + "@aws-sdk/util-base64-node": [ + "3.6.1" + ], + "@aws-sdk/util-body-length-browser": [ + "3.6.1" + ], + "@aws-sdk/util-body-length-node": [ + "3.6.1" + ], + "@aws-sdk/util-buffer-from": [ + "3.6.1" + ], + "@aws-sdk/util-hex-encoding": [ + "3.6.1" + ], + "@aws-sdk/util-locate-window": [ + "3.535.0" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "@aws-sdk/util-user-agent-browser": [ + "3.6.1" + ], + "@aws-sdk/util-user-agent-node": [ + "3.6.1" + ], + "@aws-sdk/util-utf8-browser": [ + "3.259.0", + "3.6.1" + ], + "@aws-sdk/util-utf8-node": [ + "3.6.1" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@react-native/assets-registry": [ + "0.73.1" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/gradle-plugin": [ + "0.73.4" + ], + "@react-native/js-polyfills": [ + "0.73.1" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@react-native/normalize-colors": [ + "0.73.2" + ], + "@react-native/virtualized-lists": [ + "0.73.4_react-native_0.73.7" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/cookie": [ + "0.3.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/node-fetch": [ + "2.6.4" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "abort-controller": [ + "3.0.0" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "amazon-cognito-identity-js": [ + "6.3.6" + ], + "anser": [ + "1.4.10" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "asap": [ + "2.0.6" + ], + "ast-types": [ + "0.15.2" + ], + "astral-regex": [ + "1.0.0" + ], + "async-limiter": [ + "1.0.1" + ], + "asynckit": [ + "0.4.0" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "bowser": [ + "2.11.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "4.9.2", + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "call-bind": [ + "1.0.7" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0", + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "2.20.3", + "9.5.0" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "cookie": [ + "0.4.2" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "define-data-property": [ + "1.1.4" + ], + "delayed-stream": [ + "1.0.0" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "event-target-shim": [ + "5.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-base64-decode": [ + "1.0.0" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "flow-enums-runtime": [ + "0.0.6" + ], + "flow-parser": [ + "0.206.0" + ], + "form-data": [ + "3.0.1" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "isomorphic-unfetch": [ + "3.1.0" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "joi": [ + "17.12.3" + ], + "js-cookie": [ + "2.2.1" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-android": [ + "250231.0.0" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "4.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "kleur": [ + "3.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "5.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "memoize-one": [ + "5.2.1" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "node-stream-zip": [ + "1.15.0" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "object-assign": [ + "4.1.1" + ], + "object-inspect": [ + "1.13.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "promise": [ + "8.3.0" + ], + "prompts": [ + "2.4.2" + ], + "prop-types": [ + "15.8.1" + ], + "punycode": [ + "1.3.2", + "1.4.1", + "2.3.1" + ], + "qs": [ + "6.12.1" + ], + "querystring": [ + "0.2.0" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react": [ + "18.2.0" + ], + "react-devtools-core": [ + "4.28.5" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "react-native": [ + "0.73.7_-1997537249" + ], + "react-native-get-random-values": [ + "1.11.0_react-native_0.73.7" + ], + "react-native-url-polyfill": [ + "1.3.0_react-native_0.73.7" + ], + "react-refresh": [ + "0.14.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.6" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slash": [ + "3.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1", + "0.7.4" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stack-utils": [ + "2.0.6" + ], + "stackframe": [ + "1.3.4" + ], + "stacktrace-parser": [ + "0.1.10" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ], + "type-detect": [ + "4.0.8" + ], + "type-fest": [ + "0.7.1" + ], + "undici-types": [ + "5.26.5" + ], + "unfetch": [ + "4.2.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "universal-cookie": [ + "4.0.4" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "url": [ + "0.11.0", + "0.11.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "3.4.0" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1", + "5.0.0" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "whatwg-url-without-unicode": [ + "8.0.0-3" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0", + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "4.0.3", + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1", + "17.6.2" + ], + "yargs-parser": [ + "18.1.3", + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ], + "zen-observable": [ + "0.8.15" + ], + "zen-observable-ts": [ + "0.8.19" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cliui__8.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cliui", + "version": "8.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "string-width": "4.2.3", + "strip-ansi": "6.0.1", + "wrap-ansi": "7.0.0" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "cliui": [ + "8.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__denodeify__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "denodeify", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "denodeify": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_slider__3.7.6__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/slider", + "version": "3.7.6_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/slider": "3.5.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/slider": "3.7.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/slider": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/slider": [ + "3.5.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/slider": [ + "3.7.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__defer-to-connect__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "defer-to-connect", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "defer-to-connect": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jest-message-util__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jest-message-util", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", + "url": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mz__2.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mz", + "version": "2.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "any-promise": "1.3.0", + "object-assign": "4.1.1", + "thenify-all": "1.6.0" + }, + "transitive_closure": { + "any-promise": [ + "1.3.0" + ], + "mz": [ + "2.7.0" + ], + "object-assign": [ + "4.1.1" + ], + "thenify": [ + "3.3.1" + ], + "thenify-all": [ + "1.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-scurry__1.10.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-scurry", + "version": "1.10.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==", + "url": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_danmarshall_deckgl-typings__4.9.28": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@danmarshall/deckgl-typings", + "version": "4.9.28", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@danmarshall/deckgl-typings" + ] + }, + "integrity": "sha512-cvp0sPunaOgzI/6Kb9zQjNPOegFrli8t/mWLESTDarZT1xBGe9FwLQ9wQT0XFcVagdlhe2NFBx0oeRy0L4f1GQ==", + "url": "https://registry.npmjs.org/@danmarshall/deckgl-typings/-/deckgl-typings-4.9.28.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__htmlparser2__8.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "htmlparser2", + "version": "8.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "url": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve__1.22.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "resolve", + "version": "1.22.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "url": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_numberfield__3.8.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/numberfield", + "version": "3.8.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/numberfield": [ + "3.8.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fsevents__2.3.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fsevents", + "version": "2.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fsevents": [ + "2.3.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__supports-color__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "supports-color", + "version": "7.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-flag": "4.0.0" + }, + "transitive_closure": { + "has-flag": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_babel__traverse__7.20.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/babel__traverse", + "version": "7.20.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "@types/babel__traverse": [ + "7.20.5" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_dnd__3.2.8__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/dnd", + "version": "3.2.8_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/selection": "3.14.3_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/dnd": [ + "3.2.8_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__throat__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "throat", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==", + "url": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dir-compare__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dir-compare", + "version": "2.4.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-equal": "1.0.0", + "colors": "1.0.3", + "commander": "2.9.0", + "minimatch": "3.0.4" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "buffer-equal": [ + "1.0.0" + ], + "colors": [ + "1.0.3" + ], + "commander": [ + "2.9.0" + ], + "concat-map": [ + "0.0.1" + ], + "dir-compare": [ + "2.4.0" + ], + "graceful-readlink": [ + "1.0.1" + ], + "minimatch": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__indent-string__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "indent-string", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "url": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__truncate-utf8-bytes__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "truncate-utf8-bytes", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==", + "url": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__symbol-tree__3.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "symbol-tree", + "version": "3.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "symbol-tree": [ + "3.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_querystring-parser__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/querystring-parser", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/querystring-parser": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__change-case__4.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "change-case", + "version": "4.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "change-case" + ] + }, + "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==", + "url": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-network-error__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-network-error", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "is-network-error" + ] + }, + "integrity": "sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==", + "url": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__wrappy__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "wrappy", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "url": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__has-tostringtag__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "has-tostringtag", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "url": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cli-truncate__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cli-truncate", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "slice-ansi": "3.0.0", + "string-width": "4.2.3" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "astral-regex": [ + "2.0.0" + ], + "cli-truncate": [ + "2.1.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "slice-ansi": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-unicode-escapes__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-unicode-escapes", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__hermes-profile-transformer__0.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hermes-profile-transformer", + "version": "0.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==", + "url": "https://registry.npmjs.org/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__colors__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "colors", + "version": "1.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "colors": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map-js__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "source-map-js", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-map-js": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-try__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-try", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sinonjs_fake-timers__10.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sinonjs/fake-timers", + "version": "10.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sinonjs/commons": "3.0.1" + }, + "transitive_closure": { + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__got__9.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "got", + "version": "9.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "url": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__set-function-length__1.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "set-function-length", + "version": "1.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-data-property": "1.1.4", + "es-errors": "1.3.0", + "function-bind": "1.1.2", + "get-intrinsic": "1.2.4", + "gopd": "1.0.1", + "has-property-descriptors": "1.0.2" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-timer__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-timer", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-timer": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__normalize-path__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "normalize-path", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "url": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-transition__3.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-transition", + "version": "3.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ew63aJfQ/ms7QQ4X7pk5NxQ9fZH/z+i24ZfJ6tJSfqxJMrYLiK01EAs2/Rtw/JreGUsS3pLPNV644qXFGnoZNQ==", + "url": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-fullwidth-code-point__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-fullwidth-code-point", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-fullwidth-code-point": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-negative-zero__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-negative-zero", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", + "url": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rw__1.3.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rw", + "version": "1.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", + "url": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_checkbox__3.6.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/checkbox", + "version": "3.6.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hWp0GXVbMI4sS2NbBjWgOnHNrRqSV4jeftP8zc5JsIYRmrWBUZitxluB34QuVPzrBO29bGsF0GTArSiQZt6BWw==", + "url": "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron-to-chromium__1.4.742": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "electron-to-chromium", + "version": "1.4.742", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EhE+z1d5RNytAq/qnGAxPR+ie3UzKbv7qqQc0wnEbOh+KDUplgfzkGSCy9d78B+S+nVNTS42BabHXB6Ni+Ud4w==", + "url": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.742.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__hoist-non-react-statics__3.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hoist-non-react-statics", + "version": "3.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "url": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__process__0.11.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "process", + "version": "0.11.10", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "process": [ + "0.11.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_eslint-plugin__6.21.0__811199786": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/eslint-plugin", + "version": "6.21.0_811199786", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@typescript-eslint/eslint-plugin" + ] + }, + "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==", + "url": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__flat-cache__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "flat-cache", + "version": "3.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "flatted": "3.3.1", + "keyv": "4.5.4", + "rimraf": "3.0.2" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "json-buffer": [ + "3.0.1" + ], + "keyv": [ + "4.5.4" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "rimraf": [ + "3.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jest-util__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jest-util", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", + "url": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-final-newline__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-final-newline", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-final-newline": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__write-file-atomic__2.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "write-file-atomic", + "version": "2.4.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "imurmurhash": "0.1.4", + "signal-exit": "3.0.7" + }, + "transitive_closure": { + "graceful-fs": [ + "4.2.11" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "write-file-atomic": [ + "2.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__arraybuffer.prototype.slice__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "arraybuffer.prototype.slice", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", + "url": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__combined-stream__1.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "combined-stream", + "version": "1.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "delayed-stream": "1.0.0" + }, + "transitive_closure": { + "combined-stream": [ + "1.0.8" + ], + "delayed-stream": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-native__0.73.7__-1997537249__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-native", + "version": "0.73.7_-1997537249", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/create-cache-key-function": "29.7.0", + "@react-native-community/cli": "12.3.6", + "@react-native-community/cli-platform-android": "12.3.6", + "@react-native-community/cli-platform-ios": "12.3.6", + "@react-native/assets-registry": "0.73.1", + "@react-native/codegen": "0.73.3_at_babel_preset-env_7.24.4", + "@react-native/community-cli-plugin": "0.73.17_-2110264980", + "@react-native/gradle-plugin": "0.73.4", + "@react-native/js-polyfills": "0.73.1", + "@react-native/normalize-colors": "0.73.2", + "@react-native/virtualized-lists": "0.73.4_react-native_0.73.7", + "abort-controller": "3.0.0", + "anser": "1.4.10", + "ansi-regex": "5.0.1", + "base64-js": "1.5.1", + "chalk": "4.1.2", + "deprecated-react-native-prop-types": "5.0.0", + "event-target-shim": "5.0.1", + "flow-enums-runtime": "0.0.6", + "invariant": "2.2.4", + "jest-environment-node": "29.7.0", + "jsc-android": "250231.0.0", + "memoize-one": "5.2.1", + "metro-runtime": "0.80.8", + "metro-source-map": "0.80.8", + "mkdirp": "0.5.6", + "nullthrows": "1.1.1", + "pretty-format": "26.6.2", + "promise": "8.3.0", + "react": "18.2.0", + "react-devtools-core": "4.28.5", + "react-refresh": "0.14.0", + "react-shallow-renderer": "16.15.0_react_18.2.0", + "regenerator-runtime": "0.13.11", + "scheduler": "0.24.0-canary-efb381bbf-20230505", + "stacktrace-parser": "0.1.10", + "whatwg-fetch": "3.6.20", + "ws": "6.2.2", + "yargs": "17.6.2" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@react-native/assets-registry": [ + "0.73.1" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/gradle-plugin": [ + "0.73.4" + ], + "@react-native/js-polyfills": [ + "0.73.1" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@react-native/normalize-colors": [ + "0.73.2" + ], + "@react-native/virtualized-lists": [ + "0.73.4_react-native_0.73.7" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "abort-controller": [ + "3.0.0" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "anser": [ + "1.4.10" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "asap": [ + "2.0.6" + ], + "ast-types": [ + "0.15.2" + ], + "astral-regex": [ + "1.0.0" + ], + "async-limiter": [ + "1.0.1" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0", + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "2.20.3", + "9.5.0" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "event-target-shim": [ + "5.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "flow-enums-runtime": [ + "0.0.6" + ], + "flow-parser": [ + "0.206.0" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "joi": [ + "17.12.3" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-android": [ + "250231.0.0" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "4.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "kleur": [ + "3.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "5.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "memoize-one": [ + "5.2.1" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "node-stream-zip": [ + "1.15.0" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "object-assign": [ + "4.1.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "promise": [ + "8.3.0" + ], + "prompts": [ + "2.4.2" + ], + "prop-types": [ + "15.8.1" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react": [ + "18.2.0" + ], + "react-devtools-core": [ + "4.28.5" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "react-native": [ + "0.73.7_-1997537249" + ], + "react-refresh": [ + "0.14.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slash": [ + "3.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1", + "0.7.4" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stack-utils": [ + "2.0.6" + ], + "stackframe": [ + "1.3.4" + ], + "stacktrace-parser": [ + "0.1.10" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "2.6.2" + ], + "type-detect": [ + "4.0.8" + ], + "type-fest": [ + "0.7.1" + ], + "undici-types": [ + "5.26.5" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0", + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "4.0.3", + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1", + "17.6.2" + ], + "yargs-parser": [ + "18.1.3", + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_compiler-core__3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/compiler-core", + "version": "3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HAFmuVEwNqNdmk+w4VCQ2pkLk1Vw4XYiiyxEp3z/xvl14aLTUBw2OfVH3vBcx+FtGsynQLkkhK410Nah1N2yyQ==", + "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron-is-dev__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "electron-is-dev", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "electron-is-dev" + ] + }, + "deps": {}, + "transitive_closure": { + "electron-is-dev": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__inherits__2.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "inherits", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-yaml__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-yaml", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "argparse": "2.0.1" + }, + "transitive_closure": { + "argparse": [ + "2.0.1" + ], + "js-yaml": [ + "4.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globals__11.12.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "globals", + "version": "11.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "url": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-cache-key__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-cache-key", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qWKzxrLsRQK5m3oH8ePecqCc+7PEhR03cJE6Z6AxAj0idi99dHOSitTmY0dclXVB9vP2tQIAE8uTd8xkYGk8fA==", + "url": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tinyspy__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tinyspy", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tinyspy": [ + "2.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cacheable-request__7.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cacheable-request", + "version": "7.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==", + "url": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-weakmap__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-weakmap", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "url": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__unicode-match-property-ecmascript__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unicode-match-property-ecmascript", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "unicode-canonical-property-names-ecmascript": "2.0.0", + "unicode-property-aliases-ecmascript": "2.1.0" + }, + "transitive_closure": { + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-ppc64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-ppc64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-ppc64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_ag-grid-community_styles__30.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@ag-grid-community/styles", + "version": "30.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-community/styles" + ] + }, + "deps": {}, + "transitive_closure": { + "@ag-grid-community/styles": [ + "30.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bplist-parser__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bplist-parser", + "version": "0.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "big-integer": "1.6.52" + }, + "transitive_closure": { + "big-integer": [ + "1.6.52" + ], + "bplist-parser": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isomorphic-unfetch__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isomorphic-unfetch", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "node-fetch": "2.7.0", + "unfetch": "4.2.0" + }, + "transitive_closure": { + "isomorphic-unfetch": [ + "3.1.0" + ], + "node-fetch": [ + "2.7.0" + ], + "tr46": [ + "0.0.3" + ], + "unfetch": [ + "4.2.0" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__raw-body__2.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "raw-body", + "version": "2.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "url": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron-to-chromium__1.4.742__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "electron-to-chromium", + "version": "1.4.742", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "electron-to-chromium": [ + "1.4.742" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fresh__0.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fresh", + "version": "0.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "url": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_autocomplete__6.16.0__1625125607": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/autocomplete", + "version": "6.16.0_1625125607", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P/LeCTtZHRTCU4xQsa89vSKWecYv1ZqwzOd5topheGRf+qtacFgBeIMQi3eL8Kt/BUNvxUWkx+5qP2jlGoARrg==", + "url": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.16.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__builtin-modules__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "builtin-modules", + "version": "3.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "builtin-modules": [ + "3.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-levenshtein__2.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-levenshtein", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "url": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-modules-amd__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-modules-amd", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ejs__3.1.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ejs", + "version": "3.1.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", + "url": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-define-polyfill-provider__0.6.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-define-polyfill-provider", + "version": "0.6.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-compilation-targets": "7.23.6", + "@babel/helper-plugin-utils": "7.24.0", + "debug": "4.3.4", + "lodash.debounce": "4.0.8", + "resolve": "1.22.8" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-win32-arm64-msvc__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-win32-arm64-msvc", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+4h2WrGOYsOumDQ5S2sYNyhVfrue+9tc9XcLWLh+Kw3UOxAvrfOrSMFon60KspcDdytkNDh7K2Vs6eMaYImAZg==", + "url": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__verte-vue3__1.1.1__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "verte-vue3", + "version": "1.1.1_vue_3.4.23", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "verte-vue3" + ] + }, + "deps": { + "color-fns": "0.0.10", + "vue": "3.4.23_typescript_5.2.2" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "color-fns": [ + "0.0.10" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "verte-vue3": [ + "1.1.1_vue_3.4.23" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__randexp__0.4.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "randexp", + "version": "0.4.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "discontinuous-range": "1.0.0", + "ret": "0.1.15" + }, + "transitive_closure": { + "discontinuous-range": [ + "1.0.0" + ], + "randexp": [ + "0.4.6" + ], + "ret": [ + "0.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__commander__10.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "commander", + "version": "10.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "url": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__picocolors__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "picocolors", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__loose-envify__1.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "loose-envify", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "url": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-darwin-x64__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-darwin-x64", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R4R1d7VVdq2mG4igMU+Di8GPf0b64ZLnYVkubYnGG0Qxq1KaXQtAzcLI43EkpnoWvB/kUg8JKCWH4S13NfiLcQ==", + "url": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-obj__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-obj", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-obj": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ansi-styles__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-styles", + "version": "4.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "color-convert": "2.0.1" + }, + "transitive_closure": { + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_opener__1.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/opener", + "version": "1.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@types/opener" + ] + }, + "integrity": "sha512-g7TYSmy2RKZkU3QT/9pMISrhVmQtMNaYq6Aojn3Y6pht29Nu9VuijJCYIjofRj7ZaFtKdxh1I8xf3vdW4l86fg==", + "url": "https://registry.npmjs.org/@types/opener/-/opener-1.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prelude-ls__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prelude-ls", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "url": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-schema-faker__0.5.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-schema-faker", + "version": "0.5.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-u/cFC26/GDxh2vPiAC8B8xVvpXAW+QYtG2mijEbKrimCk8IHtiwQBjCE8TwvowdhALWq9IcdIWZ+/8ocXvdL3Q==", + "url": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_data__3.11.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/data", + "version": "3.11.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/data": [ + "3.11.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sinonjs_fake-timers__10.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sinonjs/fake-timers", + "version": "10.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "url": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__error-stack-parser__2.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "error-stack-parser", + "version": "2.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "stackframe": "1.3.4" + }, + "transitive_closure": { + "error-stack-parser": [ + "2.1.4" + ], + "stackframe": [ + "1.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__phin__2.9.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "phin", + "version": "2.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==", + "url": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__signal-exit__3.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "signal-exit", + "version": "3.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "signal-exit": [ + "3.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_validator__13.11.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/validator", + "version": "13.11.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@types/validator" + ] + }, + "integrity": "sha512-FCTsikRozryfayPuiI46QzH3fnrOoctTjvOYZkho9BTFLCOZ2rgZJHMOVgCOfttjPJcgOx52EpkY0CMfy87MIw==", + "url": "https://registry.npmjs.org/@types/validator/-/validator-13.11.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__culori__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "culori", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "culori" + ] + }, + "deps": {}, + "transitive_closure": { + "culori": [ + "3.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_numberfield__3.11.1__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/numberfield", + "version": "3.11.1_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JQ1Z+Ho5H+jeav7jt9A4vBsIQR/Dd2CFbObrULjGkqSrnWjARFZBv3gZwmfGCtplEPeAv9buYKHAqebPtJNUww==", + "url": "https://registry.npmjs.org/@react-aria/numberfield/-/numberfield-3.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__titleize__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "titleize", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==", + "url": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ts-api-utils__1.3.0__typescript_5.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ts-api-utils", + "version": "1.3.0_typescript_5.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "url": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_tanstack_react-query__5.29.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@tanstack/react-query", + "version": "5.29.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@tanstack/react-query" + ] + }, + "deps": { + "@tanstack/query-core": "5.29.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@tanstack/query-core": [ + "5.29.0" + ], + "@tanstack/react-query": [ + "5.29.2_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_freebsd-x64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/freebsd-x64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==", + "url": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__doctrine__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "doctrine", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "esutils": "2.0.3" + }, + "transitive_closure": { + "doctrine": [ + "3.0.0" + ], + "esutils": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__getpass__0.1.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "getpass", + "version": "0.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", + "url": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsc-safe-url__0.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsc-safe-url", + "version": "0.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsc-safe-url": [ + "0.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vitest__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vitest", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "vitest" + ] + }, + "integrity": "sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==", + "url": "https://registry.npmjs.org/vitest/-/vitest-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_stripe_stripe-js__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@stripe/stripe-js", + "version": "2.4.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "@stripe/stripe-js" + ] + }, + "deps": {}, + "transitive_closure": { + "@stripe/stripe-js": [ + "2.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_menu__3.9.7__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/menu", + "version": "3.9.7_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/overlays": "3.8.5_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/menu": [ + "3.9.7_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__del__6.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "del", + "version": "6.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", + "url": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-file-map__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-file-map", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fsevents": "2.3.3", + "anymatch": "3.1.3", + "debug": "2.6.9", + "fb-watchman": "2.0.2", + "graceful-fs": "4.2.11", + "invariant": "2.2.4", + "jest-worker": "29.7.0", + "micromatch": "4.0.5", + "node-abort-controller": "3.1.1", + "nullthrows": "1.1.1", + "walker": "1.0.8" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "4.3.0" + ], + "anymatch": [ + "3.1.3" + ], + "braces": [ + "3.0.2" + ], + "bser": [ + "2.1.1" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "debug": [ + "2.6.9" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "fsevents": [ + "2.3.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "4.0.0" + ], + "invariant": [ + "2.2.4" + ], + "is-number": [ + "7.0.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "makeerror": [ + "1.0.12" + ], + "merge-stream": [ + "2.0.0" + ], + "metro-file-map": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "ms": [ + "2.0.0" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "nullthrows": [ + "1.1.1" + ], + "picomatch": [ + "2.3.1" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "tmpl": [ + "1.0.5" + ], + "to-regex-range": [ + "5.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "walker": [ + "1.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-typescript__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-typescript", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globby__13.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "globby", + "version": "13.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", + "url": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_language-core__1.8.27__typescript_5.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/language-core", + "version": "1.8.27_typescript_5.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@volar/language-core": "1.11.1", + "@volar/source-map": "1.11.1", + "@vue/compiler-dom": "3.4.23", + "@vue/shared": "3.4.23", + "computeds": "0.0.1", + "minimatch": "9.0.4", + "muggle-string": "0.3.1", + "path-browserify": "1.0.1", + "typescript": "5.2.2", + "vue-template-compiler": "2.7.16" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@volar/language-core": [ + "1.11.1" + ], + "@volar/source-map": [ + "1.11.1" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/language-core": [ + "1.8.27_typescript_5.2.2" + ], + "@vue/shared": [ + "3.4.23" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "computeds": [ + "0.0.1" + ], + "de-indent": [ + "1.0.2" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "he": [ + "1.2.0" + ], + "minimatch": [ + "9.0.4" + ], + "muggle-string": [ + "0.3.1" + ], + "path-browserify": [ + "1.0.1" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue-template-compiler": [ + "2.7.16" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-linux-arm64-musl__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-linux-arm64-musl", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JCgH/SrNrhqsguUA0uJUM1PvN5+dVuzPIlXcoWDHSv2OU/BWlj2dUYr3XNzEw748SmNZPfl2NjQrAdzaPOn1lA==", + "url": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-linux-x64-gnu__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-linux-x64-gnu", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TYdEsC63bHV0h47aNRGN3RiK7aIeco3/keN4NkoSQ5T8xk09KHuBdySltWAvKLgT8JvR+ayzq8ZHnL1wKWY0rw==", + "url": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-boolean-object__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-boolean-object", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "has-tostringtag": "1.0.2" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-boolean-object": [ + "1.1.2" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_protocol-http__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/protocol-http", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WkQz7ncVYTLvCidDfXWouDzqxgSNPZDz3Bql+7VhZeITnzAEcr4hNMyEqMAVYBVugGmkG2W6YiUqNNs1goOcDA==", + "url": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-stream-zip__1.15.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-stream-zip", + "version": "1.15.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-stream-zip": [ + "1.15.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_i18n__3.10.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/i18n", + "version": "3.10.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/date": "3.5.2", + "@internationalized/message": "3.1.2", + "@internationalized/number": "3.5.1", + "@internationalized/string": "3.2.1", + "@react-aria/ssr": "3.9.2_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-body-length-node__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-body-length-node", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CUG3gc18bSOsqViQhB3M4AlLpAWV47RE6yWJ6rLD0J6/rSuzbwbjzxM39q0YTAVuSo/ivdbij+G9c3QCirC+QQ==", + "url": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tailwind-merge__2.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tailwind-merge", + "version": "2.2.2", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "tailwind-merge" + ] + }, + "deps": { + "@babel/runtime": "7.24.4" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.24.4" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tailwind-merge": [ + "2.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__escape-string-regexp__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "escape-string-regexp", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-date-object__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-date-object", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "url": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_floating-ui_dom__1.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@floating-ui/dom", + "version": "1.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@floating-ui/core": "1.6.0", + "@floating-ui/utils": "0.2.1" + }, + "transitive_closure": { + "@floating-ui/core": [ + "1.6.0" + ], + "@floating-ui/dom": [ + "1.6.3" + ], + "@floating-ui/utils": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__gensync__1.0.0-beta.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "gensync", + "version": "1.0.0-beta.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "url": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__no-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "no-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "url": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_breadcrumbs__3.7.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/breadcrumbs", + "version": "3.7.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/link": "3.5.3_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/breadcrumbs": [ + "3.7.3_react_18.2.0" + ], + "@react-types/link": [ + "3.5.3_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__responselike__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "responselike", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==", + "url": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__better-sqlite3__8.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "better-sqlite3", + "version": "8.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-99jZU4le+f3G6aIl6PmmV0cxUIWqKieHxsiF7G34CVFiE+/UabpYqkU0NJIkY/96mQKikHeBjtR27vFfs5JpEw==", + "url": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-8.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__postcss-value-parser__4.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss-value-parser", + "version": "4.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "url": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__acorn-walk__8.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "acorn-walk", + "version": "8.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "acorn-walk": [ + "8.3.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__css-select__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "css-select", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "url": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-set__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-set", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-set": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_darwin-arm64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/darwin-arm64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==", + "url": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_isaacs_cliui__8.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@isaacs/cliui", + "version": "8.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "url": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__to-fast-properties__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "to-fast-properties", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "url": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-fns__0.0.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "color-fns", + "version": "0.0.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "color-fns": [ + "0.0.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cssom__0.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cssom", + "version": "0.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", + "url": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__temp__0.8.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "temp", + "version": "0.8.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "rimraf": "2.6.3" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "rimraf": [ + "2.6.3" + ], + "temp": [ + "0.8.4" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__merge2__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "merge2", + "version": "1.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "merge2": [ + "1.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-diff__1.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-diff", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "fast-diff" + ] + }, + "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", + "url": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-unicode-escapes__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-unicode-escapes", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-format__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-format", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-format": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__deep-is__0.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "deep-is", + "version": "0.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "url": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-styles__3.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-styles", + "version": "3.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "color-convert": "1.9.3" + }, + "transitive_closure": { + "ansi-styles": [ + "3.2.1" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__estree-walker__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "estree-walker", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_szmarczak_http-timer__4.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@szmarczak/http-timer", + "version": "4.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==", + "url": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array-includes__3.1.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "array-includes", + "version": "3.1.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-object-atoms": "1.0.0", + "get-intrinsic": "1.2.4", + "is-string": "1.0.7" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "array-includes": [ + "3.1.8" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__internmap__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "internmap", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "url": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_grid__3.8.5__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/grid", + "version": "3.8.5_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KCzi0x0p1ZKK+OptonvJqMbn6Vlgo6GfOIlgcDd0dNYDP8TJ+3QFJAFre5mCr7Fubx7LcAOio4Rij0l/R8fkXQ==", + "url": "https://registry.npmjs.org/@react-stately/grid/-/grid-3.8.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-number-object__1.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-number-object", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "url": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__postcss-nesting__12.1.1__postcss_8.4.38__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss-nesting", + "version": "12.1.1_postcss_8.4.38", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "postcss-nesting" + ] + }, + "deps": { + "@csstools/selector-resolve-nested": "1.1.0_postcss-selector-parser_6.0.16", + "@csstools/selector-specificity": "3.0.3_postcss-selector-parser_6.0.16", + "postcss": "8.4.38", + "postcss-selector-parser": "6.0.16" + }, + "transitive_closure": { + "@csstools/selector-resolve-nested": [ + "1.1.0_postcss-selector-parser_6.0.16" + ], + "@csstools/selector-specificity": [ + "3.0.3_postcss-selector-parser_6.0.16" + ], + "cssesc": [ + "3.0.0" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "postcss-nesting": [ + "12.1.1_postcss_8.4.38" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "source-map-js": [ + "1.2.0" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_darwin-arm64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/darwin-arm64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/darwin-arm64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sentry_types__7.111.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry/types", + "version": "7.111.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sentry/types": [ + "7.111.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__browserslist__4.23.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "browserslist", + "version": "4.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "caniuse-lite": "1.0.30001611", + "electron-to-chromium": "1.4.742", + "node-releases": "2.0.14", + "update-browserslist-db": "1.0.13_browserslist_4.23.0" + }, + "transitive_closure": { + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite-node__1.5.0__at_types_node_20.12.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vite-node", + "version": "1.5.0_at_types_node_20.12.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==", + "url": "https://registry.npmjs.org/vite-node/-/vite-node-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_android-arm64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/android-arm64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/android-arm64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-tokens__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-tokens", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "url": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__readable-stream__2.3.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "readable-stream", + "version": "2.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__astral-regex__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "astral-regex", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "astral-regex": [ + "2.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-time-format__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-time-format", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", + "url": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__utf8-byte-length__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "utf8-byte-length", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4+wkEYLBbWxqTahEsWrhxepcoVOJ+1z5PGIjPZxRkytcdSUaNjIjBM7Xn8E+pdSuV7SzvWovBFA54FO0JSoqhA==", + "url": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__url-regex__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "url-regex", + "version": "3.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ip-regex": "1.0.3" + }, + "transitive_closure": { + "ip-regex": [ + "1.0.3" + ], + "url-regex": [ + "3.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__y18n__5.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "y18n", + "version": "5.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "url": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regjsparser__0.9.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "regjsparser", + "version": "0.9.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "jsesc": "0.5.0" + }, + "transitive_closure": { + "jsesc": [ + "0.5.0" + ], + "regjsparser": [ + "0.9.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string-width__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string-width", + "version": "5.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "eastasianwidth": "0.2.0", + "emoji-regex": "9.2.2", + "strip-ansi": "7.1.0" + }, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "9.2.2" + ], + "string-width": [ + "5.1.2" + ], + "strip-ansi": [ + "7.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__form-data__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "form-data", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "url": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ono__4.0.11__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ono", + "version": "4.0.11", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "format-util": "1.0.5" + }, + "transitive_closure": { + "format-util": [ + "1.0.5" + ], + "ono": [ + "4.0.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__diff-sequences__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "diff-sequences", + "version": "29.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "diff-sequences": [ + "29.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__connected__0.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "connected", + "version": "0.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J8DB7618GkIYjc1RCxSdG3vffhhYRwHNEckjOGfwAbabQIMgKsL5c54IaWtisulEwoOEbEODEUak4kyJP2GJ/Q==", + "url": "https://registry.npmjs.org/connected/-/connected-0.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron-builder__22.14.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "electron-builder", + "version": "22.14.13", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "electron-builder" + ] + }, + "integrity": "sha512-3fgLxqF2TXVKiUPeg74O4V3l0l3j7ERLazo8sUbRkApw0+4iVAf2BJkHsHMaXiigsgCoEzK/F4/rB5rne/VAnw==", + "url": "https://registry.npmjs.org/electron-builder/-/electron-builder-22.14.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-utf8-node__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-utf8-node", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4s0vYfMUn74XLn13rUUhNsmuPMh0j1d4rF58wXtjlVUU78THxonnN8mbCLC48fI3fKDHTmDDkeEqy7+IWP9VyA==", + "url": "https://registry.npmjs.org/@aws-sdk/util-utf8-node/-/util-utf8-node-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regenerator-transform__0.15.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "regenerator-transform", + "version": "0.15.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "url": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-x64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-x64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", + "url": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_internationalized_number__3.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@internationalized/number", + "version": "3.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@swc/helpers": "0.5.10" + }, + "transitive_closure": { + "@internationalized/number": [ + "3.5.1" + ], + "@swc/helpers": [ + "0.5.10" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-npm__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-npm", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==", + "url": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_selection__3.14.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/selection", + "version": "3.14.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d/t0rIWieqQ7wjLoMoWnuHEUSMoVXxkPBFuSlJF3F16289FiQ+b8aeKFDzFTYN7fFD8rkZTnpuE4Tcxg3TmA+w==", + "url": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__xml2js__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xml2js", + "version": "0.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "sax": "1.3.0", + "xmlbuilder": "11.0.1" + }, + "transitive_closure": { + "sax": [ + "1.3.0" + ], + "xml2js": [ + "0.5.0" + ], + "xmlbuilder": [ + "11.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sax__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sax", + "version": "1.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sax": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__proxy-from-env__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "proxy-from-env", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "proxy-from-env": [ + "1.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-unicode-regex__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-unicode-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron__25.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "electron", + "version": "25.7.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "electron" + ] + }, + "deps": { + "@electron/get": "2.0.3", + "@types/node": "18.19.31", + "extract-zip": "2.0.1" + }, + "transitive_closure": { + "@electron/get": [ + "2.0.3" + ], + "@sindresorhus/is": [ + "4.6.0" + ], + "@szmarczak/http-timer": [ + "4.0.6" + ], + "@types/cacheable-request": [ + "6.0.3" + ], + "@types/http-cache-semantics": [ + "4.0.4" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "18.19.31", + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "@types/yauzl": [ + "2.10.3" + ], + "boolean": [ + "3.2.0" + ], + "buffer-crc32": [ + "0.2.13" + ], + "cacheable-lookup": [ + "5.0.4" + ], + "cacheable-request": [ + "7.0.4" + ], + "clone-response": [ + "1.0.3" + ], + "debug": [ + "4.3.4" + ], + "decompress-response": [ + "6.0.0" + ], + "defer-to-connect": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "detect-node": [ + "2.1.0" + ], + "electron": [ + "25.7.0" + ], + "end-of-stream": [ + "1.4.4" + ], + "env-paths": [ + "2.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es6-error": [ + "4.1.1" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "extract-zip": [ + "2.0.1" + ], + "fd-slicer": [ + "1.1.0" + ], + "fs-extra": [ + "8.1.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "5.2.0" + ], + "global-agent": [ + "3.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "got": [ + "11.8.6" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "http2-wrapper": [ + "1.0.3" + ], + "json-buffer": [ + "3.0.1" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "jsonfile": [ + "4.0.0" + ], + "keyv": [ + "4.5.4" + ], + "lowercase-keys": [ + "2.0.0" + ], + "lru-cache": [ + "6.0.0" + ], + "matcher": [ + "3.0.0" + ], + "mimic-response": [ + "1.0.1", + "3.1.0" + ], + "ms": [ + "2.1.2" + ], + "normalize-url": [ + "6.1.0" + ], + "object-keys": [ + "1.1.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "2.1.1" + ], + "pend": [ + "1.2.0" + ], + "progress": [ + "2.0.3" + ], + "pump": [ + "3.0.0" + ], + "quick-lru": [ + "5.1.1" + ], + "resolve-alpn": [ + "1.2.1" + ], + "responselike": [ + "2.0.1" + ], + "roarr": [ + "2.15.4" + ], + "semver": [ + "6.3.1", + "7.6.0" + ], + "semver-compare": [ + "1.0.0" + ], + "serialize-error": [ + "7.0.1" + ], + "sprintf-js": [ + "1.1.3" + ], + "sumchecker": [ + "3.0.1" + ], + "type-fest": [ + "0.13.1" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "0.1.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yauzl": [ + "2.10.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-plugin-jsdoc__46.10.1__eslint_8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-plugin-jsdoc", + "version": "46.10.1_eslint_8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "eslint-plugin-jsdoc" + ], + "app/ide-desktop/lib/dashboard": [ + "eslint-plugin-jsdoc" + ] + }, + "integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==", + "url": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__on-headers__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "on-headers", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "url": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typed-array-length__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "typed-array-length", + "version": "1.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "for-each": "0.3.3", + "gopd": "1.0.1", + "has-proto": "1.0.3", + "is-typed-array": "1.1.13", + "possible-typed-array-names": "1.0.0" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-serde__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/middleware-serde", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EdQCFZRERfP3uDuWcPNuaa2WUR3qL1WFDXafhcx+7ywQxagdYqBUWKFJlLYi6njbkOKXFM+eHBzoXGF0OV3MJA==", + "url": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__punycode__1.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "punycode", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "url": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jest_types__26.6.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jest/types", + "version": "26.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", + "url": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__globby__11.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "globby", + "version": "11.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "url": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__path-type__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-type", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "url": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve-pkg-maps__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "resolve-pkg-maps", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "url": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_tar__6.1.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/tar", + "version": "6.1.13", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@types/tar" + ] + }, + "integrity": "sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==", + "url": "https://registry.npmjs.org/@types/tar/-/tar-6.1.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ajv__8.12.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ajv", + "version": "8.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "ajv" + ] + }, + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "url": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsonpath-plus__7.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsonpath-plus", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==", + "url": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_debug__4.1.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/debug", + "version": "4.1.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "url": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_visitor-keys__6.21.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/visitor-keys", + "version": "6.21.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "3.4.3" + }, + "transitive_closure": { + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-react-display-name__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-react-display-name", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_lezer_lr__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@lezer/lr", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@lezer/common": "1.2.1" + }, + "transitive_closure": { + "@lezer/common": [ + "1.2.1" + ], + "@lezer/lr": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__scheduler__0.24.0-canary-efb381bbf-20230505": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "scheduler", + "version": "0.24.0-canary-efb381bbf-20230505", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==", + "url": "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ret__0.1.15": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ret", + "version": "0.1.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "url": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_histoire_vendors__0.17.17__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@histoire/vendors", + "version": "0.17.17", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@histoire/vendors": [ + "0.17.17" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pinkie-promise__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pinkie-promise", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "url": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__client-only__0.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "client-only", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", + "url": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-cache__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-cache", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5svz+89wSyLo7BxdiPDlwDTgcB9kwhNMfNhiBZPNQQs1vLFXxOkILwQiV5F2EwYT9DEr6OPZ0hnJkZfRQ8lDYQ==", + "url": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__define-data-property__1.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "define-data-property", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "url": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__human-signals__4.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "human-signals", + "version": "4.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "human-signals": [ + "4.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-nullish-coalescing-operator__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-nullish-coalescing-operator", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-equal__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer-equal", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-equal": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ansi-regex__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-regex", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__markdown-it-anchor__8.6.7__-980411654__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "markdown-it-anchor", + "version": "8.6.7_-980411654", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/markdown-it": "12.2.3", + "markdown-it": "12.3.2" + }, + "transitive_closure": { + "@types/linkify-it": [ + "3.0.5" + ], + "@types/markdown-it": [ + "12.2.3" + ], + "@types/mdurl": [ + "1.0.5" + ], + "argparse": [ + "2.0.1" + ], + "entities": [ + "2.1.0" + ], + "linkify-it": [ + "3.0.3" + ], + "markdown-it": [ + "12.3.2" + ], + "markdown-it-anchor": [ + "8.6.7_-980411654" + ], + "mdurl": [ + "1.0.1" + ], + "uc.micro": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dlv__1.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dlv", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "url": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-xml-parser__4.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-xml-parser", + "version": "4.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "strnum": "1.0.5" + }, + "transitive_closure": { + "fast-xml-parser": [ + "4.3.6" + ], + "strnum": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fs-extra__10.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fs-extra", + "version": "10.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "jsonfile": "6.1.0", + "universalify": "2.0.1" + }, + "transitive_closure": { + "fs-extra": [ + "10.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-spread__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-spread", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__brace-expansion__1.1.11": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "brace-expansion", + "version": "1.1.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_electron_notarize__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@electron/notarize", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@electron/notarize" + ] + }, + "integrity": "sha512-Q02xem1D0sg4v437xHgmBLxI2iz/fc0D4K7fiVWHa/AnW8o7D751xyKNXgziA6HrTOme9ul1JfWN5ark8WH1xA==", + "url": "https://registry.npmjs.org/@electron/notarize/-/notarize-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_hapi_hoek__9.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@hapi/hoek", + "version": "9.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", + "url": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_selection__3.14.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/selection", + "version": "3.14.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_runtime-core__3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/runtime-core", + "version": "3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/reactivity": "3.4.23", + "@vue/shared": "3.4.23" + }, + "transitive_closure": { + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsdom__20.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsdom", + "version": "20.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "abab": "2.0.6", + "acorn": "8.11.3", + "acorn-globals": "7.0.1", + "cssom": "0.5.0", + "cssstyle": "2.3.0", + "data-urls": "3.0.2", + "decimal.js": "10.4.3", + "domexception": "4.0.0", + "escodegen": "2.1.0", + "form-data": "4.0.0", + "html-encoding-sniffer": "3.0.0", + "http-proxy-agent": "5.0.0", + "https-proxy-agent": "5.0.1", + "is-potential-custom-element-name": "1.0.1", + "nwsapi": "2.2.7", + "parse5": "7.1.2", + "saxes": "6.0.0", + "symbol-tree": "3.2.4", + "tough-cookie": "4.1.3", + "w3c-xmlserializer": "4.0.0", + "webidl-conversions": "7.0.0", + "whatwg-encoding": "2.0.0", + "whatwg-mimetype": "3.0.0", + "whatwg-url": "11.0.0", + "ws": "8.16.0", + "xml-name-validator": "4.0.0" + }, + "transitive_closure": { + "@tootallnate/once": [ + "2.0.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.11.3" + ], + "acorn-globals": [ + "7.0.1" + ], + "acorn-walk": [ + "8.3.2" + ], + "agent-base": [ + "6.0.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "cssom": [ + "0.3.8", + "0.5.0" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "3.0.2" + ], + "debug": [ + "4.3.4" + ], + "decimal.js": [ + "10.4.3" + ], + "delayed-stream": [ + "1.0.0" + ], + "domexception": [ + "4.0.0" + ], + "entities": [ + "4.5.0" + ], + "escodegen": [ + "2.1.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "form-data": [ + "4.0.0" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "iconv-lite": [ + "0.6.3" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "jsdom": [ + "20.0.3" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "ms": [ + "2.1.2" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "7.1.2" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "safer-buffer": [ + "2.1.2" + ], + "saxes": [ + "6.0.0" + ], + "source-map": [ + "0.6.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "tr46": [ + "3.0.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "11.0.0" + ], + "ws": [ + "8.16.0" + ], + "xml-name-validator": [ + "4.0.0" + ], + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fastq__1.17.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fastq", + "version": "1.17.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "reusify": "1.0.4" + }, + "transitive_closure": { + "fastq": [ + "1.17.1" + ], + "reusify": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-property-literals__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-property-literals", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_preset-typescript__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/preset-typescript", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-validator-option": "7.23.5", + "@babel/plugin-syntax-jsx": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-modules-commonjs": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-typescript": "7.24.4_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-force__3.0.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-force", + "version": "3.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IKtvyFdb4Q0LWna6ymywQsEYjK/94SGhPrMfEr1TIc5OBeziTi+1jcCvttts8e0UWZIxpasjnQk9MNk/3iS+kA==", + "url": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__acorn__8.11.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "acorn", + "version": "8.11.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "url": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__leven__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "leven", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "url": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-resolver__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-resolver", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "metro-resolver": [ + "0.80.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level-packager__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "level-packager", + "version": "5.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "encoding-down": "6.3.0", + "levelup": "4.4.0" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3", + "6.3.0" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "deferred-leveldown": [ + "5.3.0" + ], + "encoding-down": [ + "6.3.0" + ], + "errno": [ + "0.1.8" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "inherits": [ + "2.0.4" + ], + "level-codec": [ + "9.0.2" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-errors": [ + "2.0.1" + ], + "level-iterator-stream": [ + "4.0.2" + ], + "level-packager": [ + "5.1.1" + ], + "level-supports": [ + "1.0.1" + ], + "levelup": [ + "4.4.0" + ], + "prr": [ + "1.0.1" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sapphire_shapeshift__3.9.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sapphire/shapeshift", + "version": "3.9.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4It2mxPSr4OGn4HSQWGmhFMsNFGfFVhWeRPCRwbH972Ek2pzfGRZtb0pJ4Ze6oIzcyh2jw7nUDa6qGlWofgd9g==", + "url": "https://registry.npmjs.org/@sapphire/shapeshift/-/shapeshift-3.9.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-chord__3.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-chord", + "version": "3.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-chord": [ + "3.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-stringify-safe__5.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-stringify-safe", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "url": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__thenify-all__1.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "thenify-all", + "version": "1.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "thenify": "3.3.1" + }, + "transitive_closure": { + "any-promise": [ + "1.3.0" + ], + "thenify": [ + "3.3.1" + ], + "thenify-all": [ + "1.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__errorhandler__1.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "errorhandler", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==", + "url": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-builtin-module__3.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-builtin-module", + "version": "3.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", + "url": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__camel-case__4.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "camel-case", + "version": "4.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "url": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__zen-observable-ts__0.8.19": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "zen-observable-ts", + "version": "0.8.19", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-u1a2rpE13G+jSzrg3aiCqXU5tN2kw41b+cBZGmnc+30YimdkKiDj9bTowcB41eL77/17RF/h+393AuVgShyheQ==", + "url": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.19.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__whatwg-mimetype__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "whatwg-mimetype", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "url": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_eslint_js__8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@eslint/js", + "version": "8.57.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@eslint/js" + ] + }, + "deps": {}, + "transitive_closure": { + "@eslint/js": [ + "8.57.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es-abstract__1.23.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es-abstract", + "version": "1.23.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", + "url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__whatwg-url__12.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "whatwg-url", + "version": "12.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==", + "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-12.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__type-fest__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "type-fest", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-fest": [ + "0.20.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-private-property-in-object__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-private-property-in-object", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-create-class-features-plugin": "7.24.4_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sade__1.8.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sade", + "version": "1.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", + "url": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__buffer-equal__0.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer-equal", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA==", + "url": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jest-validate__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jest-validate", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", + "url": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sideway_pinpoint__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sideway/pinpoint", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sideway/pinpoint": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object.assign__4.1.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object.assign", + "version": "4.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + "url": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__require-main-filename__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "require-main-filename", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "require-main-filename": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unicode-match-property-value-ecmascript__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unicode-match-property-value-ecmascript", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer__4.9.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer", + "version": "4.9.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-interpolate__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-interpolate", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", + "url": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__stream-to__0.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "stream-to", + "version": "0.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "stream-to": [ + "0.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es-object-atoms__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es-object-atoms", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-errors": "1.3.0" + }, + "transitive_closure": { + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-int64__0.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-int64", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "url": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sinclair_typebox__0.27.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sinclair/typebox", + "version": "0.27.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "url": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cssstyle__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cssstyle", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "rrweb-cssom": "0.6.0" + }, + "transitive_closure": { + "cssstyle": [ + "3.0.0" + ], + "rrweb-cssom": [ + "0.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-releases__2.0.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-releases", + "version": "2.0.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-releases": [ + "2.0.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dotenv-expand__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dotenv-expand", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "url": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prepend-http__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prepend-http", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "prepend-http": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-export-namespace-from__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-export-namespace-from", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prettier-plugin-tailwindcss__0.5.14__-1202473717": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prettier-plugin-tailwindcss", + "version": "0.5.14_-1202473717", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "prettier-plugin-tailwindcss" + ] + }, + "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==", + "url": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__wrap-ansi__6.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "wrap-ansi", + "version": "6.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ip-regex__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ip-regex", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HjpCHTuxbR/6jWJroc/VN+npo5j0T4Vv2TAI5qdEHQx7hsL767MeccGFSsLtF694EiZKTSEqgoeU6DtGFCcuqQ==", + "url": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__abort-controller__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "abort-controller", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "event-target-shim": "5.0.1" + }, + "transitive_closure": { + "abort-controller": [ + "3.0.0" + ], + "event-target-shim": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-transition__3.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-transition", + "version": "3.0.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-selection": "3.0.10" + }, + "transitive_closure": { + "@types/d3-selection": [ + "3.0.10" + ], + "@types/d3-transition": [ + "3.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tslib__1.14.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tslib", + "version": "1.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "url": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-literals__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-literals", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__safer-buffer__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "safer-buffer", + "version": "2.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__define-data-property__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "define-data-property", + "version": "1.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-define-property": "1.0.0", + "es-errors": "1.3.0", + "gopd": "1.0.1" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_fortawesome_fontawesome-common-types__6.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@fortawesome/fontawesome-common-types", + "version": "6.5.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@fortawesome/fontawesome-common-types": [ + "6.5.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-polygon__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-polygon", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-polygon": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-time__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-time", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-array": "3.2.4" + }, + "transitive_closure": { + "d3-array": [ + "3.2.4" + ], + "d3-time": [ + "3.1.0" + ], + "internmap": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_android-arm64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/android-arm64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==", + "url": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rc__1.2.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rc", + "version": "1.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "url": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nopt__7.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "nopt", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==", + "url": "https://registry.npmjs.org/nopt/-/nopt-7.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sucrase__3.35.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sucrase", + "version": "3.35.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "sucrase" + ] + }, + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "url": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__object-keys__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object-keys", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "object-keys": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-visitor-keys__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-visitor-keys", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-cache__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-cache", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "metro-core": "0.80.8", + "rimraf": "3.0.2" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "lodash.throttle": [ + "4.1.1" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "rimraf": [ + "3.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-top-level-await", + "version": "7.14.5_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__querystringify__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "querystringify", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "querystringify": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_codemirror_language__6.10.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/language", + "version": "6.10.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/state": "6.4.1", + "@codemirror/view": "6.26.3", + "@lezer/common": "1.2.1", + "@lezer/highlight": "1.2.0", + "@lezer/lr": "1.4.0", + "style-mod": "4.1.2" + }, + "transitive_closure": { + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/lr": [ + "1.4.0" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_swc_helpers__0.4.36": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@swc/helpers", + "version": "0.4.36", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5lxnyLEYFskErRPenYItLRSge5DjrJngYKdVjRSrWfza9G6KkgHEXi0vUZiyUeMU5JfXH1YnvXZzSp8ul88o2Q==", + "url": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.36.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__thenify-all__1.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "thenify-all", + "version": "1.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "url": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_internationalized_message__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@internationalized/message", + "version": "3.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@swc/helpers": "0.5.10", + "intl-messageformat": "10.5.11" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@swc/helpers": [ + "0.5.10" + ], + "intl-messageformat": [ + "10.5.11" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-content-length__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/middleware-content-length", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QRcocG9f5YjYzbjs2HjKla6ZIjvx8Y8tm1ZSFOPey81m18CLif1O7M3AtJXvxn+0zeSck9StFdhz5gfjVNYtDg==", + "url": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-random__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-random", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", + "url": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-export-namespace-from__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-export-namespace-from", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-export-namespace-from": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__zod__3.22.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "zod", + "version": "3.22.4", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "zod" + ] + }, + "deps": {}, + "transitive_closure": { + "zod": [ + "3.22.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-object-rest-spread__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-object-rest-spread", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jimp__0.2.28": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jimp", + "version": "0.2.28", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9HT7DA279xkTlry2oG30s6AtOUglNiY2UdyYpj0yNI4/NBv8PmdNC0gcldgMU4HqvbUlrM3+v+6GaHnTkH23JQ==", + "url": "https://registry.npmjs.org/jimp/-/jimp-0.2.28.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prebuild-install__7.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prebuild-install", + "version": "7.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==", + "url": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_calendar__3.5.6__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/calendar", + "version": "3.5.6_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/date": "3.5.2", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/live-announcer": "3.3.2", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/calendar": "3.4.4_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/calendar": "3.4.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/calendar": [ + "3.5.6_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ansi-fragments__0.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-fragments", + "version": "0.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "colorette": "1.4.0", + "slice-ansi": "2.1.0", + "strip-ansi": "5.2.0" + }, + "transitive_closure": { + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "astral-regex": [ + "1.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "colorette": [ + "1.4.0" + ], + "is-fullwidth-code-point": [ + "2.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "strip-ansi": [ + "5.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-quadtree__3.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-quadtree", + "version": "3.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-quadtree": [ + "3.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__http-errors__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "http-errors", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "url": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_isaacs_ttlcache__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@isaacs/ttlcache", + "version": "1.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@isaacs/ttlcache": [ + "1.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-string__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-string", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.2" + }, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-safe-stringify__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-safe-stringify", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "url": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-runtime__7.24.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-runtime", + "version": "7.24.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_scope-manager__6.21.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/scope-manager", + "version": "6.21.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", + "url": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-reserved-words__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-reserved-words", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pify__4.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pify", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "url": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mrmime__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mrmime", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mrmime": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__onetime__5.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "onetime", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "url": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__error-stack-parser-es__0.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "error-stack-parser-es", + "version": "0.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "error-stack-parser-es": [ + "0.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level-errors__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "level-errors", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw==", + "url": "https://registry.npmjs.org/level-errors/-/level-errors-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-contour__3.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-contour", + "version": "3.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==", + "url": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-member-expression-literals__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-member-expression-literals", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__acorn-walk__8.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "acorn-walk", + "version": "8.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "url": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_volar_source-map__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@volar/source-map", + "version": "1.11.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "muggle-string": "0.3.1" + }, + "transitive_closure": { + "@volar/source-map": [ + "1.11.1" + ], + "muggle-string": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object-hash__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object-hash", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "object-hash": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__flatted__3.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "flatted", + "version": "3.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "url": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isomorphic-ws__5.0.0__ws_7.5.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isomorphic-ws", + "version": "5.0.0_ws_7.5.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ws": "7.5.9" + }, + "transitive_closure": { + "isomorphic-ws": [ + "5.0.0_ws_7.5.9" + ], + "ws": [ + "7.5.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__css-select__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "css-select", + "version": "5.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "boolbase": "1.0.0", + "css-what": "6.1.0", + "domhandler": "5.0.3", + "domutils": "3.1.0", + "nth-check": "2.1.1" + }, + "transitive_closure": { + "boolbase": [ + "1.0.0" + ], + "css-select": [ + "5.1.0" + ], + "css-what": [ + "6.1.0" + ], + "dom-serializer": [ + "2.0.0" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "5.0.3" + ], + "domutils": [ + "3.1.0" + ], + "entities": [ + "4.5.0" + ], + "nth-check": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_debugger-frontend__0.73.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/debugger-frontend", + "version": "0.73.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@react-native/debugger-frontend": [ + "0.73.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__run-parallel__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "run-parallel", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "url": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-minify-terser__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-minify-terser", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y8sUFjVvdeUIINDuW1sejnIjkZfEF+7SmQo0EIpYbWmwh+kq/WMj74yVaBWuqNjirmUp1YNfi3alT67wlbBWBQ==", + "url": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__encodeurl__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "encodeurl", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "url": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__has-flag__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "has-flag", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__path-key__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-key", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-key": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-replace-supers__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-replace-supers", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==", + "url": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_language__6.10.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/language", + "version": "6.10.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5GrXzrhq6k+gL5fjkAwt90nYDmjlzTIJV8THnxNFtNKWotMIlzzN+CpqxqwXOECnUdOndmSeWntVrVcv5axWRQ==", + "url": "https://registry.npmjs.org/@codemirror/language/-/language-6.10.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ecc-jsbn__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ecc-jsbn", + "version": "0.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "jsbn": "0.1.1", + "safer-buffer": "2.1.2" + }, + "transitive_closure": { + "ecc-jsbn": [ + "0.1.2" + ], + "jsbn": [ + "0.1.1" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-x64-gnu__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-x64-gnu", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lodash.throttle__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lodash.throttle", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==", + "url": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__statuses__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "statuses", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "url": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jridgewell_source-map__0.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jridgewell/source-map", + "version": "0.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "url": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_lezer_json__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@lezer/json", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xHT2P4S5eeCYECyKNPhr4cbEL9tc8w83SPwRC373o9uEdrvGKTZoJVAGxpOsZckMlEh9W23Pc72ew918RWQOBQ==", + "url": "https://registry.npmjs.org/@lezer/json/-/json-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsbn__0.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsbn", + "version": "0.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", + "url": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-new-target__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-new-target", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-create-class-features-plugin__7.24.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-create-class-features-plugin", + "version": "7.24.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-function-name": "7.23.0", + "@babel/helper-member-expression-to-functions": "7.23.0", + "@babel/helper-optimise-call-expression": "7.22.5", + "@babel/helper-replace-supers": "7.24.1_at_babel_core_7.24.4", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", + "@babel/helper-split-export-declaration": "7.22.6", + "semver": "6.3.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_android-arm__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/android-arm", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/android-arm": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rollup-plugin-inject__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rollup-plugin-inject", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "estree-walker": "0.6.1", + "magic-string": "0.25.9", + "rollup-pluginutils": "2.8.2" + }, + "transitive_closure": { + "estree-walker": [ + "0.6.1" + ], + "magic-string": [ + "0.25.9" + ], + "rollup-plugin-inject": [ + "3.0.2" + ], + "rollup-pluginutils": [ + "2.8.2" + ], + "sourcemap-codec": [ + "1.4.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__esrecurse__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esrecurse", + "version": "4.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "estraverse": "5.3.0" + }, + "transitive_closure": { + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__which__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "which", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "isexe": "2.0.0" + }, + "transitive_closure": { + "isexe": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__scheduler__0.23.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "scheduler", + "version": "0.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "loose-envify": "1.4.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "scheduler": [ + "0.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__extract-zip__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "extract-zip", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", + "url": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_react-dom__18.2.25": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/react-dom", + "version": "18.2.25", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@types/react-dom" + ] + }, + "integrity": "sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==", + "url": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.25.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsesc__2.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsesc", + "version": "2.5.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsesc": [ + "2.5.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__utils-merge__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "utils-merge", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "utils-merge": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__flexsearch__0.7.21": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "flexsearch", + "version": "0.7.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-W7cHV7Hrwjid6lWmy0IhsWDFQboWSng25U3VVywpHOTJnnAZNPScog67G+cVpeX9f7yDD21ih0WDrMMT+JoaYg==", + "url": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__url-regex__3.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "url-regex", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dQ9cJzMou5OKr6ZzfvwJkCq3rC72PNXhqz0v3EIhF4a3Np+ujr100AhUx2cKx5ei3iymoJpJrPB3sVSEMdqAeg==", + "url": "https://registry.npmjs.org/url-regex/-/url-regex-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__http-errors__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "http-errors", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "transitive_closure": { + "depd": [ + "2.0.0" + ], + "http-errors": [ + "2.0.0" + ], + "inherits": [ + "2.0.4" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-buffer__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-buffer", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-buffer": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hermes-profile-transformer__0.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hermes-profile-transformer", + "version": "0.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "source-map": "0.7.4" + }, + "transitive_closure": { + "hermes-profile-transformer": [ + "0.0.6" + ], + "source-map": [ + "0.7.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tmpl__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tmpl", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "url": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ajv__8.12.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ajv", + "version": "8.12.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "ajv" + ] + }, + "deps": { + "fast-deep-equal": "3.1.3", + "json-schema-traverse": "1.0.0", + "require-from-string": "2.0.2", + "uri-js": "4.4.1" + }, + "transitive_closure": { + "ajv": [ + "8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "punycode": [ + "2.3.1" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__follow-redirects__1.15.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "follow-redirects", + "version": "1.15.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "follow-redirects": [ + "1.15.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__to-regex-range__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "to-regex-range", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-number": "7.0.0" + }, + "transitive_closure": { + "is-number": [ + "7.0.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsc-android__250231.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsc-android", + "version": "250231.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==", + "url": "https://registry.npmjs.org/jsc-android/-/jsc-android-250231.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_eslint_eslintrc__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@eslint/eslintrc", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@eslint/eslintrc" + ] + }, + "deps": { + "ajv": "6.12.6", + "debug": "4.3.4", + "espree": "10.0.1", + "globals": "14.0.0", + "ignore": "5.3.1", + "import-fresh": "3.3.0", + "js-yaml": "4.1.0", + "minimatch": "3.1.2", + "strip-json-comments": "3.1.1" + }, + "transitive_closure": { + "@eslint/eslintrc": [ + "3.0.2" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "concat-map": [ + "0.0.1" + ], + "debug": [ + "4.3.4" + ], + "eslint-visitor-keys": [ + "4.0.0" + ], + "espree": [ + "10.0.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "globals": [ + "14.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "parent-module": [ + "1.0.1" + ], + "punycode": [ + "2.3.1" + ], + "resolve-from": [ + "4.0.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_android-arm__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/android-arm", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/android-arm": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__package-json__6.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "package-json", + "version": "6.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "url": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-types__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-types", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "joi": "17.12.3" + }, + "transitive_closure": { + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "joi": [ + "17.12.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-json-strings__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-json-strings", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-stdin__8.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-stdin", + "version": "8.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-stdin": [ + "8.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_menu__3.9.7__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/menu", + "version": "3.9.7_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-K6KhloJVoGsqwkdeez72fkNI9dfrmLI/sNrB4XuOKo2crDQ/eyZYWyJmzz8giz/tHME9w774k487rVoefoFh5w==", + "url": "https://registry.npmjs.org/@react-types/menu/-/menu-3.9.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__verror__1.10.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "verror", + "version": "1.10.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-veufcmxri4e3XSrT0xwfUR7kguIkaxBeosDg00yDWhk49wdwkSUrvvsm7nc75e1PUyvIeZj6nS8VQRYz2/S4Xg==", + "url": "https://registry.npmjs.org/verror/-/verror-1.10.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__verror__1.10.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "verror", + "version": "1.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", + "url": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tosource__2.0.0-alpha.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tosource", + "version": "2.0.0-alpha.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tosource": [ + "2.0.0-alpha.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_datepicker__3.9.3__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/datepicker", + "version": "3.9.3_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1AjCAizd88ACKjVNhFazX4HZZFwWi2rsSlGCTm66Nx6wm5N/Cpbm466dpYEFyQUsKSOG4CC65G1zfYoMPe48MQ==", + "url": "https://registry.npmjs.org/@react-aria/datepicker/-/datepicker-3.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ts-interface-checker__0.1.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ts-interface-checker", + "version": "0.1.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ts-interface-checker": [ + "0.1.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-type__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-type", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strip-json-comments__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-json-comments", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-json-comments": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_credential-provider-ini__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/credential-provider-ini", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3jguW6+ttRNddRZvbrs1yb3F1jrUbqyv0UfRoHuOGthjTt+L9sDpJaJGugYnT3bS9WBu1NydLVE2kDV++mJGVw==", + "url": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-wsl__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-wsl", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "url": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_swc_helpers__0.4.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@swc/helpers", + "version": "0.4.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", + "url": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_ag-grid-community_client-side-row-model__30.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@ag-grid-community/client-side-row-model", + "version": "30.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-community/client-side-row-model" + ] + }, + "integrity": "sha512-LeFAsq2RuDXwjoUVLqlUgBYTHyCbyQozaQ4JY8SzBEABc8bOanIfsY3YONUckn+KWtRUrH5nGYA8bBeGrc20MQ==", + "url": "https://registry.npmjs.org/@ag-grid-community/client-side-row-model/-/client-side-row-model-30.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__amazon-cognito-identity-js__6.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "amazon-cognito-identity-js", + "version": "6.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-crypto/sha256-js": "1.2.2", + "buffer": "4.9.2", + "fast-base64-decode": "1.0.0", + "isomorphic-unfetch": "3.1.0", + "js-cookie": "2.2.1" + }, + "transitive_closure": { + "@aws-crypto/sha256-js": [ + "1.2.2" + ], + "@aws-crypto/util": [ + "1.2.2" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-utf8-browser": [ + "3.259.0" + ], + "amazon-cognito-identity-js": [ + "6.3.6" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "4.9.2" + ], + "fast-base64-decode": [ + "1.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "isarray": [ + "1.0.0" + ], + "isomorphic-unfetch": [ + "3.1.0" + ], + "js-cookie": [ + "2.2.1" + ], + "node-fetch": [ + "2.7.0" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ], + "unfetch": [ + "4.2.0" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__uuid__3.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "uuid", + "version": "3.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "uuid": [ + "3.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-validator-option__7.23.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-validator-option", + "version": "7.23.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-validator-option": [ + "7.23.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-class-properties__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-class-properties", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_link__3.6.5__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/link", + "version": "3.6.5_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kg8CxKqkciQFzODvLAfxEs8gbqNXFZCW/ISOE2LHYKbh9pA144LVo71qO3SPeYVVzIjmZeW4vEMdZwqkNozecw==", + "url": "https://registry.npmjs.org/@react-aria/link/-/link-3.6.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__easy-stack__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "easy-stack", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==", + "url": "https://registry.npmjs.org/easy-stack/-/easy-stack-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pidtree__0.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pidtree", + "version": "0.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pidtree": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parse-png__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parse-png", + "version": "1.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "pngjs": "3.4.0" + }, + "transitive_closure": { + "parse-png": [ + "1.1.2" + ], + "pngjs": [ + "3.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-eslint-parser__9.4.2__eslint_8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vue-eslint-parser", + "version": "9.4.2_eslint_8.57.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4", + "eslint": "8.57.0", + "eslint-scope": "7.2.2", + "eslint-visitor-keys": "3.4.3", + "espree": "9.6.1", + "esquery": "1.5.0", + "lodash": "4.17.21", + "semver": "7.6.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash": [ + "4.17.21" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "vue-eslint-parser": [ + "9.4.2_eslint_8.57.0" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_link__3.5.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/link", + "version": "3.5.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yVafjW3IejyVnK3oMBNjFABCGG6J27EUG8rvkaGaI1uB6srGUEhpJ97XLv11aj1QkXHBy3VGXqxEV3S7wn4HTw==", + "url": "https://registry.npmjs.org/@react-types/link/-/link-3.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chrome-launcher__0.15.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chrome-launcher", + "version": "0.15.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==", + "url": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__whatwg-url__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "whatwg-url", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_istanbuljs_schema__0.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@istanbuljs/schema", + "version": "0.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "url": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__human-signals__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "human-signals", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", + "url": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_protocol-http__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/protocol-http", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__media-typer__0.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "media-typer", + "version": "0.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "url": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__acorn-jsx__5.3.2__acorn_8.11.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "acorn-jsx", + "version": "5.3.2_acorn_8.11.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "url": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__unicode-property-aliases-ecmascript__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unicode-property-aliases-ecmascript", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "url": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_freebsd-arm64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/freebsd-arm64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/freebsd-arm64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fs-extra__8.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fs-extra", + "version": "8.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__async__3.2.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "async", + "version": "3.2.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "async": [ + "3.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ansi-regex__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-regex", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__set-blocking__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "set-blocking", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "url": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__diacritics__1.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "diacritics", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wlwEkqcsaxvPJML+rDh/2iS824jbREk6DUMUKkEaSlxdYHeS43cClJtsWglvw2RfeXGm6ohKDqsXteJ5sP5enA==", + "url": "https://registry.npmjs.org/diacritics/-/diacritics-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-symbol-description__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-symbol-description", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", + "url": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__shallow-clone__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "shallow-clone", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "url": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-ansi__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-ansi", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-regex": "4.1.1" + }, + "transitive_closure": { + "ansi-regex": [ + "4.1.1" + ], + "strip-ansi": [ + "5.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__validator__13.11.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "validator", + "version": "13.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "validator" + ] + }, + "integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==", + "url": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__kind-of__6.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "kind-of", + "version": "6.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "kind-of": [ + "6.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__asynckit__0.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "asynckit", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chromium-pickle-js__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chromium-pickle-js", + "version": "0.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "chromium-pickle-js": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__prettier-linter-helpers__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prettier-linter-helpers", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", + "url": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_invalid-dependency__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/invalid-dependency", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/invalid-dependency": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsprim__1.4.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsprim", + "version": "1.4.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.4.0", + "verror": "1.10.0" + }, + "transitive_closure": { + "assert-plus": [ + "1.0.0" + ], + "core-util-is": [ + "1.0.2" + ], + "extsprintf": [ + "1.3.0", + "1.4.1" + ], + "json-schema": [ + "0.4.0" + ], + "jsprim": [ + "1.4.2" + ], + "verror": [ + "1.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minizlib__2.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minizlib", + "version": "2.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "url": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_expect__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vitest/expect", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vitest/spy": "1.5.0", + "@vitest/utils": "1.5.0", + "chai": "4.4.1" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/estree": [ + "1.0.5" + ], + "@vitest/expect": [ + "1.5.0" + ], + "@vitest/spy": [ + "1.5.0" + ], + "@vitest/utils": [ + "1.5.0" + ], + "ansi-styles": [ + "5.2.0" + ], + "assertion-error": [ + "1.1.0" + ], + "chai": [ + "4.4.1" + ], + "check-error": [ + "1.0.3" + ], + "deep-eql": [ + "4.1.3" + ], + "diff-sequences": [ + "29.6.3" + ], + "estree-walker": [ + "3.0.3" + ], + "get-func-name": [ + "2.0.2" + ], + "loupe": [ + "2.3.7" + ], + "pathval": [ + "1.1.1" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ], + "tinyspy": [ + "2.2.1" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strnum__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strnum", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", + "url": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__universalify__0.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "universalify", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "url": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-arm-gnueabihf__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-arm-gnueabihf", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ge2DC7tHRHa3caVEoSbPRJpq7azhG+xYsd6u2MEnJ6XzPSzQsTKyXvh6iWjXRf7Rt9ykIUWHtl0Uz3T6yXPpKw==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__std-env__3.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "std-env", + "version": "3.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==", + "url": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_hash-node__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/hash-node", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iKEpzpyaG9PYCnaOGwTIf0lffsF/TpsXrzAfnBlfeOU/3FbgniW2z/yq5xBbtMDtLobtOYC09kUFwDnDvuveSA==", + "url": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jest-worker__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jest-worker", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", + "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_responselike__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/responselike", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==", + "url": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__axios__0.27.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "axios", + "version": "0.27.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "url": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__open__7.4.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "open", + "version": "7.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-docker": "2.2.1", + "is-wsl": "2.2.0" + }, + "transitive_closure": { + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "open": [ + "7.4.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globalthis__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "globalthis", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "url": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-nullish-coalescing-operator", + "version": "7.18.6_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-time__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-time", + "version": "3.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-time": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3__7.9.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3", + "version": "7.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "d3" + ] + }, + "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", + "url": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ms__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ms", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ms": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_compiler-core__3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/compiler-core", + "version": "3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.24.4", + "@vue/shared": "3.4.23", + "entities": "4.5.0", + "estree-walker": "2.0.2", + "source-map-js": "1.2.0" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rrweb-cssom__0.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rrweb-cssom", + "version": "0.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "rrweb-cssom": [ + "0.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__possible-typed-array-names__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "possible-typed-array-names", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "url": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-stable-stringify-without-jsonify__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-stable-stringify-without-jsonify", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "url": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_istanbul-reports__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/istanbul-reports", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", + "url": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__qs__6.12.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "qs", + "version": "6.12.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==", + "url": "https://registry.npmjs.org/qs/-/qs-6.12.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_checkbox__3.7.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/checkbox", + "version": "3.7.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kuGqjQFex0As/3gfWyk+e9njCcad/ZdnYLLiNvhlk15730xfa0MmnOdpqo9jfuFSXBjOcpxoofvEhvrRMtEdUA==", + "url": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sudo-prompt__9.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sudo-prompt", + "version": "9.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==", + "url": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_ag-grid-community_styles__30.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@ag-grid-community/styles", + "version": "30.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-community/styles" + ] + }, + "integrity": "sha512-Tvs7Rtz4aSA5H2Vlerh6BCLIEa93jR0KLVRVwYOIHzwaNxovKYeMs/e8fr2comxsTAPxqozrMpzQ8Oa/RHKC7g==", + "url": "https://registry.npmjs.org/@ag-grid-community/styles/-/styles-30.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dom-serializer__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dom-serializer", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "domelementtype": "2.3.0", + "domhandler": "5.0.3", + "entities": "4.5.0" + }, + "transitive_closure": { + "dom-serializer": [ + "2.0.0" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "5.0.3" + ], + "entities": [ + "4.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_fetch-http-handler__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/fetch-http-handler", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/protocol-http": "3.6.1", + "@aws-sdk/querystring-builder": "3.6.1", + "@aws-sdk/types": "3.6.1", + "@aws-sdk/util-base64-browser": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/fetch-http-handler": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/querystring-builder": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-base64-browser": [ + "3.6.1" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__install__0.13.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "install", + "version": "0.13.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "install" + ] + }, + "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", + "url": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__readable-stream__3.6.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "readable-stream", + "version": "3.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__randexp__0.4.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "randexp", + "version": "0.4.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==", + "url": "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_visually-hidden__3.8.10__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/visually-hidden", + "version": "3.8.10_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-np8c4wxdbE7ZrMv/bnjwEfpX0/nkWy9sELEb0sK8n4+HJ+WycoXXrVxBUb9tXgL/GCx5ReeDQChjQWwajm/z3A==", + "url": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-queue__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-queue", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "easy-stack": "1.0.1" + }, + "transitive_closure": { + "easy-stack": [ + "1.0.1" + ], + "js-queue": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__resolve-from__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "resolve-from", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bluebird-lst__1.0.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bluebird-lst", + "version": "1.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7B1Rtx82hjnSD4PGLAjVWeYH3tHAcVUmChh85a3lltKQm6FresXh9ErQo6oAv6CqxttczC3/kEg8SY5NluPuUw==", + "url": "https://registry.npmjs.org/bluebird-lst/-/bluebird-lst-1.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__on-finished__2.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "on-finished", + "version": "2.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "url": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-hierarchy__3.1.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-hierarchy", + "version": "3.1.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-hierarchy": [ + "3.1.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__w3c-xmlserializer__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "w3c-xmlserializer", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", + "url": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cli-truncate__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cli-truncate", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", + "url": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-schema-traverse__0.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-schema-traverse", + "version": "0.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-schema-traverse": [ + "0.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ws__7.5.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ws", + "version": "7.5.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "url": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-x64-musl__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-x64-musl", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__leveldown__5.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "leveldown", + "version": "5.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "abstract-leveldown": "6.2.3", + "napi-macros": "2.0.0", + "node-gyp-build": "4.1.1" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-supports": [ + "1.0.1" + ], + "leveldown": [ + "5.6.0" + ], + "napi-macros": [ + "2.0.0" + ], + "node-gyp-build": [ + "4.1.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sentry_browser__7.111.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry/browser", + "version": "7.111.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x7S9XoJh+TbMnur4eBhPpCVo+p7udABBV2gQk+Iw6LP9e8EFKmGmNyl76vSsT6GeFJ7mwxDEKfuwbVoLBjIvHw==", + "url": "https://registry.npmjs.org/@sentry/browser/-/browser-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__envinfo__7.12.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "envinfo", + "version": "7.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Iw9rQJBGpJRd3rwXm9ft/JiGoAZmLxxJZELYDQoPRZ4USVhkKtIcNBPw6U+/K2mBpaqM25JSV6Yl4Az9vO2wJg==", + "url": "https://registry.npmjs.org/envinfo/-/envinfo-7.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nocache__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "nocache", + "version": "3.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nocache": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-classes__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-classes", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__why-is-node-running__2.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "why-is-node-running", + "version": "2.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "siginfo": "2.0.0", + "stackback": "0.0.2" + }, + "transitive_closure": { + "siginfo": [ + "2.0.0" + ], + "stackback": [ + "0.0.2" + ], + "why-is-node-running": [ + "2.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__global__4.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "global", + "version": "4.4.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "min-document": "2.19.0", + "process": "0.11.10" + }, + "transitive_closure": { + "dom-walk": [ + "0.1.2" + ], + "global": [ + "4.4.0" + ], + "min-document": [ + "2.19.0" + ], + "process": [ + "0.11.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parse-bmfont-ascii__1.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parse-bmfont-ascii", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==", + "url": "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_metro-babel-transformer__0.73.15__-2110264980__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/metro-babel-transformer", + "version": "0.73.15_-2110264980", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@react-native/babel-preset": "0.73.21_-2110264980", + "hermes-parser": "0.15.0", + "nullthrows": "1.1.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "ast-types": [ + "0.15.2" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commondir": [ + "1.0.1" + ], + "concat-map": [ + "0.0.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "fill-range": [ + "7.0.1" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0" + ], + "flow-parser": [ + "0.206.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0" + ], + "hermes-parser": [ + "0.15.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-core-module": [ + "2.13.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "kind-of": [ + "6.0.3" + ], + "locate-path": [ + "3.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1" + ], + "make-dir": [ + "2.1.0" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ], + "ms": [ + "2.1.2" + ], + "neo-async": [ + "2.6.2" + ], + "node-dir": [ + "0.1.17" + ], + "node-releases": [ + "2.0.14" + ], + "nullthrows": [ + "1.1.1" + ], + "once": [ + "1.4.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "react-refresh": [ + "0.14.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "resolve": [ + "1.22.8" + ], + "rimraf": [ + "2.6.3" + ], + "semver": [ + "5.7.2", + "6.3.1" + ], + "shallow-clone": [ + "3.0.1" + ], + "signal-exit": [ + "3.0.7" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "tslib": [ + "2.6.2" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__utils-merge__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "utils-merge", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "url": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vite__5.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vite", + "version": "5.2.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "fsevents": "2.3.3", + "esbuild": "0.20.2", + "postcss": "8.4.38", + "rollup": "4.14.3" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "esbuild": [ + "0.20.2" + ], + "fsevents": [ + "2.3.3" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "vite": [ + "5.2.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__any-promise__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "any-promise", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "any-promise": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-extendable__0.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-extendable", + "version": "0.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-extendable": [ + "0.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_malept_cross-spawn-promise__1.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@malept/cross-spawn-promise", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RTBGWL5FWQcg9orDOCcp4LvItNzUPcyEU9bwaeJX0rJ1IQxzucC48Y0/sQLp/g6t99IQgAlGIaesJS+gTn7tVQ==", + "url": "https://registry.npmjs.org/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-doctor__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-doctor", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-config": "12.3.6", + "@react-native-community/cli-platform-android": "12.3.6", + "@react-native-community/cli-platform-ios": "12.3.6", + "@react-native-community/cli-tools": "12.3.6", + "chalk": "4.1.2", + "command-exists": "1.2.9", + "deepmerge": "4.3.1", + "envinfo": "7.12.0", + "execa": "5.1.1", + "hermes-profile-transformer": "0.0.6", + "node-stream-zip": "1.15.0", + "ora": "5.4.1", + "semver": "7.6.0", + "strip-ansi": "5.2.0", + "wcwidth": "1.0.1", + "yaml": "2.4.1" + }, + "transitive_closure": { + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "astral-regex": [ + "1.0.0" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "buffer": [ + "5.7.1" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "command-exists": [ + "1.2.9" + ], + "concat-map": [ + "0.0.1" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "esprima": [ + "4.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "find-up": [ + "4.1.0", + "5.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "has-flag": [ + "4.0.0" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "import-fresh": [ + "2.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "isexe": [ + "2.0.0" + ], + "joi": [ + "17.12.3" + ], + "js-yaml": [ + "3.14.1" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "locate-path": [ + "5.0.0", + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "lru-cache": [ + "6.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mime": [ + "2.6.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "node-fetch": [ + "2.7.0" + ], + "node-stream-zip": [ + "1.15.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "readable-stream": [ + "3.6.2" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "set-blocking": [ + "2.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.7.4" + ], + "sprintf-js": [ + "1.0.3" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "tr46": [ + "0.0.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ], + "wrappy": [ + "1.0.2" + ], + "y18n": [ + "4.0.3" + ], + "yallist": [ + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1" + ], + "yargs-parser": [ + "18.1.3" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__camelcase__5.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "camelcase", + "version": "5.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "url": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-nullish-coalescing-operator__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-nullish-coalescing-operator", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__readdirp__3.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "readdirp", + "version": "3.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "url": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3__7.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3", + "version": "7.4.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/d3" + ] + }, + "deps": { + "@types/d3-array": "3.2.1", + "@types/d3-axis": "3.0.6", + "@types/d3-brush": "3.0.6", + "@types/d3-chord": "3.0.6", + "@types/d3-color": "3.1.3", + "@types/d3-contour": "3.0.6", + "@types/d3-delaunay": "6.0.4", + "@types/d3-dispatch": "3.0.6", + "@types/d3-drag": "3.0.7", + "@types/d3-dsv": "3.0.7", + "@types/d3-ease": "3.0.2", + "@types/d3-fetch": "3.0.7", + "@types/d3-force": "3.0.9", + "@types/d3-format": "3.0.4", + "@types/d3-geo": "3.1.0", + "@types/d3-hierarchy": "3.1.7", + "@types/d3-interpolate": "3.0.4", + "@types/d3-path": "3.1.0", + "@types/d3-polygon": "3.0.2", + "@types/d3-quadtree": "3.0.6", + "@types/d3-random": "3.0.3", + "@types/d3-scale": "4.0.8", + "@types/d3-scale-chromatic": "3.0.3", + "@types/d3-selection": "3.0.10", + "@types/d3-shape": "3.1.6", + "@types/d3-time": "3.0.3", + "@types/d3-time-format": "4.0.3", + "@types/d3-timer": "3.0.2", + "@types/d3-transition": "3.0.8", + "@types/d3-zoom": "3.0.8" + }, + "transitive_closure": { + "@types/d3": [ + "7.4.3" + ], + "@types/d3-array": [ + "3.2.1" + ], + "@types/d3-axis": [ + "3.0.6" + ], + "@types/d3-brush": [ + "3.0.6" + ], + "@types/d3-chord": [ + "3.0.6" + ], + "@types/d3-color": [ + "3.1.3" + ], + "@types/d3-contour": [ + "3.0.6" + ], + "@types/d3-delaunay": [ + "6.0.4" + ], + "@types/d3-dispatch": [ + "3.0.6" + ], + "@types/d3-drag": [ + "3.0.7" + ], + "@types/d3-dsv": [ + "3.0.7" + ], + "@types/d3-ease": [ + "3.0.2" + ], + "@types/d3-fetch": [ + "3.0.7" + ], + "@types/d3-force": [ + "3.0.9" + ], + "@types/d3-format": [ + "3.0.4" + ], + "@types/d3-geo": [ + "3.1.0" + ], + "@types/d3-hierarchy": [ + "3.1.7" + ], + "@types/d3-interpolate": [ + "3.0.4" + ], + "@types/d3-path": [ + "3.1.0" + ], + "@types/d3-polygon": [ + "3.0.2" + ], + "@types/d3-quadtree": [ + "3.0.6" + ], + "@types/d3-random": [ + "3.0.3" + ], + "@types/d3-scale": [ + "4.0.8" + ], + "@types/d3-scale-chromatic": [ + "3.0.3" + ], + "@types/d3-selection": [ + "3.0.10" + ], + "@types/d3-shape": [ + "3.1.6" + ], + "@types/d3-time": [ + "3.0.3" + ], + "@types/d3-time-format": [ + "4.0.3" + ], + "@types/d3-timer": [ + "3.0.2" + ], + "@types/d3-transition": [ + "3.0.8" + ], + "@types/d3-zoom": [ + "3.0.8" + ], + "@types/geojson": [ + "7946.0.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json5__2.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json5", + "version": "2.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "url": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_floating-ui_vue__1.0.6__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@floating-ui/vue", + "version": "1.0.6_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@floating-ui/vue" + ] + }, + "integrity": "sha512-EdrOljjkpkkqZnrpqUcPoz9NvHxuTjUtSInh6GMv3+Mcy+giY2cE2pHh9rpacRcZ2eMSCxel9jWkWXTjLmY55w==", + "url": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-styles__6.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-styles", + "version": "6.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_volar_typescript__1.11.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@volar/typescript", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==", + "url": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__doctrine__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "doctrine", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "url": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__parse-bmfont-ascii__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parse-bmfont-ascii", + "version": "1.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "parse-bmfont-ascii": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_json-schema__7.0.15": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/json-schema", + "version": "7.0.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "url": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__client-only__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "client-only", + "version": "0.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "client-only": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-delaunay__6.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-delaunay", + "version": "6.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-delaunay": [ + "6.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__decamelize__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "decamelize", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "url": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-body-length-node__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-body-length-node", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/util-body-length-node": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mimic-response__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mimic-response", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mimic-response": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-weakmap__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-weakmap", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-weakmap": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-path__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-path", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-path": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_mdurl__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/mdurl", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==", + "url": "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ltgt__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ltgt", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ltgt": [ + "2.2.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-private-property-in-object", + "version": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_to-ico__1.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/to-ico", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/icons": [ + "@types/to-ico" + ] + }, + "integrity": "sha512-3Ew8Hsz/qiDGzwvz75pjRU+6Ocfvrit6hHfirauEdJXxdro73MTe5XdcANh4GZ2wdJqWw9BIuHwWgKAfjUXoGw==", + "url": "https://registry.npmjs.org/@types/to-ico/-/to-ico-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__parse-headers__2.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parse-headers", + "version": "2.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==", + "url": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-string__1.9.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "color-string", + "version": "1.9.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "color-name": "1.1.4", + "simple-swizzle": "0.2.2" + }, + "transitive_closure": { + "color-name": [ + "1.1.4" + ], + "color-string": [ + "1.9.1" + ], + "is-arrayish": [ + "0.3.2" + ], + "simple-swizzle": [ + "0.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_translate_lock.bzl", + "ruleClassName": "npm_translate_lock_rule", + "attributes": { + "pnpm_lock": "@@//:pnpm-lock.yaml", + "update_pnpm_lock": false, + "use_home_npmrc": false, + "patches": {}, + "patch_args": {}, + "custom_postinstalls": {}, + "package_visibility": {}, + "prod": false, + "public_hoist_packages": {}, + "dev": false, + "no_optional": false, + "lifecycle_hooks": { + "*": [ + "preinstall", + "install", + "postinstall" + ] + }, + "lifecycle_hooks_envs": {}, + "lifecycle_hooks_execution_requirements": { + "*": [ + "no-sandbox" + ] + }, + "lifecycle_hooks_use_default_shell_env": { + "*": "false" + }, + "replace_packages": {}, + "bins": {}, + "verify_node_modules_ignored": "@@//:.bazelignore", + "external_repository_action_cache": ".aspect/rules/external_repository_action_cache", + "link_workspace": "", + "root_package": ".", + "additional_file_contents": {}, + "repositories_bzl_filename": "repositories.bzl", + "defs_bzl_filename": "defs.bzl", + "generate_bzl_library_targets": false, + "data": [], + "preupdate": [], + "quiet": true, + "node_toolchain_prefix": "nodejs", + "use_pnpm": "@@aspect_rules_js~~pnpm~pnpm//:package/bin/pnpm.cjs", + "yq_toolchain_prefix": "yq", + "npm_package_target_name": "{dirname}", + "use_starlark_yaml_parser": false, + "bzlmod": true + } + }, + "npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/preset-modules", + "version": "0.1.6-no-external-plugins_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/types": "7.24.0", + "esutils": "2.0.3" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esutils": [ + "2.0.3" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_tar__6.1.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/tar", + "version": "6.1.13", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@types/tar" + ] + }, + "deps": { + "@types/node": "20.12.7", + "minipass": "4.2.8" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/tar": [ + "6.1.13" + ], + "minipass": [ + "4.2.8" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_live-announcer__3.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/live-announcer", + "version": "3.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aOyPcsfyY9tLCBhuUaYCruwcd1IrYLc47Ou+J7wMzjeN9v4lsaEfiN12WFl8pDqOwfy6/7It2wmlm5hOuZY8wQ==", + "url": "https://registry.npmjs.org/@react-aria/live-announcer/-/live-announcer-3.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-object-super__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-object-super", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-win32-x64-msvc__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-win32-x64-msvc", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__which__1.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "which", + "version": "1.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "url": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-timer__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-timer", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", + "url": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_node-http-handler__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/node-http-handler", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/abort-controller": "3.6.1", + "@aws-sdk/protocol-http": "3.6.1", + "@aws-sdk/querystring-builder": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/abort-controller": [ + "3.6.1" + ], + "@aws-sdk/node-http-handler": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/querystring-builder": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_ms__0.7.34__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/ms", + "version": "0.7.34", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/ms": [ + "0.7.34" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__find-up__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "find-up", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "locate-path": "5.0.0", + "path-exists": "4.0.0" + }, + "transitive_closure": { + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-class-static-block__7.24.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-class-static-block", + "version": "7.24.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bignumber.js__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bignumber.js", + "version": "2.4.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bignumber.js": [ + "2.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_dnd__3.5.3__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/dnd", + "version": "3.5.3_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/string": "3.2.1", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/live-announcer": "3.3.2", + "@react-aria/overlays": "3.21.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/dnd": "3.2.8_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/dnd": [ + "3.5.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/overlays": [ + "3.21.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/dnd": [ + "3.2.8_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-load-config__4.0.2__postcss_8.4.38__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss-load-config", + "version": "4.0.2_postcss_8.4.38", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "lilconfig": "3.1.1", + "postcss": "8.4.38", + "yaml": "2.4.1" + }, + "transitive_closure": { + "lilconfig": [ + "3.1.1" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "postcss-load-config": [ + "4.0.2_postcss_8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "yaml": [ + "2.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-plugin-jsdoc__46.10.1__eslint_8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-plugin-jsdoc", + "version": "46.10.1_eslint_8.57.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "eslint-plugin-jsdoc" + ], + "app/ide-desktop/lib/dashboard": [ + "eslint-plugin-jsdoc" + ] + }, + "deps": { + "@es-joy/jsdoccomment": "0.41.0", + "are-docs-informative": "0.0.2", + "comment-parser": "1.4.1", + "debug": "4.3.4", + "escape-string-regexp": "4.0.0", + "eslint": "8.57.0", + "esquery": "1.5.0", + "is-builtin-module": "3.2.1", + "semver": "7.6.0", + "spdx-expression-parse": "4.0.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@es-joy/jsdoccomment": [ + "0.41.0" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "are-docs-informative": [ + "0.0.2" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "builtin-modules": [ + "3.3.0" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "comment-parser": [ + "1.4.1" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-plugin-jsdoc": [ + "46.10.1_eslint_8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-builtin-module": [ + "3.2.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "jsdoc-type-pratt-parser": [ + "4.0.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "spdx-exceptions": [ + "2.5.0" + ], + "spdx-expression-parse": [ + "4.0.0" + ], + "spdx-license-ids": [ + "3.0.17" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__phin__2.9.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "phin", + "version": "2.9.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "phin": [ + "2.9.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__body-parser__1.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "body-parser", + "version": "1.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "url": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_datepicker__3.7.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/datepicker", + "version": "3.7.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zThqFAdhQL1dqyVDsDSSTdfCjoD6634eyg/B0ZJfQxcLUR/5pch3v/gxBhbyCVDGMNHRWUWIJvY9DVOepuoSug==", + "url": "https://registry.npmjs.org/@react-types/datepicker/-/datepicker-3.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_histoire_app__0.17.17__vite_5.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@histoire/app", + "version": "0.17.17_vite_5.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2i1V38o08V+eaR0d3L0/EA6AYG14xyQBJbyYv0Hz3r4sH3Elj1FoJiwolbCfTDmkOnSgwWTc7+JoCqkLIbxfhA==", + "url": "https://registry.npmjs.org/@histoire/app/-/app-0.17.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__clean-stack__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "clean-stack", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "url": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chownr__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chownr", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "chownr": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__npm-run-all__4.1.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "npm-run-all", + "version": "4.1.5", + "dev": true, + "root_package": "", + "link_packages": { + "": [ + "npm-run-all" + ] + }, + "deps": { + "ansi-styles": "3.2.1", + "chalk": "2.4.2", + "cross-spawn": "6.0.5", + "memorystream": "0.3.1", + "minimatch": "3.1.2", + "pidtree": "0.3.1", + "read-pkg": "3.0.0", + "shell-quote": "1.8.1", + "string.prototype.padend": "3.1.6" + }, + "transitive_closure": { + "ansi-styles": [ + "3.2.1" + ], + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "call-bind": [ + "1.0.7" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "6.0.5" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "error-ex": [ + "1.3.2" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-bigints": [ + "1.0.2" + ], + "has-flag": [ + "3.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "hosted-git-info": [ + "2.8.9" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-core-module": [ + "2.13.1" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "isexe": [ + "2.0.0" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "load-json-file": [ + "4.0.0" + ], + "memorystream": [ + "0.3.1" + ], + "minimatch": [ + "3.1.2" + ], + "nice-try": [ + "1.0.5" + ], + "normalize-package-data": [ + "2.5.0" + ], + "npm-run-all": [ + "4.1.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "parse-json": [ + "4.0.0" + ], + "path-key": [ + "2.0.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-type": [ + "3.0.0" + ], + "pidtree": [ + "0.3.1" + ], + "pify": [ + "3.0.0" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "read-pkg": [ + "3.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "resolve": [ + "1.22.8" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "semver": [ + "5.7.2" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "shebang-command": [ + "1.2.0" + ], + "shebang-regex": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.6" + ], + "spdx-correct": [ + "3.2.0" + ], + "spdx-exceptions": [ + "2.5.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-license-ids": [ + "3.0.17" + ], + "string.prototype.padend": [ + "3.1.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "strip-bom": [ + "3.0.0" + ], + "supports-color": [ + "5.5.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "validate-npm-package-license": [ + "3.0.4" + ], + "which": [ + "1.3.1" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__errno__0.1.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "errno", + "version": "0.1.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "url": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__unicode-property-aliases-ecmascript__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unicode-property-aliases-ecmascript", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pathval__1.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pathval", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "url": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pidtree__0.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pidtree", + "version": "0.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", + "url": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__clsx__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "clsx", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", + "url": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-base64-decode__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-base64-decode", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qwaScUgUGBYeDNRnbc/KyllVU88Jk1pRHPStuF/lO7B0/RTRLj7U0lkdTAutlBblY08rwZDff6tNU9cjv6j//Q==", + "url": "https://registry.npmjs.org/fast-base64-decode/-/fast-base64-decode-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__xml-name-validator__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xml-name-validator", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xml-name-validator": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__read-pkg__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "read-pkg", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", + "url": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__update-browserslist-db__1.0.13__browserslist_4.23.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "update-browserslist-db", + "version": "1.0.13_browserslist_4.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.23.0", + "escalade": "3.1.2", + "picocolors": "1.0.0" + }, + "transitive_closure": { + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-is__16.13.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-is", + "version": "16.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "url": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-darwin-arm64__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-darwin-arm64", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vueuse_core__10.9.0__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vueuse/core", + "version": "10.9.0_vue_3.4.23", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@vueuse/core" + ] + }, + "deps": { + "@types/web-bluetooth": "0.0.20", + "@vueuse/metadata": "10.9.0", + "@vueuse/shared": "10.9.0_vue_3.4.23", + "vue-demi": "0.14.7_vue_3.4.23" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@types/web-bluetooth": [ + "0.0.20" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "@vueuse/core": [ + "10.9.0_vue_3.4.23" + ], + "@vueuse/metadata": [ + "10.9.0" + ], + "@vueuse/shared": [ + "10.9.0_vue_3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-demi": [ + "0.14.7_vue_3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-is__17.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-is", + "version": "17.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "react-is": [ + "17.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__estraverse__5.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "estraverse", + "version": "5.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "estraverse": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-json-strings", + "version": "7.8.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__color-convert__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "color-convert", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-fetch__2.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-fetch", + "version": "2.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "whatwg-url": "5.0.0" + }, + "transitive_closure": { + "node-fetch": [ + "2.7.0" + ], + "tr46": [ + "0.0.3" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isomorphic-fetch__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isomorphic-fetch", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "node-fetch": "2.7.0", + "whatwg-fetch": "3.6.20" + }, + "transitive_closure": { + "isomorphic-fetch": [ + "3.0.0" + ], + "node-fetch": [ + "2.7.0" + ], + "tr46": [ + "0.0.3" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string.prototype.trimend__1.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string.prototype.trimend", + "version": "1.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-object-atoms": "1.0.0" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "set-function-length": [ + "1.2.2" + ], + "string.prototype.trimend": [ + "1.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_discordjs_rest__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@discordjs/rest", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nXm9wT8oqrYFRMEqTXQx9DUTeEtXUDMmnUKIhZn6O2EeDY9VCdwj23XCPq7fkqMPKdF7ldAfeVKyxxFdbZl59A==", + "url": "https://registry.npmjs.org/@discordjs/rest/-/rest-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_eslint-config-typescript__12.0.0__633644248__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/eslint-config-typescript", + "version": "12.0.0_633644248", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@vue/eslint-config-typescript" + ] + }, + "deps": { + "@typescript-eslint/eslint-plugin": "6.21.0_811199786", + "@typescript-eslint/parser": "6.21.0_2014865575", + "eslint": "8.57.0", + "eslint-plugin-vue": "9.25.0_eslint_8.57.0", + "typescript": "5.2.2", + "vue-eslint-parser": "9.4.2_eslint_8.57.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/semver": [ + "7.5.8" + ], + "@typescript-eslint/eslint-plugin": [ + "6.21.0_811199786" + ], + "@typescript-eslint/parser": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/type-utils": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.2.2" + ], + "@typescript-eslint/utils": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "@vue/eslint-config-typescript": [ + "12.0.0_633644248" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "boolbase": [ + "1.0.0" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "cssesc": [ + "3.0.0" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-plugin-vue": [ + "9.25.0_eslint_8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash": [ + "4.17.21" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "nth-check": [ + "2.1.1" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.2.2" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.2.2" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "vue-eslint-parser": [ + "9.4.2_eslint_8.57.0" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "xml-name-validator": [ + "4.0.0" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pkg-dir__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pkg-dir", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "find-up": "3.0.0" + }, + "transitive_closure": { + "find-up": [ + "3.0.0" + ], + "locate-path": [ + "3.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ], + "pkg-dir": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dot-prop__5.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dot-prop", + "version": "5.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "url": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-zoom__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-zoom", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", + "url": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__run-parallel__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "run-parallel", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "queue-microtask": "1.2.3" + }, + "transitive_closure": { + "queue-microtask": [ + "1.2.3" + ], + "run-parallel": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_android-x64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/android-x64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==", + "url": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_ws__8.5.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/ws", + "version": "8.5.10", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/ws" + ] + }, + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + "url": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chalk__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chalk", + "version": "4.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "4.3.0", + "supports-color": "7.2.0" + }, + "transitive_closure": { + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "has-flag": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_typescript-estree__6.21.0__typescript_5.4.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/typescript-estree", + "version": "6.21.0_typescript_5.4.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "4.3.4", + "globby": "11.1.0", + "is-glob": "4.0.3", + "minimatch": "9.0.3", + "semver": "7.6.0", + "ts-api-utils": "1.3.0_typescript_5.4.5", + "typescript": "5.4.5" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.4.5" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "debug": [ + "4.3.4" + ], + "dir-glob": [ + "3.0.1" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "glob-parent": [ + "5.1.2" + ], + "globby": [ + "11.1.0" + ], + "ignore": [ + "5.3.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "slash": [ + "3.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.4.5" + ], + "typescript": [ + "5.4.5" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-ipc__9.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-ipc", + "version": "9.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "event-pubsub": "4.3.0", + "js-message": "1.0.5", + "js-queue": "2.0.0" + }, + "transitive_closure": { + "easy-stack": [ + "1.0.1" + ], + "event-pubsub": [ + "4.3.0" + ], + "js-message": [ + "1.0.5" + ], + "js-queue": [ + "2.0.0" + ], + "node-ipc": [ + "9.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-arrayish__0.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-arrayish", + "version": "0.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", + "url": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_estree__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/estree", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/estree": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-linux-arm-gnueabihf__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-linux-arm-gnueabihf", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-linux-arm-gnueabihf": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tsx__4.7.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tsx", + "version": "4.7.2", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "tsx" + ], + "app/ide-desktop/lib/client": [ + "tsx" + ] + }, + "deps": { + "fsevents": "2.3.3", + "esbuild": "0.19.12", + "get-tsconfig": "4.7.3" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.19.12" + ], + "@esbuild/android-arm": [ + "0.19.12" + ], + "@esbuild/android-arm64": [ + "0.19.12" + ], + "@esbuild/android-x64": [ + "0.19.12" + ], + "@esbuild/darwin-arm64": [ + "0.19.12" + ], + "@esbuild/darwin-x64": [ + "0.19.12" + ], + "@esbuild/freebsd-arm64": [ + "0.19.12" + ], + "@esbuild/freebsd-x64": [ + "0.19.12" + ], + "@esbuild/linux-arm": [ + "0.19.12" + ], + "@esbuild/linux-arm64": [ + "0.19.12" + ], + "@esbuild/linux-ia32": [ + "0.19.12" + ], + "@esbuild/linux-loong64": [ + "0.19.12" + ], + "@esbuild/linux-mips64el": [ + "0.19.12" + ], + "@esbuild/linux-ppc64": [ + "0.19.12" + ], + "@esbuild/linux-riscv64": [ + "0.19.12" + ], + "@esbuild/linux-s390x": [ + "0.19.12" + ], + "@esbuild/linux-x64": [ + "0.19.12" + ], + "@esbuild/netbsd-x64": [ + "0.19.12" + ], + "@esbuild/openbsd-x64": [ + "0.19.12" + ], + "@esbuild/sunos-x64": [ + "0.19.12" + ], + "@esbuild/win32-arm64": [ + "0.19.12" + ], + "@esbuild/win32-ia32": [ + "0.19.12" + ], + "@esbuild/win32-x64": [ + "0.19.12" + ], + "esbuild": [ + "0.19.12" + ], + "fsevents": [ + "2.3.3" + ], + "get-tsconfig": [ + "4.7.3" + ], + "resolve-pkg-maps": [ + "1.0.0" + ], + "tsx": [ + "4.7.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lighthouse-logger__1.4.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lighthouse-logger", + "version": "1.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==", + "url": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__param-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "param-case", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "dot-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "dot-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "param-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__glob-parent__6.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "glob-parent", + "version": "6.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ts-mixer__6.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ts-mixer", + "version": "6.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ufKpbmrugz5Aou4wcr5Wc1UUFWOLhq+Fm6qa6P0w0K5Qw2yhaUoiWszhCVuNQyNwrlGiscHOmqYoAox1PtvgjA==", + "url": "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__compressible__2.0.18__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "compressible", + "version": "2.0.18", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mime-db": "1.52.0" + }, + "transitive_closure": { + "compressible": [ + "2.0.18" + ], + "mime-db": [ + "1.52.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yauzl__2.10.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yauzl", + "version": "2.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-crc32": "0.2.13", + "fd-slicer": "1.1.0" + }, + "transitive_closure": { + "buffer-crc32": [ + "0.2.13" + ], + "fd-slicer": [ + "1.1.0" + ], + "pend": [ + "1.2.0" + ], + "yauzl": [ + "2.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__universalify__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "universalify", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-stream__6.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-stream", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-file-map__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-file-map", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eQXMFM9ogTfDs2POq7DT2dnG7rayZcoEgRbHPXvhUWkVwiKkro2ngcBE++ck/7A36Cj5Ljo79SOkYwHaWUDYDw==", + "url": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__xml-parse-from-string__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xml-parse-from-string", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==", + "url": "https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__binary-extensions__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "binary-extensions", + "version": "2.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "binary-extensions": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object.fromentries__2.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object.fromentries", + "version": "2.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-object-atoms": "1.0.0" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "object.fromentries": [ + "2.0.8" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__style-mod__4.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "style-mod", + "version": "4.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==", + "url": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strict-event-emitter-types__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strict-event-emitter-types", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strict-event-emitter-types": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strip-literal__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-literal", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==", + "url": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__state-local__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "state-local", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "state-local": [ + "1.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sideway_formula__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sideway/formula", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==", + "url": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-builtin-module__3.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-builtin-module", + "version": "3.2.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "builtin-modules": "3.3.0" + }, + "transitive_closure": { + "builtin-modules": [ + "3.3.0" + ], + "is-builtin-module": [ + "3.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-scope__7.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-scope", + "version": "7.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__launch-editor__2.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "launch-editor", + "version": "2.6.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "picocolors": "1.0.0", + "shell-quote": "1.8.1" + }, + "transitive_closure": { + "launch-editor": [ + "2.6.1" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stackframe__1.3.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "stackframe", + "version": "1.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", + "url": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__level-codec__9.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "level-codec", + "version": "9.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer": "5.7.1" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ], + "level-codec": [ + "9.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__crc__3.8.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "crc", + "version": "3.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer": "5.7.1" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "crc": [ + "3.8.0" + ], + "ieee754": [ + "1.2.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-data-view__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-data-view", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-typed-array": "1.1.13" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es6-error__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es6-error", + "version": "4.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es6-error": [ + "4.1.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-stream__8.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-stream", + "version": "8.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-stream": [ + "8.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_geojson__7946.0.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/geojson", + "version": "7946.0.14", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/geojson": [ + "7946.0.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_normalize-colors__0.73.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/normalize-colors", + "version": "0.73.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bRBcb2T+I88aG74LMVHaKms2p/T8aQd8+BZ7LuuzXlRfog1bMWWn/C5i0HVuvW4RPtXQYgIlGiXVDy9Ir1So/w==", + "url": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.73.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_ms__0.7.34": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/ms", + "version": "0.7.34", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==", + "url": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__domexception__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "domexception", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "webidl-conversions": "7.0.0" + }, + "transitive_closure": { + "domexception": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-literals__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-literals", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__commander__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "commander", + "version": "7.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__npm-run-path__5.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "npm-run-path", + "version": "5.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "path-key": "4.0.0" + }, + "transitive_closure": { + "npm-run-path": [ + "5.3.0" + ], + "path-key": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-modules-amd__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-modules-amd", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__argparse__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "argparse", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "argparse": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__request__2.88.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "request", + "version": "2.88.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "aws-sign2": "0.7.0", + "aws4": "1.12.0", + "caseless": "0.12.0", + "combined-stream": "1.0.8", + "extend": "3.0.2", + "forever-agent": "0.6.1", + "form-data": "2.3.3", + "har-validator": "5.1.5", + "http-signature": "1.2.0", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.35", + "oauth-sign": "0.9.0", + "performance-now": "2.1.0", + "qs": "6.5.3", + "safe-buffer": "5.2.1", + "tough-cookie": "2.5.0", + "tunnel-agent": "0.6.0", + "uuid": "3.4.0" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "asn1": [ + "0.2.6" + ], + "assert-plus": [ + "1.0.0" + ], + "asynckit": [ + "0.4.0" + ], + "aws-sign2": [ + "0.7.0" + ], + "aws4": [ + "1.12.0" + ], + "bcrypt-pbkdf": [ + "1.0.2" + ], + "caseless": [ + "0.12.0" + ], + "combined-stream": [ + "1.0.8" + ], + "core-util-is": [ + "1.0.2" + ], + "dashdash": [ + "1.14.1" + ], + "delayed-stream": [ + "1.0.0" + ], + "ecc-jsbn": [ + "0.1.2" + ], + "extend": [ + "3.0.2" + ], + "extsprintf": [ + "1.3.0", + "1.4.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "forever-agent": [ + "0.6.1" + ], + "form-data": [ + "2.3.3" + ], + "getpass": [ + "0.1.7" + ], + "har-schema": [ + "2.0.0" + ], + "har-validator": [ + "5.1.5" + ], + "http-signature": [ + "1.2.0" + ], + "is-typedarray": [ + "1.0.0" + ], + "isstream": [ + "0.1.2" + ], + "jsbn": [ + "0.1.1" + ], + "json-schema": [ + "0.4.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "jsprim": [ + "1.4.2" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "oauth-sign": [ + "0.9.0" + ], + "performance-now": [ + "2.1.0" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.5.3" + ], + "request": [ + "2.88.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "sshpk": [ + "1.18.0" + ], + "tough-cookie": [ + "2.5.0" + ], + "tunnel-agent": [ + "0.6.0" + ], + "tweetnacl": [ + "0.14.5" + ], + "uri-js": [ + "4.4.1" + ], + "uuid": [ + "3.4.0" + ], + "verror": [ + "1.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__y-websocket__1.5.4__yjs_13.6.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "y-websocket", + "version": "1.5.4_yjs_13.6.14", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "y-websocket" + ] + }, + "integrity": "sha512-Y3021uy0anOIHqAPyAZbNDoR05JuMEGjRNI8c+K9MHzVS8dWoImdJUjccljAznc8H2L7WkIXhRHZ1igWNRSgPw==", + "url": "https://registry.npmjs.org/y-websocket/-/y-websocket-1.5.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-modules-umd__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-modules-umd", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stat-mode__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "stat-mode", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "stat-mode": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-cookie__3.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-cookie", + "version": "3.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "js-cookie": [ + "3.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__indefinitely-typed__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "indefinitely-typed", + "version": "1.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "fs-extra": "7.0.1", + "minimist": "1.2.8" + }, + "transitive_closure": { + "fs-extra": [ + "7.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "indefinitely-typed": [ + "1.1.0" + ], + "jsonfile": [ + "4.0.0" + ], + "minimist": [ + "1.2.8" + ], + "universalify": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unfetch__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unfetch", + "version": "4.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unfetch": [ + "4.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yargs__17.6.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yargs", + "version": "17.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "yargs" + ] + }, + "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", + "url": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prettier-plugin-organize-imports__3.2.4__866193231__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prettier-plugin-organize-imports", + "version": "3.2.4_866193231", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "prettier-plugin-organize-imports" + ] + }, + "deps": { + "prettier": "3.2.5", + "typescript": "5.2.2" + }, + "transitive_closure": { + "prettier": [ + "3.2.5" + ], + "prettier-plugin-organize-imports": [ + "3.2.4_866193231" + ], + "typescript": [ + "5.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-stack__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/middleware-stack", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/middleware-stack": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__shuffle-seed__1.1.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "shuffle-seed", + "version": "1.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "shuffle-seed" + ] + }, + "integrity": "sha512-Vr9wlwMKJVUeFNGyc4aNbrzkI568gkve7ykyJ+1/cz78j3yRlJODWU0CuJ/fmk3MCjvAClpnqlycd/Y53UG3UA==", + "url": "https://registry.npmjs.org/shuffle-seed/-/shuffle-seed-1.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_typescript-estree__6.21.0__typescript_5.4.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/typescript-estree", + "version": "6.21.0_typescript_5.4.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__make-dir__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "make-dir", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "semver": "6.3.1" + }, + "transitive_closure": { + "make-dir": [ + "3.1.0" + ], + "semver": [ + "6.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__error-stack-parser__2.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "error-stack-parser", + "version": "2.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "url": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__write-file-atomic__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "write-file-atomic", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "url": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_tootallnate_once__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@tootallnate/once", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", + "url": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__opener__1.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "opener", + "version": "1.5.2", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "opener" + ] + }, + "deps": {}, + "transitive_closure": { + "opener": [ + "1.5.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__abstract-leveldown__6.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "abstract-leveldown", + "version": "6.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==", + "url": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__unicode-canonical-property-names-ecmascript__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unicode-canonical-property-names-ecmascript", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "url": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__moo__0.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "moo", + "version": "0.5.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "moo": [ + "0.5.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__har-validator__5.1.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "har-validator", + "version": "5.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "url": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__big-integer__1.6.52__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "big-integer", + "version": "1.6.52", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "big-integer": [ + "1.6.52" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__spdx-exceptions__2.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "spdx-exceptions", + "version": "2.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "spdx-exceptions": [ + "2.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_isaacs_ttlcache__1.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@isaacs/ttlcache", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==", + "url": "https://registry.npmjs.org/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__y-textarea__1.0.0__yjs_13.6.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "y-textarea", + "version": "1.0.0_yjs_13.6.14", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "y-textarea" + ] + }, + "deps": { + "yjs": "13.6.14" + }, + "transitive_closure": { + "isomorphic.js": [ + "0.2.5" + ], + "lib0": [ + "0.2.93" + ], + "y-textarea": [ + "1.0.0_yjs_13.6.14" + ], + "yjs": [ + "13.6.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-arm64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-arm64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==", + "url": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_listbox__3.4.7__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/listbox", + "version": "3.4.7_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-68y5H9CVSPFiwO6MOFxTbry9JQMK/Lb1M9i3M8TDyq1AbJxBPpgAvJ9RaqIMCucsnqCzpY/zA3D/X417zByL1w==", + "url": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.4.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_parser__6.21.0__2014925250__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/parser", + "version": "6.21.0_2014925250", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "@typescript-eslint/parser" + ] + }, + "deps": { + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/typescript-estree": "6.21.0_typescript_5.4.5", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "4.3.4", + "eslint": "8.57.0", + "typescript": "5.4.5" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@typescript-eslint/parser": [ + "6.21.0_2014925250" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.4.5" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.4.5" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.4.5" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__form-data__2.3.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "form-data", + "version": "2.3.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "asynckit": "0.4.0", + "combined-stream": "1.0.8", + "mime-types": "2.1.35" + }, + "transitive_closure": { + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "delayed-stream": [ + "1.0.0" + ], + "form-data": [ + "2.3.3" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-extglob__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-extglob", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-extglob": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-number-object__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-number-object", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.2" + }, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "is-number-object": [ + "1.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_babel__core__7.20.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/babel__core", + "version": "7.20.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "url": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dotenv__9.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dotenv", + "version": "9.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dotenv": [ + "9.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__napi-macros__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "napi-macros", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "napi-macros": [ + "2.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__braces__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "braces", + "version": "3.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fill-range": "7.0.1" + }, + "transitive_closure": { + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "is-number": [ + "7.0.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__gray-matter__4.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "gray-matter", + "version": "4.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "js-yaml": "3.14.1", + "kind-of": "6.0.3", + "section-matter": "1.0.0", + "strip-bom-string": "1.0.0" + }, + "transitive_closure": { + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "extend-shallow": [ + "2.0.1" + ], + "gray-matter": [ + "4.0.3" + ], + "is-extendable": [ + "0.1.1" + ], + "js-yaml": [ + "3.14.1" + ], + "kind-of": [ + "6.0.3" + ], + "section-matter": [ + "1.0.0" + ], + "sprintf-js": [ + "1.0.3" + ], + "strip-bom-string": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-split-export-declaration__7.22.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-split-export-declaration", + "version": "7.22.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "url": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-parse-better-errors__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-parse-better-errors", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-parse-better-errors": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xml-parse-from-string__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xml-parse-from-string", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xml-parse-from-string": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-limit__2.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-limit", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "url": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-geo__3.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-geo", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", + "url": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__https-proxy-agent__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "https-proxy-agent", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "agent-base": "6.0.2", + "debug": "4.3.4" + }, + "transitive_closure": { + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite__5.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vite", + "version": "5.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==", + "url": "https://registry.npmjs.org/vite/-/vite-5.2.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bmp-js__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bmp-js", + "version": "0.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bmp-js": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yallist__3.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yallist", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "url": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_smithy-client__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/smithy-client", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/middleware-stack": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/middleware-stack": [ + "3.6.1" + ], + "@aws-sdk/smithy-client": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hermes-estree__0.20.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hermes-estree", + "version": "0.20.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg==", + "url": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.20.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-skip-transparent-expression-wrappers", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__npm-run-all__4.1.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "npm-run-all", + "version": "4.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "npm-run-all" + ] + }, + "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", + "url": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__yocto-queue__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yocto-queue", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yocto-queue": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_histoire_vendors__0.17.17": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@histoire/vendors", + "version": "0.17.17", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QZvmffdoJlLuYftPIkOU5Q2FPAdG2JjMuQ5jF7NmEl0n1XnmbMqtRkdYTZ4eF6CO1KLZ0Zyf6gBQvoT1uWNcjA==", + "url": "https://registry.npmjs.org/@histoire/vendors/-/vendors-0.17.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__abab__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "abab", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "abab": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_malept_flatpak-bundler__0.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@malept/flatpak-bundler", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9QOtNffcOF/c1seMCDnjckb3R9WHcG34tky+FHpNKKCW0wc/scYLwMtO+ptyGUfMW0/b/n4qRiALlaFHc9Oj7Q==", + "url": "https://registry.npmjs.org/@malept/flatpak-bundler/-/flatpak-bundler-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ono__4.0.11": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ono", + "version": "4.0.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jQ31cORBFE6td25deYeD80wxKBMj+zBmHTrVxnc6CKhx8gho6ipmWM5zj/oeoqioZ99yqBls9Z/9Nss7J26G2g==", + "url": "https://registry.npmjs.org/ono/-/ono-4.0.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tough-cookie__2.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tough-cookie", + "version": "2.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "psl": "1.9.0", + "punycode": "2.3.1" + }, + "transitive_closure": { + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "tough-cookie": [ + "2.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__birpc__0.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "birpc", + "version": "0.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "birpc": [ + "0.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__use-sync-external-store__1.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "use-sync-external-store", + "version": "1.2.0_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "react": "18.2.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "use-sync-external-store": [ + "1.2.0_react_18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-resize__2.0.0-alpha.1__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vue-resize", + "version": "2.0.0-alpha.1_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==", + "url": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__railroad-diagrams__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "railroad-diagrams", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "railroad-diagrams": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parse-png__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parse-png", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ge6gDV9T5zhkWHmjvnNiyhPTCIoY7W+FC7qWPtuL2lIGZAFxxqTRG/ouEXsH9qkw+HzYiPEU/tFcxOCEDTP1Yw==", + "url": "https://registry.npmjs.org/parse-png/-/parse-png-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__aggregate-error__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "aggregate-error", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "clean-stack": "2.2.0", + "indent-string": "4.0.0" + }, + "transitive_closure": { + "aggregate-error": [ + "3.1.0" + ], + "clean-stack": [ + "2.2.0" + ], + "indent-string": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-interpolate__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-interpolate", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-color": "3.1.0" + }, + "transitive_closure": { + "d3-color": [ + "3.1.0" + ], + "d3-interpolate": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bluebird__3.7.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bluebird", + "version": "3.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__why-is-node-running__2.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "why-is-node-running", + "version": "2.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==", + "url": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_is-array-buffer__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/is-array-buffer", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qm2iDJmCrxlQE2dsFG+TujPe7jw4DF+4RTrsFMhk/e3lOl3MAzQ6Fc2kXtgeUcVrZVFTL8fQvXE1ByYyI6WbCw==", + "url": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__import-fresh__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "import-fresh", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "caller-path": "2.0.0", + "resolve-from": "3.0.0" + }, + "transitive_closure": { + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "import-fresh": [ + "2.0.0" + ], + "resolve-from": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__etag__1.8.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "etag", + "version": "1.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "url": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__markdown-it-attrs__4.1.6__markdown-it_12.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "markdown-it-attrs", + "version": "4.1.6_markdown-it_12.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-O7PDKZlN8RFMyDX13JnctQompwrrILuz2y43pW2GagcwpIIElkAdfeek+erHfxUOlXWPsjFeWmZ8ch1xtRLWpA==", + "url": "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-4.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__object-inspect__1.13.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object-inspect", + "version": "1.13.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "object-inspect": [ + "1.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-locate__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-locate", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "url": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-plugin-utils__7.24.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-plugin-utils", + "version": "7.24.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", + "url": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-bigint__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-bigint", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "url": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__webidl-conversions__7.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "webidl-conversions", + "version": "7.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_querystring-builder__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/querystring-builder", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "@aws-sdk/util-uri-escape": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/querystring-builder": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-ia32__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-ia32", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-ia32": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__read-chunk__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "read-chunk", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "read-chunk": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_linkify-it__3.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/linkify-it", + "version": "3.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==", + "url": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pify__2.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pify", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "url": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tar-fs__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tar-fs", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", + "url": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_separator__3.3.11__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/separator", + "version": "3.3.11_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UTla+3P2pELpP73WSfbwZgP1y1wODFBQbEOHnUxxO8ocyaUyQLJdvc07bBLLpPoyutlggRG0v9ACo0Rui7AjOg==", + "url": "https://registry.npmjs.org/@react-aria/separator/-/separator-3.3.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-abi__3.59.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-abi", + "version": "3.59.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HyyfzvTLCE8b1SX2nWimlra8cibEsypcSu/Az4SXMhWhtuctkwAX7qsEYNjUOIoYtPV884oN3wtYTN+iZKBtvw==", + "url": "https://registry.npmjs.org/node-abi/-/node-abi-3.59.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_progress__3.5.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/progress", + "version": "3.5.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aQql22kusEudsHwDEzq6y/Mh29AM+ftRDKdS5E5g4MkCY5J4FMbOYco1T5So83NIvvG9+eKcxPoJUMjQQACAyA==", + "url": "https://registry.npmjs.org/@react-types/progress/-/progress-3.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-json-strings__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-json-strings", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__detect-libc__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "detect-libc", + "version": "2.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "detect-libc": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__read-chunk__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "read-chunk", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5NLTTdX45dKFtG8CX5pKmvS9V5u9wBE+gkklN7xhDuhq3pA2I4O7ALfKxosCMcLHOhkxj6GNacZhfXtp5nlCdg==", + "url": "https://registry.npmjs.org/read-chunk/-/read-chunk-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__spdx-expression-parse__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "spdx-expression-parse", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==", + "url": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__clone-deep__4.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "clone-deep", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "url": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__snake-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "snake-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", + "url": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__decimal.js__10.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "decimal.js", + "version": "10.4.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "decimal.js": [ + "10.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-try__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-try", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "url": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fortawesome_fontawesome-common-types__6.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@fortawesome/fontawesome-common-types", + "version": "6.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gBxPg3aVO6J0kpfHNILc+NMhXnqHumFxOmjYCFfOiLZfwhnnfhtsdA2hfJlDnj+8PjAs6kKQPenOTKj3Rf7zHw==", + "url": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__p-cancelable__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-cancelable", + "version": "1.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "p-cancelable": [ + "1.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__scheduler__0.23.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "scheduler", + "version": "0.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "url": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__default-browser__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "default-browser", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==", + "url": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__napi-build-utils__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "napi-build-utils", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "napi-build-utils": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yocto-queue__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yocto-queue", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", + "url": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_table__3.11.6__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/table", + "version": "3.11.6_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/flags": "3.0.1", + "@react-stately/grid": "3.8.5_react_18.2.0", + "@react-stately/selection": "3.14.3_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/grid": "3.2.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/table": "3.9.3_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/flags": [ + "3.0.1" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/table": [ + "3.11.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/table": [ + "3.9.3_react_18.2.0" + ], + "@swc/helpers": [ + "0.4.14", + "0.4.36", + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-async-generators", + "version": "7.8.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typed-array-buffer__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "typed-array-buffer", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "es-errors": "1.3.0", + "is-typed-array": "1.1.13" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-hierarchy__3.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-hierarchy", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", + "url": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-async-to-generator__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-async-to-generator", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-module-imports": "7.24.3", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-remap-async-to-generator": "7.22.20_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cliui__8.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cliui", + "version": "8.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "url": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__escalade__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "escalade", + "version": "3.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escalade": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_client-cloudwatch-logs__3.6.1__react-native_0.73.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/client-cloudwatch-logs", + "version": "3.6.1_react-native_0.73.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-crypto/sha256-browser": "1.2.2", + "@aws-crypto/sha256-js": "1.2.2", + "@aws-sdk/config-resolver": "3.6.1", + "@aws-sdk/credential-provider-node": "3.6.1", + "@aws-sdk/fetch-http-handler": "3.6.1", + "@aws-sdk/hash-node": "3.6.1", + "@aws-sdk/invalid-dependency": "3.6.1", + "@aws-sdk/middleware-content-length": "3.6.1", + "@aws-sdk/middleware-host-header": "3.6.1", + "@aws-sdk/middleware-logger": "3.6.1", + "@aws-sdk/middleware-retry": "3.6.1_react-native_0.73.7", + "@aws-sdk/middleware-serde": "3.6.1", + "@aws-sdk/middleware-signing": "3.6.1", + "@aws-sdk/middleware-stack": "3.6.1", + "@aws-sdk/middleware-user-agent": "3.6.1", + "@aws-sdk/node-config-provider": "3.6.1", + "@aws-sdk/node-http-handler": "3.6.1", + "@aws-sdk/protocol-http": "3.6.1", + "@aws-sdk/smithy-client": "3.6.1", + "@aws-sdk/types": "3.6.1", + "@aws-sdk/url-parser": "3.6.1", + "@aws-sdk/url-parser-native": "3.6.1", + "@aws-sdk/util-base64-browser": "3.6.1", + "@aws-sdk/util-base64-node": "3.6.1", + "@aws-sdk/util-body-length-browser": "3.6.1", + "@aws-sdk/util-body-length-node": "3.6.1", + "@aws-sdk/util-user-agent-browser": "3.6.1", + "@aws-sdk/util-user-agent-node": "3.6.1", + "@aws-sdk/util-utf8-browser": "3.6.1", + "@aws-sdk/util-utf8-node": "3.6.1", + "tslib": "2.6.2" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@aws-crypto/ie11-detection": [ + "1.0.0" + ], + "@aws-crypto/sha256-browser": [ + "1.2.2" + ], + "@aws-crypto/sha256-js": [ + "1.2.2" + ], + "@aws-crypto/supports-web-crypto": [ + "1.0.0" + ], + "@aws-crypto/util": [ + "1.2.2" + ], + "@aws-sdk/abort-controller": [ + "3.6.1" + ], + "@aws-sdk/client-cloudwatch-logs": [ + "3.6.1_react-native_0.73.7" + ], + "@aws-sdk/config-resolver": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-env": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-imds": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-ini": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-node": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-process": [ + "3.6.1" + ], + "@aws-sdk/fetch-http-handler": [ + "3.6.1" + ], + "@aws-sdk/hash-node": [ + "3.6.1" + ], + "@aws-sdk/invalid-dependency": [ + "3.6.1" + ], + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/middleware-content-length": [ + "3.6.1" + ], + "@aws-sdk/middleware-host-header": [ + "3.6.1" + ], + "@aws-sdk/middleware-logger": [ + "3.6.1" + ], + "@aws-sdk/middleware-retry": [ + "3.6.1_react-native_0.73.7" + ], + "@aws-sdk/middleware-serde": [ + "3.6.1" + ], + "@aws-sdk/middleware-signing": [ + "3.6.1" + ], + "@aws-sdk/middleware-stack": [ + "3.6.1" + ], + "@aws-sdk/middleware-user-agent": [ + "3.6.1" + ], + "@aws-sdk/node-config-provider": [ + "3.6.1" + ], + "@aws-sdk/node-http-handler": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/querystring-builder": [ + "3.6.1" + ], + "@aws-sdk/querystring-parser": [ + "3.6.1" + ], + "@aws-sdk/service-error-classification": [ + "3.6.1" + ], + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "@aws-sdk/signature-v4": [ + "3.6.1" + ], + "@aws-sdk/smithy-client": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/url-parser": [ + "3.6.1" + ], + "@aws-sdk/url-parser-native": [ + "3.6.1" + ], + "@aws-sdk/util-base64-browser": [ + "3.6.1" + ], + "@aws-sdk/util-base64-node": [ + "3.6.1" + ], + "@aws-sdk/util-body-length-browser": [ + "3.6.1" + ], + "@aws-sdk/util-body-length-node": [ + "3.6.1" + ], + "@aws-sdk/util-buffer-from": [ + "3.6.1" + ], + "@aws-sdk/util-hex-encoding": [ + "3.6.1" + ], + "@aws-sdk/util-locate-window": [ + "3.535.0" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "@aws-sdk/util-user-agent-browser": [ + "3.6.1" + ], + "@aws-sdk/util-user-agent-node": [ + "3.6.1" + ], + "@aws-sdk/util-utf8-browser": [ + "3.259.0", + "3.6.1" + ], + "@aws-sdk/util-utf8-node": [ + "3.6.1" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@react-native/assets-registry": [ + "0.73.1" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/gradle-plugin": [ + "0.73.4" + ], + "@react-native/js-polyfills": [ + "0.73.1" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@react-native/normalize-colors": [ + "0.73.2" + ], + "@react-native/virtualized-lists": [ + "0.73.4_react-native_0.73.7" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "abort-controller": [ + "3.0.0" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "anser": [ + "1.4.10" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "asap": [ + "2.0.6" + ], + "ast-types": [ + "0.15.2" + ], + "astral-regex": [ + "1.0.0" + ], + "async-limiter": [ + "1.0.1" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "bowser": [ + "2.11.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "call-bind": [ + "1.0.7" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0", + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "2.20.3", + "9.5.0" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "define-data-property": [ + "1.1.4" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "event-target-shim": [ + "5.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-base64-decode": [ + "1.0.0" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "flow-enums-runtime": [ + "0.0.6" + ], + "flow-parser": [ + "0.206.0" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "joi": [ + "17.12.3" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-android": [ + "250231.0.0" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "4.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "kleur": [ + "3.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "5.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "memoize-one": [ + "5.2.1" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "node-stream-zip": [ + "1.15.0" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "object-assign": [ + "4.1.1" + ], + "object-inspect": [ + "1.13.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "promise": [ + "8.3.0" + ], + "prompts": [ + "2.4.2" + ], + "prop-types": [ + "15.8.1" + ], + "punycode": [ + "1.4.1" + ], + "qs": [ + "6.12.1" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react": [ + "18.2.0" + ], + "react-devtools-core": [ + "4.28.5" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "react-native": [ + "0.73.7_-1997537249" + ], + "react-native-get-random-values": [ + "1.11.0_react-native_0.73.7" + ], + "react-refresh": [ + "0.14.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.6" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slash": [ + "3.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1", + "0.7.4" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stack-utils": [ + "2.0.6" + ], + "stackframe": [ + "1.3.4" + ], + "stacktrace-parser": [ + "0.1.10" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ], + "type-detect": [ + "4.0.8" + ], + "type-fest": [ + "0.7.1" + ], + "undici-types": [ + "5.26.5" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "url": [ + "0.11.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "3.4.0" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0", + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "4.0.3", + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1", + "17.6.2" + ], + "yargs-parser": [ + "18.1.3", + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dayjs__1.11.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dayjs", + "version": "1.11.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==", + "url": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__std-env__3.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "std-env", + "version": "3.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "std-env": [ + "3.7.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_szmarczak_http-timer__4.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@szmarczak/http-timer", + "version": "4.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "defer-to-connect": "2.0.1" + }, + "transitive_closure": { + "@szmarczak/http-timer": [ + "4.0.6" + ], + "defer-to-connect": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fs.realpath__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fs.realpath", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "url": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__base64-js__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "base64-js", + "version": "1.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-scurry__1.10.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-scurry", + "version": "1.10.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lru-cache": "10.2.0", + "minipass": "7.0.4" + }, + "transitive_closure": { + "lru-cache": [ + "10.2.0" + ], + "minipass": [ + "7.0.4" + ], + "path-scurry": [ + "1.10.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_ag-grid-community_core__30.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@ag-grid-community/core", + "version": "30.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-community/core" + ] + }, + "integrity": "sha512-jGRBfRFsLwxch8GJGjbVI2FVbB+/fy1s4mm8//+kOkcPFlq4BbLFELvU4Kupwk1YkhduxUC50GTYyFzmF0rSIQ==", + "url": "https://registry.npmjs.org/@ag-grid-community/core/-/core-30.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__end-of-stream__1.4.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "end-of-stream", + "version": "1.4.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "once": "1.4.0" + }, + "transitive_closure": { + "end-of-stream": [ + "1.4.4" + ], + "once": [ + "1.4.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__domhandler__5.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "domhandler", + "version": "5.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "url": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__locate-path__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "locate-path", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-locate": "5.0.0" + }, + "transitive_closure": { + "locate-path": [ + "6.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__app-builder-lib__22.14.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "app-builder-lib", + "version": "22.14.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SufmrtxU+D0Tn948fjEwAOlCN9757UXLkzzTWXMwZKR/5hisvgqeeBepWfphMIE6OkDGz0fbzEhL1P2Pty4XMg==", + "url": "https://registry.npmjs.org/app-builder-lib/-/app-builder-lib-22.14.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_progress__3.4.11__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/progress", + "version": "3.4.11_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RePHbS15/KYFiApYLdwazwvWKsB9q0Kn5DGCSb0hqCC+k2Eui8iVVOsegswiP+xqkk/TiUCIkBEw22W3Az4kTg==", + "url": "https://registry.npmjs.org/@react-aria/progress/-/progress-3.4.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_textfield__3.9.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/textfield", + "version": "3.9.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json5__2.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json5", + "version": "2.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json5": [ + "2.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fastq__1.17.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fastq", + "version": "1.17.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "url": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sanitize-filename__1.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sanitize-filename", + "version": "1.6.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "truncate-utf8-bytes": "1.0.2" + }, + "transitive_closure": { + "sanitize-filename": [ + "1.6.3" + ], + "truncate-utf8-bytes": [ + "1.0.2" + ], + "utf8-byte-length": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-babel-transformer__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-babel-transformer", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TTzNwRZb2xxyv4J/+yqgtDAP2qVqH3sahsnFu6Xv4SkLqzrivtlnyUbaeTdJ9JjtADJUEjCbgbFgUVafrXdR9Q==", + "url": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vueuse_metadata__10.9.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vueuse/metadata", + "version": "10.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vueuse/metadata": [ + "10.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__escape-goat__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "escape-goat", + "version": "2.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escape-goat": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__graphemer__1.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "graphemer", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "url": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_icu-messageformat-parser__2.7.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@formatjs/icu-messageformat-parser", + "version": "2.7.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==", + "url": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dotenv__9.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dotenv", + "version": "9.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==", + "url": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_utils__6.21.0__2014925250": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/utils", + "version": "6.21.0_2014925250", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-scale__4.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-scale", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "url": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_combobox__3.8.4__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/combobox", + "version": "3.8.4_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/listbox": "3.11.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/live-announcer": "3.3.2", + "@react-aria/menu": "3.13.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/overlays": "3.21.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/textfield": "3.14.3_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/combobox": "3.8.2_react_18.2.0", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/combobox": "3.10.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/combobox": [ + "3.8.4_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/listbox": [ + "3.11.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/menu": [ + "3.13.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/overlays": [ + "3.21.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/textfield": [ + "3.14.3_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/combobox": [ + "3.8.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/menu": [ + "3.6.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/select": [ + "3.6.2_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/tree": [ + "3.7.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/combobox": [ + "3.10.1_react_18.2.0" + ], + "@react-types/listbox": [ + "3.4.7_react_18.2.0" + ], + "@react-types/menu": [ + "3.9.7_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/select": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__internal-slot__1.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "internal-slot", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", + "url": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__object.entries__1.1.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object.entries", + "version": "1.1.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-object-atoms": "1.0.0" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.entries": [ + "1.1.8" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_querystring-builder__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/querystring-builder", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ESe255Yl6vB1AMNqaGSQow3TBYYnpw0AFjE40q2VyiNrkbaqKmW2EzjeCy3wEmB1IfJDHy3O12ZOMUMOnjFT8g==", + "url": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__uri-js__4.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "uri-js", + "version": "4.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "2.3.1" + }, + "transitive_closure": { + "punycode": [ + "2.3.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mrmime__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mrmime", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "url": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-base64-node__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-base64-node", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oiqzpsvtTSS92+cL3ykhGd7t3qBJKeHvrgOwUyEf1wFWHQ2DPJR+dIMy5rMFRXWLKCl3w7IddY2rJCkLYMjaqQ==", + "url": "https://registry.npmjs.org/@aws-sdk/util-base64-node/-/util-base64-node-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__punycode__1.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "punycode", + "version": "1.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==", + "url": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__data-view-buffer__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "data-view-buffer", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", + "url": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rimraf__5.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rimraf", + "version": "5.0.5", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "rimraf" + ] + }, + "deps": { + "glob": "10.3.12" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "cross-spawn": [ + "7.0.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "foreground-child": [ + "3.1.1" + ], + "glob": [ + "10.3.12" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "lru-cache": [ + "10.2.0" + ], + "minimatch": [ + "9.0.4" + ], + "minipass": [ + "7.0.4" + ], + "path-key": [ + "3.1.1" + ], + "path-scurry": [ + "1.10.2" + ], + "rimraf": [ + "5.0.5" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__html-escaper__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "html-escaper", + "version": "2.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "html-escaper": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-bugfix-v8-static-class-fields-redefine-readonly__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__defaults__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "defaults", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "url": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-zoom__3.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-zoom", + "version": "3.0.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-interpolate": "3.0.4", + "@types/d3-selection": "3.0.10" + }, + "transitive_closure": { + "@types/d3-color": [ + "3.1.3" + ], + "@types/d3-interpolate": [ + "3.0.4" + ], + "@types/d3-selection": [ + "3.0.10" + ], + "@types/d3-zoom": [ + "3.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hosted-git-info__2.8.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hosted-git-info", + "version": "2.8.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "url": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__keyv__4.5.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "keyv", + "version": "4.5.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "json-buffer": "3.0.1" + }, + "transitive_closure": { + "json-buffer": [ + "3.0.1" + ], + "keyv": [ + "4.5.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__signal-exit__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "signal-exit", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "url": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__glob__7.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "glob", + "version": "7.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "url": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-selection__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-selection", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", + "url": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__didyoumean__1.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "didyoumean", + "version": "1.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "didyoumean": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-core-module__2.13.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-core-module", + "version": "2.13.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "hasown": "2.0.2" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_config-resolver__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/config-resolver", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qjP1g3jLIm+XvOIJ4J7VmZRi87vsDmTRzIFePVeG+EFWwYQLxQjTGMdIj3yKTh1WuZ0HByf47mGcpiS4HZLm1Q==", + "url": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_radio__3.7.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/radio", + "version": "3.7.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Zut3rN1odIUBLZdijeyou+UqsLeRE76d9A+npykYGu29ndqmo3w4sLn8QeQcdj1IR71ZnG0pW2Y2BazhK5XrrQ==", + "url": "https://registry.npmjs.org/@react-types/radio/-/radio-3.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__callsites__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "callsites", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-export-namespace-from", + "version": "7.8.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__buffer-alloc-unsafe__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer-alloc-unsafe", + "version": "1.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-alloc-unsafe": [ + "1.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__nanoid__3.3.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "nanoid", + "version": "3.3.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nanoid": [ + "3.3.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-browserify__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-browserify", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", + "url": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-stringify-safe__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-stringify-safe", + "version": "5.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-stringify-safe": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__execa__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "execa", + "version": "7.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "cross-spawn": "7.0.3", + "get-stream": "6.0.1", + "human-signals": "4.3.1", + "is-stream": "3.0.0", + "merge-stream": "2.0.0", + "npm-run-path": "5.3.0", + "onetime": "6.0.0", + "signal-exit": "3.0.7", + "strip-final-newline": "3.0.0" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "execa": [ + "7.2.0" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "4.3.1" + ], + "is-stream": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "4.0.0" + ], + "npm-run-path": [ + "5.3.0" + ], + "onetime": [ + "6.0.0" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "3.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__type-is__1.6.18__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "type-is", + "version": "1.6.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "media-typer": "0.3.0", + "mime-types": "2.1.35" + }, + "transitive_closure": { + "media-typer": [ + "0.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "type-is": [ + "1.6.18" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hasown__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hasown", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "url": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-x64-musl__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-x64-musl", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-s+xf1I46trOY10OqAtZ5Rm6lzHre/UiLA1J2uOhCFXWkbZrJRkYBPO6FhvGfHmdtQ3Bx793MNa7LvoWFAm93bg==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lru-cache__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lru-cache", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "yallist": "4.0.0" + }, + "transitive_closure": { + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_xmldom_xmldom__0.8.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@xmldom/xmldom", + "version": "0.8.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", + "url": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__extend-shallow__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "extend-shallow", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "is-extendable": "0.1.1" + }, + "transitive_closure": { + "extend-shallow": [ + "2.0.1" + ], + "is-extendable": [ + "0.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_tabs__3.6.4__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/tabs", + "version": "3.6.4_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WZJgMBqzLgN88RN8AxhY4aH1+I+4w1qQA0Lh3LRSDegaytd+NHixCWaP3IPjePgCB5N1UsPe96Xglw75zjHmDg==", + "url": "https://registry.npmjs.org/@react-stately/tabs/-/tabs-3.6.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_coverage-v8__1.5.0__vitest_1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vitest/coverage-v8", + "version": "1.5.0_vitest_1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@vitest/coverage-v8" + ] + }, + "integrity": "sha512-1igVwlcqw1QUMdfcMlzzY4coikSIBN944pkueGi0pawrX5I5Z+9hxdTR+w3Sg6Q3eZhvdMAs8ZaF9JuTG1uYOQ==", + "url": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-validator-option__7.23.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-validator-option", + "version": "7.23.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", + "url": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__emoji-regex__8.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "emoji-regex", + "version": "8.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "url": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__html-escaper__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "html-escaper", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "url": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-async-function__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-async-function", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.2" + }, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "is-async-function": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__performance-now__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "performance-now", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", + "url": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mime-types__2.1.35": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mime-types", + "version": "2.1.35", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "mime-types" + ] + }, + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "url": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ejs__3.1.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ejs", + "version": "3.1.10", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "jake": "10.8.7" + }, + "transitive_closure": { + "ansi-styles": [ + "4.3.0" + ], + "async": [ + "3.2.5" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "ejs": [ + "3.1.10" + ], + "filelist": [ + "1.0.4" + ], + "has-flag": [ + "4.0.0" + ], + "jake": [ + "10.8.7" + ], + "minimatch": [ + "3.1.2", + "5.1.6" + ], + "supports-color": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__upper-case-first__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "upper-case-first", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==", + "url": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_abort-controller__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/abort-controller", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X81XkxX/2Tvv9YNcEto/rcQzPIdKJHFSnl9hBl/qkSdCFV/GaQ2XNWfKm5qFXMLlZNFS0Fn5CnBJ83qnBm47vg==", + "url": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-async-function__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-async-function", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", + "url": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_traverse__7.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/traverse", + "version": "7.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", + "url": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__util-deprecate__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "util-deprecate", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "url": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-symbol__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-symbol", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "url": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__readline__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "readline", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "readline": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_button__3.9.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/button", + "version": "3.9.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EnPTkGHZRtiwAoJy5q9lDjoG30bEzA/qnvKG29VVXKYAGeqY2IlFs1ypmU+z1X/CpJgPcG3I5cakM7yTVm3pSg==", + "url": "https://registry.npmjs.org/@react-types/button/-/button-3.9.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__amazon-cognito-identity-js__6.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "amazon-cognito-identity-js", + "version": "6.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kBq+GE6OkLrxtFj3ZduIOlKBFYeOqZK3EhxbDBkv476UTvy+uwfR0tlriTq2QzNdnvlQAjBIXnXuOM7DwR1UEQ==", + "url": "https://registry.npmjs.org/amazon-cognito-identity-js/-/amazon-cognito-identity-js-6.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__csstype__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "csstype", + "version": "3.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "csstype": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_flexsearch__0.7.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/flexsearch", + "version": "0.7.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/flexsearch": [ + "0.7.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mlly__1.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mlly", + "version": "1.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==", + "url": "https://registry.npmjs.org/mlly/-/mlly-1.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-schema-faker__0.5.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-schema-faker", + "version": "0.5.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "json-schema-ref-parser": "6.1.0", + "jsonpath-plus": "7.2.0" + }, + "transitive_closure": { + "argparse": [ + "1.0.10" + ], + "call-me-maybe": [ + "1.0.2" + ], + "esprima": [ + "4.0.1" + ], + "format-util": [ + "1.0.5" + ], + "js-yaml": [ + "3.14.1" + ], + "json-schema-faker": [ + "0.5.6" + ], + "json-schema-ref-parser": [ + "6.1.0" + ], + "jsonpath-plus": [ + "7.2.0" + ], + "ono": [ + "4.0.11" + ], + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_freebsd-x64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/freebsd-x64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/freebsd-x64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-core__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-core", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lodash.throttle": "4.1.1", + "metro-resolver": "0.80.8" + }, + "transitive_closure": { + "lodash.throttle": [ + "4.1.1" + ], + "metro-core": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__spdx-license-ids__3.0.17": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "spdx-license-ids", + "version": "3.0.17", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==", + "url": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_ag-grid-enterprise_core__30.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@ag-grid-enterprise/core", + "version": "30.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-enterprise/core" + ] + }, + "integrity": "sha512-POVdYwMho+WPQ1wrNwQwX4ihGvdq+UbLIHQfWnnZn5c2FLFiUmlxAhCZAXXiOeXq5MDHBKqKrTRemb9TUbBRcg==", + "url": "https://registry.npmjs.org/@ag-grid-enterprise/core/-/core-30.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__htmlparser2__8.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "htmlparser2", + "version": "8.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "domelementtype": "2.3.0", + "domhandler": "5.0.3", + "domutils": "3.1.0", + "entities": "4.5.0" + }, + "transitive_closure": { + "dom-serializer": [ + "2.0.0" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "5.0.3" + ], + "domutils": [ + "3.1.0" + ], + "entities": [ + "4.5.0" + ], + "htmlparser2": [ + "8.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_ag-grid-community_client-side-row-model__30.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@ag-grid-community/client-side-row-model", + "version": "30.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-community/client-side-row-model" + ] + }, + "deps": { + "@ag-grid-community/core": "30.2.1" + }, + "transitive_closure": { + "@ag-grid-community/client-side-row-model": [ + "30.2.1" + ], + "@ag-grid-community/core": [ + "30.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_xmldom_xmldom__0.8.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@xmldom/xmldom", + "version": "0.8.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@xmldom/xmldom": [ + "0.8.10" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__to-fast-properties__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "to-fast-properties", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ansi-align__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-align", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "url": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__diff-sequences__29.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "diff-sequences", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", + "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-top-level-await", + "version": "7.14.5_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimist__0.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minimist", + "version": "0.0.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minimist": [ + "0.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_register__7.23.7__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/register", + "version": "7.23.7_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "clone-deep": "4.0.1", + "find-cache-dir": "2.1.0", + "make-dir": "2.1.0", + "pirates": "4.0.6", + "source-map-support": "0.5.21" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "commondir": [ + "1.0.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "kind-of": [ + "6.0.3" + ], + "locate-path": [ + "3.0.0" + ], + "lru-cache": [ + "5.1.1" + ], + "make-dir": [ + "2.1.0" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ], + "picocolors": [ + "1.0.0" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "semver": [ + "5.7.2", + "6.3.1" + ], + "shallow-clone": [ + "3.0.1" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__env-paths__2.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "env-paths", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "url": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_discordjs_collection__1.5.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@discordjs/collection", + "version": "1.5.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SVb428OMd3WO1paV3rm6tSjM4wC+Kecaa1EUGX7vc6/fddvw/6lg90z4QtCqm21zvVe92vMMDt9+DkIvjXImQQ==", + "url": "https://registry.npmjs.org/@discordjs/collection/-/collection-1.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__import-fresh__3.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "import-fresh", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "url": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_middleware-signing__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/middleware-signing", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/protocol-http": "3.6.1", + "@aws-sdk/signature-v4": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/middleware-signing": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/signature-v4": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-hex-encoding": [ + "3.6.1" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-bugfix-firefox-class-in-computed-class-key__7.24.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "version": "7.24.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==", + "url": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_type-utils__6.21.0__2014865575__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/type-utils", + "version": "6.21.0_2014865575", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/typescript-estree": "6.21.0_typescript_5.2.2", + "@typescript-eslint/utils": "6.21.0_2014865575", + "debug": "4.3.4", + "eslint": "8.57.0", + "ts-api-utils": "1.3.0_typescript_5.2.2", + "typescript": "5.2.2" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/semver": [ + "7.5.8" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/type-utils": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.2.2" + ], + "@typescript-eslint/utils": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.2.2" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.2.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__escape-html__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "escape-html", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escape-html": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__statuses__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "statuses", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "url": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sideway_address__4.1.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sideway/address", + "version": "4.1.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@hapi/hoek": "9.3.0" + }, + "transitive_closure": { + "@hapi/hoek": [ + "9.3.0" + ], + "@sideway/address": [ + "4.1.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ini__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ini", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ini": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-uri-escape__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-uri-escape", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tgABiT71r0ScRJZ1pMX0xO0QPMMiISCtumph50IU5VDyZWYgeIxqkMhIcrL1lX0QbNCMgX0n6rZxGrrbjDNavA==", + "url": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__agent-base__6.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "agent-base", + "version": "6.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4" + }, + "transitive_closure": { + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dir-compare__2.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dir-compare", + "version": "2.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l9hmu8x/rjVC9Z2zmGzkhOEowZvW7pmYws5CWHutg8u1JgvsKWMx7Q/UODeu4djLZ4FgW5besw5yvMQnBHzuCA==", + "url": "https://registry.npmjs.org/dir-compare/-/dir-compare-2.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__restore-cursor__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "restore-cursor", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "url": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_regjsgen__0.8.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/regjsgen", + "version": "0.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/regjsgen": [ + "0.8.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__quick-lru__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "quick-lru", + "version": "5.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "quick-lru": [ + "5.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-docker__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-docker", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-docker": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-server-api__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-server-api", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-debugger-ui": "12.3.6", + "@react-native-community/cli-tools": "12.3.6", + "compression": "1.7.4", + "connect": "3.7.0", + "errorhandler": "1.5.1", + "nocache": "3.0.4", + "pretty-format": "26.6.2", + "serve-static": "1.15.0", + "ws": "7.5.9" + }, + "transitive_closure": { + "@jest/types": [ + "26.6.2" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "15.0.19" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "accepts": [ + "1.3.8" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "bytes": [ + "3.0.0" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect": [ + "3.7.0" + ], + "debug": [ + "2.6.9" + ], + "defaults": [ + "1.0.4" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "errorhandler": [ + "1.5.1" + ], + "escape-html": [ + "1.0.3" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-up": [ + "5.0.0" + ], + "fresh": [ + "0.5.2" + ], + "has-flag": [ + "4.0.0" + ], + "http-errors": [ + "2.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "is-interactive": [ + "1.0.0" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "locate-path": [ + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "lru-cache": [ + "6.0.0" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "nocache": [ + "3.0.4" + ], + "node-fetch": [ + "2.7.0" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "pretty-format": [ + "26.6.2" + ], + "range-parser": [ + "1.2.1" + ], + "react-is": [ + "17.0.2" + ], + "readable-stream": [ + "3.6.2" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "ws": [ + "7.5.9" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-selector-parser__6.0.16__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss-selector-parser", + "version": "6.0.16", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cssesc": "3.0.0", + "util-deprecate": "1.0.2" + }, + "transitive_closure": { + "cssesc": [ + "3.0.0" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_shuffle-seed__1.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/shuffle-seed", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/shuffle-seed" + ] + }, + "integrity": "sha512-D05NnrEz9YvwCp8GSzyI/UipvOtmiMbEtLgupa5buU6QJkmelKb7Pwuslsb8C7c+Wkn3qiAAL329+/E2PfUd0A==", + "url": "https://registry.npmjs.org/@types/shuffle-seed/-/shuffle-seed-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__magic-string__0.25.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "magic-string", + "version": "0.25.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "sourcemap-codec": "1.4.8" + }, + "transitive_closure": { + "magic-string": [ + "0.25.9" + ], + "sourcemap-codec": [ + "1.4.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-debugger-ui__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-debugger-ui", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "serve-static": "1.15.0" + }, + "transitive_closure": { + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "debug": [ + "2.6.9" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "etag": [ + "1.8.1" + ], + "fresh": [ + "0.5.2" + ], + "http-errors": [ + "2.0.0" + ], + "inherits": [ + "2.0.4" + ], + "mime": [ + "1.6.0" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "on-finished": [ + "2.4.1" + ], + "parseurl": [ + "1.3.3" + ], + "range-parser": [ + "1.2.1" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__nwsapi__2.2.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "nwsapi", + "version": "2.2.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nwsapi": [ + "2.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__plist__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "plist", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@xmldom/xmldom": "0.8.10", + "base64-js": "1.5.1", + "xmlbuilder": "15.1.1" + }, + "transitive_closure": { + "@xmldom/xmldom": [ + "0.8.10" + ], + "base64-js": [ + "1.5.1" + ], + "plist": [ + "3.1.0" + ], + "xmlbuilder": [ + "15.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__serialize-error__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "serialize-error", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "serialize-error": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__local-pkg__0.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "local-pkg", + "version": "0.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", + "url": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__upper-case-first__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "upper-case-first", + "version": "2.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "tslib": [ + "2.6.2" + ], + "upper-case-first": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-stream-zip__1.15.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-stream-zip", + "version": "1.15.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==", + "url": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__simple-get__4.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "simple-get", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", + "url": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tar-stream__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tar-stream", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + "url": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dlv__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dlv", + "version": "1.1.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dlv": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fs-minipass__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fs-minipass", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "url": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__es-to-primitive__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es-to-primitive", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "url": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-path__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-path", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-path": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vladfrangu_async_event_emitter__2.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vladfrangu/async_event_emitter", + "version": "2.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ButUPz9E9cXMLgvAW8aLAKKJJsPu1dY1/l/E8xzLFuysowXygs6GBcyunK9rnGC4zTsnIc2mQo71rGw9U+Ykug==", + "url": "https://registry.npmjs.org/@vladfrangu/async_event_emitter/-/async_event_emitter-2.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__wrap-ansi__8.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "wrap-ansi", + "version": "8.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "6.2.1", + "string-width": "5.1.2", + "strip-ansi": "7.1.0" + }, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ], + "ansi-styles": [ + "6.2.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "9.2.2" + ], + "string-width": [ + "5.1.2" + ], + "strip-ansi": [ + "7.1.0" + ], + "wrap-ansi": [ + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es-define-property__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es-define-property", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.4" + }, + "transitive_closure": { + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_preset-env__7.24.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/preset-env", + "version": "7.24.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/compat-data": "7.24.4", + "@babel/core": "7.24.4", + "@babel/helper-compilation-targets": "7.23.6", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-validator-option": "7.23.5", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "7.24.4_at_babel_core_7.24.4", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4", + "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.24.4", + "@babel/plugin-syntax-class-properties": "7.12.13_at_babel_core_7.24.4", + "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.24.4", + "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-export-namespace-from": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-import-assertions": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-syntax-import-attributes": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-syntax-import-meta": "7.10.4_at_babel_core_7.24.4", + "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.24.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.24.4", + "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.24.4", + "@babel/plugin-syntax-top-level-await": "7.14.5_at_babel_core_7.24.4", + "@babel/plugin-syntax-unicode-sets-regex": "7.18.6_at_babel_core_7.24.4", + "@babel/plugin-transform-arrow-functions": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-async-generator-functions": "7.24.3_at_babel_core_7.24.4", + "@babel/plugin-transform-async-to-generator": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-block-scoped-functions": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-block-scoping": "7.24.4_at_babel_core_7.24.4", + "@babel/plugin-transform-class-properties": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-class-static-block": "7.24.4_at_babel_core_7.24.4", + "@babel/plugin-transform-classes": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-computed-properties": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-destructuring": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-dotall-regex": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-duplicate-keys": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-dynamic-import": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-exponentiation-operator": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-export-namespace-from": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-for-of": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-function-name": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-json-strings": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-literals": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-logical-assignment-operators": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-member-expression-literals": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-modules-amd": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-modules-commonjs": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-modules-systemjs": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-modules-umd": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-named-capturing-groups-regex": "7.22.5_at_babel_core_7.24.4", + "@babel/plugin-transform-new-target": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-nullish-coalescing-operator": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-numeric-separator": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-object-rest-spread": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-object-super": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-optional-catch-binding": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-optional-chaining": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-parameters": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-private-methods": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-private-property-in-object": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-property-literals": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-regenerator": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-reserved-words": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-shorthand-properties": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-spread": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-sticky-regex": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-template-literals": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-typeof-symbol": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-unicode-escapes": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-unicode-property-regex": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-unicode-regex": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-unicode-sets-regex": "7.24.1_at_babel_core_7.24.4", + "@babel/preset-modules": "0.1.6-no-external-plugins_at_babel_core_7.24.4", + "babel-plugin-polyfill-corejs2": "0.4.10_at_babel_core_7.24.4", + "babel-plugin-polyfill-corejs3": "0.10.4_at_babel_core_7.24.4", + "babel-plugin-polyfill-regenerator": "0.6.1_at_babel_core_7.24.4", + "core-js-compat": "3.37.0", + "semver": "6.3.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esutils": [ + "2.0.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "resolve": [ + "1.22.8" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite-node__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vite-node", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==", + "url": "https://registry.npmjs.org/vite-node/-/vite-node-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-interpolate__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-interpolate", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "url": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sirv__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sirv", + "version": "2.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@polka/url": "1.0.0-next.25", + "mrmime": "2.0.0", + "totalist": "3.0.1" + }, + "transitive_closure": { + "@polka/url": [ + "1.0.0-next.25" + ], + "mrmime": [ + "2.0.0" + ], + "sirv": [ + "2.0.4" + ], + "totalist": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__w3c-keyname__2.2.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "w3c-keyname", + "version": "2.2.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ora__5.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ora", + "version": "5.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "url": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-import-assertions__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-import-assertions", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@babel/plugin-syntax-import-assertions" + ] + }, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-hierarchy__3.1.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-hierarchy", + "version": "3.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==", + "url": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-user-agent-browser__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-user-agent-browser", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "bowser": "2.11.0", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-user-agent-browser": [ + "3.6.1" + ], + "bowser": [ + "2.11.0" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-optional-catch-binding__7.18.6__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-optional-catch-binding", + "version": "7.18.6_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_istanbul-lib-coverage__2.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/istanbul-lib-coverage", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "url": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__min-document__2.19.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "min-document", + "version": "2.19.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==", + "url": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_ungap_structured-clone__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@ungap/structured-clone", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "url": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cosmiconfig__5.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cosmiconfig", + "version": "5.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "import-fresh": "2.0.0", + "is-directory": "0.3.1", + "js-yaml": "3.14.1", + "parse-json": "4.0.0" + }, + "transitive_closure": { + "argparse": [ + "1.0.10" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "cosmiconfig": [ + "5.2.1" + ], + "error-ex": [ + "1.3.2" + ], + "esprima": [ + "4.0.1" + ], + "import-fresh": [ + "2.0.0" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-directory": [ + "0.3.1" + ], + "js-yaml": [ + "3.14.1" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "parse-json": [ + "4.0.0" + ], + "resolve-from": [ + "3.0.0" + ], + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_playwright_experimental-ct-core__1.43.1__at_types_node_20.12.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@playwright/experimental-ct-core", + "version": "1.43.1_at_types_node_20.12.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4llE4A8fgqRsIHIAO4FVcolxzkvhJ60462C8MBERUEmEa4K/X34NiEIi2mhQTcfWp4iBlf9JPspiun3FDv/yig==", + "url": "https://registry.npmjs.org/@playwright/experimental-ct-core/-/experimental-ct-core-1.43.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-glob__3.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-glob", + "version": "3.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "fast-glob" + ] + }, + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "url": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pinkie__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pinkie", + "version": "2.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pinkie": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chromedriver__106.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chromedriver", + "version": "106.0.1", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "chromedriver" + ] + }, + "deps": { + "@testim/chrome-version": "1.1.4", + "axios": "0.27.2", + "compare-versions": "5.0.3", + "del": "6.1.1", + "extract-zip": "2.0.1", + "https-proxy-agent": "5.0.1", + "proxy-from-env": "1.1.0", + "tcp-port-used": "1.0.2" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@testim/chrome-version": [ + "1.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yauzl": [ + "2.10.3" + ], + "agent-base": [ + "6.0.2" + ], + "aggregate-error": [ + "3.1.0" + ], + "array-union": [ + "2.1.0" + ], + "asynckit": [ + "0.4.0" + ], + "axios": [ + "0.27.2" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "buffer-crc32": [ + "0.2.13" + ], + "chromedriver": [ + "106.0.1" + ], + "clean-stack": [ + "2.2.0" + ], + "combined-stream": [ + "1.0.8" + ], + "compare-versions": [ + "5.0.3" + ], + "concat-map": [ + "0.0.1" + ], + "debug": [ + "4.3.1", + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "del": [ + "6.1.1" + ], + "delayed-stream": [ + "1.0.0" + ], + "dir-glob": [ + "3.0.1" + ], + "end-of-stream": [ + "1.4.4" + ], + "extract-zip": [ + "2.0.1" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fd-slicer": [ + "1.1.0" + ], + "fill-range": [ + "7.0.1" + ], + "follow-redirects": [ + "1.15.6" + ], + "form-data": [ + "4.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "get-stream": [ + "5.2.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2" + ], + "globby": [ + "11.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "ignore": [ + "5.3.1" + ], + "indent-string": [ + "4.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "ip-regex": [ + "4.3.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-cwd": [ + "2.2.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "is-url": [ + "1.2.4" + ], + "is2": [ + "2.0.9" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "once": [ + "1.4.0" + ], + "p-map": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-type": [ + "4.0.0" + ], + "pend": [ + "1.2.0" + ], + "picomatch": [ + "2.3.1" + ], + "proxy-from-env": [ + "1.1.0" + ], + "pump": [ + "3.0.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "slash": [ + "3.0.0" + ], + "tcp-port-used": [ + "1.0.2" + ], + "to-regex-range": [ + "5.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "wrappy": [ + "1.0.2" + ], + "yauzl": [ + "2.10.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-s390x__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-s390x", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", + "url": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__immediate__3.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "immediate", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==", + "url": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__flexsearch__0.7.21__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "flexsearch", + "version": "0.7.21", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "flexsearch": [ + "0.7.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hermes-estree__0.20.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hermes-estree", + "version": "0.20.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "hermes-estree": [ + "0.20.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__toidentifier__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "toidentifier", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_aix-ppc64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/aix-ppc64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==", + "url": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__boolean__3.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "boolean", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==", + "url": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_overlays__3.21.1__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/overlays", + "version": "3.21.1_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-djEBDF+TbIIOHWWNpdm19+z8xtY8U+T+wKVQg/UZ6oWnclSqSWeGl70vu73Cg4HVBJ4hKf1SRx4Z/RN6VvH4Yw==", + "url": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.21.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-is__16.13.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-is", + "version": "16.13.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "react-is": [ + "16.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_tsconfig_node18__18.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@tsconfig/node18", + "version": "18.2.4", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@tsconfig/node18" + ] + }, + "deps": {}, + "transitive_closure": { + "@tsconfig/node18": [ + "18.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__expand-template__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "expand-template", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", + "url": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__filelist__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "filelist", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "url": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__es-abstract__1.23.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es-abstract", + "version": "1.23.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-buffer-byte-length": "1.0.1", + "arraybuffer.prototype.slice": "1.0.3", + "available-typed-arrays": "1.0.7", + "call-bind": "1.0.7", + "data-view-buffer": "1.0.1", + "data-view-byte-length": "1.0.1", + "data-view-byte-offset": "1.0.0", + "es-define-property": "1.0.0", + "es-errors": "1.3.0", + "es-object-atoms": "1.0.0", + "es-set-tostringtag": "2.0.3", + "es-to-primitive": "1.2.1", + "function.prototype.name": "1.1.6", + "get-intrinsic": "1.2.4", + "get-symbol-description": "1.0.2", + "globalthis": "1.0.3", + "gopd": "1.0.1", + "has-property-descriptors": "1.0.2", + "has-proto": "1.0.3", + "has-symbols": "1.0.3", + "hasown": "2.0.2", + "internal-slot": "1.0.7", + "is-array-buffer": "3.0.4", + "is-callable": "1.2.7", + "is-data-view": "1.0.1", + "is-negative-zero": "2.0.3", + "is-regex": "1.1.4", + "is-shared-array-buffer": "1.0.3", + "is-string": "1.0.7", + "is-typed-array": "1.1.13", + "is-weakref": "1.0.2", + "object-inspect": "1.13.1", + "object-keys": "1.1.1", + "object.assign": "4.1.5", + "regexp.prototype.flags": "1.5.2", + "safe-array-concat": "1.1.2", + "safe-regex-test": "1.0.3", + "string.prototype.trim": "1.2.9", + "string.prototype.trimend": "1.0.8", + "string.prototype.trimstart": "1.0.8", + "typed-array-buffer": "1.0.2", + "typed-array-byte-length": "1.0.1", + "typed-array-byte-offset": "1.0.2", + "typed-array-length": "1.0.6", + "unbox-primitive": "1.0.2", + "which-typed-array": "1.1.15" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hash-wasm__4.11.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hash-wasm", + "version": "4.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "hash-wasm" + ] + }, + "integrity": "sha512-HVusNXlVqHe0fzIzdQOGolnFN6mX/fqcrSAOcTBXdvzrXVHwTz11vXeKRmkR5gTuwVpvHZEIyKoePDvuAR+XwQ==", + "url": "https://registry.npmjs.org/hash-wasm/-/hash-wasm-4.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__railroad-diagrams__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "railroad-diagrams", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==", + "url": "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nearley__2.20.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "nearley", + "version": "2.20.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "commander": "2.20.3", + "moo": "0.5.2", + "railroad-diagrams": "1.0.0", + "randexp": "0.4.6" + }, + "transitive_closure": { + "commander": [ + "2.20.3" + ], + "discontinuous-range": [ + "1.0.0" + ], + "moo": [ + "0.5.2" + ], + "nearley": [ + "2.20.1" + ], + "railroad-diagrams": [ + "1.0.0" + ], + "randexp": [ + "0.4.6" + ], + "ret": [ + "0.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__deep-is__0.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "deep-is", + "version": "0.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "deep-is": [ + "0.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-aria__3.32.1__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-aria", + "version": "3.32.1_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-aria" + ] + }, + "deps": { + "@internationalized/string": "3.2.1", + "@react-aria/breadcrumbs": "3.5.11_react_18.2.0", + "@react-aria/button": "3.9.3_react_18.2.0", + "@react-aria/calendar": "3.5.6_react-dom_18.2.0__react_18.2.0", + "@react-aria/checkbox": "3.14.1_react_18.2.0", + "@react-aria/combobox": "3.8.4_react-dom_18.2.0__react_18.2.0", + "@react-aria/datepicker": "3.9.3_react-dom_18.2.0__react_18.2.0", + "@react-aria/dialog": "3.5.12_react-dom_18.2.0__react_18.2.0", + "@react-aria/dnd": "3.5.3_react-dom_18.2.0__react_18.2.0", + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/gridlist": "3.7.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/link": "3.6.5_react_18.2.0", + "@react-aria/listbox": "3.11.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/menu": "3.13.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/meter": "3.4.11_react_18.2.0", + "@react-aria/numberfield": "3.11.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/overlays": "3.21.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/progress": "3.4.11_react_18.2.0", + "@react-aria/radio": "3.10.2_react_18.2.0", + "@react-aria/searchfield": "3.7.3_react_18.2.0", + "@react-aria/select": "3.14.3_react-dom_18.2.0__react_18.2.0", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/separator": "3.3.11_react_18.2.0", + "@react-aria/slider": "3.7.6_react_18.2.0", + "@react-aria/ssr": "3.9.2_react_18.2.0", + "@react-aria/switch": "3.6.2_react_18.2.0", + "@react-aria/table": "3.13.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/tabs": "3.8.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/tag": "3.3.3_react-dom_18.2.0__react_18.2.0", + "@react-aria/textfield": "3.14.3_react_18.2.0", + "@react-aria/tooltip": "3.7.2_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-aria/visually-hidden": "3.8.10_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/breadcrumbs": [ + "3.5.11_react_18.2.0" + ], + "@react-aria/button": [ + "3.9.3_react_18.2.0" + ], + "@react-aria/calendar": [ + "3.5.6_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/checkbox": [ + "3.14.1_react_18.2.0" + ], + "@react-aria/combobox": [ + "3.8.4_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/datepicker": [ + "3.9.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/dialog": [ + "3.5.12_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/dnd": [ + "3.5.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/grid": [ + "3.8.8_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/gridlist": [ + "3.7.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/link": [ + "3.6.5_react_18.2.0" + ], + "@react-aria/listbox": [ + "3.11.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/menu": [ + "3.13.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/meter": [ + "3.4.11_react_18.2.0" + ], + "@react-aria/numberfield": [ + "3.11.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/overlays": [ + "3.21.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/progress": [ + "3.4.11_react_18.2.0" + ], + "@react-aria/radio": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/searchfield": [ + "3.7.3_react_18.2.0" + ], + "@react-aria/select": [ + "3.14.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/separator": [ + "3.3.11_react_18.2.0" + ], + "@react-aria/slider": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/spinbutton": [ + "3.6.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/switch": [ + "3.6.2_react_18.2.0" + ], + "@react-aria/table": [ + "3.13.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/tabs": [ + "3.8.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/tag": [ + "3.3.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/textfield": [ + "3.14.3_react_18.2.0" + ], + "@react-aria/toggle": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/tooltip": [ + "3.7.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-stately/checkbox": [ + "3.6.3_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/combobox": [ + "3.8.2_react_18.2.0" + ], + "@react-stately/datepicker": [ + "3.9.2_react_18.2.0" + ], + "@react-stately/dnd": [ + "3.2.8_react_18.2.0" + ], + "@react-stately/flags": [ + "3.0.1" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/menu": [ + "3.6.1_react_18.2.0" + ], + "@react-stately/numberfield": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/radio": [ + "3.10.2_react_18.2.0" + ], + "@react-stately/searchfield": [ + "3.5.1_react_18.2.0" + ], + "@react-stately/select": [ + "3.6.2_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/slider": [ + "3.5.2_react_18.2.0" + ], + "@react-stately/table": [ + "3.11.6_react_18.2.0" + ], + "@react-stately/tabs": [ + "3.6.4_react_18.2.0" + ], + "@react-stately/toggle": [ + "3.7.2_react_18.2.0" + ], + "@react-stately/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@react-stately/tree": [ + "3.7.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/virtualizer": [ + "3.6.8_react_18.2.0" + ], + "@react-types/breadcrumbs": [ + "3.7.3_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/combobox": [ + "3.10.1_react_18.2.0" + ], + "@react-types/datepicker": [ + "3.7.2_react_18.2.0" + ], + "@react-types/dialog": [ + "3.5.8_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/link": [ + "3.5.3_react_18.2.0" + ], + "@react-types/listbox": [ + "3.4.7_react_18.2.0" + ], + "@react-types/menu": [ + "3.9.7_react_18.2.0" + ], + "@react-types/meter": [ + "3.3.7_react_18.2.0" + ], + "@react-types/numberfield": [ + "3.8.1_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/progress": [ + "3.5.2_react_18.2.0" + ], + "@react-types/radio": [ + "3.7.1_react_18.2.0" + ], + "@react-types/searchfield": [ + "3.5.3_react_18.2.0" + ], + "@react-types/select": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/slider": [ + "3.7.1_react_18.2.0" + ], + "@react-types/switch": [ + "3.5.1_react_18.2.0" + ], + "@react-types/table": [ + "3.9.3_react_18.2.0" + ], + "@react-types/tabs": [ + "3.3.5_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "@react-types/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@swc/helpers": [ + "0.4.14", + "0.4.36", + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-aria": [ + "3.32.1_react-dom_18.2.0__react_18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__boolbase__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "boolbase", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "url": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__concat-map__0.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "concat-map", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "url": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-arm__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-arm", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-arm": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__set-function-name__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "set-function-name", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-data-property": "1.1.4", + "es-errors": "1.3.0", + "functions-have-names": "1.2.3", + "has-property-descriptors": "1.0.2" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "set-function-name": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-scale-chromatic__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-scale-chromatic", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==", + "url": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_flexsearch__0.7.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/flexsearch", + "version": "0.7.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H5IXcRn96/gaDmo+rDl2aJuIJsob8dgOXDqf8K0t8rWZd1AFNaaspmRsElESiU+EWE33qfbFPgI0OC/B1g9FCA==", + "url": "https://registry.npmjs.org/@types/flexsearch/-/flexsearch-0.7.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-shorthand-properties__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-shorthand-properties", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__npm-run-path__5.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "npm-run-path", + "version": "5.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", + "url": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__are-docs-informative__0.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "are-docs-informative", + "version": "0.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", + "url": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__slice-ansi__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "slice-ansi", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", + "url": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_http-cache-semantics__4.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/http-cache-semantics", + "version": "4.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/http-cache-semantics": [ + "4.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__text-table__0.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "text-table", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "url": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-class-properties", + "version": "7.12.13_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__make-dir__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "make-dir", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "url": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__debug__2.6.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "debug", + "version": "2.6.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ms": "2.0.0" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "ms": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es-set-tostringtag__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es-set-tostringtag", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.4", + "has-tostringtag": "1.0.2", + "hasown": "2.0.2" + }, + "transitive_closure": { + "es-errors": [ + "1.3.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_akryum_tinypool__0.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@akryum/tinypool", + "version": "0.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nznEC1ZA/m3hQDEnrGQ4c5gkaa9pcaVnw4LFJyzBAaR7E3nfiAPEHS3otnSafpZouVnoKeITl5D+2LsnwlnK8g==", + "url": "https://registry.npmjs.org/@akryum/tinypool/-/tinypool-0.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pump__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pump", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "end-of-stream": "1.4.4", + "once": "1.4.0" + }, + "transitive_closure": { + "end-of-stream": [ + "1.4.4" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-inline-svg__6.0.0__postcss_8.4.38__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss-inline-svg", + "version": "6.0.0_postcss_8.4.38", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "postcss-inline-svg" + ] + }, + "deps": { + "css-select": "5.1.0", + "dom-serializer": "2.0.0", + "htmlparser2": "8.0.2", + "postcss": "8.4.38", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "boolbase": [ + "1.0.0" + ], + "css-select": [ + "5.1.0" + ], + "css-what": [ + "6.1.0" + ], + "dom-serializer": [ + "2.0.0" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "5.0.3" + ], + "domutils": [ + "3.1.0" + ], + "entities": [ + "4.5.0" + ], + "htmlparser2": [ + "8.0.2" + ], + "nanoid": [ + "3.3.7" + ], + "nth-check": [ + "2.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "postcss-inline-svg": [ + "6.0.0_postcss_8.4.38" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "source-map-js": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_mime-types__2.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/mime-types", + "version": "2.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@types/mime-types" + ] + }, + "integrity": "sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==", + "url": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rushstack_eslint-patch__1.10.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rushstack/eslint-patch", + "version": "1.10.2", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@rushstack/eslint-patch" + ] + }, + "deps": {}, + "transitive_closure": { + "@rushstack/eslint-patch": [ + "1.10.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vitest_spy__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vitest/spy", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==", + "url": "https://registry.npmjs.org/@vitest/spy/-/spy-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__universal-cookie__4.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "universal-cookie", + "version": "4.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lbRVHoOMtItjWbM7TwDLdl8wug7izB0tq3/YVKhT/ahB4VDvWMyvnADfnJI8y6fSvsjh51Ix7lTGC6Tn4rMPhw==", + "url": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-4.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__glob__7.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "glob", + "version": "7.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.4", + "minimatch": "3.1.2", + "once": "1.4.0", + "path-is-absolute": "1.0.1" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tmpl__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tmpl", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tmpl": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__npm-run-path__4.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "npm-run-path", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "url": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-string__1.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-string", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "url": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__yjs__13.6.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yjs", + "version": "13.6.14", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "yjs" + ] + }, + "deps": { + "lib0": "0.2.93" + }, + "transitive_closure": { + "isomorphic.js": [ + "0.2.5" + ], + "lib0": [ + "0.2.93" + ], + "yjs": [ + "13.6.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsesc__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsesc", + "version": "0.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsesc": [ + "0.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__set-function-name__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "set-function-name", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "url": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-scale-chromatic__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-scale-chromatic", + "version": "3.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-scale-chromatic": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fd-slicer__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fd-slicer", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", + "url": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mime-db__1.52.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mime-db", + "version": "1.52.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "url": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__buffer__5.7.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer", + "version": "5.7.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "base64-js": "1.5.1", + "ieee754": "1.2.1" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__call-bind__1.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "call-bind", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__safe-regex-test__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "safe-regex-test", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", + "url": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__robust-predicates__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "robust-predicates", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "robust-predicates": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bcrypt-pbkdf__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bcrypt-pbkdf", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "tweetnacl": "0.14.5" + }, + "transitive_closure": { + "bcrypt-pbkdf": [ + "1.0.2" + ], + "tweetnacl": [ + "0.14.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__esbuild-plugin-inline-image__0.0.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esbuild-plugin-inline-image", + "version": "0.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "esbuild-plugin-inline-image" + ], + "app/ide-desktop/lib/dashboard": [ + "esbuild-plugin-inline-image" + ] + }, + "integrity": "sha512-pw3ZgN2phh32Z7BpKrhRDtmI+iVCl+Gc0BLOT9croXg1MnMjRuN7aXhIQirhLeK39erkIwfFlhy6xieroBGc1Q==", + "url": "https://registry.npmjs.org/esbuild-plugin-inline-image/-/esbuild-plugin-inline-image-0.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-exponentiation-operator__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-exponentiation-operator", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-builder-binary-assignment-operator-visitor": "7.22.15", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_credential-provider-imds__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/credential-provider-imds", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bf4LMI418OYcQbyLZRAW8Q5AYM2IKrNqOnIcfrFn2f17ulG7TzoWW3WN/kMOw4TC9+y+vIlCWOv87GxU1yP0Bg==", + "url": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-color__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-color", + "version": "3.1.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-color": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-crypto_sha256-browser__1.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-crypto/sha256-browser", + "version": "1.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-crypto/ie11-detection": "1.0.0", + "@aws-crypto/sha256-js": "1.2.2", + "@aws-crypto/supports-web-crypto": "1.0.0", + "@aws-crypto/util": "1.2.2", + "@aws-sdk/types": "3.6.1", + "@aws-sdk/util-locate-window": "3.535.0", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-crypto/ie11-detection": [ + "1.0.0" + ], + "@aws-crypto/sha256-browser": [ + "1.2.2" + ], + "@aws-crypto/sha256-js": [ + "1.2.2" + ], + "@aws-crypto/supports-web-crypto": [ + "1.0.0" + ], + "@aws-crypto/util": [ + "1.2.2" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-locate-window": [ + "3.535.0" + ], + "@aws-sdk/util-utf8-browser": [ + "3.259.0" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ts-api-utils__1.3.0__typescript_5.4.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ts-api-utils", + "version": "1.3.0_typescript_5.4.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "url": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__w3c-xmlserializer__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "w3c-xmlserializer", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "xml-name-validator": "4.0.0" + }, + "transitive_closure": { + "w3c-xmlserializer": [ + "4.0.0" + ], + "xml-name-validator": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-numeric-separator", + "version": "7.18.6_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-stream__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-stream", + "version": "4.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "pump": "3.0.0" + }, + "transitive_closure": { + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "4.1.0" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yaml__2.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yaml", + "version": "2.4.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/project-manager-shim": [ + "yaml" + ] + }, + "deps": {}, + "transitive_closure": { + "yaml": [ + "2.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_win32-ia32__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/win32-ia32", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==", + "url": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__use-sync-external-store__1.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "use-sync-external-store", + "version": "1.2.0_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", + "url": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-random__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-random", + "version": "3.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-random": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mimic-fn__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mimic-fn", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "url": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-utf8-browser__3.259.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-utf8-browser", + "version": "3.259.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "@aws-sdk/util-utf8-browser": [ + "3.259.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-shape__3.1.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-shape", + "version": "3.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==", + "url": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minipass__7.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minipass", + "version": "7.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minipass": [ + "7.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-url__1.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-url", + "version": "1.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-url": [ + "1.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-exists__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-exists", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-exists": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__enso-support__github.com_enso-org_enso-bot_aa903b6e639a31930ee4fff55c5639e4471fa48d": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "enso-support", + "version": "github.com/enso-org/enso-bot/aa903b6e639a31930ee4fff55c5639e4471fa48d", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "enso-chat" + ] + }, + "integrity": "", + "url": "https://codeload.github.com/enso-org/enso-bot/tar.gz/aa903b6e639a31930ee4fff55c5639e4471fa48d", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pretty-format__26.6.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pretty-format", + "version": "26.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-ansi__7.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-ansi", + "version": "7.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-hoist-variables__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-hoist-variables", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@eslint-community/eslint-utils", + "version": "4.4.0_eslint_8.57.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "eslint": "8.57.0", + "eslint-visitor-keys": "3.4.3" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-loong64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-loong64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-loong64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mdurl__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mdurl", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mdurl": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_core__7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/core", + "version": "7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==", + "url": "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__hermes-estree__0.15.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hermes-estree", + "version": "0.15.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lLYvAd+6BnOqWdnNbP/Q8xfl8LOGw4wVjfrNd9Gt8eoFzhNBRVD95n4l2ksfMVOoxuVyegs85g83KS9QOsxbVQ==", + "url": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.15.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_compiler-dom__3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/compiler-dom", + "version": "3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t0b9WSTnCRrzsBGrDd1LNR5HGzYTr7LX3z6nNBG+KGvZLqrT0mY6NsMzOqlVMBKKXKVuusbbB5aOOFgTY+senw==", + "url": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__crypto-random-string__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "crypto-random-string", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "url": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__encoding-down__6.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "encoding-down", + "version": "6.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw==", + "url": "https://registry.npmjs.org/encoding-down/-/encoding-down-6.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_core__7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/core", + "version": "7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@ampproject/remapping": "2.3.0", + "@babel/code-frame": "7.24.2", + "@babel/generator": "7.24.4", + "@babel/helper-compilation-targets": "7.23.6", + "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.24.4", + "@babel/helpers": "7.24.4", + "@babel/parser": "7.24.4", + "@babel/template": "7.24.0", + "@babel/traverse": "7.24.1", + "@babel/types": "7.24.0", + "convert-source-map": "2.0.0", + "debug": "4.3.4", + "gensync": "1.0.0-beta.2", + "json5": "2.2.3", + "semver": "6.3.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_volar_source-map__1.11.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@volar/source-map", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==", + "url": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-arm64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-arm64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", + "url": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_polka_url__1.0.0-next.25": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@polka/url", + "version": "1.0.0-next.25", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==", + "url": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cors__2.8.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cors", + "version": "2.8.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "object-assign": "4.1.1", + "vary": "1.1.2" + }, + "transitive_closure": { + "cors": [ + "2.8.5" + ], + "object-assign": [ + "4.1.1" + ], + "vary": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__estree-walker__0.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "estree-walker", + "version": "0.6.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "estree-walker": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__queue__6.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "queue", + "version": "6.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", + "url": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_stripe_react-stripe-js__2.7.0__-314848309": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@stripe/react-stripe-js", + "version": "2.7.0_-314848309", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "@stripe/react-stripe-js" + ] + }, + "integrity": "sha512-kTkIZl2ZleBuDR9c6fDy/s4m33llII8a5al6BDAMSTrfVq/4gSZv3RBO5KS/xvnxS+fDapJ3bKvjD8Lqj+AKdQ==", + "url": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__import-fresh__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "import-fresh", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==", + "url": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__escape-string-regexp__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "escape-string-regexp", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_table__3.11.6__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/table", + "version": "3.11.6_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-34YsfOILXusj3p6QNcKEaDWVORhM6WEhwPSLCZlkwAJvkxuRQFdih5rQKoIDc0uV5aZsB6bYBqiFhnjY0VERhw==", + "url": "https://registry.npmjs.org/@react-stately/table/-/table-3.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild-plugins_node-modules-polyfill__0.2.2__esbuild_0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild-plugins/node-modules-polyfill", + "version": "0.2.2_esbuild_0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@esbuild-plugins/node-modules-polyfill" + ] + }, + "integrity": "sha512-LXV7QsWJxRuMYvKbiznh+U1ilIop3g2TeKRzUxOG5X3YITc8JyyTa90BmLwqqv0YnX4v32CSlG+vsziZp9dMvA==", + "url": "https://registry.npmjs.org/@esbuild-plugins/node-modules-polyfill/-/node-modules-polyfill-0.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-buffer-from__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-buffer-from", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OGUh2B5NY4h7iRabqeZ+EgsrzE1LUmNFzMyhoZv0tO4NExyfQjxIYXLQQvydeOq9DJUbCw+yrRZrj8vXNDQG+g==", + "url": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__event-target-shim__5.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "event-target-shim", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "url": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chalk__2.4.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chalk", + "version": "2.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "url": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ufo__1.5.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ufo", + "version": "1.5.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==", + "url": "https://registry.npmjs.org/ufo/-/ufo-1.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__serialize-error__7.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "serialize-error", + "version": "7.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "url": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_metro-babel-transformer__0.73.15__-2110264980": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/metro-babel-transformer", + "version": "0.73.15_-2110264980", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LlkSGaXCz+xdxc9819plmpsl4P4gZndoFtpjN3GMBIu6f7TBV0GVbyJAU4GE8fuAWPVSVL5ArOcdkWKSbI1klw==", + "url": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.73.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sindresorhus_is__0.14.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sindresorhus/is", + "version": "0.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "url": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_discordjs_ws__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@discordjs/ws", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@discordjs/collection": "2.0.0", + "@discordjs/rest": "2.2.0", + "@discordjs/util": "1.0.2", + "@sapphire/async-queue": "1.5.2", + "@types/ws": "8.5.10", + "@vladfrangu/async_event_emitter": "2.2.4", + "discord-api-types": "0.37.61", + "tslib": "2.6.2", + "ws": "8.16.0" + }, + "transitive_closure": { + "@discordjs/collection": [ + "2.0.0" + ], + "@discordjs/rest": [ + "2.2.0" + ], + "@discordjs/util": [ + "1.0.2" + ], + "@discordjs/ws": [ + "1.0.2" + ], + "@fastify/busboy": [ + "2.1.1" + ], + "@sapphire/async-queue": [ + "1.5.2" + ], + "@sapphire/snowflake": [ + "3.5.1" + ], + "@types/node": [ + "20.12.7" + ], + "@types/ws": [ + "8.5.10" + ], + "@vladfrangu/async_event_emitter": [ + "2.2.4" + ], + "discord-api-types": [ + "0.37.61" + ], + "magic-bytes.js": [ + "1.10.0" + ], + "tslib": [ + "2.6.2" + ], + "undici": [ + "5.27.2" + ], + "undici-types": [ + "5.26.5" + ], + "ws": [ + "8.16.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stackframe__1.3.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "stackframe", + "version": "1.3.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "stackframe": [ + "1.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xmlchars__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xmlchars", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-config-prettier__9.1.0__eslint_8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-config-prettier", + "version": "9.1.0_eslint_8.57.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "eslint": "8.57.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-config-prettier": [ + "9.1.0_eslint_8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-locate__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-locate", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-limit": "2.3.0" + }, + "transitive_closure": { + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__set-function-length__1.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "set-function-length", + "version": "1.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "url": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__clone-deep__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "clone-deep", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-plain-object": "2.0.4", + "kind-of": "6.0.3", + "shallow-clone": "3.0.1" + }, + "transitive_closure": { + "clone-deep": [ + "4.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__http-cache-semantics__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "http-cache-semantics", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "url": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_szmarczak_http-timer__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@szmarczak/http-timer", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "url": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__discontinuous-range__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "discontinuous-range", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==", + "url": "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__domhandler__5.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "domhandler", + "version": "5.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "domelementtype": "2.3.0" + }, + "transitive_closure": { + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "5.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map-js__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "source-map-js", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "url": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_mapbox-gl__2.7.21": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/mapbox-gl", + "version": "2.7.21", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/mapbox-gl" + ] + }, + "integrity": "sha512-Dx9MuF2kKgT/N22LsMUB4b3acFZh9clVqz9zv1fomoiPoBrJolwYxpWA/9LPO/2N0xWbKi4V+pkjTaFkkx/4wA==", + "url": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-2.7.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__has-tostringtag__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "has-tostringtag", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-symbols": "1.0.3" + }, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hoist-non-react-statics__3.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hoist-non-react-statics", + "version": "3.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "react-is": "16.13.1" + }, + "transitive_closure": { + "hoist-non-react-statics": [ + "3.3.2" + ], + "react-is": [ + "16.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cli-boxes__2.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cli-boxes", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "url": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-aria__3.32.1__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-aria", + "version": "3.32.1_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-aria" + ] + }, + "integrity": "sha512-7KCJg4K5vlRqiXdGjgCT05Du8RhGBYC+2ok4GOh/Znmg8aMwOk7t0YwxaT5i1z30+fmDcJS/pk/ipUPUg28CXg==", + "url": "https://registry.npmjs.org/react-aria/-/react-aria-3.32.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_glob__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/glob", + "version": "7.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/minimatch": "5.1.2", + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/glob": [ + "7.2.0" + ], + "@types/minimatch": [ + "5.1.2" + ], + "@types/node": [ + "20.12.7" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-dir__0.1.17__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-dir", + "version": "0.1.17", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minimatch": "3.1.2" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "minimatch": [ + "3.1.2" + ], + "node-dir": [ + "0.1.17" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_signature-v4__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/signature-v4", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EAR0qGVL4AgzodZv4t+BSuBfyOXhTNxDxom50IFI1MqidR9vI6avNZKcPHhgXbm7XVcsDGThZKbzQ2q7MZ2NTA==", + "url": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-win32-ia32-msvc__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-win32-ia32-msvc", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dir-glob__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dir-glob", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "path-type": "4.0.0" + }, + "transitive_closure": { + "dir-glob": [ + "3.0.1" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_grid__3.8.8__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/grid", + "version": "3.8.8_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7Bzbya4tO0oIgqexwRb8D6ZdC0GASYq9f/pnkrqocgvG9e1SCld4zOioKbYQDvAK/NnbCgXmmdqFAcLM/iazaA==", + "url": "https://registry.npmjs.org/@react-aria/grid/-/grid-3.8.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array-union__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "array-union", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "url": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-s390x__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-s390x", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-s390x": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__prelude-ls__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prelude-ls", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "prelude-ls": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__array.prototype.flatmap__1.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "array.prototype.flatmap", + "version": "1.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-shim-unscopables": "1.0.2" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-shim-unscopables": [ + "1.0.2" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_stripe_stripe-js__2.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@stripe/stripe-js", + "version": "2.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "@stripe/stripe-js" + ] + }, + "integrity": "sha512-WFkQx1mbs2b5+7looI9IV1BLa3bIApuN3ehp9FP58xGg7KL9hCHDECgW3BwO9l9L+xBPVAD7Yjn1EhGe6EDTeA==", + "url": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-2.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vite-plugin-inspect__0.7.42__vite_5.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vite-plugin-inspect", + "version": "0.7.42_vite_5.2.9", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "vite-plugin-inspect" + ] + }, + "deps": { + "@antfu/utils": "0.7.7", + "@rollup/pluginutils": "5.1.0", + "debug": "4.3.4", + "error-stack-parser-es": "0.1.1", + "fs-extra": "11.2.0", + "open": "9.1.0", + "picocolors": "1.0.0", + "sirv": "2.0.4", + "vite": "5.2.9_at_types_node_20.12.7" + }, + "transitive_closure": { + "@antfu/utils": [ + "0.7.7" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@polka/url": [ + "1.0.0-next.25" + ], + "@rollup/pluginutils": [ + "5.1.0" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "big-integer": [ + "1.6.52" + ], + "bplist-parser": [ + "0.2.0" + ], + "bundle-name": [ + "3.0.0" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "default-browser": [ + "4.0.0" + ], + "default-browser-id": [ + "3.0.0" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "error-stack-parser-es": [ + "0.1.1" + ], + "esbuild": [ + "0.20.2" + ], + "estree-walker": [ + "2.0.2" + ], + "execa": [ + "5.1.1", + "7.2.0" + ], + "fs-extra": [ + "11.2.0" + ], + "fsevents": [ + "2.3.3" + ], + "get-stream": [ + "6.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "human-signals": [ + "2.1.0", + "4.3.1" + ], + "is-docker": [ + "2.2.1", + "3.0.0" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-stream": [ + "2.0.1", + "3.0.0" + ], + "is-wsl": [ + "2.2.0" + ], + "isexe": [ + "2.0.0" + ], + "jsonfile": [ + "6.1.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0", + "4.0.0" + ], + "mrmime": [ + "2.0.0" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "npm-run-path": [ + "4.0.1", + "5.3.0" + ], + "onetime": [ + "5.1.2", + "6.0.0" + ], + "open": [ + "9.1.0" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "run-applescript": [ + "5.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "sirv": [ + "2.0.4" + ], + "source-map-js": [ + "1.2.0" + ], + "strip-final-newline": [ + "2.0.0", + "3.0.0" + ], + "titleize": [ + "3.0.0" + ], + "totalist": [ + "3.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "2.0.1" + ], + "untildify": [ + "4.0.0" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vite-plugin-inspect": [ + "0.7.42_vite_5.2.9" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-scale__4.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-scale", + "version": "4.0.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-time": "3.0.3" + }, + "transitive_closure": { + "@types/d3-scale": [ + "4.0.8" + ], + "@types/d3-time": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ignore__5.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ignore", + "version": "5.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "url": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__iconv-corefoundation__1.1.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "iconv-corefoundation", + "version": "1.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T10qvkw0zz4wnm560lOEg0PovVqUXuOFhhHAkixw8/sycy7TJt7v/RrkEKEQnAw2viPSJu6iAkErxnzR0g8PpQ==", + "url": "https://registry.npmjs.org/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_form__3.7.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/form", + "version": "3.7.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6/isEJY4PsYoHdMaGQtqQyquXGTwB1FqCBOPKQjI/vBGWG3fL7FGfWm4Z62eTbCH4Xyv3FZuNywlT8UjPMQyKA==", + "url": "https://registry.npmjs.org/@react-types/form/-/form-3.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-types__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-types", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xPqTgcUtZowQ8WKOkI9TLGBwH2bGggOC4d2FFaIRST3gTcjrEeGRNeR5aXCzJFIgItIft8sd7p2oKEdy90+01Q==", + "url": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_humanwhocodes_config-array__0.11.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@humanwhocodes/config-array", + "version": "0.11.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@humanwhocodes/object-schema": "2.0.3", + "debug": "4.3.4", + "minimatch": "3.1.2" + }, + "transitive_closure": { + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "debug": [ + "4.3.4" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-brush__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-brush", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", + "url": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ecc-jsbn__0.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ecc-jsbn", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", + "url": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__getpass__0.1.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "getpass", + "version": "0.1.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "assert-plus": "1.0.0" + }, + "transitive_closure": { + "assert-plus": [ + "1.0.0" + ], + "getpass": [ + "0.1.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__package-json__6.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "package-json", + "version": "6.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "got": "9.6.0", + "registry-auth-token": "4.2.2", + "registry-url": "5.1.0", + "semver": "6.3.1" + }, + "transitive_closure": { + "@sindresorhus/is": [ + "0.14.0" + ], + "@szmarczak/http-timer": [ + "1.1.2" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "cacheable-request": [ + "6.1.0" + ], + "clone-response": [ + "1.0.3" + ], + "decompress-response": [ + "3.3.0" + ], + "deep-extend": [ + "0.6.0" + ], + "defer-to-connect": [ + "1.1.3" + ], + "duplexer3": [ + "0.1.5" + ], + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "4.1.0", + "5.2.0" + ], + "got": [ + "9.6.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "ini": [ + "1.3.8" + ], + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "minimist": [ + "1.2.8" + ], + "normalize-url": [ + "4.5.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "1.1.0" + ], + "package-json": [ + "6.5.0" + ], + "prepend-http": [ + "2.0.0" + ], + "pump": [ + "3.0.0" + ], + "rc": [ + "1.2.8" + ], + "registry-auth-token": [ + "4.2.2" + ], + "registry-url": [ + "5.1.0" + ], + "responselike": [ + "1.0.2" + ], + "semver": [ + "6.3.1" + ], + "strip-json-comments": [ + "2.0.1" + ], + "to-readable-stream": [ + "1.0.0" + ], + "undici-types": [ + "5.26.5" + ], + "url-parse-lax": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_http-cache-semantics__4.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/http-cache-semantics", + "version": "4.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==", + "url": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-interactive__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-interactive", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-interactive": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-schema-ref-parser__6.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-schema-ref-parser", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pXe9H1m6IgIpXmE5JSb8epilNTGsmTb2iPohAXpOdhqGFbQjNeHHsZxU+C8w6T81GZxSPFLeUoqDJmzxx5IGuw==", + "url": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__which-module__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "which-module", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "which-module": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@eslint-community/eslint-utils", + "version": "4.4.0_eslint_8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "url": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nocache__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "nocache", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==", + "url": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__safe-regex-test__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "safe-regex-test", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "es-errors": "1.3.0", + "is-regex": "1.1.4" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_hammerjs__2.0.45": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/hammerjs", + "version": "2.0.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qkcUlZmX6c4J8q45taBKTL3p+LbITgyx7qhlPYOdOHZB7B31K0mXbP5YA7i7SgDeEGuI9MnumiKPEMrxg8j3KQ==", + "url": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__function-bind__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "function-bind", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__leven__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "leven", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "leven": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_ianvs_prettier-plugin-sort-imports__4.2.1__prettier_3.2.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@ianvs/prettier-plugin-sort-imports", + "version": "4.2.1_prettier_3.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@ianvs/prettier-plugin-sort-imports" + ] + }, + "integrity": "sha512-NKN1LVFWUDGDGr3vt+6Ey3qPeN/163uR1pOPAlkWpgvAqgxQ6kSdUf1F0it8aHUtKRUzEGcK38Wxd07O61d7+Q==", + "url": "https://registry.npmjs.org/@ianvs/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__write-file-atomic__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "write-file-atomic", + "version": "3.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "imurmurhash": "0.1.4", + "is-typedarray": "1.0.0", + "signal-exit": "3.0.7", + "typedarray-to-buffer": "3.1.5" + }, + "transitive_closure": { + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "write-file-atomic": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__commander__2.9.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "commander", + "version": "2.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bmkUukX8wAOjHdN26xj5c4ctEV22TQ7dQYhSmuckKhToXrkUn0iIaolHdIxYYqD55nhpSPA9zPQ1yP57GdXP2A==", + "url": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-int64__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-int64", + "version": "0.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-int64": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_minimatch__5.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/minimatch", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "url": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_tootallnate_once__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@tootallnate/once", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@tootallnate/once": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-component-type-helpers__2.0.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vue-component-type-helpers", + "version": "2.0.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xNO5B7DstNWETnoYflLkVgh8dK8h2ZDgxY1M2O0zrqGeBNq5yAZ8a10yCS9+HnixouNGYNX+ggU9MQQq86HTpg==", + "url": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.0.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_pkgjs_parseargs__0.11.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@pkgjs/parseargs", + "version": "0.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "url": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__supports-color__5.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "supports-color", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-weakset__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-weakset", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "get-intrinsic": "1.2.4" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "is-weakset": [ + "2.0.3" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-object-rest-spread__7.20.7__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-object-rest-spread", + "version": "7.20.7_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/compat-data": "7.24.4", + "@babel/core": "7.24.4", + "@babel/helper-compilation-targets": "7.23.6", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-transform-parameters": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__app-builder-bin__3.7.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "app-builder-bin", + "version": "3.7.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ql93vEUq6WsstGXD+SBLSIQw6SNnhbDEM0swzgugytMxLp3rT24Ag/jcC80ZHxiPRTdew1niuR7P3/FCrDqIjw==", + "url": "https://registry.npmjs.org/app-builder-bin/-/app-builder-bin-3.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-intrinsic__1.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-intrinsic", + "version": "1.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tar__6.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tar", + "version": "6.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "tar" + ], + "app/ide-desktop/lib/client": [ + "tar" + ] + }, + "deps": { + "chownr": "2.0.0", + "fs-minipass": "2.1.0", + "minipass": "5.0.0", + "minizlib": "2.1.2", + "mkdirp": "1.0.4", + "yallist": "4.0.0" + }, + "transitive_closure": { + "chownr": [ + "2.0.0" + ], + "fs-minipass": [ + "2.1.0" + ], + "minipass": [ + "3.3.6", + "5.0.0" + ], + "minizlib": [ + "2.1.2" + ], + "mkdirp": [ + "1.0.4" + ], + "tar": [ + "6.2.1" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__abstract-leveldown__6.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "abstract-leveldown", + "version": "6.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ==", + "url": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_lang-json__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/lang-json", + "version": "6.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/language": "6.10.1", + "@lezer/json": "1.0.2" + }, + "transitive_closure": { + "@codemirror/lang-json": [ + "6.0.1" + ], + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/json": [ + "1.0.2" + ], + "@lezer/lr": [ + "1.4.0" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__psl__1.9.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "psl", + "version": "1.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "url": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__decompress-response__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "decompress-response", + "version": "3.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "mimic-response": "1.0.1" + }, + "transitive_closure": { + "decompress-response": [ + "3.3.0" + ], + "mimic-response": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__electron-is-dev__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "electron-is-dev", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "electron-is-dev" + ] + }, + "integrity": "sha512-3X99K852Yoqu9AcW50qz3ibYBWY79/pBhlMCab8ToEWS48R0T9tyxRiQhwylE7zQdXrMnx2JKqUJyMPmt5FBqA==", + "url": "https://registry.npmjs.org/electron-is-dev/-/electron-is-dev-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsonfile__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsonfile", + "version": "6.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "universalify": "2.0.1" + }, + "transitive_closure": { + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tough-cookie__4.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tough-cookie", + "version": "4.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "psl": "1.9.0", + "punycode": "2.3.1", + "universalify": "0.2.0", + "url-parse": "1.5.10" + }, + "transitive_closure": { + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "tough-cookie": [ + "4.1.3" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fs-extra__7.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fs-extra", + "version": "7.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__micromatch__4.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "micromatch", + "version": "4.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "braces": "3.0.2", + "picomatch": "2.3.1" + }, + "transitive_closure": { + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "is-number": [ + "7.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "picomatch": [ + "2.3.1" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-nested__6.0.1__postcss_8.4.38": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss-nested", + "version": "6.0.1_postcss_8.4.38", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "url": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__has-flag__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "has-flag", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-flag": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__global__4.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "global", + "version": "4.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", + "url": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_type-utils__6.21.0__2014925250__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/type-utils", + "version": "6.21.0_2014925250", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/typescript-estree": "6.21.0_typescript_5.4.5", + "@typescript-eslint/utils": "6.21.0_2014925250", + "debug": "4.3.4", + "eslint": "8.57.0", + "ts-api-utils": "1.3.0_typescript_5.4.5", + "typescript": "5.4.5" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/semver": [ + "7.5.8" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/type-utils": [ + "6.21.0_2014925250" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.4.5" + ], + "@typescript-eslint/utils": [ + "6.21.0_2014925250" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.4.5" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.4.5" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__semver__7.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "semver", + "version": "7.6.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "semver" + ] + }, + "deps": { + "lru-cache": "6.0.0" + }, + "transitive_closure": { + "lru-cache": [ + "6.0.0" + ], + "semver": [ + "7.6.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_overlays__3.6.5__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/overlays", + "version": "3.6.5_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/overlays": "3.8.5_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_compiler-sfc__3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/compiler-sfc", + "version": "3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fSDTKTfzaRX1kNAUiaj8JB4AokikzStWgHooMhaxyjZerw624L+IAP/fvI4ZwMpwIh8f08PVzEnu4rg8/Npssw==", + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__shebang-regex__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "shebang-regex", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "url": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__abbrev__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "abbrev", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "abbrev": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_minimatch__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/minimatch", + "version": "5.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/minimatch": [ + "5.1.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__whatwg-url__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "whatwg-url", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tr46": "0.0.3", + "webidl-conversions": "3.0.1" + }, + "transitive_closure": { + "tr46": [ + "0.0.3" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__doctrine__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "doctrine", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "esutils": "2.0.3" + }, + "transitive_closure": { + "doctrine": [ + "2.1.0" + ], + "esutils": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__universalify__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "universalify", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "universalify": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-source-map__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-source-map", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/traverse": "7.24.1", + "@babel/types": "7.24.0", + "invariant": "2.2.4", + "metro-symbolicate": "0.80.8", + "nullthrows": "1.1.1", + "ob1": "0.80.8", + "source-map": "0.5.7", + "vlq": "1.0.1" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "core-util-is": [ + "1.0.3" + ], + "debug": [ + "4.3.4" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "isarray": [ + "1.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "loose-envify": [ + "1.4.0" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "ms": [ + "2.1.2" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "picocolors": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8" + ], + "safe-buffer": [ + "5.1.2" + ], + "source-map": [ + "0.5.7" + ], + "string_decoder": [ + "1.1.1" + ], + "supports-color": [ + "5.5.0" + ], + "through2": [ + "2.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "vlq": [ + "1.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__arg__5.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "arg", + "version": "5.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "url": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-builder-binary-assignment-operator-visitor", + "version": "7.22.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", + "url": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bowser__2.11.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bowser", + "version": "2.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==", + "url": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typed-array-byte-offset__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "typed-array-byte-offset", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "available-typed-arrays": "1.0.7", + "call-bind": "1.0.7", + "for-each": "0.3.3", + "gopd": "1.0.1", + "has-proto": "1.0.3", + "is-typed-array": "1.1.13" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level-packager__5.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "level-packager", + "version": "5.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ==", + "url": "https://registry.npmjs.org/level-packager/-/level-packager-5.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ip-regex__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ip-regex", + "version": "1.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ip-regex": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pirates__4.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pirates", + "version": "4.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pirates": [ + "4.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pngjs__3.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pngjs", + "version": "3.4.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pngjs": [ + "3.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_flags__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/flags", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@swc/helpers": "0.4.36" + }, + "transitive_closure": { + "@react-stately/flags": [ + "3.0.1" + ], + "@swc/helpers": [ + "0.4.14", + "0.4.36" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-modules-commonjs__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-modules-commonjs", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-simple-access": "7.22.5" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsonfile__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsonfile", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11" + }, + "transitive_closure": { + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__magicast__0.3.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "magicast", + "version": "0.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.24.4", + "@babel/types": "7.24.0", + "source-map-js": "1.2.0" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "magicast": [ + "0.3.4" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object.assign__4.1.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object.assign", + "version": "4.1.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "has-symbols": "1.0.3", + "object-keys": "1.1.1" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_generator__7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/generator", + "version": "7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==", + "url": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_lezer_highlight__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@lezer/highlight", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@lezer/highlight" + ] + }, + "deps": { + "@lezer/common": "1.2.1" + }, + "transitive_closure": { + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__safe-array-concat__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "safe-array-concat", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", + "url": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-arm64-gnu__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-arm64-gnu", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Eci2us9VTHm1eSyn5/eEpaC7eP/mp5n46gTRB3Aar3BgSvDQGJZuicyq6TsH4HngNBgVqC5sDYxOzTExSU+NjA==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__level-codec__9.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "level-codec", + "version": "9.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ==", + "url": "https://registry.npmjs.org/level-codec/-/level-codec-9.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__slash__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "slash", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "slash": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-block-scoping__7.24.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-block-scoping", + "version": "7.24.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-win32-x64-msvc__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-win32-x64-msvc", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-win32-x64-msvc": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sentry-internal_feedback__7.111.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry-internal/feedback", + "version": "7.111.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sentry/core": "7.111.0", + "@sentry/types": "7.111.0", + "@sentry/utils": "7.111.0" + }, + "transitive_closure": { + "@sentry-internal/feedback": [ + "7.111.0" + ], + "@sentry/core": [ + "7.111.0" + ], + "@sentry/types": [ + "7.111.0" + ], + "@sentry/utils": [ + "7.111.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_babel__core__7.20.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/babel__core", + "version": "7.20.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.24.4", + "@babel/types": "7.24.0", + "@types/babel__generator": "7.6.8", + "@types/babel__template": "7.4.4", + "@types/babel__traverse": "7.20.5" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@types/babel__core": [ + "7.20.5" + ], + "@types/babel__generator": [ + "7.6.8" + ], + "@types/babel__template": [ + "7.4.4" + ], + "@types/babel__traverse": [ + "7.20.5" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_selection__3.17.5__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/selection", + "version": "3.17.5_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gO5jBUkc7WdkiFMlWt3x9pTSuj3Yeegsxfo44qU5NPlKrnGtPRZDWrlACNgkDHu645RNNPhlyoX0C+G8mUg1xA==", + "url": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.17.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_normalize-colors__0.73.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/normalize-colors", + "version": "0.73.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@react-native/normalize-colors": [ + "0.73.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__decamelize__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "decamelize", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "decamelize": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__events__3.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "events", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "events" + ] + }, + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "url": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__core-util-is__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "core-util-is", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "core-util-is": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_react__18.2.79": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/react", + "version": "18.2.79", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@types/react" + ] + }, + "integrity": "sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==", + "url": "https://registry.npmjs.org/@types/react/-/react-18.2.79.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-arrayish__0.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-arrayish", + "version": "0.3.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-arrayish": [ + "0.3.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lodash__4.17.21__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lodash", + "version": "4.17.21", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash": [ + "4.17.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__global-dirs__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "global-dirs", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ini": "2.0.0" + }, + "transitive_closure": { + "global-dirs": [ + "3.0.1" + ], + "ini": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsprim__1.4.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsprim", + "version": "1.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", + "url": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__recast__0.21.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "recast", + "version": "0.21.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ast-types": "0.15.2", + "esprima": "4.0.1", + "source-map": "0.6.1", + "tslib": "2.6.2" + }, + "transitive_closure": { + "ast-types": [ + "0.15.2" + ], + "esprima": [ + "4.0.1" + ], + "recast": [ + "0.21.5" + ], + "source-map": [ + "0.6.1" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lowercase-keys__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lowercase-keys", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lowercase-keys": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_sunos-x64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/sunos-x64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==", + "url": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__truncate-utf8-bytes__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "truncate-utf8-bytes", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "utf8-byte-length": "1.0.4" + }, + "transitive_closure": { + "truncate-utf8-bytes": [ + "1.0.2" + ], + "utf8-byte-length": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-selection__3.0.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-selection", + "version": "3.0.10", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-selection": [ + "3.0.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-ppc64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-ppc64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", + "url": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__clone-response__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "clone-response", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", + "url": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__indefinitely-typed__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "indefinitely-typed", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-giaI0hCj+wWZIZZLsmWHI+LrM4Hwc+rEZ/VrgCafKePcnE42fLnQTFt4xspqLin8fCjI5WnQr2fep/0EFqjaxw==", + "url": "https://registry.npmjs.org/indefinitely-typed/-/indefinitely-typed-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__floating-vue__2.0.0__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "floating-vue", + "version": "2.0.0_vue_3.4.23", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "floating-vue" + ] + }, + "deps": { + "@floating-ui/dom": "1.1.1", + "vue": "3.4.23_typescript_5.2.2", + "vue-resize": "2.0.0-alpha.1_vue_3.4.23" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@floating-ui/core": [ + "1.6.0" + ], + "@floating-ui/dom": [ + "1.1.1" + ], + "@floating-ui/utils": [ + "0.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "floating-vue": [ + "2.0.0_vue_3.4.23" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-resize": [ + "2.0.0-alpha.1_vue_3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__resolve__1.22.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "resolve", + "version": "1.22.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-core-module": "2.13.1", + "path-parse": "1.0.7", + "supports-preserve-symlinks-flag": "1.0.0" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "path-parse": [ + "1.0.7" + ], + "resolve": [ + "1.22.8" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsc-android__250231.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsc-android", + "version": "250231.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsc-android": [ + "250231.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__error-ex__1.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "error-ex", + "version": "1.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "url": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__playwright-core__1.43.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "playwright-core", + "version": "1.43.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==", + "url": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_language-core__1.8.27__typescript_5.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/language-core", + "version": "1.8.27_typescript_5.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==", + "url": "https://registry.npmjs.org/@vue/language-core/-/language-core-1.8.27.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-react-jsx-source__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-react-jsx-source", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_open-rpc_schema-utils-js__1.15.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@open-rpc/schema-utils-js", + "version": "1.15.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YHTt3n3RZo1lRy8oknn2G1y0PWlo7HWtnwLOKfvVxjauKMOmlvBbpPHQZibpzIhgt+yPe4mht1ldhKOwq2tCUw==", + "url": "https://registry.npmjs.org/@open-rpc/schema-utils-js/-/schema-utils-js-1.15.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_virtualized-lists__0.73.4__react-native_0.73.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/virtualized-lists", + "version": "0.73.4_react-native_0.73.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "invariant": "2.2.4", + "nullthrows": "1.1.1", + "react-native": "0.73.7_-1997537249" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@react-native/assets-registry": [ + "0.73.1" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/gradle-plugin": [ + "0.73.4" + ], + "@react-native/js-polyfills": [ + "0.73.1" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@react-native/normalize-colors": [ + "0.73.2" + ], + "@react-native/virtualized-lists": [ + "0.73.4_react-native_0.73.7" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "abort-controller": [ + "3.0.0" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "anser": [ + "1.4.10" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "asap": [ + "2.0.6" + ], + "ast-types": [ + "0.15.2" + ], + "astral-regex": [ + "1.0.0" + ], + "async-limiter": [ + "1.0.1" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0", + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "2.20.3", + "9.5.0" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "event-target-shim": [ + "5.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "flow-enums-runtime": [ + "0.0.6" + ], + "flow-parser": [ + "0.206.0" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "joi": [ + "17.12.3" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-android": [ + "250231.0.0" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "4.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "kleur": [ + "3.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "5.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "memoize-one": [ + "5.2.1" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "node-stream-zip": [ + "1.15.0" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "object-assign": [ + "4.1.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "promise": [ + "8.3.0" + ], + "prompts": [ + "2.4.2" + ], + "prop-types": [ + "15.8.1" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react": [ + "18.2.0" + ], + "react-devtools-core": [ + "4.28.5" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "react-native": [ + "0.73.7_-1997537249" + ], + "react-refresh": [ + "0.14.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slash": [ + "3.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1", + "0.7.4" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stack-utils": [ + "2.0.6" + ], + "stackframe": [ + "1.3.4" + ], + "stacktrace-parser": [ + "0.1.10" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "2.6.2" + ], + "type-detect": [ + "4.0.8" + ], + "type-fest": [ + "0.7.1" + ], + "undici-types": [ + "5.26.5" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0", + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "4.0.3", + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1", + "17.6.2" + ], + "yargs-parser": [ + "18.1.3", + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-zoom__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-zoom", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-dispatch": "3.0.1", + "d3-drag": "3.0.0", + "d3-interpolate": "3.0.1", + "d3-selection": "3.0.0", + "d3-transition": "3.0.1_d3-selection_3.0.0" + }, + "transitive_closure": { + "d3-color": [ + "3.1.0" + ], + "d3-dispatch": [ + "3.0.1" + ], + "d3-drag": [ + "3.0.0" + ], + "d3-ease": [ + "3.0.1" + ], + "d3-interpolate": [ + "3.0.1" + ], + "d3-selection": [ + "3.0.0" + ], + "d3-timer": [ + "3.0.1" + ], + "d3-transition": [ + "3.0.1_d3-selection_3.0.0" + ], + "d3-zoom": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__entities__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "entities", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "entities": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_nodelib_fs.walk__1.2.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@nodelib/fs.walk", + "version": "1.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "url": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__assertion-error__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "assertion-error", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "url": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__normalize-url__4.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "normalize-url", + "version": "4.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", + "url": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_ungap_structured-clone__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@ungap/structured-clone", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@ungap/structured-clone": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-darwin-arm64__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-darwin-arm64", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1jQ12jBy+AE/73uGQWGSafK5GoWgmSiIQOGhSEXiFJSZxzV+OXIx+a9h2EYHxdJfX864M+2TAxWPWb0Vv+8y4w==", + "url": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ts-api-utils__1.3.0__typescript_5.4.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ts-api-utils", + "version": "1.3.0_typescript_5.4.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "typescript": "5.4.5" + }, + "transitive_closure": { + "ts-api-utils": [ + "1.3.0_typescript_5.4.5" + ], + "typescript": [ + "5.4.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-wrap-function__7.22.20": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-wrap-function", + "version": "7.22.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", + "url": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-brush__3.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-brush", + "version": "3.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==", + "url": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-docker__2.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-docker", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "url": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minizlib__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minizlib", + "version": "2.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minipass": "3.3.6", + "yallist": "4.0.0" + }, + "transitive_closure": { + "minipass": [ + "3.3.6" + ], + "minizlib": [ + "2.1.2" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__normalize-url__6.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "normalize-url", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "url": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-styles__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-styles", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-styles": [ + "5.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__emoji-regex__9.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "emoji-regex", + "version": "9.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "url": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prettier__3.2.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prettier", + "version": "3.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "prettier" + ], + "app/gui2": [ + "prettier" + ] + }, + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "url": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ignore__5.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ignore", + "version": "5.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ignore": [ + "5.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_url-parser__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/url-parser", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pWFIePDx0PMCleQRsQDWoDl17YiijOLj0ZobN39rQt+wv5PhLSZDz9PgJsqS48nZ6hqsKgipRcjiBMhn5NtFcQ==", + "url": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_radio__3.10.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/radio", + "version": "3.10.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/radio": "3.7.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/radio": [ + "3.10.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/radio": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-for-of__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-for-of", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__undici__5.27.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "undici", + "version": "5.27.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@fastify/busboy": "2.1.1" + }, + "transitive_closure": { + "@fastify/busboy": [ + "2.1.1" + ], + "undici": [ + "5.27.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-optional-chaining__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-optional-chaining", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", + "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helpers__7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helpers", + "version": "7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/template": "7.24.0", + "@babel/traverse": "7.24.1", + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "debug": [ + "4.3.4" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "ms": [ + "2.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sprintf-js__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sprintf-js", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "url": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_runtime__7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/runtime", + "version": "7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "regenerator-runtime": "0.14.1" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.24.4" + ], + "regenerator-runtime": [ + "0.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-regex__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-regex", + "version": "1.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "has-tostringtag": "1.0.2" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-module-transforms__7.23.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-module-transforms", + "version": "7.23.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-module-imports": "7.24.3", + "@babel/helper-simple-access": "7.22.5", + "@babel/helper-split-export-declaration": "7.22.6", + "@babel/helper-validator-identifier": "7.22.20" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__to-ico__1.1.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "to-ico", + "version": "1.1.5", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "to-ico" + ], + "app/ide-desktop/lib/icons": [ + "to-ico" + ] + }, + "deps": { + "arrify": "1.0.1", + "buffer-alloc": "1.2.0", + "image-size": "0.5.5", + "parse-png": "1.1.2", + "resize-img": "1.1.2" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "arrify": [ + "1.0.1" + ], + "asn1": [ + "0.2.6" + ], + "assert-plus": [ + "1.0.0" + ], + "asynckit": [ + "0.4.0" + ], + "aws-sign2": [ + "0.7.0" + ], + "aws4": [ + "1.12.0" + ], + "bcrypt-pbkdf": [ + "1.0.2" + ], + "bignumber.js": [ + "2.4.0" + ], + "bmp-js": [ + "0.0.1", + "0.0.3" + ], + "buffer-alloc": [ + "1.2.0" + ], + "buffer-alloc-unsafe": [ + "1.1.0" + ], + "buffer-equal": [ + "0.0.1" + ], + "buffer-fill": [ + "1.0.0" + ], + "caseless": [ + "0.12.0" + ], + "combined-stream": [ + "1.0.8" + ], + "core-util-is": [ + "1.0.2" + ], + "dashdash": [ + "1.14.1" + ], + "delayed-stream": [ + "1.0.0" + ], + "dom-walk": [ + "0.1.2" + ], + "ecc-jsbn": [ + "0.1.2" + ], + "es6-promise": [ + "3.3.1" + ], + "exif-parser": [ + "0.1.12" + ], + "extend": [ + "3.0.2" + ], + "extsprintf": [ + "1.3.0", + "1.4.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "file-type": [ + "3.9.0" + ], + "forever-agent": [ + "0.6.1" + ], + "form-data": [ + "2.3.3" + ], + "get-stream": [ + "2.3.1" + ], + "getpass": [ + "0.1.7" + ], + "global": [ + "4.4.0" + ], + "har-schema": [ + "2.0.0" + ], + "har-validator": [ + "5.1.5" + ], + "http-signature": [ + "1.2.0" + ], + "image-size": [ + "0.5.5" + ], + "ip-regex": [ + "1.0.3" + ], + "is-function": [ + "1.0.2" + ], + "is-typedarray": [ + "1.0.0" + ], + "isstream": [ + "0.1.2" + ], + "jimp": [ + "0.2.28" + ], + "jpeg-js": [ + "0.1.2", + "0.2.0" + ], + "jsbn": [ + "0.1.1" + ], + "json-schema": [ + "0.4.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "jsprim": [ + "1.4.2" + ], + "load-bmfont": [ + "1.4.1" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "min-document": [ + "2.19.0" + ], + "minimist": [ + "0.0.8" + ], + "mkdirp": [ + "0.5.1" + ], + "oauth-sign": [ + "0.9.0" + ], + "object-assign": [ + "4.1.1" + ], + "parse-bmfont-ascii": [ + "1.0.6" + ], + "parse-bmfont-binary": [ + "1.0.6" + ], + "parse-bmfont-xml": [ + "1.1.6" + ], + "parse-headers": [ + "2.0.5" + ], + "parse-png": [ + "1.1.2" + ], + "performance-now": [ + "2.1.0" + ], + "phin": [ + "2.9.3" + ], + "pinkie": [ + "2.0.4" + ], + "pinkie-promise": [ + "2.0.1" + ], + "pixelmatch": [ + "4.0.2" + ], + "pngjs": [ + "3.4.0" + ], + "process": [ + "0.11.10" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.5.3" + ], + "read-chunk": [ + "1.0.1" + ], + "request": [ + "2.88.2" + ], + "resize-img": [ + "1.1.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "sax": [ + "1.3.0" + ], + "sshpk": [ + "1.18.0" + ], + "stream-to": [ + "0.2.2" + ], + "stream-to-buffer": [ + "0.1.0" + ], + "tinycolor2": [ + "1.6.0" + ], + "to-ico": [ + "1.1.5" + ], + "tough-cookie": [ + "2.5.0" + ], + "tunnel-agent": [ + "0.6.0" + ], + "tweetnacl": [ + "0.14.5" + ], + "uri-js": [ + "4.4.1" + ], + "url-regex": [ + "3.2.0" + ], + "uuid": [ + "3.4.0" + ], + "verror": [ + "1.10.0" + ], + "xhr": [ + "2.6.0" + ], + "xml-parse-from-string": [ + "1.0.1" + ], + "xml2js": [ + "0.5.0" + ], + "xmlbuilder": [ + "11.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-proto__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "has-proto", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "url": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-new-target__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-new-target", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mime__2.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mime", + "version": "2.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mime": [ + "2.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-validator-identifier__7.22.20": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-validator-identifier", + "version": "7.22.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "url": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__discontinuous-range__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "discontinuous-range", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "discontinuous-range": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map__0.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "source-map", + "version": "0.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__text-table__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "text-table", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "text-table": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__prebuild-install__7.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prebuild-install", + "version": "7.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "detect-libc": "2.0.3", + "expand-template": "2.0.3", + "github-from-package": "0.0.0", + "minimist": "1.2.8", + "mkdirp-classic": "0.5.3", + "napi-build-utils": "1.0.2", + "node-abi": "3.59.0", + "pump": "3.0.0", + "rc": "1.2.8", + "simple-get": "4.0.1", + "tar-fs": "2.1.1", + "tunnel-agent": "0.6.0" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "chownr": [ + "1.1.4" + ], + "decompress-response": [ + "6.0.0" + ], + "deep-extend": [ + "0.6.0" + ], + "detect-libc": [ + "2.0.3" + ], + "end-of-stream": [ + "1.4.4" + ], + "expand-template": [ + "2.0.3" + ], + "fs-constants": [ + "1.0.0" + ], + "github-from-package": [ + "0.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "ini": [ + "1.3.8" + ], + "lru-cache": [ + "6.0.0" + ], + "mimic-response": [ + "3.1.0" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp-classic": [ + "0.5.3" + ], + "napi-build-utils": [ + "1.0.2" + ], + "node-abi": [ + "3.59.0" + ], + "once": [ + "1.4.0" + ], + "prebuild-install": [ + "7.1.2" + ], + "pump": [ + "3.0.0" + ], + "rc": [ + "1.2.8" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "simple-concat": [ + "1.0.1" + ], + "simple-get": [ + "4.0.1" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-json-comments": [ + "2.0.1" + ], + "tar-fs": [ + "2.1.1" + ], + "tar-stream": [ + "2.2.0" + ], + "tunnel-agent": [ + "0.6.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite__5.2.9__lightningcss_1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vite", + "version": "5.2.9_lightningcss_1.24.1", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "vite" + ] + }, + "deps": { + "fsevents": "2.3.3", + "esbuild": "0.20.2", + "lightningcss": "1.24.1", + "postcss": "8.4.38", + "rollup": "4.14.3" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "detect-libc": [ + "1.0.3" + ], + "esbuild": [ + "0.20.2" + ], + "fsevents": [ + "2.3.3" + ], + "lightningcss": [ + "1.24.1" + ], + "lightningcss-darwin-arm64": [ + "1.24.1" + ], + "lightningcss-darwin-x64": [ + "1.24.1" + ], + "lightningcss-freebsd-x64": [ + "1.24.1" + ], + "lightningcss-linux-arm-gnueabihf": [ + "1.24.1" + ], + "lightningcss-linux-arm64-gnu": [ + "1.24.1" + ], + "lightningcss-linux-arm64-musl": [ + "1.24.1" + ], + "lightningcss-linux-x64-gnu": [ + "1.24.1" + ], + "lightningcss-linux-x64-musl": [ + "1.24.1" + ], + "lightningcss-win32-x64-msvc": [ + "1.24.1" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "vite": [ + "5.2.9_lightningcss_1.24.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_malept_flatpak-bundler__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@malept/flatpak-bundler", + "version": "0.4.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4", + "fs-extra": "9.1.0", + "lodash": "4.17.21", + "tmp-promise": "3.0.3" + }, + "transitive_closure": { + "@malept/flatpak-bundler": [ + "0.4.0" + ], + "at-least-node": [ + "1.0.0" + ], + "debug": [ + "4.3.4" + ], + "fs-extra": [ + "9.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "lodash": [ + "4.17.21" + ], + "ms": [ + "2.1.2" + ], + "tmp": [ + "0.2.3" + ], + "tmp-promise": [ + "3.0.3" + ], + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__babel-plugin-polyfill-corejs3__0.10.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "babel-plugin-polyfill-corejs3", + "version": "0.10.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-define-polyfill-provider": "0.6.1_at_babel_core_7.24.4", + "core-js-compat": "3.37.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ieee754__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ieee754", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ieee754": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__whatwg-fetch__3.6.20__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "whatwg-fetch", + "version": "3.6.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "whatwg-fetch": [ + "3.6.20" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lodash.merge__4.6.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lodash.merge", + "version": "4.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "url": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chrome-launcher__0.15.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chrome-launcher", + "version": "0.15.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7", + "escape-string-regexp": "4.0.0", + "is-wsl": "2.2.0", + "lighthouse-logger": "1.4.2" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "chrome-launcher": [ + "0.15.2" + ], + "debug": [ + "2.6.9" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "marky": [ + "1.2.5" + ], + "ms": [ + "2.0.0" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-cancelable__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-cancelable", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "url": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_lezer_highlight__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@lezer/highlight", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@lezer/highlight" + ] + }, + "integrity": "sha512-WrS5Mw51sGrpqjlh3d4/fOwpEV2Hd3YOkp9DBt4k8XZQcoTHZFB7sx030A6OcahF4J1nDQAa3jXlTVVYH50IFA==", + "url": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-arm__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-arm", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-arm": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fresh__0.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fresh", + "version": "0.5.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fresh": [ + "0.5.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_calendar__3.4.4__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/calendar", + "version": "3.4.4_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-f9ZOd096gGGD+3LmU1gkmfqytGyQtrgi+Qjn+70GbM2Jy65pwOR4I9YrobbmeAFov5Tff13mQEa0yqWvbcDLZQ==", + "url": "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.4.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_yargs-parser__21.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/yargs-parser", + "version": "21.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/yargs-parser": [ + "21.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__escodegen__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "escodegen", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "source-map": "0.6.1", + "esprima": "4.0.1", + "estraverse": "5.3.0", + "esutils": "2.0.3" + }, + "transitive_closure": { + "escodegen": [ + "2.1.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__synckit__0.8.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "synckit", + "version": "0.8.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@pkgr/core": "0.1.1", + "tslib": "2.6.2" + }, + "transitive_closure": { + "@pkgr/core": [ + "0.1.1" + ], + "synckit": [ + "0.8.8" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__wrap-ansi__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "wrap-ansi", + "version": "7.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "4.3.0", + "string-width": "4.2.3", + "strip-ansi": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_scheduler__0.23.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/scheduler", + "version": "0.23.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/scheduler": [ + "0.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__asn1__0.2.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "asn1", + "version": "0.2.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "url": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__run-applescript__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "run-applescript", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==", + "url": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__statuses__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "statuses", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "statuses": [ + "1.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__internal-slot__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "internal-slot", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-errors": "1.3.0", + "hasown": "2.0.2", + "side-channel": "1.0.6" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "object-inspect": [ + "1.13.1" + ], + "set-function-length": [ + "1.2.2" + ], + "side-channel": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ansi-fragments__0.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-fragments", + "version": "0.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==", + "url": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__type-fest__0.7.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "type-fest", + "version": "0.7.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==", + "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ini__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ini", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "url": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-linux-arm64-musl__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-linux-arm64-musl", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-linux-arm64-musl": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-geo__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-geo", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==", + "url": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_js-polyfills__0.73.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/js-polyfills", + "version": "0.73.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ewMwGcumrilnF87H4jjrnvGZEaPFCAC4ebraEK+CurDDmwST/bIicI4hrOAv+0Z0F7DEK4O4H7r8q9vH7IbN4g==", + "url": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.73.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__merge2__1.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "merge2", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "url": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__quick-lru__5.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "quick-lru", + "version": "5.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "url": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dom-walk__0.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dom-walk", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==", + "url": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_istanbul-lib-coverage__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/istanbul-lib-coverage", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/istanbul-lib-coverage": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jridgewell_gen-mapping__0.3.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jridgewell/gen-mapping", + "version": "0.3.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/set-array": "1.2.1", + "@jridgewell/sourcemap-codec": "1.4.15", + "@jridgewell/trace-mapping": "0.3.25" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_ag-grid-enterprise_range-selection__30.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@ag-grid-enterprise/range-selection", + "version": "30.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-enterprise/range-selection" + ] + }, + "deps": { + "@ag-grid-community/core": "30.2.1", + "@ag-grid-enterprise/core": "30.2.1" + }, + "transitive_closure": { + "@ag-grid-community/core": [ + "30.2.1" + ], + "@ag-grid-enterprise/core": [ + "30.2.1" + ], + "@ag-grid-enterprise/range-selection": [ + "30.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__responselike__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "responselike", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "lowercase-keys": "2.0.0" + }, + "transitive_closure": { + "lowercase-keys": [ + "2.0.0" + ], + "responselike": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ws__8.14.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ws", + "version": "8.14.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ws": [ + "8.14.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chai__4.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chai", + "version": "4.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", + "url": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__10.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "commander", + "version": "10.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "10.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__onetime__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "onetime", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mimic-fn": "4.0.0" + }, + "transitive_closure": { + "mimic-fn": [ + "4.0.0" + ], + "onetime": [ + "6.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_checkbox__3.7.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/checkbox", + "version": "3.7.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_open-rpc_schema-utils-js__1.15.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@open-rpc/schema-utils-js", + "version": "1.15.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@json-schema-tools/dereferencer": "1.5.1", + "@json-schema-tools/meta-schema": "1.7.4", + "@json-schema-tools/reference-resolver": "1.2.5", + "@open-rpc/meta-schema": "1.14.2", + "ajv": "6.12.6", + "detect-node": "2.1.0", + "fast-safe-stringify": "2.1.1", + "fs-extra": "9.1.0", + "is-url": "1.2.4", + "isomorphic-fetch": "3.0.0" + }, + "transitive_closure": { + "@json-schema-spec/json-pointer": [ + "0.1.2" + ], + "@json-schema-tools/dereferencer": [ + "1.5.1" + ], + "@json-schema-tools/meta-schema": [ + "1.7.4" + ], + "@json-schema-tools/reference-resolver": [ + "1.2.5" + ], + "@json-schema-tools/traverse": [ + "1.10.3" + ], + "@open-rpc/meta-schema": [ + "1.14.2" + ], + "@open-rpc/schema-utils-js": [ + "1.15.0" + ], + "ajv": [ + "6.12.6" + ], + "at-least-node": [ + "1.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-safe-stringify": [ + "2.1.1" + ], + "fs-extra": [ + "9.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "is-url": [ + "1.2.4" + ], + "isomorphic-fetch": [ + "3.0.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "jsonfile": [ + "6.1.0" + ], + "node-fetch": [ + "2.7.0" + ], + "punycode": [ + "2.3.1" + ], + "tr46": [ + "0.0.3" + ], + "universalify": [ + "2.0.1" + ], + "uri-js": [ + "4.4.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_numberfield__3.8.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/numberfield", + "version": "3.8.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GaCjLQgXUGCt40SLjKk3/COMWFlN2vV/3Xs3VSLAEdFZpk99b+Ik1oR21+7ZP5/iMHuQDc1MJRWdFfIjxCvVDQ==", + "url": "https://registry.npmjs.org/@react-types/numberfield/-/numberfield-3.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsonpath-plus__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsonpath-plus", + "version": "7.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsonpath-plus": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__abort-controller__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "abort-controller", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "url": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nanoid__3.3.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "nanoid", + "version": "3.3.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_i18n__3.10.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/i18n", + "version": "3.10.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z1ormoIvMOI4mEdcFLYsoJy9w/EzBdBmgfLP+S/Ah+1xwQOXpgwZxiKOhYHpWa0lf6hkKJL34N9MHJvCJ5Crvw==", + "url": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.10.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__normalize-package-data__2.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "normalize-package-data", + "version": "2.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "hosted-git-info": "2.8.9", + "resolve": "1.22.8", + "semver": "5.7.2", + "validate-npm-package-license": "3.0.4" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.2" + ], + "hosted-git-info": [ + "2.8.9" + ], + "is-core-module": [ + "2.13.1" + ], + "normalize-package-data": [ + "2.5.0" + ], + "path-parse": [ + "1.0.7" + ], + "resolve": [ + "1.22.8" + ], + "semver": [ + "5.7.2" + ], + "spdx-correct": [ + "3.2.0" + ], + "spdx-exceptions": [ + "2.5.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-license-ids": [ + "3.0.17" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "validate-npm-package-license": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_reactivity__3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/reactivity", + "version": "3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GlXR9PL+23fQ3IqnbSQ8OQKLodjqCyoCrmdLKZk3BP7jN6prWheAfU7a3mrltewTkoBm+N7qMEb372VHIkQRMQ==", + "url": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__extend__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "extend", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "extend": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__which-module__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "which-module", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", + "url": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__xmlbuilder__11.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xmlbuilder", + "version": "11.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xmlbuilder": [ + "11.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_bcoe_v8-coverage__0.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@bcoe/v8-coverage", + "version": "0.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "url": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-hierarchy__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-hierarchy", + "version": "3.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-hierarchy": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ws__8.16.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ws", + "version": "8.16.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "ws" + ] + }, + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "url": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-generator-function__1.0.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-generator-function", + "version": "1.0.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.2" + }, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-x64-gnu__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-x64-gnu", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__requires-port__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "requires-port", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "requires-port": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-darwin-arm64__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-darwin-arm64", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-darwin-arm64": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_discordjs_collection__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@discordjs/collection", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@discordjs/collection": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__spdx-expression-parse__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "spdx-expression-parse", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "spdx-exceptions": "2.5.0", + "spdx-license-ids": "3.0.17" + }, + "transitive_closure": { + "spdx-exceptions": [ + "2.5.0" + ], + "spdx-expression-parse": [ + "4.0.0" + ], + "spdx-license-ids": [ + "3.0.17" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sinonjs_commons__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sinonjs/commons", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", + "url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jest_environment__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jest/environment", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/fake-timers": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "20.12.7", + "jest-mock": "29.7.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "braces": [ + "3.0.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "fill-range": [ + "7.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "is-number": [ + "7.0.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "type-detect": [ + "4.0.8" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__configstore__5.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "configstore", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "url": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_url-parser-native__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/url-parser-native", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/querystring-parser": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1", + "url": "0.11.3" + }, + "transitive_closure": { + "@aws-sdk/querystring-parser": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/url-parser-native": [ + "3.6.1" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-inspect": [ + "1.13.1" + ], + "punycode": [ + "1.4.1" + ], + "qs": [ + "6.12.1" + ], + "set-function-length": [ + "1.2.2" + ], + "side-channel": [ + "1.0.6" + ], + "tslib": [ + "1.14.1" + ], + "url": [ + "0.11.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_yargs__17.0.32": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/yargs", + "version": "17.0.32", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@types/yargs" + ] + }, + "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", + "url": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__extend__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "extend", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "url": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jackspeak__2.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jackspeak", + "version": "2.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "url": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__p-limit__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-limit", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==", + "url": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__import-fresh__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "import-fresh", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "parent-module": "1.0.1", + "resolve-from": "4.0.0" + }, + "transitive_closure": { + "callsites": [ + "3.1.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__http-signature__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "http-signature", + "version": "1.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "assert-plus": "1.0.0", + "jsprim": "1.4.2", + "sshpk": "1.18.0" + }, + "transitive_closure": { + "asn1": [ + "0.2.6" + ], + "assert-plus": [ + "1.0.0" + ], + "bcrypt-pbkdf": [ + "1.0.2" + ], + "core-util-is": [ + "1.0.2" + ], + "dashdash": [ + "1.14.1" + ], + "ecc-jsbn": [ + "0.1.2" + ], + "extsprintf": [ + "1.3.0", + "1.4.1" + ], + "getpass": [ + "0.1.7" + ], + "http-signature": [ + "1.2.0" + ], + "jsbn": [ + "0.1.1" + ], + "json-schema": [ + "0.4.0" + ], + "jsprim": [ + "1.4.2" + ], + "safer-buffer": [ + "2.1.2" + ], + "sshpk": [ + "1.18.0" + ], + "tweetnacl": [ + "0.14.5" + ], + "verror": [ + "1.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__qs__6.11.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "qs", + "version": "6.11.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "side-channel": "1.0.6" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-inspect": [ + "1.13.1" + ], + "qs": [ + "6.11.0" + ], + "set-function-length": [ + "1.2.2" + ], + "side-channel": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yargs__15.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yargs", + "version": "15.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "url": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fortawesome_fontawesome-svg-core__6.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@fortawesome/fontawesome-svg-core", + "version": "6.5.2", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@fortawesome/fontawesome-svg-core" + ] + }, + "deps": { + "@fortawesome/fontawesome-common-types": "6.5.2" + }, + "transitive_closure": { + "@fortawesome/fontawesome-common-types": [ + "6.5.2" + ], + "@fortawesome/fontawesome-svg-core": [ + "6.5.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stackback__0.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "stackback", + "version": "0.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", + "url": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bundle-name__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bundle-name", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==", + "url": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__path-type__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-type", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "url": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__loupe__2.3.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "loupe", + "version": "2.3.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", + "url": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_floating-ui_dom__1.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@floating-ui/dom", + "version": "1.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==", + "url": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-compilation-targets__7.23.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-compilation-targets", + "version": "7.23.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/compat-data": "7.24.4", + "@babel/helper-validator-option": "7.23.5", + "browserslist": "4.23.0", + "lru-cache": "5.1.1", + "semver": "6.3.1" + }, + "transitive_closure": { + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "lru-cache": [ + "5.1.1" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_istanbuljs_schema__0.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@istanbuljs/schema", + "version": "0.1.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@istanbuljs/schema": [ + "0.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-abi__3.59.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-abi", + "version": "3.59.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "semver": "7.6.0" + }, + "transitive_closure": { + "lru-cache": [ + "6.0.0" + ], + "node-abi": [ + "3.59.0" + ], + "semver": [ + "7.6.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-riscv64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-riscv64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-riscv64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_codemirror_lint__6.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/lint", + "version": "6.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+5YyicIaaAZKU8K43IQi8TBy6mF6giGeWAH7N96Z5LC30Wm5JMjqxOYIE9mxwMG1NbhT2mA3l9hA4uuKUM3E5g==", + "url": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__snake-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "snake-case", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "dot-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "dot-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "snake-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_combobox__3.10.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/combobox", + "version": "3.10.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XMno1rgVRNta49vf5nV7VJpVSVAV20tt79t618gG1qRKH5Kt2Cy8lz2fQ5vHG6UTv/6jUOvU8g5Pc93sLaTmoA==", + "url": "https://registry.npmjs.org/@react-types/combobox/-/combobox-3.10.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-unicode-supported__0.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-unicode-supported", + "version": "0.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "url": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-linux-x64-musl__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-linux-x64-musl", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-linux-x64-musl": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-ppc64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-ppc64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-ppc64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xml2js__0.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xml2js", + "version": "0.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", + "url": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mz__2.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mz", + "version": "2.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "url": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__queue-microtask__1.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "queue-microtask", + "version": "1.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "queue-microtask": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-optional-catch-binding__7.18.6__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-optional-catch-binding", + "version": "7.18.6_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__level-supports__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "level-supports", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "xtend": "4.0.2" + }, + "transitive_closure": { + "level-supports": [ + "1.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_fastify_busboy__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@fastify/busboy", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", + "url": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_snapshot__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vitest/snapshot", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "magic-string": "0.30.10", + "pathe": "1.1.2", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@vitest/snapshot": [ + "1.5.0" + ], + "ansi-styles": [ + "5.2.0" + ], + "magic-string": [ + "0.30.10" + ], + "pathe": [ + "1.1.2" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__appdirsjs__1.2.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "appdirsjs", + "version": "1.2.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "appdirsjs": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lib0__0.2.93__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lib0", + "version": "0.2.93", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "lib0" + ] + }, + "deps": { + "isomorphic.js": "0.2.5" + }, + "transitive_closure": { + "isomorphic.js": [ + "0.2.5" + ], + "lib0": [ + "0.2.93" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__esutils__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esutils", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "url": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__totalist__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "totalist", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "totalist": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_win32-arm64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/win32-arm64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/win32-arm64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__y18n__4.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "y18n", + "version": "4.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "url": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cacheable-lookup__5.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cacheable-lookup", + "version": "5.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "url": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__string.prototype.trim__1.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string.prototype.trim", + "version": "1.2.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-object-atoms": "1.0.0" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__iconv-lite__0.4.24__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "iconv-lite", + "version": "0.4.24", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "safer-buffer": "2.1.2" + }, + "transitive_closure": { + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_form__3.0.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/form", + "version": "3.0.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-check__3.17.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-check", + "version": "3.17.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "fast-check" + ], + "app/ide-desktop/lib/dashboard": [ + "fast-check" + ] + }, + "deps": { + "pure-rand": "6.1.0" + }, + "transitive_closure": { + "fast-check": [ + "3.17.1" + ], + "pure-rand": [ + "6.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parent-module__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parent-module", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "url": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-aria-components__1.1.1__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-aria-components", + "version": "1.1.1_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-aria-components" + ] + }, + "deps": { + "@internationalized/date": "3.5.2", + "@internationalized/string": "3.2.1", + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/menu": "3.13.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/toolbar": "3.0.0-beta.3_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/menu": "3.6.1_react_18.2.0", + "@react-stately/table": "3.11.6_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/form": "3.7.2_react_18.2.0", + "@react-types/grid": "3.2.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/table": "3.9.3_react_18.2.0", + "@swc/helpers": "0.5.10", + "client-only": "0.0.1", + "react": "18.2.0", + "react-aria": "3.32.1_react-dom_18.2.0__react_18.2.0", + "react-dom": "18.2.0_react_18.2.0", + "react-stately": "3.30.1_react_18.2.0", + "use-sync-external-store": "1.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/breadcrumbs": [ + "3.5.11_react_18.2.0" + ], + "@react-aria/button": [ + "3.9.3_react_18.2.0" + ], + "@react-aria/calendar": [ + "3.5.6_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/checkbox": [ + "3.14.1_react_18.2.0" + ], + "@react-aria/combobox": [ + "3.8.4_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/datepicker": [ + "3.9.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/dialog": [ + "3.5.12_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/dnd": [ + "3.5.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/grid": [ + "3.8.8_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/gridlist": [ + "3.7.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/link": [ + "3.6.5_react_18.2.0" + ], + "@react-aria/listbox": [ + "3.11.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/menu": [ + "3.13.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/meter": [ + "3.4.11_react_18.2.0" + ], + "@react-aria/numberfield": [ + "3.11.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/overlays": [ + "3.21.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/progress": [ + "3.4.11_react_18.2.0" + ], + "@react-aria/radio": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/searchfield": [ + "3.7.3_react_18.2.0" + ], + "@react-aria/select": [ + "3.14.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/separator": [ + "3.3.11_react_18.2.0" + ], + "@react-aria/slider": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/spinbutton": [ + "3.6.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/switch": [ + "3.6.2_react_18.2.0" + ], + "@react-aria/table": [ + "3.13.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/tabs": [ + "3.8.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/tag": [ + "3.3.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/textfield": [ + "3.14.3_react_18.2.0" + ], + "@react-aria/toggle": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/toolbar": [ + "3.0.0-beta.3_react_18.2.0" + ], + "@react-aria/tooltip": [ + "3.7.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-stately/checkbox": [ + "3.6.3_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/combobox": [ + "3.8.2_react_18.2.0" + ], + "@react-stately/data": [ + "3.11.2_react_18.2.0" + ], + "@react-stately/datepicker": [ + "3.9.2_react_18.2.0" + ], + "@react-stately/dnd": [ + "3.2.8_react_18.2.0" + ], + "@react-stately/flags": [ + "3.0.1" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/menu": [ + "3.6.1_react_18.2.0" + ], + "@react-stately/numberfield": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/radio": [ + "3.10.2_react_18.2.0" + ], + "@react-stately/searchfield": [ + "3.5.1_react_18.2.0" + ], + "@react-stately/select": [ + "3.6.2_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/slider": [ + "3.5.2_react_18.2.0" + ], + "@react-stately/table": [ + "3.11.6_react_18.2.0" + ], + "@react-stately/tabs": [ + "3.6.4_react_18.2.0" + ], + "@react-stately/toggle": [ + "3.7.2_react_18.2.0" + ], + "@react-stately/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@react-stately/tree": [ + "3.7.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/virtualizer": [ + "3.6.8_react_18.2.0" + ], + "@react-types/breadcrumbs": [ + "3.7.3_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/combobox": [ + "3.10.1_react_18.2.0" + ], + "@react-types/datepicker": [ + "3.7.2_react_18.2.0" + ], + "@react-types/dialog": [ + "3.5.8_react_18.2.0" + ], + "@react-types/form": [ + "3.7.2_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/link": [ + "3.5.3_react_18.2.0" + ], + "@react-types/listbox": [ + "3.4.7_react_18.2.0" + ], + "@react-types/menu": [ + "3.9.7_react_18.2.0" + ], + "@react-types/meter": [ + "3.3.7_react_18.2.0" + ], + "@react-types/numberfield": [ + "3.8.1_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/progress": [ + "3.5.2_react_18.2.0" + ], + "@react-types/radio": [ + "3.7.1_react_18.2.0" + ], + "@react-types/searchfield": [ + "3.5.3_react_18.2.0" + ], + "@react-types/select": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/slider": [ + "3.7.1_react_18.2.0" + ], + "@react-types/switch": [ + "3.5.1_react_18.2.0" + ], + "@react-types/table": [ + "3.9.3_react_18.2.0" + ], + "@react-types/tabs": [ + "3.3.5_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "@react-types/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@swc/helpers": [ + "0.4.14", + "0.4.36", + "0.5.10" + ], + "client-only": [ + "0.0.1" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-aria": [ + "3.32.1_react-dom_18.2.0__react_18.2.0" + ], + "react-aria-components": [ + "1.1.1_react-dom_18.2.0__react_18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "react-stately": [ + "3.30.1_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ], + "use-sync-external-store": [ + "1.2.0_react_18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_floating-ui_vue__1.0.6__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@floating-ui/vue", + "version": "1.0.6_vue_3.4.23", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@floating-ui/vue" + ] + }, + "deps": { + "@floating-ui/dom": "1.6.3", + "@floating-ui/utils": "0.2.1", + "vue-demi": "0.14.7_vue_3.4.23" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@floating-ui/core": [ + "1.6.0" + ], + "@floating-ui/dom": [ + "1.6.3" + ], + "@floating-ui/utils": [ + "0.2.1" + ], + "@floating-ui/vue": [ + "1.0.6_vue_3.4.23" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-demi": [ + "0.14.7_vue_3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-runtime__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-runtime", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2oScjfv6Yb79PelU1+p8SVrCMW9ZjgEiipxq7jMRn8mbbtWzyv3g8Mkwr+KwOoDFI/61hYPUbY8cUnu278+x1g==", + "url": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color__4.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "color", + "version": "4.2.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "color-convert": "2.0.1", + "color-string": "1.9.1" + }, + "transitive_closure": { + "color": [ + "4.2.3" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "color-string": [ + "1.9.1" + ], + "is-arrayish": [ + "0.3.2" + ], + "simple-swizzle": [ + "0.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_breadcrumbs__3.5.11__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/breadcrumbs", + "version": "3.5.11_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/link": "3.6.5_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/breadcrumbs": "3.7.3_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/breadcrumbs": [ + "3.5.11_react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/link": [ + "3.6.5_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/breadcrumbs": [ + "3.7.3_react_18.2.0" + ], + "@react-types/link": [ + "3.5.3_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-signing__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/middleware-signing", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1woKq+1sU3eausdl8BNdAMRZMkSYuy4mxhLsF0/qAUuLwo1eJLLUCOQp477tICawgu4O4q2OAyUHk7wMqYnQCg==", + "url": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__extend-shallow__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "extend-shallow", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__verror__1.10.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "verror", + "version": "1.10.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "assert-plus": "1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "1.4.1" + }, + "transitive_closure": { + "assert-plus": [ + "1.0.0" + ], + "core-util-is": [ + "1.0.2" + ], + "extsprintf": [ + "1.4.1" + ], + "verror": [ + "1.10.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_glob__7.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/glob", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "url": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_modyfi_vite-plugin-yaml__1.1.0__vite_5.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@modyfi/vite-plugin-yaml", + "version": "1.1.0_vite_5.2.9", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@modyfi/vite-plugin-yaml" + ] + }, + "deps": { + "@rollup/pluginutils": "5.1.0", + "js-yaml": "4.1.0", + "tosource": "2.0.0-alpha.3", + "vite": "5.2.9_at_types_node_20.12.7" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@modyfi/vite-plugin-yaml": [ + "1.1.0_vite_5.2.9" + ], + "@rollup/pluginutils": [ + "5.1.0" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "argparse": [ + "2.0.1" + ], + "esbuild": [ + "0.20.2" + ], + "estree-walker": [ + "2.0.2" + ], + "fsevents": [ + "2.3.3" + ], + "js-yaml": [ + "4.1.0" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "tosource": [ + "2.0.0-alpha.3" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pkg-dir__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pkg-dir", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "url": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_open-rpc_server-js__1.9.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@open-rpc/server-js", + "version": "1.9.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@open-rpc/server-js" + ] + }, + "integrity": "sha512-8+rcewakAO/cpuSNbxJ7nMcmQwD4trCdAeXWssAbpiMj8BIpOARt/jeR7OFePUIwg20LgePQ7qsi14uVgZKr5w==", + "url": "https://registry.npmjs.org/@open-rpc/server-js/-/server-js-1.9.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry_replay__7.111.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry/replay", + "version": "7.111.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cSbI4A4hrO0sZ0ynvLQauPg8YyaDOQkhGkyvbws8W9WgfxR8X827bY9S0f1TPfgaFiVcKb0iRaAwyXHg3pyzOg==", + "url": "https://registry.npmjs.org/@sentry/replay/-/replay-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_win32-ia32__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/win32-ia32", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/win32-ia32": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__opener__1.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "opener", + "version": "1.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "opener" + ] + }, + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "url": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jest-validate__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jest-validate", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "camelcase": "6.3.0", + "chalk": "4.1.2", + "jest-get-type": "29.6.3", + "leven": "3.1.0", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "camelcase": [ + "6.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "has-flag": [ + "4.0.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-validate": [ + "29.7.0" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ], + "supports-color": [ + "7.2.0" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hash-wasm__4.11.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hash-wasm", + "version": "4.11.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "hash-wasm" + ] + }, + "deps": {}, + "transitive_closure": { + "hash-wasm": [ + "4.11.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__querystringify__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "querystringify", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "url": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__validate-npm-package-license__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "validate-npm-package-license", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "spdx-correct": "3.2.0", + "spdx-expression-parse": "3.0.1" + }, + "transitive_closure": { + "spdx-correct": [ + "3.2.0" + ], + "spdx-exceptions": [ + "2.5.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-license-ids": [ + "3.0.17" + ], + "validate-npm-package-license": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__de-indent__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "de-indent", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "de-indent": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-yarn__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "has-yarn", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-yarn": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_testim_chrome-version__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@testim/chrome-version", + "version": "1.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@testim/chrome-version": [ + "1.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-transition__3.0.1__d3-selection_3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-transition", + "version": "3.0.1_d3-selection_3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", + "url": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__escodegen__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "escodegen", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "url": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__invariant__2.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "invariant", + "version": "2.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "url": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-environment-visitor__7.22.20__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-environment-visitor", + "version": "7.22.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-environment-visitor": [ + "7.22.20" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-optional-catch-binding", + "version": "7.8.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_yauzl__2.10.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/yauzl", + "version": "2.10.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", + "url": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__depd__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "depd", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "depd": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-set__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-set", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "url": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_overlays__3.8.5__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/overlays", + "version": "3.8.5_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yargs-parser__18.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yargs-parser", + "version": "18.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__setprototypeof__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "setprototypeof", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "setprototypeof": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__boolbase__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "boolbase", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "boolbase": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object-hash__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object-hash", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "url": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-axis__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-axis", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", + "url": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__portfinder__1.0.32": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "portfinder", + "version": "1.0.32", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "portfinder" + ] + }, + "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==", + "url": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__registry-url__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "registry-url", + "version": "5.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "rc": "1.2.8" + }, + "transitive_closure": { + "deep-extend": [ + "0.6.0" + ], + "ini": [ + "1.3.8" + ], + "minimist": [ + "1.2.8" + ], + "rc": [ + "1.2.8" + ], + "registry-url": [ + "5.1.0" + ], + "strip-json-comments": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_searchfield__3.5.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/searchfield", + "version": "3.5.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/textfield": "3.9.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/searchfield": [ + "3.5.3_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__glob__10.3.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "glob", + "version": "10.3.12", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "foreground-child": "3.1.1", + "jackspeak": "2.3.6", + "minimatch": "9.0.4", + "minipass": "7.0.4", + "path-scurry": "1.10.2" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "cross-spawn": [ + "7.0.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "foreground-child": [ + "3.1.1" + ], + "glob": [ + "10.3.12" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "lru-cache": [ + "10.2.0" + ], + "minimatch": [ + "9.0.4" + ], + "minipass": [ + "7.0.4" + ], + "path-key": [ + "3.1.1" + ], + "path-scurry": [ + "1.10.2" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level-concat-iterator__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "level-concat-iterator", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "level-concat-iterator": [ + "2.0.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__logkitty__0.7.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "logkitty", + "version": "0.7.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-fragments": "0.2.1", + "dayjs": "1.11.10", + "yargs": "15.4.1" + }, + "transitive_closure": { + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "astral-regex": [ + "1.0.0" + ], + "camelcase": [ + "5.3.1" + ], + "cliui": [ + "6.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "dayjs": [ + "1.11.10" + ], + "decamelize": [ + "1.2.0" + ], + "emoji-regex": [ + "8.0.0" + ], + "find-up": [ + "4.1.0" + ], + "get-caller-file": [ + "2.0.5" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "locate-path": [ + "5.0.0" + ], + "logkitty": [ + "0.7.1" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "set-blocking": [ + "2.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ], + "y18n": [ + "4.0.3" + ], + "yargs": [ + "15.4.1" + ], + "yargs-parser": [ + "18.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parse-bmfont-xml__1.1.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parse-bmfont-xml", + "version": "1.1.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "xml-parse-from-string": "1.0.1", + "xml2js": "0.5.0" + }, + "transitive_closure": { + "parse-bmfont-xml": [ + "1.1.6" + ], + "sax": [ + "1.3.0" + ], + "xml-parse-from-string": [ + "1.0.1" + ], + "xml2js": [ + "0.5.0" + ], + "xmlbuilder": [ + "11.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-retry__3.6.1__react-native_0.73.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/middleware-retry", + "version": "3.6.1_react-native_0.73.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/protocol-http": "3.6.1", + "@aws-sdk/service-error-classification": "3.6.1", + "@aws-sdk/types": "3.6.1", + "react-native-get-random-values": "1.11.0_react-native_0.73.7", + "tslib": "1.14.1", + "uuid": "3.4.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@aws-sdk/middleware-retry": [ + "3.6.1_react-native_0.73.7" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/service-error-classification": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@react-native/assets-registry": [ + "0.73.1" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/gradle-plugin": [ + "0.73.4" + ], + "@react-native/js-polyfills": [ + "0.73.1" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@react-native/normalize-colors": [ + "0.73.2" + ], + "@react-native/virtualized-lists": [ + "0.73.4_react-native_0.73.7" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "abort-controller": [ + "3.0.0" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "anser": [ + "1.4.10" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "asap": [ + "2.0.6" + ], + "ast-types": [ + "0.15.2" + ], + "astral-regex": [ + "1.0.0" + ], + "async-limiter": [ + "1.0.1" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0", + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "2.20.3", + "9.5.0" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "event-target-shim": [ + "5.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-base64-decode": [ + "1.0.0" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "flow-enums-runtime": [ + "0.0.6" + ], + "flow-parser": [ + "0.206.0" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "joi": [ + "17.12.3" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-android": [ + "250231.0.0" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "4.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "kleur": [ + "3.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "5.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "memoize-one": [ + "5.2.1" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "node-stream-zip": [ + "1.15.0" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "object-assign": [ + "4.1.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "promise": [ + "8.3.0" + ], + "prompts": [ + "2.4.2" + ], + "prop-types": [ + "15.8.1" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react": [ + "18.2.0" + ], + "react-devtools-core": [ + "4.28.5" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "react-native": [ + "0.73.7_-1997537249" + ], + "react-native-get-random-values": [ + "1.11.0_react-native_0.73.7" + ], + "react-refresh": [ + "0.14.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slash": [ + "3.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1", + "0.7.4" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stack-utils": [ + "2.0.6" + ], + "stackframe": [ + "1.3.4" + ], + "stacktrace-parser": [ + "0.1.10" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ], + "type-detect": [ + "4.0.8" + ], + "type-fest": [ + "0.7.1" + ], + "undici-types": [ + "5.26.5" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "3.4.0" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0", + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "4.0.3", + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1", + "17.6.2" + ], + "yargs-parser": [ + "18.1.3", + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_discordjs_util__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@discordjs/util", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IRNbimrmfb75GMNEjyznqM1tkI7HrZOf14njX7tCAAUetyZM1Pr8hX/EK2lxBCOgWDRmigbp24fD1hdMfQK5lw==", + "url": "https://registry.npmjs.org/@discordjs/util/-/util-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-arrow-functions__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-arrow-functions", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__log-symbols__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "log-symbols", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "url": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__graceful-readlink__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "graceful-readlink", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "graceful-readlink": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_toolbar__3.0.0-beta.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/toolbar", + "version": "3.0.0-beta.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/toolbar": [ + "3.0.0-beta.3_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-tools__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-tools", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FPEvZn19UTMMXUp/piwKZSh8cMEfO8G3KDtOwo53O347GTcwNrKjgZGtLSPELBX2gr+YlzEft3CoRv2Qmo83fQ==", + "url": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__has-yarn__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "has-yarn", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", + "url": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lru-cache__10.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lru-cache", + "version": "10.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esprima__4.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esprima", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "url": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-path-cwd__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-path-cwd", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-path-cwd": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ast-types__0.15.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ast-types", + "version": "0.15.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==", + "url": "https://registry.npmjs.org/ast-types/-/ast-types-0.15.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_tag__3.3.3__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/tag", + "version": "3.3.3_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/gridlist": "3.7.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/list": "3.10.3_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/grid": [ + "3.8.8_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/gridlist": [ + "3.7.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/tag": [ + "3.3.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/virtualizer": [ + "3.6.8_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-symbols__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "has-symbols", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minimatch__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minimatch", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "brace-expansion": "1.1.11" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "minimatch": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_parser__6.21.0__2014925250": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/parser", + "version": "6.21.0_2014925250", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "@typescript-eslint/parser" + ] + }, + "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regexp.prototype.flags__1.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "regexp.prototype.flags", + "version": "1.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "url": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__update-notifier__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "update-notifier", + "version": "5.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "boxen": "5.1.2", + "chalk": "4.1.2", + "configstore": "5.0.1", + "has-yarn": "2.1.0", + "import-lazy": "2.1.0", + "is-ci": "2.0.0", + "is-installed-globally": "0.4.0", + "is-npm": "5.0.0", + "is-yarn-global": "0.3.0", + "latest-version": "5.1.0", + "pupa": "2.1.1", + "semver": "7.6.0", + "semver-diff": "3.1.1", + "xdg-basedir": "4.0.0" + }, + "transitive_closure": { + "@sindresorhus/is": [ + "0.14.0" + ], + "@szmarczak/http-timer": [ + "1.1.2" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "ansi-align": [ + "3.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "boxen": [ + "5.1.2" + ], + "cacheable-request": [ + "6.1.0" + ], + "camelcase": [ + "6.3.0" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "2.0.0" + ], + "cli-boxes": [ + "2.2.1" + ], + "clone-response": [ + "1.0.3" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "configstore": [ + "5.0.1" + ], + "crypto-random-string": [ + "2.0.0" + ], + "decompress-response": [ + "3.3.0" + ], + "deep-extend": [ + "0.6.0" + ], + "defer-to-connect": [ + "1.1.3" + ], + "dot-prop": [ + "5.3.0" + ], + "duplexer3": [ + "0.1.5" + ], + "emoji-regex": [ + "8.0.0" + ], + "end-of-stream": [ + "1.4.4" + ], + "escape-goat": [ + "2.1.1" + ], + "get-stream": [ + "4.1.0", + "5.2.0" + ], + "global-dirs": [ + "3.0.1" + ], + "got": [ + "9.6.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "4.0.0" + ], + "has-yarn": [ + "2.1.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "import-lazy": [ + "2.1.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "ini": [ + "1.3.8", + "2.0.0" + ], + "is-ci": [ + "2.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-installed-globally": [ + "0.4.0" + ], + "is-npm": [ + "5.0.0" + ], + "is-obj": [ + "2.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "is-typedarray": [ + "1.0.0" + ], + "is-yarn-global": [ + "0.3.0" + ], + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ], + "latest-version": [ + "5.1.0" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "lru-cache": [ + "6.0.0" + ], + "make-dir": [ + "3.1.0" + ], + "mimic-response": [ + "1.0.1" + ], + "minimist": [ + "1.2.8" + ], + "normalize-url": [ + "4.5.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "1.1.0" + ], + "package-json": [ + "6.5.0" + ], + "prepend-http": [ + "2.0.0" + ], + "pump": [ + "3.0.0" + ], + "pupa": [ + "2.1.1" + ], + "rc": [ + "1.2.8" + ], + "registry-auth-token": [ + "4.2.2" + ], + "registry-url": [ + "5.1.0" + ], + "responselike": [ + "1.0.2" + ], + "semver": [ + "6.3.1", + "7.6.0" + ], + "semver-diff": [ + "3.1.1" + ], + "signal-exit": [ + "3.0.7" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "2.0.1" + ], + "supports-color": [ + "7.2.0" + ], + "to-readable-stream": [ + "1.0.0" + ], + "type-fest": [ + "0.20.2" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "undici-types": [ + "5.26.5" + ], + "unique-string": [ + "2.0.0" + ], + "update-notifier": [ + "5.1.0" + ], + "url-parse-lax": [ + "3.0.0" + ], + "widest-line": [ + "3.1.0" + ], + "wrap-ansi": [ + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "3.0.3" + ], + "xdg-basedir": [ + "4.0.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-plugin-metro__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-plugin-metro", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_calendar__3.4.4__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/calendar", + "version": "3.4.4_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/date": "3.5.2", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/calendar": "3.4.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@internationalized/date": [ + "3.5.2" + ], + "@react-stately/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_live-announcer__3.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/live-announcer", + "version": "3.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@swc/helpers": "0.5.10" + }, + "transitive_closure": { + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@swc/helpers": [ + "0.5.10" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_grid__3.8.5__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/grid", + "version": "3.8.5_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/selection": "3.14.3_react_18.2.0", + "@react-types/grid": "3.2.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level__6.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "level", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw==", + "url": "https://registry.npmjs.org/level/-/level-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pinia__2.1.7__typescript_5.2.2__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pinia", + "version": "2.1.7_typescript_5.2.2__vue_3.4.23", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "pinia" + ] + }, + "deps": { + "@vue/devtools-api": "6.6.1", + "typescript": "5.2.2", + "vue": "3.4.23_typescript_5.2.2", + "vue-demi": "0.14.7_vue_3.4.23" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/devtools-api": [ + "6.6.1" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "pinia": [ + "2.1.7_typescript_5.2.2__vue_3.4.23" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-demi": [ + "0.14.7_vue_3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__semver-diff__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "semver-diff", + "version": "3.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "semver": "6.3.1" + }, + "transitive_closure": { + "semver": [ + "6.3.1" + ], + "semver-diff": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-config-prettier__9.1.0__eslint_8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-config-prettier", + "version": "9.1.0_eslint_8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", + "url": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__whatwg-mimetype__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "whatwg-mimetype", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "whatwg-mimetype": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_win32-x64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/win32-x64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/win32-x64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_code-frame__7.24.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/code-frame", + "version": "7.24.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/highlight": "7.24.2", + "picocolors": "1.0.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "picocolors": [ + "1.0.0" + ], + "supports-color": [ + "5.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-dsv__3.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-dsv", + "version": "3.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==", + "url": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__aws-sign2__0.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "aws-sign2", + "version": "0.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", + "url": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__callsites__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "callsites", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==", + "url": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__safe-buffer__5.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "safe-buffer", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__eslint-plugin-react__7.34.1__eslint_8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-plugin-react", + "version": "7.34.1_eslint_8.57.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "eslint-plugin-react" + ], + "app/ide-desktop/lib/dashboard": [ + "eslint-plugin-react" + ] + }, + "deps": { + "array-includes": "3.1.8", + "array.prototype.findlast": "1.2.5", + "array.prototype.flatmap": "1.3.2", + "array.prototype.toreversed": "1.1.2", + "array.prototype.tosorted": "1.1.3", + "doctrine": "2.1.0", + "es-iterator-helpers": "1.0.18", + "eslint": "8.57.0", + "estraverse": "5.3.0", + "jsx-ast-utils": "3.3.5", + "minimatch": "3.1.2", + "object.entries": "1.1.8", + "object.fromentries": "2.0.8", + "object.hasown": "1.1.4", + "object.values": "1.2.0", + "prop-types": "15.8.1", + "resolve": "2.0.0-next.5", + "semver": "6.3.1", + "string.prototype.matchall": "4.0.11" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-buffer-byte-length": [ + "1.0.1" + ], + "array-includes": [ + "3.1.8" + ], + "array.prototype.findlast": [ + "1.2.5" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "array.prototype.toreversed": [ + "1.1.2" + ], + "array.prototype.tosorted": [ + "1.1.3" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "call-bind": [ + "1.0.7" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "doctrine": [ + "2.1.0", + "3.0.0" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-iterator-helpers": [ + "1.0.18" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-shim-unscopables": [ + "1.0.2" + ], + "es-to-primitive": [ + "1.2.1" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-plugin-react": [ + "7.34.1_eslint_8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "for-each": [ + "0.3.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "graphemer": [ + "1.4.0" + ], + "has-bigints": [ + "1.0.2" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-async-function": [ + "2.0.0" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-core-module": [ + "2.13.1" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-extglob": [ + "2.1.1" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-glob": [ + "4.0.3" + ], + "is-map": [ + "2.0.3" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-path-inside": [ + "3.0.3" + ], + "is-regex": [ + "1.1.4" + ], + "is-set": [ + "2.0.3" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakmap": [ + "2.0.2" + ], + "is-weakref": [ + "1.0.2" + ], + "is-weakset": [ + "2.0.3" + ], + "isarray": [ + "2.0.5" + ], + "isexe": [ + "2.0.0" + ], + "iterator.prototype": [ + "1.1.2" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "jsx-ast-utils": [ + "3.3.5" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "loose-envify": [ + "1.4.0" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "object.entries": [ + "1.1.8" + ], + "object.fromentries": [ + "2.0.8" + ], + "object.hasown": [ + "1.1.4" + ], + "object.values": [ + "1.2.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "prelude-ls": [ + "1.2.1" + ], + "prop-types": [ + "15.8.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "react-is": [ + "16.13.1" + ], + "reflect.getprototypeof": [ + "1.0.6" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "resolve": [ + "2.0.0-next.5" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "semver": [ + "6.3.1" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.matchall": [ + "4.0.11" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "text-table": [ + "0.2.0" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-builtin-type": [ + "1.1.3" + ], + "which-collection": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ], + "wrappy": [ + "1.0.2" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rushstack_eslint-patch__1.10.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rushstack/eslint-patch", + "version": "1.10.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@rushstack/eslint-patch" + ] + }, + "integrity": "sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==", + "url": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-react-jsx-self__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-react-jsx-self", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__y-codemirror.next__0.3.3__-1253954444__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "y-codemirror.next", + "version": "0.3.3_-1253954444", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "y-codemirror.next" + ] + }, + "deps": { + "@codemirror/state": "6.4.1", + "@codemirror/view": "6.26.3", + "lib0": "0.2.93", + "yjs": "13.6.14" + }, + "transitive_closure": { + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "isomorphic.js": [ + "0.2.5" + ], + "lib0": [ + "0.2.93" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ], + "y-codemirror.next": [ + "0.3.3_-1253954444" + ], + "yjs": [ + "13.6.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__array-union__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "array-union", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "array-union": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-installed-globally__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-installed-globally", + "version": "0.4.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "global-dirs": "3.0.1", + "is-path-inside": "3.0.3" + }, + "transitive_closure": { + "global-dirs": [ + "3.0.1" + ], + "ini": [ + "2.0.0" + ], + "is-installed-globally": [ + "0.4.0" + ], + "is-path-inside": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tr46__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tr46", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==", + "url": "https://registry.npmjs.org/tr46/-/tr46-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vite-node__0.34.7__at_types_node_20.12.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vite-node", + "version": "0.34.7_at_types_node_20.12.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0Yzb96QzHmqIKIs/x2q/sqG750V/EF6yDkS2p1WjJc1W2bgRSuQjf5vB9HY8h2nVb5j4pO5paS5Npcv3s69YUg==", + "url": "https://registry.npmjs.org/vite-node/-/vite-node-0.34.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_lezer_common__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@lezer/common", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@lezer/common" + ] + }, + "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==", + "url": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-shared-array-buffer__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-shared-array-buffer", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", + "url": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_open-rpc_client-js__1.8.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@open-rpc/client-js", + "version": "1.8.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@open-rpc/client-js" + ] + }, + "deps": { + "isomorphic-fetch": "3.0.0", + "isomorphic-ws": "5.0.0_ws_7.5.9", + "strict-event-emitter-types": "2.0.0", + "ws": "7.5.9" + }, + "transitive_closure": { + "@open-rpc/client-js": [ + "1.8.1" + ], + "isomorphic-fetch": [ + "3.0.0" + ], + "isomorphic-ws": [ + "5.0.0_ws_7.5.9" + ], + "node-fetch": [ + "2.7.0" + ], + "strict-event-emitter-types": [ + "2.0.0" + ], + "tr46": [ + "0.0.3" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "ws": [ + "7.5.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-diff__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-diff", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "fast-diff" + ] + }, + "deps": {}, + "transitive_closure": { + "fast-diff": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-member-expression-literals__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-member-expression-literals", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__globby__13.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "globby", + "version": "13.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "dir-glob": "3.0.1", + "fast-glob": "3.3.2", + "ignore": "5.3.1", + "merge2": "1.4.1", + "slash": "4.0.0" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "braces": [ + "3.0.2" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "glob-parent": [ + "5.1.2" + ], + "globby": [ + "13.2.2" + ], + "ignore": [ + "5.3.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "slash": [ + "4.0.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__argparse__1.0.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "argparse", + "version": "1.0.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "sprintf-js": "1.0.3" + }, + "transitive_closure": { + "argparse": [ + "1.0.10" + ], + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-shared-array-buffer__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-shared-array-buffer", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-cookie__3.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-cookie", + "version": "3.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", + "url": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nopt__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "nopt", + "version": "7.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "abbrev": "2.0.0" + }, + "transitive_closure": { + "abbrev": [ + "2.0.0" + ], + "nopt": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dom-serializer__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dom-serializer", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "url": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cssom__0.3.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cssom", + "version": "0.3.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cssom": [ + "0.3.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_tsconfig__0.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/tsconfig", + "version": "0.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@vue/tsconfig" + ] + }, + "integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==", + "url": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_node-http-handler__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/node-http-handler", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6XSaoqbm9ZF6T4UdBCcs/Gn2XclwBotkdjj46AxO+9vRAgZDP+lH/8WwZsvfqJhhRhS0qxWrks98WGJwmaTG8g==", + "url": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-format__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-format", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-format": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__check-error__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "check-error", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", + "url": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_textfield__3.14.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/textfield", + "version": "3.14.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wPSjj/mTABspYQdahg+l5YMtEQ3m5iPCTtb5g6nR1U1rzJkvS4i5Pug6PUXeLeMz2H3ToflPWGlNOqBioAFaOQ==", + "url": "https://registry.npmjs.org/@react-aria/textfield/-/textfield-3.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__buffer-crc32__0.2.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer-crc32", + "version": "0.2.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-crc32": [ + "0.2.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__load-json-file__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "load-json-file", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "parse-json": "4.0.0", + "pify": "3.0.0", + "strip-bom": "3.0.0" + }, + "transitive_closure": { + "error-ex": [ + "1.3.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "is-arrayish": [ + "0.2.1" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "load-json-file": [ + "4.0.0" + ], + "parse-json": [ + "4.0.0" + ], + "pify": [ + "3.0.0" + ], + "strip-bom": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==", + "url": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-stream__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-stream", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "url": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vueuse_shared__10.9.0__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vueuse/shared", + "version": "10.9.0_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==", + "url": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__eslint-plugin-react__7.34.1__eslint_8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-plugin-react", + "version": "7.34.1_eslint_8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "eslint-plugin-react" + ], + "app/ide-desktop/lib/dashboard": [ + "eslint-plugin-react" + ] + }, + "integrity": "sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==", + "url": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-convert__1.9.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "color-convert", + "version": "1.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "url": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_through__0.0.33": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/through", + "version": "0.0.33", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==", + "url": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__data-urls__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "data-urls", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "abab": "2.0.6", + "whatwg-mimetype": "3.0.0", + "whatwg-url": "12.0.1" + }, + "transitive_closure": { + "abab": [ + "2.0.6" + ], + "data-urls": [ + "4.0.0" + ], + "punycode": [ + "2.3.1" + ], + "tr46": [ + "4.1.1" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "12.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map-support__0.5.21__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "source-map-support", + "version": "0.5.21", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-from": "1.1.2", + "source-map": "0.6.1" + }, + "transitive_closure": { + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__type-check__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "type-check", + "version": "0.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "prelude-ls": "1.2.1" + }, + "transitive_closure": { + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-object-rest-spread", + "version": "7.8.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rimraf__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rimraf", + "version": "3.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "glob": "7.2.3" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "rimraf": [ + "3.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_openbsd-x64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/openbsd-x64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/openbsd-x64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_volar_language-core__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@volar/language-core", + "version": "1.11.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@volar/source-map": "1.11.1" + }, + "transitive_closure": { + "@volar/language-core": [ + "1.11.1" + ], + "@volar/source-map": [ + "1.11.1" + ], + "muggle-string": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-axis__3.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-axis", + "version": "3.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-selection": "3.0.10" + }, + "transitive_closure": { + "@types/d3-axis": [ + "3.0.6" + ], + "@types/d3-selection": [ + "3.0.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hermes-parser__0.20.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hermes-parser", + "version": "0.20.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "hermes-estree": "0.20.1" + }, + "transitive_closure": { + "hermes-estree": [ + "0.20.1" + ], + "hermes-parser": [ + "0.20.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rrweb-cssom__0.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rrweb-cssom", + "version": "0.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", + "url": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron-osx-sign__0.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "electron-osx-sign", + "version": "0.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-icoRLHzFz/qxzDh/N4Pi2z4yVHurlsCAYQvsCSG7fCedJ4UJXBS6PoQyGH71IfcqKupcKeK7HX/NkyfG+v6vlQ==", + "url": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vue-component-type-helpers__2.0.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vue-component-type-helpers", + "version": "2.0.13", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "vue-component-type-helpers": [ + "2.0.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isarray__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isarray", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isarray": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__events__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "events", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "events" + ] + }, + "deps": {}, + "transitive_closure": { + "events": [ + "3.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__open__6.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "open", + "version": "6.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", + "url": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sourcemap-codec__1.4.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sourcemap-codec", + "version": "1.4.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "url": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__depd__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "depd", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "url": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__slash__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "slash", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "url": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_discordjs_formatters__0.3.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@discordjs/formatters", + "version": "0.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wTcI1Q5cps1eSGhl6+6AzzZkBBlVrBdc9IUhJbijRgVjCNIIIZPgqnUj3ntFODsHrdbGU8BEG9XmDQmgEEYn3w==", + "url": "https://registry.npmjs.org/@discordjs/formatters/-/formatters-0.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_ssr__3.9.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/ssr", + "version": "3.9.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_humanwhocodes_module-importer__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@humanwhocodes/module-importer", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "url": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__image-size__0.5.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "image-size", + "version": "0.5.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", + "url": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__estree-walker__0.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "estree-walker", + "version": "0.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", + "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__babel-core__7.0.0-bridge.0__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "babel-core", + "version": "7.0.0-bridge.0_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_swc_helpers__0.4.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@swc/helpers", + "version": "0.4.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "@swc/helpers": [ + "0.4.14" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_one-ini_wasm__0.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@one-ini/wasm", + "version": "0.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@one-ini/wasm": [ + "0.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__typedarray-to-buffer__3.1.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "typedarray-to-buffer", + "version": "3.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "url": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-color__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-color", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-color": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__connect__3.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "connect", + "version": "3.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", + "url": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__camelcase-css__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "camelcase-css", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "url": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsc-safe-url__0.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsc-safe-url", + "version": "0.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==", + "url": "https://registry.npmjs.org/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pixelmatch__4.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pixelmatch", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==", + "url": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__loose-envify__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "loose-envify", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "js-tokens": "4.0.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__http-cache-semantics__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "http-cache-semantics", + "version": "4.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "http-cache-semantics": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sinonjs_commons__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sinonjs/commons", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-detect": "4.0.8" + }, + "transitive_closure": { + "@sinonjs/commons": [ + "3.0.1" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jpeg-js__0.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jpeg-js", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ni9PffhJtYtdD7VwxH6V2MnievekGfUefosGCHadog0/jAevRu6HPjYeMHbUemn0IPE8d4wGa8UsOGsX+iKy2g==", + "url": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isomorphic-ws__5.0.0__ws_8.16.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isomorphic-ws", + "version": "5.0.0_ws_8.16.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "isomorphic-ws" + ] + }, + "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==", + "url": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__graphemer__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "graphemer", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "graphemer": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tcp-port-used__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tcp-port-used", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l7ar8lLUD3XS1V2lfoJlCBaeoaWo/2xfYt81hM7VlvR4RrMVFqfmzfhLVk40hAb368uitje5gPtBRL1m/DGvLA==", + "url": "https://registry.npmjs.org/tcp-port-used/-/tcp-port-used-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__yallist__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yallist", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "url": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-scale__4.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-scale", + "version": "4.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==", + "url": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_react-dom__18.2.25__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/react-dom", + "version": "18.2.25", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@types/react-dom" + ] + }, + "deps": { + "@types/react": "18.2.79" + }, + "transitive_closure": { + "@types/prop-types": [ + "15.7.12" + ], + "@types/react": [ + "18.2.79" + ], + "@types/react-dom": [ + "18.2.25" + ], + "csstype": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__enso-support__github.com_enso-org_enso-bot_aa903b6e639a31930ee4fff55c5639e4471fa48d__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "enso-support", + "version": "github.com/enso-org/enso-bot/aa903b6e639a31930ee4fff55c5639e4471fa48d", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "enso-chat" + ] + }, + "deps": { + "better-sqlite3": "8.7.0", + "discord.js": "14.14.1", + "validator": "13.11.0", + "ws": "8.16.0" + }, + "transitive_closure": { + "@discordjs/builders": [ + "1.7.0" + ], + "@discordjs/collection": [ + "1.5.3", + "2.0.0" + ], + "@discordjs/formatters": [ + "0.3.3" + ], + "@discordjs/rest": [ + "2.2.0" + ], + "@discordjs/util": [ + "1.0.2" + ], + "@discordjs/ws": [ + "1.0.2" + ], + "@fastify/busboy": [ + "2.1.1" + ], + "@sapphire/async-queue": [ + "1.5.2" + ], + "@sapphire/shapeshift": [ + "3.9.7" + ], + "@sapphire/snowflake": [ + "3.5.1" + ], + "@types/node": [ + "20.12.7" + ], + "@types/ws": [ + "8.5.10", + "8.5.9" + ], + "@vladfrangu/async_event_emitter": [ + "2.2.4" + ], + "base64-js": [ + "1.5.1" + ], + "better-sqlite3": [ + "8.7.0" + ], + "bindings": [ + "1.5.0" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "chownr": [ + "1.1.4" + ], + "decompress-response": [ + "6.0.0" + ], + "deep-extend": [ + "0.6.0" + ], + "detect-libc": [ + "2.0.3" + ], + "discord-api-types": [ + "0.37.61" + ], + "discord.js": [ + "14.14.1" + ], + "end-of-stream": [ + "1.4.4" + ], + "enso-support": [ + "github.com/enso-org/enso-bot/aa903b6e639a31930ee4fff55c5639e4471fa48d" + ], + "expand-template": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-uri-to-path": [ + "1.0.0" + ], + "fs-constants": [ + "1.0.0" + ], + "github-from-package": [ + "0.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "ini": [ + "1.3.8" + ], + "lodash": [ + "4.17.21" + ], + "lodash.snakecase": [ + "4.1.1" + ], + "lru-cache": [ + "6.0.0" + ], + "magic-bytes.js": [ + "1.10.0" + ], + "mimic-response": [ + "3.1.0" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp-classic": [ + "0.5.3" + ], + "napi-build-utils": [ + "1.0.2" + ], + "node-abi": [ + "3.59.0" + ], + "once": [ + "1.4.0" + ], + "prebuild-install": [ + "7.1.2" + ], + "pump": [ + "3.0.0" + ], + "rc": [ + "1.2.8" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "simple-concat": [ + "1.0.1" + ], + "simple-get": [ + "4.0.1" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-json-comments": [ + "2.0.1" + ], + "tar-fs": [ + "2.1.1" + ], + "tar-stream": [ + "2.2.0" + ], + "ts-mixer": [ + "6.0.4" + ], + "tslib": [ + "2.6.2" + ], + "tunnel-agent": [ + "0.6.0" + ], + "undici": [ + "5.27.2" + ], + "undici-types": [ + "5.26.5" + ], + "util-deprecate": [ + "1.0.2" + ], + "validator": [ + "13.11.0" + ], + "wrappy": [ + "1.0.2" + ], + "ws": [ + "8.14.2", + "8.16.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_slider__3.7.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/slider", + "version": "3.7.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/slider": [ + "3.7.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__comment-parser__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "comment-parser", + "version": "1.4.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "comment-parser": [ + "1.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_internationalized_date__3.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@internationalized/date", + "version": "3.5.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@swc/helpers": "0.5.10" + }, + "transitive_closure": { + "@internationalized/date": [ + "3.5.2" + ], + "@swc/helpers": [ + "0.5.10" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__shell-quote__1.8.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "shell-quote", + "version": "1.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "url": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-time-format__4.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-time-format", + "version": "4.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-time-format": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rollup__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rollup", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ag5tTQKYsj1bhrFC9+OEWqb5O6VYgtQDO9hPDBMmIbePwhfSr+ExlcU741t8Dhw5DkPCQf6noz0jb36D6W9/hw==", + "url": "https://registry.npmjs.org/rollup/-/rollup-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_tsconfig_node18__18.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@tsconfig/node18", + "version": "18.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@tsconfig/node18" + ] + }, + "integrity": "sha512-5xxU8vVs9/FNcvm3gE07fPbn9tl6tqGGWA9tSlwsUEkBxtRnTsNmwrV8gasZ9F/EobaSv9+nu8AxUKccw77JpQ==", + "url": "https://registry.npmjs.org/@tsconfig/node18/-/node18-18.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bluebird__3.7.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bluebird", + "version": "3.7.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bluebird": [ + "3.7.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_css.escape__1.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/css.escape", + "version": "1.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/css.escape" + ] + }, + "integrity": "sha512-sq0h0y8i83T20MB434AZWgK3byezbBG48jllitFpVXlPOjHc5RNs3bg6rUen/EtMUjM4ZJjD4x+0aik9AXqLdQ==", + "url": "https://registry.npmjs.org/@types/css.escape/-/css.escape-1.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-arm64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-arm64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-arm64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vitejs_plugin-react__4.2.1__vite_5.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vitejs/plugin-react", + "version": "4.2.1_vite_5.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@vitejs/plugin-react" + ], + "app/ide-desktop/lib/dashboard": [ + "@vitejs/plugin-react" + ] + }, + "integrity": "sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==", + "url": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isomorphic-ws__5.0.0__ws_7.5.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isomorphic-ws", + "version": "5.0.0_ws_7.5.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==", + "url": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__readdirp__3.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "readdirp", + "version": "3.6.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "picomatch": "2.3.1" + }, + "transitive_closure": { + "picomatch": [ + "2.3.1" + ], + "readdirp": [ + "3.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-split-export-declaration__7.22.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-split-export-declaration", + "version": "7.22.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__execa__5.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "execa", + "version": "5.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "url": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__which-boxed-primitive__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "which-boxed-primitive", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "url": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-riscv64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-riscv64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", + "url": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsdom__22.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsdom", + "version": "22.1.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "jsdom" + ] + }, + "deps": { + "abab": "2.0.6", + "cssstyle": "3.0.0", + "data-urls": "4.0.0", + "decimal.js": "10.4.3", + "domexception": "4.0.0", + "form-data": "4.0.0", + "html-encoding-sniffer": "3.0.0", + "http-proxy-agent": "5.0.0", + "https-proxy-agent": "5.0.1", + "is-potential-custom-element-name": "1.0.1", + "nwsapi": "2.2.7", + "parse5": "7.1.2", + "rrweb-cssom": "0.6.0", + "saxes": "6.0.0", + "symbol-tree": "3.2.4", + "tough-cookie": "4.1.3", + "w3c-xmlserializer": "4.0.0", + "webidl-conversions": "7.0.0", + "whatwg-encoding": "2.0.0", + "whatwg-mimetype": "3.0.0", + "whatwg-url": "12.0.1", + "ws": "8.16.0", + "xml-name-validator": "4.0.0" + }, + "transitive_closure": { + "@tootallnate/once": [ + "2.0.0" + ], + "abab": [ + "2.0.6" + ], + "agent-base": [ + "6.0.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "cssstyle": [ + "3.0.0" + ], + "data-urls": [ + "4.0.0" + ], + "debug": [ + "4.3.4" + ], + "decimal.js": [ + "10.4.3" + ], + "delayed-stream": [ + "1.0.0" + ], + "domexception": [ + "4.0.0" + ], + "entities": [ + "4.5.0" + ], + "form-data": [ + "4.0.0" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "iconv-lite": [ + "0.6.3" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "jsdom": [ + "22.1.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "ms": [ + "2.1.2" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "7.1.2" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "rrweb-cssom": [ + "0.6.0" + ], + "safer-buffer": [ + "2.1.2" + ], + "saxes": [ + "6.0.0" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "tr46": [ + "4.1.1" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "12.0.1" + ], + "ws": [ + "8.16.0" + ], + "xml-name-validator": [ + "4.0.0" + ], + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__forever-agent__0.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "forever-agent", + "version": "0.6.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "forever-agent": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_es-joy_jsdoccomment__0.41.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@es-joy/jsdoccomment", + "version": "0.41.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "comment-parser": "1.4.1", + "esquery": "1.5.0", + "jsdoc-type-pratt-parser": "4.0.0" + }, + "transitive_closure": { + "@es-joy/jsdoccomment": [ + "0.41.0" + ], + "comment-parser": [ + "1.4.1" + ], + "esquery": [ + "1.5.0" + ], + "estraverse": [ + "5.3.0" + ], + "jsdoc-type-pratt-parser": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rimraf__5.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rimraf", + "version": "5.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "rimraf" + ] + }, + "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", + "url": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__url__0.11.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "url", + "version": "0.11.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==", + "url": "https://registry.npmjs.org/url/-/url-0.11.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__zen-observable__0.8.15": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "zen-observable", + "version": "0.8.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==", + "url": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-glob__3.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-glob", + "version": "3.3.2", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "fast-glob" + ] + }, + "deps": { + "@nodelib/fs.stat": "2.0.5", + "@nodelib/fs.walk": "1.2.8", + "glob-parent": "5.1.2", + "merge2": "1.4.1", + "micromatch": "4.0.5" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "braces": [ + "3.0.2" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "glob-parent": [ + "5.1.2" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "picomatch": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__url__0.11.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "url", + "version": "0.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==", + "url": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-mips64el__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-mips64el", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-mips64el": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__resolve-from__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "resolve-from", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", + "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tslib__2.6.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tslib", + "version": "2.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "tslib" + ] + }, + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "url": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__thenify__3.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "thenify", + "version": "3.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "url": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-transform-plugins__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-transform-plugins", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/generator": "7.24.4", + "@babel/template": "7.24.0", + "@babel/traverse": "7.24.1", + "nullthrows": "1.1.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "nullthrows": [ + "1.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__accepts__1.3.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "accepts", + "version": "1.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "url": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__unicode-match-property-value-ecmascript__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unicode-match-property-value-ecmascript", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "url": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_overlays__3.8.5__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/overlays", + "version": "3.8.5_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4D7EEBQigD/m8hE68Ys8eloyyZFHHduqykSIgINJ0edmo0jygRbWlTwuhWFR9USgSP4dK54duN0Mvq0m4HEVEw==", + "url": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.8.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_dnd__3.2.8__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/dnd", + "version": "3.2.8_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oSo+2Bzum3Q1/d+3FuaDmpVHqqBB004tycuQDDFtad3N1BKm+fNfmslRK1ioLkPLK4sm1130V+BZBY3JXLe80A==", + "url": "https://registry.npmjs.org/@react-stately/dnd/-/dnd-3.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_shared__3.22.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/shared", + "version": "3.22.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@react-types/shared" + ] + }, + "deps": { + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__emoji-regex__9.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "emoji-regex", + "version": "9.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "emoji-regex": [ + "9.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yallist__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yallist", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__commander__2.20.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "commander", + "version": "2.20.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "2.20.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tinypool__0.8.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tinypool", + "version": "0.8.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tinypool": [ + "0.8.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jest-mock__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jest-mock", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "@types/node": "20.12.7", + "jest-util": "29.7.0" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "4.0.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "picomatch": [ + "2.3.1" + ], + "supports-color": [ + "7.2.0" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_datepicker__3.9.3__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/datepicker", + "version": "3.9.3_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/date": "3.5.2", + "@internationalized/number": "3.5.1", + "@internationalized/string": "3.2.1", + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/form": "3.0.3_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/spinbutton": "3.6.3_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/datepicker": "3.9.2_react_18.2.0", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/calendar": "3.4.4_react_18.2.0", + "@react-types/datepicker": "3.7.2_react_18.2.0", + "@react-types/dialog": "3.5.8_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/datepicker": [ + "3.9.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/spinbutton": [ + "3.6.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/datepicker": [ + "3.9.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/datepicker": [ + "3.7.2_react_18.2.0" + ], + "@react-types/dialog": [ + "3.5.8_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yallist__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yallist", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_searchfield__3.5.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/searchfield", + "version": "3.5.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/searchfield": "3.5.3_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/searchfield": [ + "3.5.1_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/searchfield": [ + "3.5.3_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-transform-worker__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-transform-worker", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+4FG3TQk3BTbNqGkFb2uCaxYTfsbuFOCKMMURbwu0ehCP8ZJuTUramkaNZoATS49NSAkRgUltgmBa4YaKZ5mqw==", + "url": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-ci__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-ci", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ci-info": "3.9.0" + }, + "transitive_closure": { + "ci-info": [ + "3.9.0" + ], + "is-ci": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__assert-plus__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "assert-plus", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "url": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__istanbul-lib-source-maps__5.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "istanbul-lib-source-maps", + "version": "5.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/trace-mapping": "0.3.25", + "debug": "4.3.4", + "istanbul-lib-coverage": "3.2.2" + }, + "transitive_closure": { + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "debug": [ + "4.3.4" + ], + "istanbul-lib-coverage": [ + "3.2.2" + ], + "istanbul-lib-source-maps": [ + "5.0.4" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-arrow-functions__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-arrow-functions", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_sunos-x64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/sunos-x64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", + "url": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__locate-path__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "locate-path", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "url": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__debug__4.3.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "debug", + "version": "4.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "url": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__discord-api-types__0.37.61__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "discord-api-types", + "version": "0.37.61", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "discord-api-types": [ + "0.37.61" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tmp__0.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tmp", + "version": "0.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "url": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__debug__4.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "debug", + "version": "4.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "url": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimatch__9.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minimatch", + "version": "9.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "brace-expansion": "2.0.1" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "minimatch": [ + "9.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_checkbox__3.6.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/checkbox", + "version": "3.6.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/checkbox": "3.7.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/checkbox": [ + "3.6.3_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__to-regex-range__5.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "to-regex-range", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "url": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__gensync__1.0.0-beta.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "gensync", + "version": "1.0.0-beta.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "gensync": [ + "1.0.0-beta.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sourcemap-codec__1.4.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sourcemap-codec", + "version": "1.4.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sourcemap-codec": [ + "1.4.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue__3.4.23__typescript_5.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vue", + "version": "3.4.23_typescript_5.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "vue" + ] + }, + "integrity": "sha512-X1y6yyGJ28LMUBJ0k/qIeKHstGd+BlWQEOT40x3auJFTmpIhpbKLgN7EFsqalnJXq1Km5ybDEsp6BhuWKciUDg==", + "url": "https://registry.npmjs.org/vue/-/vue-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_hash-sum__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/hash-sum", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/hash-sum" + ] + }, + "integrity": "sha512-UP28RddqY8xcU0SCEp9YKutQICXpaAq9N8U2klqF5hegGha7KzTOL8EdhIIV3bOSGBzjEpN9bU/d+nNZBdJYVw==", + "url": "https://registry.npmjs.org/@types/hash-sum/-/hash-sum-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__app-builder-lib__22.14.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "app-builder-lib", + "version": "22.14.13", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "7zip-bin": "5.1.1", + "@develar/schema-utils": "2.6.5", + "@electron/universal": "1.0.5", + "@malept/flatpak-bundler": "0.4.0", + "async-exit-hook": "2.0.1", + "bluebird-lst": "1.0.9", + "builder-util": "22.14.13", + "builder-util-runtime": "8.9.2", + "chromium-pickle-js": "0.2.0", + "debug": "4.3.4", + "ejs": "3.1.10", + "electron-osx-sign": "0.5.0", + "electron-publish": "22.14.13", + "form-data": "4.0.0", + "fs-extra": "10.1.0", + "hosted-git-info": "4.1.0", + "is-ci": "3.0.1", + "isbinaryfile": "4.0.10", + "js-yaml": "4.1.0", + "lazy-val": "1.0.5", + "minimatch": "3.1.2", + "read-config-file": "6.2.0", + "sanitize-filename": "1.6.3", + "semver": "7.6.0", + "temp-file": "3.4.0" + }, + "transitive_closure": { + "7zip-bin": [ + "5.1.1" + ], + "@develar/schema-utils": [ + "2.6.5" + ], + "@electron/universal": [ + "1.0.5" + ], + "@malept/cross-spawn-promise": [ + "1.1.1" + ], + "@malept/flatpak-bundler": [ + "0.4.0" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/debug": [ + "4.1.12" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/glob": [ + "7.2.0" + ], + "@types/minimatch": [ + "5.1.2" + ], + "@types/ms": [ + "0.7.34" + ], + "@types/node": [ + "20.12.7" + ], + "@xmldom/xmldom": [ + "0.8.10" + ], + "agent-base": [ + "6.0.2" + ], + "ajv": [ + "6.12.6" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6" + ], + "ansi-styles": [ + "4.3.0" + ], + "app-builder-bin": [ + "3.7.1" + ], + "app-builder-lib": [ + "22.14.13" + ], + "argparse": [ + "2.0.1" + ], + "asar": [ + "3.2.0" + ], + "async": [ + "3.2.5" + ], + "async-exit-hook": [ + "2.0.1" + ], + "asynckit": [ + "0.4.0" + ], + "at-least-node": [ + "1.0.0" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bluebird": [ + "3.7.2" + ], + "bluebird-lst": [ + "1.0.9" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "buffer-alloc": [ + "1.2.0" + ], + "buffer-alloc-unsafe": [ + "1.1.0" + ], + "buffer-equal": [ + "1.0.0" + ], + "buffer-fill": [ + "1.0.0" + ], + "buffer-from": [ + "1.1.2" + ], + "builder-util": [ + "22.14.13" + ], + "builder-util-runtime": [ + "8.9.2" + ], + "chalk": [ + "4.1.2" + ], + "chromium-pickle-js": [ + "0.2.0" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colors": [ + "1.0.3" + ], + "combined-stream": [ + "1.0.8" + ], + "commander": [ + "2.9.0", + "5.1.0" + ], + "compare-version": [ + "0.1.2" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "delayed-stream": [ + "1.0.0" + ], + "dir-compare": [ + "2.4.0" + ], + "dotenv": [ + "9.0.2" + ], + "dotenv-expand": [ + "5.1.0" + ], + "ejs": [ + "3.1.10" + ], + "electron-osx-sign": [ + "0.5.0" + ], + "electron-publish": [ + "22.14.13" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "filelist": [ + "1.0.4" + ], + "form-data": [ + "4.0.0" + ], + "fs-extra": [ + "10.1.0", + "9.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "graceful-readlink": [ + "1.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "hosted-git-info": [ + "4.1.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-ci": [ + "3.0.1" + ], + "isbinaryfile": [ + "3.0.3", + "4.0.10" + ], + "isexe": [ + "2.0.0" + ], + "jake": [ + "10.8.7" + ], + "js-yaml": [ + "4.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "6.1.0" + ], + "lazy-val": [ + "1.0.5" + ], + "lodash": [ + "4.17.21" + ], + "lru-cache": [ + "6.0.0" + ], + "mime": [ + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "minimatch": [ + "3.0.4", + "3.1.2", + "5.1.6" + ], + "minimist": [ + "1.2.8" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "plist": [ + "3.1.0" + ], + "punycode": [ + "2.3.1" + ], + "read-config-file": [ + "6.2.0" + ], + "sanitize-filename": [ + "1.6.3" + ], + "sax": [ + "1.3.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "stat-mode": [ + "1.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "temp-file": [ + "3.4.0" + ], + "tmp": [ + "0.2.3" + ], + "tmp-promise": [ + "3.0.3" + ], + "truncate-utf8-bytes": [ + "1.0.2" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "2.0.1" + ], + "uri-js": [ + "4.4.1" + ], + "utf8-byte-length": [ + "1.0.4" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "xmlbuilder": [ + "15.1.1" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globalthis__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "globalthis", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-properties": "1.2.1" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-keys": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-binary-path__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-binary-path", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "url": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tailwindcss__3.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tailwindcss", + "version": "3.4.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "tailwindcss" + ], + "app/ide-desktop/lib/dashboard": [ + "tailwindcss" + ] + }, + "deps": { + "@alloc/quick-lru": "5.2.0", + "arg": "5.0.2", + "chokidar": "3.6.0", + "didyoumean": "1.2.2", + "dlv": "1.1.3", + "fast-glob": "3.3.2", + "glob-parent": "6.0.2", + "is-glob": "4.0.3", + "jiti": "1.21.0", + "lilconfig": "2.1.0", + "micromatch": "4.0.5", + "normalize-path": "3.0.0", + "object-hash": "3.0.0", + "picocolors": "1.0.0", + "postcss": "8.4.38", + "postcss-import": "15.1.0_postcss_8.4.38", + "postcss-js": "4.0.1_postcss_8.4.38", + "postcss-load-config": "4.0.2_postcss_8.4.38", + "postcss-nested": "6.0.1_postcss_8.4.38", + "postcss-selector-parser": "6.0.16", + "resolve": "1.22.8", + "sucrase": "3.35.0" + }, + "transitive_closure": { + "@alloc/quick-lru": [ + "5.2.0" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "any-promise": [ + "1.3.0" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "balanced-match": [ + "1.0.2" + ], + "binary-extensions": [ + "2.3.0" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "camelcase-css": [ + "2.0.1" + ], + "chokidar": [ + "3.6.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "commander": [ + "4.1.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "cssesc": [ + "3.0.0" + ], + "didyoumean": [ + "1.2.2" + ], + "dlv": [ + "1.1.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "foreground-child": [ + "3.1.1" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "glob": [ + "10.3.12" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "jiti": [ + "1.21.0" + ], + "lilconfig": [ + "2.1.0", + "3.1.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "lru-cache": [ + "10.2.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "9.0.4" + ], + "minipass": [ + "7.0.4" + ], + "mz": [ + "2.7.0" + ], + "nanoid": [ + "3.3.7" + ], + "normalize-path": [ + "3.0.0" + ], + "object-assign": [ + "4.1.1" + ], + "object-hash": [ + "3.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.2" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "2.3.0" + ], + "pirates": [ + "4.0.6" + ], + "postcss": [ + "8.4.38" + ], + "postcss-import": [ + "15.1.0_postcss_8.4.38" + ], + "postcss-js": [ + "4.0.1_postcss_8.4.38" + ], + "postcss-load-config": [ + "4.0.2_postcss_8.4.38" + ], + "postcss-nested": [ + "6.0.1_postcss_8.4.38" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "read-cache": [ + "1.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "resolve": [ + "1.22.8" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "source-map-js": [ + "1.2.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "sucrase": [ + "3.35.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tailwindcss": [ + "3.4.3" + ], + "thenify": [ + "3.3.1" + ], + "thenify-all": [ + "1.6.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-interface-checker": [ + "0.1.13" + ], + "util-deprecate": [ + "1.0.2" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "yaml": [ + "2.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chownr__1.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chownr", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "url": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-stdin__8.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-stdin", + "version": "8.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "url": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_node__20.12.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/node", + "version": "20.12.7", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/node" + ], + "app/ide-desktop/lib/dashboard": [ + "@types/node" + ] + }, + "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "url": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tailwindcss__3.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tailwindcss", + "version": "3.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "tailwindcss" + ], + "app/ide-desktop/lib/dashboard": [ + "tailwindcss" + ] + }, + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "url": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_darwin-x64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/darwin-x64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", + "url": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-timer__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-timer", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-timer": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__discord-api-types__0.37.61": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "discord-api-types", + "version": "0.37.61", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o/dXNFfhBpYHpQFdT6FWzeO7pKc838QeeZ9d91CfVAtpr5XLK4B/zYxQbYgPdoMiTDvJfzcsLW5naXgmHGDNXw==", + "url": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.61.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__callsites__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "callsites", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "callsites": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__spdx-correct__3.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "spdx-correct", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "url": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_combobox__3.10.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/combobox", + "version": "3.10.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/combobox": [ + "3.10.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-typescript__7.24.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-typescript", + "version": "7.24.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-create-class-features-plugin": "7.24.4_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-typescript": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__esrecurse__4.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esrecurse", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "url": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__caniuse-lite__1.0.30001611": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "caniuse-lite", + "version": "1.0.30001611", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-19NuN1/3PjA3QI8Eki55N8my4LzfkMCRLgCVfrl/slbSAchQfV0+GwjPrK3rq37As4UCLlM/DHajbKkAqbv92Q==", + "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001611.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_compiler-sfc__3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/compiler-sfc", + "version": "3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.24.4", + "@vue/compiler-core": "3.4.23", + "@vue/compiler-dom": "3.4.23", + "@vue/compiler-ssr": "3.4.23", + "@vue/shared": "3.4.23", + "estree-walker": "2.0.2", + "magic-string": "0.30.10", + "postcss": "8.4.38", + "source-map-js": "1.2.0" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minimatch__5.1.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minimatch", + "version": "5.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__retry__0.12.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "retry", + "version": "0.12.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "retry": [ + "0.12.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_select__3.14.3__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/select", + "version": "3.14.3_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9KCxI41FI+jTxEfUzRsMdJsZvjkCuuhL4UHig8MZXtXs0nsi7Ir3ezUDQ9m5MSG+ooBYM/CA9DyLDvo5Ioef+g==", + "url": "https://registry.npmjs.org/@react-aria/select/-/select-3.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mimic-response__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mimic-response", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "url": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fortawesome_free-brands-svg-icons__6.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@fortawesome/free-brands-svg-icons", + "version": "6.5.2", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@fortawesome/free-brands-svg-icons" + ] + }, + "deps": { + "@fortawesome/fontawesome-common-types": "6.5.2" + }, + "transitive_closure": { + "@fortawesome/fontawesome-common-types": [ + "6.5.2" + ], + "@fortawesome/free-brands-svg-icons": [ + "6.5.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsonfile__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsonfile", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "url": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_client-cloudwatch-logs__3.6.1__react-native_0.73.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/client-cloudwatch-logs", + "version": "3.6.1_react-native_0.73.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QOxIDnlVTpnwJ26Gap6RGz61cDLH6TKrIp30VqwdMeT1pCGy8mn9rWln6XA+ymkofHy/08RfpGp+VN4axwd4Lw==", + "url": "https://registry.npmjs.org/@aws-sdk/client-cloudwatch-logs/-/client-cloudwatch-logs-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__xhr__2.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xhr", + "version": "2.6.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "global": "4.4.0", + "is-function": "1.0.2", + "parse-headers": "2.0.5", + "xtend": "4.0.2" + }, + "transitive_closure": { + "dom-walk": [ + "0.1.2" + ], + "global": [ + "4.4.0" + ], + "is-function": [ + "1.0.2" + ], + "min-document": [ + "2.19.0" + ], + "parse-headers": [ + "2.0.5" + ], + "process": [ + "0.11.10" + ], + "xhr": [ + "2.6.0" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-builder-binary-assignment-operator-visitor", + "version": "7.22.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jest_environment__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jest/environment", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", + "url": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_combobox__3.8.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/combobox", + "version": "3.8.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-f+IHuFW848VoMbvTfSakn2WIh2urDxO355LrKxnisXPCkpQHpq3lvT2mJtKJwkPxjAy7xPjpV8ejgga2R6p53Q==", + "url": "https://registry.npmjs.org/@react-stately/combobox/-/combobox-3.8.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__retry__0.12.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "retry", + "version": "0.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "url": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_credential-provider-process__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/credential-provider-process", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d0/TpMoEV4qMYkdpyyjU2Otse9X2jC1DuxWajHOWZYEw8oejMvXYTZ10hNaXZvAcNM9q214rp+k4mkt6gIcI6g==", + "url": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cac__6.7.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cac", + "version": "6.7.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", + "url": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tcp-port-used__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tcp-port-used", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.1", + "is2": "2.0.9" + }, + "transitive_closure": { + "debug": [ + "4.3.1" + ], + "deep-is": [ + "0.1.4" + ], + "ip-regex": [ + "4.3.0" + ], + "is-url": [ + "1.2.4" + ], + "is2": [ + "2.0.9" + ], + "ms": [ + "2.1.2" + ], + "tcp-port-used": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-is__18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-is", + "version": "18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "react-is": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_hammerjs__2.0.45__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/hammerjs", + "version": "2.0.45", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/hammerjs": [ + "2.0.45" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globals__14.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "globals", + "version": "14.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "globals": [ + "14.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__totalist__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "totalist", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "url": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__read-pkg__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "read-pkg", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "load-json-file": "4.0.0", + "normalize-package-data": "2.5.0", + "path-type": "3.0.0" + }, + "transitive_closure": { + "error-ex": [ + "1.3.2" + ], + "function-bind": [ + "1.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "hasown": [ + "2.0.2" + ], + "hosted-git-info": [ + "2.8.9" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "load-json-file": [ + "4.0.0" + ], + "normalize-package-data": [ + "2.5.0" + ], + "parse-json": [ + "4.0.0" + ], + "path-parse": [ + "1.0.7" + ], + "path-type": [ + "3.0.0" + ], + "pify": [ + "3.0.0" + ], + "read-pkg": [ + "3.0.0" + ], + "resolve": [ + "1.22.8" + ], + "semver": [ + "5.7.2" + ], + "spdx-correct": [ + "3.2.0" + ], + "spdx-exceptions": [ + "2.5.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-license-ids": [ + "3.0.17" + ], + "strip-bom": [ + "3.0.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "validate-npm-package-license": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-powerpc64le-gnu__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-powerpc64le-gnu", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__which__1.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "which", + "version": "1.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "isexe": "2.0.0" + }, + "transitive_closure": { + "isexe": [ + "2.0.0" + ], + "which": [ + "1.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globals__13.24.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "globals", + "version": "13.24.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-fest": "0.20.2" + }, + "transitive_closure": { + "globals": [ + "13.24.0" + ], + "type-fest": [ + "0.20.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-export-default-from__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-export-default-from", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+0hrgGGV3xyYIjOrD/bUZk/iUwOIGuoANfRfVg1cPhYBxF+TIXSEcc42DqzBICmWsnAQ+SfKedY0bj8QD+LuMg==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_floating-ui_utils__0.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@floating-ui/utils", + "version": "0.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@floating-ui/utils": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-numeric-separator", + "version": "7.10.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_pkgjs_parseargs__0.11.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@pkgjs/parseargs", + "version": "0.11.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@pkgjs/parseargs": [ + "0.11.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__deep-eql__4.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "deep-eql", + "version": "4.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-detect": "4.0.8" + }, + "transitive_closure": { + "deep-eql": [ + "4.1.3" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__neo-async__2.6.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "neo-async", + "version": "2.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "neo-async": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__config-chain__1.1.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "config-chain", + "version": "1.1.13", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ini": "1.3.8", + "proto-list": "1.2.4" + }, + "transitive_closure": { + "config-chain": [ + "1.1.13" + ], + "ini": [ + "1.3.8" + ], + "proto-list": [ + "1.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-freebsd-x64__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-freebsd-x64", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-freebsd-x64": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parse-json__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parse-json", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "url": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_focus__3.16.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/focus", + "version": "3.16.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "clsx": "2.1.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__qs__6.12.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "qs", + "version": "6.12.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "side-channel": "1.0.6" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-inspect": [ + "1.13.1" + ], + "qs": [ + "6.12.1" + ], + "set-function-length": [ + "1.2.2" + ], + "side-channel": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-define-polyfill-provider__0.6.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-define-polyfill-provider", + "version": "0.6.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==", + "url": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fs-extra__9.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fs-extra", + "version": "9.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-name__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "color-name", + "version": "1.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "color-name": [ + "1.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_typescript-estree__6.21.0__typescript_5.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/typescript-estree", + "version": "6.21.0_typescript_5.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "4.3.4", + "globby": "11.1.0", + "is-glob": "4.0.3", + "minimatch": "9.0.3", + "semver": "7.6.0", + "ts-api-utils": "1.3.0_typescript_5.2.2", + "typescript": "5.2.2" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.2.2" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "debug": [ + "4.3.4" + ], + "dir-glob": [ + "3.0.1" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "glob-parent": [ + "5.1.2" + ], + "globby": [ + "11.1.0" + ], + "ignore": [ + "5.3.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "slash": [ + "3.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.2.2" + ], + "typescript": [ + "5.2.2" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rc__1.2.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rc", + "version": "1.2.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "deep-extend": "0.6.0", + "ini": "1.3.8", + "minimist": "1.2.8", + "strip-json-comments": "2.0.1" + }, + "transitive_closure": { + "deep-extend": [ + "0.6.0" + ], + "ini": [ + "1.3.8" + ], + "minimist": [ + "1.2.8" + ], + "rc": [ + "1.2.8" + ], + "strip-json-comments": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__crypto-random-string__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "crypto-random-string", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "crypto-random-string": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react__18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react", + "version": "18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react" + ] + }, + "deps": { + "loose-envify": "1.4.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-contour__3.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-contour", + "version": "3.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-array": "3.2.1", + "@types/geojson": "7946.0.14" + }, + "transitive_closure": { + "@types/d3-array": [ + "3.2.1" + ], + "@types/d3-contour": [ + "3.0.6" + ], + "@types/geojson": [ + "7946.0.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_lezer_common__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@lezer/common", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@lezer/common" + ] + }, + "deps": {}, + "transitive_closure": { + "@lezer/common": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_openbsd-x64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/openbsd-x64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/openbsd-x64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_shared__3.22.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/shared", + "version": "3.22.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@react-types/shared" + ] + }, + "integrity": "sha512-PCpa+Vo6BKnRMuOEzy5zAZ3/H5tnQg1e80khMhK2xys0j6ZqzkgQC+fHMNZ7VDFNLqqNMj/o0eVeSBDh2POjkw==", + "url": "https://registry.npmjs.org/@react-types/shared/-/shared-3.22.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dayjs__1.11.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dayjs", + "version": "1.11.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dayjs": [ + "1.11.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__array.prototype.tosorted__1.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "array.prototype.tosorted", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==", + "url": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color__4.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "color", + "version": "4.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", + "url": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-async-generator-functions__7.24.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-async-generator-functions", + "version": "7.24.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-remap-async-to-generator": "7.22.20_at_babel_core_7.24.4", + "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__discord.js__14.14.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "discord.js", + "version": "14.14.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@discordjs/builders": "1.7.0", + "@discordjs/collection": "1.5.3", + "@discordjs/formatters": "0.3.3", + "@discordjs/rest": "2.2.0", + "@discordjs/util": "1.0.2", + "@discordjs/ws": "1.0.2", + "@sapphire/snowflake": "3.5.1", + "@types/ws": "8.5.9", + "discord-api-types": "0.37.61", + "fast-deep-equal": "3.1.3", + "lodash.snakecase": "4.1.1", + "tslib": "2.6.2", + "undici": "5.27.2", + "ws": "8.14.2" + }, + "transitive_closure": { + "@discordjs/builders": [ + "1.7.0" + ], + "@discordjs/collection": [ + "1.5.3", + "2.0.0" + ], + "@discordjs/formatters": [ + "0.3.3" + ], + "@discordjs/rest": [ + "2.2.0" + ], + "@discordjs/util": [ + "1.0.2" + ], + "@discordjs/ws": [ + "1.0.2" + ], + "@fastify/busboy": [ + "2.1.1" + ], + "@sapphire/async-queue": [ + "1.5.2" + ], + "@sapphire/shapeshift": [ + "3.9.7" + ], + "@sapphire/snowflake": [ + "3.5.1" + ], + "@types/node": [ + "20.12.7" + ], + "@types/ws": [ + "8.5.10", + "8.5.9" + ], + "@vladfrangu/async_event_emitter": [ + "2.2.4" + ], + "discord-api-types": [ + "0.37.61" + ], + "discord.js": [ + "14.14.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "lodash": [ + "4.17.21" + ], + "lodash.snakecase": [ + "4.1.1" + ], + "magic-bytes.js": [ + "1.10.0" + ], + "ts-mixer": [ + "6.0.4" + ], + "tslib": [ + "2.6.2" + ], + "undici": [ + "5.27.2" + ], + "undici-types": [ + "5.26.5" + ], + "ws": [ + "8.14.2", + "8.16.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xmlchars__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xmlchars", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "url": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-destructuring__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-destructuring", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_danmarshall_deckgl-typings__4.9.28__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@danmarshall/deckgl-typings", + "version": "4.9.28", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@danmarshall/deckgl-typings" + ] + }, + "deps": { + "@types/hammerjs": "2.0.45", + "@types/react": "18.2.79", + "indefinitely-typed": "1.1.0" + }, + "transitive_closure": { + "@danmarshall/deckgl-typings": [ + "4.9.28" + ], + "@types/hammerjs": [ + "2.0.45" + ], + "@types/prop-types": [ + "15.7.12" + ], + "@types/react": [ + "18.2.79" + ], + "csstype": [ + "3.1.3" + ], + "fs-extra": [ + "7.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "indefinitely-typed": [ + "1.1.0" + ], + "jsonfile": [ + "4.0.0" + ], + "minimist": [ + "1.2.8" + ], + "universalify": [ + "0.1.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-template-literals__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-template-literals", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vitest_runner__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vitest/runner", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==", + "url": "https://registry.npmjs.org/@vitest/runner/-/runner-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-buffer-from__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-buffer-from", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/is-array-buffer": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/util-buffer-from": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vitejs_plugin-vue__5.0.4__vite_5.2.9__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vitejs/plugin-vue", + "version": "5.0.4_vite_5.2.9__vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@vitejs/plugin-vue" + ] + }, + "integrity": "sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==", + "url": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-ansi__6.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-ansi", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__acorn-globals__7.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "acorn-globals", + "version": "7.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.11.3", + "acorn-walk": "8.3.2" + }, + "transitive_closure": { + "acorn": [ + "8.11.3" + ], + "acorn-globals": [ + "7.0.1" + ], + "acorn-walk": [ + "8.3.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__colors__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "colors", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==", + "url": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-router-dom__6.22.3__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-router-dom", + "version": "6.22.3_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-router-dom" + ] + }, + "integrity": "sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==", + "url": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__markdown-it-anchor__8.6.7__-980411654": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "markdown-it-anchor", + "version": "8.6.7_-980411654", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==", + "url": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__caniuse-lite__1.0.30001611__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "caniuse-lite", + "version": "1.0.30001611", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "caniuse-lite": [ + "1.0.30001611" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_darwin-x64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/darwin-x64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==", + "url": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_yargs-parser__21.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/yargs-parser", + "version": "21.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "url": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-riscv64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-riscv64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==", + "url": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sapphire_async-queue__1.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sapphire/async-queue", + "version": "1.5.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sapphire/async-queue": [ + "1.5.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__asynckit__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "asynckit", + "version": "0.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "asynckit": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minimatch__5.1.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minimatch", + "version": "5.1.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "brace-expansion": "2.0.1" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "minimatch": [ + "5.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-ia32__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-ia32", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", + "url": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__execa__8.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "execa", + "version": "8.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", + "url": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__discord.js__14.14.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "discord.js", + "version": "14.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/hUVzkIerxKHyRKopJy5xejp4MYKDPTszAnpYxzVVv4qJYf+Tkt+jnT2N29PIPschicaEEpXwF2ARrTYHYwQ5w==", + "url": "https://registry.npmjs.org/discord.js/-/discord.js-14.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-crypto_supports-web-crypto__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-crypto/supports-web-crypto", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-crypto/supports-web-crypto": [ + "1.0.0" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__queue__6.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "queue", + "version": "6.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "inherits": "2.0.4" + }, + "transitive_closure": { + "inherits": [ + "2.0.4" + ], + "queue": [ + "6.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_template__7.24.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/template", + "version": "7.24.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.24.2", + "@babel/parser": "7.24.4", + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/types": [ + "7.24.0" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "picocolors": [ + "1.0.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-fetch__3.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-fetch", + "version": "3.0.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-dsv": "3.0.7" + }, + "transitive_closure": { + "@types/d3-dsv": [ + "3.0.7" + ], + "@types/d3-fetch": [ + "3.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-extglob__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-extglob", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "url": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fs-extra__11.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fs-extra", + "version": "11.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "jsonfile": "6.1.0", + "universalify": "2.0.1" + }, + "transitive_closure": { + "fs-extra": [ + "11.2.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__normalize-package-data__2.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "normalize-package-data", + "version": "2.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "url": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helpers__7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helpers", + "version": "7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==", + "url": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__which-collection__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "which-collection", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-map": "2.0.3", + "is-set": "2.0.3", + "is-weakmap": "2.0.2", + "is-weakset": "2.0.3" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "is-map": [ + "2.0.3" + ], + "is-set": [ + "2.0.3" + ], + "is-weakmap": [ + "2.0.2" + ], + "is-weakset": [ + "2.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "which-collection": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__prop-types__15.8.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prop-types", + "version": "15.8.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "loose-envify": "1.4.0", + "object-assign": "4.1.1", + "react-is": "16.13.1" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react-is": [ + "16.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__debug__4.3.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "debug", + "version": "4.3.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ms": "2.1.2" + }, + "transitive_closure": { + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-fullwidth-code-point__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-fullwidth-code-point", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "url": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__p-map__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-map", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "aggregate-error": "3.1.0" + }, + "transitive_closure": { + "aggregate-error": [ + "3.1.0" + ], + "clean-stack": [ + "2.2.0" + ], + "indent-string": [ + "4.0.0" + ], + "p-map": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-optional-chaining", + "version": "7.8.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strip-ansi__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-ansi", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-regex": "5.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "strip-ansi": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_noble_hashes__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@noble/hashes", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@noble/hashes" + ] + }, + "deps": {}, + "transitive_closure": { + "@noble/hashes": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__y-protocols__1.0.6__yjs_13.6.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "y-protocols", + "version": "1.0.6_yjs_13.6.14", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "y-protocols" + ] + }, + "integrity": "sha512-vHRF2L6iT3rwj1jub/K5tYcTT/mEYDUppgNPXwp8fmLpui9f7Yeq3OEtTLVF012j39QnV+KEQpNqoN7CWU7Y9Q==", + "url": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-dir__0.1.17": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-dir", + "version": "0.1.17", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==", + "url": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fd-slicer__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fd-slicer", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pend": "1.2.0" + }, + "transitive_closure": { + "fd-slicer": [ + "1.1.0" + ], + "pend": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rollup__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rollup", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@rollup/rollup-android-arm-eabi": "4.14.3", + "@rollup/rollup-android-arm64": "4.14.3", + "@rollup/rollup-darwin-arm64": "4.14.3", + "@rollup/rollup-darwin-x64": "4.14.3", + "@rollup/rollup-linux-arm-gnueabihf": "4.14.3", + "@rollup/rollup-linux-arm-musleabihf": "4.14.3", + "@rollup/rollup-linux-arm64-gnu": "4.14.3", + "@rollup/rollup-linux-arm64-musl": "4.14.3", + "@rollup/rollup-linux-powerpc64le-gnu": "4.14.3", + "@rollup/rollup-linux-riscv64-gnu": "4.14.3", + "@rollup/rollup-linux-s390x-gnu": "4.14.3", + "@rollup/rollup-linux-x64-gnu": "4.14.3", + "@rollup/rollup-linux-x64-musl": "4.14.3", + "@rollup/rollup-win32-arm64-msvc": "4.14.3", + "@rollup/rollup-win32-ia32-msvc": "4.14.3", + "@rollup/rollup-win32-x64-msvc": "4.14.3", + "fsevents": "2.3.3", + "@types/estree": "1.0.5" + }, + "transitive_closure": { + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "fsevents": [ + "2.3.3" + ], + "rollup": [ + "4.14.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-export-default-from__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-export-default-from", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__semver__7.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "semver", + "version": "7.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "semver" + ] + }, + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "url": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-platform-android__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-platform-android", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-tools": "12.3.6", + "chalk": "4.1.2", + "execa": "5.1.1", + "fast-xml-parser": "4.3.6", + "glob": "7.2.3", + "logkitty": "0.7.1" + }, + "transitive_closure": { + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "astral-regex": [ + "1.0.0" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "buffer": [ + "5.7.1" + ], + "camelcase": [ + "5.3.1" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "decamelize": [ + "1.2.0" + ], + "defaults": [ + "1.0.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "execa": [ + "5.1.1" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "find-up": [ + "4.1.0", + "5.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "has-flag": [ + "4.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "isexe": [ + "2.0.0" + ], + "locate-path": [ + "5.0.0", + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "lru-cache": [ + "6.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mime": [ + "2.6.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "node-fetch": [ + "2.7.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "readable-stream": [ + "3.6.2" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "set-blocking": [ + "2.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "slice-ansi": [ + "2.1.0" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "tr46": [ + "0.0.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ], + "wrappy": [ + "1.0.2" + ], + "y18n": [ + "4.0.3" + ], + "yallist": [ + "4.0.0" + ], + "yargs": [ + "15.4.1" + ], + "yargs-parser": [ + "18.1.3" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tr46__0.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tr46", + "version": "0.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "url": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__errs__0.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "errs", + "version": "0.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "errs": [ + "0.3.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tough-cookie__4.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tough-cookie", + "version": "4.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "url": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-drag__3.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-drag", + "version": "3.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==", + "url": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__he__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "he", + "version": "1.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "he": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-cancelable__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-cancelable", + "version": "2.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "p-cancelable": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xmlbuilder__15.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xmlbuilder", + "version": "15.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==", + "url": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__media-typer__0.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "media-typer", + "version": "0.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "media-typer": [ + "0.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_pinia_testing__0.1.3__pinia_2.1.7__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@pinia/testing", + "version": "0.1.3_pinia_2.1.7__vue_3.4.23", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@pinia/testing" + ] + }, + "deps": { + "pinia": "2.1.7_typescript_5.2.2__vue_3.4.23", + "vue-demi": "0.14.7_vue_3.4.23" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@pinia/testing": [ + "0.1.3_pinia_2.1.7__vue_3.4.23" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/devtools-api": [ + "6.6.1" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "pinia": [ + "2.1.7_typescript_5.2.2__vue_3.4.23" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-demi": [ + "0.14.7_vue_3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__editorconfig__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "editorconfig", + "version": "1.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@one-ini/wasm": "0.1.1", + "commander": "10.0.1", + "minimatch": "9.0.1", + "semver": "7.6.0" + }, + "transitive_closure": { + "@one-ini/wasm": [ + "0.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "commander": [ + "10.0.1" + ], + "editorconfig": [ + "1.0.4" + ], + "lru-cache": [ + "6.0.0" + ], + "minimatch": [ + "9.0.1" + ], + "semver": [ + "7.6.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_codegen__0.73.3__at_babel_preset-env_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/codegen", + "version": "0.73.3_at_babel_preset-env_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.24.4", + "@babel/preset-env": "7.24.4_at_babel_core_7.24.4", + "flow-parser": "0.206.0", + "glob": "7.2.3", + "invariant": "2.2.4", + "jscodeshift": "0.14.0_at_babel_preset-env_7.24.4", + "mkdirp": "0.5.6", + "nullthrows": "1.1.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "ast-types": [ + "0.15.2" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commondir": [ + "1.0.1" + ], + "concat-map": [ + "0.0.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "fill-range": [ + "7.0.1" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0" + ], + "flow-parser": [ + "0.206.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-core-module": [ + "2.13.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "kind-of": [ + "6.0.3" + ], + "locate-path": [ + "3.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1" + ], + "make-dir": [ + "2.1.0" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ], + "ms": [ + "2.1.2" + ], + "neo-async": [ + "2.6.2" + ], + "node-dir": [ + "0.1.17" + ], + "node-releases": [ + "2.0.14" + ], + "nullthrows": [ + "1.1.1" + ], + "once": [ + "1.4.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "resolve": [ + "1.22.8" + ], + "rimraf": [ + "2.6.3" + ], + "semver": [ + "5.7.2", + "6.3.1" + ], + "shallow-clone": [ + "3.0.1" + ], + "signal-exit": [ + "3.0.7" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "tslib": [ + "2.6.2" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tough-cookie__2.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tough-cookie", + "version": "2.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "url": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__builder-util-runtime__8.9.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "builder-util-runtime", + "version": "8.9.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rhuKm5vh7E0aAmT6i8aoSfEjxzdYEFX7zDApK+eNgOhjofnWb74d9SRJv0H/8nsgOkos0TZ4zxW0P8J4N7xQ2A==", + "url": "https://registry.npmjs.org/builder-util-runtime/-/builder-util-runtime-8.9.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-class-static-block", + "version": "7.14.5_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-geo__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-geo", + "version": "3.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-array": "3.2.4" + }, + "transitive_closure": { + "d3-array": [ + "3.2.4" + ], + "d3-geo": [ + "3.1.1" + ], + "internmap": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rollup-plugin-node-polyfills__0.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rollup-plugin-node-polyfills", + "version": "0.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==", + "url": "https://registry.npmjs.org/rollup-plugin-node-polyfills/-/rollup-plugin-node-polyfills-0.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__deepmerge__4.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "deepmerge", + "version": "4.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "deepmerge": [ + "4.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_js-polyfills__0.73.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/js-polyfills", + "version": "0.73.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@react-native/js-polyfills": [ + "0.73.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__babel-plugin-polyfill-corejs2__0.4.10__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "babel-plugin-polyfill-corejs2", + "version": "0.4.10_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==", + "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-yarn-global__0.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-yarn-global", + "version": "0.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-yarn-global": [ + "0.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globby__11.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "globby", + "version": "11.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-union": "2.1.0", + "dir-glob": "3.0.1", + "fast-glob": "3.3.2", + "ignore": "5.3.1", + "merge2": "1.4.1", + "slash": "3.0.0" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "array-union": [ + "2.1.0" + ], + "braces": [ + "3.0.2" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "glob-parent": [ + "5.1.2" + ], + "globby": [ + "11.1.0" + ], + "ignore": [ + "5.3.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "slash": [ + "3.0.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-import__15.1.0__postcss_8.4.38__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss-import", + "version": "15.1.0_postcss_8.4.38", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.38", + "postcss-value-parser": "4.2.0", + "read-cache": "1.0.0", + "resolve": "1.22.8" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "nanoid": [ + "3.3.7" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "pify": [ + "2.3.0" + ], + "postcss": [ + "8.4.38" + ], + "postcss-import": [ + "15.1.0_postcss_8.4.38" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "read-cache": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "source-map-js": [ + "1.2.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ms__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ms", + "version": "2.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-stack__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/middleware-stack", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EPsIxMi8LtCt7YwTFpWGlVGYJc0q4kwFbOssY02qfqdCnyqi2y5wo089dH7OdxUooQ0D7CPsXM1zTTuzvm+9Fw==", + "url": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-private-property-in-object", + "version": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__supports-color__7.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "supports-color", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-config__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-config", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VGQJpfJawtwRzGzGXVUoohpIkB0iPom4DmSbAppKfumdhtLA8uVeEPp2GM61kL9hRvdbMhdWA7T+hZFDlo4mJA==", + "url": "https://registry.npmjs.org/metro-config/-/metro-config-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__string-width__5.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string-width", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "url": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nth-check__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "nth-check", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "boolbase": "1.0.0" + }, + "transitive_closure": { + "boolbase": [ + "1.0.0" + ], + "nth-check": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__keyv__4.5.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "keyv", + "version": "4.5.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "url": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esbuild__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esbuild", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "esbuild" + ], + "app/ide-desktop/lib/client": [ + "esbuild" + ], + "app/ide-desktop/lib/dashboard": [ + "esbuild" + ], + "app/ide-desktop/lib/esbuild-plugin-copy-directories": [ + "esbuild" + ] + }, + "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", + "url": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-url__1.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-url", + "version": "1.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==", + "url": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", + "@babel/plugin-transform-optional-chaining": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-babel-transformer__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-babel-transformer", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "hermes-parser": "0.20.1", + "nullthrows": "1.1.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "hermes-estree": [ + "0.20.1" + ], + "hermes-parser": [ + "0.20.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "nullthrows": [ + "1.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__temp-file__3.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "temp-file", + "version": "3.4.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "async-exit-hook": "2.0.1", + "fs-extra": "10.1.0" + }, + "transitive_closure": { + "async-exit-hook": [ + "2.0.1" + ], + "fs-extra": [ + "10.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "temp-file": [ + "3.4.0" + ], + "universalify": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_formatjs_icu-skeleton-parser__1.8.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@formatjs/icu-skeleton-parser", + "version": "1.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==", + "url": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-time-format__4.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-time-format", + "version": "4.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==", + "url": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__shebang-command__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "shebang-command", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_tough-cookie__4.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/tough-cookie", + "version": "4.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/tough-cookie": [ + "4.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_electron_get__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@electron/get", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==", + "url": "https://registry.npmjs.org/@electron/get/-/get-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__require-from-string__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "require-from-string", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "url": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__arraybuffer.prototype.slice__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "arraybuffer.prototype.slice", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-buffer-byte-length": "1.0.1", + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-errors": "1.3.0", + "get-intrinsic": "1.2.4", + "is-array-buffer": "3.0.4", + "is-shared-array-buffer": "1.0.3" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__http2-wrapper__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "http2-wrapper", + "version": "1.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "quick-lru": "5.1.1", + "resolve-alpn": "1.2.1" + }, + "transitive_closure": { + "http2-wrapper": [ + "1.0.3" + ], + "quick-lru": [ + "5.1.1" + ], + "resolve-alpn": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tailwindcss-react-aria-components__1.1.1__tailwindcss_3.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tailwindcss-react-aria-components", + "version": "1.1.1_tailwindcss_3.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "tailwindcss-react-aria-components" + ] + }, + "integrity": "sha512-ig2pJOz4Gb10uYbGrFiIb5Fs3hUlZ5fTaNfDmLMofVhwXLpyOY+swaSBNg3XzS0ccQHgag3vXxIuHQXVetKYQg==", + "url": "https://registry.npmjs.org/tailwindcss-react-aria-components/-/tailwindcss-react-aria-components-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__boolean__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "boolean", + "version": "3.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "boolean": [ + "3.2.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_select__3.9.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/select", + "version": "3.9.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/select": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-releases__2.0.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-releases", + "version": "2.0.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "url": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_win32-ia32__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/win32-ia32", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/win32-ia32": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_toggle__3.7.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/toggle", + "version": "3.7.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SHCF2btcoK57c4lyhucRbyPBAFpp0Pdp0vcPdn3hUgqbu6e5gE0CwG/mgFmZRAQoc7PRc7XifL0uNw8diJJI0Q==", + "url": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-path-inside__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-path-inside", + "version": "3.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-path-inside": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__nice-try__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "nice-try", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "url": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sideway_pinpoint__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sideway/pinpoint", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", + "url": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-dom__18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-dom", + "version": "18.2.0_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-dom" + ] + }, + "deps": { + "loose-envify": "1.4.0", + "react": "18.2.0", + "scheduler": "0.23.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cssstyle__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cssstyle", + "version": "2.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "cssom": "0.3.8" + }, + "transitive_closure": { + "cssom": [ + "0.3.8" + ], + "cssstyle": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__simple-swizzle__0.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "simple-swizzle", + "version": "0.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "is-arrayish": "0.3.2" + }, + "transitive_closure": { + "is-arrayish": [ + "0.3.2" + ], + "simple-swizzle": [ + "0.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__camel-case__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "camel-case", + "version": "4.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "pascal-case": "3.1.2", + "tslib": "2.6.2" + }, + "transitive_closure": { + "camel-case": [ + "4.1.2" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "pascal-case": [ + "3.1.2" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_opener__1.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/opener", + "version": "1.4.3", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@types/opener" + ] + }, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/opener": [ + "1.4.3" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-dynamic-import", + "version": "7.8.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-format__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-format", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==", + "url": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cors__2.8.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cors", + "version": "2.8.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "url": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__require-directory__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "require-directory", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "url": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__execa__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "execa", + "version": "5.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cross-spawn": "7.0.3", + "get-stream": "6.0.1", + "human-signals": "2.1.0", + "is-stream": "2.0.1", + "merge-stream": "2.0.0", + "npm-run-path": "4.0.1", + "onetime": "5.1.2", + "signal-exit": "3.0.7", + "strip-final-newline": "2.0.0" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "execa": [ + "5.1.1" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__process__0.11.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "process", + "version": "0.11.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "url": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-shape__3.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-shape", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", + "url": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__file-uri-to-path__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "file-uri-to-path", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "file-uri-to-path": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__functions-have-names__1.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "functions-have-names", + "version": "1.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "url": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_dev-middleware__0.73.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/dev-middleware", + "version": "0.73.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@isaacs/ttlcache": "1.4.1", + "@react-native/debugger-frontend": "0.73.3", + "chrome-launcher": "0.15.2", + "chromium-edge-launcher": "1.0.0", + "connect": "3.7.0", + "debug": "2.6.9", + "node-fetch": "2.7.0", + "open": "7.4.2", + "serve-static": "1.15.0", + "temp-dir": "2.0.0", + "ws": "6.2.2" + }, + "transitive_closure": { + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@types/node": [ + "20.12.7" + ], + "async-limiter": [ + "1.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "debug": [ + "2.6.9" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.1.2" + ], + "fresh": [ + "0.5.2" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "http-errors": [ + "2.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "marky": [ + "1.2.5" + ], + "mime": [ + "1.6.0" + ], + "minimatch": [ + "3.1.2" + ], + "mkdirp": [ + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "node-fetch": [ + "2.7.0" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "once": [ + "1.4.0" + ], + "open": [ + "7.4.2" + ], + "parseurl": [ + "1.3.3" + ], + "path-is-absolute": [ + "1.0.1" + ], + "range-parser": [ + "1.2.1" + ], + "rimraf": [ + "3.0.2" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "temp-dir": [ + "2.0.0" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "utils-merge": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "ws": [ + "6.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-user-agent__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/middleware-user-agent", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YvXvwllNDVvxQ30vIqLsx+P6jjnfFEQUmhlv64n98gOme6h2BqoyQDcC3yHRGctuxRZEsR7W/H1ASTKC+iabbQ==", + "url": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_node-fetch__2.6.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/node-fetch", + "version": "2.6.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7", + "form-data": "3.0.1" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/node-fetch": [ + "2.6.4" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "delayed-stream": [ + "1.0.0" + ], + "form-data": [ + "3.0.1" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-wsl__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-wsl", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-wsl": [ + "1.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stream-to-buffer__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "stream-to-buffer", + "version": "0.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "stream-to": "0.2.2" + }, + "transitive_closure": { + "stream-to": [ + "0.2.2" + ], + "stream-to-buffer": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_select__3.6.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/select", + "version": "3.6.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-duOxdHKol93h6Ew6fap6Amz+zngoERKZLSKVm/8I8uaBgkoBhEeTFv7mlpHTgINxymMw3mMrvy6GL/gfKFwkqg==", + "url": "https://registry.npmjs.org/@react-stately/select/-/select-3.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fs-constants__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fs-constants", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "url": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_fast-memoize__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@formatjs/fast-memoize", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__body-parser__1.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "body-parser", + "version": "1.20.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bytes": "3.1.2", + "content-type": "1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.2", + "type-is": "1.6.18", + "unpipe": "1.0.0" + }, + "transitive_closure": { + "body-parser": [ + "1.20.2" + ], + "bytes": [ + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "content-type": [ + "1.0.5" + ], + "debug": [ + "2.6.9" + ], + "define-data-property": [ + "1.1.4" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "http-errors": [ + "2.0.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "inherits": [ + "2.0.4" + ], + "media-typer": [ + "0.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "ms": [ + "2.0.0" + ], + "object-inspect": [ + "1.13.1" + ], + "on-finished": [ + "2.4.1" + ], + "qs": [ + "6.11.0" + ], + "raw-body": [ + "2.5.2" + ], + "safer-buffer": [ + "2.1.2" + ], + "set-function-length": [ + "1.2.2" + ], + "setprototypeof": [ + "1.2.0" + ], + "side-channel": [ + "1.0.6" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "unpipe": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-dsv__3.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-dsv", + "version": "3.0.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-dsv": [ + "3.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_menu__3.13.1__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/menu", + "version": "3.13.1_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jF80YIcvD16Fgwm5pj7ViUE3Dj7z5iewQixLaFVdvpgfyE58SD/ZVU9/JkK5g/03DYM0sjpUKZGkdFxxw8eKnw==", + "url": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sprintf-js__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sprintf-js", + "version": "1.1.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sprintf-js": [ + "1.1.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__file-type__3.9.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "file-type", + "version": "3.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==", + "url": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_babel__template__7.4.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/babel__template", + "version": "7.4.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.24.4", + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@types/babel__template": [ + "7.4.4" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chalk__5.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chalk", + "version": "5.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "chalk" + ], + "app/ide-desktop/lib/dashboard": [ + "chalk" + ] + }, + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "url": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-unicode-sets-regex", + "version": "7.18.6_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_monaco-editor_loader__1.4.0__monaco-editor_0.47.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@monaco-editor/loader", + "version": "1.4.0_monaco-editor_0.47.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==", + "url": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sindresorhus_is__4.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sindresorhus/is", + "version": "4.6.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sindresorhus/is": [ + "4.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__send__0.18.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "send", + "version": "0.18.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "etag": "1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "1.2.1", + "statuses": "2.0.1" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "etag": [ + "1.8.1" + ], + "fresh": [ + "0.5.2" + ], + "http-errors": [ + "2.0.0" + ], + "inherits": [ + "2.0.4" + ], + "mime": [ + "1.6.0" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "on-finished": [ + "2.4.1" + ], + "range-parser": [ + "1.2.1" + ], + "send": [ + "0.18.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tar-stream__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tar-stream", + "version": "2.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bl": "4.1.0", + "end-of-stream": "1.4.4", + "fs-constants": "1.0.0", + "inherits": "2.0.4", + "readable-stream": "3.6.2" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "end-of-stream": [ + "1.4.4" + ], + "fs-constants": [ + "1.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "tar-stream": [ + "2.2.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ini__1.3.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ini", + "version": "1.3.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ini": [ + "1.3.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-key__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-key", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-key": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__read-cache__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "read-cache", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "pify": "2.3.0" + }, + "transitive_closure": { + "pify": [ + "2.3.0" + ], + "read-cache": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__install__0.13.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "install", + "version": "0.13.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "install" + ] + }, + "deps": {}, + "transitive_closure": { + "install": [ + "0.13.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__github-from-package__0.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "github-from-package", + "version": "0.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "github-from-package": [ + "0.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es-to-primitive__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es-to-primitive", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-callable": "1.2.7", + "is-date-object": "1.0.5", + "is-symbol": "1.0.4" + }, + "transitive_closure": { + "es-to-primitive": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-date-object": [ + "1.0.5" + ], + "is-symbol": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__monaco-editor__0.47.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "monaco-editor", + "version": "0.47.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "monaco-editor" + ] + }, + "deps": {}, + "transitive_closure": { + "monaco-editor": [ + "0.47.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string_decoder__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string_decoder", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "safe-buffer": "5.1.2" + }, + "transitive_closure": { + "safe-buffer": [ + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite-node__0.34.7__at_types_node_20.12.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vite-node", + "version": "0.34.7_at_types_node_20.12.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "cac": "6.7.14", + "debug": "4.3.4", + "mlly": "1.6.1", + "pathe": "1.1.2", + "picocolors": "1.0.0", + "vite": "5.2.9_at_types_node_20.12.7" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "acorn": [ + "8.11.3" + ], + "cac": [ + "6.7.14" + ], + "confbox": [ + "0.1.7" + ], + "debug": [ + "4.3.4" + ], + "esbuild": [ + "0.20.2" + ], + "fsevents": [ + "2.3.3" + ], + "mlly": [ + "1.6.1" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "pathe": [ + "1.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "pkg-types": [ + "1.1.0" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "ufo": [ + "1.5.3" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vite-node": [ + "0.34.7_at_types_node_20.12.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xtend__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xtend", + "version": "4.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jimp__0.2.28__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jimp", + "version": "0.2.28", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bignumber.js": "2.4.0", + "bmp-js": "0.0.3", + "es6-promise": "3.3.1", + "exif-parser": "0.1.12", + "file-type": "3.9.0", + "jpeg-js": "0.2.0", + "load-bmfont": "1.4.1", + "mime": "1.6.0", + "mkdirp": "0.5.1", + "pixelmatch": "4.0.2", + "pngjs": "3.4.0", + "read-chunk": "1.0.1", + "request": "2.88.2", + "stream-to-buffer": "0.1.0", + "tinycolor2": "1.6.0", + "url-regex": "3.2.0" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "asn1": [ + "0.2.6" + ], + "assert-plus": [ + "1.0.0" + ], + "asynckit": [ + "0.4.0" + ], + "aws-sign2": [ + "0.7.0" + ], + "aws4": [ + "1.12.0" + ], + "bcrypt-pbkdf": [ + "1.0.2" + ], + "bignumber.js": [ + "2.4.0" + ], + "bmp-js": [ + "0.0.3" + ], + "buffer-equal": [ + "0.0.1" + ], + "caseless": [ + "0.12.0" + ], + "combined-stream": [ + "1.0.8" + ], + "core-util-is": [ + "1.0.2" + ], + "dashdash": [ + "1.14.1" + ], + "delayed-stream": [ + "1.0.0" + ], + "dom-walk": [ + "0.1.2" + ], + "ecc-jsbn": [ + "0.1.2" + ], + "es6-promise": [ + "3.3.1" + ], + "exif-parser": [ + "0.1.12" + ], + "extend": [ + "3.0.2" + ], + "extsprintf": [ + "1.3.0", + "1.4.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "file-type": [ + "3.9.0" + ], + "forever-agent": [ + "0.6.1" + ], + "form-data": [ + "2.3.3" + ], + "getpass": [ + "0.1.7" + ], + "global": [ + "4.4.0" + ], + "har-schema": [ + "2.0.0" + ], + "har-validator": [ + "5.1.5" + ], + "http-signature": [ + "1.2.0" + ], + "ip-regex": [ + "1.0.3" + ], + "is-function": [ + "1.0.2" + ], + "is-typedarray": [ + "1.0.0" + ], + "isstream": [ + "0.1.2" + ], + "jimp": [ + "0.2.28" + ], + "jpeg-js": [ + "0.2.0" + ], + "jsbn": [ + "0.1.1" + ], + "json-schema": [ + "0.4.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "jsprim": [ + "1.4.2" + ], + "load-bmfont": [ + "1.4.1" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "min-document": [ + "2.19.0" + ], + "minimist": [ + "0.0.8" + ], + "mkdirp": [ + "0.5.1" + ], + "oauth-sign": [ + "0.9.0" + ], + "parse-bmfont-ascii": [ + "1.0.6" + ], + "parse-bmfont-binary": [ + "1.0.6" + ], + "parse-bmfont-xml": [ + "1.1.6" + ], + "parse-headers": [ + "2.0.5" + ], + "performance-now": [ + "2.1.0" + ], + "phin": [ + "2.9.3" + ], + "pixelmatch": [ + "4.0.2" + ], + "pngjs": [ + "3.4.0" + ], + "process": [ + "0.11.10" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.5.3" + ], + "read-chunk": [ + "1.0.1" + ], + "request": [ + "2.88.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "sax": [ + "1.3.0" + ], + "sshpk": [ + "1.18.0" + ], + "stream-to": [ + "0.2.2" + ], + "stream-to-buffer": [ + "0.1.0" + ], + "tinycolor2": [ + "1.6.0" + ], + "tough-cookie": [ + "2.5.0" + ], + "tunnel-agent": [ + "0.6.0" + ], + "tweetnacl": [ + "0.14.5" + ], + "uri-js": [ + "4.4.1" + ], + "url-regex": [ + "3.2.0" + ], + "uuid": [ + "3.4.0" + ], + "verror": [ + "1.10.0" + ], + "xhr": [ + "2.6.0" + ], + "xml-parse-from-string": [ + "1.0.1" + ], + "xml2js": [ + "0.5.0" + ], + "xmlbuilder": [ + "11.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xdg-basedir__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xdg-basedir", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xdg-basedir": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__argparse__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "argparse", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "url": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__punycode__2.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "punycode", + "version": "2.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "url": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_listbox__3.11.5__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/listbox", + "version": "3.11.5_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/list": "3.10.3_react_18.2.0", + "@react-types/listbox": "3.4.7_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/listbox": [ + "3.11.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/listbox": [ + "3.4.7_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__toidentifier__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "toidentifier", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "url": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__crelt__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "crelt", + "version": "1.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "crelt": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_searchfield__3.7.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/searchfield", + "version": "3.7.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mnYI969R7tU3yMRIGmY1+peq7tmEW0W3MB/J2ImK36Obz/91tTtspHHEeFtPlQDLIyvVPB0Ucam4LIxCKPJm/Q==", + "url": "https://registry.npmjs.org/@react-aria/searchfield/-/searchfield-3.7.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3__7.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3", + "version": "7.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/d3" + ] + }, + "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==", + "url": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_breadcrumbs__3.5.11__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/breadcrumbs", + "version": "3.5.11_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bQz4g2tKvcWxeqPGj9O0RQf++Ka8f2o/pJMJB+QQ27DVQWhxpQpND//oFku2aFYkxHB/fyD9qVoiqpQR25bidw==", + "url": "https://registry.npmjs.org/@react-aria/breadcrumbs/-/breadcrumbs-3.5.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-unicode-property-regex__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-unicode-property-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_interactions__3.21.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/interactions", + "version": "3.21.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/ssr": "3.9.2_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__delayed-stream__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "delayed-stream", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "url": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__gopd__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "gopd", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "url": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__assertion-error__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "assertion-error", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "assertion-error": [ + "1.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unbzip2-stream__1.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unbzip2-stream", + "version": "1.4.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "unbzip2-stream" + ] + }, + "deps": { + "buffer": "5.7.1", + "through": "2.3.8" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ], + "through": [ + "2.3.8" + ], + "unbzip2-stream": [ + "1.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-loong64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-loong64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", + "url": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__immediate__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "immediate", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "immediate": [ + "3.3.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-template-literals__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-template-literals", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_view__6.26.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/view", + "version": "6.26.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/state": "6.4.1", + "style-mod": "4.1.2", + "w3c-keyname": "2.2.8" + }, + "transitive_closure": { + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__through2__2.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "through2", + "version": "2.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "url": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsesc__2.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsesc", + "version": "2.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "url": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sirv__2.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sirv", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", + "url": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__slice-ansi__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "slice-ansi", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "4.3.0", + "astral-regex": "2.0.0", + "is-fullwidth-code-point": "3.0.0" + }, + "transitive_closure": { + "ansi-styles": [ + "4.3.0" + ], + "astral-regex": [ + "2.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "slice-ansi": [ + "3.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__core-util-is__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "core-util-is", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "core-util-is": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_histoire_plugin-vue__0.17.17__173917644__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@histoire/plugin-vue", + "version": "0.17.17_173917644", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@histoire/plugin-vue" + ] + }, + "deps": { + "@histoire/controls": "0.17.17_vite_5.2.9", + "@histoire/shared": "0.17.17_vite_5.2.9", + "@histoire/vendors": "0.17.17", + "change-case": "4.1.2", + "globby": "13.2.2", + "histoire": "0.17.17_956355448", + "launch-editor": "2.6.1", + "pathe": "1.1.2", + "vue": "3.4.23_typescript_5.2.2" + }, + "transitive_closure": { + "@akryum/tinypool": [ + "0.3.1" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@codemirror/commands": [ + "6.4.0" + ], + "@codemirror/lang-json": [ + "6.0.1" + ], + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/lint": [ + "6.5.0" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/theme-one-dark": [ + "6.1.2" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@histoire/app": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/controls": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/plugin-vue": [ + "0.17.17_173917644" + ], + "@histoire/shared": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/vendors": [ + "0.17.17" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/json": [ + "1.0.2" + ], + "@lezer/lr": [ + "1.4.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@polka/url": [ + "1.0.0-next.25" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/flexsearch": [ + "0.7.6" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/linkify-it": [ + "3.0.5" + ], + "@types/markdown-it": [ + "12.2.3" + ], + "@types/mdurl": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.11.3" + ], + "acorn-globals": [ + "7.0.1" + ], + "acorn-walk": [ + "8.3.2" + ], + "agent-base": [ + "6.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "argparse": [ + "1.0.10", + "2.0.1" + ], + "asynckit": [ + "0.4.0" + ], + "binary-extensions": [ + "2.3.0" + ], + "birpc": [ + "0.1.1" + ], + "braces": [ + "3.0.2" + ], + "cac": [ + "6.7.14" + ], + "camel-case": [ + "4.1.2" + ], + "capital-case": [ + "1.0.4" + ], + "change-case": [ + "4.1.2" + ], + "chokidar": [ + "3.6.0" + ], + "combined-stream": [ + "1.0.8" + ], + "confbox": [ + "0.1.7" + ], + "connect": [ + "3.7.0" + ], + "constant-case": [ + "3.0.4" + ], + "crelt": [ + "1.0.6" + ], + "cssom": [ + "0.3.8", + "0.5.0" + ], + "cssstyle": [ + "2.3.0" + ], + "csstype": [ + "3.1.3" + ], + "data-urls": [ + "3.0.2" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decimal.js": [ + "10.4.3" + ], + "defu": [ + "6.1.4" + ], + "delayed-stream": [ + "1.0.0" + ], + "diacritics": [ + "1.3.0" + ], + "dir-glob": [ + "3.0.1" + ], + "domexception": [ + "4.0.0" + ], + "dot-case": [ + "3.0.4" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "entities": [ + "2.1.0", + "4.5.0" + ], + "esbuild": [ + "0.20.2" + ], + "escape-html": [ + "1.0.3" + ], + "escodegen": [ + "2.1.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "estree-walker": [ + "2.0.2" + ], + "esutils": [ + "2.0.3" + ], + "extend-shallow": [ + "2.0.1" + ], + "fast-glob": [ + "3.3.2" + ], + "fastq": [ + "1.17.1" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "flexsearch": [ + "0.7.21" + ], + "form-data": [ + "4.0.0" + ], + "fs-extra": [ + "10.1.0" + ], + "fsevents": [ + "2.3.3" + ], + "glob-parent": [ + "5.1.2" + ], + "globby": [ + "13.2.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "gray-matter": [ + "4.0.3" + ], + "header-case": [ + "2.0.4" + ], + "histoire": [ + "0.17.17_956355448" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "iconv-lite": [ + "0.6.3" + ], + "ignore": [ + "5.3.1" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-extendable": [ + "0.1.1" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "jiti": [ + "1.21.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsdom": [ + "20.0.3" + ], + "jsonfile": [ + "6.1.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "linkify-it": [ + "3.0.3" + ], + "lower-case": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "markdown-it": [ + "12.3.2" + ], + "markdown-it-anchor": [ + "8.6.7_-980411654" + ], + "markdown-it-attrs": [ + "4.1.6_markdown-it_12.3.2" + ], + "markdown-it-emoji": [ + "2.0.2" + ], + "mdurl": [ + "1.0.1" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mlly": [ + "1.6.1" + ], + "mri": [ + "1.2.0" + ], + "mrmime": [ + "1.0.1", + "2.0.0" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "no-case": [ + "3.0.4" + ], + "normalize-path": [ + "3.0.0" + ], + "nwsapi": [ + "2.2.7" + ], + "on-finished": [ + "2.3.0" + ], + "param-case": [ + "3.0.4" + ], + "parse5": [ + "7.1.2" + ], + "parseurl": [ + "1.3.3" + ], + "pascal-case": [ + "3.1.2" + ], + "path-case": [ + "3.0.4" + ], + "path-type": [ + "4.0.0" + ], + "pathe": [ + "1.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-types": [ + "1.1.0" + ], + "postcss": [ + "8.4.38" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "querystringify": [ + "2.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "readdirp": [ + "3.6.0" + ], + "requires-port": [ + "1.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rollup": [ + "4.14.3" + ], + "run-parallel": [ + "1.2.0" + ], + "sade": [ + "1.8.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "saxes": [ + "6.0.0" + ], + "section-matter": [ + "1.0.0" + ], + "sentence-case": [ + "3.0.4" + ], + "shell-quote": [ + "1.8.1" + ], + "shiki-es": [ + "0.2.0" + ], + "sirv": [ + "2.0.4" + ], + "slash": [ + "4.0.0" + ], + "snake-case": [ + "3.0.4" + ], + "source-map": [ + "0.6.1" + ], + "source-map-js": [ + "1.2.0" + ], + "sprintf-js": [ + "1.0.3" + ], + "statuses": [ + "1.5.0" + ], + "strip-bom-string": [ + "1.0.0" + ], + "style-mod": [ + "4.1.2" + ], + "symbol-tree": [ + "3.2.4" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "totalist": [ + "3.0.1" + ], + "tough-cookie": [ + "4.1.3" + ], + "tr46": [ + "3.0.0" + ], + "tslib": [ + "2.6.2" + ], + "typescript": [ + "5.2.2" + ], + "uc.micro": [ + "1.0.6" + ], + "ufo": [ + "1.5.3" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "0.2.0", + "2.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "upper-case": [ + "2.0.2" + ], + "upper-case-first": [ + "2.0.2" + ], + "url-parse": [ + "1.5.10" + ], + "utils-merge": [ + "1.0.1" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vite-node": [ + "0.34.7_at_types_node_20.12.7" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "w3c-keyname": [ + "2.2.8" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "11.0.0" + ], + "ws": [ + "8.16.0" + ], + "xml-name-validator": [ + "4.0.0" + ], + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_code-frame__7.24.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/code-frame", + "version": "7.24.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", + "url": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-annotate-as-pure__7.22.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-annotate-as-pure", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "url": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_darwin-x64__0.17.19__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/darwin-x64", + "version": "0.17.19", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@esbuild/darwin-x64" + ], + "app/ide-desktop/lib/dashboard": [ + "@esbuild/darwin-x64" + ] + }, + "deps": {}, + "transitive_closure": { + "@esbuild/darwin-x64": [ + "0.17.19" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unbox-primitive__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unbox-primitive", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "url": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-aria-components__1.1.1__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-aria-components", + "version": "1.1.1_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-aria-components" + ] + }, + "integrity": "sha512-XdgqSbrlh9V1vJEvTwrnr+YGndQWYcVEAbN+Rx104o9g88cAAabclgetU2OUJ9Gbht6+gwnvnA0ksgXzVZog2Q==", + "url": "https://registry.npmjs.org/react-aria-components/-/react-aria-components-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_selection__3.17.5__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/selection", + "version": "3.17.5_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/selection": "3.14.3_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sindresorhus_is__0.14.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sindresorhus/is", + "version": "0.14.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sindresorhus/is": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_tough-cookie__4.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/tough-cookie", + "version": "4.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", + "url": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__eslint__8.57.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint", + "version": "8.57.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "eslint" + ], + "app/ide-desktop": [ + "eslint" + ], + "app/ide-desktop/lib/dashboard": [ + "eslint" + ] + }, + "deps": { + "@eslint-community/eslint-utils": "4.4.0_eslint_8.57.0", + "@eslint-community/regexpp": "4.10.0", + "@eslint/eslintrc": "2.1.4", + "@eslint/js": "8.57.0", + "@humanwhocodes/config-array": "0.11.14", + "@humanwhocodes/module-importer": "1.0.1", + "@nodelib/fs.walk": "1.2.8", + "@ungap/structured-clone": "1.2.0", + "ajv": "6.12.6", + "chalk": "4.1.2", + "cross-spawn": "7.0.3", + "debug": "4.3.4", + "doctrine": "3.0.0", + "escape-string-regexp": "4.0.0", + "eslint-scope": "7.2.2", + "eslint-visitor-keys": "3.4.3", + "espree": "9.6.1", + "esquery": "1.5.0", + "esutils": "2.0.3", + "fast-deep-equal": "3.1.3", + "file-entry-cache": "6.0.1", + "find-up": "5.0.0", + "glob-parent": "6.0.2", + "globals": "13.24.0", + "graphemer": "1.4.0", + "ignore": "5.3.1", + "imurmurhash": "0.1.4", + "is-glob": "4.0.3", + "is-path-inside": "3.0.3", + "js-yaml": "4.1.0", + "json-stable-stringify-without-jsonify": "1.0.1", + "levn": "0.4.1", + "lodash.merge": "4.6.2", + "minimatch": "3.1.2", + "natural-compare": "1.4.0", + "optionator": "0.9.3", + "strip-ansi": "6.0.1", + "text-table": "0.2.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_win32-x64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/win32-x64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", + "url": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__neo-async__2.6.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "neo-async", + "version": "2.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "url": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__import-lazy__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "import-lazy", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "import-lazy": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jest-environment-node__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jest-environment-node", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", + "url": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__require-directory__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "require-directory", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "require-directory": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-user-agent-node__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-user-agent-node", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/node-config-provider": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/node-config-provider": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-user-agent-node": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_es-joy_jsdoccomment__0.41.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@es-joy/jsdoccomment", + "version": "0.41.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==", + "url": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__command-exists__1.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "command-exists", + "version": "1.2.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "command-exists": [ + "1.2.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__config-chain__1.1.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "config-chain", + "version": "1.1.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "url": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sucrase__3.35.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sucrase", + "version": "3.35.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "sucrase" + ] + }, + "deps": { + "@jridgewell/gen-mapping": "0.3.5", + "commander": "4.1.1", + "glob": "10.3.12", + "lines-and-columns": "1.2.4", + "mz": "2.7.0", + "pirates": "4.0.6", + "ts-interface-checker": "0.1.13" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "any-promise": [ + "1.3.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "commander": [ + "4.1.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "foreground-child": [ + "3.1.1" + ], + "glob": [ + "10.3.12" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "lines-and-columns": [ + "1.2.4" + ], + "lru-cache": [ + "10.2.0" + ], + "minimatch": [ + "9.0.4" + ], + "minipass": [ + "7.0.4" + ], + "mz": [ + "2.7.0" + ], + "object-assign": [ + "4.1.1" + ], + "path-key": [ + "3.1.1" + ], + "path-scurry": [ + "1.10.2" + ], + "pirates": [ + "4.0.6" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "sucrase": [ + "3.35.0" + ], + "thenify": [ + "3.3.1" + ], + "thenify-all": [ + "1.6.0" + ], + "ts-interface-checker": [ + "0.1.13" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__floating-vue__2.0.0__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "floating-vue", + "version": "2.0.0_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "floating-vue" + ] + }, + "integrity": "sha512-YSffLYOjoaaPPBZc7VQR2qMCQ7xeXuh7i8a2u8WOdSmkjTtKtZpj2aaJnLtZRHmehrMHyCgtSxLu8jFNNX2sVw==", + "url": "https://registry.npmjs.org/floating-vue/-/floating-vue-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-regex__5.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-regex", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-stream__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-stream", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-stream": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__section-matter__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "section-matter", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", + "url": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__async-limiter__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "async-limiter", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", + "url": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__acorn-jsx__5.3.2__acorn_8.11.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "acorn-jsx", + "version": "5.3.2_acorn_8.11.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.11.3" + }, + "transitive_closure": { + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__defer-to-connect__1.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "defer-to-connect", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", + "url": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__has-bigints__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "has-bigints", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-bigints": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__commondir__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "commondir", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "url": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-potential-custom-element-name__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-potential-custom-element-name", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-potential-custom-element-name": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jest_fake-timers__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jest/fake-timers", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "@sinonjs/fake-timers": "10.3.0", + "@types/node": "20.12.7", + "jest-message-util": "29.7.0", + "jest-mock": "29.7.0", + "jest-util": "29.7.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "braces": [ + "3.0.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "fill-range": [ + "7.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "is-number": [ + "7.0.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "type-detect": [ + "4.0.8" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_tanstack_query-core__5.29.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@tanstack/query-core", + "version": "5.29.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@tanstack/query-core": [ + "5.29.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lazy-val__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lazy-val", + "version": "1.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lazy-val": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__zod__3.22.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "zod", + "version": "3.22.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "zod" + ] + }, + "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "url": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_unbzip2-stream__1.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/unbzip2-stream", + "version": "1.4.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/unbzip2-stream" + ] + }, + "deps": { + "@types/through": "0.0.33" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/through": [ + "0.0.33" + ], + "@types/unbzip2-stream": [ + "1.4.3" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-tsconfig__4.7.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-tsconfig", + "version": "4.7.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "resolve-pkg-maps": "1.0.0" + }, + "transitive_closure": { + "get-tsconfig": [ + "4.7.3" + ], + "resolve-pkg-maps": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ansi-styles__3.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-styles", + "version": "3.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__camelcase__5.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "camelcase", + "version": "5.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "camelcase": [ + "5.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-ci__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-ci", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ci-info": "2.0.0" + }, + "transitive_closure": { + "ci-info": [ + "2.0.0" + ], + "is-ci": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globals__13.24.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "globals", + "version": "13.24.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "url": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__webidl-conversions__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "webidl-conversions", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "webidl-conversions": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isbinaryfile__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isbinaryfile", + "version": "3.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-alloc": "1.2.0" + }, + "transitive_closure": { + "buffer-alloc": [ + "1.2.0" + ], + "buffer-alloc-unsafe": [ + "1.1.0" + ], + "buffer-fill": [ + "1.0.0" + ], + "isbinaryfile": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sax__1.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sax", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==", + "url": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__reusify__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "reusify", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "url": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_keyv__3.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/keyv", + "version": "3.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", + "url": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__global-agent__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "global-agent", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==", + "url": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__kind-of__6.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "kind-of", + "version": "6.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "url": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-member-expression-to-functions__7.23.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-member-expression-to-functions", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", + "url": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regenerator-runtime__0.14.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "regenerator-runtime", + "version": "0.14.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regenerator-runtime": [ + "0.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sumchecker__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sumchecker", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4" + }, + "transitive_closure": { + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "sumchecker": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-random__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-random", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==", + "url": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-amplify_core__5.8.5__react-native_0.73.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-amplify/core", + "version": "5.8.5_react-native_0.73.7", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@aws-amplify/core" + ] + }, + "deps": { + "@aws-crypto/sha256-js": "1.2.2", + "@aws-sdk/client-cloudwatch-logs": "3.6.1_react-native_0.73.7", + "@aws-sdk/types": "3.6.1", + "@aws-sdk/util-hex-encoding": "3.6.1", + "@types/node-fetch": "2.6.4", + "isomorphic-unfetch": "3.1.0", + "react-native-url-polyfill": "1.3.0_react-native_0.73.7", + "tslib": "1.14.1", + "universal-cookie": "4.0.4", + "zen-observable-ts": "0.8.19" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@aws-amplify/core": [ + "5.8.5_react-native_0.73.7" + ], + "@aws-crypto/ie11-detection": [ + "1.0.0" + ], + "@aws-crypto/sha256-browser": [ + "1.2.2" + ], + "@aws-crypto/sha256-js": [ + "1.2.2" + ], + "@aws-crypto/supports-web-crypto": [ + "1.0.0" + ], + "@aws-crypto/util": [ + "1.2.2" + ], + "@aws-sdk/abort-controller": [ + "3.6.1" + ], + "@aws-sdk/client-cloudwatch-logs": [ + "3.6.1_react-native_0.73.7" + ], + "@aws-sdk/config-resolver": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-env": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-imds": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-ini": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-node": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-process": [ + "3.6.1" + ], + "@aws-sdk/fetch-http-handler": [ + "3.6.1" + ], + "@aws-sdk/hash-node": [ + "3.6.1" + ], + "@aws-sdk/invalid-dependency": [ + "3.6.1" + ], + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/middleware-content-length": [ + "3.6.1" + ], + "@aws-sdk/middleware-host-header": [ + "3.6.1" + ], + "@aws-sdk/middleware-logger": [ + "3.6.1" + ], + "@aws-sdk/middleware-retry": [ + "3.6.1_react-native_0.73.7" + ], + "@aws-sdk/middleware-serde": [ + "3.6.1" + ], + "@aws-sdk/middleware-signing": [ + "3.6.1" + ], + "@aws-sdk/middleware-stack": [ + "3.6.1" + ], + "@aws-sdk/middleware-user-agent": [ + "3.6.1" + ], + "@aws-sdk/node-config-provider": [ + "3.6.1" + ], + "@aws-sdk/node-http-handler": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/querystring-builder": [ + "3.6.1" + ], + "@aws-sdk/querystring-parser": [ + "3.6.1" + ], + "@aws-sdk/service-error-classification": [ + "3.6.1" + ], + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "@aws-sdk/signature-v4": [ + "3.6.1" + ], + "@aws-sdk/smithy-client": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/url-parser": [ + "3.6.1" + ], + "@aws-sdk/url-parser-native": [ + "3.6.1" + ], + "@aws-sdk/util-base64-browser": [ + "3.6.1" + ], + "@aws-sdk/util-base64-node": [ + "3.6.1" + ], + "@aws-sdk/util-body-length-browser": [ + "3.6.1" + ], + "@aws-sdk/util-body-length-node": [ + "3.6.1" + ], + "@aws-sdk/util-buffer-from": [ + "3.6.1" + ], + "@aws-sdk/util-hex-encoding": [ + "3.6.1" + ], + "@aws-sdk/util-locate-window": [ + "3.535.0" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "@aws-sdk/util-user-agent-browser": [ + "3.6.1" + ], + "@aws-sdk/util-user-agent-node": [ + "3.6.1" + ], + "@aws-sdk/util-utf8-browser": [ + "3.259.0", + "3.6.1" + ], + "@aws-sdk/util-utf8-node": [ + "3.6.1" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@react-native/assets-registry": [ + "0.73.1" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/gradle-plugin": [ + "0.73.4" + ], + "@react-native/js-polyfills": [ + "0.73.1" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@react-native/normalize-colors": [ + "0.73.2" + ], + "@react-native/virtualized-lists": [ + "0.73.4_react-native_0.73.7" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/cookie": [ + "0.3.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/node-fetch": [ + "2.6.4" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "abort-controller": [ + "3.0.0" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "anser": [ + "1.4.10" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "asap": [ + "2.0.6" + ], + "ast-types": [ + "0.15.2" + ], + "astral-regex": [ + "1.0.0" + ], + "async-limiter": [ + "1.0.1" + ], + "asynckit": [ + "0.4.0" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "bowser": [ + "2.11.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "call-bind": [ + "1.0.7" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0", + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "2.20.3", + "9.5.0" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "cookie": [ + "0.4.2" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "define-data-property": [ + "1.1.4" + ], + "delayed-stream": [ + "1.0.0" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "event-target-shim": [ + "5.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-base64-decode": [ + "1.0.0" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "flow-enums-runtime": [ + "0.0.6" + ], + "flow-parser": [ + "0.206.0" + ], + "form-data": [ + "3.0.1" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "isomorphic-unfetch": [ + "3.1.0" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "joi": [ + "17.12.3" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-android": [ + "250231.0.0" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "4.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "kleur": [ + "3.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "5.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "memoize-one": [ + "5.2.1" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "node-stream-zip": [ + "1.15.0" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "object-assign": [ + "4.1.1" + ], + "object-inspect": [ + "1.13.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "promise": [ + "8.3.0" + ], + "prompts": [ + "2.4.2" + ], + "prop-types": [ + "15.8.1" + ], + "punycode": [ + "1.4.1", + "2.3.1" + ], + "qs": [ + "6.12.1" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react": [ + "18.2.0" + ], + "react-devtools-core": [ + "4.28.5" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "react-native": [ + "0.73.7_-1997537249" + ], + "react-native-get-random-values": [ + "1.11.0_react-native_0.73.7" + ], + "react-native-url-polyfill": [ + "1.3.0_react-native_0.73.7" + ], + "react-refresh": [ + "0.14.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.6" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slash": [ + "3.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1", + "0.7.4" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stack-utils": [ + "2.0.6" + ], + "stackframe": [ + "1.3.4" + ], + "stacktrace-parser": [ + "0.1.10" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ], + "type-detect": [ + "4.0.8" + ], + "type-fest": [ + "0.7.1" + ], + "undici-types": [ + "5.26.5" + ], + "unfetch": [ + "4.2.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "universal-cookie": [ + "4.0.4" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "url": [ + "0.11.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "3.4.0" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1", + "5.0.0" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "whatwg-url-without-unicode": [ + "8.0.0-3" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0", + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "4.0.3", + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1", + "17.6.2" + ], + "yargs-parser": [ + "18.1.3", + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ], + "zen-observable": [ + "0.8.15" + ], + "zen-observable-ts": [ + "0.8.19" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__find-cache-dir__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "find-cache-dir", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "commondir": "1.0.1", + "make-dir": "2.1.0", + "pkg-dir": "3.0.0" + }, + "transitive_closure": { + "commondir": [ + "1.0.1" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0" + ], + "locate-path": [ + "3.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ], + "pify": [ + "4.0.1" + ], + "pkg-dir": [ + "3.0.0" + ], + "semver": [ + "5.7.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_parser__7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/parser", + "version": "7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@babel/parser" + ] + }, + "integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==", + "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__human-signals__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "human-signals", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "url": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__widest-line__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "widest-line", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "string-width": "4.2.3" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "widest-line": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pretty-format__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pretty-format", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/schemas": "29.6.3", + "ansi-styles": "5.2.0", + "react-is": "18.2.0" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "ansi-styles": [ + "5.2.0" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tr46__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tr46", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "url": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_ssr__3.9.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/ssr", + "version": "3.9.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0gKkgDYdnq1w+ey8KzG9l+H5Z821qh9vVjztk55rUg71vTk/Eaebeir+WtzcLLwTjw3m/asIjx8Y59y1lJZhBw==", + "url": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sinclair_typebox__0.27.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sinclair/typebox", + "version": "0.27.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__domelementtype__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "domelementtype", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "domelementtype": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__astral-regex__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "astral-regex", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "url": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__istanbul-reports__3.1.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "istanbul-reports", + "version": "3.1.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "html-escaper": "2.0.2", + "istanbul-lib-report": "3.0.1" + }, + "transitive_closure": { + "has-flag": [ + "4.0.0" + ], + "html-escaper": [ + "2.0.2" + ], + "istanbul-lib-coverage": [ + "3.2.2" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-reports": [ + "3.1.7" + ], + "lru-cache": [ + "6.0.0" + ], + "make-dir": [ + "4.0.0" + ], + "semver": [ + "7.6.0" + ], + "supports-color": [ + "7.2.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_electron_universal__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@electron/universal", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zX9O6+jr2NMyAdSkwEUlyltiI4/EBLu2Ls/VD3pUQdi3cAYeYfdQnT2AJJ38HE4QxLccbU13LSpccw1IWlkyag==", + "url": "https://registry.npmjs.org/@electron/universal/-/universal-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fs-extra__7.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fs-extra", + "version": "7.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "jsonfile": "4.0.0", + "universalify": "0.1.2" + }, + "transitive_closure": { + "fs-extra": [ + "7.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "4.0.0" + ], + "universalify": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_smithy-client__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/smithy-client", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AVpRK4/iUxNeDdAm8UqP0ZgtgJMQeWcagTylijwelhWXyXzHUReY1sgILsWcdWnoy6gq845W7K2VBhBleni8+w==", + "url": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chokidar__3.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chokidar", + "version": "3.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "url": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_runtime-core__3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/runtime-core", + "version": "3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FeQ9MZEXoFzFkFiw9MQQ/FWs3srvrP+SjDKSeRIiQHIhtkzoj0X4rWQlRNHbGuSwLra6pMyjAttwixNMjc/xLw==", + "url": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-directory__0.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-directory", + "version": "0.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==", + "url": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__defu__6.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "defu", + "version": "6.1.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "defu": [ + "6.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_credential-provider-node__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/credential-provider-node", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/credential-provider-env": "3.6.1", + "@aws-sdk/credential-provider-imds": "3.6.1", + "@aws-sdk/credential-provider-ini": "3.6.1", + "@aws-sdk/credential-provider-process": "3.6.1", + "@aws-sdk/property-provider": "3.6.1", + "@aws-sdk/shared-ini-file-loader": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/credential-provider-env": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-imds": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-ini": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-node": [ + "3.6.1" + ], + "@aws-sdk/credential-provider-process": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__undici-types__5.26.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "undici-types", + "version": "5.26.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minipass__7.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minipass", + "version": "7.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "url": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tinybench__2.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tinybench", + "version": "2.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Qgayeb106x2o4hNzNjsZEfFziw8IbKqtbXBjVh7VIZfBxfD5M4gWtpyx5+YTae2gJ6Y6Dz/KLepiv16RFeQWNA==", + "url": "https://registry.npmjs.org/tinybench/-/tinybench-2.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isomorphic-unfetch__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isomorphic-unfetch", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", + "url": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_tabs__3.3.5__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/tabs", + "version": "3.3.5_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6NTSZBOWekCtApdZrhu5tHhE/8q52oVohQN+J5T7shAXd6ZAtu8PABVR/nH4BWucc8FL0OUajRqunqzQMU13gA==", + "url": "https://registry.npmjs.org/@react-types/tabs/-/tabs-3.3.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-s390x-gnu__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-s390x-gnu", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jOO/PEaDitOmY9TgkxF/TQIjXySQe5KVYB57H/8LRP/ux0ZoO8cSHCX17asMSv3ruwslXW/TLBcxyaUzGRHcqg==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__flatted__3.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "flatted", + "version": "3.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "flatted": [ + "3.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cssstyle__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cssstyle", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==", + "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_estree__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/estree", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "url": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mime-types__2.1.35__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mime-types", + "version": "2.1.35", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "mime-types" + ] + }, + "deps": { + "mime-db": "1.52.0" + }, + "transitive_closure": { + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__end-of-stream__1.4.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "end-of-stream", + "version": "1.4.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "url": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__eslint__8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint", + "version": "8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "eslint" + ], + "app/ide-desktop": [ + "eslint" + ], + "app/ide-desktop/lib/dashboard": [ + "eslint" + ] + }, + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "url": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimatch__9.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minimatch", + "version": "9.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimatch__9.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minimatch", + "version": "9.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_to-ico__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/to-ico", + "version": "1.1.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/icons": [ + "@types/to-ico" + ] + }, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/to-ico": [ + "1.1.3" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_json-schema__7.0.15__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/json-schema", + "version": "7.0.15", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/json-schema": [ + "7.0.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minimatch__9.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minimatch", + "version": "9.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsx-ast-utils__3.3.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsx-ast-utils", + "version": "3.3.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-includes": "3.1.8", + "array.prototype.flat": "1.3.2", + "object.assign": "4.1.5", + "object.values": "1.2.0" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "array-includes": [ + "3.1.8" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-shim-unscopables": [ + "1.0.2" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "jsx-ast-utils": [ + "3.3.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "object.values": [ + "1.2.0" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__big-integer__1.6.52": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "big-integer", + "version": "1.6.52", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", + "url": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_tooltip__3.7.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/tooltip", + "version": "3.7.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6jXOSGPao3gPgUQWLbH2r/jxGMqIaIKrJgfwu9TQrh+UkwwiTYW20EpEDCYY2nRFlcoi7EYAiPDSEbHCwXS7Lg==", + "url": "https://registry.npmjs.org/@react-aria/tooltip/-/tooltip-3.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__doctrine__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "doctrine", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "url": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_invalid-dependency__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/invalid-dependency", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d0RLqK7yeDCZJKopnGmGXo2rYkQNE7sGKVmBHQD1j1kKZ9lWwRoJeWqo834JNPZzY5XRvZG5SuIjJ1kFy8LpyQ==", + "url": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_node-config-provider__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/node-config-provider", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x2Z7lm0ZhHYqMybvkaI5hDKfBkaLaXhTDfgrLl9TmBZ3QHO4fIHgeL82VZ90Paol+OS+jdq2AheLmzbSxv3HrA==", + "url": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__codemirror__6.0.1__at_lezer_common_1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "codemirror", + "version": "6.0.1_at_lezer_common_1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "codemirror" + ] + }, + "integrity": "sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==", + "url": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__murmurhash__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "murmurhash", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "murmurhash" + ] + }, + "integrity": "sha512-5vQEh3y+DG/lMPM0mCGPDnyV8chYg/g7rl6v3Gd8WMF9S429ox3Xk8qrk174kWhG767KQMqqxLD1WnGd77hiew==", + "url": "https://registry.npmjs.org/murmurhash/-/murmurhash-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_list__3.10.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/list", + "version": "3.10.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/selection": "3.14.3_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__type-fest__0.13.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "type-fest", + "version": "0.13.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-fest": [ + "0.13.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_remix-run_router__1.15.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@remix-run/router", + "version": "1.15.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@remix-run/router": [ + "1.15.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globals__11.12.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "globals", + "version": "11.12.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "globals": [ + "11.12.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__core-js-compat__3.37.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "core-js-compat", + "version": "3.37.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==", + "url": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__capital-case__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "capital-case", + "version": "1.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "no-case": "3.0.4", + "tslib": "2.6.2", + "upper-case-first": "2.0.2" + }, + "transitive_closure": { + "capital-case": [ + "1.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "upper-case-first": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mrmime__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mrmime", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", + "url": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__uri-js__4.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "uri-js", + "version": "4.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "url": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__istanbul-lib-report__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "istanbul-lib-report", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "url": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isexe__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isexe", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "url": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__dmg-license__1.0.11": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dmg-license", + "version": "1.0.11", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "dmg-license" + ] + }, + "integrity": "sha512-ZdzmqwKmECOWJpqefloC5OJy1+WZBBse5+MR88z9g9Zn4VY+WYUkAyojmhzJckH5YbbZGcYIuGAkY5/Ys5OM2Q==", + "url": "https://registry.npmjs.org/dmg-license/-/dmg-license-1.0.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-nullish-coalescing-operator", + "version": "7.8.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chalk__4.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chalk", + "version": "4.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__makeerror__1.0.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "makeerror", + "version": "1.0.12", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tmpl": "1.0.5" + }, + "transitive_closure": { + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_codemirror_commands__6.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/commands", + "version": "6.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/language": "6.10.1", + "@codemirror/state": "6.4.1", + "@codemirror/view": "6.26.3", + "@lezer/common": "1.2.1" + }, + "transitive_closure": { + "@codemirror/commands": [ + "6.4.0" + ], + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/lr": [ + "1.4.0" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xmlbuilder__11.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xmlbuilder", + "version": "11.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", + "url": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__reflect.getprototypeof__1.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "reflect.getprototypeof", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==", + "url": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-import-meta", + "version": "7.10.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__xdg-basedir__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xdg-basedir", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "url": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__possible-typed-array-names__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "possible-typed-array-names", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "possible-typed-array-names": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_overlays__3.6.5__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/overlays", + "version": "3.6.5_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U4rCFj6TPJPXLUvYXAcvh+yP/CO2W+7f0IuqP7ZZGE+Osk9qFkT+zRK5/6ayhBDFpmueNfjIEAzT9gYPQwNHFw==", + "url": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-darwin-x64__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-darwin-x64", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__open__9.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "open", + "version": "9.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==", + "url": "https://registry.npmjs.org/open/-/open-9.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fortawesome_react-fontawesome__0.2.0__-1020781109__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@fortawesome/react-fontawesome", + "version": "0.2.0_-1020781109", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@fortawesome/react-fontawesome" + ] + }, + "deps": { + "@fortawesome/fontawesome-svg-core": "6.5.2", + "prop-types": "15.8.1", + "react": "18.2.0" + }, + "transitive_closure": { + "@fortawesome/fontawesome-common-types": [ + "6.5.2" + ], + "@fortawesome/fontawesome-svg-core": [ + "6.5.2" + ], + "@fortawesome/react-fontawesome": [ + "0.2.0_-1020781109" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "18.2.0" + ], + "react-is": [ + "16.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yocto-queue__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yocto-queue", + "version": "0.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_codemirror_state__6.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/state", + "version": "6.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QkEyUiLhsJoZkbumGZlswmAhA7CBU02Wrz7zvH4SrcifbsqwlXShVXg65f3v/ts57W3dqyamEriMhij1Z3Zz4A==", + "url": "https://registry.npmjs.org/@codemirror/state/-/state-6.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-config__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-config", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JGWSYQ9EAK6m2v0abXwFLEfsqJ1zkhzZ4CV261QZF9MoUNB6h57a274h1MLQR9mG6Tsh38wBUuNfEPUvS1vYew==", + "url": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__make-dir__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "make-dir", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "url": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-stream__2.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-stream", + "version": "2.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pixelmatch__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pixelmatch", + "version": "4.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "pngjs": "3.4.0" + }, + "transitive_closure": { + "pixelmatch": [ + "4.0.2" + ], + "pngjs": [ + "3.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite-node__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vite-node", + "version": "1.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "cac": "6.7.14", + "debug": "4.3.4", + "pathe": "1.1.2", + "picocolors": "1.0.0", + "vite": "5.2.9" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "cac": [ + "6.7.14" + ], + "debug": [ + "4.3.4" + ], + "esbuild": [ + "0.20.2" + ], + "fsevents": [ + "2.3.3" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "pathe": [ + "1.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "vite": [ + "5.2.9" + ], + "vite-node": [ + "1.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__istanbul-lib-report__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "istanbul-lib-report", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "istanbul-lib-coverage": "3.2.2", + "make-dir": "4.0.0", + "supports-color": "7.2.0" + }, + "transitive_closure": { + "has-flag": [ + "4.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.2" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "lru-cache": [ + "6.0.0" + ], + "make-dir": [ + "4.0.0" + ], + "semver": [ + "7.6.0" + ], + "supports-color": [ + "7.2.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mlly__1.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mlly", + "version": "1.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.11.3", + "pathe": "1.1.2", + "pkg-types": "1.1.0", + "ufo": "1.5.3" + }, + "transitive_closure": { + "acorn": [ + "8.11.3" + ], + "confbox": [ + "0.1.7" + ], + "mlly": [ + "1.6.1" + ], + "pathe": [ + "1.1.2" + ], + "pkg-types": [ + "1.1.0" + ], + "ufo": [ + "1.5.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__compare-versions__5.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "compare-versions", + "version": "5.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "compare-versions": [ + "5.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_android-arm64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/android-arm64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", + "url": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__function.prototype.name__1.1.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "function.prototype.name", + "version": "1.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "commander", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", + "url": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-property-literals__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-property-literals", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__file-type__3.9.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "file-type", + "version": "3.9.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "file-type": [ + "3.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__regenerate-unicode-properties__10.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "regenerate-unicode-properties", + "version": "10.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "regenerate": "1.4.2" + }, + "transitive_closure": { + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_darwin-x64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/darwin-x64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/darwin-x64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-schema__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-schema", + "version": "0.4.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-schema": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__safe-buffer__5.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "safe-buffer", + "version": "5.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__shallow-clone__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "shallow-clone", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "kind-of": "6.0.3" + }, + "transitive_closure": { + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_tooltip__3.4.7__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/tooltip", + "version": "3.4.7_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rV4HZRQxLRNhe24yATOxnFQtGRUmsR7mqxMupXCmd1vrw8h+rdKlQv1zW2q8nALAKNmnRXZJHxYQ1SFzb98fgg==", + "url": "https://registry.npmjs.org/@react-types/tooltip/-/tooltip-3.4.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-levenshtein__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-levenshtein", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fast-levenshtein": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-dom__18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-dom", + "version": "18.2.0_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-dom" + ] + }, + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "url": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-flow-strip-types__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-flow-strip-types", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-flow": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__robust-predicates__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "robust-predicates", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", + "url": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jest-get-type__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jest-get-type", + "version": "29.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jest-get-type": [ + "29.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_node-fetch__2.6.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/node-fetch", + "version": "2.6.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==", + "url": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__babel-plugin-polyfill-corejs2__0.4.10__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "babel-plugin-polyfill-corejs2", + "version": "0.4.10_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/compat-data": "7.24.4", + "@babel/core": "7.24.4", + "@babel/helper-define-polyfill-provider": "0.6.1_at_babel_core_7.24.4", + "semver": "6.3.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__process-nextick-args__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "process-nextick-args", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "url": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-drag__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-drag", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", + "url": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-sticky-regex__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-sticky-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-ease__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-ease", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-ease": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ag-grid-enterprise__30.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ag-grid-enterprise", + "version": "30.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "ag-grid-enterprise" + ] + }, + "integrity": "sha512-sGeyAfZ416dBlJaxIHB6hGTJG6QzuajXnDAtVuQlOLUuV4/TXVQoh5SJkiKBpWXukZQJPE4VD/5IkQ1tXh96/w==", + "url": "https://registry.npmjs.org/ag-grid-enterprise/-/ag-grid-enterprise-30.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ajv-keywords__3.5.2__ajv_6.12.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ajv-keywords", + "version": "3.5.2_ajv_6.12.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "url": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__kleur__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "kleur", + "version": "3.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "kleur": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isomorphic.js__0.2.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isomorphic.js", + "version": "0.2.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isomorphic.js": [ + "0.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__glob-parent__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "glob-parent", + "version": "5.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-glob": "4.0.3" + }, + "transitive_closure": { + "glob-parent": [ + "5.1.2" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__shebang-regex__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "shebang-regex", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "shebang-regex": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__state-local__1.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "state-local", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==", + "url": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__es-set-tostringtag__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es-set-tostringtag", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", + "url": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lru-cache__10.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lru-cache", + "version": "10.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lru-cache": [ + "10.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_eslint-config-prettier__9.0.0__eslint_8.57.0__prettier_3.2.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/eslint-config-prettier", + "version": "9.0.0_eslint_8.57.0__prettier_3.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@vue/eslint-config-prettier" + ] + }, + "integrity": "sha512-z1ZIAAUS9pKzo/ANEfd2sO+v2IUalz7cM/cTLOZ7vRFOPk5/xuRKQteOu1DErFLAh/lYGXMVZ0IfYKlyInuDVg==", + "url": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_internationalized_number__3.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@internationalized/number", + "version": "3.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N0fPU/nz15SwR9IbfJ5xaS9Ss/O5h1sVXMZf43vc9mxEG48ovglvvzBjF53aHlq20uoR6c+88CrIXipU/LSzwg==", + "url": "https://registry.npmjs.org/@internationalized/number/-/number-3.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chalk__5.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chalk", + "version": "5.3.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "chalk" + ], + "app/ide-desktop/lib/dashboard": [ + "chalk" + ] + }, + "deps": {}, + "transitive_closure": { + "chalk": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==", + "url": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mkdirp-classic__0.5.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mkdirp-classic", + "version": "0.5.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", + "url": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__compare-versions__5.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "compare-versions", + "version": "5.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4UZlZP8Z99MGEY+Ovg/uJxJuvoXuN4M6B3hKaiackiHrgzQFEe3diJi1mf1PNHbFujM7FvLrK2bpgIaImbtZ1A==", + "url": "https://registry.npmjs.org/compare-versions/-/compare-versions-5.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__uc.micro__1.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "uc.micro", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==", + "url": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_playwright_experimental-ct-react__1.43.1__956355448__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@playwright/experimental-ct-react", + "version": "1.43.1_956355448", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@playwright/experimental-ct-react" + ] + }, + "deps": { + "@playwright/experimental-ct-core": "1.43.1_at_types_node_20.12.7", + "@vitejs/plugin-react": "4.2.1_vite_5.2.9" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@playwright/experimental-ct-core": [ + "1.43.1_at_types_node_20.12.7" + ], + "@playwright/experimental-ct-react": [ + "1.43.1_956355448" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/babel__core": [ + "7.20.5" + ], + "@types/babel__generator": [ + "7.6.8" + ], + "@types/babel__template": [ + "7.4.4" + ], + "@types/babel__traverse": [ + "7.20.5" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "@vitejs/plugin-react": [ + "4.2.1_vite_5.2.9" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "esbuild": [ + "0.20.2" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "fsevents": [ + "2.3.2", + "2.3.3" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "playwright": [ + "1.43.1" + ], + "playwright-core": [ + "1.43.1" + ], + "postcss": [ + "8.4.38" + ], + "react-refresh": [ + "0.14.0" + ], + "rollup": [ + "4.14.3" + ], + "semver": [ + "6.3.1" + ], + "source-map-js": [ + "1.2.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "undici-types": [ + "5.26.5" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsdoc-type-pratt-parser__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jsdoc-type-pratt-parser", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsdoc-type-pratt-parser": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_label__3.7.6__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/label", + "version": "3.7.6_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ap9iFS+6RUOqeW/F2JoNpERqMn1PvVIo3tTMrJ1TY1tIwyJOxdCBRgx9yjnPBnr+Ywguep+fkPNNi/m74+tXVQ==", + "url": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-crypto_sha256-browser__1.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-crypto/sha256-browser", + "version": "1.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0tNR4kBtJp+9S0kis4+JLab3eg6QWuIeuPhzaYoYwNUXGBgsWIkktA2mnilet+EGWzf3n1zknJXC4X4DVyyXbg==", + "url": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-1.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-symbol-description__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-symbol-description", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "es-errors": "1.3.0", + "get-intrinsic": "1.2.4" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-computed-properties__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-computed-properties", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-private-methods__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-private-methods", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__espree__10.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "espree", + "version": "10.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.11.3", + "acorn-jsx": "5.3.2_acorn_8.11.3", + "eslint-visitor-keys": "4.0.0" + }, + "transitive_closure": { + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "eslint-visitor-keys": [ + "4.0.0" + ], + "espree": [ + "10.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lodash.merge__4.6.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lodash.merge", + "version": "4.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.merge": [ + "4.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minipass__4.2.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minipass", + "version": "4.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", + "url": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-clean__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-clean", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gUU29ep8xM0BbnZjwz9MyID74KKwutq9x5iv4BCr2im6nly4UMf1B1D+V225wR7VcDGzbgWjaezsJShLLhC5ig==", + "url": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_datepicker__3.9.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/datepicker", + "version": "3.9.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/date": "3.5.2", + "@internationalized/string": "3.2.1", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/overlays": "3.6.5_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/datepicker": "3.7.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-stately/datepicker": [ + "3.9.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/datepicker": [ + "3.7.2_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-xml-parser__4.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-xml-parser", + "version": "4.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", + "url": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-array-buffer__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-array-buffer", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", + "url": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tinycolor2__1.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tinycolor2", + "version": "1.6.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tinycolor2": [ + "1.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-tsc__1.8.27__typescript_5.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vue-tsc", + "version": "1.8.27_typescript_5.2.2", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "vue-tsc" + ] + }, + "deps": { + "@volar/typescript": "1.11.1", + "@vue/language-core": "1.8.27_typescript_5.2.2", + "semver": "7.6.0", + "typescript": "5.2.2" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@volar/language-core": [ + "1.11.1" + ], + "@volar/source-map": [ + "1.11.1" + ], + "@volar/typescript": [ + "1.11.1" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/language-core": [ + "1.8.27_typescript_5.2.2" + ], + "@vue/shared": [ + "3.4.23" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "computeds": [ + "0.0.1" + ], + "de-indent": [ + "1.0.2" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "he": [ + "1.2.0" + ], + "lru-cache": [ + "6.0.0" + ], + "minimatch": [ + "9.0.4" + ], + "muggle-string": [ + "0.3.1" + ], + "path-browserify": [ + "1.0.1" + ], + "semver": [ + "7.6.0" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue-template-compiler": [ + "2.7.16" + ], + "vue-tsc": [ + "1.8.27_typescript_5.2.2" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-darwin-x64__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-darwin-x64", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-darwin-x64": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pirates__4.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pirates", + "version": "4.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "url": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array-includes__3.1.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "array-includes", + "version": "3.1.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", + "url": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__playwright-core__1.43.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "playwright-core", + "version": "1.43.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "playwright-core": [ + "1.43.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jest-mock__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jest-mock", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", + "url": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimist__1.2.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minimist", + "version": "1.2.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minimist": [ + "1.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__emoji-regex__8.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "emoji-regex", + "version": "8.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "emoji-regex": [ + "8.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__execa__8.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "execa", + "version": "8.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cross-spawn": "7.0.3", + "get-stream": "8.0.1", + "human-signals": "5.0.0", + "is-stream": "3.0.0", + "merge-stream": "2.0.0", + "npm-run-path": "5.3.0", + "onetime": "6.0.0", + "signal-exit": "4.1.0", + "strip-final-newline": "3.0.0" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "execa": [ + "8.0.1" + ], + "get-stream": [ + "8.0.1" + ], + "human-signals": [ + "5.0.0" + ], + "is-stream": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "4.0.0" + ], + "npm-run-path": [ + "5.3.0" + ], + "onetime": [ + "6.0.0" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "strip-final-newline": [ + "3.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-number__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-number", + "version": "7.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-number": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_eslint-community_regexpp__4.10.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@eslint-community/regexpp", + "version": "4.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@eslint-community/regexpp": [ + "4.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_menu__3.6.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/menu", + "version": "3.6.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/overlays": "3.6.5_react_18.2.0", + "@react-types/menu": "3.9.7_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/menu": [ + "3.6.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/menu": [ + "3.9.7_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__convert-source-map__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "convert-source-map", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "convert-source-map": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level-js__5.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "level-js", + "version": "5.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "abstract-leveldown": "6.2.3", + "buffer": "5.7.1", + "inherits": "2.0.4", + "ltgt": "2.2.1" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "inherits": [ + "2.0.4" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-js": [ + "5.0.2" + ], + "level-supports": [ + "1.0.1" + ], + "ltgt": [ + "2.2.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_tooltip__3.4.7__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/tooltip", + "version": "3.4.7_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/overlays": "3.8.5_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/tooltip": [ + "3.4.7_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__clsx__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "clsx", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "clsx" + ] + }, + "deps": {}, + "transitive_closure": { + "clsx": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bmp-js__0.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bmp-js", + "version": "0.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bmp-js": [ + "0.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__supports-preserve-symlinks-flag__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "supports-preserve-symlinks-flag", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "supports-preserve-symlinks-flag": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__no-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "no-case", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "lower-case": "2.0.2", + "tslib": "2.6.2" + }, + "transitive_closure": { + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cacheable-lookup__5.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cacheable-lookup", + "version": "5.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cacheable-lookup": [ + "5.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sindresorhus_is__4.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sindresorhus/is", + "version": "4.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", + "url": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_flags__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/flags", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-h5PcDMj54aipQNO18ig/IMI1kzPwcvSwVq5M6Ib6XE1WIkOH0dIuW2eADdAOhcGi3KXJtXVdD29zh0Eox1TKgQ==", + "url": "https://registry.npmjs.org/@react-stately/flags/-/flags-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-drag__3.0.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-drag", + "version": "3.0.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-selection": "3.0.10" + }, + "transitive_closure": { + "@types/d3-drag": [ + "3.0.7" + ], + "@types/d3-selection": [ + "3.0.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-regex__1.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-regex", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "url": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_types__6.21.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/types", + "version": "6.21.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "url": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-devtools-core__4.28.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-devtools-core", + "version": "4.28.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cq/o30z9W2Wb4rzBefjv5fBalHU0rJGZCHAkf/RHSBWSSYwh8PlQTqqOJmgIIbBtpj27T6FIPXeomIjZtCNVqA==", + "url": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.28.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__postcss-js__4.0.1__postcss_8.4.38": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss-js", + "version": "4.0.1_postcss_8.4.38", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "url": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__type-fest__0.13.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "type-fest", + "version": "0.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_snapshot__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vitest/snapshot", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==", + "url": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-class-properties", + "version": "7.12.13_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__on-finished__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "on-finished", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ee-first": "1.1.1" + }, + "transitive_closure": { + "ee-first": [ + "1.1.1" + ], + "on-finished": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-brush__3.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-brush", + "version": "3.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-selection": "3.0.10" + }, + "transitive_closure": { + "@types/d3-brush": [ + "3.0.6" + ], + "@types/d3-selection": [ + "3.0.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_freebsd-arm64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/freebsd-arm64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", + "url": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-jsx__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-jsx", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_swc_helpers__0.4.36__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@swc/helpers", + "version": "0.4.36", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "legacy-swc-helpers": "/@swc/helpers/0.4.14", + "tslib": "2.6.2" + }, + "transitive_closure": { + "@swc/helpers": [ + "0.4.14", + "0.4.36" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-arm-musleabihf__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-arm-musleabihf", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bindings__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bindings", + "version": "1.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "file-uri-to-path": "1.0.0" + }, + "transitive_closure": { + "bindings": [ + "1.5.0" + ], + "file-uri-to-path": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__markdown-it__12.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "markdown-it", + "version": "12.3.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "argparse": "2.0.1", + "entities": "2.1.0", + "linkify-it": "3.0.3", + "mdurl": "1.0.1", + "uc.micro": "1.0.6" + }, + "transitive_closure": { + "argparse": [ + "2.0.1" + ], + "entities": [ + "2.1.0" + ], + "linkify-it": [ + "3.0.3" + ], + "markdown-it": [ + "12.3.2" + ], + "mdurl": [ + "1.0.1" + ], + "uc.micro": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_json-schema-tools_meta-schema__1.7.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@json-schema-tools/meta-schema", + "version": "1.7.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Lc1Vxps4NHZNEme8LWq7dCnhNjrQBMvTs7/Tb4ru7or1398ADt9zO1hxbaw+5/OLitcCvQtL7ZDJ9d1n2u/rWg==", + "url": "https://registry.npmjs.org/@json-schema-tools/meta-schema/-/meta-schema-1.7.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_debug__4.1.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/debug", + "version": "4.1.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/ms": "0.7.34" + }, + "transitive_closure": { + "@types/debug": [ + "4.1.12" + ], + "@types/ms": [ + "0.7.34" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__crelt__1.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "crelt", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==", + "url": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cross-env__7.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cross-env", + "version": "7.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "cross-env" + ], + "app/ide-desktop": [ + "cross-env" + ], + "app/ide-desktop/lib/dashboard": [ + "cross-env" + ] + }, + "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", + "url": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__object-inspect__1.13.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object-inspect", + "version": "1.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_eslint_eslintrc__2.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@eslint/eslintrc", + "version": "2.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "6.12.6", + "debug": "4.3.4", + "espree": "9.6.1", + "globals": "13.24.0", + "ignore": "5.3.1", + "import-fresh": "3.3.0", + "js-yaml": "4.1.0", + "minimatch": "3.1.2", + "strip-json-comments": "3.1.1" + }, + "transitive_closure": { + "@eslint/eslintrc": [ + "2.1.4" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "concat-map": [ + "0.0.1" + ], + "debug": [ + "4.3.4" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "globals": [ + "13.24.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "parent-module": [ + "1.0.1" + ], + "punycode": [ + "2.3.1" + ], + "resolve-from": [ + "4.0.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ms__2.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ms", + "version": "2.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ms": [ + "2.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__portfinder__1.0.32__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "portfinder", + "version": "1.0.32", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "portfinder" + ] + }, + "deps": { + "async": "2.6.4", + "debug": "3.2.7", + "mkdirp": "0.5.6" + }, + "transitive_closure": { + "async": [ + "2.6.4" + ], + "debug": [ + "3.2.7" + ], + "lodash": [ + "4.17.21" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ], + "ms": [ + "2.1.3" + ], + "portfinder": [ + "1.0.32" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__any-promise__1.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "any-promise", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "url": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__escape-string-regexp__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "escape-string-regexp", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-hex-encoding__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-hex-encoding", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/util-hex-encoding": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__espree__9.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "espree", + "version": "9.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.11.3", + "acorn-jsx": "5.3.2_acorn_8.11.3", + "eslint-visitor-keys": "3.4.3" + }, + "transitive_closure": { + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-environment-visitor__7.22.20": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-environment-visitor", + "version": "7.22.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "url": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array.prototype.findlast__1.2.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "array.prototype.findlast", + "version": "1.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", + "url": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vladfrangu_async_event_emitter__2.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vladfrangu/async_event_emitter", + "version": "2.2.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vladfrangu/async_event_emitter": [ + "2.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mime-db__1.52.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mime-db", + "version": "1.52.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mime-db": [ + "1.52.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-ia32__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-ia32", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==", + "url": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_gridlist__3.7.5__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/gridlist", + "version": "3.7.5_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/grid": "3.8.8_react-dom_18.2.0__react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/list": "3.10.3_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/grid": [ + "3.8.8_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/gridlist": [ + "3.7.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/virtualizer": [ + "3.6.8_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__prop-types__15.8.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prop-types", + "version": "15.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "url": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array-buffer-byte-length__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "array-buffer-byte-length", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "is-array-buffer": "3.0.4" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "is-array-buffer": [ + "3.0.4" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_discordjs_collection__1.5.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@discordjs/collection", + "version": "1.5.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@discordjs/collection": [ + "1.5.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_parser__6.21.0__2014865575__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/parser", + "version": "6.21.0_2014865575", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@typescript-eslint/parser" + ] + }, + "deps": { + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/typescript-estree": "6.21.0_typescript_5.2.2", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "4.3.4", + "eslint": "8.57.0", + "typescript": "5.2.2" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@typescript-eslint/parser": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.2.2" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.2.2" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.2.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__deep-extend__0.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "deep-extend", + "version": "0.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "url": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__7zip-bin__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "7zip-bin", + "version": "5.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "7zip-bin": [ + "5.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_slider__3.7.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/slider", + "version": "3.7.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FKO3YZYdrBs00XbBW5acP+0L1cCdevl/uRJiXbnLpGysO5PrSFIRS7Wlv4M7ztf6gT7b1Ao4FNC9crbxBr6BzA==", + "url": "https://registry.npmjs.org/@react-types/slider/-/slider-3.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_icu-skeleton-parser__1.8.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@formatjs/icu-skeleton-parser", + "version": "1.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@formatjs/ecma402-abstract": "1.18.2", + "tslib": "2.6.2" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__form-data__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "form-data", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "asynckit": "0.4.0", + "combined-stream": "1.0.8", + "mime-types": "2.1.35" + }, + "transitive_closure": { + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "delayed-stream": [ + "1.0.0" + ], + "form-data": [ + "4.0.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_table__3.9.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/table", + "version": "3.9.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/grid": "3.2.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/table": [ + "3.9.3_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-plugin-prettier__5.1.3__-1234801097__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-plugin-prettier", + "version": "5.1.3_-1234801097", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "eslint": "8.57.0", + "eslint-config-prettier": "9.1.0_eslint_8.57.0", + "prettier": "3.2.5", + "prettier-linter-helpers": "1.0.0", + "synckit": "0.8.8" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@pkgr/core": [ + "0.1.1" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-config-prettier": [ + "9.1.0_eslint_8.57.0" + ], + "eslint-plugin-prettier": [ + "5.1.3_-1234801097" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-diff": [ + "1.3.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "prettier": [ + "3.2.5" + ], + "prettier-linter-helpers": [ + "1.0.0" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "synckit": [ + "0.8.8" + ], + "text-table": [ + "0.2.0" + ], + "tslib": [ + "2.6.2" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lilconfig__3.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lilconfig", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", + "url": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__read-cache__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "read-cache", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "url": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__shiki-es__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "shiki-es", + "version": "0.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "shiki-es": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__shell-quote__1.8.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "shell-quote", + "version": "1.8.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "shell-quote": [ + "1.8.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_antfu_utils__0.7.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@antfu/utils", + "version": "0.7.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==", + "url": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__compression__1.7.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "compression", + "version": "1.7.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "accepts": "1.3.8", + "bytes": "3.0.0", + "compressible": "2.0.18", + "debug": "2.6.9", + "on-headers": "1.0.2", + "safe-buffer": "5.1.2", + "vary": "1.1.2" + }, + "transitive_closure": { + "accepts": [ + "1.3.8" + ], + "bytes": [ + "3.0.0" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "debug": [ + "2.6.9" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "ms": [ + "2.0.0" + ], + "negotiator": [ + "0.6.3" + ], + "on-headers": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2" + ], + "vary": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-load-config__4.0.2__postcss_8.4.38": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss-load-config", + "version": "4.0.2_postcss_8.4.38", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + "url": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__caseless__0.12.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "caseless", + "version": "0.12.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "caseless": [ + "0.12.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_nodelib_fs.walk__1.2.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@nodelib/fs.walk", + "version": "1.2.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "1.17.1" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "fastq": [ + "1.17.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__brace-expansion__1.1.11__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "brace-expansion", + "version": "1.1.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "balanced-match": "1.0.2", + "concat-map": "0.0.1" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-force__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-force", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", + "url": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__path-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-case", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "dot-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "dot-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "path-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-inline-svg__6.0.0__postcss_8.4.38": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss-inline-svg", + "version": "6.0.0_postcss_8.4.38", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "postcss-inline-svg" + ] + }, + "integrity": "sha512-ok5j0Iqsn8mS/5U1W+Im6qkQjm6nBxdwwJU+BSnBaDhLjC06h1xvy9MA+tefxhfZP/ARTRwARSozzYGf/sqEGg==", + "url": "https://registry.npmjs.org/postcss-inline-svg/-/postcss-inline-svg-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve__2.0.0-next.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "resolve", + "version": "2.0.0-next.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", + "url": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__normalize-url__4.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "normalize-url", + "version": "4.5.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "normalize-url": [ + "4.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_bcoe_v8-coverage__0.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@bcoe/v8-coverage", + "version": "0.2.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@bcoe/v8-coverage": [ + "0.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__restore-cursor__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "restore-cursor", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "onetime": "5.1.2", + "signal-exit": "3.0.7" + }, + "transitive_closure": { + "mimic-fn": [ + "2.1.0" + ], + "onetime": [ + "5.1.2" + ], + "restore-cursor": [ + "3.1.0" + ], + "signal-exit": [ + "3.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__negotiator__0.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "negotiator", + "version": "0.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "negotiator": [ + "0.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-ease__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-ease", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", + "url": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bindings__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bindings", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "url": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__connect__3.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "connect", + "version": "3.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "2.6.9", + "finalhandler": "1.1.2", + "parseurl": "1.3.3", + "utils-merge": "1.0.1" + }, + "transitive_closure": { + "connect": [ + "3.7.0" + ], + "debug": [ + "2.6.9" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "finalhandler": [ + "1.1.2" + ], + "ms": [ + "2.0.0" + ], + "on-finished": [ + "2.3.0" + ], + "parseurl": [ + "1.3.3" + ], + "statuses": [ + "1.5.0" + ], + "unpipe": [ + "1.0.0" + ], + "utils-merge": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__clsx__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "clsx", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "clsx": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_discordjs_collection__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@discordjs/collection", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YTWIXLrf5FsrLMycpMM9Q6vnZoR/lN2AWX23/Cuo8uOOtS8eHB2dyQaaGnaF8aZPYnttf2bkLMcXn/j6JUOi3w==", + "url": "https://registry.npmjs.org/@discordjs/collection/-/collection-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-platform-android__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-platform-android", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DeDDAB8lHpuGIAPXeeD9Qu2+/wDTFPo99c8uSW49L0hkmZJixzvvvffbGQAYk32H0TmaI7rzvzH+qzu7z3891g==", + "url": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__queue-microtask__1.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "queue-microtask", + "version": "1.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "url": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bluebird-lst__1.0.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bluebird-lst", + "version": "1.0.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bluebird": "3.7.2" + }, + "transitive_closure": { + "bluebird": [ + "3.7.2" + ], + "bluebird-lst": [ + "1.0.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__asn1__0.2.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "asn1", + "version": "0.2.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "safer-buffer": "2.1.2" + }, + "transitive_closure": { + "asn1": [ + "0.2.6" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-function__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-function", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-function": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lodash.debounce__4.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lodash.debounce", + "version": "4.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.debounce": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__oauth-sign__0.9.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "oauth-sign", + "version": "0.9.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "oauth-sign": [ + "0.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__decompress-response__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "decompress-response", + "version": "6.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "mimic-response": "3.1.0" + }, + "transitive_closure": { + "decompress-response": [ + "6.0.0" + ], + "mimic-response": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-fetch__3.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-fetch", + "version": "3.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==", + "url": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron__25.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "electron", + "version": "25.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "electron" + ] + }, + "integrity": "sha512-P82EzYZ8k9J21x5syhXV7EkezDmEXwycReXnagfzS0kwepnrlWzq1aDIUWdNvzTdHobky4m/nYcL98qd73mEVA==", + "url": "https://registry.npmjs.org/electron/-/electron-25.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__eslint-visitor-keys__3.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-visitor-keys", + "version": "3.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regenerator-runtime__0.13.11": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "regenerator-runtime", + "version": "0.13.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fb-watchman__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fb-watchman", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "bser": "2.1.1" + }, + "transitive_closure": { + "bser": [ + "2.1.1" + ], + "fb-watchman": [ + "2.0.2" + ], + "node-int64": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-regenerator__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-regenerator", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "regenerator-transform": "0.15.2" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-modules-systemjs__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-modules-systemjs", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-hoist-variables": "7.22.5", + "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-validator-identifier": "7.22.20" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-hermes__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-hermes", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sNGwfOCl8OAIjWCkwuLpP8NZbuO0dhDI/2W7NeOGDzIBsf4/c4MptTrULWtGIH9okVPLSPX0NnRyGQ+mSwWyuQ==", + "url": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_utils__3.9.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/utils", + "version": "3.9.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__url-parse__1.5.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "url-parse", + "version": "1.5.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "querystringify": "2.2.0", + "requires-port": "1.0.0" + }, + "transitive_closure": { + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "url-parse": [ + "1.5.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-remap-async-to-generator", + "version": "7.22.20_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", + "url": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__https-proxy-agent__5.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "https-proxy-agent", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "url": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__parse-bmfont-binary__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parse-bmfont-binary", + "version": "1.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "parse-bmfont-binary": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jridgewell_source-map__0.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jridgewell/source-map", + "version": "0.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/gen-mapping": "0.3.5", + "@jridgewell/trace-mapping": "0.3.25" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ip-regex__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ip-regex", + "version": "4.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ip-regex": [ + "4.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pend__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pend", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", + "url": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vitest__1.5.0__-1312616492__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vitest", + "version": "1.5.0_-1312616492", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "vitest" + ], + "app/ide-desktop/lib/dashboard": [ + "vitest" + ] + }, + "deps": { + "@types/node": "20.12.7", + "@vitest/expect": "1.5.0", + "@vitest/runner": "1.5.0", + "@vitest/snapshot": "1.5.0", + "@vitest/spy": "1.5.0", + "@vitest/utils": "1.5.0", + "acorn-walk": "8.3.2", + "chai": "4.4.1", + "debug": "4.3.4", + "execa": "8.0.1", + "jsdom": "22.1.0", + "local-pkg": "0.5.0", + "magic-string": "0.30.10", + "pathe": "1.1.2", + "picocolors": "1.0.0", + "std-env": "3.7.0", + "strip-literal": "2.1.0", + "tinybench": "2.7.0", + "tinypool": "0.8.4", + "vite": "5.2.9_at_types_node_20.12.7", + "vite-node": "1.5.0_at_types_node_20.12.7", + "why-is-node-running": "2.2.2" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "@vitest/expect": [ + "1.5.0" + ], + "@vitest/runner": [ + "1.5.0" + ], + "@vitest/snapshot": [ + "1.5.0" + ], + "@vitest/spy": [ + "1.5.0" + ], + "@vitest/utils": [ + "1.5.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.11.3" + ], + "acorn-walk": [ + "8.3.2" + ], + "agent-base": [ + "6.0.2" + ], + "ansi-styles": [ + "5.2.0" + ], + "assertion-error": [ + "1.1.0" + ], + "asynckit": [ + "0.4.0" + ], + "cac": [ + "6.7.14" + ], + "chai": [ + "4.4.1" + ], + "check-error": [ + "1.0.3" + ], + "combined-stream": [ + "1.0.8" + ], + "confbox": [ + "0.1.7" + ], + "cross-spawn": [ + "7.0.3" + ], + "cssstyle": [ + "3.0.0" + ], + "data-urls": [ + "4.0.0" + ], + "debug": [ + "4.3.4" + ], + "decimal.js": [ + "10.4.3" + ], + "deep-eql": [ + "4.1.3" + ], + "delayed-stream": [ + "1.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "domexception": [ + "4.0.0" + ], + "entities": [ + "4.5.0" + ], + "esbuild": [ + "0.20.2" + ], + "estree-walker": [ + "3.0.3" + ], + "execa": [ + "8.0.1" + ], + "form-data": [ + "4.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "get-func-name": [ + "2.0.2" + ], + "get-stream": [ + "8.0.1" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "human-signals": [ + "5.0.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "is-stream": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "js-tokens": [ + "9.0.0" + ], + "jsdom": [ + "22.1.0" + ], + "local-pkg": [ + "0.5.0" + ], + "loupe": [ + "2.3.7" + ], + "magic-string": [ + "0.30.10" + ], + "merge-stream": [ + "2.0.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "4.0.0" + ], + "mlly": [ + "1.6.1" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "npm-run-path": [ + "5.3.0" + ], + "nwsapi": [ + "2.2.7" + ], + "onetime": [ + "6.0.0" + ], + "p-limit": [ + "5.0.0" + ], + "parse5": [ + "7.1.2" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "pathe": [ + "1.1.2" + ], + "pathval": [ + "1.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "pkg-types": [ + "1.1.0" + ], + "postcss": [ + "8.4.38" + ], + "pretty-format": [ + "29.7.0" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "querystringify": [ + "2.2.0" + ], + "react-is": [ + "18.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "rollup": [ + "4.14.3" + ], + "rrweb-cssom": [ + "0.6.0" + ], + "safer-buffer": [ + "2.1.2" + ], + "saxes": [ + "6.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "siginfo": [ + "2.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "source-map-js": [ + "1.2.0" + ], + "stackback": [ + "0.0.2" + ], + "std-env": [ + "3.7.0" + ], + "strip-final-newline": [ + "3.0.0" + ], + "strip-literal": [ + "2.1.0" + ], + "symbol-tree": [ + "3.2.4" + ], + "tinybench": [ + "2.7.0" + ], + "tinypool": [ + "0.8.4" + ], + "tinyspy": [ + "2.2.1" + ], + "tough-cookie": [ + "4.1.3" + ], + "tr46": [ + "4.1.1" + ], + "type-detect": [ + "4.0.8" + ], + "ufo": [ + "1.5.3" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vite-node": [ + "1.5.0_at_types_node_20.12.7" + ], + "vitest": [ + "1.5.0_-1312616492" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "12.0.1" + ], + "which": [ + "2.0.2" + ], + "why-is-node-running": [ + "2.2.2" + ], + "ws": [ + "8.16.0" + ], + "xml-name-validator": [ + "4.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "yocto-queue": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_combobox__3.8.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/combobox", + "version": "3.8.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/list": "3.10.3_react_18.2.0", + "@react-stately/overlays": "3.6.5_react_18.2.0", + "@react-stately/select": "3.6.2_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/combobox": "3.10.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/combobox": [ + "3.8.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/select": [ + "3.6.2_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/combobox": [ + "3.10.1_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/select": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-axis__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-axis", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-axis": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-in7S0W11mg+RNmcXw+2d9S3zBGmCARDxIwoXJAmLUQOQoYsRP3cpGzyJtc7WOw8+FXfpgXvceD0u+PZIHXEL7g==", + "url": "https://registry.npmjs.org/metro/-/metro-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_darwin-arm64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/darwin-arm64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", + "url": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__on-finished__2.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "on-finished", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "url": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-chord__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-chord", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", + "url": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_gradle-plugin__0.73.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/gradle-plugin", + "version": "0.73.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PMDnbsZa+tD55Ug+W8CfqXiGoGneSSyrBZCMb5JfiB3AFST3Uj5e6lw8SgI/B6SKZF7lG0BhZ6YHZsRZ5MlXmg==", + "url": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.73.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ws__7.5.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ws", + "version": "7.5.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ws": [ + "7.5.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_switch__3.6.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/switch", + "version": "3.6.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X5m/omyhXK+V/vhJFsHuRs2zmt9Asa/RuzlldbXnWohLdeuHMPgQnV8C9hg3f+sRi3sh9UUZ64H61pCtRoZNwg==", + "url": "https://registry.npmjs.org/@react-aria/switch/-/switch-3.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__http-proxy-agent__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "http-proxy-agent", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@tootallnate/once": "2.0.0", + "agent-base": "6.0.2", + "debug": "4.3.4" + }, + "transitive_closure": { + "@tootallnate/once": [ + "2.0.0" + ], + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__delaunator__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "delaunator", + "version": "5.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "robust-predicates": "3.0.2" + }, + "transitive_closure": { + "delaunator": [ + "5.0.1" + ], + "robust-predicates": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-glob__4.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-glob", + "version": "4.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "url": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__html-encoding-sniffer__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "html-encoding-sniffer", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", + "url": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vlq__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vlq", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "vlq": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__change-case__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "change-case", + "version": "4.1.2", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "change-case" + ] + }, + "deps": { + "camel-case": "4.1.2", + "capital-case": "1.0.4", + "constant-case": "3.0.4", + "dot-case": "3.0.4", + "header-case": "2.0.4", + "no-case": "3.0.4", + "param-case": "3.0.4", + "pascal-case": "3.1.2", + "path-case": "3.0.4", + "sentence-case": "3.0.4", + "snake-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "camel-case": [ + "4.1.2" + ], + "capital-case": [ + "1.0.4" + ], + "change-case": [ + "4.1.2" + ], + "constant-case": [ + "3.0.4" + ], + "dot-case": [ + "3.0.4" + ], + "header-case": [ + "2.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "param-case": [ + "3.0.4" + ], + "pascal-case": [ + "3.1.2" + ], + "path-case": [ + "3.0.4" + ], + "sentence-case": [ + "3.0.4" + ], + "snake-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "upper-case": [ + "2.0.2" + ], + "upper-case-first": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_preset-typescript__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/preset-typescript", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==", + "url": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_fortawesome_free-brands-svg-icons__6.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@fortawesome/free-brands-svg-icons", + "version": "6.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@fortawesome/free-brands-svg-icons" + ] + }, + "integrity": "sha512-zi5FNYdmKLnEc0jc0uuHH17kz/hfYTg4Uei0wMGzcoCL/4d3WM3u1VMc0iGGa31HuhV5i7ZK8ZlTCQrHqRHSGQ==", + "url": "https://registry.npmjs.org/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-6.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prepend-http__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prepend-http", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==", + "url": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_debugger-frontend__0.73.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/debugger-frontend", + "version": "0.73.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RgEKnWuoo54dh7gQhV7kvzKhXZEhpF9LlMdZolyhGxHsBqZ2gXdibfDlfcARFFifPIiaZ3lXuOVVa4ei+uPgTw==", + "url": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.73.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jest-util__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jest-util", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "@types/node": "20.12.7", + "chalk": "4.1.2", + "ci-info": "3.9.0", + "graceful-fs": "4.2.11", + "picomatch": "2.3.1" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "4.0.0" + ], + "jest-util": [ + "29.7.0" + ], + "picomatch": [ + "2.3.1" + ], + "supports-color": [ + "7.2.0" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jridgewell_set-array__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jridgewell/set-array", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "url": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-path-inside__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-path-inside", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "url": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__natural-compare__1.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "natural-compare", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "url": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__normalize-path__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "normalize-path", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "normalize-path": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es-define-property__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es-define-property", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "url": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__2.9.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "commander", + "version": "2.9.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-readlink": "1.0.1" + }, + "transitive_closure": { + "commander": [ + "2.9.0" + ], + "graceful-readlink": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vite__5.2.9__at_types_node_20.12.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vite", + "version": "5.2.9_at_types_node_20.12.7", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "vite" + ], + "app/ide-desktop/lib/dashboard": [ + "vite" + ] + }, + "integrity": "sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==", + "url": "https://registry.npmjs.org/vite/-/vite-5.2.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-weakset__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-weakset", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", + "url": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__debug__3.2.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "debug", + "version": "3.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "url": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__negotiator__0.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "negotiator", + "version": "0.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "url": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__p-locate__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-locate", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "url": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__parse-headers__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parse-headers", + "version": "2.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "parse-headers": [ + "2.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-parse__1.0.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-parse", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "url": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jsdom__20.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsdom", + "version": "20.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", + "url": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-arrayish__0.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-arrayish", + "version": "0.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "url": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-unicode-property-regex__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-unicode-property-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_compiler-ssr__3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/compiler-ssr", + "version": "3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hb6Uj2cYs+tfqz71Wj6h3E5t6OKvb4MVcM2Nl5i/z1nv1gjEhw+zYaNOV+Xwn+SSN/VZM0DgANw5TuJfxfezPg==", + "url": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_label__3.7.6__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/label", + "version": "3.7.6_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__send__0.18.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "send", + "version": "0.18.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "url": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__graceful-fs__4.2.11": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "graceful-fs", + "version": "4.2.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "url": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lowercase-keys__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lowercase-keys", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lowercase-keys": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_aix-ppc64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/aix-ppc64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_tanstack_react-query__5.29.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@tanstack/react-query", + "version": "5.29.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@tanstack/react-query" + ] + }, + "integrity": "sha512-nyuWILR4u7H5moLGSiifLh8kIqQDLNOHGuSz0rcp+J75fNc8aQLyr5+I2JCHU3n+nJrTTW1ssgAD8HiKD7IFBQ==", + "url": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.29.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__path-browserify__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-browserify", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-browserify": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-shallow-renderer__16.15.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-shallow-renderer", + "version": "16.15.0_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "object-assign": "4.1.1", + "react": "18.2.0", + "react-is": "18.2.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "react": [ + "18.2.0" + ], + "react-is": [ + "18.2.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_sunos-x64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/sunos-x64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/sunos-x64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_develar_schema-utils__2.6.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@develar/schema-utils", + "version": "2.6.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0cp4PsWQ/9avqTVMCtZ+GirikIA36ikvjtHweU4/j8yLtgObI0+JUPhYFScgwlteveGB1rt3Cm8UhN04XayDig==", + "url": "https://registry.npmjs.org/@develar/schema-utils/-/schema-utils-2.6.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_tabs__3.8.5__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/tabs", + "version": "3.8.5_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/tabs": "3.6.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/tabs": "3.3.5_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/tabs": [ + "3.8.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/tabs": [ + "3.6.4_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/tabs": [ + "3.3.5_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_eslint-plugin__6.21.0__811259461": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/eslint-plugin", + "version": "6.21.0_811259461", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "@typescript-eslint/eslint-plugin" + ] + }, + "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==", + "url": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__data-view-byte-length__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "data-view-byte-length", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "es-errors": "1.3.0", + "is-data-view": "1.0.1" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__which__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "which", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "url": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__unicode-match-property-ecmascript__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unicode-match-property-ecmascript", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "url": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array.prototype.findlast__1.2.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "array.prototype.findlast", + "version": "1.2.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-errors": "1.3.0", + "es-object-atoms": "1.0.0", + "es-shim-unscopables": "1.0.2" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "array.prototype.findlast": [ + "1.2.5" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-shim-unscopables": [ + "1.0.2" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-geo__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-geo", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/geojson": "7946.0.14" + }, + "transitive_closure": { + "@types/d3-geo": [ + "3.1.0" + ], + "@types/geojson": [ + "7946.0.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-plain-object__2.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-plain-object", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "url": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_middleware-serde__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/middleware-serde", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/middleware-serde": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__confbox__0.1.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "confbox", + "version": "0.1.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "confbox": [ + "0.1.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-flow__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-flow", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__find-up__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "find-up", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "url": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__capital-case__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "capital-case", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==", + "url": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_openbsd-x64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/openbsd-x64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", + "url": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-bom__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-bom", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "url": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_eslint-config-prettier__9.0.0__eslint_8.57.0__prettier_3.2.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/eslint-config-prettier", + "version": "9.0.0_eslint_8.57.0__prettier_3.2.5", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@vue/eslint-config-prettier" + ] + }, + "deps": { + "eslint": "8.57.0", + "eslint-config-prettier": "9.1.0_eslint_8.57.0", + "eslint-plugin-prettier": "5.1.3_-1234801097", + "prettier": "3.2.5" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@pkgr/core": [ + "0.1.1" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "@vue/eslint-config-prettier": [ + "9.0.0_eslint_8.57.0__prettier_3.2.5" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-config-prettier": [ + "9.1.0_eslint_8.57.0" + ], + "eslint-plugin-prettier": [ + "5.1.3_-1234801097" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-diff": [ + "1.3.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "prettier": [ + "3.2.5" + ], + "prettier-linter-helpers": [ + "1.0.0" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "synckit": [ + "0.8.8" + ], + "text-table": [ + "0.2.0" + ], + "tslib": [ + "2.6.2" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__whatwg-encoding__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "whatwg-encoding", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "iconv-lite": "0.6.3" + }, + "transitive_closure": { + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ], + "whatwg-encoding": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jest-message-util__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jest-message-util", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.24.2", + "@jest/types": "29.6.3", + "@types/stack-utils": "2.0.3", + "chalk": "4.1.2", + "graceful-fs": "4.2.11", + "micromatch": "4.0.5", + "pretty-format": "29.7.0", + "slash": "3.0.0", + "stack-utils": "2.0.6" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "braces": [ + "3.0.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "fill-range": [ + "7.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "is-number": [ + "7.0.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unpipe__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unpipe", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "url": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__reusify__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "reusify", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "reusify": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-mips64el__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-mips64el", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==", + "url": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_middleware-logger__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/middleware-logger", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zxaSLpwKlja7JvK20UsDTxPqBZUo3rbDA1uv3VWwpxzOrEWSlVZYx/KLuyGWGkx9V71ZEkf6oOWWJIstS0wyQQ==", + "url": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-destructuring__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-destructuring", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__path-exists__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-exists", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "url": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-weakref__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-weakref", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "url": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esquery__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esquery", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "estraverse": "5.3.0" + }, + "transitive_closure": { + "esquery": [ + "1.5.0" + ], + "estraverse": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strip-json-comments__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-json-comments", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-json-comments": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__monaco-editor__0.47.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "monaco-editor", + "version": "0.47.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "monaco-editor" + ] + }, + "integrity": "sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==", + "url": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.47.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_playwright_experimental-ct-core__1.43.1__at_types_node_20.12.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@playwright/experimental-ct-core", + "version": "1.43.1_at_types_node_20.12.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "playwright": "1.43.1", + "playwright-core": "1.43.1", + "vite": "5.2.9_at_types_node_20.12.7" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@playwright/experimental-ct-core": [ + "1.43.1_at_types_node_20.12.7" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "esbuild": [ + "0.20.2" + ], + "fsevents": [ + "2.3.2", + "2.3.3" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "playwright": [ + "1.43.1" + ], + "playwright-core": [ + "1.43.1" + ], + "postcss": [ + "8.4.38" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_freebsd-x64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/freebsd-x64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/freebsd-x64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-demi__0.14.7__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vue-demi", + "version": "0.14.7_vue_3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "vue": "3.4.23_typescript_5.2.2" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-demi": [ + "0.14.7_vue_3.4.23" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_progress__3.5.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/progress", + "version": "3.5.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/progress": [ + "3.5.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pinkie-promise__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pinkie-promise", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "pinkie": "2.0.4" + }, + "transitive_closure": { + "pinkie": [ + "2.0.4" + ], + "pinkie-promise": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-object-rest-spread__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-object-rest-spread", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-compilation-targets": "7.23.6", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-transform-parameters": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-arm64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-arm64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-arm64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__normalize-url__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "normalize-url", + "version": "6.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "normalize-url": [ + "6.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__param-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "param-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "url": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vue-demi__0.14.7__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vue-demi", + "version": "0.14.7_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==", + "url": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__es-object-atoms__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es-object-atoms", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "url": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-react-jsx__7.23.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-react-jsx", + "version": "7.23.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-module-imports": "7.24.3", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-jsx": "7.24.1_at_babel_core_7.24.4", + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "lightningcss" + ] + }, + "deps": { + "lightningcss-darwin-arm64": "1.24.1", + "lightningcss-darwin-x64": "1.24.1", + "lightningcss-freebsd-x64": "1.24.1", + "lightningcss-linux-arm-gnueabihf": "1.24.1", + "lightningcss-linux-arm64-gnu": "1.24.1", + "lightningcss-linux-arm64-musl": "1.24.1", + "lightningcss-linux-x64-gnu": "1.24.1", + "lightningcss-linux-x64-musl": "1.24.1", + "lightningcss-win32-x64-msvc": "1.24.1", + "detect-libc": "1.0.3" + }, + "transitive_closure": { + "detect-libc": [ + "1.0.3" + ], + "lightningcss": [ + "1.24.1" + ], + "lightningcss-darwin-arm64": [ + "1.24.1" + ], + "lightningcss-darwin-x64": [ + "1.24.1" + ], + "lightningcss-freebsd-x64": [ + "1.24.1" + ], + "lightningcss-linux-arm-gnueabihf": [ + "1.24.1" + ], + "lightningcss-linux-arm64-gnu": [ + "1.24.1" + ], + "lightningcss-linux-arm64-musl": [ + "1.24.1" + ], + "lightningcss-linux-x64-gnu": [ + "1.24.1" + ], + "lightningcss-linux-x64-musl": [ + "1.24.1" + ], + "lightningcss-win32-x64-msvc": [ + "1.24.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sideway_formula__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sideway/formula", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sideway/formula": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-axis__3.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-axis", + "version": "3.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==", + "url": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_cacheable-request__6.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/cacheable-request", + "version": "6.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/http-cache-semantics": "4.0.4", + "@types/keyv": "3.1.4", + "@types/node": "20.12.7", + "@types/responselike": "1.0.3" + }, + "transitive_closure": { + "@types/cacheable-request": [ + "6.0.3" + ], + "@types/http-cache-semantics": [ + "4.0.4" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__universalify__0.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "universalify", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "url": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__buffer-from__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer-from", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-from": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-android-arm-eabi__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-android-arm-eabi", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X9alQ3XM6I9IlSlmC8ddAvMSyG1WuHk5oUnXGw+yUBs3BFoTizmG1La/Gr8fVJvDWAq+zlYTZ9DBgrlKRVY06g==", + "url": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__path-key__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-key", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "url": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-utf8-node__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-utf8-node", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/util-buffer-from": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/util-buffer-from": [ + "3.6.1" + ], + "@aws-sdk/util-utf8-node": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_through__0.0.33__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/through", + "version": "0.0.33", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/through": [ + "0.0.33" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-negative-zero__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-negative-zero", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-negative-zero": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stack-utils__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "stack-utils", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "escape-string-regexp": "2.0.0" + }, + "transitive_closure": { + "escape-string-regexp": [ + "2.0.0" + ], + "stack-utils": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-transition__3.0.1__d3-selection_3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-transition", + "version": "3.0.1_d3-selection_3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-color": "3.1.0", + "d3-dispatch": "3.0.1", + "d3-ease": "3.0.1", + "d3-interpolate": "3.0.1", + "d3-selection": "3.0.0", + "d3-timer": "3.0.1" + }, + "transitive_closure": { + "d3-color": [ + "3.1.0" + ], + "d3-dispatch": [ + "3.0.1" + ], + "d3-ease": [ + "3.0.1" + ], + "d3-interpolate": [ + "3.0.1" + ], + "d3-selection": [ + "3.0.0" + ], + "d3-timer": [ + "3.0.1" + ], + "d3-transition": [ + "3.0.1_d3-selection_3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dashdash__1.14.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dashdash", + "version": "1.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "url": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__recast__0.21.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "recast", + "version": "0.21.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==", + "url": "https://registry.npmjs.org/recast/-/recast-0.21.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tslib__1.14.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tslib", + "version": "1.14.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tweetnacl__0.14.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tweetnacl", + "version": "0.14.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tweetnacl": [ + "0.14.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yargs__17.6.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yargs", + "version": "17.6.2", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "yargs" + ] + }, + "deps": { + "cliui": "8.0.1", + "escalade": "3.1.2", + "get-caller-file": "2.0.5", + "require-directory": "2.1.1", + "string-width": "4.2.3", + "y18n": "5.0.8", + "yargs-parser": "21.1.1" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "cliui": [ + "8.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "escalade": [ + "3.1.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "y18n": [ + "5.0.8" + ], + "yargs": [ + "17.6.2" + ], + "yargs-parser": [ + "21.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-flow__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-flow", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__abstract-leveldown__6.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "abstract-leveldown", + "version": "6.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer": "5.7.1", + "immediate": "3.3.0", + "level-concat-iterator": "2.0.1", + "level-supports": "1.0.1", + "xtend": "4.0.2" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.3.0" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-supports": [ + "1.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-dispatch__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-dispatch", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", + "url": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-shape__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-shape", + "version": "3.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-path": "3.1.0" + }, + "transitive_closure": { + "d3-path": [ + "3.1.0" + ], + "d3-shape": [ + "3.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es6-promise__3.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es6-promise", + "version": "3.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es6-promise": [ + "3.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-platform-ios__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-platform-ios", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3eZ0jMCkKUO58wzPWlvAPRqezVKm9EPZyaPyHbRPWU8qw7JqkvnRlWIaYDGpjCJgVW4k2hKsEursLtYKb188tg==", + "url": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_babel-preset__0.73.21__-2110264980__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/babel-preset", + "version": "0.73.21_-2110264980", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/plugin-proposal-async-generator-functions": "7.20.7_at_babel_core_7.24.4", + "@babel/plugin-proposal-class-properties": "7.18.6_at_babel_core_7.24.4", + "@babel/plugin-proposal-export-default-from": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6_at_babel_core_7.24.4", + "@babel/plugin-proposal-numeric-separator": "7.18.6_at_babel_core_7.24.4", + "@babel/plugin-proposal-object-rest-spread": "7.20.7_at_babel_core_7.24.4", + "@babel/plugin-proposal-optional-catch-binding": "7.18.6_at_babel_core_7.24.4", + "@babel/plugin-proposal-optional-chaining": "7.21.0_at_babel_core_7.24.4", + "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-export-default-from": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-syntax-flow": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.24.4", + "@babel/plugin-transform-arrow-functions": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-async-to-generator": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-block-scoping": "7.24.4_at_babel_core_7.24.4", + "@babel/plugin-transform-classes": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-computed-properties": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-destructuring": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-flow-strip-types": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-function-name": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-literals": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-modules-commonjs": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-named-capturing-groups-regex": "7.22.5_at_babel_core_7.24.4", + "@babel/plugin-transform-parameters": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-private-methods": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-private-property-in-object": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-react-display-name": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-react-jsx": "7.23.4_at_babel_core_7.24.4", + "@babel/plugin-transform-react-jsx-self": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-react-jsx-source": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-runtime": "7.24.3_at_babel_core_7.24.4", + "@babel/plugin-transform-shorthand-properties": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-spread": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-sticky-regex": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-typescript": "7.24.4_at_babel_core_7.24.4", + "@babel/plugin-transform-unicode-regex": "7.24.1_at_babel_core_7.24.4", + "@babel/template": "7.24.0", + "@react-native/babel-plugin-codegen": "0.73.4_at_babel_preset-env_7.24.4", + "babel-plugin-transform-flow-enums": "0.0.2_at_babel_core_7.24.4", + "react-refresh": "0.14.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "ast-types": [ + "0.15.2" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commondir": [ + "1.0.1" + ], + "concat-map": [ + "0.0.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "fill-range": [ + "7.0.1" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0" + ], + "flow-parser": [ + "0.206.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-core-module": [ + "2.13.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "kind-of": [ + "6.0.3" + ], + "locate-path": [ + "3.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1" + ], + "make-dir": [ + "2.1.0" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ], + "ms": [ + "2.1.2" + ], + "neo-async": [ + "2.6.2" + ], + "node-dir": [ + "0.1.17" + ], + "node-releases": [ + "2.0.14" + ], + "nullthrows": [ + "1.1.1" + ], + "once": [ + "1.4.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "react-refresh": [ + "0.14.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "resolve": [ + "1.22.8" + ], + "rimraf": [ + "2.6.3" + ], + "semver": [ + "5.7.2", + "6.3.1" + ], + "shallow-clone": [ + "3.0.1" + ], + "signal-exit": [ + "3.0.7" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "tslib": [ + "2.6.2" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_volar_language-core__1.11.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@volar/language-core", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==", + "url": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vary__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vary", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "vary": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__event-target-shim__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "event-target-shim", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "event-target-shim": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__temp-dir__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "temp-dir", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "temp-dir": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__colorette__1.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "colorette", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", + "url": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry_browser__7.111.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry/browser", + "version": "7.111.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sentry-internal/feedback": "7.111.0", + "@sentry-internal/replay-canvas": "7.111.0", + "@sentry-internal/tracing": "7.111.0", + "@sentry/core": "7.111.0", + "@sentry/replay": "7.111.0", + "@sentry/types": "7.111.0", + "@sentry/utils": "7.111.0" + }, + "transitive_closure": { + "@sentry-internal/feedback": [ + "7.111.0" + ], + "@sentry-internal/replay-canvas": [ + "7.111.0" + ], + "@sentry-internal/tracing": [ + "7.111.0" + ], + "@sentry/browser": [ + "7.111.0" + ], + "@sentry/core": [ + "7.111.0" + ], + "@sentry/replay": [ + "7.111.0" + ], + "@sentry/types": [ + "7.111.0" + ], + "@sentry/utils": [ + "7.111.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isbinaryfile__4.0.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isbinaryfile", + "version": "4.0.10", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isbinaryfile": [ + "4.0.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es6-error__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es6-error", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "url": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__verror__1.10.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "verror", + "version": "1.10.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "assert-plus": "1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "1.4.1" + }, + "transitive_closure": { + "assert-plus": [ + "1.0.0" + ], + "core-util-is": [ + "1.0.2" + ], + "extsprintf": [ + "1.4.1" + ], + "verror": [ + "1.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_combobox__3.8.4__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/combobox", + "version": "3.8.4_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HyTWIo2B/0xq0Of+sDEZCfJyf4BvCvDYIWG4UhjqL1kHIHIGQyyr+SldbVUjXVYnk8pP1eGB3ttiREujjjALPQ==", + "url": "https://registry.npmjs.org/@react-aria/combobox/-/combobox-3.8.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_select__3.14.3__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/select", + "version": "3.14.3_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/form": "3.0.3_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/listbox": "3.11.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/menu": "3.13.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-aria/visually-hidden": "3.8.10_react_18.2.0", + "@react-stately/select": "3.6.2_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/select": "3.9.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/listbox": [ + "3.11.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/menu": [ + "3.13.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/overlays": [ + "3.21.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/select": [ + "3.14.3_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/menu": [ + "3.6.1_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/select": [ + "3.6.2_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/tree": [ + "3.7.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/listbox": [ + "3.4.7_react_18.2.0" + ], + "@react-types/menu": [ + "3.9.7_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/select": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__anser__1.4.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "anser", + "version": "1.4.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "anser": [ + "1.4.10" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parse-bmfont-xml__1.1.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parse-bmfont-xml", + "version": "1.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==", + "url": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve-from__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "resolve-from", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-from": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_humanwhocodes_module-importer__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@humanwhocodes/module-importer", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@humanwhocodes/module-importer": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ansi-align__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-align", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "string-width": "4.2.3" + }, + "transitive_closure": { + "ansi-align": [ + "3.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_pkgr_core__0.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@pkgr/core", + "version": "0.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@pkgr/core": [ + "0.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ws__8.14.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ws", + "version": "8.14.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", + "url": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__type-check__0.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "type-check", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "url": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_querystring-parser__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/querystring-parser", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hh6dhqamKrWWaDSuO2YULci0RGwJWygoy8hpCRxs/FpzzHIcbm6Cl6Jhrn5eKBzOBv+PhCcYwbfad0kIZZovcQ==", + "url": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-name__1.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "color-name", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-name__1.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "color-name", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__espree__9.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "espree", + "version": "9.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "url": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jest-get-type__29.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jest-get-type", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "url": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-drag__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-drag", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-dispatch": "3.0.1", + "d3-selection": "3.0.0" + }, + "transitive_closure": { + "d3-dispatch": [ + "3.0.1" + ], + "d3-drag": [ + "3.0.0" + ], + "d3-selection": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_freebsd-arm64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/freebsd-arm64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==", + "url": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_jsdom__21.1.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/jsdom", + "version": "21.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/jsdom" + ] + }, + "integrity": "sha512-/7kkMsC+/kMs7gAYmmBR9P0vGTnOoLhQhyhQJSlXGI5bzTHp6xdo0TtKWQAsz6pmSAeVqKSbqeyP6hytqr9FDw==", + "url": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ob1__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ob1", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QHJQk/lXMmAW8I7AIM3in1MSlwe1umR72Chhi8B7Xnq6mzjhBKkA6Fy/zAhQnGkA4S912EPCEvTij5yh+EQTAA==", + "url": "https://registry.npmjs.org/ob1/-/ob1-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-shallow-renderer__16.15.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-shallow-renderer", + "version": "16.15.0_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==", + "url": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_wicg-file-system-access__2023.10.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/wicg-file-system-access", + "version": "2023.10.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/wicg-file-system-access" + ] + }, + "integrity": "sha512-e9kZO9kCdLqT2h9Tw38oGv9UNzBBWaR1MzuAavxPcsV/7FJ3tWbU6RI3uB+yKIDPGLkGVbplS52ub0AcRLvrhA==", + "url": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2023.10.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-private-property-in-object", + "version": "7.14.5_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__undici-types__5.26.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "undici-types", + "version": "5.26.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "url": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minipass__4.2.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minipass", + "version": "4.2.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minipass": [ + "4.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-ease__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-ease", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-ease": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-alloc__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer-alloc", + "version": "1.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-alloc-unsafe": "1.1.0", + "buffer-fill": "1.0.0" + }, + "transitive_closure": { + "buffer-alloc": [ + "1.2.0" + ], + "buffer-alloc-unsafe": [ + "1.1.0" + ], + "buffer-fill": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__escape-html__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "escape-html", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "url": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ufo__1.5.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ufo", + "version": "1.5.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ufo": [ + "1.5.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-function-name__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-function-name", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-compilation-targets": "7.23.6", + "@babel/helper-function-name": "7.23.0", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pascal-case__3.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pascal-case", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "url": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_humanwhocodes_object-schema__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@humanwhocodes/object-schema", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@humanwhocodes/object-schema": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__raw-body__2.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "raw-body", + "version": "2.5.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "transitive_closure": { + "bytes": [ + "3.1.2" + ], + "depd": [ + "2.0.0" + ], + "http-errors": [ + "2.0.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "inherits": [ + "2.0.4" + ], + "raw-body": [ + "2.5.2" + ], + "safer-buffer": [ + "2.1.2" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_radio__3.10.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/radio", + "version": "3.10.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/form": "3.0.3_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/radio": "3.10.2_react_18.2.0", + "@react-types/radio": "3.7.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/radio": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/radio": [ + "3.10.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/radio": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yaml__2.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yaml", + "version": "2.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/project-manager-shim": [ + "yaml" + ] + }, + "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", + "url": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__image-size__1.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "image-size", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==", + "url": "https://registry.npmjs.org/image-size/-/image-size-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isbinaryfile__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isbinaryfile", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", + "url": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_credential-provider-env__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/credential-provider-env", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/property-provider": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/credential-provider-env": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__color-convert__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "color-convert", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "color-name": "1.1.4" + }, + "transitive_closure": { + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stack-utils__2.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "stack-utils", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "url": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_hapi_topo__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@hapi/topo", + "version": "5.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@hapi/hoek": "9.3.0" + }, + "transitive_closure": { + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__serialize-error__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "serialize-error", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==", + "url": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__walker__1.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "walker", + "version": "1.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "makeerror": "1.0.12" + }, + "transitive_closure": { + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "walker": [ + "1.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__shebang-regex__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "shebang-regex", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "shebang-regex": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__async-exit-hook__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "async-exit-hook", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==", + "url": "https://registry.npmjs.org/async-exit-hook/-/async-exit-hook-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__safe-array-concat__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "safe-array-concat", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "get-intrinsic": "1.2.4", + "has-symbols": "1.0.3", + "isarray": "2.0.5" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "isarray": [ + "2.0.5" + ], + "safe-array-concat": [ + "1.1.2" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stat-mode__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "stat-mode", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jH9EhtKIjuXZ2cWxmXS8ZP80XyC3iasQxMDV8jzhNJpfDb7VbQLVW4Wvsxz9QZvzV+G4YoSfBUVKDOyxLzi/sg==", + "url": "https://registry.npmjs.org/stat-mode/-/stat-mode-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fsevents__2.3.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fsevents", + "version": "2.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "url": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fsevents__2.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fsevents", + "version": "2.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "url": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__keyv__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "keyv", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "url": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__caller-callsite__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "caller-callsite", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "callsites": "2.0.0" + }, + "transitive_closure": { + "caller-callsite": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-block-scoping__7.24.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-block-scoping", + "version": "7.24.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-value-parser__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss-value-parser", + "version": "4.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "postcss-value-parser": [ + "4.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sentence-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sentence-case", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "no-case": "3.0.4", + "tslib": "2.6.2", + "upper-case-first": "2.0.2" + }, + "transitive_closure": { + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "sentence-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "upper-case-first": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__editorconfig__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "editorconfig", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==", + "url": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__9.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "commander", + "version": "9.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", + "url": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-powerpc64le-gnu__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-powerpc64le-gnu", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5aRjvsS8q1nWN8AoRfrq5+9IflC3P1leMoy4r2WjXyFqf3qcqsxRCfxtZIV58tCxd+Yv7WELPcO9mY9aeQyAmw==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__github-from-package__0.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "github-from-package", + "version": "0.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", + "url": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__balanced-match__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "balanced-match", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_preset-env__7.24.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/preset-env", + "version": "7.24.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==", + "url": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_compat-data__7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/compat-data", + "version": "7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==", + "url": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_shared-ini-file-loader__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/shared-ini-file-loader", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__extsprintf__1.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "extsprintf", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "url": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry_utils__7.111.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry/utils", + "version": "7.111.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CB5rz1EgCSwj3xoXogsCZ5pQtfERrURc/ItcCuoaijUhkD0iMq5MCNWMHW3mBsBrqx/Oba+XGvDu0t/5+SWwBg==", + "url": "https://registry.npmjs.org/@sentry/utils/-/utils-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__import-lazy__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "import-lazy", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==", + "url": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__on-finished__2.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "on-finished", + "version": "2.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ee-first": "1.1.1" + }, + "transitive_closure": { + "ee-first": [ + "1.1.1" + ], + "on-finished": [ + "2.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__async__3.2.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "async", + "version": "3.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", + "url": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jridgewell_set-array__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jridgewell/set-array", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@jridgewell/set-array": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_compiler-ssr__3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/compiler-ssr", + "version": "3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-dom": "3.4.23", + "@vue/shared": "3.4.23" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__slash__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "slash", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "url": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__requires-port__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "requires-port", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "url": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ret__0.1.15__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ret", + "version": "0.1.15", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ret": [ + "0.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__regexpu-core__5.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "regexpu-core", + "version": "5.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/regjsgen": "0.8.0", + "regenerate": "1.4.2", + "regenerate-unicode-properties": "10.1.1", + "regjsparser": "0.9.1", + "unicode-match-property-ecmascript": "2.0.0", + "unicode-match-property-value-ecmascript": "2.1.0" + }, + "transitive_closure": { + "@babel/regjsgen": [ + "0.8.0" + ], + "jsesc": [ + "0.5.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_typescript-eslint_type-utils__6.21.0__2014925250": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/type-utils", + "version": "6.21.0_2014925250", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==", + "url": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_tsconfig__0.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/tsconfig", + "version": "0.5.1", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@vue/tsconfig" + ] + }, + "deps": {}, + "transitive_closure": { + "@vue/tsconfig": [ + "0.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__culori__3.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "culori", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "culori" + ] + }, + "integrity": "sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==", + "url": "https://registry.npmjs.org/culori/-/culori-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__url__0.11.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "url", + "version": "0.11.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "1.4.1", + "qs": "6.12.1" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "object-inspect": [ + "1.13.1" + ], + "punycode": [ + "1.4.1" + ], + "qs": [ + "6.12.1" + ], + "set-function-length": [ + "1.2.2" + ], + "side-channel": [ + "1.0.6" + ], + "url": [ + "0.11.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_discordjs_builders__1.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@discordjs/builders", + "version": "1.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GDtbKMkg433cOZur8Dv6c25EHxduNIBsxeHrsRoIM8+AwmEZ8r0tEpckx/sHwTLwQPOF3e2JWloZh9ofCaMfAw==", + "url": "https://registry.npmjs.org/@discordjs/builders/-/builders-1.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-func-name__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-func-name", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", + "url": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_credential-provider-ini__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/credential-provider-ini", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/property-provider": "3.6.1", + "@aws-sdk/shared-ini-file-loader": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/credential-provider-ini": [ + "3.6.1" + ], + "@aws-sdk/property-provider": [ + "3.6.1" + ], + "@aws-sdk/shared-ini-file-loader": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ee-first__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ee-first", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ee-first": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jsdom__22.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jsdom", + "version": "22.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "jsdom" + ] + }, + "integrity": "sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==", + "url": "https://registry.npmjs.org/jsdom/-/jsdom-22.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-computed-properties__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-computed-properties", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/template": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__style-mod__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "style-mod", + "version": "4.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "style-mod": [ + "4.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_preset-flow__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/preset-flow", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sWCV2G9pcqZf+JHyv/RyqEIpFypxdCSxWIxQjpdaQxenNog7cN1pr76hg8u0Fz8Qgg0H4ETkGcJnXL8d4j0PPA==", + "url": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nwsapi__2.2.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "nwsapi", + "version": "2.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==", + "url": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cross-env__7.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cross-env", + "version": "7.0.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "cross-env" + ], + "app/ide-desktop": [ + "cross-env" + ], + "app/ide-desktop/lib/dashboard": [ + "cross-env" + ] + }, + "deps": { + "cross-spawn": "7.0.3" + }, + "transitive_closure": { + "cross-env": [ + "7.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "isexe": [ + "2.0.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_ampproject_remapping__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@ampproject/remapping", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/gen-mapping": "0.3.5", + "@jridgewell/trace-mapping": "0.3.25" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__he__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "he", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "url": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-convert__1.9.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "color-convert", + "version": "1.9.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "color-name": "1.1.3" + }, + "transitive_closure": { + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__registry-auth-token__4.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "registry-auth-token", + "version": "4.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==", + "url": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_win32-arm64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/win32-arm64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/win32-arm64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lodash.snakecase__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lodash.snakecase", + "version": "4.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.snakecase": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_community-cli-plugin__0.73.17__-2110264980__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/community-cli-plugin", + "version": "0.73.17_-2110264980", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-server-api": "12.3.6", + "@react-native-community/cli-tools": "12.3.6", + "@react-native/dev-middleware": "0.73.8", + "@react-native/metro-babel-transformer": "0.73.15_-2110264980", + "chalk": "4.1.2", + "execa": "5.1.1", + "metro": "0.80.8", + "metro-config": "0.80.8", + "metro-core": "0.80.8", + "node-fetch": "2.7.0", + "readline": "1.3.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "ast-types": [ + "0.15.2" + ], + "async-limiter": [ + "1.0.1" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commander": [ + "2.20.3" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "defaults": [ + "1.0.4" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "execa": [ + "5.1.1" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "5.0.0" + ], + "flow-parser": [ + "0.206.0" + ], + "fresh": [ + "0.5.2" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "kind-of": [ + "6.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react-is": [ + "17.0.2", + "18.2.0" + ], + "react-refresh": [ + "0.14.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "source-map": [ + "0.5.7", + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stackframe": [ + "1.3.4" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "2.6.2" + ], + "undici-types": [ + "5.26.5" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yargs": [ + "17.6.2" + ], + "yargs-parser": [ + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__optionator__0.9.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "optionator", + "version": "0.9.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aashutoshrathi/word-wrap": "1.2.6", + "deep-is": "0.1.4", + "fast-levenshtein": "2.0.6", + "levn": "0.4.1", + "prelude-ls": "1.2.1", + "type-check": "0.4.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "levn": [ + "0.4.1" + ], + "optionator": [ + "0.9.3" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_switch__3.5.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/switch", + "version": "3.5.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2LFEKMGeufqyYmeN/5dtkDkCPG6x9O4eu6aaBaJmPGon7C/l3yiFEgRue6oCUYc1HixR7Qlp0sPxk0tQeWzrSg==", + "url": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__clone-response__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "clone-response", + "version": "1.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "mimic-response": "1.0.1" + }, + "transitive_closure": { + "clone-response": [ + "1.0.3" + ], + "mimic-response": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-yarn-global__0.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-yarn-global", + "version": "0.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", + "url": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is2__2.0.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is2", + "version": "2.0.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "deep-is": "0.1.4", + "ip-regex": "4.3.0", + "is-url": "1.2.4" + }, + "transitive_closure": { + "deep-is": [ + "0.1.4" + ], + "ip-regex": [ + "4.3.0" + ], + "is-url": [ + "1.2.4" + ], + "is2": [ + "2.0.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_grid__3.2.4__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/grid", + "version": "3.2.4_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sDVoyQcH7MoGdx5nBi5ZOU/mVFBt9YTxhvr0PZ97dMdEHZtJC1w9SuezwWS34f50yb8YAXQRTICbZYcK4bAlDA==", + "url": "https://registry.npmjs.org/@react-types/grid/-/grid-3.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-yaml__3.14.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-yaml", + "version": "3.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-s390x__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-s390x", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==", + "url": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-typed-array__1.1.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-typed-array", + "version": "1.1.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "url": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-crypto_util__1.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-crypto/util", + "version": "1.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H8PjG5WJ4wz0UXAFXeJjWCW1vkvIJ3qUUD+rGRwJ2/hj+xT58Qle2MTql/2MGzkU+1JLAFuR6aJpLAjHwhmwwg==", + "url": "https://registry.npmjs.org/@aws-crypto/util/-/util-1.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_internationalized_date__3.5.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@internationalized/date", + "version": "3.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vo1yOMUt2hzp63IutEaTUxROdvQg1qlMRsbCvbay2AK2Gai7wIgCyK5weEX3nHkiLgo4qCXHijFNC/ILhlRpOQ==", + "url": "https://registry.npmjs.org/@internationalized/date/-/date-3.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__p-locate__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-locate", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "url": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-regex__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-regex", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-regex": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_link__3.5.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/link", + "version": "3.5.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/link": [ + "3.5.3_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strnum__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strnum", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strnum": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__readable-stream__2.3.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "readable-stream", + "version": "2.3.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "core-util-is": "1.0.3", + "inherits": "2.0.4", + "isarray": "1.0.0", + "process-nextick-args": "2.0.1", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + }, + "transitive_closure": { + "core-util-is": [ + "1.0.3" + ], + "inherits": [ + "2.0.4" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8" + ], + "safe-buffer": [ + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-mips64el__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-mips64el", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-mips64el": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_button__3.9.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/button", + "version": "3.9.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZXo2VGTxfbaTEnfeIlm5ym4vYpGAy8sGrad8Scv+EyDAJWLMKokqctfaN6YSWbqUApC3FN63IvMqASflbmnYig==", + "url": "https://registry.npmjs.org/@react-aria/button/-/button-3.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__finalhandler__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "finalhandler", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "2.6.9", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "on-finished": "2.3.0", + "parseurl": "1.3.3", + "statuses": "1.5.0", + "unpipe": "1.0.0" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "finalhandler": [ + "1.1.2" + ], + "ms": [ + "2.0.0" + ], + "on-finished": [ + "2.3.0" + ], + "parseurl": [ + "1.3.3" + ], + "statuses": [ + "1.5.0" + ], + "unpipe": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__appdirsjs__1.2.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "appdirsjs", + "version": "1.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==", + "url": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aashutoshrathi_word-wrap__1.2.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aashutoshrathi/word-wrap", + "version": "1.2.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "url": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve-alpn__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "resolve-alpn", + "version": "1.2.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-alpn": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__uc.micro__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "uc.micro", + "version": "1.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "uc.micro": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_swc_helpers__0.5.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@swc/helpers", + "version": "0.5.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "@swc/helpers": [ + "0.5.10" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-visitor-keys__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-visitor-keys", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "eslint-visitor-keys": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-body-length-browser__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-body-length-browser", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/util-body-length-browser": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_virtualized-lists__0.73.4__react-native_0.73.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/virtualized-lists", + "version": "0.73.4_react-native_0.73.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HpmLg1FrEiDtrtAbXiwCgXFYyloK/dOIPIuWW3fsqukwJEWAiTzm1nXGJ7xPU5XTHiWZ4sKup5Ebaj8z7iyWog==", + "url": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.73.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__global-agent__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "global-agent", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "boolean": "3.2.0", + "es6-error": "4.1.1", + "matcher": "3.0.0", + "roarr": "2.15.4", + "semver": "7.6.0", + "serialize-error": "7.0.1" + }, + "transitive_closure": { + "boolean": [ + "3.2.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "detect-node": [ + "2.1.0" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es6-error": [ + "4.1.1" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "global-agent": [ + "3.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "lru-cache": [ + "6.0.0" + ], + "matcher": [ + "3.0.0" + ], + "object-keys": [ + "1.1.1" + ], + "roarr": [ + "2.15.4" + ], + "semver": [ + "7.6.0" + ], + "semver-compare": [ + "1.0.0" + ], + "serialize-error": [ + "7.0.1" + ], + "sprintf-js": [ + "1.1.3" + ], + "type-fest": [ + "0.13.1" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__playwright__1.43.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "playwright", + "version": "1.43.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "playwright" + ], + "app/ide-desktop/lib/dashboard": [ + "playwright" + ] + }, + "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==", + "url": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-bugfix-firefox-class-in-computed-class-key__7.24.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "version": "7.24.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_config-resolver__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/config-resolver", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/signature-v4": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/config-resolver": [ + "3.6.1" + ], + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/signature-v4": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-hex-encoding": [ + "3.6.1" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-logical-assignment-operators__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-logical-assignment-operators", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__marky__1.2.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "marky", + "version": "1.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==", + "url": "https://registry.npmjs.org/marky/-/marky-1.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__babel-plugin-polyfill-corejs3__0.10.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "babel-plugin-polyfill-corejs3", + "version": "0.10.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__muggle-string__0.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "muggle-string", + "version": "0.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "muggle-string": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__whatwg-url__12.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "whatwg-url", + "version": "12.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tr46": "4.1.1", + "webidl-conversions": "7.0.0" + }, + "transitive_closure": { + "punycode": [ + "2.3.1" + ], + "tr46": [ + "4.1.1" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-url": [ + "12.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-typedarray__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-typedarray", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-typedarray": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-interactive__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-interactive", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "url": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_select__3.9.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/select", + "version": "3.9.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fGFrunednY3Pq/BBwVOf87Fsuyo/SlevL0wFIE9OOl2V5NXVaTY7/7RYA8hIOHPzmvsMbndy419BEudiNGhv4A==", + "url": "https://registry.npmjs.org/@react-types/select/-/select-3.9.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__semver-diff__3.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "semver-diff", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "url": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__y-websocket__1.5.4__yjs_13.6.14__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "y-websocket", + "version": "1.5.4_yjs_13.6.14", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "y-websocket" + ] + }, + "deps": { + "ws": "6.2.2", + "y-leveldb": "0.1.2_yjs_13.6.14", + "lib0": "0.2.93", + "lodash.debounce": "4.0.8", + "y-protocols": "1.0.6_yjs_13.6.14", + "yjs": "13.6.14" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3", + "6.3.0" + ], + "async-limiter": [ + "1.0.1" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "deferred-leveldown": [ + "5.3.0" + ], + "encoding-down": [ + "6.3.0" + ], + "errno": [ + "0.1.8" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "inherits": [ + "2.0.4" + ], + "isomorphic.js": [ + "0.2.5" + ], + "level": [ + "6.0.1" + ], + "level-codec": [ + "9.0.2" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-errors": [ + "2.0.1" + ], + "level-iterator-stream": [ + "4.0.2" + ], + "level-js": [ + "5.0.2" + ], + "level-packager": [ + "5.1.1" + ], + "level-supports": [ + "1.0.1" + ], + "leveldown": [ + "5.6.0" + ], + "levelup": [ + "4.4.0" + ], + "lib0": [ + "0.2.93" + ], + "lodash.debounce": [ + "4.0.8" + ], + "ltgt": [ + "2.2.1" + ], + "napi-macros": [ + "2.0.0" + ], + "node-gyp-build": [ + "4.1.1" + ], + "prr": [ + "1.0.1" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "ws": [ + "6.2.2" + ], + "xtend": [ + "4.0.2" + ], + "y-leveldb": [ + "0.1.2_yjs_13.6.14" + ], + "y-protocols": [ + "1.0.6_yjs_13.6.14" + ], + "y-websocket": [ + "1.5.4_yjs_13.6.14" + ], + "yjs": [ + "13.6.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-resize__2.0.0-alpha.1__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "vue-resize", + "version": "2.0.0-alpha.1_vue_3.4.23", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "vue": "3.4.23_typescript_5.2.2" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-resize": [ + "2.0.0-alpha.1_vue_3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__joi__17.12.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "joi", + "version": "17.12.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2RRziagf555owrm9IRVtdKynOBeITiDpuZqIpgwqXShPncPKNiRQoiGsl/T8SQdq+8ugRzH2LqY67irr2y/d+g==", + "url": "https://registry.npmjs.org/joi/-/joi-17.12.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__spdx-expression-parse__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "spdx-expression-parse", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "spdx-exceptions": "2.5.0", + "spdx-license-ids": "3.0.17" + }, + "transitive_closure": { + "spdx-exceptions": [ + "2.5.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-license-ids": [ + "3.0.17" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__wrappy__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "wrappy", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__side-channel__1.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "side-channel", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "url": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jridgewell_gen-mapping__0.3.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jridgewell/gen-mapping", + "version": "0.3.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "url": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__didyoumean__1.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "didyoumean", + "version": "1.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "url": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ip-regex__4.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ip-regex", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==", + "url": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-optional-chaining", + "version": "7.21.0_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__string_decoder__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string_decoder", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "safe-buffer": "5.2.1" + }, + "transitive_closure": { + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cross-spawn__6.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cross-spawn", + "version": "6.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "nice-try": "1.0.5", + "path-key": "2.0.1", + "semver": "5.7.2", + "shebang-command": "1.2.0", + "which": "1.3.1" + }, + "transitive_closure": { + "cross-spawn": [ + "6.0.5" + ], + "isexe": [ + "2.0.0" + ], + "nice-try": [ + "1.0.5" + ], + "path-key": [ + "2.0.1" + ], + "semver": [ + "5.7.2" + ], + "shebang-command": [ + "1.2.0" + ], + "shebang-regex": [ + "1.0.0" + ], + "which": [ + "1.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-is-absolute__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-is-absolute", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "url": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry-internal_replay-canvas__7.111.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry-internal/replay-canvas", + "version": "7.111.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sentry/core": "7.111.0", + "@sentry/replay": "7.111.0", + "@sentry/types": "7.111.0", + "@sentry/utils": "7.111.0" + }, + "transitive_closure": { + "@sentry-internal/replay-canvas": [ + "7.111.0" + ], + "@sentry-internal/tracing": [ + "7.111.0" + ], + "@sentry/core": [ + "7.111.0" + ], + "@sentry/replay": [ + "7.111.0" + ], + "@sentry/types": [ + "7.111.0" + ], + "@sentry/utils": [ + "7.111.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yocto-queue__0.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yocto-queue", + "version": "0.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "url": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lilconfig__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lilconfig", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lilconfig": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isarray__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isarray", + "version": "2.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isarray": [ + "2.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__for-each__0.3.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "for-each", + "version": "0.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "url": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__buffer__5.7.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer", + "version": "5.7.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "url": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__source-map__0.5.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "source-map", + "version": "0.5.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-map": [ + "0.5.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__for-each__0.3.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "for-each", + "version": "0.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-callable": "1.2.7" + }, + "transitive_closure": { + "for-each": [ + "0.3.3" + ], + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pump__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pump", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "url": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_types__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/types", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4Dx3eRTrUHLxhFdLJL8zdNGzVsJfAxtxPYYGmIddUkO2Gj3WA1TGjdfG4XN/ClI6e1XonCHafQX3UYO/mgnH3g==", + "url": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__safe-buffer__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "safe-buffer", + "version": "5.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "safe-buffer": [ + "5.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-import-meta", + "version": "7.10.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bplist-parser__0.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bplist-parser", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "url": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__logkitty__0.7.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "logkitty", + "version": "0.7.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==", + "url": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lru-cache__6.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lru-cache", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__defaults__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "defaults", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "clone": "1.0.4" + }, + "transitive_closure": { + "clone": [ + "1.0.4" + ], + "defaults": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__make-dir__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "make-dir", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pify": "4.0.1", + "semver": "5.7.2" + }, + "transitive_closure": { + "make-dir": [ + "2.1.0" + ], + "pify": [ + "4.0.1" + ], + "semver": [ + "5.7.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__prompts__2.4.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "prompts", + "version": "2.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "url": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-react-jsx-self__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-react-jsx-self", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kDJgnPujTmAZ/9q2CN4m2/lRsUUPDvsG3+tSHWUJIzMGTt5U/b/fwWd3RO3n+5mjLrsBrVa5eKFRVSQbi3dF1w==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chromium-edge-launcher__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chromium-edge-launcher", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7", + "escape-string-regexp": "4.0.0", + "is-wsl": "2.2.0", + "lighthouse-logger": "1.4.2", + "mkdirp": "1.0.4", + "rimraf": "3.0.2" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "concat-map": [ + "0.0.1" + ], + "debug": [ + "2.6.9" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "marky": [ + "1.2.5" + ], + "minimatch": [ + "3.1.2" + ], + "mkdirp": [ + "1.0.4" + ], + "ms": [ + "2.0.0" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "rimraf": [ + "3.0.2" + ], + "undici-types": [ + "5.26.5" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strip-bom__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-bom", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-bom": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ts-mixer__6.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ts-mixer", + "version": "6.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ts-mixer": [ + "6.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss__8.4.38__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss", + "version": "8.4.38", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "postcss" + ] + }, + "deps": { + "nanoid": "3.3.7", + "picocolors": "1.0.0", + "source-map-js": "1.2.0" + }, + "transitive_closure": { + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_listbox__3.4.7__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/listbox", + "version": "3.4.7_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/listbox": [ + "3.4.7_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__esbuild-plugin-time__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "esbuild-plugin-time", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "esbuild-plugin-time" + ] + }, + "integrity": "sha512-I4Shhi0fpgXxSoc34djTHIuhbEzkcBbKKiNtb3LhZe2JEE1vSxXilW+KE0M/KZ4kqORLGgdGCKuJh9CNUL55yw==", + "url": "https://registry.npmjs.org/esbuild-plugin-time/-/esbuild-plugin-time-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve-alpn__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "resolve-alpn", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==", + "url": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__whatwg-url-without-unicode__8.0.0-3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "whatwg-url-without-unicode", + "version": "8.0.0-3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer": "5.7.1", + "punycode": "2.3.1", + "webidl-conversions": "5.0.0" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "webidl-conversions": [ + "5.0.0" + ], + "whatwg-url-without-unicode": [ + "8.0.0-3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-numeric-separator", + "version": "7.18.6_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-transform-plugins__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-transform-plugins", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sSu8VPL9Od7w98MftCOkQ1UDeySWbsIAS5I54rW22BVpPnI3fQ42srvqMLaJUQPjLehUanq8St6OMBCBgH/UWw==", + "url": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ms__2.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ms", + "version": "2.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-native-get-random-values__1.11.0__react-native_0.73.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-native-get-random-values", + "version": "1.11.0_react-native_0.73.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fast-base64-decode": "1.0.0", + "react-native": "0.73.7_-1997537249" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@react-native/assets-registry": [ + "0.73.1" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/gradle-plugin": [ + "0.73.4" + ], + "@react-native/js-polyfills": [ + "0.73.1" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@react-native/normalize-colors": [ + "0.73.2" + ], + "@react-native/virtualized-lists": [ + "0.73.4_react-native_0.73.7" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "abort-controller": [ + "3.0.0" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "anser": [ + "1.4.10" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "asap": [ + "2.0.6" + ], + "ast-types": [ + "0.15.2" + ], + "astral-regex": [ + "1.0.0" + ], + "async-limiter": [ + "1.0.1" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0", + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "2.20.3", + "9.5.0" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "event-target-shim": [ + "5.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-base64-decode": [ + "1.0.0" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "flow-enums-runtime": [ + "0.0.6" + ], + "flow-parser": [ + "0.206.0" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "joi": [ + "17.12.3" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-android": [ + "250231.0.0" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "4.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "kleur": [ + "3.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "5.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "memoize-one": [ + "5.2.1" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "node-stream-zip": [ + "1.15.0" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "object-assign": [ + "4.1.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "promise": [ + "8.3.0" + ], + "prompts": [ + "2.4.2" + ], + "prop-types": [ + "15.8.1" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react": [ + "18.2.0" + ], + "react-devtools-core": [ + "4.28.5" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "react-native": [ + "0.73.7_-1997537249" + ], + "react-native-get-random-values": [ + "1.11.0_react-native_0.73.7" + ], + "react-refresh": [ + "0.14.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slash": [ + "3.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1", + "0.7.4" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stack-utils": [ + "2.0.6" + ], + "stackframe": [ + "1.3.4" + ], + "stacktrace-parser": [ + "0.1.10" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "2.6.2" + ], + "type-detect": [ + "4.0.8" + ], + "type-fest": [ + "0.7.1" + ], + "undici-types": [ + "5.26.5" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0", + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "4.0.3", + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1", + "17.6.2" + ], + "yargs-parser": [ + "18.1.3", + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ms__2.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ms", + "version": "2.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "url": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__onetime__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "onetime", + "version": "5.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mimic-fn": "2.1.0" + }, + "transitive_closure": { + "mimic-fn": [ + "2.1.0" + ], + "onetime": [ + "5.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-async-to-generator__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-async-to-generator", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-runtime__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-runtime", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.24.4" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.24.4" + ], + "metro-runtime": [ + "0.80.8" + ], + "regenerator-runtime": [ + "0.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__env-paths__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "env-paths", + "version": "2.2.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "env-paths": [ + "2.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-x64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-x64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==", + "url": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jest_create-cache-key-function__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jest/create-cache-key-function", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==", + "url": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_discordjs_builders__1.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@discordjs/builders", + "version": "1.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@discordjs/formatters": "0.3.3", + "@discordjs/util": "1.0.2", + "@sapphire/shapeshift": "3.9.7", + "discord-api-types": "0.37.61", + "fast-deep-equal": "3.1.3", + "ts-mixer": "6.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "@discordjs/builders": [ + "1.7.0" + ], + "@discordjs/formatters": [ + "0.3.3" + ], + "@discordjs/util": [ + "1.0.2" + ], + "@sapphire/shapeshift": [ + "3.9.7" + ], + "discord-api-types": [ + "0.37.61" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "lodash": [ + "4.17.21" + ], + "ts-mixer": [ + "6.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__wrap-ansi__7.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "wrap-ansi", + "version": "7.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__core-js-compat__3.37.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "core-js-compat", + "version": "3.37.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.23.0" + }, + "transitive_closure": { + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "core-js-compat": [ + "3.37.0" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hash-sum__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hash-sum", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "hash-sum" + ] + }, + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "url": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vueuse_metadata__10.9.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vueuse/metadata", + "version": "10.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==", + "url": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_form__3.0.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/form", + "version": "3.0.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__typescript__5.4.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "typescript", + "version": "5.4.5", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/ts-plugin-namespace-auto-import": [ + "typescript" + ] + }, + "deps": {}, + "transitive_closure": { + "typescript": [ + "5.4.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jiti__1.21.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jiti", + "version": "1.21.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", + "url": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__webidl-conversions__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "webidl-conversions", + "version": "7.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "webidl-conversions": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mkdirp__0.5.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mkdirp", + "version": "0.5.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_runtime__7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/runtime", + "version": "7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==", + "url": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitest_coverage-v8__1.5.0__vitest_1.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vitest/coverage-v8", + "version": "1.5.0_vitest_1.5.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@vitest/coverage-v8" + ] + }, + "deps": { + "@ampproject/remapping": "2.3.0", + "@bcoe/v8-coverage": "0.2.3", + "debug": "4.3.4", + "istanbul-lib-coverage": "3.2.2", + "istanbul-lib-report": "3.0.1", + "istanbul-lib-source-maps": "5.0.4", + "istanbul-reports": "3.1.7", + "magic-string": "0.30.10", + "magicast": "0.3.4", + "picocolors": "1.0.0", + "std-env": "3.7.0", + "strip-literal": "2.1.0", + "test-exclude": "6.0.0", + "vitest": "1.5.0_-1312616492" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "@vitest/coverage-v8": [ + "1.5.0_vitest_1.5.0" + ], + "@vitest/expect": [ + "1.5.0" + ], + "@vitest/runner": [ + "1.5.0" + ], + "@vitest/snapshot": [ + "1.5.0" + ], + "@vitest/spy": [ + "1.5.0" + ], + "@vitest/utils": [ + "1.5.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.11.3" + ], + "acorn-walk": [ + "8.3.2" + ], + "agent-base": [ + "6.0.2" + ], + "ansi-styles": [ + "5.2.0" + ], + "assertion-error": [ + "1.1.0" + ], + "asynckit": [ + "0.4.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "cac": [ + "6.7.14" + ], + "chai": [ + "4.4.1" + ], + "check-error": [ + "1.0.3" + ], + "combined-stream": [ + "1.0.8" + ], + "concat-map": [ + "0.0.1" + ], + "confbox": [ + "0.1.7" + ], + "cross-spawn": [ + "7.0.3" + ], + "cssstyle": [ + "3.0.0" + ], + "data-urls": [ + "4.0.0" + ], + "debug": [ + "4.3.4" + ], + "decimal.js": [ + "10.4.3" + ], + "deep-eql": [ + "4.1.3" + ], + "delayed-stream": [ + "1.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "domexception": [ + "4.0.0" + ], + "entities": [ + "4.5.0" + ], + "esbuild": [ + "0.20.2" + ], + "estree-walker": [ + "3.0.3" + ], + "execa": [ + "8.0.1" + ], + "form-data": [ + "4.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "get-func-name": [ + "2.0.2" + ], + "get-stream": [ + "8.0.1" + ], + "glob": [ + "7.2.3" + ], + "has-flag": [ + "4.0.0" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "html-escaper": [ + "2.0.2" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "human-signals": [ + "5.0.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "is-stream": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.2" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "5.0.4" + ], + "istanbul-reports": [ + "3.1.7" + ], + "js-tokens": [ + "9.0.0" + ], + "jsdom": [ + "22.1.0" + ], + "local-pkg": [ + "0.5.0" + ], + "loupe": [ + "2.3.7" + ], + "lru-cache": [ + "6.0.0" + ], + "magic-string": [ + "0.30.10" + ], + "magicast": [ + "0.3.4" + ], + "make-dir": [ + "4.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "4.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "mlly": [ + "1.6.1" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "npm-run-path": [ + "5.3.0" + ], + "nwsapi": [ + "2.2.7" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "6.0.0" + ], + "p-limit": [ + "5.0.0" + ], + "parse5": [ + "7.1.2" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1", + "4.0.0" + ], + "pathe": [ + "1.1.2" + ], + "pathval": [ + "1.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "pkg-types": [ + "1.1.0" + ], + "postcss": [ + "8.4.38" + ], + "pretty-format": [ + "29.7.0" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "querystringify": [ + "2.2.0" + ], + "react-is": [ + "18.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "rollup": [ + "4.14.3" + ], + "rrweb-cssom": [ + "0.6.0" + ], + "safer-buffer": [ + "2.1.2" + ], + "saxes": [ + "6.0.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "siginfo": [ + "2.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "source-map-js": [ + "1.2.0" + ], + "stackback": [ + "0.0.2" + ], + "std-env": [ + "3.7.0" + ], + "strip-final-newline": [ + "3.0.0" + ], + "strip-literal": [ + "2.1.0" + ], + "supports-color": [ + "7.2.0" + ], + "symbol-tree": [ + "3.2.4" + ], + "test-exclude": [ + "6.0.0" + ], + "tinybench": [ + "2.7.0" + ], + "tinypool": [ + "0.8.4" + ], + "tinyspy": [ + "2.2.1" + ], + "to-fast-properties": [ + "2.0.0" + ], + "tough-cookie": [ + "4.1.3" + ], + "tr46": [ + "4.1.1" + ], + "type-detect": [ + "4.0.8" + ], + "ufo": [ + "1.5.3" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "vite-node": [ + "1.5.0_at_types_node_20.12.7" + ], + "vitest": [ + "1.5.0_-1312616492" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "12.0.1" + ], + "which": [ + "2.0.2" + ], + "why-is-node-running": [ + "2.2.2" + ], + "wrappy": [ + "1.0.2" + ], + "ws": [ + "8.16.0" + ], + "xml-name-validator": [ + "4.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unbzip2-stream__1.4.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unbzip2-stream", + "version": "1.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "unbzip2-stream" + ] + }, + "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==", + "url": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__7zip-bin__5.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "7zip-bin", + "version": "5.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ==", + "url": "https://registry.npmjs.org/7zip-bin/-/7zip-bin-5.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mkdirp__0.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mkdirp", + "version": "0.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==", + "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__open__7.4.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "open", + "version": "7.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", + "url": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-config__12.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native-community/cli-config", + "version": "12.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native-community/cli-tools": "12.3.6", + "chalk": "4.1.2", + "cosmiconfig": "5.2.1", + "deepmerge": "4.3.1", + "glob": "7.2.3", + "joi": "17.12.3" + }, + "transitive_closure": { + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "buffer": [ + "5.7.1" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "chalk": [ + "4.1.2" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "clone": [ + "1.0.4" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cosmiconfig": [ + "5.2.1" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "error-ex": [ + "1.3.2" + ], + "esprima": [ + "4.0.1" + ], + "find-up": [ + "5.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "has-flag": [ + "4.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "import-fresh": [ + "2.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-interactive": [ + "1.0.0" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0" + ], + "joi": [ + "17.12.3" + ], + "js-yaml": [ + "3.14.1" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "locate-path": [ + "6.0.0" + ], + "log-symbols": [ + "4.1.0" + ], + "lru-cache": [ + "6.0.0" + ], + "mime": [ + "2.6.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "node-fetch": [ + "2.7.0" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parse-json": [ + "4.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "readable-stream": [ + "3.6.2" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "sprintf-js": [ + "1.0.3" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "7.2.0" + ], + "tr46": [ + "0.0.3" + ], + "util-deprecate": [ + "1.0.2" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_searchfield__3.5.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/searchfield", + "version": "3.5.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9A8Wghx1avRHhMpNH1Nj+jFfiF1bhsff2GEC5PZgWYzhCykw3G5bywn3JAuUS4kh7Vpqhbu4KpHAhmWPSv4B/Q==", + "url": "https://registry.npmjs.org/@react-stately/searchfield/-/searchfield-3.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__url__0.11.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "url", + "version": "0.11.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "transitive_closure": { + "punycode": [ + "1.3.2" + ], + "querystring": [ + "0.2.0" + ], + "url": [ + "0.11.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-linux-x64-gnu__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-linux-x64-gnu", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-linux-x64-gnu": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__agent-base__6.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "agent-base", + "version": "6.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "url": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-export-default-from__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-export-default-from", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cNXSxv9eTkGUtd0PsNMK8Yx5xeScxfpWOUAxE+ZPAXXEcAMOC3fk7LRdXq5fvpra2pLx2p1YtkAhpUbB2SwaRA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vitejs_plugin-react__4.2.1__vite_5.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vitejs/plugin-react", + "version": "4.2.1_vite_5.2.9", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@vitejs/plugin-react" + ], + "app/ide-desktop/lib/dashboard": [ + "@vitejs/plugin-react" + ] + }, + "deps": { + "@babel/core": "7.24.4", + "@babel/plugin-transform-react-jsx-self": "7.24.1_at_babel_core_7.24.4", + "@babel/plugin-transform-react-jsx-source": "7.24.1_at_babel_core_7.24.4", + "@types/babel__core": "7.20.5", + "react-refresh": "0.14.0", + "vite": "5.2.9_at_types_node_20.12.7" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/babel__core": [ + "7.20.5" + ], + "@types/babel__generator": [ + "7.6.8" + ], + "@types/babel__template": [ + "7.4.4" + ], + "@types/babel__traverse": [ + "7.20.5" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "@vitejs/plugin-react": [ + "4.2.1_vite_5.2.9" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "esbuild": [ + "0.20.2" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "fsevents": [ + "2.3.3" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "nanoid": [ + "3.3.7" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "react-refresh": [ + "0.14.0" + ], + "rollup": [ + "4.14.3" + ], + "semver": [ + "6.3.1" + ], + "source-map-js": [ + "1.2.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "undici-types": [ + "5.26.5" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-create-regexp-features-plugin", + "version": "7.22.15_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", + "url": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_monaco-editor_react__4.6.0__942711602__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@monaco-editor/react", + "version": "4.6.0_942711602", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@monaco-editor/react" + ] + }, + "deps": { + "@monaco-editor/loader": "1.4.0_monaco-editor_0.47.0", + "monaco-editor": "0.47.0", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@monaco-editor/loader": [ + "1.4.0_monaco-editor_0.47.0" + ], + "@monaco-editor/react": [ + "4.6.0_942711602" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "monaco-editor": [ + "0.47.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "state-local": [ + "1.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ee-first__1.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ee-first", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "url": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cliui__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cliui", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "string-width": "4.2.3", + "strip-ansi": "6.0.1", + "wrap-ansi": "6.2.0" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "cliui": [ + "6.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_modyfi_vite-plugin-yaml__1.1.0__vite_5.2.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@modyfi/vite-plugin-yaml", + "version": "1.1.0_vite_5.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@modyfi/vite-plugin-yaml" + ] + }, + "integrity": "sha512-L26xfzkSo1yamODCAtk/ipVlL6OEw2bcJ92zunyHu8zxi7+meV0zefA9xscRMDCsMY8xL3C3wi3DhMiPxcbxbw==", + "url": "https://registry.npmjs.org/@modyfi/vite-plugin-yaml/-/vite-plugin-yaml-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-buffer__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-buffer", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "url": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__level-iterator-stream__4.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "level-iterator-stream", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q==", + "url": "https://registry.npmjs.org/level-iterator-stream/-/level-iterator-stream-4.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-class-static-block__7.24.4__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-class-static-block", + "version": "7.24.4_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-class-features-plugin": "7.24.4_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-buffer__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-buffer", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==", + "url": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__istanbul-lib-coverage__3.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "istanbul-lib-coverage", + "version": "3.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "istanbul-lib-coverage": [ + "3.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__har-schema__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "har-schema", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", + "url": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__hosted-git-info__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "hosted-git-info", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", + "url": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prettier__3.2.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prettier", + "version": "3.2.5", + "dev": true, + "root_package": "", + "link_packages": { + "": [ + "prettier" + ], + "app/gui2": [ + "prettier" + ] + }, + "deps": {}, + "transitive_closure": { + "prettier": [ + "3.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__responselike__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "responselike", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "lowercase-keys": "1.0.1" + }, + "transitive_closure": { + "lowercase-keys": [ + "1.0.1" + ], + "responselike": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__inherits__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "inherits", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "inherits": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-simple-access__7.22.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-simple-access", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "url": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__aggregate-error__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "aggregate-error", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "url": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__graceful-fs__4.2.11__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "graceful-fs", + "version": "4.2.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "graceful-fs": [ + "4.2.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__which-typed-array__1.1.15__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "which-typed-array", + "version": "1.1.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "available-typed-arrays": "1.0.7", + "call-bind": "1.0.7", + "for-each": "0.3.3", + "gopd": "1.0.1", + "has-tostringtag": "1.0.2" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_codemirror_autocomplete__6.16.0__1625125607__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/autocomplete", + "version": "6.16.0_1625125607", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/language": "6.10.1", + "@codemirror/state": "6.4.1", + "@codemirror/view": "6.26.3", + "@lezer/common": "1.2.1" + }, + "transitive_closure": { + "@codemirror/autocomplete": [ + "6.16.0_1625125607" + ], + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/lr": [ + "1.4.0" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_assets-registry__0.73.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/assets-registry", + "version": "0.73.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2FgAbU7uKM5SbbW9QptPPZx8N9Ke2L7bsHb+EhAanZjFZunA9PaYtyjUQ1s7HD+zDVqOQIvjkpXSv7Kejd2tqg==", + "url": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.73.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-wsl__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-wsl", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-docker": "2.2.1" + }, + "transitive_closure": { + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_collections__3.10.5__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/collections", + "version": "3.10.5_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cookie__0.4.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cookie", + "version": "0.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cookie": [ + "0.4.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-block-scoped-functions__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-block-scoped-functions", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_responselike__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/responselike", + "version": "1.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/responselike": [ + "1.0.3" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parseurl__1.3.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parseurl", + "version": "1.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "url": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__thenify__3.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "thenify", + "version": "3.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "any-promise": "1.3.0" + }, + "transitive_closure": { + "any-promise": [ + "1.3.0" + ], + "thenify": [ + "3.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_table__3.9.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/table", + "version": "3.9.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Hs/pMbxJdga2zBol4H5pV1FVIiRjCuSTXst6idJjkctanTexR4xkyrtBwl+rdLNoGwQ2pGii49vgklc5bFK7zA==", + "url": "https://registry.npmjs.org/@react-types/table/-/table-3.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react__18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react", + "version": "18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react" + ] + }, + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "url": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__async__2.6.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "async", + "version": "2.6.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "lodash": "4.17.21" + }, + "transitive_closure": { + "async": [ + "2.6.4" + ], + "lodash": [ + "4.17.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-router__6.22.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-router", + "version": "6.22.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-router" + ] + }, + "integrity": "sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==", + "url": "https://registry.npmjs.org/react-router/-/react-router-6.22.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__spdx-license-ids__3.0.17__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "spdx-license-ids", + "version": "3.0.17", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "spdx-license-ids": [ + "3.0.17" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-eslint-parser__9.4.2__eslint_8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vue-eslint-parser", + "version": "9.4.2_eslint_8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==", + "url": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_eslint_js__8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@eslint/js", + "version": "8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@eslint/js" + ] + }, + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "url": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__levn__0.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "levn", + "version": "0.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "prelude-ls": "1.2.1", + "type-check": "0.4.0" + }, + "transitive_closure": { + "levn": [ + "0.4.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-export-default-from__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-export-default-from", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-export-default-from": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__forever-agent__0.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "forever-agent", + "version": "0.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", + "url": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-weakref__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-weakref", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "is-weakref": [ + "1.0.2" + ], + "set-function-length": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ltgt__2.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ltgt", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA==", + "url": "https://registry.npmjs.org/ltgt/-/ltgt-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__which-collection__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "which-collection", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "url": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-create-regexp-features-plugin", + "version": "7.22.15_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-annotate-as-pure": "7.22.5", + "regexpu-core": "5.3.2", + "semver": "6.3.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-is__17.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-is", + "version": "17.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "url": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jest_types__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jest/types", + "version": "29.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/schemas": "29.6.3", + "@types/istanbul-lib-coverage": "2.0.6", + "@types/istanbul-reports": "3.0.4", + "@types/node": "20.12.7", + "@types/yargs": "17.0.32", + "chalk": "4.1.2" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "has-flag": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__asar__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "asar", + "version": "3.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/glob": "7.2.0", + "chromium-pickle-js": "0.2.0", + "commander": "5.1.0", + "glob": "7.2.3", + "minimatch": "3.1.2" + }, + "transitive_closure": { + "@types/glob": [ + "7.2.0" + ], + "@types/minimatch": [ + "5.1.2" + ], + "@types/node": [ + "20.12.7" + ], + "asar": [ + "3.2.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "chromium-pickle-js": [ + "0.2.0" + ], + "commander": [ + "5.1.0" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-extendable__0.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-extendable", + "version": "0.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jpeg-js__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jpeg-js", + "version": "0.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jpeg-js": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__easy-stack__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "easy-stack", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "easy-stack": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lru-cache__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lru-cache", + "version": "5.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "yallist": "3.1.1" + }, + "transitive_closure": { + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_istanbul-lib-report__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/istanbul-lib-report", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", + "url": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pkg-types__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pkg-types", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "confbox": "0.1.7", + "mlly": "1.6.1", + "pathe": "1.1.2" + }, + "transitive_closure": { + "acorn": [ + "8.11.3" + ], + "confbox": [ + "0.1.7" + ], + "mlly": [ + "1.6.1" + ], + "pathe": [ + "1.1.2" + ], + "pkg-types": [ + "1.1.0" + ], + "ufo": [ + "1.5.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_win32-arm64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/win32-arm64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", + "url": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-addon-api__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-addon-api", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==", + "url": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__untildify__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "untildify", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "untildify": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-check__3.17.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-check", + "version": "3.17.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "fast-check" + ], + "app/ide-desktop/lib/dashboard": [ + "fast-check" + ] + }, + "integrity": "sha512-jIKXJVe6ZO0SpwEgVtEVujTf8TwjI9wMXFJCjsDHUB3RroUbXBgF4kOSz3A7MW0UR26aqsoB8i9O2mjtjERAiA==", + "url": "https://registry.npmjs.org/fast-check/-/fast-check-3.17.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__graceful-readlink__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "graceful-readlink", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==", + "url": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-regex__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ansi-regex", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es-iterator-helpers__1.0.18": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es-iterator-helpers", + "version": "1.0.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA==", + "url": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.18.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__9.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "commander", + "version": "9.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "9.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__css.escape__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "css.escape", + "version": "1.5.1", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "css.escape" + ] + }, + "deps": {}, + "transitive_closure": { + "css.escape": [ + "1.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cross-spawn__6.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cross-spawn", + "version": "6.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__indent-string__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "indent-string", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "indent-string": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__memoize-one__5.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "memoize-one", + "version": "5.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==", + "url": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-intrinsic__1.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-intrinsic", + "version": "1.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-errors": "1.3.0", + "function-bind": "1.1.2", + "has-proto": "1.0.3", + "has-symbols": "1.0.3", + "hasown": "2.0.2" + }, + "transitive_closure": { + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pretty-format__26.6.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pretty-format", + "version": "26.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "26.6.2", + "ansi-regex": "5.0.1", + "ansi-styles": "4.3.0", + "react-is": "17.0.2" + }, + "transitive_closure": { + "@jest/types": [ + "26.6.2" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "15.0.19" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "has-flag": [ + "4.0.0" + ], + "pretty-format": [ + "26.6.2" + ], + "react-is": [ + "17.0.2" + ], + "supports-color": [ + "7.2.0" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ob1__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ob1", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ob1": [ + "0.80.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ast-types__0.15.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ast-types", + "version": "0.15.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "ast-types": [ + "0.15.2" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_playwright_test__1.43.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@playwright/test", + "version": "1.43.1", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@playwright/test" + ], + "app/ide-desktop/lib/dashboard": [ + "@playwright/test" + ] + }, + "deps": { + "playwright": "1.43.1" + }, + "transitive_closure": { + "@playwright/test": [ + "1.43.1" + ], + "fsevents": [ + "2.3.2" + ], + "playwright": [ + "1.43.1" + ], + "playwright-core": [ + "1.43.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__assert-plus__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "assert-plus", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "assert-plus": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chai__4.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chai", + "version": "4.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "assertion-error": "1.1.0", + "check-error": "1.0.3", + "deep-eql": "4.1.3", + "get-func-name": "2.0.2", + "loupe": "2.3.7", + "pathval": "1.1.1", + "type-detect": "4.0.8" + }, + "transitive_closure": { + "assertion-error": [ + "1.1.0" + ], + "chai": [ + "4.4.1" + ], + "check-error": [ + "1.0.3" + ], + "deep-eql": [ + "4.1.3" + ], + "get-func-name": [ + "2.0.2" + ], + "loupe": [ + "2.3.7" + ], + "pathval": [ + "1.1.1" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__locate-path__6.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "locate-path", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "url": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__regenerate__1.4.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "regenerate", + "version": "1.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regenerate": [ + "1.4.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-arm__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-arm", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", + "url": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-contour__4.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-contour", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", + "url": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-fetch__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-fetch", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", + "url": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_semver__7.5.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/semver", + "version": "7.5.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", + "url": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__detect-node__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "detect-node", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "detect-node": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_web-bluetooth__0.0.20__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/web-bluetooth", + "version": "0.0.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/web-bluetooth": [ + "0.0.20" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__flow-enums-runtime__0.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "flow-enums-runtime", + "version": "0.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==", + "url": "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__siginfo__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "siginfo", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "siginfo": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__request__2.88.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "request", + "version": "2.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "url": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__validator__13.11.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "validator", + "version": "13.11.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "validator" + ] + }, + "deps": {}, + "transitive_closure": { + "validator": [ + "13.11.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_freebsd-arm64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/freebsd-arm64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/freebsd-arm64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__stream-to__0.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "stream-to", + "version": "0.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kg1BSDTwgGiVMtTCJNlo7kk/xzL33ZuZveEBRt6rXw+f1WLK/8kmz2NVCT/Qnv0JkV85JOHcLhD82mnXsR3kPw==", + "url": "https://registry.npmjs.org/stream-to/-/stream-to-0.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__content-type__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "content-type", + "version": "1.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "content-type": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__through__2.3.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "through", + "version": "2.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "url": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__object-keys__1.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object-keys", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "url": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tmp-promise__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tmp-promise", + "version": "3.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "tmp": "0.2.3" + }, + "transitive_closure": { + "tmp": [ + "0.2.3" + ], + "tmp-promise": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-module-imports__7.24.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-module-imports", + "version": "7.24.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__file-entry-cache__6.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "file-entry-cache", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "url": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_markdown-it__12.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/markdown-it", + "version": "12.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==", + "url": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_eslint-plugin__6.21.0__811199786__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/eslint-plugin", + "version": "6.21.0_811199786", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@typescript-eslint/eslint-plugin" + ] + }, + "deps": { + "@eslint-community/regexpp": "4.10.0", + "@typescript-eslint/parser": "6.21.0_2014865575", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/type-utils": "6.21.0_2014865575", + "@typescript-eslint/utils": "6.21.0_2014865575", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "4.3.4", + "eslint": "8.57.0", + "graphemer": "1.4.0", + "ignore": "5.3.1", + "natural-compare": "1.4.0", + "semver": "7.6.0", + "ts-api-utils": "1.3.0_typescript_5.2.2", + "typescript": "5.2.2" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/semver": [ + "7.5.8" + ], + "@typescript-eslint/eslint-plugin": [ + "6.21.0_811199786" + ], + "@typescript-eslint/parser": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/type-utils": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.2.2" + ], + "@typescript-eslint/utils": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.2.2" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.2.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-obj__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-obj", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "url": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lower-case__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lower-case", + "version": "2.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "lower-case": [ + "2.0.2" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-addon-api__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-addon-api", + "version": "5.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-addon-api": [ + "5.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lilconfig__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lilconfig", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "url": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__read-config-file__6.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "read-config-file", + "version": "6.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gx7Pgr5I56JtYz+WuqEbQHj/xWo+5Vwua2jhb1VwM4Wid5PqYmZ4i00ZB0YEGIfkVBsCv9UrjgyqCiQfS/Oosg==", + "url": "https://registry.npmjs.org/read-config-file/-/read-config-file-6.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__napi-macros__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "napi-macros", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg==", + "url": "https://registry.npmjs.org/napi-macros/-/napi-macros-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_state__6.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/state", + "version": "6.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@codemirror/state": [ + "6.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__errno__0.1.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "errno", + "version": "0.1.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "prr": "1.0.1" + }, + "transitive_closure": { + "errno": [ + "0.1.8" + ], + "prr": [ + "1.0.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-stream__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-stream", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "url": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-array__3.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-array", + "version": "3.2.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-array": [ + "3.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es-shim-unscopables__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es-shim-unscopables", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "hasown": "2.0.2" + }, + "transitive_closure": { + "es-shim-unscopables": [ + "1.0.2" + ], + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_dialog__3.5.12__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/dialog", + "version": "3.5.12_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7UJR/h/Y364u6Ltpw0bT51B48FybTuIBacGpEJN5IxZlpxvQt0KQcBDiOWfAa/GQogw4B5hH6agaOO0nJcP49Q==", + "url": "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.5.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_json-schema-tools_meta-schema__1.7.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@json-schema-tools/meta-schema", + "version": "1.7.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@json-schema-tools/meta-schema": [ + "1.7.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sentry_core__7.111.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry/core", + "version": "7.111.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/ljeMjZu8CSrLGrseBi/7S2zRIFsqMcvfyG6Nwgfc07J9nbHt8/MqouE1bXZfiaILqDBpK7BK9MLAAph4mkAWg==", + "url": "https://registry.npmjs.org/@sentry/core/-/core-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__domexception__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "domexception", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "url": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__2.20.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "commander", + "version": "2.20.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "url": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__temp__0.8.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "temp", + "version": "0.8.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", + "url": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-dotall-regex__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-dotall-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-json-stable-stringify__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-json-stable-stringify", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fast-json-stable-stringify": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__acorn__8.11.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "acorn", + "version": "8.11.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "acorn": [ + "8.11.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__http2-wrapper__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "http2-wrapper", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "url": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-modules-systemjs__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-modules-systemjs", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_abort-controller__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/abort-controller", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/abort-controller": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-retry__3.6.1__react-native_0.73.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/middleware-retry", + "version": "3.6.1_react-native_0.73.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WHeo4d2jsXxBP+cec2SeLb0btYXwYXuE56WLmNt0RvJYmiBzytUeGJeRa9HuwV574kgigAuHGCeHlPO36G4Y0Q==", + "url": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pend__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pend", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pend": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__delaunator__5.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "delaunator", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", + "url": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_pluginutils__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/pluginutils", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", + "url": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__punycode__1.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "punycode", + "version": "1.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "punycode": [ + "1.3.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__detect-libc__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "detect-libc", + "version": "1.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "detect-libc": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__make-dir__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "make-dir", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "semver": "7.6.0" + }, + "transitive_closure": { + "lru-cache": [ + "6.0.0" + ], + "make-dir": [ + "4.0.0" + ], + "semver": [ + "7.6.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level-concat-iterator__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "level-concat-iterator", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw==", + "url": "https://registry.npmjs.org/level-concat-iterator/-/level-concat-iterator-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tmp__0.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tmp", + "version": "0.2.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tmp": [ + "0.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__proxy-from-env__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "proxy-from-env", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "url": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-optimise-call-expression__7.22.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-optimise-call-expression", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", + "url": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-time-format__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-time-format", + "version": "4.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-time": "3.1.0" + }, + "transitive_closure": { + "d3-array": [ + "3.2.4" + ], + "d3-time": [ + "3.1.0" + ], + "d3-time-format": [ + "4.1.0" + ], + "internmap": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rimraf__2.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rimraf", + "version": "2.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "glob": "7.2.3" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "rimraf": [ + "2.6.3" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__simple-concat__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "simple-concat", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "url": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-native-url-polyfill__1.3.0__react-native_0.73.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-native-url-polyfill", + "version": "1.3.0_react-native_0.73.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "react-native": "0.73.7_-1997537249", + "whatwg-url-without-unicode": "8.0.0-3" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-async-generator-functions": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-object-rest-spread": [ + "7.20.7_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-catch-binding": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-default-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-display-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-self": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-react-jsx-source": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@hapi/hoek": [ + "9.3.0" + ], + "@hapi/topo": [ + "5.1.0" + ], + "@isaacs/ttlcache": [ + "1.4.1" + ], + "@jest/create-cache-key-function": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "26.6.2", + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native-community/cli": [ + "12.3.6" + ], + "@react-native-community/cli-clean": [ + "12.3.6" + ], + "@react-native-community/cli-config": [ + "12.3.6" + ], + "@react-native-community/cli-debugger-ui": [ + "12.3.6" + ], + "@react-native-community/cli-doctor": [ + "12.3.6" + ], + "@react-native-community/cli-hermes": [ + "12.3.6" + ], + "@react-native-community/cli-platform-android": [ + "12.3.6" + ], + "@react-native-community/cli-platform-ios": [ + "12.3.6" + ], + "@react-native-community/cli-plugin-metro": [ + "12.3.6" + ], + "@react-native-community/cli-server-api": [ + "12.3.6" + ], + "@react-native-community/cli-tools": [ + "12.3.6" + ], + "@react-native-community/cli-types": [ + "12.3.6" + ], + "@react-native/assets-registry": [ + "0.73.1" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/babel-preset": [ + "0.73.21_-2110264980" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "@react-native/community-cli-plugin": [ + "0.73.17_-2110264980" + ], + "@react-native/debugger-frontend": [ + "0.73.3" + ], + "@react-native/dev-middleware": [ + "0.73.8" + ], + "@react-native/gradle-plugin": [ + "0.73.4" + ], + "@react-native/js-polyfills": [ + "0.73.1" + ], + "@react-native/metro-babel-transformer": [ + "0.73.15_-2110264980" + ], + "@react-native/normalize-colors": [ + "0.73.2" + ], + "@react-native/virtualized-lists": [ + "0.73.4_react-native_0.73.7" + ], + "@sideway/address": [ + "4.1.5" + ], + "@sideway/formula": [ + "3.0.1" + ], + "@sideway/pinpoint": [ + "2.0.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "15.0.19", + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "abort-controller": [ + "3.0.0" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "anser": [ + "1.4.10" + ], + "ansi-fragments": [ + "0.2.1" + ], + "ansi-regex": [ + "4.1.1", + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "appdirsjs": [ + "1.2.7" + ], + "argparse": [ + "1.0.10" + ], + "asap": [ + "2.0.6" + ], + "ast-types": [ + "0.15.2" + ], + "astral-regex": [ + "1.0.0" + ], + "async-limiter": [ + "1.0.1" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "babel-plugin-transform-flow-enums": [ + "0.0.2_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-from": [ + "1.1.2" + ], + "bytes": [ + "3.0.0" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chrome-launcher": [ + "0.15.2" + ], + "chromium-edge-launcher": [ + "1.0.0" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cli-cursor": [ + "3.1.0" + ], + "cli-spinners": [ + "2.9.2" + ], + "cliui": [ + "6.0.0", + "8.0.1" + ], + "clone": [ + "1.0.4" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "colorette": [ + "1.4.0" + ], + "command-exists": [ + "1.2.9" + ], + "commander": [ + "2.20.3", + "9.5.0" + ], + "commondir": [ + "1.0.1" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "dayjs": [ + "1.11.10" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decamelize": [ + "1.2.0" + ], + "deepmerge": [ + "4.3.1" + ], + "defaults": [ + "1.0.4" + ], + "denodeify": [ + "1.2.1" + ], + "depd": [ + "2.0.0" + ], + "deprecated-react-native-prop-types": [ + "5.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "envinfo": [ + "7.12.0" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "errorhandler": [ + "1.5.1" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0", + "4.0.0" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "etag": [ + "1.8.1" + ], + "event-target-shim": [ + "5.0.1" + ], + "execa": [ + "5.1.1" + ], + "fast-xml-parser": [ + "4.3.6" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "flow-enums-runtime": [ + "0.0.6" + ], + "flow-parser": [ + "0.206.0" + ], + "fresh": [ + "0.5.2" + ], + "fs-extra": [ + "8.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "hermes-estree": [ + "0.15.0", + "0.20.1" + ], + "hermes-parser": [ + "0.15.0", + "0.20.1" + ], + "hermes-profile-transformer": [ + "0.0.6" + ], + "http-errors": [ + "2.0.0" + ], + "human-signals": [ + "2.1.0" + ], + "ieee754": [ + "1.2.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-core-module": [ + "2.13.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-docker": [ + "2.2.1" + ], + "is-fullwidth-code-point": [ + "2.0.0", + "3.0.0" + ], + "is-interactive": [ + "1.0.0" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "is-wsl": [ + "1.1.0", + "2.2.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "joi": [ + "17.12.3" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-android": [ + "250231.0.0" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "4.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "kleur": [ + "3.0.3" + ], + "leven": [ + "3.1.0" + ], + "lighthouse-logger": [ + "1.4.2" + ], + "locate-path": [ + "3.0.0", + "5.0.0", + "6.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lodash.throttle": [ + "4.1.1" + ], + "log-symbols": [ + "4.1.0" + ], + "logkitty": [ + "0.7.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "make-dir": [ + "2.1.0" + ], + "makeerror": [ + "1.0.12" + ], + "marky": [ + "1.2.5" + ], + "memoize-one": [ + "5.2.1" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0", + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6", + "1.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "nocache": [ + "3.0.4" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-dir": [ + "0.1.17" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "node-stream-zip": [ + "1.15.0" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "object-assign": [ + "4.1.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "once": [ + "1.4.0" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "6.4.0", + "7.4.2" + ], + "ora": [ + "5.4.1" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "p-locate": [ + "3.0.0", + "4.1.0", + "5.0.0" + ], + "p-try": [ + "2.2.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "3.0.0", + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "pretty-format": [ + "26.6.2", + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "promise": [ + "8.3.0" + ], + "prompts": [ + "2.4.2" + ], + "prop-types": [ + "15.8.1" + ], + "punycode": [ + "2.3.1" + ], + "queue": [ + "6.0.2" + ], + "range-parser": [ + "1.2.1" + ], + "react": [ + "18.2.0" + ], + "react-devtools-core": [ + "4.28.5" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "react-native": [ + "0.73.7_-1997537249" + ], + "react-native-url-polyfill": [ + "1.3.0_react-native_0.73.7" + ], + "react-refresh": [ + "0.14.0" + ], + "react-shallow-renderer": [ + "16.15.0_react_18.2.0" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readline": [ + "1.3.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-from": [ + "3.0.0" + ], + "restore-cursor": [ + "3.1.0" + ], + "rimraf": [ + "2.6.3", + "3.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "scheduler": [ + "0.24.0-canary-efb381bbf-20230505" + ], + "semver": [ + "5.7.2", + "6.3.1", + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-error": [ + "2.1.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-blocking": [ + "2.0.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "signal-exit": [ + "3.0.7" + ], + "sisteransi": [ + "1.0.5" + ], + "slash": [ + "3.0.0" + ], + "slice-ansi": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1", + "0.7.4" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stack-utils": [ + "2.0.6" + ], + "stackframe": [ + "1.3.4" + ], + "stacktrace-parser": [ + "0.1.10" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "strip-ansi": [ + "5.2.0", + "6.0.1" + ], + "strip-final-newline": [ + "2.0.0" + ], + "strnum": [ + "1.0.5" + ], + "sudo-prompt": [ + "9.2.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "temp-dir": [ + "2.0.0" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "tslib": [ + "2.6.2" + ], + "type-detect": [ + "4.0.8" + ], + "type-fest": [ + "0.7.1" + ], + "undici-types": [ + "5.26.5" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "universalify": [ + "0.1.2" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "wcwidth": [ + "1.0.1" + ], + "webidl-conversions": [ + "3.0.1", + "5.0.0" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "whatwg-url-without-unicode": [ + "8.0.0-3" + ], + "which": [ + "2.0.2" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0", + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "ws": [ + "6.2.2", + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "4.0.3", + "5.0.8" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "yaml": [ + "2.4.1" + ], + "yargs": [ + "15.4.1", + "17.6.2" + ], + "yargs-parser": [ + "18.1.3", + "21.1.1" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__es6-promise__3.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es6-promise", + "version": "3.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==", + "url": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__whatwg-encoding__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "whatwg-encoding", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "url": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-create-class-features-plugin__7.24.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-create-class-features-plugin", + "version": "7.24.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==", + "url": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-json-comments__3.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-json-comments", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "url": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__widest-line__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "widest-line", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "url": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__format-util__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "format-util", + "version": "1.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "format-util": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-source-map__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-source-map", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+OVISBkPNxjD4eEKhblRpBf463nTMk3KMEeYS8Z4xM/z3qujGJGSsWUGRtH27+c6zElaSGtZFiDMshEb8mMKQg==", + "url": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-transform-worker__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-transform-worker", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/generator": "7.24.4", + "@babel/parser": "7.24.4", + "@babel/types": "7.24.0", + "metro": "0.80.8", + "metro-babel-transformer": "0.80.8", + "metro-cache": "0.80.8", + "metro-cache-key": "0.80.8", + "metro-minify-terser": "0.80.8", + "metro-source-map": "0.80.8", + "metro-transform-plugins": "0.80.8", + "nullthrows": "1.1.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "argparse": [ + "1.0.10" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer-from": [ + "1.1.2" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cliui": [ + "8.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commander": [ + "2.20.3" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "denodeify": [ + "1.2.1" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esprima": [ + "4.0.1" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hermes-estree": [ + "0.20.1" + ], + "hermes-parser": [ + "0.20.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-number": [ + "7.0.0" + ], + "isarray": [ + "1.0.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jsesc": [ + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "leven": [ + "3.1.0" + ], + "lodash.throttle": [ + "4.1.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1" + ], + "makeerror": [ + "1.0.12" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "negotiator": [ + "0.6.3" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "on-finished": [ + "2.3.0" + ], + "once": [ + "1.4.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-is-absolute": [ + "1.0.1" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pretty-format": [ + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "queue": [ + "6.0.2" + ], + "react-is": [ + "18.2.0" + ], + "readable-stream": [ + "2.3.8" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "require-directory": [ + "2.1.1" + ], + "resolve-from": [ + "3.0.0" + ], + "rimraf": [ + "3.0.2" + ], + "safe-buffer": [ + "5.1.2" + ], + "semver": [ + "6.3.1" + ], + "serialize-error": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stackframe": [ + "1.3.4" + ], + "statuses": [ + "1.5.0" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "tr46": [ + "0.0.3" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "wrap-ansi": [ + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "ws": [ + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "5.0.8" + ], + "yallist": [ + "3.1.1" + ], + "yargs": [ + "17.6.2" + ], + "yargs-parser": [ + "21.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__concat-map__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "concat-map", + "version": "0.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-plugin-metro__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-plugin-metro", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3jxSBQt4fkS+KtHCPSyB5auIT+KKIrPCv9Dk14FbvOaEh9erUWEm/5PZWmtboW1z7CYeNbFMeXm9fM2xwtVOpg==", + "url": "https://registry.npmjs.org/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__constant-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "constant-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==", + "url": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-classes__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-classes", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-compilation-targets": "7.23.6", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-function-name": "7.23.0", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-replace-supers": "7.24.1_at_babel_core_7.24.4", + "@babel/helper-split-export-declaration": "7.22.6", + "globals": "11.12.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__functions-have-names__1.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "functions-have-names", + "version": "1.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "functions-have-names": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-stream__8.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-stream", + "version": "8.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3__7.9.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3", + "version": "7.9.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "d3" + ] + }, + "deps": { + "d3-array": "3.2.4", + "d3-axis": "3.0.0", + "d3-brush": "3.0.0", + "d3-chord": "3.0.1", + "d3-color": "3.1.0", + "d3-contour": "4.0.2", + "d3-delaunay": "6.0.4", + "d3-dispatch": "3.0.1", + "d3-drag": "3.0.0", + "d3-dsv": "3.0.1", + "d3-ease": "3.0.1", + "d3-fetch": "3.0.1", + "d3-force": "3.0.0", + "d3-format": "3.1.0", + "d3-geo": "3.1.1", + "d3-hierarchy": "3.1.2", + "d3-interpolate": "3.0.1", + "d3-path": "3.1.0", + "d3-polygon": "3.0.1", + "d3-quadtree": "3.0.1", + "d3-random": "3.0.1", + "d3-scale": "4.0.2", + "d3-scale-chromatic": "3.1.0", + "d3-selection": "3.0.0", + "d3-shape": "3.2.0", + "d3-time": "3.1.0", + "d3-time-format": "4.1.0", + "d3-timer": "3.0.1", + "d3-transition": "3.0.1_d3-selection_3.0.0", + "d3-zoom": "3.0.0" + }, + "transitive_closure": { + "commander": [ + "7.2.0" + ], + "d3": [ + "7.9.0" + ], + "d3-array": [ + "3.2.4" + ], + "d3-axis": [ + "3.0.0" + ], + "d3-brush": [ + "3.0.0" + ], + "d3-chord": [ + "3.0.1" + ], + "d3-color": [ + "3.1.0" + ], + "d3-contour": [ + "4.0.2" + ], + "d3-delaunay": [ + "6.0.4" + ], + "d3-dispatch": [ + "3.0.1" + ], + "d3-drag": [ + "3.0.0" + ], + "d3-dsv": [ + "3.0.1" + ], + "d3-ease": [ + "3.0.1" + ], + "d3-fetch": [ + "3.0.1" + ], + "d3-force": [ + "3.0.0" + ], + "d3-format": [ + "3.1.0" + ], + "d3-geo": [ + "3.1.1" + ], + "d3-hierarchy": [ + "3.1.2" + ], + "d3-interpolate": [ + "3.0.1" + ], + "d3-path": [ + "3.1.0" + ], + "d3-polygon": [ + "3.0.1" + ], + "d3-quadtree": [ + "3.0.1" + ], + "d3-random": [ + "3.0.1" + ], + "d3-scale": [ + "4.0.2" + ], + "d3-scale-chromatic": [ + "3.1.0" + ], + "d3-selection": [ + "3.0.0" + ], + "d3-shape": [ + "3.2.0" + ], + "d3-time": [ + "3.1.0" + ], + "d3-time-format": [ + "4.1.0" + ], + "d3-timer": [ + "3.0.1" + ], + "d3-transition": [ + "3.0.1_d3-selection_3.0.0" + ], + "d3-zoom": [ + "3.0.0" + ], + "delaunator": [ + "5.0.1" + ], + "iconv-lite": [ + "0.6.3" + ], + "internmap": [ + "2.0.3" + ], + "robust-predicates": [ + "3.0.2" + ], + "rw": [ + "1.3.3" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__axios__0.27.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "axios", + "version": "0.27.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "follow-redirects": "1.15.6", + "form-data": "4.0.0" + }, + "transitive_closure": { + "asynckit": [ + "0.4.0" + ], + "axios": [ + "0.27.2" + ], + "combined-stream": [ + "1.0.8" + ], + "delayed-stream": [ + "1.0.0" + ], + "follow-redirects": [ + "1.15.6" + ], + "form-data": [ + "4.0.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jscodeshift__0.14.0__at_babel_preset-env_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jscodeshift", + "version": "0.14.0_at_babel_preset-env_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/parser": "7.24.4", + "@babel/plugin-proposal-class-properties": "7.18.6_at_babel_core_7.24.4", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6_at_babel_core_7.24.4", + "@babel/plugin-proposal-optional-chaining": "7.21.0_at_babel_core_7.24.4", + "@babel/plugin-transform-modules-commonjs": "7.24.1_at_babel_core_7.24.4", + "@babel/preset-env": "7.24.4_at_babel_core_7.24.4", + "@babel/preset-flow": "7.24.1_at_babel_core_7.24.4", + "@babel/preset-typescript": "7.24.1_at_babel_core_7.24.4", + "@babel/register": "7.23.7_at_babel_core_7.24.4", + "babel-core": "7.0.0-bridge.0_at_babel_core_7.24.4", + "chalk": "4.1.2", + "flow-parser": "0.206.0", + "graceful-fs": "4.2.11", + "micromatch": "4.0.5", + "neo-async": "2.6.2", + "node-dir": "0.1.17", + "recast": "0.21.5", + "temp": "0.8.4", + "write-file-atomic": "2.4.3" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "ast-types": [ + "0.15.2" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commondir": [ + "1.0.1" + ], + "concat-map": [ + "0.0.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "fill-range": [ + "7.0.1" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0" + ], + "flow-parser": [ + "0.206.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-core-module": [ + "2.13.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "kind-of": [ + "6.0.3" + ], + "locate-path": [ + "3.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lru-cache": [ + "5.1.1" + ], + "make-dir": [ + "2.1.0" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.1.2" + ], + "neo-async": [ + "2.6.2" + ], + "node-dir": [ + "0.1.17" + ], + "node-releases": [ + "2.0.14" + ], + "once": [ + "1.4.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "resolve": [ + "1.22.8" + ], + "rimraf": [ + "2.6.3" + ], + "semver": [ + "5.7.2", + "6.3.1" + ], + "shallow-clone": [ + "3.0.1" + ], + "signal-exit": [ + "3.0.7" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "tslib": [ + "2.6.2" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-riscv64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-riscv64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-riscv64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__walker__1.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "walker", + "version": "1.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "url": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-parameters__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-parameters", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__array.prototype.flat__1.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "array.prototype.flat", + "version": "1.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-shim-unscopables": "1.0.2" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-shim-unscopables": [ + "1.0.2" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__magic-bytes.js__1.10.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "magic-bytes.js", + "version": "1.10.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "magic-bytes.js": [ + "1.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dmg-builder__22.14.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "dmg-builder", + "version": "22.14.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xNOugB6AbIRETeU2uID15sUfjdZZcKdxK8xkFnwIggsM00PJ12JxpLNPTjcRoUnfwj3WrPjilrO64vRMwNItQg==", + "url": "https://registry.npmjs.org/dmg-builder/-/dmg-builder-22.14.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_linkify-it__3.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/linkify-it", + "version": "3.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/linkify-it": [ + "3.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-refresh__0.14.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-refresh", + "version": "0.14.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "react-refresh": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__require-main-filename__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "require-main-filename", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "url": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_radio__3.7.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/radio", + "version": "3.7.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/radio": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__expand-template__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "expand-template", + "version": "2.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "expand-template": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-crypto_util__1.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-crypto/util", + "version": "1.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "@aws-sdk/util-utf8-browser": "3.259.0", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-crypto/util": [ + "1.2.2" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-utf8-browser": [ + "3.259.0" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_polka_url__1.0.0-next.25__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@polka/url", + "version": "1.0.0-next.25", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@polka/url": [ + "1.0.0-next.25" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_tree__3.7.6__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/tree", + "version": "3.7.6_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/selection": "3.14.3_react_18.2.0", + "@react-stately/utils": "3.9.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/tree": [ + "3.7.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dashdash__1.14.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dashdash", + "version": "1.14.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "assert-plus": "1.0.0" + }, + "transitive_closure": { + "assert-plus": [ + "1.0.0" + ], + "dashdash": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ci-info__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ci-info", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "url": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_shuffle-seed__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/shuffle-seed", + "version": "1.1.3", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/shuffle-seed" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/shuffle-seed": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-dotall-regex__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-dotall-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vueuse_shared__10.9.0__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vueuse/shared", + "version": "10.9.0_vue_3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "vue-demi": "0.14.7_vue_3.4.23" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "@vueuse/shared": [ + "10.9.0_vue_3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ], + "vue-demi": [ + "0.14.7_vue_3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-shorthand-properties__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-shorthand-properties", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-optional-catch-binding__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-optional-catch-binding", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_gridlist__3.7.5__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/gridlist", + "version": "3.7.5_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RmHEJ++vngHYEWbUCtLLmGh7H3vNd2Y9S0q/9SgHFPbqPZycT5mxDZ2arqpOXeHRVRvPBaW9ZlMxI2bPOePrYw==", + "url": "https://registry.npmjs.org/@react-aria/gridlist/-/gridlist-3.7.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-delaunay__6.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-delaunay", + "version": "6.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", + "url": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esbuild__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esbuild", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "esbuild" + ], + "app/ide-desktop/lib/client": [ + "esbuild" + ], + "app/ide-desktop/lib/dashboard": [ + "esbuild" + ], + "app/ide-desktop/lib/esbuild-plugin-copy-directories": [ + "esbuild" + ] + }, + "deps": { + "@esbuild/aix-ppc64": "0.19.12", + "@esbuild/android-arm": "0.19.12", + "@esbuild/android-arm64": "0.19.12", + "@esbuild/android-x64": "0.19.12", + "@esbuild/darwin-arm64": "0.19.12", + "@esbuild/darwin-x64": "0.19.12", + "@esbuild/freebsd-arm64": "0.19.12", + "@esbuild/freebsd-x64": "0.19.12", + "@esbuild/linux-arm": "0.19.12", + "@esbuild/linux-arm64": "0.19.12", + "@esbuild/linux-ia32": "0.19.12", + "@esbuild/linux-loong64": "0.19.12", + "@esbuild/linux-mips64el": "0.19.12", + "@esbuild/linux-ppc64": "0.19.12", + "@esbuild/linux-riscv64": "0.19.12", + "@esbuild/linux-s390x": "0.19.12", + "@esbuild/linux-x64": "0.19.12", + "@esbuild/netbsd-x64": "0.19.12", + "@esbuild/openbsd-x64": "0.19.12", + "@esbuild/sunos-x64": "0.19.12", + "@esbuild/win32-arm64": "0.19.12", + "@esbuild/win32-ia32": "0.19.12", + "@esbuild/win32-x64": "0.19.12" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.19.12" + ], + "@esbuild/android-arm": [ + "0.19.12" + ], + "@esbuild/android-arm64": [ + "0.19.12" + ], + "@esbuild/android-x64": [ + "0.19.12" + ], + "@esbuild/darwin-arm64": [ + "0.19.12" + ], + "@esbuild/darwin-x64": [ + "0.19.12" + ], + "@esbuild/freebsd-arm64": [ + "0.19.12" + ], + "@esbuild/freebsd-x64": [ + "0.19.12" + ], + "@esbuild/linux-arm": [ + "0.19.12" + ], + "@esbuild/linux-arm64": [ + "0.19.12" + ], + "@esbuild/linux-ia32": [ + "0.19.12" + ], + "@esbuild/linux-loong64": [ + "0.19.12" + ], + "@esbuild/linux-mips64el": [ + "0.19.12" + ], + "@esbuild/linux-ppc64": [ + "0.19.12" + ], + "@esbuild/linux-riscv64": [ + "0.19.12" + ], + "@esbuild/linux-s390x": [ + "0.19.12" + ], + "@esbuild/linux-x64": [ + "0.19.12" + ], + "@esbuild/netbsd-x64": [ + "0.19.12" + ], + "@esbuild/openbsd-x64": [ + "0.19.12" + ], + "@esbuild/sunos-x64": [ + "0.19.12" + ], + "@esbuild/win32-arm64": [ + "0.19.12" + ], + "@esbuild/win32-ia32": [ + "0.19.12" + ], + "@esbuild/win32-x64": [ + "0.19.12" + ], + "esbuild": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__typescript__5.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "typescript", + "version": "5.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "typescript" + ], + "app/ide-desktop/lib/dashboard": [ + "typescript" + ] + }, + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "url": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_wicg-file-system-access__2023.10.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/wicg-file-system-access", + "version": "2023.10.5", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/wicg-file-system-access" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/wicg-file-system-access": [ + "2023.10.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__configstore__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "configstore", + "version": "5.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "dot-prop": "5.3.0", + "graceful-fs": "4.2.11", + "make-dir": "3.1.0", + "unique-string": "2.0.0", + "write-file-atomic": "3.0.3", + "xdg-basedir": "4.0.0" + }, + "transitive_closure": { + "configstore": [ + "5.0.1" + ], + "crypto-random-string": [ + "2.0.0" + ], + "dot-prop": [ + "5.3.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-obj": [ + "2.0.0" + ], + "is-typedarray": [ + "1.0.0" + ], + "make-dir": [ + "3.1.0" + ], + "semver": [ + "6.3.1" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "unique-string": [ + "2.0.0" + ], + "write-file-atomic": [ + "3.0.3" + ], + "xdg-basedir": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mdurl__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mdurl", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", + "url": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__make-dir__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "make-dir", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "url": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild-plugins_node-modules-polyfill__0.2.2__esbuild_0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild-plugins/node-modules-polyfill", + "version": "0.2.2_esbuild_0.19.12", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@esbuild-plugins/node-modules-polyfill" + ] + }, + "deps": { + "esbuild": "0.19.12", + "escape-string-regexp": "4.0.0", + "rollup-plugin-node-polyfills": "0.2.1" + }, + "transitive_closure": { + "@esbuild-plugins/node-modules-polyfill": [ + "0.2.2_esbuild_0.19.12" + ], + "@esbuild/aix-ppc64": [ + "0.19.12" + ], + "@esbuild/android-arm": [ + "0.19.12" + ], + "@esbuild/android-arm64": [ + "0.19.12" + ], + "@esbuild/android-x64": [ + "0.19.12" + ], + "@esbuild/darwin-arm64": [ + "0.19.12" + ], + "@esbuild/darwin-x64": [ + "0.19.12" + ], + "@esbuild/freebsd-arm64": [ + "0.19.12" + ], + "@esbuild/freebsd-x64": [ + "0.19.12" + ], + "@esbuild/linux-arm": [ + "0.19.12" + ], + "@esbuild/linux-arm64": [ + "0.19.12" + ], + "@esbuild/linux-ia32": [ + "0.19.12" + ], + "@esbuild/linux-loong64": [ + "0.19.12" + ], + "@esbuild/linux-mips64el": [ + "0.19.12" + ], + "@esbuild/linux-ppc64": [ + "0.19.12" + ], + "@esbuild/linux-riscv64": [ + "0.19.12" + ], + "@esbuild/linux-s390x": [ + "0.19.12" + ], + "@esbuild/linux-x64": [ + "0.19.12" + ], + "@esbuild/netbsd-x64": [ + "0.19.12" + ], + "@esbuild/openbsd-x64": [ + "0.19.12" + ], + "@esbuild/sunos-x64": [ + "0.19.12" + ], + "@esbuild/win32-arm64": [ + "0.19.12" + ], + "@esbuild/win32-ia32": [ + "0.19.12" + ], + "@esbuild/win32-x64": [ + "0.19.12" + ], + "esbuild": [ + "0.19.12" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "estree-walker": [ + "0.6.1" + ], + "magic-string": [ + "0.25.9" + ], + "rollup-plugin-inject": [ + "3.0.2" + ], + "rollup-plugin-node-polyfills": [ + "0.2.1" + ], + "rollup-pluginutils": [ + "2.8.2" + ], + "sourcemap-codec": [ + "1.4.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-symbols__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "has-symbols", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lightningcss-linux-arm64-gnu__1.24.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lightningcss-linux-arm64-gnu", + "version": "1.24.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AQxWU8c9E9JAjAi4Qw9CvX2tDIPjgzCTrZCSXKELfs4mCwzxRkHh2RCxX8sFK19RyJoJAjA/Kw8+LMNRHS5qEg==", + "url": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__comment-parser__1.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "comment-parser", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", + "url": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__flat-cache__3.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "flat-cache", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "url": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__promise__8.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "promise", + "version": "8.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "asap": "2.0.6" + }, + "transitive_closure": { + "asap": [ + "2.0.6" + ], + "promise": [ + "8.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__find-up__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "find-up", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "locate-path": "6.0.0", + "path-exists": "4.0.0" + }, + "transitive_closure": { + "find-up": [ + "5.0.0" + ], + "locate-path": [ + "6.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_virtualizer__3.6.8__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/virtualizer", + "version": "3.6.8_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/virtualizer": [ + "3.6.8_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isstream__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isstream", + "version": "0.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isstream": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__levelup__4.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "levelup", + "version": "4.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ==", + "url": "https://registry.npmjs.org/levelup/-/levelup-4.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-dispatch__3.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-dispatch", + "version": "3.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4fvZhzMeeuBJYZXRXrRIQnvUYfyXwYmLsdiN7XXmVNQKKw1cM8a5WdID0g1hVFZDqT9ZqZEY5pD44p24VS7iZQ==", + "url": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_search__6.5.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/search", + "version": "6.5.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rpMgcsh7o0GuCDUXKPvww+muLA1pDJaFrpq/CCHtpQJYz8xopu4D1hPcKRoDD0YlF8gZaqTNIRa4VRBWyhyy7Q==", + "url": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-color__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-color", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", + "url": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__simple-concat__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "simple-concat", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "simple-concat": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-npm__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-npm", + "version": "5.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-npm": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_select__3.6.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/select", + "version": "3.6.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/list": "3.10.3_react_18.2.0", + "@react-stately/overlays": "3.6.5_react_18.2.0", + "@react-types/select": "3.9.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/select": [ + "3.6.2_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/select": [ + "3.9.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__flow-parser__0.206.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "flow-parser", + "version": "0.206.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==", + "url": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.206.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__load-json-file__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "load-json-file", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", + "url": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__parseurl__1.3.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parseurl", + "version": "1.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "parseurl": [ + "1.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tr46__0.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tr46", + "version": "0.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tr46": [ + "0.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__detect-libc__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "detect-libc", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "url": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native-community_cli-debugger-ui__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-debugger-ui", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SjUKKsx5FmcK9G6Pb6UBFT0s9JexVStK5WInmANw75Hm7YokVvHEgtprQDz2Uvy5znX5g2ujzrkIU//T15KQzA==", + "url": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__esbuild-plugin-inline-image__0.0.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esbuild-plugin-inline-image", + "version": "0.0.9", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop": [ + "esbuild-plugin-inline-image" + ], + "app/ide-desktop/lib/dashboard": [ + "esbuild-plugin-inline-image" + ] + }, + "deps": {}, + "transitive_closure": { + "esbuild-plugin-inline-image": [ + "0.0.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__commondir__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "commondir", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commondir": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sisteransi__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sisteransi", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sisteransi": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-dynamic-import__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-dynamic-import", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_stack-utils__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/stack-utils", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", + "url": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__arrify__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "arrify", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", + "url": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_dialog__3.5.12__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/dialog", + "version": "3.5.12_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/overlays": "3.21.1_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/dialog": "3.5.8_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/dialog": [ + "3.5.12_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/overlays": [ + "3.21.1_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/dialog": [ + "3.5.8_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-fill__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "buffer-fill", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-fill": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cacheable-request__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cacheable-request", + "version": "6.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "clone-response": "1.0.3", + "get-stream": "5.2.0", + "http-cache-semantics": "4.1.1", + "keyv": "3.1.0", + "lowercase-keys": "2.0.0", + "normalize-url": "4.5.1", + "responselike": "1.0.2" + }, + "transitive_closure": { + "cacheable-request": [ + "6.1.0" + ], + "clone-response": [ + "1.0.3" + ], + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "5.2.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "normalize-url": [ + "4.5.1" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "responselike": [ + "1.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-map__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-map", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "url": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__string.prototype.padend__3.1.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string.prototype.padend", + "version": "3.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==", + "url": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__exif-parser__0.1.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "exif-parser", + "version": "0.1.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "exif-parser": [ + "0.1.12" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mri__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mri", + "version": "1.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mri": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-minify-terser__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-minify-terser", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "terser": "5.30.3" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "acorn": [ + "8.11.3" + ], + "buffer-from": [ + "1.1.2" + ], + "commander": [ + "2.20.3" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "terser": [ + "5.30.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strip-literal__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-literal", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "js-tokens": "9.0.0" + }, + "transitive_closure": { + "js-tokens": [ + "9.0.0" + ], + "strip-literal": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mimic-fn__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mimic-fn", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "url": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_intl-localematcher__0.5.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@formatjs/intl-localematcher", + "version": "0.5.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", + "url": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__estree-walker__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "estree-walker", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "estree-walker": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_ws__8.5.10__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/ws", + "version": "8.5.10", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/ws" + ] + }, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/ws": [ + "8.5.10" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_alloc_quick-lru__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@alloc/quick-lru", + "version": "5.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@alloc/quick-lru": [ + "5.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_grid__3.2.4__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/grid", + "version": "3.2.4_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_babel__generator__7.6.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/babel__generator", + "version": "7.6.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "@types/babel__generator": [ + "7.6.8" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__typed-array-byte-length__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "typed-array-byte-length", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "for-each": "0.3.3", + "gopd": "1.0.1", + "has-proto": "1.0.3", + "is-typed-array": "1.1.13" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__promise__8.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "promise", + "version": "8.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", + "url": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve-from__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "resolve-from", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-from": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-core-module__2.13.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-core-module", + "version": "2.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "url": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mime__1.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mime", + "version": "1.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mime": [ + "1.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_ag-grid-enterprise_range-selection__30.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@ag-grid-enterprise/range-selection", + "version": "30.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@ag-grid-enterprise/range-selection" + ] + }, + "integrity": "sha512-zY/yHnrWd5RLXP2QfCYyUV6VZK76NrnHwKZrsnN4SBpHSI3dV2yO4GVJGu6SVEJM+6H1yNqTriJjA/hTPfmuLQ==", + "url": "https://registry.npmjs.org/@ag-grid-enterprise/range-selection/-/range-selection-30.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_isaacs_cliui__8.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@isaacs/cliui", + "version": "8.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "string-width": "5.1.2", + "string-width-cjs": "/string-width/4.2.3", + "strip-ansi": "7.1.0", + "strip-ansi-cjs": "/strip-ansi/6.0.1", + "wrap-ansi": "8.1.0", + "wrap-ansi-cjs": "/wrap-ansi/7.0.0" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_link__3.6.5__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/link", + "version": "3.6.5_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/link": "3.5.3_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/link": [ + "3.6.5_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/link": [ + "3.5.3_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__exif-parser__0.1.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "exif-parser", + "version": "0.1.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==", + "url": "https://registry.npmjs.org/exif-parser/-/exif-parser-0.1.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__builtin-modules__3.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "builtin-modules", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", + "url": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__supports-color__8.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "supports-color", + "version": "8.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-flag": "4.0.0" + }, + "transitive_closure": { + "has-flag": [ + "4.0.0" + ], + "supports-color": [ + "8.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_mapbox-gl__2.7.21__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/mapbox-gl", + "version": "2.7.21", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/mapbox-gl" + ] + }, + "deps": { + "@types/geojson": "7946.0.14" + }, + "transitive_closure": { + "@types/geojson": [ + "7946.0.14" + ], + "@types/mapbox-gl": [ + "2.7.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fast-deep-equal__3.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-deep-equal", + "version": "3.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "url": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tweetnacl__0.14.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tweetnacl", + "version": "0.14.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", + "url": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_utils__6.21.0__2014865575__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@typescript-eslint/utils", + "version": "6.21.0_2014865575", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@eslint-community/eslint-utils": "4.4.0_eslint_8.57.0", + "@types/json-schema": "7.0.15", + "@types/semver": "7.5.8", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/typescript-estree": "6.21.0_typescript_5.2.2", + "eslint": "8.57.0", + "semver": "7.6.0" + }, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.57.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" + ], + "@eslint/eslintrc": [ + "2.1.4" + ], + "@eslint/js": [ + "8.57.0" + ], + "@humanwhocodes/config-array": [ + "0.11.14" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@humanwhocodes/object-schema": [ + "2.0.3" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/semver": [ + "7.5.8" + ], + "@typescript-eslint/scope-manager": [ + "6.21.0" + ], + "@typescript-eslint/types": [ + "6.21.0" + ], + "@typescript-eslint/typescript-estree": [ + "6.21.0_typescript_5.2.2" + ], + "@typescript-eslint/utils": [ + "6.21.0_2014865575" + ], + "@typescript-eslint/visitor-keys": [ + "6.21.0" + ], + "@ungap/structured-clone": [ + "1.2.0" + ], + "acorn": [ + "8.11.3" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.11.3" + ], + "ajv": [ + "6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "argparse": [ + "2.0.1" + ], + "array-union": [ + "2.1.0" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "callsites": [ + "3.1.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "deep-is": [ + "0.1.4" + ], + "dir-glob": [ + "3.0.1" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint": [ + "8.57.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-glob": [ + "3.3.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "fastq": [ + "1.17.1" + ], + "file-entry-cache": [ + "6.0.1" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "5.0.0" + ], + "flat-cache": [ + "3.2.0" + ], + "flatted": [ + "3.3.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.24.0" + ], + "globby": [ + "11.1.0" + ], + "graphemer": [ + "1.4.0" + ], + "has-flag": [ + "4.0.0" + ], + "ignore": [ + "5.3.1" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json-buffer": [ + "3.0.1" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "keyv": [ + "4.5.4" + ], + "levn": [ + "0.4.1" + ], + "locate-path": [ + "6.0.0" + ], + "lodash.merge": [ + "4.6.2" + ], + "lru-cache": [ + "6.0.0" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2", + "9.0.3" + ], + "ms": [ + "2.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "once": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "path-type": [ + "4.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "punycode": [ + "2.3.1" + ], + "queue-microtask": [ + "1.2.3" + ], + "resolve-from": [ + "4.0.0" + ], + "reusify": [ + "1.0.4" + ], + "rimraf": [ + "3.0.2" + ], + "run-parallel": [ + "1.2.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "supports-color": [ + "7.2.0" + ], + "text-table": [ + "0.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "ts-api-utils": [ + "1.3.0_typescript_5.2.2" + ], + "type-check": [ + "0.4.0" + ], + "type-fest": [ + "0.20.2" + ], + "typescript": [ + "5.2.2" + ], + "uri-js": [ + "4.4.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__slice-ansi__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "slice-ansi", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "3.2.1", + "astral-regex": "1.0.0", + "is-fullwidth-code-point": "2.0.0" + }, + "transitive_closure": { + "ansi-styles": [ + "3.2.1" + ], + "astral-regex": [ + "1.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "is-fullwidth-code-point": [ + "2.0.0" + ], + "slice-ansi": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tsx__4.7.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tsx", + "version": "4.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "tsx" + ], + "app/ide-desktop/lib/client": [ + "tsx" + ] + }, + "integrity": "sha512-BCNd4kz6fz12fyrgCTEdZHGJ9fWTGeUzXmQysh0RVocDY3h4frk05ZNCXSy4kIenF7y/QnrdiVpTsyNRn6vlAw==", + "url": "https://registry.npmjs.org/tsx/-/tsx-4.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_akryum_tinypool__0.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@akryum/tinypool", + "version": "0.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@akryum/tinypool": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__leveldown__5.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "leveldown", + "version": "5.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ==", + "url": "https://registry.npmjs.org/leveldown/-/leveldown-5.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-annotate-as-pure__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-annotate-as-pure", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__min-document__2.19.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "min-document", + "version": "2.19.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "dom-walk": "0.1.2" + }, + "transitive_closure": { + "dom-walk": [ + "0.1.2" + ], + "min-document": [ + "2.19.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-limit__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "p-limit", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "url": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__which-typed-array__1.1.15": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "which-typed-array", + "version": "1.1.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", + "url": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__connected__0.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "connected", + "version": "0.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "connected": [ + "0.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_csstools_selector-resolve-nested__1.1.0__postcss-selector-parser_6.0.16": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@csstools/selector-resolve-nested", + "version": "1.1.0_postcss-selector-parser_6.0.16", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uWvSaeRcHyeNenKg8tp17EVDRkpflmdyvbE0DHo6D/GdBb6PDnCYYU6gRpXhtICMGMcahQmj2zGxwFM/WC8hCg==", + "url": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__chokidar__3.6.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chokidar", + "version": "3.6.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "fsevents": "2.3.3", + "anymatch": "3.1.3", + "braces": "3.0.2", + "glob-parent": "5.1.2", + "is-binary-path": "2.1.0", + "is-glob": "4.0.3", + "normalize-path": "3.0.0", + "readdirp": "3.6.0" + }, + "transitive_closure": { + "anymatch": [ + "3.1.3" + ], + "binary-extensions": [ + "2.3.0" + ], + "braces": [ + "3.0.2" + ], + "chokidar": [ + "3.6.0" + ], + "fill-range": [ + "7.0.1" + ], + "fsevents": [ + "2.3.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "normalize-path": [ + "3.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "readdirp": [ + "3.6.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minipass__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minipass", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minipass": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at-least-node__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "at-least-node", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "url": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry-internal_feedback__7.111.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry-internal/feedback", + "version": "7.111.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xaKgPPDEirOan7c9HwzYA1KK87kRp/qfIx9ZKLOEtxwy6nqoMuSByGqSwm1Oqfcjpbd7y6/y+7Bw+69ZKNVLDQ==", + "url": "https://registry.npmjs.org/@sentry-internal/feedback/-/feedback-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_discordjs_util__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@discordjs/util", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@discordjs/util": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-plugin-prettier__5.1.3__-1234801097": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-plugin-prettier", + "version": "5.1.3_-1234801097", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==", + "url": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vitest__1.5.0__-1312616492": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vitest", + "version": "1.5.0_-1312616492", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "vitest" + ], + "app/ide-desktop/lib/dashboard": [ + "vitest" + ] + }, + "integrity": "sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==", + "url": "https://registry.npmjs.org/vitest/-/vitest-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__encodeurl__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "encodeurl", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "encodeurl": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-key__3.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-key", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "url": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cross-spawn__7.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cross-spawn", + "version": "7.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "path-key": "3.1.1", + "shebang-command": "2.0.0", + "which": "2.0.2" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "isexe": [ + "2.0.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__cacheable-request__6.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cacheable-request", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "url": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_darwin-arm64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/darwin-arm64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/darwin-arm64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__css-what__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "css-what", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "css-what": [ + "6.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-function-name__7.23.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-function-name", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "url": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-proposal-object-rest-spread__7.20.7__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-object-rest-spread", + "version": "7.20.7_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-inside-container__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-inside-container", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "url": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ajv__6.12.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ajv", + "version": "6.12.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fast-deep-equal": "3.1.3", + "fast-json-stable-stringify": "2.1.0", + "json-schema-traverse": "0.4.1", + "uri-js": "4.4.1" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "punycode": [ + "2.3.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lowercase-keys__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lowercase-keys", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "url": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__test-exclude__6.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "test-exclude", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "url": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_service-error-classification__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/service-error-classification", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kZ7ZhbrN1f+vrSRkTJvXsu7BlOyZgym058nPA745+1RZ1Rtv4Ax8oknf2RvJyj/1qRUi8LBaAREjzQ3C8tmLBA==", + "url": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-final-newline__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-final-newline", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-final-newline": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_middleware-logger__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/middleware-logger", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/middleware-logger": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__balanced-match__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "balanced-match", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "url": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-tokens__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-tokens", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__are-docs-informative__0.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "are-docs-informative", + "version": "0.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "are-docs-informative": [ + "0.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__hosted-git-info__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hosted-git-info", + "version": "4.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "lru-cache": "6.0.0" + }, + "transitive_closure": { + "hosted-git-info": [ + "4.1.0" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lodash.debounce__4.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lodash.debounce", + "version": "4.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "url": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__w3c-keyname__2.2.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "w3c-keyname", + "version": "2.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==", + "url": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-private-methods__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-private-methods", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-class-features-plugin": "7.24.4_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_culori__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/culori", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@types/culori" + ] + }, + "integrity": "sha512-4uJT5CcC9Mi8mACkWShsPHqILMWL0OqoTsfoLJUGzN1mcipcepmmEdzU8b9L1KwyRNN3rnQO39ylI/2VR850zw==", + "url": "https://registry.npmjs.org/@types/culori/-/culori-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__postcss-nested__6.0.1__postcss_8.4.38__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "postcss-nested", + "version": "6.0.1_postcss_8.4.38", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.38", + "postcss-selector-parser": "6.0.16" + }, + "transitive_closure": { + "cssesc": [ + "3.0.0" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "postcss-nested": [ + "6.0.1_postcss_8.4.38" + ], + "postcss-selector-parser": [ + "6.0.16" + ], + "source-map-js": [ + "1.2.0" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-ipc__9.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-ipc", + "version": "9.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FAyICv0sIRJxVp3GW5fzgaf9jwwRQxAKDJlmNFUL5hOy+W4X/I5AypyHoq0DXXbo9o/gt79gj++4cMr4jVWE/w==", + "url": "https://registry.npmjs.org/node-ipc/-/node-ipc-9.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_view__6.26.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/view", + "version": "6.26.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gmqxkPALZjkgSxIeeweY/wGQXBfwTUaLs8h7OKtSwfbj9Ct3L11lD+u1sS7XHppxFQoMDiMDp07P9f3I2jWOHw==", + "url": "https://registry.npmjs.org/@codemirror/view/-/view-6.26.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__eslint-scope__7.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-scope", + "version": "7.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "esrecurse": "4.3.0", + "estraverse": "5.3.0" + }, + "transitive_closure": { + "eslint-scope": [ + "7.2.2" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-stream__5.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-stream", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-dispatch__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-dispatch", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-dispatch": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-symbol__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-symbol", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-symbols": "1.0.3" + }, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ], + "is-symbol": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss-nesting__12.1.1__postcss_8.4.38": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss-nesting", + "version": "12.1.1_postcss_8.4.38", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "postcss-nesting" + ] + }, + "integrity": "sha512-qc74KvIAQNa5ujZKG1UV286dhaDW6basbUy2i9AzNU/T8C9hpvGu9NZzm1SfePe2yP7sPYgpA8d4sPVopn2Hhw==", + "url": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-delaunay__6.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-delaunay", + "version": "6.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "delaunator": "5.0.1" + }, + "transitive_closure": { + "d3-delaunay": [ + "6.0.4" + ], + "delaunator": [ + "5.0.1" + ], + "robust-predicates": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-parameters__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-parameters", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jest_schemas__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jest/schemas", + "version": "29.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sinclair/typebox": "0.27.8" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_floating-ui_core__1.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@floating-ui/core", + "version": "1.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==", + "url": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_node__18.19.31__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/node", + "version": "18.19.31", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "undici-types": "5.26.5" + }, + "transitive_closure": { + "@types/node": [ + "18.19.31" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__nearley__2.20.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "nearley", + "version": "2.20.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==", + "url": "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-function-name__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-function-name", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/template": "7.24.0", + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/types": [ + "7.24.0" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "picocolors": [ + "1.0.0" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_istanbul-lib-report__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/istanbul-lib-report", + "version": "3.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.6" + }, + "transitive_closure": { + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-addon-api__1.7.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-addon-api", + "version": "1.7.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-addon-api": [ + "1.7.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sentence-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "sentence-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==", + "url": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_netbsd-x64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/netbsd-x64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==", + "url": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__smart-buffer__4.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "smart-buffer", + "version": "4.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "url": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_breadcrumbs__3.7.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/breadcrumbs", + "version": "3.7.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eFto/+6J+JR58vThNcALZRA1OlqlG3GzQ/bq3q8IrrkOZcrfbEJJCWit/+53Ia98siJKuF4OJHnotxIVIz5I3w==", + "url": "https://registry.npmjs.org/@react-types/breadcrumbs/-/breadcrumbs-3.7.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry_utils__7.111.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry/utils", + "version": "7.111.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sentry/types": "7.111.0" + }, + "transitive_closure": { + "@sentry/types": [ + "7.111.0" + ], + "@sentry/utils": [ + "7.111.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isexe__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isexe", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isexe": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-ci__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-ci", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", + "url": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_szmarczak_http-timer__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@szmarczak/http-timer", + "version": "1.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "defer-to-connect": "1.1.3" + }, + "transitive_closure": { + "@szmarczak/http-timer": [ + "1.1.2" + ], + "defer-to-connect": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__rollup-plugin-node-polyfills__0.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rollup-plugin-node-polyfills", + "version": "0.2.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "rollup-plugin-inject": "3.0.2" + }, + "transitive_closure": { + "estree-walker": [ + "0.6.1" + ], + "magic-string": [ + "0.25.9" + ], + "rollup-plugin-inject": [ + "3.0.2" + ], + "rollup-plugin-node-polyfills": [ + "0.2.1" + ], + "rollup-pluginutils": [ + "2.8.2" + ], + "sourcemap-codec": [ + "1.4.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__globals__14.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "globals", + "version": "14.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "url": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-fullwidth-code-point__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-fullwidth-code-point", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "url": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-native__0.73.7__-1997537249": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-native", + "version": "0.73.7_-1997537249", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LfI/INAC9jTf80bBHJQo0SfTEPQADsU8HoLaW7xQKjYXUX40dhu3AoyNEkMOHY4cpQyjEliQZ4dQpQMy733KRQ==", + "url": "https://registry.npmjs.org/react-native/-/react-native-0.73.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-numeric-separator__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-numeric-separator", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-color__3.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-color", + "version": "3.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", + "url": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__data-view-buffer__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "data-view-buffer", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "es-errors": "1.3.0", + "is-data-view": "1.0.1" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pupa__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pupa", + "version": "2.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "escape-goat": "2.1.1" + }, + "transitive_closure": { + "escape-goat": [ + "2.1.1" + ], + "pupa": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__char-regex__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "char-regex", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", + "url": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lodash.snakecase__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lodash.snakecase", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", + "url": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "commander", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-force__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-force", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-dispatch": "3.0.1", + "d3-quadtree": "3.0.1", + "d3-timer": "3.0.1" + }, + "transitive_closure": { + "d3-dispatch": [ + "3.0.1" + ], + "d3-force": [ + "3.0.0" + ], + "d3-quadtree": [ + "3.0.1" + ], + "d3-timer": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-callable__1.2.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-callable", + "version": "1.2.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__querystring__0.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "querystring", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==", + "url": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro-cache-key__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro-cache-key", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "metro-cache-key": [ + "0.80.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__type-is__1.6.18": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "type-is", + "version": "1.6.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "url": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__locate-path__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "locate-path", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-locate": "4.1.0" + }, + "transitive_closure": { + "locate-path": [ + "5.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bytes__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bytes", + "version": "3.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bytes": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-android-arm64__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-android-arm64", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-android-arm64": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-runtime__7.24.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-runtime", + "version": "7.24.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-module-imports": "7.24.3", + "@babel/helper-plugin-utils": "7.24.0", + "babel-plugin-polyfill-corejs2": "0.4.10_at_babel_core_7.24.4", + "babel-plugin-polyfill-corejs3": "0.10.4_at_babel_core_7.24.4", + "babel-plugin-polyfill-regenerator": "0.6.1_at_babel_core_7.24.4", + "semver": "6.3.1" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-runtime": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__inflight__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "inflight", + "version": "1.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "once": "1.4.0", + "wrappy": "1.0.2" + }, + "transitive_closure": { + "inflight": [ + "1.0.6" + ], + "once": [ + "1.4.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-queue__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-queue", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SW0rTTG+TBPVD1Kp6HtnOr9kX3//EWA6qMlP2Y/WxbKsSNCBuJbWv3EDB5noKJBEkHYi2mDY+xqMn4Y0QHyjyg==", + "url": "https://registry.npmjs.org/js-queue/-/js-queue-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pretty-format__29.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pretty-format", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fs-minipass__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fs-minipass", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minipass": "3.3.6" + }, + "transitive_closure": { + "fs-minipass": [ + "2.1.0" + ], + "minipass": [ + "3.3.6" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__shuffle-seed__1.1.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "shuffle-seed", + "version": "1.1.6", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "shuffle-seed" + ] + }, + "deps": { + "seedrandom": "2.4.4" + }, + "transitive_closure": { + "seedrandom": [ + "2.4.4" + ], + "shuffle-seed": [ + "1.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__d3-array__3.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-array", + "version": "3.2.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "internmap": "2.0.3" + }, + "transitive_closure": { + "d3-array": [ + "3.2.4" + ], + "internmap": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__arg__5.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "arg", + "version": "5.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "arg": [ + "5.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_babel-plugin-codegen__0.73.4__at_babel_preset-env_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/babel-plugin-codegen", + "version": "0.73.4_at_babel_preset-env_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XzRd8MJGo4Zc5KsphDHBYJzS1ryOHg8I2gOZDAUCGcwLFhdyGu1zBNDJYH2GFyDrInn9TzAbRIf3d4O+eltXQQ==", + "url": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.73.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-shape__3.1.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-shape", + "version": "3.1.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-path": "3.1.0" + }, + "transitive_closure": { + "@types/d3-path": [ + "3.1.0" + ], + "@types/d3-shape": [ + "3.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-plugin-react-hooks__4.6.0__eslint_8.57.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "eslint-plugin-react-hooks", + "version": "4.6.0_eslint_8.57.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop": [ + "eslint-plugin-react-hooks" + ] + }, + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", + "url": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-random__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-random", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "d3-random": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_open-rpc_server-js__1.9.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@open-rpc/server-js", + "version": "1.9.4", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@open-rpc/server-js" + ] + }, + "deps": { + "@open-rpc/schema-utils-js": "1.15.0", + "body-parser": "1.20.2", + "connect": "3.7.0", + "cors": "2.8.5", + "json-schema-faker": "0.5.6", + "lodash": "4.17.21", + "node-ipc": "9.1.1", + "ws": "8.16.0" + }, + "transitive_closure": { + "@json-schema-spec/json-pointer": [ + "0.1.2" + ], + "@json-schema-tools/dereferencer": [ + "1.5.1" + ], + "@json-schema-tools/meta-schema": [ + "1.7.4" + ], + "@json-schema-tools/reference-resolver": [ + "1.2.5" + ], + "@json-schema-tools/traverse": [ + "1.10.3" + ], + "@open-rpc/meta-schema": [ + "1.14.2" + ], + "@open-rpc/schema-utils-js": [ + "1.15.0" + ], + "@open-rpc/server-js": [ + "1.9.4" + ], + "ajv": [ + "6.12.6" + ], + "argparse": [ + "1.0.10" + ], + "at-least-node": [ + "1.0.0" + ], + "body-parser": [ + "1.20.2" + ], + "bytes": [ + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "call-me-maybe": [ + "1.0.2" + ], + "connect": [ + "3.7.0" + ], + "content-type": [ + "1.0.5" + ], + "cors": [ + "2.8.5" + ], + "debug": [ + "2.6.9" + ], + "define-data-property": [ + "1.1.4" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "easy-stack": [ + "1.0.1" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "escape-html": [ + "1.0.3" + ], + "esprima": [ + "4.0.1" + ], + "event-pubsub": [ + "4.3.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fast-safe-stringify": [ + "2.1.1" + ], + "finalhandler": [ + "1.1.2" + ], + "format-util": [ + "1.0.5" + ], + "fs-extra": [ + "9.1.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ], + "http-errors": [ + "2.0.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "inherits": [ + "2.0.4" + ], + "is-url": [ + "1.2.4" + ], + "isomorphic-fetch": [ + "3.0.0" + ], + "js-message": [ + "1.0.5" + ], + "js-queue": [ + "2.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "json-schema-faker": [ + "0.5.6" + ], + "json-schema-ref-parser": [ + "6.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "jsonfile": [ + "6.1.0" + ], + "jsonpath-plus": [ + "7.2.0" + ], + "lodash": [ + "4.17.21" + ], + "media-typer": [ + "0.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "ms": [ + "2.0.0" + ], + "node-fetch": [ + "2.7.0" + ], + "node-ipc": [ + "9.1.1" + ], + "object-assign": [ + "4.1.1" + ], + "object-inspect": [ + "1.13.1" + ], + "on-finished": [ + "2.3.0", + "2.4.1" + ], + "ono": [ + "4.0.11" + ], + "parseurl": [ + "1.3.3" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "raw-body": [ + "2.5.2" + ], + "safer-buffer": [ + "2.1.2" + ], + "set-function-length": [ + "1.2.2" + ], + "setprototypeof": [ + "1.2.0" + ], + "side-channel": [ + "1.0.6" + ], + "sprintf-js": [ + "1.0.3" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tr46": [ + "0.0.3" + ], + "type-is": [ + "1.6.18" + ], + "universalify": [ + "2.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "uri-js": [ + "4.4.1" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ], + "ws": [ + "8.16.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__css-what__6.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "css-what", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "url": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-skip-transparent-expression-wrappers", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", + "url": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cosmiconfig__5.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cosmiconfig", + "version": "5.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isobject__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isobject", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "url": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__wrap-ansi__6.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "wrap-ansi", + "version": "6.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "4.3.0", + "string-width": "4.2.3", + "strip-ansi": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__eslint-visitor-keys__3.4.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "eslint-visitor-keys", + "version": "3.4.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__postcss__8.4.38": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "postcss", + "version": "8.4.38", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "postcss" + ] + }, + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-jsx__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-jsx", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_codegen__0.73.3__at_babel_preset-env_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native/codegen", + "version": "0.73.3_at_babel_preset-env_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sxslCAAb8kM06vGy9Jyh4TtvjhcP36k/rvj2QE2Jdhdm61KvfafCATSIsOfc0QvnduWFcpXUPvAVyYwuv7PYDg==", + "url": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.73.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__string-width__4.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string-width", + "version": "4.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "emoji-regex": "8.0.0", + "is-fullwidth-code-point": "3.0.0", + "strip-ansi": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__anymatch__3.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "anymatch", + "version": "3.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "url": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tar__6.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tar", + "version": "6.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "tar" + ], + "app/ide-desktop/lib/client": [ + "tar" + ] + }, + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "url": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__form-data__2.3.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "form-data", + "version": "2.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "url": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_playwright_experimental-ct-react__1.43.1__956355448": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@playwright/experimental-ct-react", + "version": "1.43.1_956355448", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@playwright/experimental-ct-react" + ] + }, + "integrity": "sha512-DZ09HBBa0iLxINHjlFbn/qZdpcSAgCFLSRvLDfrCFapT7umvPWg0T/ngleiEpuleSm0ZQpDKiE6GQF4TtqxRNA==", + "url": "https://registry.npmjs.org/@playwright/experimental-ct-react/-/experimental-ct-react-1.43.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-react-display-name__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-react-display-name", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-data-view__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-data-view", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", + "url": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__universal-cookie__4.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "universal-cookie", + "version": "4.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/cookie": "0.3.3", + "cookie": "0.4.2" + }, + "transitive_closure": { + "@types/cookie": [ + "0.3.3" + ], + "cookie": [ + "0.4.2" + ], + "universal-cookie": [ + "4.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-android-arm64__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-android-arm64", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eQK5JIi+POhFpzk+LnjKIy4Ks+pwJ+NXmPxOCSvOKSNRPONzKuUvWE+P9JxGZVxrtzm6BAYMaL50FFuPe0oWMQ==", + "url": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__supports-color__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "supports-color", + "version": "5.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-flag": "3.0.0" + }, + "transitive_closure": { + "has-flag": [ + "3.0.0" + ], + "supports-color": [ + "5.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__nullthrows__1.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "nullthrows", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==", + "url": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jridgewell_resolve-uri__3.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jridgewell/resolve-uri", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "url": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_test-utils__2.4.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/test-utils", + "version": "2.4.5", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@vue/test-utils" + ] + }, + "deps": { + "js-beautify": "1.15.1", + "vue-component-type-helpers": "2.0.13" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@one-ini/wasm": [ + "0.1.1" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@vue/test-utils": [ + "2.4.5" + ], + "abbrev": [ + "2.0.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "commander": [ + "10.0.1" + ], + "config-chain": [ + "1.1.13" + ], + "cross-spawn": [ + "7.0.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "editorconfig": [ + "1.0.4" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "foreground-child": [ + "3.1.1" + ], + "glob": [ + "10.3.12" + ], + "ini": [ + "1.3.8" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "js-beautify": [ + "1.15.1" + ], + "js-cookie": [ + "3.0.5" + ], + "lru-cache": [ + "10.2.0", + "6.0.0" + ], + "minimatch": [ + "9.0.1", + "9.0.4" + ], + "minipass": [ + "7.0.4" + ], + "nopt": [ + "7.2.0" + ], + "path-key": [ + "3.1.1" + ], + "path-scurry": [ + "1.10.2" + ], + "proto-list": [ + "1.2.4" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "vue-component-type-helpers": [ + "2.0.13" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__terser__5.30.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "terser", + "version": "5.30.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-STdUgOUx8rLbMGO9IOwHLpCqolkDITFFQSMYYwKE1N2lY6MVSaeoi10z/EhWxRc6ybqoVmKSkhKYH/XUpl7vSA==", + "url": "https://registry.npmjs.org/terser/-/terser-5.30.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__invariant__2.2.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "invariant", + "version": "2.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "loose-envify": "1.4.0" + }, + "transitive_closure": { + "invariant": [ + "2.2.4" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__find-up__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "find-up", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "url": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-func-name__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-func-name", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-func-name": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_datepicker__3.7.2__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/datepicker", + "version": "3.7.2_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@internationalized/date": "3.5.2", + "@react-types/calendar": "3.4.4_react_18.2.0", + "@react-types/overlays": "3.8.5_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@internationalized/date": [ + "3.5.2" + ], + "@react-types/calendar": [ + "3.4.4_react_18.2.0" + ], + "@react-types/datepicker": [ + "3.7.2_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__format-util__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "format-util", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-varLbTj0e0yVyRpqQhuWV+8hlePAgaoFRhNFj50BNjEIrw1/DphHSObtqwskVCPWNgzwPoQrZAbfa/SBiicNeg==", + "url": "https://registry.npmjs.org/format-util/-/format-util-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-logical-assignment-operators__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-logical-assignment-operators", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__xmlbuilder__15.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "xmlbuilder", + "version": "15.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xmlbuilder": [ + "15.1.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__estree-walker__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "estree-walker", + "version": "3.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/estree": "1.0.5" + }, + "transitive_closure": { + "@types/estree": [ + "1.0.5" + ], + "estree-walker": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__abstract-leveldown__6.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "abstract-leveldown", + "version": "6.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer": "5.7.1", + "immediate": "3.3.0", + "level-concat-iterator": "2.0.1", + "level-supports": "1.0.1", + "xtend": "4.0.2" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-supports": [ + "1.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__performance-now__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "performance-now", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "performance-now": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_css.escape__1.5.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/css.escape", + "version": "1.5.2", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/css.escape" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/css.escape": [ + "1.5.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_rollup_rollup-linux-arm-musleabihf__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-linux-arm-musleabihf", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ljcuiDI4V3ySuc7eSk4lQ9wU8J8r8KrOUvB2U+TtK0TiW6OFDmJ+DdIjjwZHIw9CNxzbmXY39wwpzYuFDwNXuw==", + "url": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_list__3.10.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/list", + "version": "3.10.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ul8el0tQy2Ucl3qMQ0fiqdJ874W1ZNjURVSgSxN+pGwVLNBVRjd6Fl7YwZFCXER2YOlzkwg+Zqozf/ZlS0EdXA==", + "url": "https://registry.npmjs.org/@react-stately/list/-/list-3.10.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-typed-array__1.1.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-typed-array", + "version": "1.1.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "which-typed-array": "1.1.15" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__astral-regex__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "astral-regex", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", + "url": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-selection__3.0.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-selection", + "version": "3.0.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cuHoUgS/V3hLdjJOLTT691+G2QoqAjCVLmr4kJXR4ha56w1Zdu8UUQ5TxLRqudgNjwXeQxKMq4j+lyf9sWuslg==", + "url": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__asap__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "asap", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "asap": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__escape-string-regexp__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "escape-string-regexp", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escape-string-regexp": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_searchfield__3.7.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/searchfield", + "version": "3.7.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/textfield": "3.14.3_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/searchfield": "3.5.1_react_18.2.0", + "@react-types/button": "3.9.2_react_18.2.0", + "@react-types/searchfield": "3.5.3_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/searchfield": [ + "3.7.3_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/textfield": [ + "3.14.3_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/searchfield": [ + "3.5.1_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/button": [ + "3.9.2_react_18.2.0" + ], + "@react-types/searchfield": [ + "3.5.3_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/textfield": [ + "3.9.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-body-length-browser__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-body-length-browser", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IdWwE3rm/CFDk2F+IwTZOFTnnNW5SB8y1lWiQ54cfc7y03hO6jmXNnpZGZ5goHhT+vf1oheNQt1J47m0pM/Irw==", + "url": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__create-servers__3.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "create-servers", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "create-servers" + ] + }, + "integrity": "sha512-bfzggqlfxHxiZ9/U4TmSqXDUIuYnTamYSmEa7DwA487cH4VXqR8yNmgxZCzY7ElipPPSkcaQfn3xhL90RBR4+A==", + "url": "https://registry.npmjs.org/create-servers/-/create-servers-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bl__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bl", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer": "5.7.1", + "inherits": "2.0.4", + "readable-stream": "3.6.2" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-mips64el__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-mips64el", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", + "url": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-darwin-x64__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-darwin-x64", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0IMAO21axJeNIrvS9lSe/PGthc8ZUS+zC53O0VhF5gMxfmcKAP4ESkKOCwEi6u2asUrt4mQv2rjY8QseIEb1aw==", + "url": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-ppc64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-ppc64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==", + "url": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__extsprintf__1.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "extsprintf", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==", + "url": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jackspeak__2.3.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jackspeak", + "version": "2.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@pkgjs/parseargs": "0.11.0", + "@isaacs/cliui": "8.0.2" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__event-pubsub__4.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "event-pubsub", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==", + "url": "https://registry.npmjs.org/event-pubsub/-/event-pubsub-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__hosted-git-info__2.8.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "hosted-git-info", + "version": "2.8.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "hosted-git-info": [ + "2.8.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_assets-registry__0.73.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/assets-registry", + "version": "0.73.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@react-native/assets-registry": [ + "0.73.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__denodeify__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "denodeify", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==", + "url": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-json-stable-stringify__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fast-json-stable-stringify", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "url": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_dialog__3.5.8__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/dialog", + "version": "3.5.8_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RX8JsMvty8ADHRqVEkppoynXLtN4IzUh8d5z88UEBbcvWKlHfd6bOBQjQcBH3AUue5wjfpPIt6brw2VzgBY/3Q==", + "url": "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_menu__3.6.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/menu", + "version": "3.6.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3v0vkTm/kInuuG8jG7jbxXDBnMQcoDZKWvYsBQq7+POt0LmijbLdbdZPBoz9TkZ3eo/OoP194LLHOaFTQyHhlw==", + "url": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-path__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-path", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", + "url": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_tooltip__3.4.7__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/tooltip", + "version": "3.4.7_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/overlays": "3.6.5_react_18.2.0", + "@react-types/tooltip": "3.4.7_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/overlays": [ + "3.6.5_react_18.2.0" + ], + "@react-stately/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/tooltip": [ + "3.4.7_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__header-case__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "header-case", + "version": "2.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "capital-case": "1.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "capital-case": [ + "1.0.4" + ], + "header-case": [ + "2.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "upper-case-first": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__gray-matter__4.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "gray-matter", + "version": "4.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", + "url": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_icu-messageformat-parser__2.7.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@formatjs/icu-messageformat-parser", + "version": "2.7.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@formatjs/ecma402-abstract": "1.18.2", + "@formatjs/icu-skeleton-parser": "1.8.0", + "tslib": "2.6.2" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__local-pkg__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "local-pkg", + "version": "0.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mlly": "1.6.1", + "pkg-types": "1.1.0" + }, + "transitive_closure": { + "acorn": [ + "8.11.3" + ], + "confbox": [ + "0.1.7" + ], + "local-pkg": [ + "0.5.0" + ], + "mlly": [ + "1.6.1" + ], + "pathe": [ + "1.1.2" + ], + "pkg-types": [ + "1.1.0" + ], + "ufo": [ + "1.5.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sudo-prompt__9.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sudo-prompt", + "version": "9.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sudo-prompt": [ + "9.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_sapphire_snowflake__3.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sapphire/snowflake", + "version": "3.5.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sapphire/snowflake": [ + "3.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_regjsgen__0.8.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/regjsgen", + "version": "0.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "url": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_jest_schemas__29.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jest/schemas", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "url": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__prettier-linter-helpers__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prettier-linter-helpers", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "fast-diff": "1.3.0" + }, + "transitive_closure": { + "fast-diff": [ + "1.3.0" + ], + "prettier-linter-helpers": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-callable__1.2.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-callable", + "version": "1.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "url": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_culori__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/culori", + "version": "2.1.0", + "dev": true, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/culori" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/culori": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__etag__1.8.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "etag", + "version": "1.8.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "etag": [ + "1.8.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lightningcss-linux-arm64-gnu__1.24.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lightningcss-linux-arm64-gnu", + "version": "1.24.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lightningcss-linux-arm64-gnu": [ + "1.24.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__nth-check__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "nth-check", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "url": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_fast-memoize__2.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@formatjs/fast-memoize", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==", + "url": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_sharp__0.31.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/sharp", + "version": "0.31.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/icons": [ + "@types/sharp" + ] + }, + "integrity": "sha512-5nWwamN9ZFHXaYEincMSuza8nNfOof8nmO+mcI+Agx1uMUk4/pQnNIcix+9rLPXzKrm1pS34+6WRDbDV0Jn7ag==", + "url": "https://registry.npmjs.org/@types/sharp/-/sharp-0.31.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__xhr__2.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "xhr", + "version": "2.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==", + "url": "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_cookie__0.3.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/cookie", + "version": "0.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/cookie": [ + "0.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string-length__5.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string-length", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "string-length" + ] + }, + "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", + "url": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__camelcase__6.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "camelcase", + "version": "6.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "camelcase": [ + "6.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string-length__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "string-length", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "string-length" + ] + }, + "deps": { + "char-regex": "2.0.1", + "strip-ansi": "7.1.0" + }, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ], + "char-regex": [ + "2.0.1" + ], + "string-length": [ + "5.0.1" + ], + "strip-ansi": [ + "7.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__node-abort-controller__3.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-abort-controller", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==", + "url": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-duplicate-keys__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-duplicate-keys", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__get-stream__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "get-stream", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pump": "3.0.0" + }, + "transitive_closure": { + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "5.2.0" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__source-map__0.5.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "source-map", + "version": "0.5.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "url": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_middleware-content-length__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/middleware-content-length", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/protocol-http": "3.6.1", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/middleware-content-length": [ + "3.6.1" + ], + "@aws-sdk/protocol-http": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__delayed-stream__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "delayed-stream", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "delayed-stream": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-stream__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-stream", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-stream": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object.values__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object.values", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", + "url": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__type-detect__4.0.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "type-detect", + "version": "4.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-tokens__9.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-tokens", + "version": "9.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "js-tokens": [ + "9.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__metro-symbolicate__0.80.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "metro-symbolicate", + "version": "0.80.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nwhYySk79jQhwjL9QmOUo4wS+/0Au9joEryDWw7uj4kz2yvw1uBjwmlql3BprQCBzRdB3fcqOP8kO8Es+vE31g==", + "url": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.80.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__npm-run-path__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "npm-run-path", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "path-key": "3.1.1" + }, + "transitive_closure": { + "npm-run-path": [ + "4.0.1" + ], + "path-key": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-locate-window__3.535.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/util-locate-window", + "version": "3.535.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "@aws-sdk/util-locate-window": [ + "3.535.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__parse5__7.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "parse5", + "version": "7.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "url": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_volar_typescript__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@volar/typescript", + "version": "1.11.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@volar/language-core": "1.11.1", + "path-browserify": "1.0.1" + }, + "transitive_closure": { + "@volar/language-core": [ + "1.11.1" + ], + "@volar/source-map": [ + "1.11.1" + ], + "@volar/typescript": [ + "1.11.1" + ], + "muggle-string": [ + "0.3.1" + ], + "path-browserify": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-toastify__9.1.3__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-toastify", + "version": "9.1.3_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-toastify" + ] + }, + "integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==", + "url": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-nullish-coalescing-operator", + "version": "7.8.3_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-buffer__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "json-buffer", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-buffer": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__util-deprecate__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "util-deprecate", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-docker__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-docker", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-docker": [ + "2.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__builder-util__22.14.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "builder-util", + "version": "22.14.13", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "7zip-bin": "5.1.1", + "@types/debug": "4.1.12", + "@types/fs-extra": "9.0.13", + "app-builder-bin": "3.7.1", + "bluebird-lst": "1.0.9", + "builder-util-runtime": "8.9.2", + "chalk": "4.1.2", + "cross-spawn": "7.0.3", + "debug": "4.3.4", + "fs-extra": "10.1.0", + "http-proxy-agent": "5.0.0", + "https-proxy-agent": "5.0.1", + "is-ci": "3.0.1", + "js-yaml": "4.1.0", + "source-map-support": "0.5.21", + "stat-mode": "1.0.0", + "temp-file": "3.4.0" + }, + "transitive_closure": { + "7zip-bin": [ + "5.1.1" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/debug": [ + "4.1.12" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/ms": [ + "0.7.34" + ], + "@types/node": [ + "20.12.7" + ], + "agent-base": [ + "6.0.2" + ], + "ansi-styles": [ + "4.3.0" + ], + "app-builder-bin": [ + "3.7.1" + ], + "argparse": [ + "2.0.1" + ], + "async-exit-hook": [ + "2.0.1" + ], + "bluebird": [ + "3.7.2" + ], + "bluebird-lst": [ + "1.0.9" + ], + "buffer-from": [ + "1.1.2" + ], + "builder-util": [ + "22.14.13" + ], + "builder-util-runtime": [ + "8.9.2" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "fs-extra": [ + "10.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "4.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-ci": [ + "3.0.1" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "jsonfile": [ + "6.1.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "sax": [ + "1.3.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "stat-mode": [ + "1.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "temp-file": [ + "3.4.0" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "2.0.1" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__serve-static__1.15.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "serve-static", + "version": "1.15.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "url": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__tmp-promise__3.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tmp-promise", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==", + "url": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__get-stream__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "get-stream", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__metro__0.80.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "metro", + "version": "0.80.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.24.2", + "@babel/core": "7.24.4", + "@babel/generator": "7.24.4", + "@babel/parser": "7.24.4", + "@babel/template": "7.24.0", + "@babel/traverse": "7.24.1", + "@babel/types": "7.24.0", + "accepts": "1.3.8", + "chalk": "4.1.2", + "ci-info": "2.0.0", + "connect": "3.7.0", + "debug": "2.6.9", + "denodeify": "1.2.1", + "error-stack-parser": "2.1.4", + "graceful-fs": "4.2.11", + "hermes-parser": "0.20.1", + "image-size": "1.1.1", + "invariant": "2.2.4", + "jest-worker": "29.7.0", + "jsc-safe-url": "0.2.4", + "lodash.throttle": "4.1.1", + "metro-babel-transformer": "0.80.8", + "metro-cache": "0.80.8", + "metro-cache-key": "0.80.8", + "metro-config": "0.80.8", + "metro-core": "0.80.8", + "metro-file-map": "0.80.8", + "metro-resolver": "0.80.8", + "metro-runtime": "0.80.8", + "metro-source-map": "0.80.8", + "metro-symbolicate": "0.80.8", + "metro-transform-plugins": "0.80.8", + "metro-transform-worker": "0.80.8", + "mime-types": "2.1.35", + "node-fetch": "2.7.0", + "nullthrows": "1.1.1", + "rimraf": "3.0.2", + "serialize-error": "2.1.0", + "source-map": "0.5.7", + "strip-ansi": "6.0.1", + "throat": "5.0.0", + "ws": "7.5.9", + "yargs": "17.6.2" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/source-map": [ + "0.3.6" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "anymatch": [ + "3.1.3" + ], + "argparse": [ + "1.0.10" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "bser": [ + "2.1.1" + ], + "buffer-from": [ + "1.1.2" + ], + "caller-callsite": [ + "2.0.0" + ], + "caller-path": [ + "2.0.0" + ], + "callsites": [ + "2.0.0" + ], + "camelcase": [ + "6.3.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "2.0.0", + "3.9.0" + ], + "cliui": [ + "8.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commander": [ + "2.20.3" + ], + "concat-map": [ + "0.0.1" + ], + "connect": [ + "3.7.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-util-is": [ + "1.0.3" + ], + "cosmiconfig": [ + "5.2.1" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "denodeify": [ + "1.2.1" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "emoji-regex": [ + "8.0.0" + ], + "encodeurl": [ + "1.0.2" + ], + "error-ex": [ + "1.3.2" + ], + "error-stack-parser": [ + "2.1.4" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esprima": [ + "4.0.1" + ], + "fb-watchman": [ + "2.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.1.2" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hermes-estree": [ + "0.20.1" + ], + "hermes-parser": [ + "0.20.1" + ], + "image-size": [ + "1.1.1" + ], + "import-fresh": [ + "2.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "is-directory": [ + "0.3.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-number": [ + "7.0.0" + ], + "isarray": [ + "1.0.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "js-yaml": [ + "3.14.1" + ], + "jsc-safe-url": [ + "0.2.4" + ], + "jsesc": [ + "2.5.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "json5": [ + "2.2.3" + ], + "leven": [ + "3.1.0" + ], + "lodash.throttle": [ + "4.1.1" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1" + ], + "makeerror": [ + "1.0.12" + ], + "merge-stream": [ + "2.0.0" + ], + "metro": [ + "0.80.8" + ], + "metro-babel-transformer": [ + "0.80.8" + ], + "metro-cache": [ + "0.80.8" + ], + "metro-cache-key": [ + "0.80.8" + ], + "metro-config": [ + "0.80.8" + ], + "metro-core": [ + "0.80.8" + ], + "metro-file-map": [ + "0.80.8" + ], + "metro-minify-terser": [ + "0.80.8" + ], + "metro-resolver": [ + "0.80.8" + ], + "metro-runtime": [ + "0.80.8" + ], + "metro-source-map": [ + "0.80.8" + ], + "metro-symbolicate": [ + "0.80.8" + ], + "metro-transform-plugins": [ + "0.80.8" + ], + "metro-transform-worker": [ + "0.80.8" + ], + "micromatch": [ + "4.0.5" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "minimatch": [ + "3.1.2" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "negotiator": [ + "0.6.3" + ], + "node-abort-controller": [ + "3.1.1" + ], + "node-fetch": [ + "2.7.0" + ], + "node-int64": [ + "0.4.0" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "nullthrows": [ + "1.1.1" + ], + "ob1": [ + "0.80.8" + ], + "on-finished": [ + "2.3.0" + ], + "once": [ + "1.4.0" + ], + "parse-json": [ + "4.0.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-is-absolute": [ + "1.0.1" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pretty-format": [ + "29.7.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "queue": [ + "6.0.2" + ], + "react-is": [ + "18.2.0" + ], + "readable-stream": [ + "2.3.8" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "require-directory": [ + "2.1.1" + ], + "resolve-from": [ + "3.0.0" + ], + "rimraf": [ + "3.0.2" + ], + "safe-buffer": [ + "5.1.2" + ], + "semver": [ + "6.3.1" + ], + "serialize-error": [ + "2.1.0" + ], + "source-map": [ + "0.5.7", + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "sprintf-js": [ + "1.0.3" + ], + "stackframe": [ + "1.3.4" + ], + "statuses": [ + "1.5.0" + ], + "string-width": [ + "4.2.3" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "terser": [ + "5.30.3" + ], + "throat": [ + "5.0.0" + ], + "through2": [ + "2.0.5" + ], + "tmpl": [ + "1.0.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "tr46": [ + "0.0.3" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "vlq": [ + "1.0.1" + ], + "walker": [ + "1.0.8" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-url": [ + "5.0.0" + ], + "wrap-ansi": [ + "7.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "ws": [ + "7.5.9" + ], + "xtend": [ + "4.0.2" + ], + "y18n": [ + "5.0.8" + ], + "yallist": [ + "3.1.1" + ], + "yargs": [ + "17.6.2" + ], + "yargs-parser": [ + "21.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__markdown-it__12.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "markdown-it", + "version": "12.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", + "url": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fast-safe-stringify__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fast-safe-stringify", + "version": "2.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fast-safe-stringify": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_netbsd-x64__0.19.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/netbsd-x64", + "version": "0.19.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", + "url": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_helper-member-expression-to-functions__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-member-expression-to-functions", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native_gradle-plugin__0.73.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/gradle-plugin", + "version": "0.73.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@react-native/gradle-plugin": [ + "0.73.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__yjs__13.6.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yjs", + "version": "13.6.14", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "yjs" + ] + }, + "integrity": "sha512-D+7KcUr0j+vBCUSKXXEWfA+bG4UQBviAwP3gYBhkstkgwy5+8diOPMx0iqLIOxNo/HxaREUimZRxqHGAHCL2BQ==", + "url": "https://registry.npmjs.org/yjs/-/yjs-13.6.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_json-schema-tools_reference-resolver__1.2.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@json-schema-tools/reference-resolver", + "version": "1.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xNQgX/ABnwvbIeexL5Czv08lXjHAL80HEUogza7E19eIL/EXD8HM4FvxG1JuTGyi5fA+sSP64C9pabELizcBBw==", + "url": "https://registry.npmjs.org/@json-schema-tools/reference-resolver/-/reference-resolver-1.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__arrify__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "arrify", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "arrify": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__strip-ansi__7.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-ansi", + "version": "7.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-regex": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ], + "strip-ansi": [ + "7.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_url-parser-native__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/url-parser-native", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3O+ktsrJoE8YQCho9L41YXO8EWILXrSeES7amUaV3mgIV5w4S3SB/r4RkmylpqRpQF7Ry8LFiAnMqH1wa4WBPA==", + "url": "https://registry.npmjs.org/@aws-sdk/url-parser-native/-/url-parser-native-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-gyp-build__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "node-gyp-build", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-gyp-build": [ + "4.1.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__core-util-is__1.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "core-util-is", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "url": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bl__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bl", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "url": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__core-util-is__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "core-util-is", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", + "url": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-proposal-optional-chaining", + "version": "7.21.0_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", + "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-import-assertions__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-import-assertions", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@babel/plugin-syntax-import-assertions" + ] + }, + "integrity": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_lezer_json__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@lezer/json", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@lezer/common": "1.2.1", + "@lezer/highlight": "1.2.0", + "@lezer/lr": "1.4.0" + }, + "transitive_closure": { + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/json": [ + "1.0.2" + ], + "@lezer/lr": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-crypto_ie11-detection__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-crypto/ie11-detection", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kCKVhCF1oDxFYgQrxXmIrS5oaWulkvRcPz+QBDMsUr2crbF4VGgGT6+uQhSwJFdUAQ2A//Vq+uT83eJrkzFgXA==", + "url": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__istanbul-lib-coverage__3.2.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "istanbul-lib-coverage", + "version": "3.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "url": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__memorystream__0.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "memorystream", + "version": "0.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "memorystream": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object.hasown__1.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object.hasown", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==", + "url": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-dsv__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-dsv", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", + "url": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__resolve__2.0.0-next.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "resolve", + "version": "2.0.0-next.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-core-module": "2.13.1", + "path-parse": "1.0.7", + "supports-preserve-symlinks-flag": "1.0.0" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "path-parse": [ + "1.0.7" + ], + "resolve": [ + "2.0.0-next.5" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__slash__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "slash", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "slash": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_datepicker__3.9.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/datepicker", + "version": "3.9.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z6FrK6Af7R5BizqHhJFCj3Hn32mg5iLSDdEgFQAuO043guOXUKFUAnbxfbQUjL6PGE6QwWMfQD7PPGebHn9Ifw==", + "url": "https://registry.npmjs.org/@react-stately/datepicker/-/datepicker-3.9.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cliui__6.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cliui", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "url": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__run-applescript__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "run-applescript", + "version": "5.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "execa": "5.1.1" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "execa": [ + "5.1.1" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "path-key": [ + "3.1.1" + ], + "run-applescript": [ + "5.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__memoize-one__5.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "memoize-one", + "version": "5.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "memoize-one": [ + "5.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-map__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-map", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-map": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_signature-v4__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/signature-v4", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-sdk/is-array-buffer": "3.6.1", + "@aws-sdk/types": "3.6.1", + "@aws-sdk/util-hex-encoding": "3.6.1", + "@aws-sdk/util-uri-escape": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "@aws-sdk/signature-v4": [ + "3.6.1" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-hex-encoding": [ + "3.6.1" + ], + "@aws-sdk/util-uri-escape": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__spdx-exceptions__2.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "spdx-exceptions", + "version": "2.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "url": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__foreground-child__3.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "foreground-child", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "url": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__isarray__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isarray", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "url": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__sshpk__1.18.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sshpk", + "version": "1.18.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "asn1": "0.2.6", + "assert-plus": "1.0.0", + "bcrypt-pbkdf": "1.0.2", + "dashdash": "1.14.1", + "ecc-jsbn": "0.1.2", + "getpass": "0.1.7", + "jsbn": "0.1.1", + "safer-buffer": "2.1.2", + "tweetnacl": "0.14.5" + }, + "transitive_closure": { + "asn1": [ + "0.2.6" + ], + "assert-plus": [ + "1.0.0" + ], + "bcrypt-pbkdf": [ + "1.0.2" + ], + "dashdash": [ + "1.14.1" + ], + "ecc-jsbn": [ + "0.1.2" + ], + "getpass": [ + "0.1.7" + ], + "jsbn": [ + "0.1.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "sshpk": [ + "1.18.0" + ], + "tweetnacl": [ + "0.14.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__undici__5.27.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "undici", + "version": "5.27.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==", + "url": "https://registry.npmjs.org/undici/-/undici-5.27.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mkdirp__0.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mkdirp", + "version": "0.5.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "minimist": "0.0.8" + }, + "transitive_closure": { + "minimist": [ + "0.0.8" + ], + "mkdirp": [ + "0.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-devtools-core__4.28.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-devtools-core", + "version": "4.28.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "shell-quote": "1.8.1", + "ws": "7.5.9" + }, + "transitive_closure": { + "react-devtools-core": [ + "4.28.5" + ], + "shell-quote": [ + "1.8.1" + ], + "ws": [ + "7.5.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_node__18.19.31": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/node", + "version": "18.19.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==", + "url": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__webidl-conversions__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "webidl-conversions", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "webidl-conversions": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bmp-js__0.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bmp-js", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OS74Rlt0Aynu2mTPmY9RZOUOXlqWecFIILFXr70vv16/xCZnFxvri9IKkF1IGxQ8r9dOE62qGNpKxXx8Lko8bg==", + "url": "https://registry.npmjs.org/bmp-js/-/bmp-js-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__data-urls__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "data-urls", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g==", + "url": "https://registry.npmjs.org/data-urls/-/data-urls-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__bmp-js__0.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bmp-js", + "version": "0.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-epsm3Z92j5xwek9p97pVw3KbsNc0F4QnbYh+N93SpbJYuHFQQ/UAh6K+bKFGyLePH3Hudtl/Sa95Quqp0gX8IQ==", + "url": "https://registry.npmjs.org/bmp-js/-/bmp-js-0.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_hapi_hoek__9.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@hapi/hoek", + "version": "9.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@hapi/hoek": [ + "9.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__p-locate__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "p-locate", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-limit": "2.3.0" + }, + "transitive_closure": { + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__shiki-es__0.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "shiki-es", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RbRMD+IuJJseSZljDdne9ThrUYrwBwJR04FvN4VXpfsU3MNID5VJGHLAD5je/HGThCyEKNgH+nEkSFEWKD7C3Q==", + "url": "https://registry.npmjs.org/shiki-es/-/shiki-es-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-crypto_ie11-detection__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-crypto/ie11-detection", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-crypto/ie11-detection": [ + "1.0.0" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__array.prototype.flatmap__1.3.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "array.prototype.flatmap", + "version": "1.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", + "url": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__latest-version__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "latest-version", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "url": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-native-get-random-values__1.11.0__react-native_0.73.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-native-get-random-values", + "version": "1.11.0_react-native_0.73.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4BTbDbRmS7iPdhYLRcz3PGFIpFJBwNZg9g42iwa2P6FOv9vZj/xJc678RZXnLNZzd0qd7Q3CCF6Yd+CU2eoXKQ==", + "url": "https://registry.npmjs.org/react-native-get-random-values/-/react-native-get-random-values-1.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_ws__8.5.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/ws", + "version": "8.5.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==", + "url": "https://registry.npmjs.org/@types/ws/-/ws-8.5.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_mime-types__2.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/mime-types", + "version": "2.1.4", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@types/mime-types" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/mime-types": [ + "2.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_histoire_shared__0.17.17__vite_5.2.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@histoire/shared", + "version": "0.17.17_vite_5.2.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@histoire/vendors": "0.17.17", + "@types/fs-extra": "9.0.13", + "@types/markdown-it": "12.2.3", + "chokidar": "3.6.0", + "pathe": "1.1.2", + "picocolors": "1.0.0", + "vite": "5.2.9_at_types_node_20.12.7" + }, + "transitive_closure": { + "@esbuild/aix-ppc64": [ + "0.20.2" + ], + "@esbuild/android-arm": [ + "0.20.2" + ], + "@esbuild/android-arm64": [ + "0.20.2" + ], + "@esbuild/android-x64": [ + "0.20.2" + ], + "@esbuild/darwin-arm64": [ + "0.20.2" + ], + "@esbuild/darwin-x64": [ + "0.20.2" + ], + "@esbuild/freebsd-arm64": [ + "0.20.2" + ], + "@esbuild/freebsd-x64": [ + "0.20.2" + ], + "@esbuild/linux-arm": [ + "0.20.2" + ], + "@esbuild/linux-arm64": [ + "0.20.2" + ], + "@esbuild/linux-ia32": [ + "0.20.2" + ], + "@esbuild/linux-loong64": [ + "0.20.2" + ], + "@esbuild/linux-mips64el": [ + "0.20.2" + ], + "@esbuild/linux-ppc64": [ + "0.20.2" + ], + "@esbuild/linux-riscv64": [ + "0.20.2" + ], + "@esbuild/linux-s390x": [ + "0.20.2" + ], + "@esbuild/linux-x64": [ + "0.20.2" + ], + "@esbuild/netbsd-x64": [ + "0.20.2" + ], + "@esbuild/openbsd-x64": [ + "0.20.2" + ], + "@esbuild/sunos-x64": [ + "0.20.2" + ], + "@esbuild/win32-arm64": [ + "0.20.2" + ], + "@esbuild/win32-ia32": [ + "0.20.2" + ], + "@esbuild/win32-x64": [ + "0.20.2" + ], + "@histoire/shared": [ + "0.17.17_vite_5.2.9" + ], + "@histoire/vendors": [ + "0.17.17" + ], + "@rollup/rollup-android-arm-eabi": [ + "4.14.3" + ], + "@rollup/rollup-android-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-arm64": [ + "4.14.3" + ], + "@rollup/rollup-darwin-x64": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm-musleabihf": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ], + "@rollup/rollup-linux-powerpc64le-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-riscv64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-s390x-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-gnu": [ + "4.14.3" + ], + "@rollup/rollup-linux-x64-musl": [ + "4.14.3" + ], + "@rollup/rollup-win32-arm64-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-ia32-msvc": [ + "4.14.3" + ], + "@rollup/rollup-win32-x64-msvc": [ + "4.14.3" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/linkify-it": [ + "3.0.5" + ], + "@types/markdown-it": [ + "12.2.3" + ], + "@types/mdurl": [ + "1.0.5" + ], + "@types/node": [ + "20.12.7" + ], + "anymatch": [ + "3.1.3" + ], + "binary-extensions": [ + "2.3.0" + ], + "braces": [ + "3.0.2" + ], + "chokidar": [ + "3.6.0" + ], + "esbuild": [ + "0.20.2" + ], + "fill-range": [ + "7.0.1" + ], + "fsevents": [ + "2.3.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "nanoid": [ + "3.3.7" + ], + "normalize-path": [ + "3.0.0" + ], + "pathe": [ + "1.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "postcss": [ + "8.4.38" + ], + "readdirp": [ + "3.6.0" + ], + "rollup": [ + "4.14.3" + ], + "source-map-js": [ + "1.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "undici-types": [ + "5.26.5" + ], + "vite": [ + "5.2.9_at_types_node_20.12.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_util-hex-encoding__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-hex-encoding", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pzsGOHtU2eGca4NJgFg94lLaeXDOg8pcS9sVt4f9LmtUGbrqRveeyBv0XlkHeZW2n0IZBssPHipVYQFlk7iaRA==", + "url": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__iconv-lite__0.6.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "iconv-lite", + "version": "0.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "safer-buffer": "2.1.2" + }, + "transitive_closure": { + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_separator__3.3.11__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/separator", + "version": "3.3.11_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/separator": [ + "3.3.11_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__deferred-leveldown__5.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "deferred-leveldown", + "version": "5.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "abstract-leveldown": "6.2.3", + "inherits": "2.0.4" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "deferred-leveldown": [ + "5.3.0" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "inherits": [ + "2.0.4" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-supports": [ + "1.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__minimatch__3.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "minimatch", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_floating-ui_dom__1.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@floating-ui/dom", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==", + "url": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_parser__7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/parser", + "version": "7.24.4", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@babel/parser" + ] + }, + "deps": { + "@babel/types": "7.24.0" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__data-view-byte-offset__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "data-view-byte-offset", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", + "url": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ms__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ms", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_utils__3.23.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/utils", + "version": "3.23.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yznR9jJ0GG+YJvTMZxijQwVp+ahP66DY0apZf7X+dllyN+ByEDW+yaL1ewYPIpugxVzH5P8jhnBXsIyHKN411g==", + "url": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.23.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-dispatch__3.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-dispatch", + "version": "3.0.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-dispatch": [ + "3.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__duplexer3__0.1.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "duplexer3", + "version": "0.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==", + "url": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__muggle-string__0.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "muggle-string", + "version": "0.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==", + "url": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__test-exclude__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "test-exclude", + "version": "6.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@istanbuljs/schema": "0.1.3", + "glob": "7.2.3", + "minimatch": "3.1.2" + }, + "transitive_closure": { + "@istanbuljs/schema": [ + "0.1.3" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "test-exclude": [ + "6.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__flow-parser__0.206.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "flow-parser", + "version": "0.206.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "flow-parser": [ + "0.206.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__sprintf-js__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "sprintf-js", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__titleize__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "titleize", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "titleize": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_aws-sdk_service-error-classification__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/service-error-classification", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@aws-sdk/service-error-classification": [ + "3.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_swc_helpers__0.5.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@swc/helpers", + "version": "0.5.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CU+RF9FySljn7HVSkkjiB84hWkvTaI3rtLvF433+jRSBL2hMu3zX5bGhHS8C80SM++h4xy8hBSnUHFQHmRXSBw==", + "url": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__extract-zip__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "extract-zip", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/yauzl": "2.10.3", + "debug": "4.3.4", + "get-stream": "5.2.0", + "yauzl": "2.10.0" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/yauzl": [ + "2.10.3" + ], + "buffer-crc32": [ + "0.2.13" + ], + "debug": [ + "4.3.4" + ], + "end-of-stream": [ + "1.4.4" + ], + "extract-zip": [ + "2.0.1" + ], + "fd-slicer": [ + "1.1.0" + ], + "get-stream": [ + "5.2.0" + ], + "ms": [ + "2.1.2" + ], + "once": [ + "1.4.0" + ], + "pend": [ + "1.2.0" + ], + "pump": [ + "3.0.0" + ], + "undici-types": [ + "5.26.5" + ], + "wrappy": [ + "1.0.2" + ], + "yauzl": [ + "2.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-logical-assignment-operators", + "version": "7.10.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_progress__3.4.11__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/progress", + "version": "3.4.11_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-types/progress": "3.5.2_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/progress": [ + "3.4.11_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/progress": [ + "3.5.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__webidl-conversions__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "webidl-conversions", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_formatjs_intl-localematcher__0.5.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@formatjs/intl-localematcher", + "version": "0.5.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chownr__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chownr", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "url": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-win32-ia32-msvc__4.14.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@rollup/rollup-win32-ia32-msvc", + "version": "4.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T1l7y/bCeL/kUwh9OD4PQT4aM7Bq43vX05htPJJ46RTI4r5KNt6qJRzAfNfM+OYMNEVBWQzR2Gyk+FXLZfogGw==", + "url": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__load-bmfont__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "load-bmfont", + "version": "1.4.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-equal": "0.0.1", + "mime": "1.6.0", + "parse-bmfont-ascii": "1.0.6", + "parse-bmfont-binary": "1.0.6", + "parse-bmfont-xml": "1.1.6", + "phin": "2.9.3", + "xhr": "2.6.0", + "xtend": "4.0.2" + }, + "transitive_closure": { + "buffer-equal": [ + "0.0.1" + ], + "dom-walk": [ + "0.1.2" + ], + "global": [ + "4.4.0" + ], + "is-function": [ + "1.0.2" + ], + "load-bmfont": [ + "1.4.1" + ], + "mime": [ + "1.6.0" + ], + "min-document": [ + "2.19.0" + ], + "parse-bmfont-ascii": [ + "1.0.6" + ], + "parse-bmfont-binary": [ + "1.0.6" + ], + "parse-bmfont-xml": [ + "1.1.6" + ], + "parse-headers": [ + "2.0.5" + ], + "phin": [ + "2.9.3" + ], + "process": [ + "0.11.10" + ], + "sax": [ + "1.3.0" + ], + "xhr": [ + "2.6.0" + ], + "xml-parse-from-string": [ + "1.0.1" + ], + "xml2js": [ + "0.5.0" + ], + "xmlbuilder": [ + "11.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_discordjs_ws__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@discordjs/ws", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+XI82Rm2hKnFwAySXEep4A7Kfoowt6weO6381jgW+wVdTpMS/56qCvoXyFRY0slcv7c/U8My2PwIB2/wEaAh7Q==", + "url": "https://registry.npmjs.org/@discordjs/ws/-/ws-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-native_babel-plugin-codegen__0.73.4__at_babel_preset-env_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-native/babel-plugin-codegen", + "version": "0.73.4_at_babel_preset-env_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-native/codegen": "0.73.3_at_babel_preset-env_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-class-features-plugin": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.24.4" + ], + "@babel/helper-replace-supers": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.24.4" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-jsx": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.24.3_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-block-scoping": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-class-static-block": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-classes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-computed-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-destructuring": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-function-name": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-json-strings": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-amd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-modules-umd": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-new-target": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-object-super": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-parameters": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-methods": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-property-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-regenerator": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-reserved-words": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-template-literals": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-typescript": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-env": [ + "7.24.4_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.24.4" + ], + "@babel/preset-typescript": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/register": [ + "7.23.7_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/runtime": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "@react-native/babel-plugin-codegen": [ + "0.73.4_at_babel_preset-env_7.24.4" + ], + "@react-native/codegen": [ + "0.73.3_at_babel_preset-env_7.24.4" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "ast-types": [ + "0.15.2" + ], + "babel-core": [ + "7.0.0-bridge.0_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.10_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-corejs3": [ + "0.10.4_at_babel_core_7.24.4" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "commondir": [ + "1.0.1" + ], + "concat-map": [ + "0.0.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "core-js-compat": [ + "3.37.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "esprima": [ + "4.0.1" + ], + "esutils": [ + "2.0.3" + ], + "fill-range": [ + "7.0.1" + ], + "find-cache-dir": [ + "2.1.0" + ], + "find-up": [ + "3.0.0" + ], + "flow-parser": [ + "0.206.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "glob": [ + "7.2.3" + ], + "globals": [ + "11.12.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "hasown": [ + "2.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "invariant": [ + "2.2.4" + ], + "is-core-module": [ + "2.13.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jscodeshift": [ + "0.14.0_at_babel_preset-env_7.24.4" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "kind-of": [ + "6.0.3" + ], + "locate-path": [ + "3.0.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "loose-envify": [ + "1.4.0" + ], + "lru-cache": [ + "5.1.1" + ], + "make-dir": [ + "2.1.0" + ], + "micromatch": [ + "4.0.5" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ], + "ms": [ + "2.1.2" + ], + "neo-async": [ + "2.6.2" + ], + "node-dir": [ + "0.1.17" + ], + "node-releases": [ + "2.0.14" + ], + "nullthrows": [ + "1.1.1" + ], + "once": [ + "1.4.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pify": [ + "4.0.1" + ], + "pirates": [ + "4.0.6" + ], + "pkg-dir": [ + "3.0.0" + ], + "recast": [ + "0.21.5" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "regenerator-transform": [ + "0.15.2" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "resolve": [ + "1.22.8" + ], + "rimraf": [ + "2.6.3" + ], + "semver": [ + "5.7.2", + "6.3.1" + ], + "shallow-clone": [ + "3.0.1" + ], + "signal-exit": [ + "3.0.7" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "temp": [ + "0.8.4" + ], + "to-fast-properties": [ + "2.0.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "tslib": [ + "2.6.2" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "wrappy": [ + "1.0.2" + ], + "write-file-atomic": [ + "2.4.3" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__psl__1.9.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "psl", + "version": "1.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "psl": [ + "1.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__err-code__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "err-code", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "url": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__typedarray-to-buffer__3.1.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "typedarray-to-buffer", + "version": "3.1.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "is-typedarray": "1.0.0" + }, + "transitive_closure": { + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_nodelib_fs.stat__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@nodelib/fs.stat", + "version": "2.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@nodelib/fs.stat": [ + "2.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__better-sqlite3__8.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "better-sqlite3", + "version": "8.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bindings": "1.5.0", + "prebuild-install": "7.1.2" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "better-sqlite3": [ + "8.7.0" + ], + "bindings": [ + "1.5.0" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "chownr": [ + "1.1.4" + ], + "decompress-response": [ + "6.0.0" + ], + "deep-extend": [ + "0.6.0" + ], + "detect-libc": [ + "2.0.3" + ], + "end-of-stream": [ + "1.4.4" + ], + "expand-template": [ + "2.0.3" + ], + "file-uri-to-path": [ + "1.0.0" + ], + "fs-constants": [ + "1.0.0" + ], + "github-from-package": [ + "0.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "ini": [ + "1.3.8" + ], + "lru-cache": [ + "6.0.0" + ], + "mimic-response": [ + "3.1.0" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp-classic": [ + "0.5.3" + ], + "napi-build-utils": [ + "1.0.2" + ], + "node-abi": [ + "3.59.0" + ], + "once": [ + "1.4.0" + ], + "prebuild-install": [ + "7.1.2" + ], + "pump": [ + "3.0.0" + ], + "rc": [ + "1.2.8" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "semver": [ + "7.6.0" + ], + "simple-concat": [ + "1.0.1" + ], + "simple-get": [ + "4.0.1" + ], + "string_decoder": [ + "1.3.0" + ], + "strip-json-comments": [ + "2.0.1" + ], + "tar-fs": [ + "2.1.1" + ], + "tar-stream": [ + "2.2.0" + ], + "tunnel-agent": [ + "0.6.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__glob-parent__6.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "glob-parent", + "version": "6.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-glob": "4.0.3" + }, + "transitive_closure": { + "glob-parent": [ + "6.0.2" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jake__10.8.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jake", + "version": "10.8.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", + "url": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lazy-val__1.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lazy-val", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0/BnGCCfyUMkBpeDgWihanIAF9JmZhHBgUhEqzvf+adhNGLoP6TaiI5oF8oyb3I45P+PcnrqihSf01M0l0G5+Q==", + "url": "https://registry.npmjs.org/lazy-val/-/lazy-val-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-base64-browser__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-base64-browser", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+DHAIgt0AFARDVC7J0Z9FkSmJhBMlkYdOPeAAgO0WaQoKj7rtsLQJ7P3v3aS1paKN5/sk5xNY7ziVB6uHtOvHA==", + "url": "https://registry.npmjs.org/@aws-sdk/util-base64-browser/-/util-base64-browser-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__css.escape__1.5.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "css.escape", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "css.escape" + ] + }, + "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", + "url": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jpeg-js__0.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "jpeg-js", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CiRVjMKBUp6VYtGwzRjrdnro41yMwKGOWdP9ATXqmixdz2n7KHNwdqthTYSSbOKj/Ha79Gct1sA8ZQpse55TYA==", + "url": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__error-stack-parser-es__0.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "error-stack-parser-es", + "version": "0.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g/9rfnvnagiNf+DRMHEVGuGuIBlCIMDFoTA616HaP2l9PlCjGjVhD98PNbVSJvmK4TttqT5mV5tInMhoFgi+aA==", + "url": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_alloc_quick-lru__5.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@alloc/quick-lru", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "url": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_yauzl__2.10.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/yauzl", + "version": "2.10.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/yauzl": [ + "2.10.3" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string_decoder__1.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string_decoder", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry_core__7.111.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@sentry/core", + "version": "7.111.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sentry/types": "7.111.0", + "@sentry/utils": "7.111.0" + }, + "transitive_closure": { + "@sentry/core": [ + "7.111.0" + ], + "@sentry/types": [ + "7.111.0" + ], + "@sentry/utils": [ + "7.111.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jest_types__26.6.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jest/types", + "version": "26.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.6", + "@types/istanbul-reports": "3.0.4", + "@types/node": "20.12.7", + "@types/yargs": "15.0.19", + "chalk": "4.1.2" + }, + "transitive_closure": { + "@jest/types": [ + "26.6.2" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/yargs": [ + "15.0.19" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "has-flag": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lodash__4.17.21": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lodash", + "version": "4.17.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "url": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-flow-strip-types__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-flow-strip-types", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-for-of__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-for-of", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-for-of": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__picomatch__2.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "picomatch", + "version": "2.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "picomatch": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-validator-identifier__7.22.20__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/helper-validator-identifier", + "version": "7.22.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-validator-identifier": [ + "7.22.20" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__url-parse-lax__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "url-parse-lax", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==", + "url": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_sharp__0.31.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/sharp", + "version": "0.31.1", + "dev": true, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/icons": [ + "@types/sharp" + ] + }, + "deps": { + "@types/node": "20.12.7" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "@types/sharp": [ + "0.31.1" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_codemirror_theme-one-dark__6.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/theme-one-dark", + "version": "6.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/language": "6.10.1", + "@codemirror/state": "6.4.1", + "@codemirror/view": "6.26.3", + "@lezer/highlight": "1.2.0" + }, + "transitive_closure": { + "@codemirror/language": [ + "6.10.1" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/theme-one-dark": [ + "6.1.2" + ], + "@codemirror/view": [ + "6.26.3" + ], + "@lezer/common": [ + "1.2.1" + ], + "@lezer/highlight": [ + "1.2.0" + ], + "@lezer/lr": [ + "1.4.0" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__y-leveldb__0.1.2__yjs_13.6.14": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "y-leveldb", + "version": "0.1.2_yjs_13.6.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6ulEn5AXfXJYi89rXPEg2mMHAyyw8+ZfeMMdOtBbV8FJpQ1NOrcgi6DTAcXof0dap84NjHPT2+9d0rb6cFsjEg==", + "url": "https://registry.npmjs.org/y-leveldb/-/y-leveldb-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_visitor-keys__6.21.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/visitor-keys", + "version": "6.21.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "url": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_hapi_topo__5.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@hapi/topo", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", + "url": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__es-errors__1.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "es-errors", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "url": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__launch-editor__2.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "launch-editor", + "version": "2.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", + "url": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__iterator.prototype__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "iterator.prototype", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", + "url": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mime__2.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mime", + "version": "2.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "url": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__babel-plugin-polyfill-regenerator__0.6.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "babel-plugin-polyfill-regenerator", + "version": "0.6.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-define-polyfill-provider": "0.6.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-define-polyfill-provider": [ + "0.6.1_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "babel-plugin-polyfill-regenerator": [ + "0.6.1_at_babel_core_7.24.4" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "function-bind": [ + "1.1.2" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "hasown": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.1" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lodash.debounce": [ + "4.0.8" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "path-parse": [ + "1.0.7" + ], + "picocolors": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__errorhandler__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "errorhandler", + "version": "1.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "accepts": "1.3.8", + "escape-html": "1.0.3" + }, + "transitive_closure": { + "accepts": [ + "1.3.8" + ], + "errorhandler": [ + "1.5.1" + ], + "escape-html": [ + "1.0.3" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "negotiator": [ + "0.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unbox-primitive__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unbox-primitive", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "has-bigints": "1.0.2", + "has-symbols": "1.0.3", + "which-boxed-primitive": "1.0.2" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "set-function-length": [ + "1.2.2" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-import-attributes__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-import-attributes", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__define-properties__1.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "define-properties", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "url": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__caller-callsite__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "caller-callsite", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==", + "url": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rollup-plugin-inject__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "rollup-plugin-inject", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ptg9PQwzs3orn4jkgXJ74bfs5vYz1NCZlSQMBUA0wKcGp5i5pA1AO3fOUEte8enhGUC+iapTCzEWw2jEFFUO/w==", + "url": "https://registry.npmjs.org/rollup-plugin-inject/-/rollup-plugin-inject-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_json-schema-tools_traverse__1.10.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@json-schema-tools/traverse", + "version": "1.10.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@json-schema-tools/traverse": [ + "1.10.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_eslint-config-typescript__12.0.0__633644248": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vue/eslint-config-typescript", + "version": "12.0.0_633644248", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@vue/eslint-config-typescript" + ] + }, + "integrity": "sha512-StxLFet2Qe97T8+7L8pGlhYBBr8Eg05LPuTDVopQV6il+SK6qqom59BA/rcFipUef2jD8P2X44Vd8tMFytfvlg==", + "url": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-12.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__supports-preserve-symlinks-flag__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "supports-preserve-symlinks-flag", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "url": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_focus__3.16.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/focus", + "version": "3.16.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Rqo9ummmgotESfypzFjI3uh58yMpL+E+lJBbQuXkBM0u0cU2YYzu0uOrFrq3zcHk997udZvq1pGK/R+2xk9B7g==", + "url": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.16.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cookie__0.4.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cookie", + "version": "0.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "url": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-final-newline__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "strip-final-newline", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "url": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_rollup_rollup-linux-arm64-musl__4.14.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@rollup/rollup-linux-arm64-musl", + "version": "4.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rollup/rollup-linux-arm64-musl": [ + "4.14.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_codemirror_lang-json__6.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@codemirror/lang-json", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==", + "url": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__commander__4.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "commander", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "url": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-polygon__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-polygon", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==", + "url": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__level__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "level", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "level-js": "5.0.2", + "level-packager": "5.1.1", + "leveldown": "5.6.0" + }, + "transitive_closure": { + "abstract-leveldown": [ + "6.2.3", + "6.3.0" + ], + "base64-js": [ + "1.5.1" + ], + "buffer": [ + "5.7.1" + ], + "deferred-leveldown": [ + "5.3.0" + ], + "encoding-down": [ + "6.3.0" + ], + "errno": [ + "0.1.8" + ], + "ieee754": [ + "1.2.1" + ], + "immediate": [ + "3.3.0" + ], + "inherits": [ + "2.0.4" + ], + "level": [ + "6.0.1" + ], + "level-codec": [ + "9.0.2" + ], + "level-concat-iterator": [ + "2.0.1" + ], + "level-errors": [ + "2.0.1" + ], + "level-iterator-stream": [ + "4.0.2" + ], + "level-js": [ + "5.0.2" + ], + "level-packager": [ + "5.1.1" + ], + "level-supports": [ + "1.0.1" + ], + "leveldown": [ + "5.6.0" + ], + "levelup": [ + "4.4.0" + ], + "ltgt": [ + "2.2.1" + ], + "napi-macros": [ + "2.0.0" + ], + "node-gyp-build": [ + "4.1.1" + ], + "prr": [ + "1.0.1" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jest_types__29.6.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@jest/types", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "url": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_tabs__3.6.4__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-stately/tabs", + "version": "3.6.4_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-stately/list": "3.10.3_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/tabs": "3.3.5_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/list": [ + "3.10.3_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/tabs": [ + "3.6.4_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/tabs": [ + "3.3.5_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_prop-types__15.7.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/prop-types", + "version": "15.7.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/prop-types": [ + "15.7.12" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__semver__6.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "semver", + "version": "6.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "url": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-function__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-function", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==", + "url": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__csstype__3.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "csstype", + "version": "3.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "url": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cli-spinners__2.9.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cli-spinners", + "version": "2.9.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cli-spinners": [ + "2.9.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-dynamic-import", + "version": "7.8.3_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__levn__0.4.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "levn", + "version": "0.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "url": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_darwin-x64__0.17.19": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/darwin-x64", + "version": "0.17.19", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@esbuild/darwin-x64" + ], + "app/ide-desktop/lib/dashboard": [ + "@esbuild/darwin-x64" + ] + }, + "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "url": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-typescript__7.24.4__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-transform-typescript", + "version": "7.24.4_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ci-info__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ci-info", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ci-info": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__http-proxy-agent__5.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "http-proxy-agent", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__markdown-it-emoji__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "markdown-it-emoji", + "version": "2.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "markdown-it-emoji": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bundle-name__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "bundle-name", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "run-applescript": "5.0.0" + }, + "transitive_closure": { + "bundle-name": [ + "3.0.0" + ], + "cross-spawn": [ + "7.0.3" + ], + "execa": [ + "5.1.1" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "path-key": [ + "3.1.1" + ], + "run-applescript": [ + "5.0.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__pathe__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pathe", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pathe": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_spinbutton__3.6.3__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/spinbutton", + "version": "3.6.3_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IlfhRu/pc9zOt2C5zSEB7NmmzddvWisGx2iGzw8BwIKMD+cN3uy+Qwp+sG6Z/JzFEBN0F6Mxm3l5lhbiqjpICQ==", + "url": "https://registry.npmjs.org/@react-aria/spinbutton/-/spinbutton-3.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_search__6.5.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/search", + "version": "6.5.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/state": "6.4.1", + "@codemirror/view": "6.26.3", + "crelt": "1.0.6" + }, + "transitive_closure": { + "@codemirror/search": [ + "6.5.6" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "crelt": [ + "1.0.6" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_humanwhocodes_object-schema__2.0.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@humanwhocodes/object-schema", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "url": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_testim_chrome-version__1.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@testim/chrome-version", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kIhULpw9TrGYnHp/8VfdcneIcxKnLixmADtukQRtJUmsVlMg0niMkwV0xZmi8hqa57xqilIHjWFA0GKvEjVU5g==", + "url": "https://registry.npmjs.org/@testim/chrome-version/-/chrome-version-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cacheable-request__7.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "cacheable-request", + "version": "7.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "clone-response": "1.0.3", + "get-stream": "5.2.0", + "http-cache-semantics": "4.1.1", + "keyv": "4.5.4", + "lowercase-keys": "2.0.0", + "normalize-url": "6.1.0", + "responselike": "2.0.1" + }, + "transitive_closure": { + "cacheable-request": [ + "7.0.4" + ], + "clone-response": [ + "1.0.3" + ], + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "5.2.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "json-buffer": [ + "3.0.1" + ], + "keyv": [ + "4.5.4" + ], + "lowercase-keys": [ + "2.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "normalize-url": [ + "6.1.0" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "responselike": [ + "2.0.1" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_meter__3.3.7__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/meter", + "version": "3.3.7_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/progress": "3.5.2_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/meter": [ + "3.3.7_react_18.2.0" + ], + "@react-types/progress": [ + "3.5.2_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-transform-spread__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-spread", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-spread": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jake__10.8.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jake", + "version": "10.8.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "async": "3.2.5", + "chalk": "4.1.2", + "filelist": "1.0.4", + "minimatch": "3.1.2" + }, + "transitive_closure": { + "ansi-styles": [ + "4.3.0" + ], + "async": [ + "3.2.5" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "filelist": [ + "1.0.4" + ], + "has-flag": [ + "4.0.0" + ], + "jake": [ + "10.8.7" + ], + "minimatch": [ + "3.1.2", + "5.1.6" + ], + "supports-color": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_json-schema-spec_json-pointer__0.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@json-schema-spec/json-pointer", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BYY7IavBjwsWWSmVcMz2A9mKiDD9RvacnsItgmy1xV8cmgbtxFfKmKMtkVpD7pYtkx4mIW4800yZBXueVFIWPw==", + "url": "https://registry.npmjs.org/@json-schema-spec/json-pointer/-/json-pointer-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__vlq__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vlq", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==", + "url": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-x64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-x64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-x64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-exists__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "path-exists", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "url": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-x64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-x64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-x64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_histoire_plugin-vue__0.17.17__173917644": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@histoire/plugin-vue", + "version": "0.17.17_173917644", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@histoire/plugin-vue" + ] + }, + "integrity": "sha512-O5h/Ww6IT2CygVVT4onN27IZt11Z2qE8XeHeXJCEese3dxnnVWRhjMpsaWAU5XqgfjKNAiALJk86b49/6NQaRg==", + "url": "https://registry.npmjs.org/@histoire/plugin-vue/-/plugin-vue-0.17.17.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_d3-path__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-path", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==", + "url": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__to-readable-stream__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "to-readable-stream", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "to-readable-stream": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__colorette__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "colorette", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "colorette": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_istanbul-reports__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/istanbul-reports", + "version": "3.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-report": "3.0.3" + }, + "transitive_closure": { + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__domutils__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "domutils", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "dom-serializer": "2.0.0", + "domelementtype": "2.3.0", + "domhandler": "5.0.3" + }, + "transitive_closure": { + "dom-serializer": [ + "2.0.0" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "5.0.3" + ], + "domutils": [ + "3.1.0" + ], + "entities": [ + "4.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__human-signals__4.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "human-signals", + "version": "4.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", + "url": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__fs-extra__10.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "fs-extra", + "version": "10.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-schema-traverse__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-schema-traverse", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_typescript-eslint_utils__6.21.0__2014865575": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@typescript-eslint/utils", + "version": "6.21.0_2014865575", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_form__3.0.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/form", + "version": "3.0.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5Q2BHE4TTPDzGY2npCzpRRYshwWUb3SMUA/Cbz7QfEtBk+NYuVaq3KjvqLqgUUdyKtqLZ9Far0kIAexloOC4jw==", + "url": "https://registry.npmjs.org/@react-aria/form/-/form-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_toolbar__3.0.0-beta.3__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/toolbar", + "version": "3.0.0-beta.3_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tPIEPRsZI/6Mb0tAW/GBTt3wBk7dfJg/eUnTloY8NHialvDa+cMUQyUVzPyLWGpErhYeBeutBmw1e2seMjmu+A==", + "url": "https://registry.npmjs.org/@react-aria/toolbar/-/toolbar-3.0.0-beta.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-quadtree__3.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-quadtree", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", + "url": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__readable-stream__3.6.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "readable-stream", + "version": "3.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "inherits": "2.0.4", + "string_decoder": "1.3.0", + "util-deprecate": "1.0.2" + }, + "transitive_closure": { + "inherits": [ + "2.0.4" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tinyspy__2.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tinyspy", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==", + "url": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__color-name__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "color-name", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "color-name": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__dmg-builder__22.14.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "dmg-builder", + "version": "22.14.13", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "dmg-license": "1.0.11", + "app-builder-lib": "22.14.13", + "builder-util": "22.14.13", + "builder-util-runtime": "8.9.2", + "fs-extra": "10.1.0", + "iconv-lite": "0.6.3", + "js-yaml": "4.1.0" + }, + "transitive_closure": { + "7zip-bin": [ + "5.1.1" + ], + "@develar/schema-utils": [ + "2.6.5" + ], + "@electron/universal": [ + "1.0.5" + ], + "@malept/cross-spawn-promise": [ + "1.1.1" + ], + "@malept/flatpak-bundler": [ + "0.4.0" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/debug": [ + "4.1.12" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/glob": [ + "7.2.0" + ], + "@types/minimatch": [ + "5.1.2" + ], + "@types/ms": [ + "0.7.34" + ], + "@types/node": [ + "20.12.7" + ], + "@types/plist": [ + "3.0.5" + ], + "@types/verror": [ + "1.10.10" + ], + "@xmldom/xmldom": [ + "0.8.10" + ], + "agent-base": [ + "6.0.2" + ], + "ajv": [ + "6.12.6" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "app-builder-bin": [ + "3.7.1" + ], + "app-builder-lib": [ + "22.14.13" + ], + "argparse": [ + "2.0.1" + ], + "asar": [ + "3.2.0" + ], + "assert-plus": [ + "1.0.0" + ], + "astral-regex": [ + "2.0.0" + ], + "async": [ + "3.2.5" + ], + "async-exit-hook": [ + "2.0.1" + ], + "asynckit": [ + "0.4.0" + ], + "at-least-node": [ + "1.0.0" + ], + "balanced-match": [ + "1.0.2" + ], + "base64-js": [ + "1.5.1" + ], + "bluebird": [ + "3.7.2" + ], + "bluebird-lst": [ + "1.0.9" + ], + "brace-expansion": [ + "1.1.11", + "2.0.1" + ], + "buffer": [ + "5.7.1" + ], + "buffer-alloc": [ + "1.2.0" + ], + "buffer-alloc-unsafe": [ + "1.1.0" + ], + "buffer-equal": [ + "1.0.0" + ], + "buffer-fill": [ + "1.0.0" + ], + "buffer-from": [ + "1.1.2" + ], + "builder-util": [ + "22.14.13" + ], + "builder-util-runtime": [ + "8.9.2" + ], + "chalk": [ + "4.1.2" + ], + "chromium-pickle-js": [ + "0.2.0" + ], + "ci-info": [ + "3.9.0" + ], + "cli-truncate": [ + "2.1.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colors": [ + "1.0.3" + ], + "combined-stream": [ + "1.0.8" + ], + "commander": [ + "2.9.0", + "5.1.0" + ], + "compare-version": [ + "0.1.2" + ], + "concat-map": [ + "0.0.1" + ], + "core-util-is": [ + "1.0.2" + ], + "crc": [ + "3.8.0" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "delayed-stream": [ + "1.0.0" + ], + "dir-compare": [ + "2.4.0" + ], + "dmg-builder": [ + "22.14.13" + ], + "dmg-license": [ + "1.0.11" + ], + "dotenv": [ + "9.0.2" + ], + "dotenv-expand": [ + "5.1.0" + ], + "ejs": [ + "3.1.10" + ], + "electron-osx-sign": [ + "0.5.0" + ], + "electron-publish": [ + "22.14.13" + ], + "emoji-regex": [ + "8.0.0" + ], + "extsprintf": [ + "1.4.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "filelist": [ + "1.0.4" + ], + "form-data": [ + "4.0.0" + ], + "fs-extra": [ + "10.1.0", + "9.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "graceful-readlink": [ + "1.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "hosted-git-info": [ + "4.1.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "iconv-corefoundation": [ + "1.1.7" + ], + "iconv-lite": [ + "0.6.3" + ], + "ieee754": [ + "1.2.1" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "is-ci": [ + "3.0.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "isbinaryfile": [ + "3.0.3", + "4.0.10" + ], + "isexe": [ + "2.0.0" + ], + "jake": [ + "10.8.7" + ], + "js-yaml": [ + "4.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json5": [ + "2.2.3" + ], + "jsonfile": [ + "6.1.0" + ], + "lazy-val": [ + "1.0.5" + ], + "lodash": [ + "4.17.21" + ], + "lru-cache": [ + "6.0.0" + ], + "mime": [ + "2.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "minimatch": [ + "3.0.4", + "3.1.2", + "5.1.6" + ], + "minimist": [ + "1.2.8" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "node-addon-api": [ + "1.7.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "path-key": [ + "3.1.1" + ], + "plist": [ + "3.1.0" + ], + "punycode": [ + "2.3.1" + ], + "read-config-file": [ + "6.2.0" + ], + "safer-buffer": [ + "2.1.2" + ], + "sanitize-filename": [ + "1.6.3" + ], + "sax": [ + "1.3.0" + ], + "semver": [ + "7.6.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "slice-ansi": [ + "3.0.0" + ], + "smart-buffer": [ + "4.2.0" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "stat-mode": [ + "1.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "supports-color": [ + "7.2.0" + ], + "temp-file": [ + "3.4.0" + ], + "tmp": [ + "0.2.3" + ], + "tmp-promise": [ + "3.0.3" + ], + "truncate-utf8-bytes": [ + "1.0.2" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "2.0.1" + ], + "uri-js": [ + "4.4.1" + ], + "utf8-byte-length": [ + "1.0.4" + ], + "verror": [ + "1.10.1" + ], + "which": [ + "2.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "xmlbuilder": [ + "15.1.1" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__anymatch__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "anymatch", + "version": "3.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "normalize-path": "3.0.0", + "picomatch": "2.3.1" + }, + "transitive_closure": { + "anymatch": [ + "3.1.3" + ], + "normalize-path": [ + "3.0.0" + ], + "picomatch": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-native-community_cli-server-api__12.3.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-native-community/cli-server-api", + "version": "12.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-80NIMzo8b2W+PL0Jd7NjiJW9mgaT8Y8wsIT/lh6mAvYH7mK0ecDJUYUTAAv79Tbo1iCGPAr3T295DlVtS8s4yQ==", + "url": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-12.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_is-array-buffer__3.6.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-sdk/is-array-buffer", + "version": "3.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-sdk/is-array-buffer": [ + "3.6.1" + ], + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__event-pubsub__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "event-pubsub", + "version": "4.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "event-pubsub": [ + "4.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_json-schema-tools_traverse__1.10.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@json-schema-tools/traverse", + "version": "1.10.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1F8m574UObc3HuJoGGdmiOe2Ft9ObVypEKoniREs5v2G03wF/nb3YRTYFjKmI0z4S5NkdJwPFRwo7MjTjkI7Qg==", + "url": "https://registry.npmjs.org/@json-schema-tools/traverse/-/traverse-1.10.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__asap__2.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "asap", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "url": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__escape-goat__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "escape-goat", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", + "url": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_linux-loong64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/linux-loong64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==", + "url": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__clean-stack__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "clean-stack", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "clean-stack": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__got__11.8.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "got", + "version": "11.8.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==", + "url": "https://registry.npmjs.org/got/-/got-11.8.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__node-fetch__2.7.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "node-fetch", + "version": "2.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "url": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__process-nextick-args__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "process-nextick-args", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "process-nextick-args": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__magicast__0.3.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "magicast", + "version": "0.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==", + "url": "https://registry.npmjs.org/magicast/-/magicast-0.3.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__callsites__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "callsites", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "url": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__jpeg-js__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jpeg-js", + "version": "0.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jpeg-js": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__caller-path__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "caller-path", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==", + "url": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ts-interface-checker__0.1.13": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ts-interface-checker", + "version": "0.1.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", + "url": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__confbox__0.1.7": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "confbox", + "version": "0.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==", + "url": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-boolean-object__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-boolean-object", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "url": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__json-parse-better-errors__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-parse-better-errors", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "url": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__entities__4.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "entities", + "version": "4.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "entities": [ + "4.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chownr__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "chownr", + "version": "1.1.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "chownr": [ + "1.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vue_compiler-dom__3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/compiler-dom", + "version": "3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-core": "3.4.23", + "@vue/shared": "3.4.23" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isstream__0.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "isstream", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", + "url": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_reactivity__3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/reactivity", + "version": "3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/shared": "3.4.23" + }, + "transitive_closure": { + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-is__18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-is", + "version": "18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "url": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_json-schema-tools_dereferencer__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@json-schema-tools/dereferencer", + "version": "1.5.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@json-schema-tools/reference-resolver": "1.2.5", + "@json-schema-tools/traverse": "1.10.3", + "fast-safe-stringify": "2.1.1" + }, + "transitive_closure": { + "@json-schema-spec/json-pointer": [ + "0.1.2" + ], + "@json-schema-tools/dereferencer": [ + "1.5.1" + ], + "@json-schema-tools/reference-resolver": [ + "1.2.5" + ], + "@json-schema-tools/traverse": [ + "1.10.3" + ], + "fast-safe-stringify": [ + "2.1.1" + ], + "isomorphic-fetch": [ + "3.0.0" + ], + "node-fetch": [ + "2.7.0" + ], + "tr46": [ + "0.0.3" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__unpipe__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unpipe", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unpipe": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__async-exit-hook__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "async-exit-hook", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "async-exit-hook": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__form-data__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "form-data", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "asynckit": "0.4.0", + "combined-stream": "1.0.8", + "mime-types": "2.1.35" + }, + "transitive_closure": { + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "delayed-stream": [ + "1.0.0" + ], + "form-data": [ + "3.0.1" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-proposal-async-generator-functions__7.20.7__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-proposal-async-generator-functions", + "version": "7.20.7_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__gopd__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "gopd", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.4" + }, + "transitive_closure": { + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__magic-bytes.js__1.10.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "magic-bytes.js", + "version": "1.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/k20Lg2q8LE5xiaaSkMXk4sfvI+9EGEykFS4b0CHHGWqDYU0bGUFSwchNOMA56D7TCs9GwVTkqe9als1/ns8UQ==", + "url": "https://registry.npmjs.org/magic-bytes.js/-/magic-bytes.js-1.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__qs__6.5.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "qs", + "version": "6.5.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "qs": [ + "6.5.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__lilconfig__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "lilconfig", + "version": "3.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lilconfig": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__debug__2.6.9": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "debug", + "version": "2.6.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry-internal_tracing__7.111.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry-internal/tracing", + "version": "7.111.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CgXly8rsdu4loWVKi2RqpInH3C2cVBuaYsx4ZP5IJpzSinsUAMyyr3Pc0PZzCyoVpBBXGBGj/4HhFsY3q6Z0Vg==", + "url": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__cssesc__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "cssesc", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "url": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__url-parse__1.5.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "url-parse", + "version": "1.5.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "url": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_interactions__3.21.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/interactions", + "version": "3.21.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AlHf5SOzsShkHfV8GLLk3v9lEmYqYHURKcXWue0JdYbmquMRkUsf/+Tjl1+zHVAQ8lKqRnPYbTmc4AcZbqxltw==", + "url": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.21.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__yargs__15.4.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "yargs", + "version": "15.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cliui": "6.0.0", + "decamelize": "1.2.0", + "find-up": "4.1.0", + "get-caller-file": "2.0.5", + "require-directory": "2.1.1", + "require-main-filename": "2.0.0", + "set-blocking": "2.0.0", + "string-width": "4.2.3", + "which-module": "2.0.1", + "y18n": "4.0.3", + "yargs-parser": "18.1.3" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "camelcase": [ + "5.3.1" + ], + "cliui": [ + "6.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "decamelize": [ + "1.2.0" + ], + "emoji-regex": [ + "8.0.0" + ], + "find-up": [ + "4.1.0" + ], + "get-caller-file": [ + "2.0.5" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "locate-path": [ + "5.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "set-blocking": [ + "2.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ], + "y18n": [ + "4.0.3" + ], + "yargs": [ + "15.4.1" + ], + "yargs-parser": [ + "18.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__clone__1.0.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "clone", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "url": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-unicode-supported__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-unicode-supported", + "version": "0.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-unicode-supported": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__buffer-equal__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "buffer-equal", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tcBWO2Dl4e7Asr9hTGcpVrCe+F7DubpmqWCTbj4FHLmjqO2hIaC383acQubWtRJhdceqs5uBHs6Es+Sk//RKiQ==", + "url": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__parse5__7.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "parse5", + "version": "7.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "entities": "4.5.0" + }, + "transitive_closure": { + "entities": [ + "4.5.0" + ], + "parse5": [ + "7.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__jest-environment-node__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "jest-environment-node", + "version": "29.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "29.7.0", + "@jest/fake-timers": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "20.12.7", + "jest-mock": "29.7.0", + "jest-util": "29.7.0" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/commons": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.6" + ], + "@types/istanbul-lib-report": [ + "3.0.3" + ], + "@types/istanbul-reports": [ + "3.0.4" + ], + "@types/node": [ + "20.12.7" + ], + "@types/stack-utils": [ + "2.0.3" + ], + "@types/yargs": [ + "17.0.32" + ], + "@types/yargs-parser": [ + "21.0.3" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "braces": [ + "3.0.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "fill-range": [ + "7.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "is-number": [ + "7.0.0" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "js-tokens": [ + "4.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pretty-format": [ + "29.7.0" + ], + "react-is": [ + "18.2.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "type-detect": [ + "4.0.8" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__data-view-byte-offset__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "data-view-byte-offset", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "es-errors": "1.3.0", + "is-data-view": "1.0.1" + }, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-typed-array": [ + "1.1.13" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "set-function-length": [ + "1.2.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__has-property-descriptors__1.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "has-property-descriptors", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "url": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-refresh__0.14.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "react-refresh", + "version": "0.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", + "url": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__nice-try__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "nice-try", + "version": "1.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nice-try": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tar-fs__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tar-fs", + "version": "2.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "chownr": "1.1.4", + "mkdirp-classic": "0.5.3", + "pump": "3.0.0", + "tar-stream": "2.2.0" + }, + "transitive_closure": { + "base64-js": [ + "1.5.1" + ], + "bl": [ + "4.1.0" + ], + "buffer": [ + "5.7.1" + ], + "chownr": [ + "1.1.4" + ], + "end-of-stream": [ + "1.4.4" + ], + "fs-constants": [ + "1.0.0" + ], + "ieee754": [ + "1.2.1" + ], + "inherits": [ + "2.0.4" + ], + "mkdirp-classic": [ + "0.5.3" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "readable-stream": [ + "3.6.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "string_decoder": [ + "1.3.0" + ], + "tar-fs": [ + "2.1.1" + ], + "tar-stream": [ + "2.2.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_checkbox__3.14.1__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/checkbox", + "version": "3.14.1_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/form": "3.0.3_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/label": "3.7.6_react_18.2.0", + "@react-aria/toggle": "3.10.2_react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/checkbox": "3.6.3_react_18.2.0", + "@react-stately/form": "3.0.1_react_18.2.0", + "@react-stately/toggle": "3.7.2_react_18.2.0", + "@react-types/checkbox": "3.7.1_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-aria/checkbox": [ + "3.14.1_react_18.2.0" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/form": [ + "3.0.3_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/label": [ + "3.7.6_react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/toggle": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/checkbox": [ + "3.6.3_react_18.2.0" + ], + "@react-stately/form": [ + "3.0.1_react_18.2.0" + ], + "@react-stately/toggle": [ + "3.7.2_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-key__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-key", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-key": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-types_textfield__3.9.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-types/textfield", + "version": "3.9.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JBHY9M2CkL6xFaGSfWmUJVu3tEK09FaeB1dU3IEh6P41xxbFnPakYHSSAdnwMXBtXPoSHIVsUBickW/pjgfe5g==", + "url": "https://registry.npmjs.org/@react-types/textfield/-/textfield-3.9.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_semver__7.5.8__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/semver", + "version": "7.5.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/semver": [ + "7.5.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tiny-invariant__1.3.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "tiny-invariant", + "version": "1.3.3", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "tiny-invariant" + ] + }, + "deps": {}, + "transitive_closure": { + "tiny-invariant": [ + "1.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__js-yaml__4.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "js-yaml", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_fetch-http-handler__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/fetch-http-handler", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N8l6ZbwhINuWG5hsl625lmIQmVjzsqRPmlgh061jm5D90IhsM5/3A3wUxpB/k0av1dmuMRw/m0YtBU5w4LOwvw==", + "url": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_nodelib_fs.stat__2.0.5": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@nodelib/fs.stat", + "version": "2.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "url": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_android-arm64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/android-arm64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/android-arm64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ajv__6.12.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ajv", + "version": "6.12.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "url": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-array__3.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "d3-array", + "version": "3.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", + "url": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__serve-static__1.15.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "serve-static", + "version": "1.15.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "parseurl": "1.3.3", + "send": "0.18.0" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "etag": [ + "1.8.1" + ], + "fresh": [ + "0.5.2" + ], + "http-errors": [ + "2.0.0" + ], + "inherits": [ + "2.0.4" + ], + "mime": [ + "1.6.0" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "on-finished": [ + "2.4.1" + ], + "parseurl": [ + "1.3.3" + ], + "range-parser": [ + "1.2.1" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-typedarray__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-typedarray", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "url": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__js-cookie__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "js-cookie", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "js-cookie": [ + "2.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_monaco-editor_react__4.6.0__942711602": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@monaco-editor/react", + "version": "4.6.0_942711602", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "@monaco-editor/react" + ] + }, + "integrity": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==", + "url": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__es-errors__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "es-errors", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es-errors": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-ia32__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-ia32", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-ia32": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_android-x64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/android-x64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/android-x64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__iconv-lite__0.4.24": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "iconv-lite", + "version": "0.4.24", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__log-symbols__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "log-symbols", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "4.1.2", + "is-unicode-supported": "0.1.0" + }, + "transitive_closure": { + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "has-flag": [ + "4.0.0" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "log-symbols": [ + "4.1.0" + ], + "supports-color": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-force__3.0.9__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-force", + "version": "3.0.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/d3-force": [ + "3.0.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-x64__0.17.19__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-x64", + "version": "0.17.19", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/client": [ + "@esbuild/linux-x64" + ], + "app/ide-desktop/lib/dashboard": [ + "@esbuild/linux-x64" + ] + }, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-x64": [ + "0.17.19" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_eslint_eslintrc__3.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@eslint/eslintrc", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "@eslint/eslintrc" + ] + }, + "integrity": "sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==", + "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__camelcase-css__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "camelcase-css", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "camelcase-css": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_monaco-editor_loader__1.4.0__monaco-editor_0.47.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@monaco-editor/loader", + "version": "1.4.0_monaco-editor_0.47.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "monaco-editor": "0.47.0", + "state-local": "1.0.7" + }, + "transitive_closure": { + "@monaco-editor/loader": [ + "1.4.0_monaco-editor_0.47.0" + ], + "monaco-editor": [ + "0.47.0" + ], + "state-local": [ + "1.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_tanstack_query-core__5.29.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@tanstack/query-core", + "version": "5.29.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==", + "url": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.29.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_markdown-it__12.2.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/markdown-it", + "version": "12.2.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/linkify-it": "3.0.5", + "@types/mdurl": "1.0.5" + }, + "transitive_closure": { + "@types/linkify-it": [ + "3.0.5" + ], + "@types/markdown-it": [ + "12.2.3" + ], + "@types/mdurl": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__object.hasown__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "object.hasown", + "version": "1.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-object-atoms": "1.0.0" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "object.hasown": [ + "1.1.4" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__constant-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "constant-case", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "no-case": "3.0.4", + "tslib": "2.6.2", + "upper-case": "2.0.2" + }, + "transitive_closure": { + "constant-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "upper-case": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_helper-module-imports__7.24.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/helper-module-imports", + "version": "7.24.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==", + "url": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__glob__10.3.12": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "glob", + "version": "10.3.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==", + "url": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__react-router__6.22.3__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-router", + "version": "6.22.3_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-router" + ] + }, + "deps": { + "@remix-run/router": "1.15.3", + "react": "18.2.0" + }, + "transitive_closure": { + "@remix-run/router": [ + "1.15.3" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-router": [ + "6.22.3_react_18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__isobject__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "isobject", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isobject": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__level-supports__1.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "level-supports", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg==", + "url": "https://registry.npmjs.org/level-supports/-/level-supports-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_cookie__0.3.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/cookie", + "version": "0.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==", + "url": "https://registry.npmjs.org/@types/cookie/-/cookie-0.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__which-builtin-type__1.1.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "which-builtin-type", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "url": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_credential-provider-node__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/credential-provider-node", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VAHOcsqkPrF1k/fA62pv9c75lUWe5bHpcbFX83C3EUPd2FXV10Lfkv6bdWhyZPQy0k8T+9/yikHH3c7ZQeFE5A==", + "url": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-dsv__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-dsv", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "commander": "7.2.0", + "iconv-lite": "0.6.3", + "rw": "1.3.3" + }, + "transitive_closure": { + "commander": [ + "7.2.0" + ], + "d3-dsv": [ + "3.0.1" + ], + "iconv-lite": [ + "0.6.3" + ], + "rw": [ + "1.3.3" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__fill-range__7.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "fill-range", + "version": "7.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "to-regex-range": "5.0.1" + }, + "transitive_closure": { + "fill-range": [ + "7.0.1" + ], + "is-number": [ + "7.0.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__y-codemirror.next__0.3.3__-1253954444": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "y-codemirror.next", + "version": "0.3.3_-1253954444", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "y-codemirror.next" + ] + }, + "integrity": "sha512-rlL/Ax01Ul7W09L75tiV3R03+qJTYYfjy08AeiETtvFVFDUt+yNkvBvI50Kw3Z1Ypn1J+CEPTuFykHD0iwVo2Q==", + "url": "https://registry.npmjs.org/y-codemirror.next/-/y-codemirror.next-0.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__yauzl__2.10.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "yauzl", + "version": "2.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", + "url": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__verte-vue3__1.1.1__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "verte-vue3", + "version": "1.1.1_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "verte-vue3" + ] + }, + "integrity": "sha512-U8shxtA88VA7jh63CSOq+hGoh4LuGAd//nuYY0Mly5oFi0nWv8JtaBJlIpJ60rHE7YG/p1cotCCD6IpOUDheoQ==", + "url": "https://registry.npmjs.org/verte-vue3/-/verte-vue3-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__unique-string__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "unique-string", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "crypto-random-string": "2.0.0" + }, + "transitive_closure": { + "crypto-random-string": [ + "2.0.0" + ], + "unique-string": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__json-schema__0.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "json-schema", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "url": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__envinfo__7.12.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "envinfo", + "version": "7.12.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "envinfo": [ + "7.12.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__setprototypeof__1.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "setprototypeof", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "url": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__glob-parent__5.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "glob-parent", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-sdk_util-user-agent-browser__3.6.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@aws-sdk/util-user-agent-browser", + "version": "3.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KhJ4VED4QpuBVPXoTjb5LqspX1xHWJTuL8hbPrKfxj+cAaRRW2CNEe7PPy2CfuHtPzP3dU3urtGTachbwNb0jg==", + "url": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__untildify__4.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "untildify", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", + "url": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__compare-version__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "compare-version", + "version": "0.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "compare-version": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_linux-loong64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/linux-loong64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-loong64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__path-is-absolute__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "path-is-absolute", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-is-absolute": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__array.prototype.toreversed__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "array.prototype.toreversed", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "define-properties": "1.2.1", + "es-abstract": "1.23.3", + "es-shim-unscopables": "1.0.2" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.1" + ], + "array.prototype.toreversed": [ + "1.1.2" + ], + "arraybuffer.prototype.slice": [ + "1.0.3" + ], + "available-typed-arrays": [ + "1.0.7" + ], + "call-bind": [ + "1.0.7" + ], + "data-view-buffer": [ + "1.0.1" + ], + "data-view-byte-length": [ + "1.0.1" + ], + "data-view-byte-offset": [ + "1.0.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.23.3" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-object-atoms": [ + "1.0.0" + ], + "es-set-tostringtag": [ + "2.0.3" + ], + "es-shim-unscopables": [ + "1.0.2" + ], + "es-to-primitive": [ + "1.2.1" + ], + "for-each": [ + "0.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "function.prototype.name": [ + "1.1.6" + ], + "functions-have-names": [ + "1.2.3" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-symbol-description": [ + "1.0.2" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.3" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.2" + ], + "hasown": [ + "2.0.2" + ], + "internal-slot": [ + "1.0.7" + ], + "is-array-buffer": [ + "3.0.4" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-data-view": [ + "1.0.1" + ], + "is-date-object": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.3" + ], + "is-number-object": [ + "1.0.7" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.3" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "is-typed-array": [ + "1.1.13" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-inspect": [ + "1.13.1" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.5" + ], + "possible-typed-array-names": [ + "1.0.0" + ], + "regexp.prototype.flags": [ + "1.5.2" + ], + "safe-array-concat": [ + "1.1.2" + ], + "safe-regex-test": [ + "1.0.3" + ], + "set-function-length": [ + "1.2.2" + ], + "set-function-name": [ + "2.0.2" + ], + "side-channel": [ + "1.0.6" + ], + "string.prototype.trim": [ + "1.2.9" + ], + "string.prototype.trimend": [ + "1.0.8" + ], + "string.prototype.trimstart": [ + "1.0.8" + ], + "typed-array-buffer": [ + "1.0.2" + ], + "typed-array-byte-length": [ + "1.0.1" + ], + "typed-array-byte-offset": [ + "1.0.2" + ], + "typed-array-length": [ + "1.0.6" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_jridgewell_sourcemap-codec__1.4.15__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@jridgewell/sourcemap-codec", + "version": "1.4.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-syntax-private-property-in-object", + "version": "7.14.5_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__anser__1.4.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "anser", + "version": "1.4.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==", + "url": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__flow-enums-runtime__0.0.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "flow-enums-runtime", + "version": "0.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "flow-enums-runtime": [ + "0.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__registry-auth-token__4.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "registry-auth-token", + "version": "4.2.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "rc": "1.2.8" + }, + "transitive_closure": { + "deep-extend": [ + "0.6.0" + ], + "ini": [ + "1.3.8" + ], + "minimist": [ + "1.2.8" + ], + "rc": [ + "1.2.8" + ], + "registry-auth-token": [ + "4.2.2" + ], + "strip-json-comments": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__find-up__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "find-up", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "locate-path": "3.0.0" + }, + "transitive_closure": { + "find-up": [ + "3.0.0" + ], + "locate-path": [ + "3.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "3.0.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_node__20.12.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/node", + "version": "20.12.7", + "dev": false, + "root_package": "", + "link_packages": { + "app/gui2": [ + "@types/node" + ], + "app/ide-desktop/lib/dashboard": [ + "@types/node" + ] + }, + "deps": { + "undici-types": "5.26.5" + }, + "transitive_closure": { + "@types/node": [ + "20.12.7" + ], + "undici-types": [ + "5.26.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_data__3.11.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/data", + "version": "3.11.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yhK2upk2WbJeiLBRWHrh/4G2CvmmozCzoivLaRAPYu53m1J3MyzVGCLJgnZMbMZvAbNcYWZK6IzO6VqZ2y1fOw==", + "url": "https://registry.npmjs.org/@react-stately/data/-/data-3.11.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__qs__6.5.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "qs", + "version": "6.5.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", + "url": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__object.fromentries__2.0.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "object.fromentries", + "version": "2.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", + "url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ajv-keywords__3.5.2__ajv_6.12.6__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ajv-keywords", + "version": "3.5.2_ajv_6.12.6", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "6.12.6" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "punycode": [ + "2.3.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__async-limiter__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "async-limiter", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "async-limiter": [ + "1.0.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__deepmerge__4.3.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "deepmerge", + "version": "4.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "url": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pkg-types__1.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pkg-types", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==", + "url": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_grid__3.8.8__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/grid", + "version": "3.8.8_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/live-announcer": "3.3.2", + "@react-aria/selection": "3.17.5_react-dom_18.2.0__react_18.2.0", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/grid": "3.8.5_react_18.2.0", + "@react-stately/selection": "3.14.3_react_18.2.0", + "@react-stately/virtualizer": "3.6.8_react_18.2.0", + "@react-types/checkbox": "3.7.1_react_18.2.0", + "@react-types/grid": "3.2.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/grid": [ + "3.8.8_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/virtualizer": [ + "3.6.8_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@swc/helpers": [ + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__check-error__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "check-error", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-func-name": "2.0.2" + }, + "transitive_closure": { + "check-error": [ + "1.0.3" + ], + "get-func-name": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-stately_form__3.0.1__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/form", + "version": "3.0.1_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T1Ul2Ou0uE/S4ECLcGKa0OfXjffdjEHfUFZAk7OZl0Mqq/F7dl5WpoLWJ4d4IyvZzGO6anFNenP+vODWbrF3NA==", + "url": "https://registry.npmjs.org/@react-stately/form/-/form-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__is-generator-function__1.0.10": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-generator-function", + "version": "1.0.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "url": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_aws-crypto_sha256-js__1.2.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@aws-crypto/sha256-js", + "version": "1.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aws-crypto/util": "1.2.2", + "@aws-sdk/types": "3.6.1", + "tslib": "1.14.1" + }, + "transitive_closure": { + "@aws-crypto/sha256-js": [ + "1.2.2" + ], + "@aws-crypto/util": [ + "1.2.2" + ], + "@aws-sdk/types": [ + "3.6.1" + ], + "@aws-sdk/util-utf8-browser": [ + "3.259.0" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__responselike__2.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "responselike", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", + "url": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__lib0__0.2.93": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "lib0", + "version": "0.2.93", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "lib0" + ] + }, + "integrity": "sha512-M5IKsiFJYulS+8Eal8f+zAqf5ckm1vffW0fFDxfgxJ+uiVopvDdd3PxJmz0GsVi3YNO7QCFSq0nAsiDmNhLj9Q==", + "url": "https://registry.npmjs.org/lib0/-/lib0-0.2.93.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pngjs__3.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pngjs", + "version": "3.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==", + "url": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__type-fest__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "type-fest", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__array.prototype.toreversed__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "array.prototype.toreversed", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==", + "url": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__unique-string__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "unique-string", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "url": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__minimatch__9.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "minimatch", + "version": "9.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "brace-expansion": "2.0.1" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "minimatch": [ + "9.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-directory__0.3.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "is-directory", + "version": "0.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-directory": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__bser__2.1.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "bser", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "url": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_react-dom__18.0.3__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/react-dom", + "version": "18.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/react": "18.2.79" + }, + "transitive_closure": { + "@types/prop-types": [ + "15.7.12" + ], + "@types/react": [ + "18.2.79" + ], + "@types/react-dom": [ + "18.0.3" + ], + "csstype": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__utf8-byte-length__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "utf8-byte-length", + "version": "1.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "utf8-byte-length": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string-width__4.2.3": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string-width", + "version": "4.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "url": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__pathe__1.1.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pathe", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", + "url": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_types_babel__generator__7.6.8": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/babel__generator", + "version": "7.6.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "url": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_json-schema-tools_reference-resolver__1.2.5__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@json-schema-tools/reference-resolver", + "version": "1.2.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@json-schema-spec/json-pointer": "0.1.2", + "isomorphic-fetch": "3.0.0" + }, + "transitive_closure": { + "@json-schema-spec/json-pointer": [ + "0.1.2" + ], + "@json-schema-tools/reference-resolver": [ + "1.2.5" + ], + "isomorphic-fetch": [ + "3.0.0" + ], + "node-fetch": [ + "2.7.0" + ], + "tr46": [ + "0.0.3" + ], + "webidl-conversions": [ + "3.0.1" + ], + "whatwg-fetch": [ + "3.6.20" + ], + "whatwg-url": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_dnd__3.5.3__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/dnd", + "version": "3.5.3_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0gi6sRnr97fSQnGy+CMt+99/+vVqr+qv2T9Ts8X9TAzxHNokz5QfSL88QSlTU36EnAVLxPY18iZQWCExSjKpEQ==", + "url": "https://registry.npmjs.org/@react-aria/dnd/-/dnd-3.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_codemirror_lint__6.5.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@codemirror/lint", + "version": "6.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@codemirror/state": "6.4.1", + "@codemirror/view": "6.26.3", + "crelt": "1.0.6" + }, + "transitive_closure": { + "@codemirror/lint": [ + "6.5.0" + ], + "@codemirror/state": [ + "6.4.1" + ], + "@codemirror/view": [ + "6.26.3" + ], + "crelt": [ + "1.0.6" + ], + "style-mod": [ + "4.1.2" + ], + "w3c-keyname": [ + "2.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_esbuild_android-x64__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/android-x64", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/android-x64": [ + "0.20.2" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__mimic-response__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "mimic-response", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mimic-response": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_vitest_utils__1.5.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@vitest/utils", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==", + "url": "https://registry.npmjs.org/@vitest/utils/-/utils-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__mimic-response__3.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "mimic-response", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "url": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__astral-regex__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "astral-regex", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "astral-regex": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__esprima__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "esprima", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esprima": [ + "4.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-array__3.2.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@types/d3-array", + "version": "3.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==", + "url": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__detect-node__2.1.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "detect-node", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "url": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_netbsd-x64__0.19.12__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@esbuild/netbsd-x64", + "version": "0.19.12", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/netbsd-x64": [ + "0.19.12" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__abbrev__2.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "abbrev", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", + "url": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_vue_server-renderer__3.4.23__vue_3.4.23__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@vue/server-renderer", + "version": "3.4.23_vue_3.4.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-ssr": "3.4.23", + "@vue/shared": "3.4.23", + "vue": "3.4.23_typescript_5.2.2" + }, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@vue/compiler-core": [ + "3.4.23" + ], + "@vue/compiler-dom": [ + "3.4.23" + ], + "@vue/compiler-sfc": [ + "3.4.23" + ], + "@vue/compiler-ssr": [ + "3.4.23" + ], + "@vue/reactivity": [ + "3.4.23" + ], + "@vue/runtime-core": [ + "3.4.23" + ], + "@vue/runtime-dom": [ + "3.4.23" + ], + "@vue/server-renderer": [ + "3.4.23_vue_3.4.23" + ], + "@vue/shared": [ + "3.4.23" + ], + "csstype": [ + "3.1.3" + ], + "entities": [ + "4.5.0" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.10" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.38" + ], + "source-map-js": [ + "1.2.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "typescript": [ + "5.2.2" + ], + "vue": [ + "3.4.23_typescript_5.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__chromedriver__106.0.1": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "chromedriver", + "version": "106.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "chromedriver" + ] + }, + "integrity": "sha512-thaBvbDEPgGocSp4/SBIajQz3G7UQfUqCOHZBp9TVhRJv7c91eZrUGcjeJUaNF4p9CfSjCYNYzs4EVVryqmddA==", + "url": "https://registry.npmjs.org/chromedriver/-/chromedriver-106.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__ansi-styles__4.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "ansi-styles", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-types_dialog__3.5.8__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-types/dialog", + "version": "3.5.8_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-types/overlays": "3.8.5_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "react": "18.2.0" + }, + "transitive_closure": { + "@react-types/dialog": [ + "3.5.8_react_18.2.0" + ], + "@react-types/overlays": [ + "3.8.5_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__string.prototype.matchall__4.0.11": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "string.prototype.matchall", + "version": "4.0.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", + "url": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__rollup-pluginutils__2.8.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "rollup-pluginutils", + "version": "2.8.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "estree-walker": "0.6.1" + }, + "transitive_closure": { + "estree-walker": [ + "0.6.1" + ], + "rollup-pluginutils": [ + "2.8.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_react-aria_table__3.13.5__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/table", + "version": "3.13.5_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P2nHEDk2CCoEbMFKNCyBC9qvmv7F/IXARDt/7z/J4mKFgU2iNSK+/zw6yrb38q33Zlk8hDaqSYNxHlMrh+/1MQ==", + "url": "https://registry.npmjs.org/@react-aria/table/-/table-3.13.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__upper-case__2.0.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "upper-case", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==", + "url": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_tag__3.3.3__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-aria/tag", + "version": "3.3.3_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tlJD9qj1XcsPIZD7DVJ6tWv8t7Z87/8qkbRDx7ugNqeHso9z0WqH9ZkSt17OFUWE2IQIk3V8D3iBSOtmhXcZGQ==", + "url": "https://registry.npmjs.org/@react-aria/tag/-/tag-3.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_esbuild_openbsd-x64__0.20.2": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@esbuild/openbsd-x64", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==", + "url": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__markdown-it-attrs__4.1.6__markdown-it_12.3.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "markdown-it-attrs", + "version": "4.1.6_markdown-it_12.3.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "markdown-it": "12.3.2" + }, + "transitive_closure": { + "argparse": [ + "2.0.1" + ], + "entities": [ + "2.1.0" + ], + "linkify-it": [ + "3.0.3" + ], + "markdown-it": [ + "12.3.2" + ], + "markdown-it-attrs": [ + "4.1.6_markdown-it_12.3.2" + ], + "mdurl": [ + "1.0.1" + ], + "uc.micro": [ + "1.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__ci-info__3.9.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "ci-info", + "version": "3.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ci-info": [ + "3.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_plugin-syntax-typescript__7.24.1__at_babel_core_7.24.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@babel/plugin-syntax-typescript", + "version": "7.24.1_at_babel_core_7.24.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__abab__2.0.6": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "abab", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "url": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_sentry_types__7.111.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@sentry/types", + "version": "7.111.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oti4pgQ55+FBHKKcHGu51ZUxO1u52G5iVNK4mbtAN+5ArSCy/2s1H8IDJiOMswn3acfUnCR0oB/QsbEgAPZ26g==", + "url": "https://registry.npmjs.org/@sentry/types/-/types-7.111.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__strip-bom-string__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "strip-bom-string", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-bom-string": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__vue-react-wrapper__0.3.1__vue_3.4.23": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "vue-react-wrapper", + "version": "0.3.1_vue_3.4.23", + "root_package": "", + "link_workspace": "", + "link_packages": { + "app/gui2": [ + "vue-react-wrapper" + ] + }, + "integrity": "sha512-kvG3A+fua1GkSiwO24Dp/i67KTz1yTH55HjxVmfnKtVA91sWoAlx2MZ728ooV4PKDt7LCapyPdJesoylPmHkUg==", + "url": "https://registry.npmjs.org/vue-react-wrapper/-/vue-react-wrapper-0.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__electron-publish__22.14.13__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "electron-publish", + "version": "22.14.13", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/fs-extra": "9.0.13", + "builder-util": "22.14.13", + "builder-util-runtime": "8.9.2", + "chalk": "4.1.2", + "fs-extra": "10.1.0", + "lazy-val": "1.0.5", + "mime": "2.6.0" + }, + "transitive_closure": { + "7zip-bin": [ + "5.1.1" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "@types/debug": [ + "4.1.12" + ], + "@types/fs-extra": [ + "9.0.13" + ], + "@types/ms": [ + "0.7.34" + ], + "@types/node": [ + "20.12.7" + ], + "agent-base": [ + "6.0.2" + ], + "ansi-styles": [ + "4.3.0" + ], + "app-builder-bin": [ + "3.7.1" + ], + "argparse": [ + "2.0.1" + ], + "async-exit-hook": [ + "2.0.1" + ], + "bluebird": [ + "3.7.2" + ], + "bluebird-lst": [ + "1.0.9" + ], + "buffer-from": [ + "1.1.2" + ], + "builder-util": [ + "22.14.13" + ], + "builder-util-runtime": [ + "8.9.2" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.9.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "electron-publish": [ + "22.14.13" + ], + "fs-extra": [ + "10.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-flag": [ + "4.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-ci": [ + "3.0.1" + ], + "isexe": [ + "2.0.0" + ], + "js-yaml": [ + "4.1.0" + ], + "jsonfile": [ + "6.1.0" + ], + "lazy-val": [ + "1.0.5" + ], + "mime": [ + "2.6.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "sax": [ + "1.3.0" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "stat-mode": [ + "1.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "temp-file": [ + "3.4.0" + ], + "undici-types": [ + "5.26.5" + ], + "universalify": [ + "2.0.1" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_types_d3-interpolate__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@types/d3-interpolate", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/d3-color": "3.1.3" + }, + "transitive_closure": { + "@types/d3-color": [ + "3.1.3" + ], + "@types/d3-interpolate": [ + "3.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__prr__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "prr", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "prr": [ + "1.0.1" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__react-router-dom__6.22.3__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "react-router-dom", + "version": "6.22.3_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "app/ide-desktop/lib/dashboard": [ + "react-router-dom" + ] + }, + "deps": { + "@remix-run/router": "1.15.3", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0", + "react-router": "6.22.3_react_18.2.0" + }, + "transitive_closure": { + "@remix-run/router": [ + "1.15.3" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "react-router": [ + "6.22.3_react_18.2.0" + ], + "react-router-dom": [ + "6.22.3_react-dom_18.2.0__react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_preset-flow__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/preset-flow", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-plugin-utils": "7.24.0", + "@babel/helper-validator-option": "7.23.5", + "@babel/plugin-transform-flow-strip-types": "7.24.1_at_babel_core_7.24.4" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-syntax-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/preset-flow": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__default-browser-id__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "default-browser-id", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bplist-parser": "0.2.0", + "untildify": "4.0.0" + }, + "transitive_closure": { + "big-integer": [ + "1.6.52" + ], + "bplist-parser": [ + "0.2.0" + ], + "default-browser-id": [ + "3.0.0" + ], + "untildify": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-installed-globally__0.4.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-installed-globally", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", + "url": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-stately_radio__3.10.2__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "@react-stately/radio", + "version": "3.10.2_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JW5ZWiNMKcZvMTsuPeWJQLHXD5rlqy7Qk6fwUx/ZgeibvMBW/NnW19mm2+IMinzmbtERXvR6nsiA837qI+4dew==", + "url": "https://registry.npmjs.org/@react-stately/radio/-/radio-3.10.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_babel_plugin-transform-unicode-sets-regex__7.24.1__at_babel_core_7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/plugin-transform-unicode-sets-regex", + "version": "7.24.1_at_babel_core_7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.24.4", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.24.4", + "@babel/helper-plugin-utils": "7.24.0" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.24.2" + ], + "@babel/compat-data": [ + "7.24.4" + ], + "@babel/core": [ + "7.24.4" + ], + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.23.6" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.24.4" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.24.3" + ], + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.24.4" + ], + "@babel/helper-plugin-utils": [ + "7.24.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "@babel/helpers": [ + "7.24.4" + ], + "@babel/highlight": [ + "7.24.2" + ], + "@babel/parser": [ + "7.24.4" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.24.1_at_babel_core_7.24.4" + ], + "@babel/regjsgen": [ + "0.8.0" + ], + "@babel/template": [ + "7.24.0" + ], + "@babel/traverse": [ + "7.24.1" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "ansi-styles": [ + "3.2.1" + ], + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001611" + ], + "chalk": [ + "2.4.2" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "electron-to-chromium": [ + "1.4.742" + ], + "escalade": [ + "3.1.2" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "globals": [ + "11.12.0" + ], + "has-flag": [ + "3.0.0" + ], + "js-tokens": [ + "4.0.0" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "json5": [ + "2.2.3" + ], + "lru-cache": [ + "5.1.1" + ], + "ms": [ + "2.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "regenerate": [ + "1.4.2" + ], + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regexpu-core": [ + "5.3.2" + ], + "regjsparser": [ + "0.9.1" + ], + "semver": [ + "6.3.1" + ], + "supports-color": [ + "5.5.0" + ], + "to-fast-properties": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.23.0" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__deferred-leveldown__5.3.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "deferred-leveldown", + "version": "5.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw==", + "url": "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-5.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__read-config-file__6.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "read-config-file", + "version": "6.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "dotenv": "9.0.2", + "dotenv-expand": "5.1.0", + "js-yaml": "4.1.0", + "json5": "2.2.3", + "lazy-val": "1.0.5" + }, + "transitive_closure": { + "argparse": [ + "2.0.1" + ], + "dotenv": [ + "9.0.2" + ], + "dotenv-expand": [ + "5.1.0" + ], + "js-yaml": [ + "4.1.0" + ], + "json5": [ + "2.2.3" + ], + "lazy-val": [ + "1.0.5" + ], + "read-config-file": [ + "6.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__at_babel_generator__7.24.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@babel/generator", + "version": "7.24.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.24.0", + "@jridgewell/gen-mapping": "0.3.5", + "@jridgewell/trace-mapping": "0.3.25", + "jsesc": "2.5.2" + }, + "transitive_closure": { + "@babel/generator": [ + "7.24.4" + ], + "@babel/helper-string-parser": [ + "7.24.1" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@babel/types": [ + "7.24.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.5" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.2.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.25" + ], + "jsesc": [ + "2.5.2" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__imurmurhash__0.1.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "imurmurhash", + "version": "0.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "url": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__at_react-aria_table__3.13.5__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "@react-aria/table", + "version": "3.13.5_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@react-aria/focus": "3.16.2_react_18.2.0", + "@react-aria/grid": "3.8.8_react-dom_18.2.0__react_18.2.0", + "@react-aria/i18n": "3.10.2_react_18.2.0", + "@react-aria/interactions": "3.21.1_react_18.2.0", + "@react-aria/live-announcer": "3.3.2", + "@react-aria/utils": "3.23.2_react_18.2.0", + "@react-aria/visually-hidden": "3.8.10_react_18.2.0", + "@react-stately/collections": "3.10.5_react_18.2.0", + "@react-stately/flags": "3.0.1", + "@react-stately/table": "3.11.6_react_18.2.0", + "@react-stately/virtualizer": "3.6.8_react_18.2.0", + "@react-types/checkbox": "3.7.1_react_18.2.0", + "@react-types/grid": "3.2.4_react_18.2.0", + "@react-types/shared": "3.22.1_react_18.2.0", + "@react-types/table": "3.9.3_react_18.2.0", + "@swc/helpers": "0.5.10", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@formatjs/ecma402-abstract": [ + "1.18.2" + ], + "@formatjs/fast-memoize": [ + "2.2.0" + ], + "@formatjs/icu-messageformat-parser": [ + "2.7.6" + ], + "@formatjs/icu-skeleton-parser": [ + "1.8.0" + ], + "@formatjs/intl-localematcher": [ + "0.5.4" + ], + "@internationalized/date": [ + "3.5.2" + ], + "@internationalized/message": [ + "3.1.2" + ], + "@internationalized/number": [ + "3.5.1" + ], + "@internationalized/string": [ + "3.2.1" + ], + "@react-aria/focus": [ + "3.16.2_react_18.2.0" + ], + "@react-aria/grid": [ + "3.8.8_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/i18n": [ + "3.10.2_react_18.2.0" + ], + "@react-aria/interactions": [ + "3.21.1_react_18.2.0" + ], + "@react-aria/live-announcer": [ + "3.3.2" + ], + "@react-aria/selection": [ + "3.17.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/ssr": [ + "3.9.2_react_18.2.0" + ], + "@react-aria/table": [ + "3.13.5_react-dom_18.2.0__react_18.2.0" + ], + "@react-aria/utils": [ + "3.23.2_react_18.2.0" + ], + "@react-aria/visually-hidden": [ + "3.8.10_react_18.2.0" + ], + "@react-stately/collections": [ + "3.10.5_react_18.2.0" + ], + "@react-stately/flags": [ + "3.0.1" + ], + "@react-stately/grid": [ + "3.8.5_react_18.2.0" + ], + "@react-stately/selection": [ + "3.14.3_react_18.2.0" + ], + "@react-stately/table": [ + "3.11.6_react_18.2.0" + ], + "@react-stately/utils": [ + "3.9.1_react_18.2.0" + ], + "@react-stately/virtualizer": [ + "3.6.8_react_18.2.0" + ], + "@react-types/checkbox": [ + "3.7.1_react_18.2.0" + ], + "@react-types/grid": [ + "3.2.4_react_18.2.0" + ], + "@react-types/shared": [ + "3.22.1_react_18.2.0" + ], + "@react-types/table": [ + "3.9.3_react_18.2.0" + ], + "@swc/helpers": [ + "0.4.14", + "0.4.36", + "0.5.10" + ], + "clsx": [ + "2.1.0" + ], + "intl-messageformat": [ + "10.5.11" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__filelist__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "filelist", + "version": "1.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "minimatch": "5.1.6" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "filelist": [ + "1.0.4" + ], + "minimatch": [ + "5.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__is-docker__3.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "is-docker", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "url": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__debug__3.2.7__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "debug", + "version": "3.2.7", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "ms": "2.1.3" + }, + "transitive_closure": { + "debug": [ + "3.2.7" + ], + "ms": [ + "2.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__semver-compare__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "semver-compare", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==", + "url": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__shebang-regex__1.0.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "shebang-regex", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "url": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__symbol-tree__3.2.4": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "symbol-tree", + "version": "3.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "url": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + }, + "npm__d3-scale-chromatic__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "d3-scale-chromatic", + "version": "3.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "d3-color": "3.1.0", + "d3-interpolate": "3.0.1" + }, + "transitive_closure": { + "d3-color": [ + "3.1.0" + ], + "d3-interpolate": [ + "3.0.1" + ], + "d3-scale-chromatic": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__resize-img__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "resize-img", + "version": "1.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "bmp-js": "0.0.1", + "file-type": "3.9.0", + "get-stream": "2.3.1", + "jimp": "0.2.28", + "jpeg-js": "0.1.2", + "parse-png": "1.1.2" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "asn1": [ + "0.2.6" + ], + "assert-plus": [ + "1.0.0" + ], + "asynckit": [ + "0.4.0" + ], + "aws-sign2": [ + "0.7.0" + ], + "aws4": [ + "1.12.0" + ], + "bcrypt-pbkdf": [ + "1.0.2" + ], + "bignumber.js": [ + "2.4.0" + ], + "bmp-js": [ + "0.0.1", + "0.0.3" + ], + "buffer-equal": [ + "0.0.1" + ], + "caseless": [ + "0.12.0" + ], + "combined-stream": [ + "1.0.8" + ], + "core-util-is": [ + "1.0.2" + ], + "dashdash": [ + "1.14.1" + ], + "delayed-stream": [ + "1.0.0" + ], + "dom-walk": [ + "0.1.2" + ], + "ecc-jsbn": [ + "0.1.2" + ], + "es6-promise": [ + "3.3.1" + ], + "exif-parser": [ + "0.1.12" + ], + "extend": [ + "3.0.2" + ], + "extsprintf": [ + "1.3.0", + "1.4.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "file-type": [ + "3.9.0" + ], + "forever-agent": [ + "0.6.1" + ], + "form-data": [ + "2.3.3" + ], + "get-stream": [ + "2.3.1" + ], + "getpass": [ + "0.1.7" + ], + "global": [ + "4.4.0" + ], + "har-schema": [ + "2.0.0" + ], + "har-validator": [ + "5.1.5" + ], + "http-signature": [ + "1.2.0" + ], + "ip-regex": [ + "1.0.3" + ], + "is-function": [ + "1.0.2" + ], + "is-typedarray": [ + "1.0.0" + ], + "isstream": [ + "0.1.2" + ], + "jimp": [ + "0.2.28" + ], + "jpeg-js": [ + "0.1.2", + "0.2.0" + ], + "jsbn": [ + "0.1.1" + ], + "json-schema": [ + "0.4.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "jsprim": [ + "1.4.2" + ], + "load-bmfont": [ + "1.4.1" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "min-document": [ + "2.19.0" + ], + "minimist": [ + "0.0.8" + ], + "mkdirp": [ + "0.5.1" + ], + "oauth-sign": [ + "0.9.0" + ], + "object-assign": [ + "4.1.1" + ], + "parse-bmfont-ascii": [ + "1.0.6" + ], + "parse-bmfont-binary": [ + "1.0.6" + ], + "parse-bmfont-xml": [ + "1.1.6" + ], + "parse-headers": [ + "2.0.5" + ], + "parse-png": [ + "1.1.2" + ], + "performance-now": [ + "2.1.0" + ], + "phin": [ + "2.9.3" + ], + "pinkie": [ + "2.0.4" + ], + "pinkie-promise": [ + "2.0.1" + ], + "pixelmatch": [ + "4.0.2" + ], + "pngjs": [ + "3.4.0" + ], + "process": [ + "0.11.10" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.5.3" + ], + "read-chunk": [ + "1.0.1" + ], + "request": [ + "2.88.2" + ], + "resize-img": [ + "1.1.2" + ], + "safe-buffer": [ + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "sax": [ + "1.3.0" + ], + "sshpk": [ + "1.18.0" + ], + "stream-to": [ + "0.2.2" + ], + "stream-to-buffer": [ + "0.1.0" + ], + "tinycolor2": [ + "1.6.0" + ], + "tough-cookie": [ + "2.5.0" + ], + "tunnel-agent": [ + "0.6.0" + ], + "tweetnacl": [ + "0.14.5" + ], + "uri-js": [ + "4.4.1" + ], + "url-regex": [ + "3.2.0" + ], + "uuid": [ + "3.4.0" + ], + "verror": [ + "1.10.0" + ], + "xhr": [ + "2.6.0" + ], + "xml-parse-from-string": [ + "1.0.1" + ], + "xml2js": [ + "0.5.0" + ], + "xmlbuilder": [ + "11.0.1" + ], + "xtend": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "npm__tinycolor2__1.6.0": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "tinycolor2", + "version": "1.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==", + "url": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false, + "extract_full_archive": false + } + } + }, + "moduleExtensionMetadata": { + "useAllRepos": "NO", + "reproducible": false + }, + "recordedRepoMappingEntries": [ + [ + "aspect_bazel_lib~", + "bazel_skylib", + "bazel_skylib~" + ], + [ + "aspect_bazel_lib~", + "bazel_tools", + "bazel_tools" + ], + [ + "aspect_rules_js~", + "aspect_bazel_lib", + "aspect_bazel_lib~" + ], + [ + "aspect_rules_js~", + "bazel_features", + "bazel_features~" + ], + [ + "aspect_rules_js~", + "bazel_skylib", + "bazel_skylib~" + ], + [ + "aspect_rules_js~", + "bazel_tools", + "bazel_tools" + ], + [ + "aspect_rules_js~", + "yq_windows_amd64", + "aspect_bazel_lib~~toolchains~yq_windows_amd64" + ], + [ + "bazel_features~", + "bazel_features_globals", + "bazel_features~~version_extension~bazel_features_globals" + ], + [ + "bazel_features~", + "bazel_features_version", + "bazel_features~~version_extension~bazel_features_version" + ], + [ + "bazel_features~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@aspect_rules_js~//npm:extensions.bzl%pnpm": { + "general": { + "bzlTransitiveDigest": "CLutgQe8Y2mYBlQ7PUms3CXJlJ4AKaYNwa+CZeNqEug=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "pnpm__links": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "package": "pnpm", + "version": "8.6.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": {}, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "lifecycle_hooks_use_default_shell_env": false, + "bins": {}, + "package_visibility": [ + "//visibility:public" + ], + "replace_package": "" + } + }, + "pnpm": { + "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "package": "pnpm", + "version": "8.6.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vRIWpD/L4phf9Bk2o/O2TDR8fFoJnpYrp2TKqTIZF/qZ2/rgL3qKXzHofHgbXsinwMoSEigz28sqk3pQ+yMEQQ==", + "url": "", + "commit": "", + "patch_args": [ + "-p0" + ], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "load(\"@aspect_rules_js//js:defs.bzl\", \"js_binary\")\njs_binary(name = \"pnpm\", data = glob([\"package/**\"]), entry_point = \"package/dist/pnpm.cjs\", visibility = [\"//visibility:public\"])", + "generate_bzl_library_targets": false, + "extract_full_archive": true + } + } + }, + "recordedRepoMappingEntries": [ + [ + "aspect_bazel_lib~", + "bazel_skylib", + "bazel_skylib~" + ], + [ + "aspect_bazel_lib~", + "bazel_tools", + "bazel_tools" + ], + [ + "aspect_rules_js~", + "aspect_bazel_lib", + "aspect_bazel_lib~" + ], + [ + "aspect_rules_js~", + "bazel_features", + "bazel_features~" + ], + [ + "aspect_rules_js~", + "bazel_skylib", + "bazel_skylib~" + ], + [ + "aspect_rules_js~", + "bazel_tools", + "bazel_tools" + ], + [ + "bazel_features~", + "bazel_features_globals", + "bazel_features~~version_extension~bazel_features_globals" + ], + [ + "bazel_features~", + "bazel_features_version", + "bazel_features~~version_extension~bazel_features_version" + ], + [ + "bazel_features~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@bazel_features~//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "3FcE0iMy2yYKEbEO19f72k9dzcpRUXHH+igow5yVy8g=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": {} + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + }, + "recordedRepoMappingEntries": [ + [ + "bazel_features~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@bazel_tools//tools/android:android_extensions.bzl%remote_android_tools_extensions": { + "general": { + "bzlTransitiveDigest": "S0n86BFe4SJ3lRaZiRA5D46oH52UO2hP1T50t/zldOw=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "android_tools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "2b661a761a735b41c41b3a78089f4fc1982626c76ddb944604ae3ff8c545d3c2", + "url": "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.30.0.tar" + } + }, + "android_gmaven_r8": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_jar", + "attributes": { + "sha256": "57a696749695a09381a87bc2f08c3a8ed06a717a5caa3ef878a3077e0d3af19d", + "url": "https://maven.google.com/com/android/tools/r8/8.1.56/r8-8.1.56.jar" + } + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { + "general": { + "bzlTransitiveDigest": "PHpT2yqMGms2U4L3E/aZ+WcQalmZWm+ILdP3yiLsDhA=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_cc": { + "bzlFile": "@@bazel_tools//tools/cpp:cc_configure.bzl", + "ruleClassName": "cc_autoconf", + "attributes": {} + }, + "local_config_cc_toolchains": { + "bzlFile": "@@bazel_tools//tools/cpp:cc_configure.bzl", + "ruleClassName": "cc_autoconf_toolchains", + "attributes": {} + } + }, + "recordedRepoMappingEntries": [ + [ + "bazel_tools", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@bazel_tools//tools/osx:xcode_configure.bzl%xcode_configure_extension": { + "general": { + "bzlTransitiveDigest": "Qh2bWTU6QW6wkrd87qrU4YeY+SG37Nvw3A0PR4Y0L2Y=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_xcode": { + "bzlFile": "@@bazel_tools//tools/osx:xcode_configure.bzl", + "ruleClassName": "xcode_autoconf", + "attributes": { + "xcode_locator": "@bazel_tools//tools/osx:xcode_locator.m", + "remote_xcode": "" + } + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@bazel_tools//tools/sh:sh_configure.bzl%sh_configure_extension": { + "general": { + "bzlTransitiveDigest": "hp4NgmNjEg5+xgvzfh6L83bt9/aiiWETuNpwNuF1MSU=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_sh": { + "bzlFile": "@@bazel_tools//tools/sh:sh_configure.bzl", + "ruleClassName": "sh_config", + "attributes": {} + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@bazel_tools//tools/test:extensions.bzl%remote_coverage_tools_extension": { + "general": { + "bzlTransitiveDigest": "l5mcjH2gWmbmIycx97bzI2stD0Q0M5gpDc0aLOHKIm8=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "remote_coverage_tools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "7006375f6756819b7013ca875eab70a541cf7d89142d9c511ed78ea4fefa38af", + "urls": [ + "https://mirror.bazel.build/bazel_coverage_output_generator/releases/coverage_output_generator-v2.6.zip" + ] + } + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@buildozer~//:buildozer_binary.bzl%buildozer_binary": { + "general": { + "bzlTransitiveDigest": "EleDU/FQ1+e/RgkW3aIDmdaxZEthvoWQhsqFTxiSgMI=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "buildozer_binary": { + "bzlFile": "@@buildozer~//private:buildozer_binary.bzl", + "ruleClassName": "_buildozer_binary_repo", + "attributes": { + "sha256": { + "darwin-amd64": "d29e347ecd6b5673d72cb1a8de05bf1b06178dd229ff5eb67fad5100c840cc8e", + "darwin-arm64": "9b9e71bdbec5e7223871e913b65d12f6d8fa026684daf991f00e52ed36a6978d", + "linux-amd64": "8dfd6345da4e9042daa738d7fdf34f699c5dfce4632f7207956fceedd8494119", + "linux-arm64": "6559558fded658c8fa7432a9d011f7c4dcbac6b738feae73d2d5c352e5f605fa", + "windows-amd64": "e7f05bf847f7c3689dd28926460ce6e1097ae97380ac8e6ae7147b7b706ba19b" + }, + "version": "6.4.0" + } + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@gazelle~//:extensions.bzl%go_deps": { + "general": { + "bzlTransitiveDigest": "V0I2A6HQbPqRuhGhygxjQV47OuSSxVaAXG5m+/637Zw=", + "recordedFileInputs": { + "@@rules_go~//go.mod": "a7143f329c2a3e0b983ce74a96c0c25b0d0c59d236d75f7e1b069aadd988d55e", + "@@gazelle~//go.sum": "c9624aa41e5ffd61a8581d57a3c4046e62b46630dddc8b191e65017f34ff12a5", + "@@rules_go~//go.sum": "022d36c9ebcc7b5dee1e9b85b3da9c9f3a529ee6f979946d66e4955b8d54614a", + "@@gazelle~//go.mod": "5346019bf0673364b383d56ffbc9fced98b7b4ee921e865dfe905a1ebe82d326" + }, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "com_github_fsnotify_fsnotify": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/fsnotify/fsnotify", + "sum": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", + "replace": "", + "version": "v1.6.0", + "build_directives": [] + } + }, + "org_golang_x_text": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "golang.org/x/text", + "sum": "h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=", + "replace": "", + "version": "v0.3.3", + "build_directives": [] + } + }, + "org_golang_google_protobuf": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "google.golang.org/protobuf", + "sum": "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", + "replace": "", + "version": "v1.28.0", + "build_directives": [] + } + }, + "com_github_bmatcuk_doublestar_v4": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/bmatcuk/doublestar/v4", + "sum": "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", + "replace": "", + "version": "v4.6.0", + "build_directives": [] + } + }, + "com_github_pmezard_go_difflib": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/pmezard/go-difflib", + "sum": "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", + "replace": "", + "version": "v1.0.0", + "build_directives": [] + } + }, + "org_golang_x_mod": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "golang.org/x/mod", + "sum": "h1:KENHtAZL2y3NLMYZeHY9DW8HW8V+kQyJsY/V9JlKvCs=", + "replace": "", + "version": "v0.9.0", + "build_directives": [] + } + }, + "org_golang_x_tools": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "golang.org/x/tools", + "sum": "h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4=", + "replace": "", + "version": "v0.7.0", + "build_directives": [] + } + }, + "org_golang_x_net": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "golang.org/x/net", + "sum": "h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0=", + "replace": "", + "version": "v0.0.0-20210405180319-a5a99cb37ef4", + "build_directives": [] + } + }, + "com_github_bazelbuild_buildtools": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/bazelbuild/buildtools", + "sum": "h1:XmPu4mXICgdGnC5dXGjUGbwUD/kUmS0l5Aop3LaevBM=", + "replace": "", + "version": "v0.0.0-20230317132445-9c3c1fc0106e", + "build_directives": [] + } + }, + "org_golang_google_genproto": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "google.golang.org/genproto", + "sum": "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", + "replace": "", + "version": "v0.0.0-20200526211855-cb27e3aa2013", + "build_directives": [] + } + }, + "com_github_gogo_protobuf": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/gogo/protobuf", + "sum": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", + "replace": "", + "version": "v1.3.2", + "build_directives": [ + "gazelle:proto disable" + ] + } + }, + "com_github_pelletier_go_toml": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/pelletier/go-toml", + "sum": "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=", + "replace": "", + "version": "v1.9.5", + "build_directives": [] + } + }, + "com_github_golang_protobuf": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/golang/protobuf", + "sum": "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", + "replace": "", + "version": "v1.5.2", + "build_directives": [] + } + }, + "com_github_golang_mock": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/golang/mock", + "sum": "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + "replace": "", + "version": "v1.6.0", + "build_directives": [] + } + }, + "org_golang_x_sync": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "golang.org/x/sync", + "sum": "h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=", + "replace": "", + "version": "v0.1.0", + "build_directives": [] + } + }, + "bazel_gazelle_go_repository_config": { + "bzlFile": "@@gazelle~//internal/bzlmod:go_deps.bzl", + "ruleClassName": "_go_repository_config", + "attributes": { + "importpaths": { + "com_github_gogo_protobuf": "github.com/gogo/protobuf", + "com_github_golang_mock": "github.com/golang/mock", + "com_github_golang_protobuf": "github.com/golang/protobuf", + "org_golang_google_protobuf": "google.golang.org/protobuf", + "org_golang_x_net": "golang.org/x/net", + "org_golang_x_sys": "golang.org/x/sys", + "org_golang_x_text": "golang.org/x/text", + "org_golang_google_genproto": "google.golang.org/genproto", + "org_golang_google_grpc": "google.golang.org/grpc", + "com_github_bazelbuild_buildtools": "github.com/bazelbuild/buildtools", + "com_github_bmatcuk_doublestar_v4": "github.com/bmatcuk/doublestar/v4", + "com_github_fsnotify_fsnotify": "github.com/fsnotify/fsnotify", + "com_github_google_go_cmp": "github.com/google/go-cmp", + "com_github_pelletier_go_toml": "github.com/pelletier/go-toml", + "com_github_pmezard_go_difflib": "github.com/pmezard/go-difflib", + "org_golang_x_mod": "golang.org/x/mod", + "org_golang_x_sync": "golang.org/x/sync", + "org_golang_x_tools": "golang.org/x/tools" + }, + "build_naming_conventions": {} + } + }, + "org_golang_google_grpc": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "google.golang.org/grpc", + "sum": "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", + "replace": "", + "version": "v1.50.0", + "build_directives": [ + "gazelle:proto disable" + ] + } + }, + "org_golang_x_sys": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "golang.org/x/sys", + "sum": "h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=", + "replace": "", + "version": "v0.6.0", + "build_directives": [] + } + }, + "com_github_google_go_cmp": { + "bzlFile": "@@gazelle~//internal:go_repository.bzl", + "ruleClassName": "go_repository", + "attributes": { + "importpath": "github.com/google/go-cmp", + "sum": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", + "replace": "", + "version": "v0.5.9", + "build_directives": [] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "gazelle~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@gazelle~//internal/bzlmod:non_module_deps.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "30wev+wJfzc4s72MCfbP9U8W+3Js2b+Xbo5ofgZbHw8=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_gazelle_go_repository_tools": { + "bzlFile": "@@gazelle~//internal:go_repository_tools.bzl", + "ruleClassName": "go_repository_tools", + "attributes": { + "go_cache": "@@gazelle~~non_module_deps~bazel_gazelle_go_repository_cache//:go.env" + } + }, + "bazel_gazelle_go_repository_cache": { + "bzlFile": "@@gazelle~//internal:go_repository_cache.bzl", + "ruleClassName": "go_repository_cache", + "attributes": { + "go_sdk_name": "go_default_sdk", + "go_env": {} + } + } + }, + "recordedRepoMappingEntries": [ + [ + "gazelle~", + "bazel_gazelle_go_repository_cache", + "gazelle~~non_module_deps~bazel_gazelle_go_repository_cache" + ] + ] + } + }, + "@@rules_buf~//buf:extensions.bzl%ext": { + "general": { + "bzlTransitiveDigest": "g+jMGdq+n4/yJrpHH5E0NFOhJJ1qUGT36b/kwcBonsU=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "rules_buf_toolchains": { + "bzlFile": "@@rules_buf~//buf/internal:toolchain.bzl", + "ruleClassName": "buf_download_releases", + "attributes": { + "version": "v1.27.0" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_buf~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_go~//go:extensions.bzl%go_sdk": { + "general": { + "bzlTransitiveDigest": "k4MEsADgBfRC+sbMqB3lZL0JpdsCxlwSYO+z9zn9Y80=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "go_default_sdk": { + "bzlFile": "@@rules_go~//go/private:sdk.bzl", + "ruleClassName": "go_download_sdk_rule", + "attributes": { + "goos": "", + "goarch": "", + "sdks": {}, + "urls": [ + "https://dl.google.com/go/{}" + ], + "version": "1.19.8" + } + }, + "go_toolchains": { + "bzlFile": "@@rules_go~//go/private:sdk.bzl", + "ruleClassName": "go_multiple_toolchains", + "attributes": { + "prefixes": [ + "_0000_go_default_sdk_" + ], + "geese": [ + "" + ], + "goarchs": [ + "" + ], + "sdk_repos": [ + "go_default_sdk" + ], + "sdk_types": [ + "remote" + ], + "sdk_versions": [ + "1.19.8" + ] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_go~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_go~//go/private:extensions.bzl%non_module_dependencies": { + "general": { + "bzlTransitiveDigest": "n/KyfNdKeML6sHRHvHLrPCzPU5vSJfn9Z5b0n2xjRbQ=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "org_golang_x_xerrors": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip", + "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" + ], + "sha256": "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634", + "strip_prefix": "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4", + "patches": [ + "@@rules_go~//third_party:org_golang_x_xerrors-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + }, + "gogo_special_proto": { + "bzlFile": "@@rules_go~//proto:gogo.bzl", + "ruleClassName": "gogo_special_proto", + "attributes": {} + }, + "org_golang_google_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801", + "urls": [ + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip", + "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip" + ], + "strip_prefix": "protobuf-go-1.30.0", + "patches": [ + "@@rules_go~//third_party:org_golang_google_protobuf-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + }, + "com_github_mwitkow_go_proto_validators": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip", + "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" + ], + "sha256": "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142", + "strip_prefix": "go-proto-validators-0.3.2" + } + }, + "org_golang_x_tools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip", + "https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip" + ], + "sha256": "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b", + "strip_prefix": "tools-0.7.0", + "patches": [ + "@@rules_go~//third_party:org_golang_x_tools-deletegopls.patch", + "@@rules_go~//third_party:org_golang_x_tools-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + }, + "go_googleapis": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/googleapis/googleapis/archive/83c3605afb5a39952bf0a0809875d41cf2a558ca.zip", + "https://github.com/googleapis/googleapis/archive/83c3605afb5a39952bf0a0809875d41cf2a558ca.zip" + ], + "sha256": "ba694861340e792fd31cb77274eacaf6e4ca8bda97707898f41d8bebfd8a4984", + "strip_prefix": "googleapis-83c3605afb5a39952bf0a0809875d41cf2a558ca", + "patches": [ + "@@rules_go~//third_party:go_googleapis-deletebuild.patch", + "@@rules_go~//third_party:go_googleapis-directives.patch", + "@@rules_go~//third_party:go_googleapis-gazelle.patch" + ], + "patch_args": [ + "-E", + "-p1" + ] + } + }, + "org_golang_google_genproto": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/6ac7f18bb9d5eeeb13a9f1ae4f21e4374a1952f8.zip", + "https://github.com/googleapis/go-genproto/archive/6ac7f18bb9d5eeeb13a9f1ae4f21e4374a1952f8.zip" + ], + "sha256": "3470e7a89b24971b20c4bb8900a668df25279e4b741f72bc09418c1f22543215", + "strip_prefix": "go-genproto-6ac7f18bb9d5eeeb13a9f1ae4f21e4374a1952f8", + "patches": [ + "@@rules_go~//third_party:org_golang_google_genproto-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + }, + "bazel_skylib": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz" + ], + "sha256": "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7", + "strip_prefix": "" + } + }, + "com_github_gogo_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip", + "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" + ], + "sha256": "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c", + "strip_prefix": "protobuf-1.3.2", + "patches": [ + "@@rules_go~//third_party:com_github_gogo_protobuf-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + }, + "com_github_golang_protobuf": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip", + "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" + ], + "sha256": "2dced4544ae5372281e20f1e48ca76368355a01b31353724718c4d6e3dcbb430", + "strip_prefix": "protobuf-1.5.3", + "patches": [ + "@@rules_go~//third_party:com_github_golang_protobuf-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + }, + "io_bazel_rules_nogo": { + "bzlFile": "@@rules_go~//go/private:nogo.bzl", + "ruleClassName": "go_register_nogo", + "attributes": { + "nogo": "@io_bazel_rules_go//:default_nogo" + } + }, + "com_github_golang_mock": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip", + "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" + ], + "patches": [ + "@@rules_go~//third_party:com_github_golang_mock-gazelle.patch" + ], + "patch_args": [ + "-p1" + ], + "sha256": "5359c78b0c1649cf7beb3b48ff8b1d1aaf0243b22ea4789aba94805280075d8e", + "strip_prefix": "mock-1.7.0-rc.1" + } + }, + "org_golang_x_sys": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "urls": [ + "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.6.0.zip", + "https://github.com/golang/sys/archive/refs/tags/v0.6.0.zip" + ], + "sha256": "7f2399398b2eb4f1f495cc754d6353566e0ad934ee0eb46505e55162e0def56d", + "strip_prefix": "sys-0.6.0", + "patches": [ + "@@rules_go~//third_party:org_golang_x_sys-gazelle.patch" + ], + "patch_args": [ + "-p1" + ] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_go~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_java~//java:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "tJHbmWnq7m+9eUBnUdv7jZziQ26FmcGL9C5/hU3Q9UQ=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "remotejdk21_linux_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\n" + } + }, + "remotejdk17_linux_s390x_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\n" + } + }, + "remotejdk17_macos_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\n" + } + }, + "remotejdk21_macos_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\n" + } + }, + "remotejdk17_linux_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\n" + } + }, + "remotejdk21_macos_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", + "sha256": "e8260516de8b60661422a725f1df2c36ef888f6fb35393566b00e7325db3d04e", + "strip_prefix": "zulu21.32.17-ca-jdk21.0.2-macosx_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-macosx_aarch64.tar.gz" + ] + } + }, + "remotejdk17_linux_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\n" + } + }, + "remotejdk17_macos_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "314b04568ec0ae9b36ba03c9cbd42adc9e1265f74678923b19297d66eb84dcca", + "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz" + ] + } + }, + "remote_java_tools_windows": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "fe2f88169696d6c6fc6e90ba61bb46be7d0ae3693cbafdf336041bf56679e8d1", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.4/java_tools_windows-v13.4.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.4/java_tools_windows-v13.4.zip" + ] + } + }, + "remotejdk11_win": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "43408193ce2fa0862819495b5ae8541085b95660153f2adcf91a52d3a1710e83", + "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-win_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-win_x64.zip", + "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-win_x64.zip" + ] + } + }, + "remotejdk11_win_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\n" + } + }, + "remotejdk11_linux_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "54174439f2b3fddd11f1048c397fe7bb45d4c9d66d452d6889b013d04d21c4de", + "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-linux_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_aarch64.tar.gz" + ] + } + }, + "remotejdk17_linux": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "b9482f2304a1a68a614dfacddcf29569a72f0fac32e6c74f83dc1b9a157b8340", + "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-linux_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_x64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_x64.tar.gz" + ] + } + }, + "remotejdk11_linux_s390x_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_s390x//:jdk\",\n)\n" + } + }, + "remotejdk11_linux_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux//:jdk\",\n)\n" + } + }, + "remotejdk11_macos": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "bcaab11cfe586fae7583c6d9d311c64384354fb2638eb9a012eca4c3f1a1d9fd", + "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-macosx_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_x64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_x64.tar.gz" + ] + } + }, + "remotejdk11_win_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "b8a28e6e767d90acf793ea6f5bed0bb595ba0ba5ebdf8b99f395266161e53ec2", + "strip_prefix": "jdk-11.0.13+8", + "urls": [ + "https://mirror.bazel.build/aka.ms/download-jdk/microsoft-jdk-11.0.13.8.1-windows-aarch64.zip" + ] + } + }, + "remotejdk17_macos": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "640453e8afe8ffe0fb4dceb4535fb50db9c283c64665eebb0ba68b19e65f4b1f", + "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_x64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_x64.tar.gz" + ] + } + }, + "remotejdk21_macos": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", + "sha256": "3ad8fe288eb57d975c2786ae453a036aa46e47ab2ac3d81538ebae2a54d3c025", + "strip_prefix": "zulu21.32.17-ca-jdk21.0.2-macosx_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-macosx_x64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-macosx_x64.tar.gz" + ] + } + }, + "remotejdk21_macos_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos//:jdk\",\n)\n" + } + }, + "remotejdk17_macos_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos_aarch64//:jdk\",\n)\n" + } + }, + "remotejdk17_win": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "192f2afca57701de6ec496234f7e45d971bf623ff66b8ee4a5c81582054e5637", + "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-win_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip", + "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip" + ] + } + }, + "remotejdk11_macos_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos_aarch64//:jdk\",\n)\n" + } + }, + "remotejdk11_linux_ppc64le_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_ppc64le//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_ppc64le//:jdk\",\n)\n" + } + }, + "remotejdk21_linux": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", + "sha256": "5ad730fbee6bb49bfff10bf39e84392e728d89103d3474a7e5def0fd134b300a", + "strip_prefix": "zulu21.32.17-ca-jdk21.0.2-linux_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-linux_x64.tar.gz" + ] + } + }, + "remote_java_tools_linux": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "ba10f09a138cf185d04cbc807d67a3da42ab13d618c5d1ce20d776e199c33a39", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.4/java_tools_linux-v13.4.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.4/java_tools_linux-v13.4.zip" + ] + } + }, + "remotejdk21_win": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", + "sha256": "f7cc15ca17295e69c907402dfe8db240db446e75d3b150da7bf67243cded93de", + "strip_prefix": "zulu21.32.17-ca-jdk21.0.2-win_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-win_x64.zip", + "https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-win_x64.zip" + ] + } + }, + "remotejdk21_linux_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", + "sha256": "ce7df1af5d44a9f455617c4b8891443fbe3e4b269c777d8b82ed66f77167cfe0", + "strip_prefix": "zulu21.32.17-ca-jdk21.0.2-linux_aarch64", + "urls": [ + "https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-linux_aarch64.tar.gz", + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.32.17-ca-jdk21.0.2-linux_aarch64.tar.gz" + ] + } + }, + "remotejdk11_linux_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_aarch64//:jdk\",\n)\n" + } + }, + "remotejdk11_linux_s390x": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "a58fc0361966af0a5d5a31a2d8a208e3c9bb0f54f345596fd80b99ea9a39788b", + "strip_prefix": "jdk-11.0.15+10", + "urls": [ + "https://mirror.bazel.build/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.15_10.tar.gz", + "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.15_10.tar.gz" + ] + } + }, + "remotejdk17_linux_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "6531cef61e416d5a7b691555c8cf2bdff689201b8a001ff45ab6740062b44313", + "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64.tar.gz" + ] + } + }, + "remotejdk17_win_arm64_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win_arm64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win_arm64//:jdk\",\n)\n" + } + }, + "remotejdk11_linux": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "a34b404f87a08a61148b38e1416d837189e1df7a040d949e743633daf4695a3c", + "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-linux_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_x64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_x64.tar.gz" + ] + } + }, + "remotejdk11_macos_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos//:jdk\",\n)\n" + } + }, + "remotejdk17_linux_ppc64le_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_ppc64le//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_ppc64le//:jdk\",\n)\n" + } + }, + "remotejdk17_win_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "6802c99eae0d788e21f52d03cab2e2b3bf42bc334ca03cbf19f71eb70ee19f85", + "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-win_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_aarch64.zip", + "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_aarch64.zip" + ] + } + }, + "remote_java_tools_darwin_arm64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "076a7e198ad077f8c7d997986ef5102427fae6bbfce7a7852d2e080ed8767528", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.4/java_tools_darwin_arm64-v13.4.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.4/java_tools_darwin_arm64-v13.4.zip" + ] + } + }, + "remotejdk17_linux_ppc64le": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "00a4c07603d0218cd678461b5b3b7e25b3253102da4022d31fc35907f21a2efd", + "strip_prefix": "jdk-17.0.8.1+1", + "urls": [ + "https://mirror.bazel.build/github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.8.1_1.tar.gz", + "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.8.1_1.tar.gz" + ] + } + }, + "remotejdk21_linux_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux_aarch64//:jdk\",\n)\n" + } + }, + "remotejdk11_win_arm64_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win_arm64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win_arm64//:jdk\",\n)\n" + } + }, + "local_jdk": { + "bzlFile": "@@rules_java~//toolchains:local_java_repository.bzl", + "ruleClassName": "_local_java_repository_rule", + "attributes": { + "java_home": "", + "version": "", + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = {RUNTIME_VERSION},\n)\n" + } + }, + "remote_java_tools_darwin_x86_64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "4523aec4d09c587091a2dae6f5c9bc6922c220f3b6030e5aba9c8f015913cc65", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.4/java_tools_darwin_x86_64-v13.4.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.4/java_tools_darwin_x86_64-v13.4.zip" + ] + } + }, + "remote_java_tools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "e025fd260ac39b47c111f5212d64ec0d00d85dec16e49368aae82fc626a940cf", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.4/java_tools-v13.4.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.4/java_tools-v13.4.zip" + ] + } + }, + "remotejdk17_linux_s390x": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", + "sha256": "ffacba69c6843d7ca70d572489d6cc7ab7ae52c60f0852cedf4cf0d248b6fc37", + "strip_prefix": "jdk-17.0.8.1+1", + "urls": [ + "https://mirror.bazel.build/github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_s390x_linux_hotspot_17.0.8.1_1.tar.gz", + "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_s390x_linux_hotspot_17.0.8.1_1.tar.gz" + ] + } + }, + "remotejdk17_win_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win//:jdk\",\n)\n" + } + }, + "remotejdk11_linux_ppc64le": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "a8fba686f6eb8ae1d1a9566821dbd5a85a1108b96ad857fdbac5c1e4649fc56f", + "strip_prefix": "jdk-11.0.15+10", + "urls": [ + "https://mirror.bazel.build/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.15_10.tar.gz", + "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.15_10.tar.gz" + ] + } + }, + "remotejdk11_macos_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", + "sha256": "7632bc29f8a4b7d492b93f3bc75a7b61630894db85d136456035ab2a24d38885", + "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-macosx_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_aarch64.tar.gz" + ] + } + }, + "remotejdk21_win_toolchain_config_repo": { + "bzlFile": "@@rules_java~//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\n" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_java~", + "bazel_tools", + "bazel_tools" + ], + [ + "rules_java~", + "remote_java_tools", + "rules_java~~toolchains~remote_java_tools" + ] + ] + } + }, + "@@rules_jvm_external~//:extensions.bzl%maven": { + "general": { + "bzlTransitiveDigest": "v8HssW6WP6B8s0BwuAMJuQCz6cQ9jlhOfx4dKBtPYB4=", + "recordedFileInputs": { + "@@rules_jvm_external~//rules_jvm_external_deps_install.json": "10442a5ae27d9ff4c2003e5ab71643bf0d8b48dcf968b4173fa274c3232a8c06" + }, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "org_slf4j_slf4j_api_1_7_30": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "cdba07964d1bb40a0761485c6b1e8c2f8fd9eb1d19c53928ac0d7f9510105c57", + "urls": [ + "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar", + "https://maven.google.com/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" + } + }, + "com_google_api_grpc_proto_google_common_protos_2_0_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "5ce71656118618731e34a5d4c61aa3a031be23446dc7de8b5a5e77b66ebcd6ef", + "urls": [ + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar", + "https://maven.google.com/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar" + } + }, + "com_google_api_gax_1_60_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "02f37d4ff1a7b8d71dff8064cf9568aa4f4b61bcc4485085d16130f32afa5a79", + "urls": [ + "https://repo1.maven.org/maven2/com/google/api/gax/1.60.0/gax-1.60.0.jar", + "https://maven.google.com/com/google/api/gax/1.60.0/gax-1.60.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/gax/1.60.0/gax-1.60.0.jar" + } + }, + "com_google_guava_failureaccess_1_0_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26", + "urls": [ + "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar", + "https://maven.google.com/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" + } + }, + "commons_logging_commons_logging_1_2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636", + "urls": [ + "https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar", + "https://maven.google.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" + } + }, + "com_google_http_client_google_http_client_appengine_1_38_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "f97b495fd97ac3a3d59099eb2b55025f4948230da15a076f189b9cff37c6b4d2", + "urls": [ + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar", + "https://maven.google.com/com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client-appengine/1.38.0/google-http-client-appengine-1.38.0.jar" + } + }, + "com_google_cloud_google_cloud_storage_1_113_4": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "796833e9bdab80c40bbc820e65087eb8f28c6bfbca194d2e3e00d98cb5bc55d6", + "urls": [ + "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar", + "https://maven.google.com/com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/1.113.4/google-cloud-storage-1.113.4.jar" + } + }, + "io_grpc_grpc_context_1_33_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "99b8aea2b614fe0e61c3676e681259dc43c2de7f64620998e1a8435eb2976496", + "urls": [ + "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar", + "https://maven.google.com/io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/grpc/grpc-context/1.33.1/grpc-context-1.33.1.jar" + } + }, + "com_google_api_grpc_proto_google_iam_v1_1_0_3": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "64cee7383a97e846da8d8e160e6c8fe30561e507260552c59e6ccfc81301fdc8", + "urls": [ + "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar", + "https://maven.google.com/com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/grpc/proto-google-iam-v1/1.0.3/proto-google-iam-v1-1.0.3.jar" + } + }, + "com_google_api_api_common_1_10_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "2a033f24bb620383eda440ad307cb8077cfec1c7eadc684d65216123a1b9613a", + "urls": [ + "https://repo1.maven.org/maven2/com/google/api/api-common/1.10.1/api-common-1.10.1.jar", + "https://maven.google.com/com/google/api/api-common/1.10.1/api-common-1.10.1.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/api-common/1.10.1/api-common-1.10.1.jar" + } + }, + "com_google_auth_google_auth_library_oauth2_http_0_22_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "1722d895c42dc42ea1d1f392ddbec1fbb28f7a979022c3a6c29acc39cc777ad1", + "urls": [ + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar", + "https://maven.google.com/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.22.0/google-auth-library-oauth2-http-0.22.0.jar" + } + }, + "com_typesafe_netty_netty_reactive_streams_2_0_5": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "f949849fc8ee75fde468ba3a35df2e04577fa31a2940b83b2a7dc9d14dac13d6", + "urls": [ + "https://repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar", + "https://maven.google.com/com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.5/netty-reactive-streams-2.0.5.jar" + } + }, + "com_typesafe_netty_netty_reactive_streams_http_2_0_5": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "b39224751ad936758176e9d994230380ade5e9079e7c8ad778e3995779bcf303", + "urls": [ + "https://repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar", + "https://maven.google.com/com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams-http/2.0.5/netty-reactive-streams-http-2.0.5.jar" + } + }, + "javax_annotation_javax_annotation_api_1_3_2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "e04ba5195bcd555dc95650f7cc614d151e4bcd52d29a10b8aa2197f3ab89ab9b", + "urls": [ + "https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar", + "https://maven.google.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar" + } + }, + "com_google_j2objc_j2objc_annotations_1_3": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "21af30c92267bd6122c0e0b4d20cccb6641a37eaf956c6540ec471d584e64a7b", + "urls": [ + "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar", + "https://maven.google.com/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar" + } + }, + "software_amazon_awssdk_metrics_spi_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "08a11dc8c4ba464beafbcc7ac05b8c724c1ccb93da99482e82a68540ac704e4a", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/metrics-spi/2.17.183/metrics-spi-2.17.183.jar" + } + }, + "org_reactivestreams_reactive_streams_1_0_3": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "1dee0481072d19c929b623e155e14d2f6085dc011529a0a0dbefc84cf571d865", + "urls": [ + "https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar", + "https://maven.google.com/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar" + } + }, + "com_google_http_client_google_http_client_jackson2_1_38_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "e6504a82425fcc2168a4ca4175138ddcc085168daed8cdedb86d8f6fdc296e1e", + "urls": [ + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar", + "https://maven.google.com/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.38.0/google-http-client-jackson2-1.38.0.jar" + } + }, + "io_netty_netty_transport_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "c5fb68e9a65b6e8a516adfcb9fa323479ee7b4d9449d8a529d2ecab3d3711d5a", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar" + } + }, + "io_netty_netty_codec_http2_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "c89a70500f59e8563e720aaa808263a514bd9e2bd91ba84eab8c2ccb45f234b2", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar" + } + }, + "io_opencensus_opencensus_api_0_24_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "f561b1cc2673844288e596ddf5bb6596868a8472fd2cb8993953fc5c034b2352", + "urls": [ + "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar", + "https://maven.google.com/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar" + } + }, + "rules_jvm_external_deps": { + "bzlFile": "@@rules_jvm_external~//:coursier.bzl", + "ruleClassName": "pinned_coursier_fetch", + "attributes": { + "repositories": [ + "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" + ], + "artifacts": [ + "{\"artifact\":\"google-cloud-core\",\"group\":\"com.google.cloud\",\"version\":\"1.93.10\"}", + "{\"artifact\":\"google-cloud-storage\",\"group\":\"com.google.cloud\",\"version\":\"1.113.4\"}", + "{\"artifact\":\"gson\",\"group\":\"com.google.code.gson\",\"version\":\"2.9.0\"}", + "{\"artifact\":\"maven-artifact\",\"group\":\"org.apache.maven\",\"version\":\"3.8.6\"}", + "{\"artifact\":\"s3\",\"group\":\"software.amazon.awssdk\",\"version\":\"2.17.183\"}" + ], + "fetch_sources": true, + "fetch_javadoc": false, + "generate_compat_repositories": false, + "maven_install_json": "@@rules_jvm_external~//:rules_jvm_external_deps_install.json", + "override_targets": {}, + "strict_visibility": false, + "strict_visibility_value": [ + "@@//visibility:private" + ], + "jetify": false, + "jetify_include_list": [ + "*" + ], + "additional_netrc_lines": [], + "fail_if_repin_required": false, + "use_starlark_android_rules": false, + "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", + "duplicate_version_warning": "warn" + } + }, + "org_threeten_threetenbp_1_5_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "dcf9c0f940739f2a825cd8626ff27113459a2f6eb18797c7152f93fff69c264f", + "urls": [ + "https://repo1.maven.org/maven2/org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar", + "https://maven.google.com/org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/threeten/threetenbp/1.5.0/threetenbp-1.5.0.jar" + } + }, + "software_amazon_awssdk_http_client_spi_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "fe7120f175df9e47ebcc5d946d7f40110faf2ba0a30364f3b935d5b8a5a6c3c6", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/http-client-spi/2.17.183/http-client-spi-2.17.183.jar" + } + }, + "software_amazon_awssdk_third_party_jackson_core_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "1bc27c9960993c20e1ab058012dd1ae04c875eec9f0f08f2b2ca41e578dee9a4", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/third-party-jackson-core/2.17.183/third-party-jackson-core-2.17.183.jar" + } + }, + "software_amazon_eventstream_eventstream_1_0_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "0c37d8e696117f02c302191b8110b0d0eb20fa412fce34c3a269ec73c16ce822", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar", + "https://maven.google.com/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar" + } + }, + "com_google_oauth_client_google_oauth_client_1_31_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "4ed4e2948251dbda66ce251bd7f3b32cd8570055e5cdb165a3c7aea8f43da0ff", + "urls": [ + "https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar", + "https://maven.google.com/com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.31.1/google-oauth-client-1.31.1.jar" + } + }, + "maven": { + "bzlFile": "@@rules_jvm_external~//:coursier.bzl", + "ruleClassName": "coursier_fetch", + "attributes": { + "repositories": [ + "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" + ], + "artifacts": [ + "{\"artifact\":\"jsr305\",\"group\":\"com.google.code.findbugs\",\"version\":\"3.0.2\"}", + "{\"artifact\":\"gson\",\"group\":\"com.google.code.gson\",\"version\":\"2.8.9\"}", + "{\"artifact\":\"error_prone_annotations\",\"group\":\"com.google.errorprone\",\"version\":\"2.3.2\"}", + "{\"artifact\":\"j2objc-annotations\",\"group\":\"com.google.j2objc\",\"version\":\"1.3\"}", + "{\"artifact\":\"guava\",\"group\":\"com.google.guava\",\"version\":\"31.1-jre\"}", + "{\"artifact\":\"guava-testlib\",\"group\":\"com.google.guava\",\"version\":\"31.1-jre\"}", + "{\"artifact\":\"truth\",\"group\":\"com.google.truth\",\"version\":\"1.1.2\"}", + "{\"artifact\":\"junit\",\"group\":\"junit\",\"version\":\"4.13.2\"}", + "{\"artifact\":\"mockito-core\",\"group\":\"org.mockito\",\"version\":\"4.3.1\"}" + ], + "fail_on_missing_checksum": true, + "fetch_sources": true, + "fetch_javadoc": false, + "use_unsafe_shared_cache": false, + "excluded_artifacts": [], + "generate_compat_repositories": false, + "version_conflict_policy": "default", + "override_targets": {}, + "strict_visibility": false, + "strict_visibility_value": [ + "@@//visibility:private" + ], + "resolve_timeout": 600, + "jetify": false, + "jetify_include_list": [ + "*" + ], + "use_starlark_android_rules": false, + "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", + "duplicate_version_warning": "warn" + } + }, + "software_amazon_awssdk_aws_xml_protocol_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "566bba05d49256fa6994efd68fa625ae05a62ea45ee74bb9130d20ea20988363", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/aws-xml-protocol/2.17.183/aws-xml-protocol-2.17.183.jar" + } + }, + "software_amazon_awssdk_annotations_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "8e4d72361ca805a0bd8bbd9017cd7ff77c8d170f2dd469c7d52d5653330bb3fd", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/annotations/2.17.183/annotations-2.17.183.jar" + } + }, + "software_amazon_awssdk_netty_nio_client_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "a6d356f364c56d7b90006b0b7e503b8630010993a5587ce42e74b10b8dca2238", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/netty-nio-client/2.17.183/netty-nio-client-2.17.183.jar" + } + }, + "com_google_auto_value_auto_value_annotations_1_7_4": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "fedd59b0b4986c342f6ab2d182f2a4ee9fceb2c7e2d5bdc4dc764c92394a23d3", + "urls": [ + "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar", + "https://maven.google.com/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar" + } + }, + "io_netty_netty_transport_native_unix_common_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "6f8f1cc29b5a234eeee9439a63eb3f03a5994aa540ff555cb0b2c88cefaf6877", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar" + } + }, + "io_opencensus_opencensus_contrib_http_util_0_24_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "7155273bbb1ed3d477ea33cf19d7bbc0b285ff395f43b29ae576722cf247000f", + "urls": [ + "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar", + "https://maven.google.com/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar" + } + }, + "com_fasterxml_jackson_core_jackson_core_2_11_3": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "78cd0a6b936232e06dd3e38da8a0345348a09cd1ff9c4d844c6ee72c75cfc402", + "urls": [ + "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar", + "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar" + } + }, + "com_google_cloud_google_cloud_core_1_93_10": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "832d74eca66f4601e162a8460d6f59f50d1d23f93c18b02654423b6b0d67c6ea", + "urls": [ + "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar", + "https://maven.google.com/com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/cloud/google-cloud-core/1.93.10/google-cloud-core-1.93.10.jar" + } + }, + "com_google_auth_google_auth_library_credentials_0_22_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "42c76031276de5b520909e9faf88c5b3c9a722d69ee9cfdafedb1c52c355dfc5", + "urls": [ + "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar", + "https://maven.google.com/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.22.0/google-auth-library-credentials-0.22.0.jar" + } + }, + "com_google_guava_guava_30_0_android": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "3345c82c2cc70a0053e8db9031edc6d71625ef0dea6a2c8f5ebd6cb76d2bf843", + "urls": [ + "https://repo1.maven.org/maven2/com/google/guava/guava/30.0-android/guava-30.0-android.jar", + "https://maven.google.com/com/google/guava/guava/30.0-android/guava-30.0-android.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/guava/guava/30.0-android/guava-30.0-android.jar" + } + }, + "software_amazon_awssdk_profiles_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "78833b32fde3f1c5320373b9ea955c1bbc28f2c904010791c4784e610193ee56", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/profiles/2.17.183/profiles-2.17.183.jar" + } + }, + "org_apache_httpcomponents_httpcore_4_4_13": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "e06e89d40943245fcfa39ec537cdbfce3762aecde8f9c597780d2b00c2b43424", + "urls": [ + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar", + "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" + } + }, + "io_netty_netty_common_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "8adb4c291260ceb2859a68c49f0adeed36bf49587608e2b81ecff6aaf06025e9", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar" + } + }, + "io_netty_netty_transport_classes_epoll_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "e1528a9751c1285aa7beaf3a1eb0597151716426ce38598ac9bc0891209b9e68", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar" + } + }, + "com_google_cloud_google_cloud_core_http_1_93_10": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "81ac67c14c7c4244d2b7db2607ad352416aca8d3bb2adf338964e8fea25b1b3c", + "urls": [ + "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar", + "https://maven.google.com/com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/cloud/google-cloud-core-http/1.93.10/google-cloud-core-http-1.93.10.jar" + } + }, + "software_amazon_awssdk_utils_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "7bd849bb5aa71bfdf6b849643736ecab3a7b3f204795804eefe5754104231ec6", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/utils/2.17.183/utils-2.17.183.jar" + } + }, + "org_apache_commons_commons_lang3_3_8_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "dac807f65b07698ff39b1b07bfef3d87ae3fd46d91bbf8a2bc02b2a831616f68", + "urls": [ + "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar", + "https://maven.google.com/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar" + } + }, + "software_amazon_awssdk_aws_core_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "bccbdbea689a665a702ff19828662d87fb7fe81529df13f02ef1e4c474ea9f93", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/aws-core/2.17.183/aws-core-2.17.183.jar" + } + }, + "com_google_api_gax_httpjson_0_77_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "fd4dae47fa016d3b26e8d90b67ddc6c23c4c06e8bcdf085c70310ab7ef324bd6", + "urls": [ + "https://repo1.maven.org/maven2/com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar", + "https://maven.google.com/com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api/gax-httpjson/0.77.0/gax-httpjson-0.77.0.jar" + } + }, + "unpinned_rules_jvm_external_deps": { + "bzlFile": "@@rules_jvm_external~//:coursier.bzl", + "ruleClassName": "coursier_fetch", + "attributes": { + "repositories": [ + "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" + ], + "artifacts": [ + "{\"artifact\":\"google-cloud-core\",\"group\":\"com.google.cloud\",\"version\":\"1.93.10\"}", + "{\"artifact\":\"google-cloud-storage\",\"group\":\"com.google.cloud\",\"version\":\"1.113.4\"}", + "{\"artifact\":\"gson\",\"group\":\"com.google.code.gson\",\"version\":\"2.9.0\"}", + "{\"artifact\":\"maven-artifact\",\"group\":\"org.apache.maven\",\"version\":\"3.8.6\"}", + "{\"artifact\":\"s3\",\"group\":\"software.amazon.awssdk\",\"version\":\"2.17.183\"}" + ], + "fail_on_missing_checksum": true, + "fetch_sources": true, + "fetch_javadoc": false, + "use_unsafe_shared_cache": false, + "excluded_artifacts": [], + "generate_compat_repositories": false, + "version_conflict_policy": "default", + "override_targets": {}, + "strict_visibility": false, + "strict_visibility_value": [ + "@@//visibility:private" + ], + "maven_install_json": "@@rules_jvm_external~//:rules_jvm_external_deps_install.json", + "resolve_timeout": 600, + "jetify": false, + "jetify_include_list": [ + "*" + ], + "use_starlark_android_rules": false, + "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", + "duplicate_version_warning": "warn" + } + }, + "software_amazon_awssdk_regions_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "d3079395f3ffc07d04ffcce16fca29fb5968197f6e9ea3dbff6be297102b40a5", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/regions/2.17.183/regions-2.17.183.jar" + } + }, + "com_google_errorprone_error_prone_annotations_2_4_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "5f2a0648230a662e8be049df308d583d7369f13af683e44ddf5829b6d741a228", + "urls": [ + "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar", + "https://maven.google.com/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar" + } + }, + "io_netty_netty_handler_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "9cb6012af7e06361d738ac4e3bdc49a158f8cf87d9dee0f2744056b7d99c28d5", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar" + } + }, + "software_amazon_awssdk_aws_query_protocol_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "4dace03c76f80f3dec920cb3dedb2a95984c4366ef4fda728660cb90bed74848", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/aws-query-protocol/2.17.183/aws-query-protocol-2.17.183.jar" + } + }, + "io_netty_netty_codec_http_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "fa6fec88010bfaf6a7415b5364671b6b18ffb6b35a986ab97b423fd8c3a0174b", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar" + } + }, + "io_netty_netty_resolver_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "6474598aab7cc9d8d6cfa06c05bd1b19adbf7f8451dbdd73070b33a6c60b1b90", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar" + } + }, + "software_amazon_awssdk_protocol_core_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "10e7c4faa1f05e2d73055d0390dbd0bb6450e2e6cb85beda051b1e4693c826ce", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/protocol-core/2.17.183/protocol-core-2.17.183.jar" + } + }, + "org_checkerframework_checker_compat_qual_2_5_5": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "11d134b245e9cacc474514d2d66b5b8618f8039a1465cdc55bbc0b34e0008b7a", + "urls": [ + "https://repo1.maven.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar", + "https://maven.google.com/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar" + } + }, + "com_google_apis_google_api_services_storage_v1_rev20200927_1_30_10": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "52d26a9d105f8d8a0850807285f307a76cea8f3e0cdb2be4d3b15b1adfa77351", + "urls": [ + "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar", + "https://maven.google.com/com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20200927-1.30.10/google-api-services-storage-v1-rev20200927-1.30.10.jar" + } + }, + "com_google_api_client_google_api_client_1_30_11": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "ee6f97865cc7de6c7c80955c3f37372cf3887bd75e4fc06f1058a6b4cd9bf4da", + "urls": [ + "https://repo1.maven.org/maven2/com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar", + "https://maven.google.com/com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/api-client/google-api-client/1.30.11/google-api-client-1.30.11.jar" + } + }, + "software_amazon_awssdk_s3_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "ab073b91107a9e4ed9f030314077d137fe627e055ad895fabb036980a050e360", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/s3/2.17.183/s3-2.17.183.jar" + } + }, + "org_apache_maven_maven_artifact_3_8_6": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "de22a4c6f54fe31276a823b1bbd3adfd6823529e732f431b5eff0852c2b9252b", + "urls": [ + "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar", + "https://maven.google.com/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar" + } + }, + "org_apache_httpcomponents_httpclient_4_5_13": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "6fe9026a566c6a5001608cf3fc32196641f6c1e5e1986d1037ccdbd5f31ef743", + "urls": [ + "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar", + "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar" + } + }, + "com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99", + "urls": [ + "https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar", + "https://maven.google.com/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" + } + }, + "com_google_http_client_google_http_client_1_38_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "411f4a42519b6b78bdc0fcfdf74c9edcef0ee97afa4a667abe04045a508d6302", + "urls": [ + "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar", + "https://maven.google.com/com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/http-client/google-http-client/1.38.0/google-http-client-1.38.0.jar" + } + }, + "software_amazon_awssdk_apache_client_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "78ceae502fce6a97bbe5ff8f6a010a52ab7ea3ae66cb1a4122e18185fce45022", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/apache-client/2.17.183/apache-client-2.17.183.jar" + } + }, + "software_amazon_awssdk_arns_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "659a185e191d66c71de81209490e66abeaccae208ea7b2831a738670823447aa", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/arns/2.17.183/arns-2.17.183.jar" + } + }, + "com_google_code_gson_gson_2_9_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "c96d60551331a196dac54b745aa642cd078ef89b6f267146b705f2c2cbef052d", + "urls": [ + "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar", + "https://maven.google.com/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" + } + }, + "io_netty_netty_buffer_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "568ff7cd9d8e2284ec980730c88924f686642929f8f219a74518b4e64755f3a1", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar" + } + }, + "com_google_code_findbugs_jsr305_3_0_2": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", + "urls": [ + "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar", + "https://maven.google.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar" + } + }, + "commons_codec_commons_codec_1_11": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "e599d5318e97aa48f42136a2927e6dfa4e8881dff0e6c8e3109ddbbff51d7b7d", + "urls": [ + "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar", + "https://maven.google.com/commons-codec/commons-codec/1.11/commons-codec-1.11.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar" + } + }, + "software_amazon_awssdk_auth_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "8820c6636e5c14efc29399fb5565ce50212b0c1f4ed720a025a2c402d54e0978", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/auth/2.17.183/auth-2.17.183.jar" + } + }, + "software_amazon_awssdk_json_utils_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "51ab7f550adc06afcb49f5270cdf690f1bfaaee243abaa5d978095e2a1e4e1a5", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/json-utils/2.17.183/json-utils-2.17.183.jar" + } + }, + "org_codehaus_plexus_plexus_utils_3_3_1": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "4b570fcdbe5a894f249d2eb9b929358a9c88c3e548d227a80010461930222f2a", + "urls": [ + "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar", + "https://maven.google.com/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar" + } + }, + "com_google_protobuf_protobuf_java_util_3_13_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "d9de66b8c9445905dfa7064f6d5213d47ce88a20d34e21d83c4a94a229e14e62", + "urls": [ + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar", + "https://maven.google.com/com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.13.0/protobuf-java-util-3.13.0.jar" + } + }, + "io_netty_netty_codec_4_1_72_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "5d8591ca271a1e9c224e8de3873aa9936acb581ee0db514e7dc18523df36d16c", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar", + "https://maven.google.com/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar" + } + }, + "com_google_protobuf_protobuf_java_3_13_0": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "97d5b2758408690c0dc276238707492a0b6a4d71206311b6c442cdc26c5973ff", + "urls": [ + "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar", + "https://maven.google.com/com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.13.0/protobuf-java-3.13.0.jar" + } + }, + "io_netty_netty_tcnative_classes_2_0_46_Final": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "d3ec888dcc4ac7915bf88b417c5e04fd354f4311032a748a6882df09347eed9a", + "urls": [ + "https://repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar", + "https://maven.google.com/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar" + } + }, + "software_amazon_awssdk_sdk_core_2_17_183": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_file", + "attributes": { + "sha256": "677e9cc90fdd82c1f40f97b99cb115b13ad6c3f58beeeab1c061af6954d64c77", + "urls": [ + "https://repo1.maven.org/maven2/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar", + "https://maven.google.com/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar" + ], + "downloaded_file_path": "v1/https/repo1.maven.org/maven2/software/amazon/awssdk/sdk-core/2.17.183/sdk-core-2.17.183.jar" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_jvm_external~", + "bazel_tools", + "bazel_tools" + ], + [ + "rules_jvm_external~", + "rules_jvm_external", + "rules_jvm_external~" + ] + ] + } + }, + "@@rules_jvm_external~//:non-module-deps.bzl%non_module_deps": { + "general": { + "bzlTransitiveDigest": "DqBh3ObkOvjDFKv8VTy6J2qr7hXsJm9/sES7bha7ftA=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "io_bazel_rules_kotlin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "sha256": "946747acdbeae799b085d12b240ec346f775ac65236dfcf18aa0cd7300f6de78", + "urls": [ + "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.7.0-RC-2/rules_kotlin_release.tgz" + ] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_jvm_external~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_nodejs~//nodejs:extensions.bzl%node": { + "general": { + "bzlTransitiveDigest": "1HxpI0AgCvpGfUCJicdseptT6HrlCwj+F0XM5ewp5Ts=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "nodejs_host": { + "bzlFile": "@@rules_nodejs~//nodejs/private:nodejs_repo_host_os_alias.bzl", + "ruleClassName": "nodejs_repo_host_os_alias", + "attributes": { + "user_node_repository_name": "nodejs" + } + }, + "nodejs_linux_s390x": { + "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "platform": "linux_s390x", + "node_version": "20.11.1" + } + }, + "nodejs_windows_amd64": { + "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "platform": "windows_amd64", + "node_version": "20.11.1" + } + }, + "nodejs_toolchains": { + "bzlFile": "@@rules_nodejs~//nodejs/private:toolchains_repo.bzl", + "ruleClassName": "toolchains_repo", + "attributes": { + "user_node_repository_name": "nodejs" + } + }, + "nodejs_linux_amd64": { + "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "platform": "linux_amd64", + "node_version": "20.11.1" + } + }, + "nodejs_linux_ppc64le": { + "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "platform": "linux_ppc64le", + "node_version": "20.11.1" + } + }, + "nodejs_darwin_amd64": { + "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "platform": "darwin_amd64", + "node_version": "20.11.1" + } + }, + "nodejs_linux_arm64": { + "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "platform": "linux_arm64", + "node_version": "20.11.1" + } + }, + "nodejs": { + "bzlFile": "@@rules_nodejs~//nodejs/private:nodejs_repo_host_os_alias.bzl", + "ruleClassName": "nodejs_repo_host_os_alias", + "attributes": { + "user_node_repository_name": "nodejs" + } + }, + "nodejs_darwin_arm64": { + "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "platform": "darwin_arm64", + "node_version": "20.11.1" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_nodejs~", + "bazel_skylib", + "bazel_skylib~" + ], + [ + "rules_nodejs~", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_python~//python/extensions:python.bzl%python": { + "general": { + "bzlTransitiveDigest": "31xtOi5rmBJ3jSHeziLzV7KKKgCc6tMnRUZ1BQLBeao=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "pythons_hub": { + "bzlFile": "@@rules_python~//python/extensions/private:interpreter_hub.bzl", + "ruleClassName": "hub_repo", + "attributes": { + "toolchains": [] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_python~", + "bazel_tools", + "bazel_tools" + ], + [ + "rules_python~", + "rules_python", + "rules_python~" + ] + ] + } + }, + "@@rules_python~//python/extensions/private:internal_deps.bzl%internal_deps": { + "general": { + "bzlTransitiveDigest": "kquaeOUmqttRgDp5AzOZB/OPkWY9FhEVjM+yeg8Skuo=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "pypi__coverage_cp39_aarch64-apple-darwin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "95203854f974e07af96358c0b261f1048d8e1083f2de9b1c565e1be4a3a48cfc", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/63/e9/f23e8664ec4032d7802a1cf920853196bcbdce7b56408e3efe1b2da08f3c/coverage-6.5.0-cp39-cp39-macosx_11_0_arm64.whl" + ] + } + }, + "pypi__coverage_cp38_aarch64-unknown-linux-gnu": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "6c4459b3de97b75e3bd6b7d4b7f0db13f17f504f3d13e2a7c623786289dd670e", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/40/3b/cd68cb278c4966df00158811ec1e357b9a7d132790c240fc65da57e10013/coverage-6.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + ] + } + }, + "pypi__pip_tools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/5e/e8/f6d7d1847c7351048da870417724ace5c4506e816b38db02f4d7c675c189/pip_tools-6.12.1-py3-none-any.whl", + "sha256": "f0c0c0ec57b58250afce458e2e6058b1f30a4263db895b7d72fd6311bf1dc6f7", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__coverage_cp310_x86_64-unknown-linux-gnu": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "af4fffaffc4067232253715065e30c5a7ec6faac36f8fc8d6f64263b15f74db0", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/3c/7d/d5211ea782b193ab8064b06dc0cc042cf1a4ca9c93a530071459172c550f/coverage-6.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + ] + } + }, + "pypi__coverage_cp311_x86_64-apple-darwin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "4a5375e28c5191ac38cca59b38edd33ef4cc914732c916f2929029b4bfb50795", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/50/cf/455930004231fa87efe8be06d13512f34e070ddfee8b8bf5a050cdc47ab3/coverage-6.5.0-cp311-cp311-macosx_10_9_x86_64.whl" + ] + } + }, + "pypi__coverage_cp310_aarch64-unknown-linux-gnu": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "b4a5be1748d538a710f87542f22c2cad22f80545a847ad91ce45e77417293eb4", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/15/b0/3639d84ee8a900da0cf6450ab46e22517e4688b6cec0ba8ab6f8166103a2/coverage-6.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + ] + } + }, + "pypi__coverage_cp39_aarch64-unknown-linux-gnu": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "b9023e237f4c02ff739581ef35969c3739445fb059b060ca51771e69101efffe", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/18/95/27f80dcd8273171b781a19d109aeaed7f13d78ef6d1e2f7134a5826fd1b4/coverage-6.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + ] + } + }, + "pypi__coverage_cp310_aarch64-apple-darwin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "784f53ebc9f3fd0e2a3f6a78b2be1bd1f5575d7863e10c6e12504f240fd06660", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/89/a2/cbf599e50bb4be416e0408c4cf523c354c51d7da39935461a9687e039481/coverage-6.5.0-cp310-cp310-macosx_11_0_arm64.whl" + ] + } + }, + "pypi__pip": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/09/bd/2410905c76ee14c62baf69e3f4aa780226c1bbfc9485731ad018e35b0cb5/pip-22.3.1-py3-none-any.whl", + "sha256": "908c78e6bc29b676ede1c4d57981d490cb892eb45cd8c214ab6298125119e077", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__coverage_cp38_x86_64-apple-darwin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "d900bb429fdfd7f511f868cedd03a6bbb142f3f9118c09b99ef8dc9bf9643c3c", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/05/63/a789b462075395d34f8152229dccf92b25ca73eac05b3f6cd75fa5017095/coverage-6.5.0-cp38-cp38-macosx_10_9_x86_64.whl" + ] + } + }, + "pypi__coverage_cp311_x86_64-unknown-linux-gnu": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "a8fb6cf131ac4070c9c5a3e21de0f7dc5a0fbe8bc77c9456ced896c12fcdad91", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/6a/63/8e82513b7e4a1b8d887b4e85c1c2b6c9b754a581b187c0b084f3330ac479/coverage-6.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + ] + } + }, + "pypi__tomli": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl", + "sha256": "939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__coverage_cp39_x86_64-apple-darwin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "633713d70ad6bfc49b34ead4060531658dc6dfc9b3eb7d8a716d5873377ab745", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/ea/52/c08080405329326a7ff16c0dfdb4feefaa8edd7446413df67386fe1bbfe0/coverage-6.5.0-cp39-cp39-macosx_10_9_x86_64.whl" + ] + } + }, + "pypi__wheel": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/bd/7c/d38a0b30ce22fc26ed7dbc087c6d00851fb3395e9d0dac40bec1f905030c/wheel-0.38.4-py3-none-any.whl", + "sha256": "b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__coverage_cp311_aarch64-unknown-linux-gnu": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "c4ed2820d919351f4167e52425e096af41bfabacb1857186c1ea32ff9983ed75", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/36/f3/5cbd79cf4cd059c80b59104aca33b8d05af4ad5bf5b1547645ecee716378/coverage-6.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" + ] + } + }, + "pypi__click": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/76/0a/b6c5f311e32aeb3b406e03c079ade51e905ea630fc19d1262a46249c1c86/click-8.0.1-py3-none-any.whl", + "sha256": "fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__coverage_cp39_x86_64-unknown-linux-gnu": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "8f830ed581b45b82451a40faabb89c84e1a998124ee4212d440e9c6cf70083e5", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/6b/f2/919f0fdc93d3991ca074894402074d847be8ac1e1d78e7e9e1c371b69a6f/coverage-6.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + ] + } + }, + "pypi__importlib_metadata": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/d7/31/74dcb59a601b95fce3b0334e8fc9db758f78e43075f22aeb3677dfb19f4c/importlib_metadata-1.4.0-py2.py3-none-any.whl", + "sha256": "bdd9b7c397c273bcc9a11d6629a38487cd07154fa255a467bf704cd2c258e359", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__pep517": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/ee/2f/ef63e64e9429111e73d3d6cbee80591672d16f2725e648ebc52096f3d323/pep517-0.13.0-py3-none-any.whl", + "sha256": "4ba4446d80aed5b5eac6509ade100bff3e7943a8489de249654a5ae9b33ee35b", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__coverage_cp38_x86_64-unknown-linux-gnu": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "6b07130585d54fe8dff3d97b93b0e20290de974dc8177c320aeaf23459219c0b", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/bd/a0/e263b115808226fdb2658f1887808c06ac3f1b579ef5dda02309e0d54459/coverage-6.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + ] + } + }, + "pypi__coverage_cp38_aarch64-apple-darwin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "2198ea6fc548de52adc826f62cb18554caedfb1d26548c1b7c88d8f7faa8f6ba", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/07/82/79fa21ceca9a9b091eb3c67e27eb648dade27b2c9e1eb23af47232a2a365/coverage-6.5.0-cp38-cp38-macosx_11_0_arm64.whl" + ] + } + }, + "pypi__packaging": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/8f/7b/42582927d281d7cb035609cd3a543ffac89b74f3f4ee8e1c50914bcb57eb/packaging-22.0-py3-none-any.whl", + "sha256": "957e2148ba0e1a3b282772e791ef1d8083648bc131c8ab0c1feba110ce1146c3", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__setuptools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/7c/5b/3d92b9f0f7ca1645cba48c080b54fe7d8b1033a4e5720091d1631c4266db/setuptools-60.10.0-py3-none-any.whl", + "sha256": "782ef48d58982ddb49920c11a0c5c9c0b02e7d7d1c2ad0aa44e1a1e133051c96", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__zipp": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/f4/50/cc72c5bcd48f6e98219fc4a88a5227e9e28b81637a99c49feba1d51f4d50/zipp-1.0.0-py2.py3-none-any.whl", + "sha256": "8dda78f06bd1674bd8720df8a50bb47b6e1233c503a4eed8e7810686bde37656", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__colorama": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", + "sha256": "4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__build": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/03/97/f58c723ff036a8d8b4d3115377c0a37ed05c1f68dd9a0d66dab5e82c5c1c/build-0.9.0-py3-none-any.whl", + "sha256": "38a7a2b7a0bdc61a42a0a67509d88c71ecfc37b393baba770fae34e20929ff69", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__coverage_cp310_x86_64-apple-darwin": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "build_file_content": "\nfilegroup(\n name = \"coverage\",\n srcs = [\"coverage/__main__.py\"],\n data = glob([\"coverage/*.py\", \"coverage/**/*.py\", \"coverage/*.so\"]),\n visibility = [\"//visibility:public\"],\n)\n ", + "patch_args": [ + "-p1" + ], + "patches": [ + "@@rules_python~//python/private:coverage.patch" + ], + "sha256": "ef8674b0ee8cc11e2d574e3e2998aea5df5ab242e012286824ea3c6970580e53", + "type": "zip", + "urls": [ + "https://files.pythonhosted.org/packages/c4/8d/5ec7d08f4601d2d792563fe31db5e9322c306848fec1e65ec8885927f739/coverage-6.5.0-cp310-cp310-macosx_10_9_x86_64.whl" + ] + } + }, + "pypi__installer": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl", + "sha256": "05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + }, + "pypi__more_itertools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "url": "https://files.pythonhosted.org/packages/bd/3f/c4b3dbd315e248f84c388bd4a72b131a29f123ecacc37ffb2b3834546e42/more_itertools-8.13.0-py3-none-any.whl", + "sha256": "c5122bffc5f104d37c1626b8615b511f3427aa5389b94d61e5ef8236bfbc3ddb", + "type": "zip", + "build_file_content": "package(default_visibility = [\"//visibility:public\"])\n\nload(\"@rules_python//python:defs.bzl\", \"py_library\")\n\npy_library(\n name = \"lib\",\n srcs = glob([\"**/*.py\"]),\n data = glob([\"**/*\"], exclude=[\n # These entries include those put into user-installed dependencies by\n # data_exclude in /python/pip_install/tools/bazel.py\n # to avoid non-determinism following pip install's behavior.\n \"**/*.py\",\n \"**/*.pyc\",\n \"**/* *\",\n \"**/*.dist-info/RECORD\",\n \"BUILD\",\n \"WORKSPACE\",\n ]),\n # This makes this directory a top-level in the python import\n # search path for anything that depends on this.\n imports = [\".\"],\n)\n" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_python~", + "bazel_skylib", + "bazel_skylib~" + ], + [ + "rules_python~", + "bazel_tools", + "bazel_tools" + ], + [ + "rules_python~", + "rules_python", + "rules_python~" + ] + ] + } + } + } +} diff --git a/app/gui2/BUILD.bazel b/app/gui2/BUILD.bazel new file mode 100644 index 000000000000..5e15c673cca8 --- /dev/null +++ b/app/gui2/BUILD.bazel @@ -0,0 +1,55 @@ +load("@bazel_skylib//rules:build_test.bzl", "build_test") +load("@npm//:defs.bzl", "npm_link_all_packages") +load("@npm//vue:vite/package_json.bzl", vite_bin = "bin") +load("@npm//vue:vue-tsc/package_json.bzl", vue_tsc_bin = "bin") + +npm_link_all_packages() + +SRCS = [ + "package.json", + "tsconfig.json", + "vite.config.ts", + "tsconfig.app.json", + "tsconfig.json", + ":vite_srcs_export", + # "src", + # "shared", + # "public", +] + +BUILD_DEPS = [":node_modules/" + d for d in [ + "@vitejs/plugin-vue", + "@vue/tsconfig", + "vite", + "vue", +]] + +vite_bin.vite( + name = "build", + srcs = SRCS + BUILD_DEPS, + args = ["build"], + chdir = package_name(), + out_dirs = ["dist"], +) + +vue_tsc_bin.vue_tsc_test( + name = "type-check", + args = ["--noEmit"], + chdir = package_name(), + data = SRCS + BUILD_DEPS, + include_declarations = True, +) + +vite_bin.vite_binary( + name = "vite", + chdir = package_name(), + data = SRCS + BUILD_DEPS, +) + +build_test( + name = "build_test", + targets = [ + ":build", + ":type-check", + ], +) \ No newline at end of file diff --git a/app/gui2/package.json b/app/gui2/package.json index 8de3ff9d6f91..9d5d7b92c592 100644 --- a/app/gui2/package.json +++ b/app/gui2/package.json @@ -54,7 +54,7 @@ "ag-grid-enterprise": "^30.2.1", "codemirror": "^6.0.1", "culori": "^3.2.0", - "enso-dashboard": "^0.1.0", + "enso-dashboard": "workspace:*", "events": "^3.3.0", "fast-diff": "^1.3.0", "hash-sum": "^2.0.0", @@ -102,7 +102,6 @@ "@vitejs/plugin-react": "^4.0.4", "@vitejs/plugin-vue": "^5.0.4", "@vitest/coverage-v8": "^1.3.1", - "@volar/vue-typescript": "^1.6.5", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/test-utils": "^2.4.4", @@ -111,7 +110,8 @@ "cross-env": "^7.0.3", "css.escape": "^1.5.1", "d3": "^7.4.0", - "enso-project-manager-shim": "^1.0.0", + "enso-common": "workspace:*", + "enso-project-manager-shim": "workspace:*", "esbuild": "^0.19.3", "eslint": "^8.49.0", "eslint-plugin-vue": "^9.22.0", @@ -130,7 +130,7 @@ "tsx": "^4.7.1", "typescript": "~5.2.2", "unbzip2-stream": "^1.4.3", - "vite": "^4.4.9", + "vite": "^5.1.4", "vite-plugin-inspect": "^0.7.38", "vitest": "^1.3.1", "vue-react-wrapper": "^0.3.1", diff --git a/app/gui2/src/components/SizeTransition.vue b/app/gui2/src/components/SizeTransition.vue index d5a8b317fedc..4943d3304218 100644 --- a/app/gui2/src/components/SizeTransition.vue +++ b/app/gui2/src/components/SizeTransition.vue @@ -15,7 +15,7 @@ export default {} diff --git a/app/gui/src/project-view/components/DocumentationPanel/DocsBreadcrumbs.vue b/app/gui/src/project-view/components/DocumentationPanel/DocsBreadcrumbs.vue index 722d6a263bd9..c9ffdfdff093 100644 --- a/app/gui/src/project-view/components/DocumentationPanel/DocsBreadcrumbs.vue +++ b/app/gui/src/project-view/components/DocumentationPanel/DocsBreadcrumbs.vue @@ -1,6 +1,6 @@ + + diff --git a/app/gui/scripts/envReplacer.mjs b/app/gui/scripts/envReplacer.mjs new file mode 100644 index 000000000000..1b7656df7e84 --- /dev/null +++ b/app/gui/scripts/envReplacer.mjs @@ -0,0 +1,173 @@ +/* eslint-disable jsdoc/check-tag-names */ + +import Buffer from 'node:buffer' +import { createHash } from 'node:crypto' +import * as fs from 'node:fs/promises' +import * as path from 'node:path/posix' +import * as process from 'node:process' + +if (process.argv.length !== 4 || process.argv[2] == null || process.argv[3] == null) + throw new Error( + `Invalid arguments.\nusage:\n ${process.argv[0]} ${process.argv[1]} `, + ) +const inputDirectory = process.argv[2] +const outputDirectory = process.argv[3] + +/** + * Map of calls mkdir performed so far, to avoid calling it twice on the same path. + * @type {Map>} + */ +var mkdirPromises = new Map() + +/** + * All path renames performed so far, mapping old to new relative project paths. + * @type {Map} + */ +const fileRenames = new Map() + +/** + * Errors found during processing. This process exists with error status when this array is non-empty. + * @type {Error[]} + */ +const errors = [] + +async function processAllFiles() { + const allFiles = await fs.readdir(inputDirectory, { recursive: true, withFileTypes: true }) + + /** + * Thunks of tasks deferred to be completed after visiting all files. + * @type {Array<() => Promise>} + */ + const deferredThunks = [] + await Promise.all( + allFiles.map(async (file) => { + if (!file.isFile() && !file.isSymbolicLink()) return + const inputPath = path.join(file.path, file.name) + const projectPath = path.relative(inputDirectory, inputPath) + if (/config-[0-9a-zA-Z]+\.js$/.test(projectPath)) await processReplacements(projectPath) + else if (projectPath === 'index.html') deferredThunks.push(() => processIndex(projectPath)) + else { + var contents = await readOriginalFile(projectPath) + reportUnexpectedPatterns(contents, projectPath) + await writeProjectFile(projectPath, contents) + } + }), + ) + + await Promise.all(deferredThunks.map((thunk) => thunk())) +} + +const patternRegex = /\(\(%__(.*?)__%\)\)/g + +/** + * @param {string} projectPath File path relative to input directory + */ +async function processReplacements(projectPath) { + const newContent = (await readOriginalFile(projectPath)) + .toString() + .replace(patternRegex, (pattern, envName) => { + if ( + Object.hasOwnProperty.call(process.env, envName) && + typeof process.env[envName] == 'string' + ) + return process.env[envName] + else { + errors.push( + new Error( + `Missing environment variable for replacemnet pattern ${pattern} in file ${projectPath}`, + ), + ) + return pattern + } + }) + await writeProjectFile(await updateHashInFilename(projectPath, newContent), newContent) +} + +/** + * @param {Buffer} fileContents Contents to inspect for patterns. + * @param {string} projectPath File path relative to input directory, used for error reporting. + */ +async function reportUnexpectedPatterns(fileContents, projectPath) { + if (Buffer.isUtf8(fileContents)) { + for (const match in fileContents.toString('utf8').matchAll(patternRegex)) { + errors.push(new Error(`Found unexpected pattern ${match} in file "${projectPath}"`)) + } + } +} + +/** + * Process index file and update the file paths for modified chunks. + * @param {string} projectPath File path relative to input directory + */ +async function processIndex(projectPath) { + const newContent = (await readOriginalFile(projectPath)) + .toString() + // Only attempt to replace simple project-relative paths. + .replace(/((?:src|href)="\/)([0-9a-zA-Z/.-]+)(")/g, (_, prefix, path, postfix) => { + const newPath = fileRenames.get(path) ?? path + if (path != newPath) console.error('Rename in index:', '/' + path, '->', '/' + newPath) + return prefix + newPath + postfix + }) + await writeProjectFile(projectPath, newContent) +} + +/** + * @param {string} projectPath File path relative to input directory + */ +function readOriginalFile(projectPath) { + return fs.readFile(path.join(inputDirectory, projectPath), { encoding: null }) +} + +/** + * Writes given project file to the output directory. + * @param {string} projectPath File path relative to input directory + * @param {string | Buffer} fileContents What to write to the new file. + */ +async function writeProjectFile(projectPath, fileContents) { + const outputPath = path.join(outputDirectory, projectPath) + const outputDir = path.dirname(outputPath) + let mkdirPromise = mkdirPromises.get(outputDir) + if (mkdirPromise == null) { + mkdirPromise = fs.mkdir(outputDir, { recursive: true }) + mkdirPromises.set(outputDir, mkdirPromise) + } + await mkdirPromise + await fs.writeFile(outputPath, fileContents) +} +/** + * Recompute file's content hash in case it is present in original filename. + * Note that this always uses sha256, which may disagree with hasher used during bundle building, + * therefore calling this function is likely to update the filename even for unchagned files. + * @param {string} projectPath File path relative to input directory + * @param {string | Buffer} fileContents Content from which the file hash is computed. + */ +async function updateHashInFilename(projectPath, fileContents) { + const fixedPath = projectPath.replace(/-([0-9a-zA-Z]+).([a-z]+)$/, (_, oldHash, ext) => { + const contentHash = createHash('sha256') + .update(fileContents) + .digest() + .toString('base64') + .substring(0, oldHash.length) + return `-${contentHash}.${ext}` + }) + if (projectPath != fixedPath) fileRenames.set(projectPath, fixedPath) + return fixedPath +} + +await processAllFiles() + +if (errors.length > 0) { + console.error('==========================') + console.error('cwd:', process.cwd()) + console.error('inputDirectory:', inputDirectory) + console.error('outputDirectory:', outputDirectory) + console.error( + `Found ${errors.length} error${errors.length > 1 ? 's' : ''} during bundle postprocessing:`, + ) + console.error('') + for (const error of errors) { + console.error(error) + console.error('') + } + process.exit(1) +} diff --git a/app/gui/src/dashboard/authentication/service.ts b/app/gui/src/dashboard/authentication/service.ts index 5242ec9af3d9..2bfb60608602 100644 --- a/app/gui/src/dashboard/authentication/service.ts +++ b/app/gui/src/dashboard/authentication/service.ts @@ -178,15 +178,15 @@ function loadAmplifyConfig( setDeepLinkHandler(logger, navigate) } - const redirectUrl = process.env.ENSO_CLOUD_REDIRECT ?? window.location.origin + const redirectUrl = $config.REDIRECT ?? window.location.origin /** Load the platform-specific Amplify configuration. */ const signInOutRedirect = supportsDeepLinks ? `${common.DEEP_LINK_SCHEME}://auth` : redirectUrl return { - userPoolId: process.env.ENSO_CLOUD_COGNITO_USER_POOL_ID, - userPoolWebClientId: process.env.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID, - domain: process.env.ENSO_CLOUD_COGNITO_DOMAIN, - region: process.env.ENSO_CLOUD_COGNITO_REGION, + userPoolId: $config.COGNITO_USER_POOL_ID ?? '', + userPoolWebClientId: $config.COGNITO_USER_POOL_WEB_CLIENT_ID ?? '', + domain: $config.COGNITO_DOMAIN ?? '', + region: $config.COGNITO_REGION ?? '', redirectSignIn: signInOutRedirect, redirectSignOut: signInOutRedirect, scope: ['email', 'openid', 'aws.cognito.signin.user.admin'], diff --git a/app/gui/src/dashboard/components/Page.tsx b/app/gui/src/dashboard/components/Page.tsx index 8ecf78b7d489..b2255ea8fb27 100644 --- a/app/gui/src/dashboard/components/Page.tsx +++ b/app/gui/src/dashboard/components/Page.tsx @@ -44,13 +44,9 @@ export default function Page(props: PageProps) { {( !hideInfoBar && session?.type === authProvider.UserSessionType.full && - process.env.ENSO_CLOUD_CHAT_URL != null + $config.CHAT_URL != null ) ? - + : } )} diff --git a/app/gui/src/dashboard/index.tsx b/app/gui/src/dashboard/index.tsx index e9c1240b28df..7de8545d24d6 100644 --- a/app/gui/src/dashboard/index.tsx +++ b/app/gui/src/dashboard/index.tsx @@ -65,14 +65,10 @@ export // This export declaration must be broken up to satisfy the `require-jsdo // eslint-disable-next-line no-restricted-syntax function run(props: DashboardProps) { const { vibrancy, supportsDeepLinks, queryClient, logger } = props - if ( - !detect.IS_DEV_MODE && - process.env.ENSO_CLOUD_SENTRY_DSN != null && - process.env.ENSO_CLOUD_API_URL != null - ) { + if (!detect.IS_DEV_MODE && $config.SENTRY_DSN != null && $config.API_URL != null) { sentry.init({ - dsn: process.env.ENSO_CLOUD_SENTRY_DSN, - environment: process.env.ENSO_CLOUD_ENVIRONMENT, + dsn: $config.SENTRY_DSN, + environment: $config.ENVIRONMENT ?? '', integrations: [ new sentry.BrowserTracing({ routingInstrumentation: sentry.reactRouterV6Instrumentation( @@ -89,7 +85,7 @@ function run(props: DashboardProps) { ], profilesSampleRate: SENTRY_SAMPLE_RATE, tracesSampleRate: SENTRY_SAMPLE_RATE, - tracePropagationTargets: [process.env.ENSO_CLOUD_API_URL.split('//')[1] ?? ''], + tracePropagationTargets: [$config.API_URL.split('//')[1] ?? ''], replaysSessionSampleRate: SENTRY_SAMPLE_RATE, replaysOnErrorSampleRate: 1.0, }) diff --git a/app/gui/src/dashboard/layouts/VersionChecker.tsx b/app/gui/src/dashboard/layouts/VersionChecker.tsx index 8e82d7fa160c..7f3d88931f30 100644 --- a/app/gui/src/dashboard/layouts/VersionChecker.tsx +++ b/app/gui/src/dashboard/layouts/VersionChecker.tsx @@ -36,7 +36,7 @@ export default function VersionChecker() { const latestVersion = metadataQuery.data?.tag_name React.useEffect(() => { - if (latestVersion != null && latestVersion !== process.env.ENSO_CLOUD_DASHBOARD_VERSION) { + if (latestVersion != null && latestVersion !== $config.VERSION) { setIsOpen(true) } }, [latestVersion]) @@ -53,7 +53,7 @@ export default function VersionChecker() { {getText('yourVersion')}{' '} - {process.env.ENSO_CLOUD_DASHBOARD_VERSION ?? getText('unknownPlaceholder')} + {$config.VERSION ?? getText('unknownPlaceholder')} diff --git a/app/gui/src/dashboard/modals/AboutModal.tsx b/app/gui/src/dashboard/modals/AboutModal.tsx index 418d268be95f..e5daf2d58cd4 100644 --- a/app/gui/src/dashboard/modals/AboutModal.tsx +++ b/app/gui/src/dashboard/modals/AboutModal.tsx @@ -29,12 +29,8 @@ export default function AboutModal() { ['chromeVersion', window.versionInfo.chrome], ] as const) : [ - ...(process.env.ENSO_CLOUD_DASHBOARD_VERSION == null ? - [] - : ([['version', process.env.ENSO_CLOUD_DASHBOARD_VERSION]] as const)), - ...(process.env.ENSO_CLOUD_DASHBOARD_COMMIT_HASH == null ? - [] - : ([['build', process.env.ENSO_CLOUD_DASHBOARD_COMMIT_HASH]] as const)), + ...($config.VERSION == null ? [] : ([['version', $config.VERSION]] as const)), + ...($config.COMMIT_HASH == null ? [] : ([['build', $config.COMMIT_HASH]] as const)), ]), ['userAgent', navigator.userAgent], ] satisfies readonly (readonly [text.TextId, string])[] diff --git a/app/gui/src/dashboard/modals/AgreementsModal.tsx b/app/gui/src/dashboard/modals/AgreementsModal.tsx index 1d0e9a6095ab..fa31207b699a 100644 --- a/app/gui/src/dashboard/modals/AgreementsModal.tsx +++ b/app/gui/src/dashboard/modals/AgreementsModal.tsx @@ -22,7 +22,7 @@ const PRIVACY_POLICY_ENDPOINT_SCHEMA = z.object({ hash: z.string() }) export const latestTermsOfServiceQueryOptions = queryOptions({ queryKey: ['termsOfService', 'currentVersion'], queryFn: async () => { - const response = await fetch(new URL('/eula.json', process.env.ENSO_CLOUD_ENSO_HOST)) + const response = await fetch(new URL('/eula.json', $config.ENSO_HOST)) if (!response.ok) { throw new Error('Failed to fetch Terms of Service') } else { @@ -37,7 +37,7 @@ export const latestTermsOfServiceQueryOptions = queryOptions({ export const latestPrivacyPolicyQueryOptions = queryOptions({ queryKey: ['privacyPolicy', 'currentVersion'], queryFn: async () => { - const response = await fetch(new URL('/privacy.json', process.env.ENSO_CLOUD_ENSO_HOST)) + const response = await fetch(new URL('/privacy.json', $config.ENSO_HOST)) if (!response.ok) { throw new Error('Failed to fetch Privacy Policy') } else { diff --git a/app/gui/src/dashboard/modules/payments/components/StripeProvider.tsx b/app/gui/src/dashboard/modules/payments/components/StripeProvider.tsx index 7ecce22ce86f..21b6096805d5 100644 --- a/app/gui/src/dashboard/modules/payments/components/StripeProvider.tsx +++ b/app/gui/src/dashboard/modules/payments/components/StripeProvider.tsx @@ -28,7 +28,7 @@ export interface StripeProviderRenderProps { } export const stripeQuery = reactQuery.queryOptions({ - queryKey: ['stripe', process.env.ENSO_CLOUD_STRIPE_KEY] as const, + queryKey: ['stripe', $config.STRIPE_KEY] as const, staleTime: Infinity, gcTime: Infinity, meta: { persist: false }, diff --git a/app/gui/src/dashboard/pages/dashboard/Dashboard.tsx b/app/gui/src/dashboard/pages/dashboard/Dashboard.tsx index 1dd0e0d05a96..3a0369c9b4e1 100644 --- a/app/gui/src/dashboard/pages/dashboard/Dashboard.tsx +++ b/app/gui/src/dashboard/pages/dashboard/Dashboard.tsx @@ -409,13 +409,13 @@ function DashboardInner(props: DashboardProps) { - {process.env.ENSO_CLOUD_CHAT_URL != null ? + {$config.CHAT_URL != null ? { setIsHelpChatOpen(false) }} - endpoint={process.env.ENSO_CLOUD_CHAT_URL} + endpoint={$config.CHAT_URL} /> : (path: string) { - return this.client.get(`${process.env.ENSO_CLOUD_API_URL}/${path}`) + return this.client.get(`${$config.API_URL}/${path}`) } /** Send a JSON HTTP POST request to the given path. */ private post(path: string, payload: object, options?: RemoteBackendPostOptions) { - return this.client.post(`${process.env.ENSO_CLOUD_API_URL}/${path}`, payload, options) + return this.client.post(`${$config.API_URL}/${path}`, payload, options) } /** Send a binary HTTP POST request to the given path. */ private postBinary(path: string, payload: Blob) { - return this.client.postBinary(`${process.env.ENSO_CLOUD_API_URL}/${path}`, payload) + return this.client.postBinary(`${$config.API_URL}/${path}`, payload) } /** Send a JSON HTTP PATCH request to the given path. */ private patch(path: string, payload: object) { - return this.client.patch(`${process.env.ENSO_CLOUD_API_URL}/${path}`, payload) + return this.client.patch(`${$config.API_URL}/${path}`, payload) } /** Send a JSON HTTP PUT request to the given path. */ private put(path: string, payload: object) { - return this.client.put(`${process.env.ENSO_CLOUD_API_URL}/${path}`, payload) + return this.client.put(`${$config.API_URL}/${path}`, payload) } /** Send a binary HTTP PUT request to the given path. */ private putBinary(path: string, payload: Blob) { - return this.client.putBinary(`${process.env.ENSO_CLOUD_API_URL}/${path}`, payload) + return this.client.putBinary(`${$config.API_URL}/${path}`, payload) } /** Send an HTTP DELETE request to the given path. */ private delete(path: string, payload?: Record) { - return this.client.delete(`${process.env.ENSO_CLOUD_API_URL}/${path}`, payload) + return this.client.delete(`${$config.API_URL}/${path}`, payload) } } diff --git a/app/gui/src/entrypoint.ts b/app/gui/src/entrypoint.ts index d298fe233743..97d787eb4e7e 100644 --- a/app/gui/src/entrypoint.ts +++ b/app/gui/src/entrypoint.ts @@ -76,8 +76,8 @@ function main() { const supportsVibrancy = config.window.vibrancy const shouldUseAuthentication = config.authentication.enabled const projectManagerUrl = - (config.engine.projectManagerUrl || resolveEnvUrl(PROJECT_MANAGER_URL)) ?? null - const ydocUrl = (config.engine.ydocUrl || resolveEnvUrl(YDOC_SERVER_URL)) ?? null + (config.engine.projectManagerUrl || resolveEnvUrl($config.PROJECT_MANAGER_URL)) ?? null + const ydocUrl = (config.engine.ydocUrl || resolveEnvUrl($config.YDOC_SERVER_URL)) ?? null const initialProjectName = config.startup.project || null const urlWithoutStartupProject = new URL(location.toString()) urlWithoutStartupProject.searchParams.delete('startup.project') @@ -96,7 +96,7 @@ function main() { appRunner, logger: console, vibrancy: supportsVibrancy, - supportsLocalBackend: !IS_CLOUD_BUILD, + supportsLocalBackend: $config.CLOUD_BUILD !== 'true', supportsDeepLinks: !isDevMode && !isOnLinux(), projectManagerUrl, ydocUrl, diff --git a/app/gui/src/project-view/assets/font-dejavu.css b/app/gui/src/project-view/assets/font-dejavu.css index e070d086f662..a4acbe007856 100644 --- a/app/gui/src/project-view/assets/font-dejavu.css +++ b/app/gui/src/project-view/assets/font-dejavu.css @@ -9,4 +9,3 @@ src: url('/font-dejavu/DejaVuSansMono-Bold.ttf'); font-weight: 700; } - diff --git a/app/gui/vite.config.ts b/app/gui/vite.config.ts index c7628b3221ca..438b8176524c 100644 --- a/app/gui/vite.config.ts +++ b/app/gui/vite.config.ts @@ -13,8 +13,7 @@ import tailwindConfig from './tailwind.config' const dynHostnameWsUrl = (port: number) => JSON.stringify(`ws://__HOSTNAME__:${port}`) const projectManagerUrl = dynHostnameWsUrl(process.env.E2E === 'true' ? 30536 : 30535) -const IS_CLOUD_BUILD = process.env.CLOUD_BUILD === 'true' -const YDOC_SERVER_URL = +const ydocServerUrl = process.env.ENSO_POLYGLOT_YDOC_SERVER ? JSON.stringify(process.env.ENSO_POLYGLOT_YDOC_SERVER) : process.env.NODE_ENV === 'development' ? dynHostnameWsUrl(5976) : undefined @@ -70,9 +69,8 @@ export default defineConfig({ }, define: { ...getDefines(), - IS_CLOUD_BUILD: JSON.stringify(IS_CLOUD_BUILD), - PROJECT_MANAGER_URL: projectManagerUrl, - YDOC_SERVER_URL: YDOC_SERVER_URL, + 'process.env.PROJECT_MANAGER_URL': projectManagerUrl, + 'process.env.YDOC_SERVER_URL': ydocServerUrl, 'import.meta.vitest': false, // Single hardcoded usage of `global` in aws-amplify. 'global.TYPED_ARRAY_SUPPORT': true, @@ -93,6 +91,13 @@ export default defineConfig({ build: { // dashboard chunk size is larger than the default warning limit chunkSizeWarningLimit: 700, + rollupOptions: { + output: { + manualChunks: { + config: ['enso-common/src/config'], + }, + }, + }, }, }) async function projectManagerShim(): Promise { diff --git a/app/ide-desktop/client/buildInfo.ts b/app/ide-desktop/client/buildInfo.ts index 64ccdec7c16f..3608240c3a77 100644 --- a/app/ide-desktop/client/buildInfo.ts +++ b/app/ide-desktop/client/buildInfo.ts @@ -1,4 +1,4 @@ -/** @file A re-export of `build.json` to avoid breakage when moving the path of this module. */ - -import BUILD_INFO from '../../../build.json' assert { type: 'json' } -export default BUILD_INFO +export default { + version: process.env.BUILD_INFO_VERSION ?? 'snapshot', + commit: process.env.BUILD_INFO_COMMIT_HASH ?? '', +} diff --git a/app/ide-desktop/client/electron-builder-config.ts b/app/ide-desktop/client/electron-builder-config.ts index 6b53730c32ff..c7b7c393115b 100644 --- a/app/ide-desktop/client/electron-builder-config.ts +++ b/app/ide-desktop/client/electron-builder-config.ts @@ -1,9 +1,11 @@ -/** @file This module defines a TS script that is responsible for invoking the Electron Builder +/** + * @file This module defines a TS script that is responsible for invoking the Electron Builder * process to bundle the entire IDE distribution. * * There are two areas to this: * - Parsing CLI options as per our needs. - * - The default configuration of the build process. */ + * - The default configuration of the build process. + */ /** @module */ import * as childProcess from 'node:child_process' @@ -17,7 +19,7 @@ import * as common from 'enso-common' import * as fileAssociations from './fileAssociations' import * as paths from './paths' -import computeHashes from './tasks/computeHashes.mjs' +import computeHashes from './tasks/computeHashes' import signArchivesMacOs from './tasks/signArchivesMacOs' import BUILD_INFO from './buildInfo' @@ -26,8 +28,10 @@ import BUILD_INFO from './buildInfo' // === Types === // ============= -/** The parts of the electron-builder configuration that we want to keep configurable. - * @see `args` definition below for fields description. */ +/** + * The parts of the electron-builder configuration that we want to keep configurable. + * @see `args` definition below for fields description. + */ export interface Arguments { // The types come from a third-party API and cannot be changed. // eslint-disable-next-line no-restricted-syntax @@ -42,9 +46,11 @@ export interface Arguments { /** File association configuration, extended with information needed by the `enso-installer`. */ interface ExtendedFileAssociation extends electronBuilder.FileAssociation { - /** The Windows registry key under which the file association is registered. + /** + * The Windows registry key under which the file association is registered. * - * Should follow the pattern `Enso.CamelCaseName`. */ + * Should follow the pattern `Enso.CamelCaseName`. + */ readonly progId: string } @@ -61,8 +67,10 @@ interface InstallerAdditionalConfig { // === Argument parser configuration === //====================================== -/** CLI argument parser (with support for environment variables) that provides - * the necessary options. */ +/** + * CLI argument parser (with support for environment variables) that provides + * the necessary options. + */ export const args: Arguments = await yargs(process.argv.slice(2)) .env('ENSO_BUILD') .option({ @@ -132,10 +140,12 @@ export const EXTENDED_FILE_ASSOCIATIONS = [ }, ] -/** Returns non-extended file associations, as required by the `electron-builder`. +/** + * Returns non-extended file associations, as required by the `electron-builder`. * * Note that we need to actually remove any additional fields that we added to the file associations, - * as the `electron-builder` will error out if it encounters unknown fields. */ + * as the `electron-builder` will error out if it encounters unknown fields. + */ function getFileAssociations(): electronBuilder.FileAssociation[] { return EXTENDED_FILE_ASSOCIATIONS.map(assoc => { const { ext, name, role, mimeType } = assoc @@ -177,7 +187,8 @@ export function createElectronBuilderConfig(passedArgs: Arguments): electronBuil // simplified for the MSI installer to cope. artifactName: 'enso-${os}-${arch}-' + BUILD_INFO.version + '.${ext}', - /** Definitions of URL {@link electronBuilder.Protocol} schemes used by the IDE. + /** + * Definitions of URL {@link electronBuilder.Protocol} schemes used by the IDE. * * Electron will register all URL protocol schemes defined here with the OS. * Once a URL protocol scheme is registered with the OS, any links using that scheme @@ -191,7 +202,8 @@ export function createElectronBuilderConfig(passedArgs: Arguments): electronBuil * - navigate to the location specified by the URL of the deep link. * * For details on how this works, see: - * https://www.electronjs.org/docs/latest/tutorial/launch-app-from-url-in-another-app. */ + * https://www.electronjs.org/docs/latest/tutorial/launch-app-from-url-in-another-app. + */ protocols: [ /** Electron URL protocol scheme definition for deep links to authentication pages. */ { @@ -336,7 +348,8 @@ export function createElectronBuilderConfig(passedArgs: Arguments): electronBuil } } -/** Write the configuration to a JSON file. +/** + * Write the configuration to a JSON file. * * On Windows it is necessary to provide configuration to our installer. On other platforms, this may be useful for debugging. * diff --git a/app/ide-desktop/client/esbuildConfig.ts b/app/ide-desktop/client/esbuildConfig.ts index 672c15866f50..520abdd1792e 100644 --- a/app/ide-desktop/client/esbuildConfig.ts +++ b/app/ide-desktop/client/esbuildConfig.ts @@ -18,7 +18,8 @@ await appConfig.readEnvironmentFromFile() // === Bundling === // ================ -/** Get the bundler options using the environment. +/** + * Get the bundler options using the environment. * * The following environment variables are required: * - `ENSO_BUILD_IDE` - output directory for bundled client files; diff --git a/app/ide-desktop/client/src/globals.d.ts b/app/ide-desktop/client/src/globals.d.ts index 05ed085fb59e..103c01bc31eb 100644 --- a/app/ide-desktop/client/src/globals.d.ts +++ b/app/ide-desktop/client/src/globals.d.ts @@ -1,11 +1,8 @@ -/** @file Globals defined outside of TypeScript files. +/** + * @file Globals defined outside of TypeScript files. * These are from variables defined at build time, environment variables, - * monkeypatching on `window` and generated code. */ -import type * as common from 'enso-common' - -// This file is being imported for its types. -// eslint-disable-next-line no-restricted-syntax -import * as buildJson from './../../build.json' assert { type: 'json' } + * monkeypatching on `window` and generated code. + */ // ============= // === Types === @@ -25,8 +22,10 @@ interface Enso { // === Backend API === // =================== -/** `window.backendApi` is a context bridge to the main process, when we're running in an - * Electron context. It contains non-authentication-related functionality. */ +/** + * `window.backendApi` is a context bridge to the main process, when we're running in an + * Electron context. It contains non-authentication-related functionality. + */ interface BackendApi { /** Return the ID of the new project. */ readonly importProjectFromPath: ( @@ -40,7 +39,8 @@ interface BackendApi { // === Authentication API === // ========================== -/** `window.authenticationApi` is a context bridge to the main process, when we're running in an +/** + * `window.authenticationApi` is a context bridge to the main process, when we're running in an * Electron context. * * # Safety @@ -48,12 +48,15 @@ interface BackendApi { * We're assuming that the main process has exposed the `authenticationApi` context bridge (see * `lib/client/src/preload.ts` for details), and that it contains the functions defined in this * interface. Our app can't function if these assumptions are not met, so we're disabling the - * TypeScript checks for this interface when we use it. */ + * TypeScript checks for this interface when we use it. + */ interface AuthenticationApi { /** Open a URL in the system browser. */ readonly openUrlInSystemBrowser: (url: string) => void - /** Set the callback to be called when the system browser redirects back to a URL in the app, - * via a deep link. See `setDeepLinkHandler` for details. */ + /** + * Set the callback to be called when the system browser redirects back to a URL in the app, + * via a deep link. See `setDeepLinkHandler` for details. + */ readonly setDeepLinkHandler: (callback: (url: string) => void) => void /** Saves the access token to a file. */ readonly saveAccessToken: (accessToken: dashboard.AccessToken | null) => void @@ -63,8 +66,10 @@ interface AuthenticationApi { // === Navigation API === // ====================== -/** `window.navigationApi` is a context bridge to the main process, when we're running in an - * Electron context. It contains navigation-related functionality. */ +/** + * `window.navigationApi` is a context bridge to the main process, when we're running in an + * Electron context. It contains navigation-related functionality. + */ interface NavigationApi { /** Go back in the navigation history. */ readonly goBack: () => void @@ -115,8 +120,10 @@ interface ProjectInfo { readonly parentDirectory: string } -/** `window.projectManagementApi` exposes functionality related to system events related to - * project management. */ +/** + * `window.projectManagementApi` exposes functionality related to system events related to + * project management. + */ interface ProjectManagementApi { readonly setOpenProjectHandler: (handler: (projectInfo: ProjectInfo) => void) => void } @@ -205,8 +212,4 @@ declare global { /* eslint-enable @typescript-eslint/naming-convention */ } } - - // These are used in other files (because they're globals) - /* eslint-disable @typescript-eslint/naming-convention */ - const BUILD_INFO: buildJson.BuildInfo } diff --git a/app/ide-desktop/client/src/modules.d.ts b/app/ide-desktop/client/src/modules.d.ts index 0b5d82e9acaa..a38484ea4775 100644 --- a/app/ide-desktop/client/src/modules.d.ts +++ b/app/ide-desktop/client/src/modules.d.ts @@ -1,20 +1,8 @@ -/** @file Type definitions for modules that currently lack typings on DefinitelyTyped. +/** + * @file Type definitions for modules that currently lack typings on DefinitelyTyped. * - * This file MUST NOT `export {}` so that the modules are visible to other files. */ - -// Required because this is a build artifact, which does not exist on a clean repository. -declare module '*/build.json' { - /** Build metadata generated by the build CLI. */ - export interface BuildInfo { - readonly commit: string - readonly version: string - readonly engineVersion: string - readonly name: string - } - - const BUILD_INFO: BuildInfo - export default BUILD_INFO -} + * This file MUST NOT `export {}` so that the modules are visible to other files. + */ declare module 'create-servers' { import type * as http from 'node:http' diff --git a/app/ide-desktop/client/src/preload.ts b/app/ide-desktop/client/src/preload.ts index f98aa0c6f636..9eae988f6476 100644 --- a/app/ide-desktop/client/src/preload.ts +++ b/app/ide-desktop/client/src/preload.ts @@ -1,7 +1,9 @@ -/** @file Preload script containing code that runs before web page is loaded into the browser +/** + * @file Preload script containing code that runs before web page is loaded into the browser * window. It has access to both DOM APIs and Node environment, and is used to expose privileged * APIs to the renderer via the contextBridge API. To learn more, visit: - * https://www.electronjs.org/docs/latest/tutorial/tutorial-preload. */ + * https://www.electronjs.org/docs/latest/tutorial/tutorial-preload. + */ import type * as accessToken from 'enso-common/src/accessToken' @@ -15,7 +17,7 @@ import type * as projectManagement from '@/projectManagement' // actually honours ".mjs" files for sandboxed preloading (this will likely become an error at that time). // https://www.electronjs.org/fr/docs/latest/tutorial/esm#sandboxed-preload-scripts-cant-use-esm-imports // eslint-disable-next-line no-restricted-syntax, @typescript-eslint/no-var-requires -const electron = require('electron') +import electron from 'electron' // ================= // === Constants === @@ -94,7 +96,8 @@ electron.ipcRenderer.on( }, ) -/** Object exposed on the Electron main window; provides proxy functions to: +/** + * Object exposed on the Electron main window; provides proxy functions to: * - open OAuth flows in the system browser, and * - handle deep links from the system browser or email client to the dashboard. * @@ -104,28 +107,35 @@ electron.ipcRenderer.on( * The functions are exposed via this "API object", which is added to the main window. * * For more details, see: - * https://www.electronjs.org/docs/latest/api/context-bridge#api-functions. */ + * https://www.electronjs.org/docs/latest/api/context-bridge#api-functions. + */ exposeInMainWorld(AUTHENTICATION_API_KEY, { - /** Open a URL in the system browser (rather than in the app). + /** + * Open a URL in the system browser (rather than in the app). * * OAuth URLs must be opened this way because the dashboard application is sandboxed and thus - * not privileged to do so unless we explicitly expose this functionality. */ + * not privileged to do so unless we explicitly expose this functionality. + */ openUrlInSystemBrowser: (url: string) => { electron.ipcRenderer.send(ipc.Channel.openUrlInSystemBrowser, url) }, - /** Set the callback that will be called when a deep link to the application is opened. + /** + * Set the callback that will be called when a deep link to the application is opened. * * The callback is intended to handle links like * `enso://authentication/register?code=...&state=...` from external sources like the user's * system browser or email client. Handling the links involves resuming whatever flow was in - * progress when the link was opened (e.g., an OAuth registration flow). */ + * progress when the link was opened (e.g., an OAuth registration flow). + */ setDeepLinkHandler: (callback: (url: string) => void) => { deepLinkHandler = callback }, - /** Save the access token to a credentials file. + /** + * Save the access token to a credentials file. * * The backend doesn't have access to Electron's `localStorage` so we need to save access token - * to a file. Then the token will be used to sign cloud API requests. */ + * to a file. Then the token will be used to sign cloud API requests. + */ saveAccessToken: (accessTokenPayload: accessToken.AccessToken | null) => { electron.ipcRenderer.send(ipc.Channel.saveAccessToken, accessTokenPayload) }, diff --git a/app/ide-desktop/client/tasks/computeHashes.mjs b/app/ide-desktop/client/tasks/computeHashes.mjs deleted file mode 100644 index f0797dfb7ee5..000000000000 --- a/app/ide-desktop/client/tasks/computeHashes.mjs +++ /dev/null @@ -1,75 +0,0 @@ -/** @file Definition of hash computing functions. */ - -import * as cryptoModule from 'node:crypto' -import * as fs from 'node:fs' -import * as pathModule from 'node:path' - -// ================= -// === Constants === -// ================= -/** @typedef {"md5" | "sha1" | "sha256"} ChecksumType */ -const CHECKSUM_TYPE = 'sha256' - -// ================ -// === Checksum === -// ================ - -/** The `type` argument can be one of `md5`, `sha1`, or `sha256`. - * @param {string} path - Path to the file. - * @param {ChecksumType} type - The checksum algorithm to use. - * @returns {Promise} A promise that resolves to the checksum. */ -function getChecksum(path, type) { - return new Promise( - // This JSDoc annotation is required for correct types that are also type-safe. - /** Promise handler resolving to the file's checksum. - * @param {(value: string) => void} resolve - Fulfill the promise with the given value. */ - (resolve, reject) => { - const hash = cryptoModule.createHash(type) - const input = fs.createReadStream(path) - input.on('error', reject) - input.on('data', chunk => { - hash.update(chunk) - }) - input.on('close', () => { - resolve(hash.digest('hex')) - }) - }, - ) -} - -/** Based on https://stackoverflow.com/a/57371333. - * @param {string} file - The path to the file. - * @param {string} extension - The new extension of the file. - * @returns A path with the new exension. */ -function changeExtension(file, extension) { - const basename = pathModule.basename(file, pathModule.extname(file)) - return pathModule.join(pathModule.dirname(file), `${basename}.${extension}`) -} - -/** Write the file checksum to the provided path. - * @param {string} path - The path to the file. - * @param {ChecksumType} type - The checksum algorithm to use. */ -async function writeFileChecksum(path, type) { - const checksum = await getChecksum(path, type) - const targetPath = changeExtension(path, type) - console.log(`Writing ${targetPath}. Checksum is ${checksum}.`) - await fs.promises.writeFile(targetPath, checksum, 'utf8') -} - -// ================ -// === Callback === -// ================ - -/** Generates checksums for all build artifacts. - * @param {import('electron-builder').BuildResult} context - Build information. - * @returns {Promise} afterAllArtifactBuild hook result. - */ -export default async function (context) { - // `context` is BuildResult, see - // https://www.electron.build/configuration/configuration.html#buildresult - for (const file of context.artifactPaths) { - console.log(`Generating ${CHECKSUM_TYPE} checksum for ${file}.`) - await writeFileChecksum(file, CHECKSUM_TYPE) - } - return [] -} diff --git a/app/ide-desktop/client/tasks/computeHashes.ts b/app/ide-desktop/client/tasks/computeHashes.ts new file mode 100644 index 000000000000..c87752e0c3d2 --- /dev/null +++ b/app/ide-desktop/client/tasks/computeHashes.ts @@ -0,0 +1,84 @@ +/** @file Definition of hash computing functions. */ + +import type { BuildResult } from 'electron-builder' +import * as cryptoModule from 'node:crypto' +import * as fs from 'node:fs' +import * as pathModule from 'node:path' + +// ================= +// === Constants === +// ================= +const CHECKSUM_TYPE = 'sha256' + +// ================ +// === Checksum === +// ================ + +/** + * The `type` argument can be one of `md5`, `sha1`, or `sha256`. + * @param path - Path to the file. + * @param algorithm - The checksum algorithm to use. + * @returns A promise that resolves to the checksum. + */ +function getChecksum(path: string, algorithm: string) { + return new Promise( + // This JSDoc annotation is required for correct types that are also type-safe. + /** + * Promise handler resolving to the file's checksum. + * @param resolve - Fulfill the promise with the given value. + */ + (resolve, reject) => { + const hash = cryptoModule.createHash(algorithm) + const input = fs.createReadStream(path) + input.on('error', reject) + input.on('data', chunk => { + hash.update(chunk) + }) + input.on('close', () => { + resolve(hash.digest('hex')) + }) + }, + ) +} + +/** + * Based on https://stackoverflow.com/a/57371333. + * @param file - The path to the file. + * @param extension - The new extension of the file. + * @returns A path with the new exension. + */ +function changeExtension(file: string, extension: string) { + const basename = pathModule.basename(file, pathModule.extname(file)) + return pathModule.join(pathModule.dirname(file), `${basename}.${extension}`) +} + +/** + * Write the file checksum to the provided path. + * @param path - The path to the file. + * @param algorithm - The checksum algorithm to use. + */ +async function writeFileChecksum(path: string, algorithm: string) { + const checksum = await getChecksum(path, algorithm) + const targetPath = changeExtension(path, algorithm) + console.log(`Writing ${targetPath}. Checksum is ${checksum}.`) + await fs.promises.writeFile(targetPath, checksum, 'utf8') +} + +// ================ +// === Callback === +// ================ + +/** + * Generates checksums for all build artifacts. + * @param context - Build information. + * @returns afterAllArtifactBuild hook result. + */ +export default async function (context: BuildResult) { + // `context` is BuildResult, see + // https://www.electron.build/configuration/configuration.html#buildresult + for (const file of context.artifactPaths) { + console.log(`Generating ${CHECKSUM_TYPE} checksum for ${file}.`) + await writeFileChecksum(file, CHECKSUM_TYPE) + } + return [] +} diff --git a/app/ide-desktop/client/tasks/signArchivesMacOs.ts b/app/ide-desktop/client/tasks/signArchivesMacOs.ts index 77f5cda74519..0e6fb9479db0 100644 --- a/app/ide-desktop/client/tasks/signArchivesMacOs.ts +++ b/app/ide-desktop/client/tasks/signArchivesMacOs.ts @@ -1,4 +1,5 @@ -/** @file This script signs the content of all archives that we have for macOS. +/** + * @file This script signs the content of all archives that we have for macOS. * For this to work this needs to run on macOS with `codesign`, and a JDK installed. * `codesign` is needed to sign the files, while the JDK is needed for correct packing * and unpacking of java archives. @@ -11,7 +12,8 @@ * This code is based on https://github.com/electron/electron-osx-sign/pull/231 * but our use-case is unlikely to be supported by `electron-osx-sign` * as it adds a java toolchain as additional dependency. - * This script should be removed once the engine is signed. */ + * This script should be removed once the engine is signed. + */ import * as childProcess from 'node:child_process' import * as fs from 'node:fs/promises' @@ -138,8 +140,10 @@ async function ensoPackageSignables(resourcesDir: string): Promise { /** Information we need to sign a given binary. */ interface SigningContext { - /** A digital identity that is stored in a keychain that is on the calling user's keychain - * search list. We rely on this already being set up by the Electron Builder. */ + /** + * A digital identity that is stored in a keychain that is on the calling user's keychain + * search list. We rely on this already being set up by the Electron Builder. + */ readonly identity: string /** Path to the entitlements file. */ readonly entitlements: string @@ -160,9 +164,11 @@ function run(cmd: string, args: string[], cwd?: string) { return childProcess.execFileSync(cmd, args, { cwd }).toString() } -/** Archive with some binaries that we want to sign. +/** + * Archive with some binaries that we want to sign. * - * Can be either a zip or a jar file. */ + * Can be either a zip or a jar file. + */ class ArchiveToSign implements Signable { /** Looks up for archives to sign using the given path patterns. */ static lookupMany = lookupManyHelper(ArchiveToSign.lookup.bind(this)) @@ -171,8 +177,10 @@ class ArchiveToSign implements Signable { constructor( /** An absolute path to the archive. */ public path: string, - /** A list of patterns for files to sign inside the archive. - * Relative to the root of the archive. */ + /** + * A list of patterns for files to sign inside the archive. + * Relative to the root of the archive. + */ public binaries: glob.Pattern[], ) {} @@ -181,8 +189,10 @@ class ArchiveToSign implements Signable { return lookupHelper(path => new ArchiveToSign(path, binaries))(base, pattern) } - /** Sign content of an archive. This function extracts the archive, signs the required files, - * re-packages the archive and replaces the original. */ + /** + * Sign content of an archive. This function extracts the archive, signs the required files, + * re-packages the archive and replaces the original. + */ async sign(context: SigningContext) { console.log(`Signing archive ${this.path}`) const archiveName = pathModule.basename(this.path) @@ -268,10 +278,12 @@ class BinaryToSign implements Signable { // === Discovering Signables. === // ============================== -/** Helper used to concisely define patterns for an archive to sign. +/** + * Helper used to concisely define patterns for an archive to sign. * * Consists of pattern of the archive path - * and set of patterns for files to sign inside the archive. */ + * and set of patterns for files to sign inside the archive. + */ type ArchivePattern = [glob.Pattern, glob.Pattern[]] /** Like `glob` but returns absolute paths by default. */ @@ -280,8 +292,10 @@ async function globAbsolute(pattern: glob.Pattern, options?: glob.Options): Prom return paths } -/** Glob patterns relative to a given base directory. The base directory is allowed to be a pattern - * as well. */ +/** + * Glob patterns relative to a given base directory. The base directory is allowed to be a pattern + * as well. + */ async function globAbsoluteIn( base: glob.Pattern, pattern: glob.Pattern, diff --git a/app/ide-desktop/client/watch.ts b/app/ide-desktop/client/watch.ts index f09c23760306..fa0243afba1e 100644 --- a/app/ide-desktop/client/watch.ts +++ b/app/ide-desktop/client/watch.ts @@ -1,11 +1,13 @@ -/** @file This script is for watching the whole IDE and spawning the electron process. +/** + * @file This script is for watching the whole IDE and spawning the electron process. * * It sets up watchers for the client and content, and spawns the electron process with the IDE. * The spawned electron process can then use its refresh capability to pull the latest changes * from the watchers. * * If the electron app is closed, the script will restart it, allowing to test the IDE setup. - * To stop, use Ctrl+C. */ + * To stop, use Ctrl+C. + */ import * as childProcess from 'node:child_process' import * as fs from 'node:fs/promises' import * as path from 'node:path' @@ -36,7 +38,6 @@ const PROJECT_MANAGER_BUNDLE_PATH = paths.getProjectManagerBundlePath() // === Watch === // ============= -// @ts-expect-error This is the only place where an environment variable should be written to. process.env.ELECTRON_DEV_MODE = 'true' console.log('Cleaning IDE dist directory.') await fs.rm(IDE_DIR_PATH, { recursive: true, force: true }) diff --git a/app/ydoc-shared/BUILD.bazel b/app/ydoc-shared/BUILD.bazel index 8e9021b4722b..1899daf8c3a9 100644 --- a/app/ydoc-shared/BUILD.bazel +++ b/app/ydoc-shared/BUILD.bazel @@ -65,8 +65,7 @@ js_run_binary( name = "generate_ast_typedefs", tool = ":parser-codegen-bin", srcs = ["//lib/rust/parser/schema:generate"], - # Why is this location path incorrect? ¯\_(ツ)_/¯ - args = ["../../../$(location //lib/rust/parser/schema:generate)"], + args = ["$(rootpath //lib/rust/parser/schema:generate)"], stdout = "src/ast/generated/ast.ts", visibility = ["//visibility:public"], ) diff --git a/app/ydoc-shared/src/ast/index.ts b/app/ydoc-shared/src/ast/index.ts index 956f78239398..86afb81a3df9 100644 --- a/app/ydoc-shared/src/ast/index.ts +++ b/app/ydoc-shared/src/ast/index.ts @@ -13,7 +13,8 @@ export * from './token' export * from './tree' declare const brandOwned: unique symbol -/** Used to mark references required to be unique. +/** + * Used to mark references required to be unique. * * Note that the typesystem cannot stop you from copying an `Owned`, * but that is an easy mistake to see (because it occurs locally). @@ -30,6 +31,9 @@ export function asOwned(t: T): Owned { export type NodeChild = { whitespace: string | undefined; node: T } export type RawNodeChild = NodeChild | NodeChild +/** + * + */ export function newExternalId(): ExternalId { return random.uuidv4() as ExternalId } @@ -72,7 +76,8 @@ function unwrapGroups(ast: Ast) { return ast } -/** Tries to recognize inputs that are semantically-equivalent to a sequence of `App`s, and returns the arguments +/** + * Tries to recognize inputs that are semantically-equivalent to a sequence of `App`s, and returns the arguments * identified and LHS of the analyzable chain. * * In particular, this function currently recognizes syntax used in visualization-preprocessor expressions. diff --git a/bazel_scripts/secrets.bzl b/bazel_scripts/secrets.bzl new file mode 100644 index 000000000000..23cde0915dcb --- /dev/null +++ b/bazel_scripts/secrets.bzl @@ -0,0 +1,95 @@ +""" + +Explicitly import secrets from the environment into the workspace. The 'entries' +is a string -> string key/value mapping such that the key is the name of the +environment variable to import. If the value is the special token '' +the build will fail if the variable is unset or empty. Otherwise the value will +be used as the default. + + environment_secrets( + name="env", + entries = { + "MAVEN_REPO_USER": "", + "MAVEN_REPO_PASSWORD": "", + "DOCKER_PASSWORD": "", + "DOCKER_URL": "index.docker.io", + }, + ) + +In the example above, DOCKER_URL will use the value 'index.docker.io' if the +"DOCKER_URL" environment variable is not set. + +Then in build scripts you can reference these by importing a custom bzl file. + + # Import a secret into the local BUILD.bazel environment + load("@env//:defs.bzl","MAVEN_REPO_USER") + + # Use the value + sample_rule(arg=MAVEN_REPO_USER) + +""" + +BUILD_BZL_CONTENTS=''' +filegroup( + name="secrets", + srcs=["defs.bzl"], + visibility=["//visibility:public"] +) +''' + +UNSET_VALUE = "______UNSET______" +REQUIRED_VALUE = "" + + +def _environment_secrets_impl(repository_ctx): + entries = repository_ctx.attr.entries + + lines = [] + lines.append("def getenv(env, fail_missing = True):") + lines.append(" if False:") + lines.append(" pass") + + for key, defaultValue in entries.items(): + lines.append(" elif env == \"{0}\":".format(key)) + + value = repository_ctx.getenv(key, UNSET_VALUE) + if value == UNSET_VALUE and defaultValue == REQUIRED_VALUE: + lines.append(" return fail(\"Tried to use required environment value without providing its value: {}\".format(env)) if fail_missing else None") + continue + elif value == UNSET_VALUE and defaultValue: + value = defaultValue + + # Escape quotes and backslashes + value = value.replace("\\","\\\\").replace("\"","\\\"") + lines.append(" return \"{}\"".format(value)) + + lines.append(" else:") + lines.append(" fail(\"Tried to use not declared environment value: {}\").format(env)") + + repository_ctx.file("defs.bzl", "\n".join(lines)) + repository_ctx.file("BUILD.bazel", BUILD_BZL_CONTENTS) + +environment_secrets_rule = repository_rule( + implementation = _environment_secrets_impl, + attrs = { + "entries": attr.string_dict(default = {}), + }, +) + +def _secrets_impl(ctx): + module = ctx.modules[0] + environment_repo = module.tags.environment_repo + environment_secrets_rule( + name = environment_repo[0].name, + entries = environment_repo[0].entries + ) + +environment_repo = tag_class(attrs={ + "name": attr.string(default = "env"), + "entries": attr.string_dict(default = {}), +}) + +secrets = module_extension( + implementation = _secrets_impl, + tag_classes = {"environment_repo": environment_repo}, +) \ No newline at end of file diff --git a/build_tools/build/src/ide/web.rs b/build_tools/build/src/ide/web.rs index 547d58d55d28..0c80286840db 100644 --- a/build_tools/build/src/ide/web.rs +++ b/build_tools/build/src/ide/web.rs @@ -123,7 +123,7 @@ pub fn unpacked_dir(output_path: impl AsRef, os: OS, arch: Arch) -> PathBu /// Computes the SHA-256 checksum of a file and writes it to a file. /// -/// This is a Rust equivalent of the `app/ide-desktop/client/tasks/computeHashes.mjs`. +/// This is a Rust equivalent of the `app/ide-desktop/client/tasks/computeHashes.ts`. pub fn store_sha256_checksum(file: impl AsRef, checksum_file: impl AsRef) -> Result { let mut hasher = sha2::Sha256::new(); let mut file = ide_ci::fs::open(&file)?; From 3fa31912b96edef2d113f5210c491317c7775cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 16 Oct 2024 14:14:08 +0200 Subject: [PATCH 049/151] prototype bazel github action --- .github/workflows/bazel-build.yml | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/bazel-build.yml diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml new file mode 100644 index 000000000000..2f8635ff2b23 --- /dev/null +++ b/.github/workflows/bazel-build.yml @@ -0,0 +1,36 @@ +name: Bazel build +on: + push: + branches: + - develop + pull_request: {} +jobs: + build-gui: + name: Run bazel GUI build + # if: github.ref != 'refs/heads/develop' + runs-on: + - ubuntu-latest + steps: + - uses: bazel-contrib/setup-bazel@0.9.0 + with: + bazelisk-cache: true + disk-cache: true + repository-cache: true + - uses: actions/checkout@v4 + - run: bazel build //app/gui:dist + env: + ENSO_CLOUD_API_URL: ${{ vars.ENSO_CLOUD_API_URL }} + ENSO_CLOUD_CHAT_URL: ${{ vars.ENSO_CLOUD_CHAT_URL }} + ENSO_CLOUD_COGNITO_DOMAIN: ${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }} + ENSO_CLOUD_COGNITO_REGION: ${{ vars.ENSO_CLOUD_COGNITO_REGION }} + ENSO_CLOUD_COGNITO_USER_POOL_ID: ${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }} + ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID: ${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }} + ENSO_CLOUD_ENVIRONMENT: ${{ vars.ENSO_CLOUD_ENVIRONMENT }} + ENSO_CLOUD_GOOGLE_ANALYTICS_TAG: ${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }} + ENSO_CLOUD_SENTRY_DSN: ${{ vars.ENSO_CLOUD_SENTRY_DSN }} + ENSO_CLOUD_STRIPE_KEY: ${{ vars.ENSO_CLOUD_STRIPE_KEY }} + VITE_ENSO_AG_GRID_LICENSE_KEY: ${{ vars.ENSO_AG_GRID_LICENSE_KEY }} + VITE_ENSO_MAPBOX_API_TOKEN: ${{ vars.ENSO_MAPBOX_API_TOKEN }} + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # permissions: + # actions: write From 8cb31642c4f5776f8b38aa44ebe61b9ebc6867ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 16 Oct 2024 16:23:13 +0200 Subject: [PATCH 050/151] try producing action artifact --- .github/workflows/bazel-build.yml | 13 ++++++++++--- app/common/src/appConfig.ts | 4 ++-- package.json | 3 ++- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 2f8635ff2b23..2aff726b4851 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -31,6 +31,13 @@ jobs: ENSO_CLOUD_STRIPE_KEY: ${{ vars.ENSO_CLOUD_STRIPE_KEY }} VITE_ENSO_AG_GRID_LICENSE_KEY: ${{ vars.ENSO_AG_GRID_LICENSE_KEY }} VITE_ENSO_MAPBOX_API_TOKEN: ${{ vars.ENSO_MAPBOX_API_TOKEN }} - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # permissions: - # actions: write + - name: Get build output location + run: | + OUTPUT_SYMLINK=$(bazel cquery --output=files //app/gui:dist) + BAZEL_OUTPUT=$(readlink -f "$OUTPUT_SYMLINK") + echo "BAZEL_OUTPUT=$BAZEL_OUTPUT" >> $GITHUB_ENV + - uses: actions/upload-artifact@v4 + with: + name: gui-static + path: ${{ env.BAZEL_OUTPUT }} + if-no-files-found: error diff --git a/app/common/src/appConfig.ts b/app/common/src/appConfig.ts index e9f48153cc4c..33e67ec34537 100644 --- a/app/common/src/appConfig.ts +++ b/app/common/src/appConfig.ts @@ -7,7 +7,7 @@ import * as url from 'node:url' // === readEnvironmentFromFile === // =============================== -const PATH_TO_REPO_ROOT = url.fileURLToPath(new URL('../../../..', import.meta.url)) +const PATH_TO_ENV_FILE_DIR = url.fileURLToPath(new URL('../../ide-desktop/', import.meta.url)) /** * Read environment variables from a file based on the `ENSO_CLOUD_ENVIRONMENT` @@ -18,7 +18,7 @@ export async function readEnvironmentFromFile() { const environment = process.env.ENSO_CLOUD_ENVIRONMENT ?? null const isProduction = environment == null || environment === '' || environment === 'production' const fileName = isProduction ? '.env' : `.${environment}.env` - const filePath = path.join(PATH_TO_REPO_ROOT, fileName) + const filePath = path.join(PATH_TO_ENV_FILE_DIR, fileName) if (process.env.TRY_LOAD_ENV_FILE !== 'false') { try { const file = await fs.readFile(filePath, { encoding: 'utf-8' }) diff --git a/package.json b/package.json index 9877b6198ac2..4f6dd71e1370 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "name": "root", "scripts": { "dev:gui": "corepack pnpm run --parallel -r --filter enso-gui --filter ydoc-server-nodejs --aggregate-output /^^^^dev:/", - "build:gui": "corepack pnpm run -r --filter enso-gui build", + "compile": "corepack pnpm run -r compile", + "build:gui": "corepack pnpm run -r compile && corepack pnpm run -r --filter enso-gui build", "build:ide": "corepack pnpm run -r compile && corepack pnpm run -r --filter enso build", "build:icons": "corepack pnpm run -r --filter enso-icons build", "dist:ide": "corepack pnpm run -r --filter enso dist", From 8ee61e9592bdd395647cb6d0aeab9f4672e40ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 13:47:33 +0200 Subject: [PATCH 051/151] WIP doentv related config changes --- .github/workflows/bazel-build.yml | 1 + .gitignore | 4 + app/common/src/appConfig.ts | 137 ------------------ app/common/src/config.ts | 31 ---- app/common/src/gtag.ts | 35 ----- app/gui/.env.bazel | 12 ++ app/gui/.env.testing | 11 ++ app/gui/env.d.ts | 12 +- app/gui/index.html | 72 ++++----- app/gui/src/config.ts | 40 +++++ .../src/dashboard/authentication/service.ts | 5 +- app/gui/src/dashboard/hooks/gtagHooks.ts | 36 ++++- app/gui/src/dashboard/index.tsx | 2 +- app/gui/src/dashboard/layouts/Editor.tsx | 1 - .../src/dashboard/services/RemoteBackend.ts | 2 +- app/gui/src/dashboard/utilities/HttpClient.ts | 8 +- app/gui/src/entrypoint.ts | 5 +- .../project-view/components/GraphEditor.vue | 3 +- app/gui/src/project-view/config.json | 5 - app/gui/src/project-view/e2e-entrypoint.ts | 3 - app/gui/tsconfig.app.json | 21 ++- app/gui/vite.config.ts | 19 +-- app/gui/vite.test.config.ts | 9 +- app/ide-desktop/client/src/config.json | 25 ---- app/ide-desktop/client/src/configParser.ts | 2 - app/ide-desktop/client/tests/setup.ts | 2 +- build_tools/build/src/ide/web.rs | 3 - lib/js/runner/src/runner/config.json | 74 ---------- 28 files changed, 170 insertions(+), 410 deletions(-) delete mode 100644 app/common/src/appConfig.ts delete mode 100644 app/common/src/config.ts delete mode 100644 app/common/src/gtag.ts create mode 100644 app/gui/.env.bazel create mode 100644 app/gui/.env.testing create mode 100644 app/gui/src/config.ts delete mode 100644 lib/js/runner/src/runner/config.json diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 2aff726b4851..63df9678afe1 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -31,6 +31,7 @@ jobs: ENSO_CLOUD_STRIPE_KEY: ${{ vars.ENSO_CLOUD_STRIPE_KEY }} VITE_ENSO_AG_GRID_LICENSE_KEY: ${{ vars.ENSO_AG_GRID_LICENSE_KEY }} VITE_ENSO_MAPBOX_API_TOKEN: ${{ vars.ENSO_MAPBOX_API_TOKEN }} + CLOUD_BUILD: false - name: Get build output location run: | OUTPUT_SYMLINK=$(bazel cquery --output=files //app/gui:dist) diff --git a/.gitignore b/.gitignore index adec95ec95b7..4606d1ab5eea 100644 --- a/.gitignore +++ b/.gitignore @@ -192,4 +192,8 @@ playwright/.cache/ ################# ## Environment ## ################# +.env.local +.env.*.local + +# We used to have this file treated as local. Keep it in gitignore to avoid accidental checkin. .env diff --git a/app/common/src/appConfig.ts b/app/common/src/appConfig.ts deleted file mode 100644 index 33e67ec34537..000000000000 --- a/app/common/src/appConfig.ts +++ /dev/null @@ -1,137 +0,0 @@ -/** @file Functions for managing app configuration. */ -import * as fs from 'node:fs/promises' -import * as path from 'node:path' -import * as url from 'node:url' - -// =============================== -// === readEnvironmentFromFile === -// =============================== - -const PATH_TO_ENV_FILE_DIR = url.fileURLToPath(new URL('../../ide-desktop/', import.meta.url)) - -/** - * Read environment variables from a file based on the `ENSO_CLOUD_ENVIRONMENT` - * environment variable. Reads from `.env` if the variable is `production`, blank or absent. - * DOES NOT override existing environment variables if the variable is absent. - */ -export async function readEnvironmentFromFile() { - const environment = process.env.ENSO_CLOUD_ENVIRONMENT ?? null - const isProduction = environment == null || environment === '' || environment === 'production' - const fileName = isProduction ? '.env' : `.${environment}.env` - const filePath = path.join(PATH_TO_ENV_FILE_DIR, fileName) - if (process.env.TRY_LOAD_ENV_FILE !== 'false') { - try { - const file = await fs.readFile(filePath, { encoding: 'utf-8' }) - let entries = file.split('\n').flatMap(line => { - if (/^\s*$|^.s*#/.test(line)) { - return [] - } else { - const [key = '', value = ''] = line.split('=', 2) - return [[key, value]] - } - }) - if (isProduction) { - entries = entries.filter(kv => { - const [k] = kv - return k != null && process.env[k] == null - }) - } - const variables = Object.fromEntries(entries) - if (!isProduction || entries.length > 0) { - Object.assign(process.env, variables) - } - } catch (error) { - const expectedKeys = Object.keys(DUMMY_DEFINES) - .map(key => key.replace(/^process[.]env[.]/, '')) - .filter(key => key !== 'NODE_ENV') - const missingKeys = [] - for (const key of expectedKeys) { - if (!(key in process.env)) { - missingKeys.push(key) - } - } - if (missingKeys.length !== 0) { - console.warn('Could not load `.env` file; disabling cloud backend.') - console.warn(`Missing keys: ${missingKeys.map(key => `'${key}'`).join(', ')}`) - console.error(error) - } - } - } - - process.env.VERSION ??= process.env.BUILD_INFO_VERSION - process.env.COMMIT_HASH ??= process.env.BUILD_INFO_COMMIT_HASH -} - -// =============== -// === globals === -// =============== - -/** The value as JSON if it is not nullish, else `'undefined'` */ -function stringify(value: unknown) { - return value == null ? 'undefined' : JSON.stringify(value) -} - -/** - * Return an object containing app configuration to inject. - * - * This includes: - * - the base URL for backend endpoints - * - the WebSocket URL for the chatbot - * - the unique identifier for the cloud environment, for use in Sentry logs - * - Stripe, Sentry and Amplify public keys - */ -export function getDefines() { - return { - 'process.env.ENSO_CLOUD_ENVIRONMENT': stringify( - // The actual environment variable does not necessarily exist. - process.env.ENSO_CLOUD_ENVIRONMENT ?? 'production', - ), - 'process.env.ENSO_CLOUD_API_URL': stringify(process.env.ENSO_CLOUD_API_URL), - 'process.env.ENSO_CLOUD_SENTRY_DSN': stringify(process.env.ENSO_CLOUD_SENTRY_DSN), - 'process.env.ENSO_CLOUD_STRIPE_KEY': stringify(process.env.ENSO_CLOUD_STRIPE_KEY), - 'process.env.ENSO_CLOUD_CHAT_URL': stringify(process.env.ENSO_CLOUD_CHAT_URL), - 'process.env.ENSO_CLOUD_COGNITO_USER_POOL_ID': stringify( - process.env.ENSO_CLOUD_COGNITO_USER_POOL_ID, - ), - 'process.env.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID': stringify( - process.env.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID, - ), - 'process.env.ENSO_CLOUD_COGNITO_DOMAIN': stringify(process.env.ENSO_CLOUD_COGNITO_DOMAIN), - 'process.env.ENSO_CLOUD_COGNITO_REGION': stringify(process.env.ENSO_CLOUD_COGNITO_REGION), - 'process.env.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG': stringify( - process.env.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG, - ), - 'process.env.ENSO_CLOUD_DASHBOARD_VERSION': stringify(process.env.ENSO_CLOUD_DASHBOARD_VERSION), - 'process.env.ENSO_CLOUD_DASHBOARD_COMMIT_HASH': stringify( - process.env.ENSO_CLOUD_DASHBOARD_COMMIT_HASH, - ), - 'process.env.ENSO_CLOUD_ENSO_HOST': stringify( - process.env.ENSO_CLOUD_ENSO_HOST ?? 'https://ensoanalytics.com', - ), - 'process.env.CLOUD_BUILD': JSON.stringify(process.env.CLOUD_BUILD ?? 'false'), - } -} - -const DUMMY_DEFINES = { - 'process.env.NODE_ENV': 'production', - 'process.env.ENSO_CLOUD_ENVIRONMENT': 'production', - 'process.env.ENSO_CLOUD_API_URL': 'https://mock', - 'process.env.ENSO_CLOUD_SENTRY_DSN': - 'https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@o0000000000000000.ingest.sentry.io/0000000000000000', - 'process.env.ENSO_CLOUD_STRIPE_KEY': '', - 'process.env.ENSO_CLOUD_CHAT_URL': '', - 'process.env.ENSO_CLOUD_COGNITO_USER_POOL_ID': '', - 'process.env.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID': '', - 'process.env.ENSO_CLOUD_COGNITO_DOMAIN': '', - 'process.env.ENSO_CLOUD_COGNITO_REGION': '', - 'process.env.ENSO_CLOUD_DASHBOARD_VERSION': '0.0.1-testing', - 'process.env.ENSO_CLOUD_DASHBOARD_COMMIT_HASH': 'abcdef0', - 'process.env.CLOUD_BUILD': 'false', -} - -/** Load test environment variables, useful for when the Cloud backend is mocked or unnecessary. */ -export function loadTestEnvironmentVariables() { - for (const [k, v] of Object.entries(DUMMY_DEFINES)) { - process.env[k.replace(/^process[.]env[.]/, '')] = v - } -} diff --git a/app/common/src/config.ts b/app/common/src/config.ts deleted file mode 100644 index 5aa14ec01f74..000000000000 --- a/app/common/src/config.ts +++ /dev/null @@ -1,31 +0,0 @@ -/** - * @file This file defines a global environemnt config that can be used throughout the app. - * It is included directly into index.html and kept as a separate built artifact, so that - * we can easily replace its contents in a separate build postprocessing step in `BUILD.bazel`. - */ - -const $config = { - REDIRECT: process.env.ENSO_CLOUD_REDIRECT, - ENVIRONMENT: process.env.ENSO_CLOUD_ENVIRONMENT, - API_URL: process.env.ENSO_CLOUD_API_URL, - SENTRY_DSN: process.env.ENSO_CLOUD_SENTRY_DSN, - STRIPE_KEY: process.env.ENSO_CLOUD_STRIPE_KEY, - CHAT_URL: process.env.ENSO_CLOUD_CHAT_URL, - COGNITO_USER_POOL_ID: process.env.ENSO_CLOUD_COGNITO_USER_POOL_ID, - COGNITO_USER_POOL_WEB_CLIENT_ID: process.env.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID, - GOOGLE_ANALYTICS_TAG: process.env.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG, - COGNITO_DOMAIN: process.env.ENSO_CLOUD_COGNITO_DOMAIN, - COGNITO_REGION: process.env.ENSO_CLOUD_COGNITO_REGION, - VERSION: process.env.ENSO_CLOUD_DASHBOARD_VERSION, - COMMIT_HASH: process.env.ENSO_CLOUD_DASHBOARD_COMMIT_HASH, - PROJECT_MANAGER_URL: process.env.PROJECT_MANAGER_URL, - YDOC_SERVER_URL: process.env.YDOC_SERVER_URL, - CLOUD_BUILD: process.env.IS_CLOUD_BUILD, -} as const - -window.$config = $config - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -interface Window { - $config: typeof $config -} diff --git a/app/common/src/gtag.ts b/app/common/src/gtag.ts deleted file mode 100644 index c43f46f6f95f..000000000000 --- a/app/common/src/gtag.ts +++ /dev/null @@ -1,35 +0,0 @@ -/** @file Google Analytics tag. */ -import * as load from './load' - -const GOOGLE_ANALYTICS_TAG = $config.GOOGLE_ANALYTICS_TAG - -if (GOOGLE_ANALYTICS_TAG != null) { - void load.loadScript(`https://www.googletagmanager.com/gtag/js?id=${GOOGLE_ANALYTICS_TAG}`) -} - -// @ts-expect-error This is explicitly not given types as it is a mistake to acess this -// anywhere else. -// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/strict-boolean-expressions -window.dataLayer = window.dataLayer || [] - -/** Google Analytics tag function. */ -// eslint-disable-next-line @typescript-eslint/no-unused-vars -export function gtag(_action: 'config' | 'event' | 'js' | 'set', ..._args: unknown[]) { - // @ts-expect-error This is explicitly not given types as it is a mistake to acess this - // anywhere else. - // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access - window.dataLayer.push([_action, ..._args]) -} - -/** Send event to Google Analytics. */ -export function event(name: string, params?: object) { - gtag('event', name, params) -} - -gtag('js', new Date()) -// eslint-disable-next-line camelcase -gtag('set', 'linker', { accept_incoming: true }) -gtag('config', GOOGLE_ANALYTICS_TAG) -if (GOOGLE_ANALYTICS_TAG === 'G-CLTBJ37MDM') { - gtag('config', 'G-DH47F649JC') -} diff --git a/app/gui/.env.bazel b/app/gui/.env.bazel new file mode 100644 index 000000000000..86a4d1fa8b01 --- /dev/null +++ b/app/gui/.env.bazel @@ -0,0 +1,12 @@ +# Bazel build step defaults to having all envs left as placeholders, so that they can be replaced late after the vite build step. +VITE_API_URL = "(%%__VITE_API_URL__%%)" +VITE_SENTRY_DSN = "(%%__VITE_SENTRY_DSN__%%)" +VITE_STRIPE_KEY = "(%%__VITE_STRIPE_KEY__%%)" +VITE_CHAT_URL = "(%%__VITE_CHAT_URL__%%)" +VITE_COGNITO_USER_POOL_ID = "(%%__VITE_COGNITO_USER_POOL_ID__%%)" +VITE_COGNITO_USER_POOL_WEB_CLIENT_ID = "(%%__VITE_COGNITO_USER_POOL_WEB_CLIENT_ID__%%)" +VITE_COGNITO_DOMAIN = "(%%__VITE_COGNITO_DOMAIN__%%)" +VITE_COGNITO_REGION = "(%%__VITE_COGNITO_REGION__%%)" +VITE_DASHBOARD_VERSION = "(%%__VITE_DASHBOARD_VERSION__%%)" +VITE_DASHBOARD_COMMIT_HASH = "(%%__VITE_DASHBOARD_COMMIT_HASH__%%)" +VITE_CLOUD_BUILD = "(%%__VITE_CLOUD_BUILD__%%)" diff --git a/app/gui/.env.testing b/app/gui/.env.testing new file mode 100644 index 000000000000..629dc5d13ae8 --- /dev/null +++ b/app/gui/.env.testing @@ -0,0 +1,11 @@ +VITE_API_URL=https://mock +VITE_SENTRY_DSN=https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@o0000000000000000.ingest.sentry.io/0000000000000000 +VITE_STRIPE_KEY= +VITE_CHAT_URL= +VITE_COGNITO_USER_POOL_ID= +VITE_COGNITO_USER_POOL_WEB_CLIENT_ID= +VITE_COGNITO_DOMAIN= +VITE_COGNITO_REGION= +VITE_DASHBOARD_VERSION=0.0.1-testing +VITE_DASHBOARD_COMMIT_HASH=abcdef0 +VITE_CLOUD_BUILD=false diff --git a/app/gui/env.d.ts b/app/gui/env.d.ts index 494ec13ea1e0..bf9f77ccc380 100644 --- a/app/gui/env.d.ts +++ b/app/gui/env.d.ts @@ -4,8 +4,8 @@ * monkeypatching on `window` and generated code. */ /// -/// import type * as saveAccessToken from 'enso-common/src/accessToken' +import { $Config } from './src/config' // ============= // === Types === @@ -162,6 +162,8 @@ interface VersionInfo { // JSDocs here are intentionally empty as these interfaces originate from elsewhere. declare global { + const $config: $Config + interface Window { readonly backendApi?: BackendApi readonly authenticationApi: AuthenticationApi @@ -174,14 +176,6 @@ declare global { toggleDevtools: () => void } - namespace NodeJS { - /** Environment variables. */ - interface ProcessEnv { - // === E2E test variables === - readonly IS_IN_PLAYWRIGHT_TEST?: `${boolean}` - } - } - // const PROJECT_MANAGER_IN_BUNDLE_PATH: StringConstructor interface Document { caretPositionFromPoint(x: number, y: number): { offsetNode: Node; offset: number } | null diff --git a/app/gui/index.html b/app/gui/index.html index 00db562a018c..f4821f1a9a7e 100644 --- a/app/gui/index.html +++ b/app/gui/index.html @@ -1,24 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + - + - Enso Analytics - - -
-
-
-
- - + user-scalable = no" /> + Enso Analytics + + + +
+
+
+
+ + + + + + + - - - - - + \ No newline at end of file diff --git a/app/gui/src/config.ts b/app/gui/src/config.ts new file mode 100644 index 000000000000..251b04d24970 --- /dev/null +++ b/app/gui/src/config.ts @@ -0,0 +1,40 @@ +/** + * @file This file defines a global environemnt config that can be used throughout the app. + * It is included directly into index.html and kept as a separate built artifact, so that + * we can easily replace its contents in a separate build postprocessing step in `BUILD.bazel`. + */ + +/** + * When running dev server, the config variables are grabbed from appropriate .env file. + */ +const $config = { + ENVIRONMENT: import.meta.env.MODE, + API_URL: import.meta.env.API_URL, + SENTRY_DSN: import.meta.env.SENTRY_DSN, + STRIPE_KEY: import.meta.env.STRIPE_KEY, + CHAT_URL: import.meta.env.CHAT_URL, + COGNITO_USER_POOL_ID: import.meta.env.COGNITO_USER_POOL_ID, + COGNITO_USER_POOL_WEB_CLIENT_ID: import.meta.env.COGNITO_USER_POOL_WEB_CLIENT_ID, + GOOGLE_ANALYTICS_TAG: import.meta.env.GOOGLE_ANALYTICS_TAG, + COGNITO_DOMAIN: import.meta.env.COGNITO_DOMAIN, + COGNITO_REGION: import.meta.env.COGNITO_REGION, + VERSION: import.meta.env.VERSION, + COMMIT_HASH: import.meta.env.COMMIT_HASH, + PROJECT_MANAGER_URL: import.meta.env.DEV_PROJECT_MANAGER_URL, + YDOC_SERVER_URL: import.meta.env.YDOC_SERVER_URL, + CLOUD_BUILD: import.meta.env.CLOUD_BUILD, +} as const + +export type $Config = typeof $config + +Object.defineProperty(window, '$config', { + writable: false, + configurable: false, + enumerable: false, + value: $config, +}) + +// eslint-disable-next-line @typescript-eslint/no-unused-vars +interface ImportMetaEnv { + [key: string]: string +} diff --git a/app/gui/src/dashboard/authentication/service.ts b/app/gui/src/dashboard/authentication/service.ts index 2bfb60608602..1d5802309323 100644 --- a/app/gui/src/dashboard/authentication/service.ts +++ b/app/gui/src/dashboard/authentication/service.ts @@ -178,10 +178,9 @@ function loadAmplifyConfig( setDeepLinkHandler(logger, navigate) } - const redirectUrl = $config.REDIRECT ?? window.location.origin - /** Load the platform-specific Amplify configuration. */ - const signInOutRedirect = supportsDeepLinks ? `${common.DEEP_LINK_SCHEME}://auth` : redirectUrl + const signInOutRedirect = + supportsDeepLinks ? `${common.DEEP_LINK_SCHEME}://auth` : window.location.origin return { userPoolId: $config.COGNITO_USER_POOL_ID ?? '', userPoolWebClientId: $config.COGNITO_USER_POOL_WEB_CLIENT_ID ?? '', diff --git a/app/gui/src/dashboard/hooks/gtagHooks.ts b/app/gui/src/dashboard/hooks/gtagHooks.ts index f295601253da..40396fed9ec0 100644 --- a/app/gui/src/dashboard/hooks/gtagHooks.ts +++ b/app/gui/src/dashboard/hooks/gtagHooks.ts @@ -1,7 +1,39 @@ /** @file A hook that makes `gtag.event()` a no-op if the user is offline. */ +import * as load from 'enso-common/src/load' import * as React from 'react' -import * as gtag from 'enso-common/src/gtag' +const GOOGLE_ANALYTICS_TAG = $config.GOOGLE_ANALYTICS_TAG + +if (GOOGLE_ANALYTICS_TAG != null) { + void load.loadScript(`https://www.googletagmanager.com/gtag/js?id=${GOOGLE_ANALYTICS_TAG}`) +} + +// @ts-expect-error This is explicitly not given types as it is a mistake to acess this +// anywhere else. +// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/strict-boolean-expressions +window.dataLayer = window.dataLayer || [] + +/** Google Analytics tag function. */ +// eslint-disable-next-line @typescript-eslint/no-unused-vars +function gtag(action: 'config' | 'event' | 'js' | 'set', ...args: unknown[]) { + // @ts-expect-error This is explicitly not given types as it is a mistake to acess this + // anywhere else. + // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call + window.dataLayer.push([action, ...args]) +} + +/** Send event to Google Analytics. */ +function event(name: string, params?: object) { + gtag('event', name, params) +} + +gtag('js', new Date()) +// eslint-disable-next-line camelcase, @typescript-eslint/naming-convention +gtag('set', 'linker', { accept_incoming: true }) +gtag('config', GOOGLE_ANALYTICS_TAG) +if (GOOGLE_ANALYTICS_TAG === 'G-CLTBJ37MDM') { + gtag('config', 'G-DH47F649JC') +} // ==================== // === useGtagEvent === @@ -13,7 +45,7 @@ import * as gtag from 'enso-common/src/gtag' */ export function useGtagEvent() { return React.useCallback((name: string, params?: object) => { - gtag.event(name, params) + event(name, params) }, []) } diff --git a/app/gui/src/dashboard/index.tsx b/app/gui/src/dashboard/index.tsx index 7de8545d24d6..d9512d0218d9 100644 --- a/app/gui/src/dashboard/index.tsx +++ b/app/gui/src/dashboard/index.tsx @@ -68,7 +68,7 @@ function run(props: DashboardProps) { if (!detect.IS_DEV_MODE && $config.SENTRY_DSN != null && $config.API_URL != null) { sentry.init({ dsn: $config.SENTRY_DSN, - environment: $config.ENVIRONMENT ?? '', + environment: $config.ENVIRONMENT, integrations: [ new sentry.BrowserTracing({ routingInstrumentation: sentry.reactRouterV6Instrumentation( diff --git a/app/gui/src/dashboard/layouts/Editor.tsx b/app/gui/src/dashboard/layouts/Editor.tsx index 6e75e5b4cc67..7e2c67d97395 100644 --- a/app/gui/src/dashboard/layouts/Editor.tsx +++ b/app/gui/src/dashboard/layouts/Editor.tsx @@ -200,7 +200,6 @@ function EditorInternal(props: EditorInternalProps) { config: { engine: { rpcUrl: jsonAddress, dataUrl: binaryAddress, ydocUrl: ydocAddress }, startup: { project: openedProject.packageName, displayedProjectName: openedProject.name }, - window: { topBarOffset: '0' }, }, projectId: openedProject.projectId, hidden, diff --git a/app/gui/src/dashboard/services/RemoteBackend.ts b/app/gui/src/dashboard/services/RemoteBackend.ts index 61cc10a52210..5b7f765bc360 100644 --- a/app/gui/src/dashboard/services/RemoteBackend.ts +++ b/app/gui/src/dashboard/services/RemoteBackend.ts @@ -1214,7 +1214,7 @@ export default class RemoteBackend extends Backend { async logEvent(message: string, projectId?: string | null, metadata?: object | null) { // Prevent events from being logged in dev mode, since we are often using production environment // and are polluting real logs. - if (detect.IS_DEV_MODE && $config.ENVIRONMENT === 'production') { + if (detect.IS_DEV_MODE) { // eslint-disable-next-line no-restricted-syntax return } diff --git a/app/gui/src/dashboard/utilities/HttpClient.ts b/app/gui/src/dashboard/utilities/HttpClient.ts index 5eda3b799942..bf35c7aef286 100644 --- a/app/gui/src/dashboard/utilities/HttpClient.ts +++ b/app/gui/src/dashboard/utilities/HttpClient.ts @@ -139,18 +139,12 @@ export default class HttpClient { */ private async request(options: HttpClientRequestOptions) { const headers = new Headers(this.defaultHeaders) - let payload = options.payload + const payload = options.payload if (payload != null) { const contentType = options.mimetype ?? 'application/json' headers.set('Content-Type', contentType) } - // `Blob` request payloads are NOT VISIBLE in Playwright due to a Chromium bug. - // https://github.com/microsoft/playwright/issues/6479#issuecomment-1574627457 - if (process.env.IS_IN_PLAYWRIGHT_TEST === 'true' && payload instanceof Blob) { - payload = await payload.arrayBuffer() - } - try { // This is an UNSAFE type assertion, however this is a HTTP client // and should only be used to query APIs with known response types. diff --git a/app/gui/src/entrypoint.ts b/app/gui/src/entrypoint.ts index 97d787eb4e7e..6fb686236e8b 100644 --- a/app/gui/src/entrypoint.ts +++ b/app/gui/src/entrypoint.ts @@ -11,10 +11,9 @@ import { type App } from 'vue' const INITIAL_URL_KEY = `Enso-initial-url` const SCAM_WARNING_TIMEOUT = 1000 -export const isDevMode = process.env.NODE_ENV === 'development' function printScamWarning() { - if (isDevMode) return + if (import.meta.env.DEV) return const headerCss = ` color: white; background: crimson; @@ -97,7 +96,7 @@ function main() { logger: console, vibrancy: supportsVibrancy, supportsLocalBackend: $config.CLOUD_BUILD !== 'true', - supportsDeepLinks: !isDevMode && !isOnLinux(), + supportsDeepLinks: import.meta.env.PROD && !isOnLinux(), projectManagerUrl, ydocUrl, isAuthenticationDisabled: !shouldUseAuthentication, diff --git a/app/gui/src/project-view/components/GraphEditor.vue b/app/gui/src/project-view/components/GraphEditor.vue index cfd57004804f..8b14468138f1 100644 --- a/app/gui/src/project-view/components/GraphEditor.vue +++ b/app/gui/src/project-view/components/GraphEditor.vue @@ -74,7 +74,6 @@ import { } from 'vue' import { encodeMethodPointer } from 'ydoc-shared/languageServerTypes' import * as iterable from 'ydoc-shared/util/data/iterable' -import { isDevMode } from 'ydoc-shared/util/detect' const rootNode = ref() @@ -90,7 +89,7 @@ provideFullscreenContext(rootNode) onMounted(() => { widgetRegistry.loadWidgets(Object.entries(builtinWidgets)) - if (isDevMode) { + if (import.meta.env.DEV) { ;(window as any).suggestionDb = toRaw(suggestionDb.entries) } }) diff --git a/app/gui/src/project-view/config.json b/app/gui/src/project-view/config.json index 2560f9e4d286..eba4ffc8d375 100644 --- a/app/gui/src/project-view/config.json +++ b/app/gui/src/project-view/config.json @@ -3,11 +3,6 @@ "window": { "description": "The visual and tactile configurations of the application window.", "options": { - "topBarOffset": { - "description": "The offset of the IDE's toolbar from the window's left edge.", - "value": 0, - "primary": false - }, "vibrancy": { "description": "Enable the vibrancy effect.", "value": false, diff --git a/app/gui/src/project-view/e2e-entrypoint.ts b/app/gui/src/project-view/e2e-entrypoint.ts index 8e77014a0795..765b1c1a9af5 100644 --- a/app/gui/src/project-view/e2e-entrypoint.ts +++ b/app/gui/src/project-view/e2e-entrypoint.ts @@ -37,9 +37,6 @@ AsyncApp().then(({ default: App }) => { namespace: 'local', projectManagerUrl: '', }, - window: { - topBarOffset: '96', - }, }, projectId: 'project-135af445-bcfb-42fe-aa74-96f95e99c28b', logEvent: () => {}, diff --git a/app/gui/tsconfig.app.json b/app/gui/tsconfig.app.json index 08be2526c696..eec35fccbec4 100644 --- a/app/gui/tsconfig.app.json +++ b/app/gui/tsconfig.app.json @@ -3,6 +3,7 @@ "include": [ "env.d.ts", "lib0-ext.d.ts", + "config.ts", "src/**/*.vue", "src/**/*.ts", "src/**/*.tsx", @@ -10,11 +11,23 @@ "src/**/__tests__/*.json", "templates/**/*" ], - "exclude": ["src/**/__tests__/*", "public/**/__tests__/*"], + "exclude": [ + "src/**/__tests__/*", + "public/**/__tests__/*" + ], "compilerOptions": { "noEmit": true, "allowImportingTsExtensions": true, - "types": ["vitest/importMeta"], - "paths": { "@/*": ["./src/project-view/*"], "#/*": ["./src/dashboard/*"] } + "types": [ + "vitest/importMeta" + ], + "paths": { + "@/*": [ + "./src/project-view/*" + ], + "#/*": [ + "./src/dashboard/*" + ] + } } -} +} \ No newline at end of file diff --git a/app/gui/vite.config.ts b/app/gui/vite.config.ts index 438b8176524c..8bdb2a6b39c7 100644 --- a/app/gui/vite.config.ts +++ b/app/gui/vite.config.ts @@ -1,7 +1,6 @@ import react from '@vitejs/plugin-react' import vue from '@vitejs/plugin-vue' import { COOP_COEP_CORP_HEADERS } from 'enso-common' -import { getDefines, readEnvironmentFromFile } from 'enso-common/src/appConfig' import { fileURLToPath } from 'node:url' import postcssNesting from 'postcss-nesting' import tailwindcss from 'tailwindcss' @@ -11,18 +10,16 @@ import VueDevTools from 'vite-plugin-vue-devtools' import wasm from 'vite-plugin-wasm' import tailwindConfig from './tailwind.config' +const isE2E = process.env.E2E === 'true' const dynHostnameWsUrl = (port: number) => JSON.stringify(`ws://__HOSTNAME__:${port}`) -const projectManagerUrl = dynHostnameWsUrl(process.env.E2E === 'true' ? 30536 : 30535) -const ydocServerUrl = +const entrypoint = isE2E ? './src/project-view/e2e-entrypoint.ts' : './src/entrypoint.ts' + +process.env.VITE_DEV_PROJECT_MANAGER_URL ??= dynHostnameWsUrl(isE2E ? 30536 : 30535) +process.env.VITE_YDOC_SERVER_URL ??= process.env.ENSO_POLYGLOT_YDOC_SERVER ? JSON.stringify(process.env.ENSO_POLYGLOT_YDOC_SERVER) : process.env.NODE_ENV === 'development' ? dynHostnameWsUrl(5976) : undefined -await readEnvironmentFromFile() - -const entrypoint = - process.env.E2E === 'true' ? './src/project-view/e2e-entrypoint.ts' : './src/entrypoint.ts' - // https://vitejs.dev/config/ export default defineConfig({ cacheDir: fileURLToPath(new URL('../../node_modules/.cache/vite', import.meta.url)), @@ -68,10 +65,6 @@ export default defineConfig({ }, }, define: { - ...getDefines(), - 'process.env.PROJECT_MANAGER_URL': projectManagerUrl, - 'process.env.YDOC_SERVER_URL': ydocServerUrl, - 'import.meta.vitest': false, // Single hardcoded usage of `global` in aws-amplify. 'global.TYPED_ARRAY_SUPPORT': true, }, @@ -94,7 +87,7 @@ export default defineConfig({ rollupOptions: { output: { manualChunks: { - config: ['enso-common/src/config'], + config: ['./src/config'], }, }, }, diff --git a/app/gui/vite.test.config.ts b/app/gui/vite.test.config.ts index 4eff7602be77..873693d4248c 100644 --- a/app/gui/vite.test.config.ts +++ b/app/gui/vite.test.config.ts @@ -3,14 +3,10 @@ import { fileURLToPath } from 'node:url' import { defineConfig, mergeConfig } from 'vite' -import { loadTestEnvironmentVariables } from 'enso-common/src/appConfig' - // ===================== // === Configuration === // ===================== -loadTestEnvironmentVariables() - // This configuration file is for dashboard tests only. process.env.CLOUD_BUILD = 'true' const CONFIG = (await import('./vite.config')).default @@ -18,6 +14,7 @@ const CONFIG = (await import('./vite.config')).default export default mergeConfig( CONFIG, defineConfig({ + mode: 'testing', // load environment from .env.testing file resolve: { alias: { // eslint-disable-next-line @typescript-eslint/naming-convention @@ -46,10 +43,6 @@ export default mergeConfig( '.json', ], }, - define: { - // eslint-disable-next-line @typescript-eslint/naming-convention - 'process.env.IS_IN_PLAYWRIGHT_TEST': JSON.stringify(`${true}`), - }, build: { outDir: fileURLToPath(new URL('./mockDist', import.meta.url)), }, diff --git a/app/ide-desktop/client/src/config.json b/app/ide-desktop/client/src/config.json index 5b79ac8aa855..b08968f6f522 100644 --- a/app/ide-desktop/client/src/config.json +++ b/app/ide-desktop/client/src/config.json @@ -6,21 +6,6 @@ } }, "groups": { - "dataCollection": { - "description": "Controls the collection of anonymous usage data.", - "options": { - "usageStatistics": { - "value": "", - "description": "Determines whether anonymous usage statistics are to be collected.", - "primary": false - }, - "crashReports": { - "value": "", - "description": "Determines whether anonymous crash reports are to be collected.", - "primary": false - } - } - }, "window": { "description": "The visual and tactile configurations of the application window.", "options": { @@ -29,11 +14,6 @@ "defaultDescription": "false on MacOS, true otherwise", "description": "Draw window frame." }, - "topBarOffset": { - "value": 0, - "description": "The offset of rust-rendered toolbar from window's left edge.", - "primary": false - }, "vibrancy": { "value": false, "description": "Enable the vibrancy effect.", @@ -135,11 +115,6 @@ "value": "", "description": "Specify a workflow for profiling. A workflow is a script of automated actions, such as adding nodes or opening visualizations. To view the list of available workflows, use '-profile.workflow=help'. This option must be used with '-startup.entry=profile'.", "primary": false - }, - "emitUserTimingMeasurements": { - "value": false, - "description": "When enabled, profiling measurements will be submitted continuously to the User Timing Web API, which can be viewed using standard developer tools. Note that this mode significantly affects performance.", - "primary": false } } } diff --git a/app/ide-desktop/client/src/configParser.ts b/app/ide-desktop/client/src/configParser.ts index e2d0847d5fe4..65c730d852da 100644 --- a/app/ide-desktop/client/src/configParser.ts +++ b/app/ide-desktop/client/src/configParser.ts @@ -366,7 +366,6 @@ export function parseArgs(clientArgs: readonly string[] = fileAssociations.CLIEN printHelp({ args, groupsOrdering: [ - args.groups.loader.name, args.groups.startup.name, args.groups.style.name, args.groups.featurePreview.name, @@ -377,7 +376,6 @@ export function parseArgs(clientArgs: readonly string[] = fileAssociations.CLIEN args.groups.debug.name, args.groups.profile.name, args.groups.authentication.name, - args.groups.dataCollection.name, args.groups.chrome.name, ], helpExtended: args.options.helpExtended.value, diff --git a/app/ide-desktop/client/tests/setup.ts b/app/ide-desktop/client/tests/setup.ts index 448147692225..c836bdb2bcad 100644 --- a/app/ide-desktop/client/tests/setup.ts +++ b/app/ide-desktop/client/tests/setup.ts @@ -18,7 +18,7 @@ export default function setup() { try { fs.accessSync(path, fs.constants.X_OK) return true - } catch (err) { + } catch { return false } }) diff --git a/build_tools/build/src/ide/web.rs b/build_tools/build/src/ide/web.rs index 6e21fb1448e8..43de82007bee 100644 --- a/build_tools/build/src/ide/web.rs +++ b/build_tools/build/src/ide/web.rs @@ -52,9 +52,6 @@ pub mod env { // Cloud environment configuration define_env_var! { - /// The domain where the login link should redirect, without path or trailing slash. - ENSO_CLOUD_REDIRECT, String; - /// The name of the backend environment, typically 'production' for production builds. ENSO_CLOUD_ENVIRONMENT, String; diff --git a/lib/js/runner/src/runner/config.json b/lib/js/runner/src/runner/config.json deleted file mode 100644 index cbff8a7b8f30..000000000000 --- a/lib/js/runner/src/runner/config.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "options": { - "debug": { - "value": false, - "description": "Controls the debug mode for the application. In this mode, all logs are printed to the console, and EnsoGL extensions are loaded. Otherwise, logs are hidden unless explicitly shown with 'showLogs'." - }, - "dataCollection": { - "value": true, - "description": "Determines whether anonymous usage data is to be collected." - } - }, - "groups": { - "loader": { - "description": "Options for the application loader, which downloads assets, compiles WASM code, and runs entry points.", - "options": { - "spinner": { - "value": true, - "description": "Controls the visibility of the visual loader while downloading and compiling WASM sources.", - "primary": false - }, - "wasmUrl": { - "value": "pkg.wasm", - "description": "The URL of the WASM pkg file generated by ensogl-pack.", - "primary": false - }, - "jsUrl": { - "value": "pkg.js", - "description": "The URL of the JS pkg file generated by ensogl-pack.", - "primary": false - }, - "assetsUrl": { - "value": "dynamic-assets", - "description": "The URL of the dynamic assets directory.", - "primary": false - }, - "downloadToInitRatio": { - "value": 1.0, - "description": "The ratio of time needed for WASM download to the total time, including WASM app initialization. For small WASM apps, this can be set to 1.0. For larger apps, it is desirable to show the progress bar up to 70% and leave the last 30% for WASM app init.", - "primary": false - } - } - }, - "startup": { - "description": "Options for controlling the application behavior at startup, such as selecting the entry point to run.", - "options": { - "entry": { - "value": "ide", - "description": "The application entry point. Most entry points are debug utilities for testing graphical interface components. Use '_' to list available entry points." - }, - "maxBeforeMainTimeMs": { - "value": 300, - "description": "The maximum time in milliseconds before the main entry points are allowed to run. After this time, an error will be printed, but execution will continue.", - "primary": false - } - } - }, - - "debug": { - "description": "Options allowing checking for diagnosing application errors.", - "options": { - "enableSpector": { - "value": false, - "description": "Enables SpectorJS. This is a temporary flag to test Spector. It will be removed after all Spector integration issues are resolved. See: https://github.com/BabylonJS/Spector.js/issues/252.", - "primary": false - }, - "pixelReadPeriod": { - "value": 1, - "description": "Minimum number of frames from one pixel read pass to the next.", - "primary": false - } - } - } - } -} From 1d241786eb0ef3a17aecfb166943c29bb40144b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 15:26:51 +0200 Subject: [PATCH 052/151] dotenv file reading in bazel --- .github/workflows/bazel-build.yml | 31 +++-- MODULE.bazel | 25 ---- app/gui/.env.bazel | 22 +-- app/gui/BUILD.bazel | 127 ++++++++++++------ app/gui/package.json | 1 + app/gui/scripts/envReplacer.mjs | 71 ++++++++-- app/gui/src/config.ts | 11 +- app/gui/src/dashboard/hooks/gtagHooks.ts | 4 +- .../src/dashboard/providers/AuthProvider.tsx | 5 +- package.json | 1 + pnpm-lock.yaml | 3 + 11 files changed, 190 insertions(+), 111 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 63df9678afe1..7d861dcceb94 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -11,6 +11,23 @@ jobs: runs-on: - ubuntu-latest steps: + - name: Expose env variables + run: | + cat << END > app/gui/.env.production + VITE_ENSO_CLOUD_API_URL="${{ vars.ENSO_CLOUD_API_URL }}" + VITE_ENSO_CLOUD_CHAT_URL="${{ vars.ENSO_CLOUD_CHAT_URL }}" + VITE_ENSO_CLOUD_COGNITO_DOMAIN="${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" + VITE_ENSO_CLOUD_COGNITO_REGION="${{ vars.ENSO_CLOUD_COGNITO_REGION }}" + VITE_ENSO_CLOUD_COGNITO_USER_POOL_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" + VITE_ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" + VITE_ENSO_CLOUD_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" + VITE_ENSO_CLOUD_GOOGLE_ANALYTICS_TAG="${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" + VITE_ENSO_CLOUD_SENTRY_DSN="${{ vars.ENSO_CLOUD_SENTRY_DSN }}" + VITE_ENSO_CLOUD_STRIPE_KEY="${{ vars.ENSO_CLOUD_STRIPE_KEY }}" + VITE_ENSO_AG_GRID_LICENSE_KEY="${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" + VITE_ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" + VITE_CLOUD_BUILD="false" + END - uses: bazel-contrib/setup-bazel@0.9.0 with: bazelisk-cache: true @@ -18,20 +35,6 @@ jobs: repository-cache: true - uses: actions/checkout@v4 - run: bazel build //app/gui:dist - env: - ENSO_CLOUD_API_URL: ${{ vars.ENSO_CLOUD_API_URL }} - ENSO_CLOUD_CHAT_URL: ${{ vars.ENSO_CLOUD_CHAT_URL }} - ENSO_CLOUD_COGNITO_DOMAIN: ${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }} - ENSO_CLOUD_COGNITO_REGION: ${{ vars.ENSO_CLOUD_COGNITO_REGION }} - ENSO_CLOUD_COGNITO_USER_POOL_ID: ${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }} - ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID: ${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }} - ENSO_CLOUD_ENVIRONMENT: ${{ vars.ENSO_CLOUD_ENVIRONMENT }} - ENSO_CLOUD_GOOGLE_ANALYTICS_TAG: ${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }} - ENSO_CLOUD_SENTRY_DSN: ${{ vars.ENSO_CLOUD_SENTRY_DSN }} - ENSO_CLOUD_STRIPE_KEY: ${{ vars.ENSO_CLOUD_STRIPE_KEY }} - VITE_ENSO_AG_GRID_LICENSE_KEY: ${{ vars.ENSO_AG_GRID_LICENSE_KEY }} - VITE_ENSO_MAPBOX_API_TOKEN: ${{ vars.ENSO_MAPBOX_API_TOKEN }} - CLOUD_BUILD: false - name: Get build output location run: | OUTPUT_SYMLINK=$(bazel cquery --output=files //app/gui:dist) diff --git a/MODULE.bazel b/MODULE.bazel index a49d03349762..ed8b9b8d473b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -179,28 +179,3 @@ use_repo( "maven", "unpinned_maven", ) - -################### -### ENVIRONMENT ### -################### -secrets = use_extension("//:bazel_scripts/secrets.bzl", "secrets") -secrets.environment_repo( - name = "env", - entries = { - "BUILD_INFO_VERSION": "SNAPSHOT", - "BUILD_INFO_COMMIT_HASH": "SNAPSHOT", - "ENSO_CLOUD_ENVIRONMENT": "production", - "ENSO_CLOUD_API_URL": "", - "ENSO_CLOUD_CHAT_URL": "", - "ENSO_CLOUD_SENTRY_DSN": "", - "ENSO_CLOUD_STRIPE_KEY": "", - "ENSO_CLOUD_COGNITO_USER_POOL_ID": "", - "ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID": "", - "ENSO_CLOUD_COGNITO_DOMAIN": "", - "ENSO_CLOUD_COGNITO_REGION": "", - "PROJECT_MANAGER_URL": "", - "YDOC_SERVER_URL": "", - "CLOUD_BUILD": "false", - } -) -use_repo(secrets, "env") diff --git a/app/gui/.env.bazel b/app/gui/.env.bazel index 86a4d1fa8b01..025067b321cc 100644 --- a/app/gui/.env.bazel +++ b/app/gui/.env.bazel @@ -1,12 +1,12 @@ # Bazel build step defaults to having all envs left as placeholders, so that they can be replaced late after the vite build step. -VITE_API_URL = "(%%__VITE_API_URL__%%)" -VITE_SENTRY_DSN = "(%%__VITE_SENTRY_DSN__%%)" -VITE_STRIPE_KEY = "(%%__VITE_STRIPE_KEY__%%)" -VITE_CHAT_URL = "(%%__VITE_CHAT_URL__%%)" -VITE_COGNITO_USER_POOL_ID = "(%%__VITE_COGNITO_USER_POOL_ID__%%)" -VITE_COGNITO_USER_POOL_WEB_CLIENT_ID = "(%%__VITE_COGNITO_USER_POOL_WEB_CLIENT_ID__%%)" -VITE_COGNITO_DOMAIN = "(%%__VITE_COGNITO_DOMAIN__%%)" -VITE_COGNITO_REGION = "(%%__VITE_COGNITO_REGION__%%)" -VITE_DASHBOARD_VERSION = "(%%__VITE_DASHBOARD_VERSION__%%)" -VITE_DASHBOARD_COMMIT_HASH = "(%%__VITE_DASHBOARD_COMMIT_HASH__%%)" -VITE_CLOUD_BUILD = "(%%__VITE_CLOUD_BUILD__%%)" +VITE_API_URL = "((%__VITE_API_URL__%))" +VITE_SENTRY_DSN = "((%__VITE_SENTRY_DSN__%))" +VITE_STRIPE_KEY = "((%__VITE_STRIPE_KEY__%))" +VITE_CHAT_URL = "((%__VITE_CHAT_URL__%))" +VITE_COGNITO_USER_POOL_ID = "((%__VITE_COGNITO_USER_POOL_ID__%))" +VITE_COGNITO_USER_POOL_WEB_CLIENT_ID = "((%__VITE_COGNITO_USER_POOL_WEB_CLIENT_ID__%))" +VITE_COGNITO_DOMAIN = "((%__VITE_COGNITO_DOMAIN__%))" +VITE_COGNITO_REGION = "((%__VITE_COGNITO_REGION__%))" +VITE_DASHBOARD_VERSION = "((%__VITE_DASHBOARD_VERSION__%))" +VITE_DASHBOARD_COMMIT_HASH = "((%__VITE_DASHBOARD_COMMIT_HASH__%))" +VITE_CLOUD_BUILD = "((%__VITE_CLOUD_BUILD__%))" diff --git a/app/gui/BUILD.bazel b/app/gui/BUILD.bazel index 3bcd50652bb5..c9d719905746 100644 --- a/app/gui/BUILD.bazel +++ b/app/gui/BUILD.bazel @@ -1,35 +1,57 @@ -load("@npm//:defs.bzl", "npm_link_all_packages", "npm_link_targets") -load("@npm//app/gui:vite/package_json.bzl", vite_bin = "bin") -load("@aspect_rules_ts//ts:defs.bzl", "ts_config") -load("@aspect_rules_js//js:defs.bzl", "js_binary", "js_run_binary") load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files") +load("@aspect_rules_js//js:defs.bzl", "js_binary", "js_run_binary") +load("@aspect_rules_ts//ts:defs.bzl", "ts_config") load("@env//:defs.bzl", "getenv") +load("@npm//:defs.bzl", "npm_link_all_packages", "npm_link_targets") +load("@npm//app/gui:vite/package_json.bzl", vite_bin = "bin") npm_link_all_packages(name = "node_modules") -ts_config(name = "tsconfig", src = "tsconfig.json", deps = ["//:tsconfig"]) -ts_config(name = "tsconfig_node", src = "tsconfig.node.json", deps = [":tsconfig"]) -ts_config(name = "tsconfig_app", src = "tsconfig.app.json", deps = [":tsconfig"]) -ts_config(name = "tsconfig_scripts", src = "tsconfig.scripts.json") -ts_config(name = "tsconfig_app_vitest", src = "tsconfig.app.vitest.json", deps = [":tsconfig_app"]) - - -BUILD_ENV_VARS = [ - "BUILD_INFO_VERSION", - "BUILD_INFO_COMMIT_HASH", - "ENSO_CLOUD_ENVIRONMENT", - "ENSO_CLOUD_API_URL", - "ENSO_CLOUD_CHAT_URL", - "ENSO_CLOUD_SENTRY_DSN", - "ENSO_CLOUD_STRIPE_KEY", - "ENSO_CLOUD_COGNITO_USER_POOL_ID", - "ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID", - "ENSO_CLOUD_COGNITO_DOMAIN", - "ENSO_CLOUD_COGNITO_REGION", - "PROJECT_MANAGER_URL", - "YDOC_SERVER_URL", - "CLOUD_BUILD", -] +ts_config( + name = "tsconfig", + src = "tsconfig.json", + deps = ["//:tsconfig"], +) + +ts_config( + name = "tsconfig_node", + src = "tsconfig.node.json", + deps = [":tsconfig"], +) + +ts_config( + name = "tsconfig_app", + src = "tsconfig.app.json", + deps = [":tsconfig"], +) + +ts_config( + name = "tsconfig_scripts", + src = "tsconfig.scripts.json", +) + +ts_config( + name = "tsconfig_app_vitest", + src = "tsconfig.app.vitest.json", + deps = [":tsconfig_app"], +) + +# BUILD_ENV_VARS = [ +# "BUILD_INFO_VERSION", +# "BUILD_INFO_COMMIT_HASH", +# "ENSO_CLOUD_ENVIRONMENT", +# "ENSO_CLOUD_API_URL", +# "ENSO_CLOUD_CHAT_URL", +# "ENSO_CLOUD_SENTRY_DSN", +# "ENSO_CLOUD_STRIPE_KEY", +# "ENSO_CLOUD_COGNITO_USER_POOL_ID", +# "ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID", +# "ENSO_CLOUD_COGNITO_DOMAIN", +# "ENSO_CLOUD_COGNITO_REGION", +# "PROJECT_MANAGER_URL", +# "YDOC_SERVER_URL", +# "CLOUD_BUILD", +# ] ICON_GENERATED_DIR = "src/project-view/util/iconMetadata" @@ -45,25 +67,38 @@ SRCS = [ "tailwind.config.ts", "package.json", "index.html", -] + glob(["src/**", "public/**", "project-manager-shim-middleware/**"], [ICON_GENERATED_DIR + "/**"]) - + ".env.bazel", +] + glob( + [ + "src/**", + "public/**", + "project-manager-shim-middleware/**", + ], + [ICON_GENERATED_DIR + "/**"], +) vite_bin.vite( name = "vite_build", srcs = SRCS + npm_link_targets(), - args = ["build"], + args = [ + "build", + "--mode=bazel", + ], chdir = package_name(), - out_dirs = ["dist"], env = { - "TRY_LOAD_ENV_FILE": "false", - } | {e: '((%__{}__%))'.format(e) for e in BUILD_ENV_VARS} + "NODE_ENV": "production", + }, + out_dirs = ["dist"], ) vite_bin.vite_binary( name = "vite_preview", args = ["preview"], chdir = package_name(), - data = [":vite_build", "vite.config.ts"], + data = [ + "vite.config.ts", + ":vite_build", + ], ) js_binary( @@ -73,10 +108,10 @@ js_binary( js_run_binary( name = "icon_metadata", - tool = ":script_generate_icon_metadata", - chdir = package_name(), srcs = ["src/project-view/assets/icons.svg"], + chdir = package_name(), out_dirs = [ICON_GENERATED_DIR], + tool = ":script_generate_icon_metadata", visibility = ["//visibility:public"], ) @@ -85,15 +120,24 @@ js_binary( entry_point = "scripts/envReplacer.mjs", ) -DEFINED_ENVS = {k: v for k,v in [(e, getenv(e, False)) for e in BUILD_ENV_VARS] if v != None} +# DEFINED_ENVS = {k: v for k, v in [( +# e, +# getenv(e, False), +# ) for e in BUILD_ENV_VARS] if v != None} js_run_binary( name = "dist", - tool = ":script_env_replacer", - srcs = [":vite_build"], - args = ["$(rootpath :vite_build)", package_name() + "/env_replaced"], + srcs = [ + "node_modules/dotenv", + ":vite_build", + ] + glob([".env*"]), + args = [ + "$(rootpath :vite_build)", + package_name() + "/env_replaced", + package_name(), + ], out_dirs = ["env_replaced"], - env = DEFINED_ENVS, + tool = ":script_env_replacer", visibility = ["//visibility:public"], ) @@ -109,7 +153,6 @@ write_source_files( visibility = ["//visibility:public"], ) - # vue_tsc_bin.vue_tsc_test( # name = "type-check", # args = ["--noEmit"], diff --git a/app/gui/package.json b/app/gui/package.json index 7ef6a4a1ba23..b7156b72e908 100644 --- a/app/gui/package.json +++ b/app/gui/package.json @@ -137,6 +137,7 @@ "@vitejs/plugin-react": "^4.2.1", "chalk": "^5.3.0", "cross-env": "^7.0.3", + "dotenv": "^9.0.2", "enso-support": "git://github.com/enso-org/enso-bot", "fast-check": "^3.15.0", "playwright": "^1.39.0", diff --git a/app/gui/scripts/envReplacer.mjs b/app/gui/scripts/envReplacer.mjs index 1b7656df7e84..a2683d807683 100644 --- a/app/gui/scripts/envReplacer.mjs +++ b/app/gui/scripts/envReplacer.mjs @@ -1,23 +1,70 @@ /* eslint-disable jsdoc/check-tag-names */ +// @ts-expect-error missing dotenv typings +import * as dotenv from 'dotenv' import Buffer from 'node:buffer' import { createHash } from 'node:crypto' import * as fs from 'node:fs/promises' import * as path from 'node:path/posix' import * as process from 'node:process' -if (process.argv.length !== 4 || process.argv[2] == null || process.argv[3] == null) +/** + * + * @param {string} mode current environment mode + * @param {string} envDir directory with dotenv file + * @returns {string[]} list of dotenv file names + */ +function getEnvFilesForMode(mode, envDir) { + return [ + /** default file */ `.env`, + /** local file */ `.env.local`, + /** mode file */ `.env.${mode}`, + /** mode local file */ `.env.${mode}.local`, + ].map((file) => path.normalize(path.join(envDir, file))) +} + +if ( + process.argv.length !== 5 || + process.argv[2] == null || + process.argv[3] == null || + process.argv[4] == null +) throw new Error( - `Invalid arguments.\nusage:\n ${process.argv[0]} ${process.argv[1]} `, + `Invalid arguments.\nusage:\n ${process.argv[0]} ${process.argv[1]} `, ) const inputDirectory = process.argv[2] const outputDirectory = process.argv[3] +const dotenvDirectory = process.argv[4] + +dotenv.config() + +const envFiles = getEnvFilesForMode(process.env.NODE_ENV ?? 'development', dotenvDirectory) +const envs = await Promise.all( + envFiles.map(async (filename) => { + try { + const envContents = await fs.readFile(filename, 'utf-8') + /** + * @type {Record} + */ + const parsed = dotenv.parse(envContents) + return parsed + } catch { + return {} + } + }), +) + +const combinedEnvs = Object.assign({}, ...envs) + +console.error('==============') +console.error('ENVS:') +console.error(combinedEnvs) /** * Map of calls mkdir performed so far, to avoid calling it twice on the same path. * @type {Map>} */ -var mkdirPromises = new Map() +const mkdirPromises = new Map() /** * All path renames performed so far, mapping old to new relative project paths. @@ -66,12 +113,20 @@ async function processReplacements(projectPath) { const newContent = (await readOriginalFile(projectPath)) .toString() .replace(patternRegex, (pattern, envName) => { + const envValue = process.env[pattern] if ( - Object.hasOwnProperty.call(process.env, envName) && - typeof process.env[envName] == 'string' - ) - return process.env[envName] - else { + Object.prototype.hasOwnProperty.call(process.env, envName) && + typeof envValue === 'string' + ) { + return envValue + } + const envFileValue = combinedEnvs[envName] + if ( + Object.prototype.hasOwnProperty.call(combinedEnvs, envName) && + typeof envFileValue === 'string' + ) { + return envFileValue + } else { errors.push( new Error( `Missing environment variable for replacemnet pattern ${pattern} in file ${projectPath}`, diff --git a/app/gui/src/config.ts b/app/gui/src/config.ts index 251b04d24970..4eca72cd9418 100644 --- a/app/gui/src/config.ts +++ b/app/gui/src/config.ts @@ -25,7 +25,11 @@ const $config = { CLOUD_BUILD: import.meta.env.CLOUD_BUILD, } as const -export type $Config = typeof $config +// Undefined import.meta.env variables are typed as `any`, but we want them to be `string | undefined`. +export type $Config = { + [K in keyof typeof $config]: unknown extends (typeof $config)[K] ? string | undefined + : (typeof $config)[K] +} Object.defineProperty(window, '$config', { writable: false, @@ -33,8 +37,3 @@ Object.defineProperty(window, '$config', { enumerable: false, value: $config, }) - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -interface ImportMetaEnv { - [key: string]: string -} diff --git a/app/gui/src/dashboard/hooks/gtagHooks.ts b/app/gui/src/dashboard/hooks/gtagHooks.ts index 40396fed9ec0..ebe8edb38d25 100644 --- a/app/gui/src/dashboard/hooks/gtagHooks.ts +++ b/app/gui/src/dashboard/hooks/gtagHooks.ts @@ -15,7 +15,7 @@ window.dataLayer = window.dataLayer || [] /** Google Analytics tag function. */ // eslint-disable-next-line @typescript-eslint/no-unused-vars -function gtag(action: 'config' | 'event' | 'js' | 'set', ...args: unknown[]) { +export function gtag(action: 'config' | 'event' | 'js' | 'set', ...args: unknown[]) { // @ts-expect-error This is explicitly not given types as it is a mistake to acess this // anywhere else. // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call @@ -23,7 +23,7 @@ function gtag(action: 'config' | 'event' | 'js' | 'set', ...args: unknown[]) { } /** Send event to Google Analytics. */ -function event(name: string, params?: object) { +export function event(name: string, params?: object) { gtag('event', name, params) } diff --git a/app/gui/src/dashboard/providers/AuthProvider.tsx b/app/gui/src/dashboard/providers/AuthProvider.tsx index 724ec788fa67..00eaf5f3b137 100644 --- a/app/gui/src/dashboard/providers/AuthProvider.tsx +++ b/app/gui/src/dashboard/providers/AuthProvider.tsx @@ -14,7 +14,6 @@ import * as toast from 'react-toastify' import invariant from 'tiny-invariant' import * as detect from 'enso-common/src/detect' -import * as gtag from 'enso-common/src/gtag' import * as appUtils from '#/appUtils' @@ -204,7 +203,7 @@ export default function AuthProvider(props: AuthProviderProps) { // This component cannot use `useGtagEvent` because `useGtagEvent` depends on the React Context // defined by this component. const gtagEvent = React.useCallback((name: string, params?: object) => { - gtag.event(name, params) + gtagHooks.event(name, params) }, []) const performLogout = async () => { @@ -487,7 +486,7 @@ export default function AuthProvider(props: AuthProviderProps) { }, [userData]) React.useEffect(() => { - gtag.gtag('set', { platform: detect.platform(), architecture: detect.architecture() }) + gtagHooks.gtag('set', { platform: detect.platform(), architecture: detect.architecture() }) return gtagHooks.gtagOpenCloseCallback(gtagEvent, 'open_app', 'close_app') }, [gtagEvent]) diff --git a/package.json b/package.json index 4f6dd71e1370..3ee0ac7467e8 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "ci:lint": "corepack pnpm run -r lint", "ci:test": "corepack pnpm run -r --parallel test", "ci:typecheck": "corepack pnpm run -r typecheck", + "git-clean": "git clean -xfd --exclude='.env*'", "postinstall": "bazel run //:write_all" }, "pnpm": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a227f42d4b49..aa219648b013 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -470,6 +470,9 @@ importers: d3: specifier: ^7.4.0 version: 7.9.0 + dotenv: + specifier: ^9.0.2 + version: 9.0.2 enso-support: specifier: git://github.com/enso-org/enso-bot version: https://codeload.github.com/enso-org/enso-bot/tar.gz/aa903b6e639a31930ee4fff55c5639e4471fa48d From a9cc568ff93bbc9ec8770873a58b056e20a6de23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 15:28:05 +0200 Subject: [PATCH 053/151] remove getenv usage --- MODULE.bazel.lock | 34 ---------------------------------- app/gui/BUILD.bazel | 6 ------ 2 files changed, 40 deletions(-) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index cf0591dc115d..0de3aec4e7dc 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -122,40 +122,6 @@ }, "selectedYankedVersions": {}, "moduleExtensions": { - "//:bazel_scripts/secrets.bzl%secrets": { - "general": { - "bzlTransitiveDigest": "ohtO/g2zVbvc2pT6feGQ4k/0wp+xnyj9O+c9v/ms5NM=", - "usagesDigest": "3hpxv0eRs/8Ch42CA3IlDYbd7Q0POHuNTyeyiUgxCRY=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "env": { - "bzlFile": "@@//:bazel_scripts/secrets.bzl", - "ruleClassName": "environment_secrets_rule", - "attributes": { - "entries": { - "BUILD_INFO_VERSION": "SNAPSHOT", - "BUILD_INFO_COMMIT_HASH": "SNAPSHOT", - "ENSO_CLOUD_ENVIRONMENT": "production", - "ENSO_CLOUD_API_URL": "", - "ENSO_CLOUD_CHAT_URL": "", - "ENSO_CLOUD_SENTRY_DSN": "", - "ENSO_CLOUD_STRIPE_KEY": "", - "ENSO_CLOUD_COGNITO_USER_POOL_ID": "", - "ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID": "", - "ENSO_CLOUD_COGNITO_DOMAIN": "", - "ENSO_CLOUD_COGNITO_REGION": "", - "PROJECT_MANAGER_URL": "", - "YDOC_SERVER_URL": "", - "CLOUD_BUILD": "false" - } - } - } - }, - "recordedRepoMappingEntries": [] - } - }, "@@apple_support~//crosstool:setup.bzl%apple_cc_configure_extension": { "general": { "bzlTransitiveDigest": "Co35oEwSoYZFy42IHjYfE7VkKR1WykyxhRlbUGSa3XA=", diff --git a/app/gui/BUILD.bazel b/app/gui/BUILD.bazel index c9d719905746..79111b18fb7d 100644 --- a/app/gui/BUILD.bazel +++ b/app/gui/BUILD.bazel @@ -1,7 +1,6 @@ load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files") load("@aspect_rules_js//js:defs.bzl", "js_binary", "js_run_binary") load("@aspect_rules_ts//ts:defs.bzl", "ts_config") -load("@env//:defs.bzl", "getenv") load("@npm//:defs.bzl", "npm_link_all_packages", "npm_link_targets") load("@npm//app/gui:vite/package_json.bzl", vite_bin = "bin") @@ -120,11 +119,6 @@ js_binary( entry_point = "scripts/envReplacer.mjs", ) -# DEFINED_ENVS = {k: v for k, v in [( -# e, -# getenv(e, False), -# ) for e in BUILD_ENV_VARS] if v != None} - js_run_binary( name = "dist", srcs = [ From 756c8b9eea0f15f592d48afd1a3c057e6fdcfdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 15:30:18 +0200 Subject: [PATCH 054/151] node-env --- app/gui/BUILD.bazel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/gui/BUILD.bazel b/app/gui/BUILD.bazel index 79111b18fb7d..589147b160c7 100644 --- a/app/gui/BUILD.bazel +++ b/app/gui/BUILD.bazel @@ -130,6 +130,9 @@ js_run_binary( package_name() + "/env_replaced", package_name(), ], + env = { + "NODE_ENV": "production", + }, out_dirs = ["env_replaced"], tool = ":script_env_replacer", visibility = ["//visibility:public"], From f2e2aa56cb8a6c080937affbe17d6efc7ef36f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 15:35:48 +0200 Subject: [PATCH 055/151] allow overriding NODE_ENV in bazel build --- MODULE.bazel | 12 ++++++++++++ MODULE.bazel.lock | 21 +++++++++++++++++++++ app/gui/BUILD.bazel | 3 ++- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index ed8b9b8d473b..fdf98823d19d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -179,3 +179,15 @@ use_repo( "maven", "unpinned_maven", ) + +################### +### ENVIRONMENT ### +################### +secrets = use_extension("//:bazel_scripts/secrets.bzl", "secrets") +secrets.environment_repo( + name = "env", + entries = { + "NODE_ENV": "production", + }, +) +use_repo(secrets, "env") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 0de3aec4e7dc..66bf95884d97 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -122,6 +122,27 @@ }, "selectedYankedVersions": {}, "moduleExtensions": { + "//:bazel_scripts/secrets.bzl%secrets": { + "general": { + "bzlTransitiveDigest": "ohtO/g2zVbvc2pT6feGQ4k/0wp+xnyj9O+c9v/ms5NM=", + "usagesDigest": "qs5HkE+6F8oLjmPczbnegyNwqa96tDrQborkVvcTxzA=", + "recordedFileInputs": {}, + "recordedDirentsInputs": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "env": { + "bzlFile": "@@//:bazel_scripts/secrets.bzl", + "ruleClassName": "environment_secrets_rule", + "attributes": { + "entries": { + "NODE_ENV": "production" + } + } + } + }, + "recordedRepoMappingEntries": [] + } + }, "@@apple_support~//crosstool:setup.bzl%apple_cc_configure_extension": { "general": { "bzlTransitiveDigest": "Co35oEwSoYZFy42IHjYfE7VkKR1WykyxhRlbUGSa3XA=", diff --git a/app/gui/BUILD.bazel b/app/gui/BUILD.bazel index 589147b160c7..e884357bf970 100644 --- a/app/gui/BUILD.bazel +++ b/app/gui/BUILD.bazel @@ -1,6 +1,7 @@ load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files") load("@aspect_rules_js//js:defs.bzl", "js_binary", "js_run_binary") load("@aspect_rules_ts//ts:defs.bzl", "ts_config") +load("@env//:defs.bzl", "getenv") load("@npm//:defs.bzl", "npm_link_all_packages", "npm_link_targets") load("@npm//app/gui:vite/package_json.bzl", vite_bin = "bin") @@ -131,7 +132,7 @@ js_run_binary( package_name(), ], env = { - "NODE_ENV": "production", + "NODE_ENV": getenv("NODE_ENV"), }, out_dirs = ["env_replaced"], tool = ":script_env_replacer", From 39aef4cf6e7d401d230145289d42b8e447e78cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 16:08:22 +0200 Subject: [PATCH 056/151] reorder workflow steps --- .github/workflows/bazel-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 7d861dcceb94..b9b64a259253 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -11,6 +11,12 @@ jobs: runs-on: - ubuntu-latest steps: + - uses: bazel-contrib/setup-bazel@0.9.0 + with: + bazelisk-cache: true + disk-cache: true + repository-cache: true + - uses: actions/checkout@v4 - name: Expose env variables run: | cat << END > app/gui/.env.production @@ -28,12 +34,6 @@ jobs: VITE_ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" VITE_CLOUD_BUILD="false" END - - uses: bazel-contrib/setup-bazel@0.9.0 - with: - bazelisk-cache: true - disk-cache: true - repository-cache: true - - uses: actions/checkout@v4 - run: bazel build //app/gui:dist - name: Get build output location run: | From 97c6b6bc05e9f9f9dde4ac28f6c019fe92c7c646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 16:20:34 +0200 Subject: [PATCH 057/151] rename envs in workflow --- .github/workflows/bazel-build.yml | 37 +++++++++++++++++++++---------- app/gui/scripts/envReplacer.mjs | 7 ------ 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index b9b64a259253..f658a3b9d3ac 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -18,20 +18,33 @@ jobs: repository-cache: true - uses: actions/checkout@v4 - name: Expose env variables + env: + VITE_API_URL: "${{ vars.ENSO_CLOUD_API_URL }}" + VITE_CHAT_URL: "${{ vars.ENSO_CLOUD_CHAT_URL }}" + VITE_COGNITO_DOMAIN: "${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" + VITE_COGNITO_REGION: "${{ vars.ENSO_CLOUD_COGNITO_REGION }}" + VITE_COGNITO_USER_POOL_ID: "${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" + VITE_COGNITO_USER_POOL_WEB_CLIENT_ID: "${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" + VITE_ENVIRONMENT: "${{ vars.ENSO_CLOUD_ENVIRONMENT }}" + VITE_GOOGLE_ANALYTICS_TAG: "${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" + VITE_SENTRY_DSN: "${{ vars.ENSO_CLOUD_SENTRY_DSN }}" + VITE_STRIPE_KEY: "${{ vars.ENSO_CLOUD_STRIPE_KEY }}" + VITE_ENSO_AG_GRID_LICENSE_KEY: "${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" + VITE_ENSO_MAPBOX_API_TOKEN: "${{ vars.ENSO_MAPBOX_API_TOKEN }}" run: | cat << END > app/gui/.env.production - VITE_ENSO_CLOUD_API_URL="${{ vars.ENSO_CLOUD_API_URL }}" - VITE_ENSO_CLOUD_CHAT_URL="${{ vars.ENSO_CLOUD_CHAT_URL }}" - VITE_ENSO_CLOUD_COGNITO_DOMAIN="${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" - VITE_ENSO_CLOUD_COGNITO_REGION="${{ vars.ENSO_CLOUD_COGNITO_REGION }}" - VITE_ENSO_CLOUD_COGNITO_USER_POOL_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" - VITE_ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" - VITE_ENSO_CLOUD_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" - VITE_ENSO_CLOUD_GOOGLE_ANALYTICS_TAG="${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" - VITE_ENSO_CLOUD_SENTRY_DSN="${{ vars.ENSO_CLOUD_SENTRY_DSN }}" - VITE_ENSO_CLOUD_STRIPE_KEY="${{ vars.ENSO_CLOUD_STRIPE_KEY }}" - VITE_ENSO_AG_GRID_LICENSE_KEY="${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" - VITE_ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" + VITE_API_URL="$VITE_API_URL" + VITE_CHAT_URL="$VITE_CHAT_URL" + VITE_COGNITO_DOMAIN="$VITE_COGNITO_DOMAIN" + VITE_COGNITO_REGION="$VITE_COGNITO_REGION" + VITE_COGNITO_USER_POOL_ID="$VITE_COGNITO_USER_POOL_ID" + VITE_COGNITO_USER_POOL_WEB_CLIENT_ID="$VITE_COGNITO_USER_POOL_WEB_CLIENT_ID" + VITE_ENVIRONMENT="$VITE_ENVIRONMENT" + VITE_GOOGLE_ANALYTICS_TAG="$VITE_GOOGLE_ANALYTICS_TAG" + VITE_SENTRY_DSN="$VITE_SENTRY_DSN" + VITE_STRIPE_KEY="$VITE_STRIPE_KEY" + VITE_ENSO_AG_GRID_LICENSE_KEY="$VITE_ENSO_AG_GRID_LICENSE_KEY" + VITE_ENSO_MAPBOX_API_TOKEN="$VITE_ENSO_MAPBOX_API_TOKEN" VITE_CLOUD_BUILD="false" END - run: bazel build //app/gui:dist diff --git a/app/gui/scripts/envReplacer.mjs b/app/gui/scripts/envReplacer.mjs index a2683d807683..d89441fc8dcc 100644 --- a/app/gui/scripts/envReplacer.mjs +++ b/app/gui/scripts/envReplacer.mjs @@ -56,10 +56,6 @@ const envs = await Promise.all( const combinedEnvs = Object.assign({}, ...envs) -console.error('==============') -console.error('ENVS:') -console.error(combinedEnvs) - /** * Map of calls mkdir performed so far, to avoid calling it twice on the same path. * @type {Map>} @@ -213,9 +209,6 @@ await processAllFiles() if (errors.length > 0) { console.error('==========================') - console.error('cwd:', process.cwd()) - console.error('inputDirectory:', inputDirectory) - console.error('outputDirectory:', outputDirectory) console.error( `Found ${errors.length} error${errors.length > 1 ? 's' : ''} during bundle postprocessing:`, ) From 252a49fbabb83f0d4949c6de942a9072f186b9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 16:40:45 +0200 Subject: [PATCH 058/151] add missing envs --- .github/workflows/bazel-build.yml | 44 ++++++++++++------------------- 1 file changed, 17 insertions(+), 27 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index f658a3b9d3ac..56112c870668 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -18,43 +18,33 @@ jobs: repository-cache: true - uses: actions/checkout@v4 - name: Expose env variables - env: - VITE_API_URL: "${{ vars.ENSO_CLOUD_API_URL }}" - VITE_CHAT_URL: "${{ vars.ENSO_CLOUD_CHAT_URL }}" - VITE_COGNITO_DOMAIN: "${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" - VITE_COGNITO_REGION: "${{ vars.ENSO_CLOUD_COGNITO_REGION }}" - VITE_COGNITO_USER_POOL_ID: "${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" - VITE_COGNITO_USER_POOL_WEB_CLIENT_ID: "${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" - VITE_ENVIRONMENT: "${{ vars.ENSO_CLOUD_ENVIRONMENT }}" - VITE_GOOGLE_ANALYTICS_TAG: "${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" - VITE_SENTRY_DSN: "${{ vars.ENSO_CLOUD_SENTRY_DSN }}" - VITE_STRIPE_KEY: "${{ vars.ENSO_CLOUD_STRIPE_KEY }}" - VITE_ENSO_AG_GRID_LICENSE_KEY: "${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" - VITE_ENSO_MAPBOX_API_TOKEN: "${{ vars.ENSO_MAPBOX_API_TOKEN }}" run: | cat << END > app/gui/.env.production - VITE_API_URL="$VITE_API_URL" - VITE_CHAT_URL="$VITE_CHAT_URL" - VITE_COGNITO_DOMAIN="$VITE_COGNITO_DOMAIN" - VITE_COGNITO_REGION="$VITE_COGNITO_REGION" - VITE_COGNITO_USER_POOL_ID="$VITE_COGNITO_USER_POOL_ID" - VITE_COGNITO_USER_POOL_WEB_CLIENT_ID="$VITE_COGNITO_USER_POOL_WEB_CLIENT_ID" - VITE_ENVIRONMENT="$VITE_ENVIRONMENT" - VITE_GOOGLE_ANALYTICS_TAG="$VITE_GOOGLE_ANALYTICS_TAG" - VITE_SENTRY_DSN="$VITE_SENTRY_DSN" - VITE_STRIPE_KEY="$VITE_STRIPE_KEY" - VITE_ENSO_AG_GRID_LICENSE_KEY="$VITE_ENSO_AG_GRID_LICENSE_KEY" - VITE_ENSO_MAPBOX_API_TOKEN="$VITE_ENSO_MAPBOX_API_TOKEN" + VITE_API_URL="${{ vars.ENSO_CLOUD_API_URL }}" + VITE_CHAT_URL="${{ vars.ENSO_CLOUD_CHAT_URL }}" + VITE_COGNITO_DOMAIN="${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" + VITE_COGNITO_REGION="${{ vars.ENSO_CLOUD_COGNITO_REGION }}" + VITE_COGNITO_USER_POOL_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" + VITE_COGNITO_USER_POOL_WEB_CLIENT_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" + VITE_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" + VITE_GOOGLE_ANALYTICS_TAG="${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" + VITE_SENTRY_DSN="${{ vars.ENSO_CLOUD_SENTRY_DSN }}" + VITE_STRIPE_KEY="${{ vars.ENSO_CLOUD_STRIPE_KEY }}" + VITE_ENSO_AG_GRID_LICENSE_KEY="${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" + VITE_ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" + VITE_DASHBOARD_COMMIT_HASH="${{ github.sha }}" + VITE_DASHBOARD_VERSION="SNAPSHOT-${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" VITE_CLOUD_BUILD="false" END - run: bazel build //app/gui:dist - name: Get build output location + id: get_bazel_output run: | OUTPUT_SYMLINK=$(bazel cquery --output=files //app/gui:dist) BAZEL_OUTPUT=$(readlink -f "$OUTPUT_SYMLINK") - echo "BAZEL_OUTPUT=$BAZEL_OUTPUT" >> $GITHUB_ENV + echo "location=$BAZEL_OUTPUT" >> $GITHUB_OUTPUT - uses: actions/upload-artifact@v4 with: name: gui-static - path: ${{ env.BAZEL_OUTPUT }} + path: ${{ steps.get_bazel_output.outputs.location }} if-no-files-found: error From dda5762e542ecf5978d675089ec6e6a68d55ee43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 16:48:31 +0200 Subject: [PATCH 059/151] add missed config vars --- app/gui/.env.bazel | 2 ++ app/gui/src/config.ts | 2 ++ .../src/project-view/components/shared/AgGridTableView.vue | 4 ++-- .../components/visualizations/GeoMapVisualization.vue | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/gui/.env.bazel b/app/gui/.env.bazel index 025067b321cc..7eec945aca5c 100644 --- a/app/gui/.env.bazel +++ b/app/gui/.env.bazel @@ -10,3 +10,5 @@ VITE_COGNITO_REGION = "((%__VITE_COGNITO_REGION__%))" VITE_DASHBOARD_VERSION = "((%__VITE_DASHBOARD_VERSION__%))" VITE_DASHBOARD_COMMIT_HASH = "((%__VITE_DASHBOARD_COMMIT_HASH__%))" VITE_CLOUD_BUILD = "((%__VITE_CLOUD_BUILD__%))" +VITE_ENSO_AG_GRID_LICENSE_KEY = "((%__VITE_ENSO_AG_GRID_LICENSE_KEY__%))" +VITE_ENSO_MAPBOX_API_TOKEN = "((%__VITE_ENSO_MAPBOX_API_TOKEN__%))" diff --git a/app/gui/src/config.ts b/app/gui/src/config.ts index 4eca72cd9418..224d3e60c0c0 100644 --- a/app/gui/src/config.ts +++ b/app/gui/src/config.ts @@ -23,6 +23,8 @@ const $config = { PROJECT_MANAGER_URL: import.meta.env.DEV_PROJECT_MANAGER_URL, YDOC_SERVER_URL: import.meta.env.YDOC_SERVER_URL, CLOUD_BUILD: import.meta.env.CLOUD_BUILD, + AG_GRID_LICENSE_KEY: import.meta.env.VITE_ENSO_AG_GRID_LICENSE_KEY, + MAPBOX_API_TOKEN: import.meta.env.VITE_ENSO_MAPBOX_API_TOKEN, } as const // Undefined import.meta.env variables are typed as `any`, but we want them to be `string | undefined`. diff --git a/app/gui/src/project-view/components/shared/AgGridTableView.vue b/app/gui/src/project-view/components/shared/AgGridTableView.vue index 3135cf1b369c..6a13a469189e 100644 --- a/app/gui/src/project-view/components/shared/AgGridTableView.vue +++ b/app/gui/src/project-view/components/shared/AgGridTableView.vue @@ -221,7 +221,7 @@ function supressCopy(event: KeyboardEvent) { const { LicenseManager } = await import('ag-grid-enterprise') -if (typeof import.meta.env.VITE_ENSO_AG_GRID_LICENSE_KEY !== 'string') { +if (typeof $config.AG_GRID_LICENSE_KEY !== 'string') { console.warn('The AG_GRID_LICENSE_KEY is not defined.') if (import.meta.env.DEV) { // Hide annoying license validation errors in dev mode when the license is not defined. The @@ -241,7 +241,7 @@ if (typeof import.meta.env.VITE_ENSO_AG_GRID_LICENSE_KEY !== 'string') { } } } else { - const agGridLicenseKey = import.meta.env.VITE_ENSO_AG_GRID_LICENSE_KEY + const agGridLicenseKey = $config.AG_GRID_LICENSE_KEY LicenseManager.setLicenseKey(agGridLicenseKey) } diff --git a/app/gui/src/project-view/components/visualizations/GeoMapVisualization.vue b/app/gui/src/project-view/components/visualizations/GeoMapVisualization.vue index aa7635843f8a..e12562428aff 100644 --- a/app/gui/src/project-view/components/visualizations/GeoMapVisualization.vue +++ b/app/gui/src/project-view/components/visualizations/GeoMapVisualization.vue @@ -100,7 +100,7 @@ const props = defineProps<{ data: Data }>() * Mapbox API access token. * All the limits of API are listed here: https://docs.mapbox.com/api/#rate-limits */ -const TOKEN = import.meta.env.VITE_ENSO_MAPBOX_API_TOKEN +const TOKEN = $config.MAPBOX_API_TOKEN if (TOKEN == null) { console.warn( 'Mapbox API token is missing, to use Geo Map visualization please provide VITE_ENSO_MAPBOX_API_TOKEN.', From bd24585551ee7f0bd372a70626802e98cc9a10ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 17:09:42 +0200 Subject: [PATCH 060/151] fix missing vars and file hash encoding --- .github/workflows/bazel-build.yml | 6 +++--- app/gui/.env.bazel | 6 ++++-- app/gui/scripts/envReplacer.mjs | 2 +- app/gui/src/config.ts | 28 ++++++++++++++-------------- 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 56112c870668..9a833b6858ad 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -20,20 +20,20 @@ jobs: - name: Expose env variables run: | cat << END > app/gui/.env.production + VITE_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" VITE_API_URL="${{ vars.ENSO_CLOUD_API_URL }}" VITE_CHAT_URL="${{ vars.ENSO_CLOUD_CHAT_URL }}" VITE_COGNITO_DOMAIN="${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" VITE_COGNITO_REGION="${{ vars.ENSO_CLOUD_COGNITO_REGION }}" VITE_COGNITO_USER_POOL_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" VITE_COGNITO_USER_POOL_WEB_CLIENT_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" - VITE_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" VITE_GOOGLE_ANALYTICS_TAG="${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" VITE_SENTRY_DSN="${{ vars.ENSO_CLOUD_SENTRY_DSN }}" VITE_STRIPE_KEY="${{ vars.ENSO_CLOUD_STRIPE_KEY }}" VITE_ENSO_AG_GRID_LICENSE_KEY="${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" VITE_ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" - VITE_DASHBOARD_COMMIT_HASH="${{ github.sha }}" - VITE_DASHBOARD_VERSION="SNAPSHOT-${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" + VITE_COMMIT_HASH="${{ github.sha }}" + VITE_VERSION="SNAPSHOT-${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" VITE_CLOUD_BUILD="false" END - run: bazel build //app/gui:dist diff --git a/app/gui/.env.bazel b/app/gui/.env.bazel index 7eec945aca5c..7bace7d3d87f 100644 --- a/app/gui/.env.bazel +++ b/app/gui/.env.bazel @@ -1,4 +1,5 @@ # Bazel build step defaults to having all envs left as placeholders, so that they can be replaced late after the vite build step. +VITE_ENVIRONMENT = "((%__VITE_ENVIRONMENT__%))" VITE_API_URL = "((%__VITE_API_URL__%))" VITE_SENTRY_DSN = "((%__VITE_SENTRY_DSN__%))" VITE_STRIPE_KEY = "((%__VITE_STRIPE_KEY__%))" @@ -7,8 +8,9 @@ VITE_COGNITO_USER_POOL_ID = "((%__VITE_COGNITO_USER_POOL_ID__%))" VITE_COGNITO_USER_POOL_WEB_CLIENT_ID = "((%__VITE_COGNITO_USER_POOL_WEB_CLIENT_ID__%))" VITE_COGNITO_DOMAIN = "((%__VITE_COGNITO_DOMAIN__%))" VITE_COGNITO_REGION = "((%__VITE_COGNITO_REGION__%))" -VITE_DASHBOARD_VERSION = "((%__VITE_DASHBOARD_VERSION__%))" -VITE_DASHBOARD_COMMIT_HASH = "((%__VITE_DASHBOARD_COMMIT_HASH__%))" +VITE_VERSION = "((%__VITE_VERSION__%))" +VITE_COMMIT_HASH = "((%__VITE_COMMIT_HASH__%))" VITE_CLOUD_BUILD = "((%__VITE_CLOUD_BUILD__%))" +VITE_GOOGLE_ANALYTICS_TAG = "((%__ENSO_CLOUD_GOOGLE_ANALYTICS_TAG__%))" VITE_ENSO_AG_GRID_LICENSE_KEY = "((%__VITE_ENSO_AG_GRID_LICENSE_KEY__%))" VITE_ENSO_MAPBOX_API_TOKEN = "((%__VITE_ENSO_MAPBOX_API_TOKEN__%))" diff --git a/app/gui/scripts/envReplacer.mjs b/app/gui/scripts/envReplacer.mjs index d89441fc8dcc..b28f179ad96f 100644 --- a/app/gui/scripts/envReplacer.mjs +++ b/app/gui/scripts/envReplacer.mjs @@ -197,7 +197,7 @@ async function updateHashInFilename(projectPath, fileContents) { const contentHash = createHash('sha256') .update(fileContents) .digest() - .toString('base64') + .toString('base64url') .substring(0, oldHash.length) return `-${contentHash}.${ext}` }) diff --git a/app/gui/src/config.ts b/app/gui/src/config.ts index 224d3e60c0c0..311783c09a27 100644 --- a/app/gui/src/config.ts +++ b/app/gui/src/config.ts @@ -9,20 +9,20 @@ */ const $config = { ENVIRONMENT: import.meta.env.MODE, - API_URL: import.meta.env.API_URL, - SENTRY_DSN: import.meta.env.SENTRY_DSN, - STRIPE_KEY: import.meta.env.STRIPE_KEY, - CHAT_URL: import.meta.env.CHAT_URL, - COGNITO_USER_POOL_ID: import.meta.env.COGNITO_USER_POOL_ID, - COGNITO_USER_POOL_WEB_CLIENT_ID: import.meta.env.COGNITO_USER_POOL_WEB_CLIENT_ID, - GOOGLE_ANALYTICS_TAG: import.meta.env.GOOGLE_ANALYTICS_TAG, - COGNITO_DOMAIN: import.meta.env.COGNITO_DOMAIN, - COGNITO_REGION: import.meta.env.COGNITO_REGION, - VERSION: import.meta.env.VERSION, - COMMIT_HASH: import.meta.env.COMMIT_HASH, - PROJECT_MANAGER_URL: import.meta.env.DEV_PROJECT_MANAGER_URL, - YDOC_SERVER_URL: import.meta.env.YDOC_SERVER_URL, - CLOUD_BUILD: import.meta.env.CLOUD_BUILD, + API_URL: import.meta.env.VITE_API_URL, + SENTRY_DSN: import.meta.env.VITE_SENTRY_DSN, + STRIPE_KEY: import.meta.env.VITE_STRIPE_KEY, + CHAT_URL: import.meta.env.VITE_CHAT_URL, + COGNITO_USER_POOL_ID: import.meta.env.VITE_COGNITO_USER_POOL_ID, + COGNITO_USER_POOL_WEB_CLIENT_ID: import.meta.env.VITE_COGNITO_USER_POOL_WEB_CLIENT_ID, + GOOGLE_ANALYTICS_TAG: import.meta.env.VITE_GOOGLE_ANALYTICS_TAG, + COGNITO_DOMAIN: import.meta.env.VITE_COGNITO_DOMAIN, + COGNITO_REGION: import.meta.env.VITE_COGNITO_REGION, + VERSION: import.meta.env.VITE_VERSION, + COMMIT_HASH: import.meta.env.VITE_COMMIT_HASH, + PROJECT_MANAGER_URL: import.meta.env.VITE_DEV_PROJECT_MANAGER_URL, + YDOC_SERVER_URL: import.meta.env.VITE_YDOC_SERVER_URL, + CLOUD_BUILD: import.meta.env.VITE_CLOUD_BUILD, AG_GRID_LICENSE_KEY: import.meta.env.VITE_ENSO_AG_GRID_LICENSE_KEY, MAPBOX_API_TOKEN: import.meta.env.VITE_ENSO_MAPBOX_API_TOKEN, } as const From e3d1f297a89268f338fbf3c940eac5443a3b40a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Mon, 21 Oct 2024 17:18:05 +0200 Subject: [PATCH 061/151] wrong env name --- app/gui/.env.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/.env.bazel b/app/gui/.env.bazel index 7bace7d3d87f..50ec02be0193 100644 --- a/app/gui/.env.bazel +++ b/app/gui/.env.bazel @@ -11,6 +11,6 @@ VITE_COGNITO_REGION = "((%__VITE_COGNITO_REGION__%))" VITE_VERSION = "((%__VITE_VERSION__%))" VITE_COMMIT_HASH = "((%__VITE_COMMIT_HASH__%))" VITE_CLOUD_BUILD = "((%__VITE_CLOUD_BUILD__%))" -VITE_GOOGLE_ANALYTICS_TAG = "((%__ENSO_CLOUD_GOOGLE_ANALYTICS_TAG__%))" +VITE_GOOGLE_ANALYTICS_TAG = "((%__VITE_GOOGLE_ANALYTICS_TAG__%))" VITE_ENSO_AG_GRID_LICENSE_KEY = "((%__VITE_ENSO_AG_GRID_LICENSE_KEY__%))" VITE_ENSO_MAPBOX_API_TOKEN = "((%__VITE_ENSO_MAPBOX_API_TOKEN__%))" From cefac0b60dd85b376c4c59b4ec68051c94a7ad6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 14:34:50 +0200 Subject: [PATCH 062/151] fix incorrectly embedded envs in older zustand, lint, fix run script --- .cargo/config.toml | 2 +- BUILD.bazel | 12 +++-- MODULE.bazel | 51 ++++++++++++++---- MODULE.bazel.lock | 6 +-- WORKSPACE.bazel | 24 +++++---- app/common/BUILD.bazel | 18 ++++--- app/gui/package.json | 2 +- app/gui/scripts/envReplacer.mjs | 3 +- app/gui/src/config.ts | 6 ++- .../Devtools/EnsoDevtoolsProvider.tsx | 20 ++++--- .../components/dashboard/AssetRow.tsx | 4 +- app/gui/src/dashboard/index.tsx | 2 +- .../layouts/AssetsTable/EventListProvider.tsx | 10 ++-- .../src/dashboard/providers/DriveProvider.tsx | 54 +++++++++---------- .../dashboard/providers/ProjectsProvider.tsx | 20 +++---- app/gui/src/entrypoint.ts | 4 +- .../components/shared/AgGridTableView.vue | 2 +- .../visualizations/GeoMapVisualization.vue | 2 +- app/gui/vite.config.ts | 6 ++- app/ide-desktop/client/BUILD.bazel | 16 +++--- app/ide-desktop/client/esbuildConfig.ts | 7 --- app/rust-ffi/BUILD.bazel | 15 +++--- app/toolchains/dummy_cc/BUILD.bazel | 2 +- .../dummy_cc/dummy_cc_toolchain.bzl | 2 +- app/toolchains/wasm_bindgen/BUILD.bazel | 2 +- app/ydoc-server-nodejs/BUILD.bazel | 15 +++--- app/ydoc-server/BUILD.bazel | 4 +- app/ydoc-shared/BUILD.bazel | 23 ++++---- bazel_scripts/manifests.bzl | 5 +- bazel_scripts/secrets.bzl | 11 ++-- build-config.yaml | 1 - build_tools/build/paths.yaml | 8 --- .../build/src/cloud_tests/env.rs | 0 .../build/src/cloud_tests/mod.rs | 0 build_tools/build/src/config.rs | 2 - build_tools/cli/src/lib.rs | 4 +- flake.nix | 1 - lib/rust/macro-utils/BUILD.bazel | 4 +- lib/rust/metamodel/BUILD.bazel | 8 +-- lib/rust/parser/BUILD.bazel | 6 +-- lib/rust/parser/doc-parser/BUILD.bazel | 6 +-- lib/rust/parser/schema/BUILD.bazel | 15 +++--- lib/rust/parser/schema/src/main.rs | 2 +- .../src/syntax/tree/visitor/BUILD.bazel | 4 +- lib/rust/prelude/BUILD.bazel | 8 +-- lib/rust/prelude/macros/BUILD.bazel | 6 +-- lib/rust/reflect/BUILD.bazel | 8 +-- lib/rust/reflect/macros/BUILD.bazel | 4 +- lib/rust/zst/BUILD.bazel | 4 +- lib/scala/cli/BUILD.bazel | 23 ++++---- lib/scala/downloader/BUILD.bazel | 46 ++++++++-------- lib/scala/testkit/BUILD.bazel | 4 +- pnpm-lock.yaml | 29 ++++------ toolchains/BUILD.bazel | 10 ++-- toolchains/dummy_cc/BUILD.bazel | 2 +- toolchains/dummy_cc/dummy_cc_toolchain.bzl | 2 +- toolchains/wasm_bindgen/BUILD.bazel | 4 +- .../wasm_bindgen/BUILD.wasm-bindgen-cli.bazel | 4 +- tools/http-test-helper/BUILD.bazel | 8 +-- 59 files changed, 304 insertions(+), 269 deletions(-) rename {build => build_tools}/build/src/cloud_tests/env.rs (100%) rename {build => build_tools}/build/src/cloud_tests/mod.rs (100%) diff --git a/.cargo/config.toml b/.cargo/config.toml index f5a51a133af5..f5865a1917d0 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -9,4 +9,4 @@ linker = "rust-lld" rustflags = ["-C", "target-feature=+crt-static"] [target.x86_64-unknown-linux-gnu] -linker = "rust-lld" +rustflags = ["-Clink-arg=-fuse-ld=lld"] diff --git a/BUILD.bazel b/BUILD.bazel index 17406c6e30e0..0be4ab345e4b 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1,16 +1,20 @@ load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files") -load("@npm//:defs.bzl", "npm_link_all_packages") load("@aspect_rules_ts//ts:defs.bzl", "ts_config") +load("@npm//:defs.bzl", "npm_link_all_packages") npm_link_all_packages() -ts_config(name = "tsconfig", src = "tsconfig.json", visibility = [":__subpackages__"]) +ts_config( + name = "tsconfig", + src = "tsconfig.json", + visibility = [":__subpackages__"], +) write_source_files( name = "write_all", - additional_update_targets = [ + additional_update_targets = [ "//app/rust-ffi:write_wasm_dist", "//app/ydoc-shared:write_ast_codegen", "//app/gui:write_icon_metadata", - ] + ], ) diff --git a/MODULE.bazel b/MODULE.bazel index fdf98823d19d..3921f29d6b21 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -17,9 +17,9 @@ node.toolchain(node_version = "20.11.1") npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True) npm.npm_translate_lock( name = "npm", + npmrc = "//:.npmrc", pnpm_lock = "//:pnpm-lock.yaml", verify_node_modules_ignored = "//:.bazelignore", - npmrc = "//:.npmrc", ) use_repo(npm, "npm") @@ -32,23 +32,27 @@ use_repo(rules_ts_ext, "npm_typescript") ### RUST ### ############ bazel_dep(name = "rules_rust", version = "0.48.0") -single_version_override(module_name = "rules_rust", patches = ["patches/rules_rust_msvc_maxpath.patch"]) +single_version_override( + module_name = "rules_rust", + patches = ["patches/rules_rust_msvc_maxpath.patch"], +) rust = use_extension("@rules_rust//rust:extensions.bzl", "rust") rust.toolchain( edition = "2021", - versions = ["nightly/2024-08-08"], extra_target_triples = ["wasm32-unknown-unknown"], + versions = ["nightly/2024-08-08"], ) use_repo(rust, "rust_toolchains") + register_toolchains("@rust_toolchains//:all") # print( manifests.MANIFESTS ) crate = use_extension("@rules_rust//crate_universe:extension.bzl", "crate") crate.from_cargo( name = "crates", - cargo_lockfile = "//:Cargo.lock", cargo_config = "//:.cargo/config.toml", + cargo_lockfile = "//:Cargo.lock", manifests = [ "//:build_tools/ci-gen/Cargo.toml", "//:build_tools/cli/Cargo.toml", @@ -82,26 +86,30 @@ use_repo(crate, "crates") wb_crates = use_extension("@rules_rust//crate_universe:extension.bzl", "crate") wb_crates.from_cargo( name = "wb_crates", - cargo_lockfile = "@wasm_bindgen_cli_crate//:Cargo.lock", cargo_config = "//:.cargo/config.toml", + cargo_lockfile = "@wasm_bindgen_cli_crate//:Cargo.lock", manifests = [ "@wasm_bindgen_cli_crate//:Cargo.toml", ], ) use_repo(wb_crates, "wb_crates") + http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + WASM_BINDGEN_VERSION = "0.2.93" + http_archive( name = "wasm_bindgen_cli_crate", + build_file = "//toolchains/wasm_bindgen:BUILD.wasm-bindgen-cli.bazel", integrity = "sha256-uwX54YM2X1zzrATWC1Sw4z9JTpNzAme1r4JjNEPugDU=", + strip_prefix = "wasm-bindgen-cli-{}".format(WASM_BINDGEN_VERSION), + type = "tar.gz", # sha256 = "08f61e21873f51e3059a8c7c3eef81ede7513d161cfc60751c7b2ffa6ed28270", urls = ["https://static.crates.io/crates/wasm-bindgen-cli/wasm-bindgen-cli-{}.crate".format(WASM_BINDGEN_VERSION)], - type = "tar.gz", - strip_prefix = "wasm-bindgen-cli-{}".format(WASM_BINDGEN_VERSION), - build_file = "//toolchains/wasm_bindgen:BUILD.wasm-bindgen-cli.bazel", ) register_toolchains("//toolchains/wasm_bindgen:cli") + register_toolchains("//toolchains/dummy_cc:dummy_cc_wasm32_toolchain") ########### @@ -111,35 +119,56 @@ bazel_dep(name = "rules_java", version = "7.6.1") bazel_dep(name = "rules_graalvm", version = "0.11.1") ## upgrade to 0.11.2 once available in bazel central gvm = use_extension("@rules_graalvm//:extensions.bzl", "graalvm") - gvm.graalvm( name = "graalvm", - version = "23.1.0", # gvm sdk version format like `24.x.x` also supported distribution = "ce", # `oracle`, `ce`, or `community` java_version = "21", # `17`, `20`, `21`, or `22` as supported by the version provided + version = "23.1.0", # gvm sdk version format like `24.x.x` also supported ) use_repo(gvm, "graalvm") + register_toolchains("@graalvm//:jvm") + register_toolchains("@graalvm//:sdk") ## Native-image + register_toolchains("@graalvm//:toolchain") bazel_dep(name = "rules_jvm_external", version = "6.0") scala_logging_version = "3.9.4" + scalatest_version = "3.3.0-SNAP4" + cats_version = "2.9.0" + circe_version = "0.14.5" -circe_libs = ["circe-core", "circe-generic", "circe-parser"] + +circe_libs = [ + "circe-core", + "circe-generic", + "circe-parser", +] + circe = ["io.circe:%s_2.13:%s" % (x, circe_version) for x in circe_libs] + commons_text_version = "1.10.0" + http_components_version = "4.4.1" + jackson_version = "2.15.2" + commons_io_version = "2.12.0" + commons_compress_version = "1.23.0" + commons_lang_version = "3.12.0" + junit_version = "4.13.2" + hamcrest_version = "1.3" + picocli_version = "4.6.1" + minimal_json_version = "0.9.5" ## TODO: Consider replacing maven extension with diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 66bf95884d97..d106c9f45f38 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -124,7 +124,7 @@ "moduleExtensions": { "//:bazel_scripts/secrets.bzl%secrets": { "general": { - "bzlTransitiveDigest": "ohtO/g2zVbvc2pT6feGQ4k/0wp+xnyj9O+c9v/ms5NM=", + "bzlTransitiveDigest": "gAEoCrisX9JFPj8WI9Db0nShQ/mwAWt8x3lA90BT6NU=", "usagesDigest": "qs5HkE+6F8oLjmPczbnegyNwqa96tDrQborkVvcTxzA=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, @@ -798,7 +798,7 @@ "@@rules_graalvm~//:extensions.bzl%graalvm": { "general": { "bzlTransitiveDigest": "7TRnLGgMZtLIlqn0gwKri3T+KOm/9pO2nb9Tyb8sGJY=", - "usagesDigest": "CKuMjRggH51ebo3jvgU+Rx3zZhT+oMzeO3syMJ2M8vA=", + "usagesDigest": "nl0Lmgf+iZOCEuxWqt3QUp3kUE6zNv0VoJUcGUX/QCc=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -1186,7 +1186,7 @@ "@@rules_rust~//rust:extensions.bzl%rust": { "general": { "bzlTransitiveDigest": "5Fhm4e8fu/NfMW757ZpxfoALzKqLkdWu/bnnCs61WW4=", - "usagesDigest": "CX9eGyp/EOLsU70O2sS80JnmG8+o4ofImnux4Y0BJF0=", + "usagesDigest": "+rql58LIJRAOtd23kPp/1+AkAxOqYsnb7cfWZixYhBo=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index e8f65e26d59f..3555e2585377 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -1,9 +1,8 @@ ## Until bzlmod support is added to rules_scala ## https://github.com/bazelbuild/rules_scala/pull/1541 -load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") - +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_skylib", @@ -20,7 +19,6 @@ RULES_SCALA_VERSION = "6.4.0" RULES_SCALA_SHA = "9a23058a36183a556a9ba7229b4f204d3e68c8c6eb7b28260521016b38ef4e00" - http_archive( name = "io_bazel_rules_scala", sha256 = RULES_SCALA_SHA, @@ -30,8 +28,7 @@ http_archive( load("@io_bazel_rules_scala//:scala_config.bzl", "scala_config") -scala_config(scala_version = "2.13.12") ## Version has to match the version available in `rules_scala` - +scala_config(scala_version = "2.13.12") ## Version has to match the version available in `rules_scala` load("@io_bazel_rules_scala//scala:scala.bzl", "rules_scala_setup", "rules_scala_toolchain_deps_repositories") @@ -43,8 +40,6 @@ rules_scala_setup() rules_scala_toolchain_deps_repositories(fetch_sources = True) load("@io_bazel_rules_scala//scala:toolchains.bzl", "scala_register_toolchains") - - load("@io_bazel_rules_scala//testing:scalatest.bzl", "scalatest_repositories", "scalatest_toolchain") scalatest_repositories() @@ -58,7 +53,6 @@ scalatest_toolchain() ## Workaround is to use our own scala toolchain with custom options. register_toolchains("//toolchains:enso_toolchain") - ## Setup `bazel-distribution` for generating pom.xml RULES_BAZEL_DISTRIBUTION_SHA = "3f88eb2ff11654039fa64cbc67a8411df1b85fba" @@ -71,28 +65,36 @@ git_repository( ### Dependencies of `bazel-distribution` http_archive( name = "rules_pkg", + sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz", "https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz", ], - sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8", ) + ## Uses more up-to-date version of rules_kotlin than what ## @vaticle_bazel_distribution seems to rely on ## as encountered various issues, including a blocker of ## https://github.com/bazelbuild/rules_kotlin/issues/1072. rules_kotlin_version = "1.9.0" + rules_kotlin_sha = "5766f1e599acf551aa56f49dab9ab9108269b03c557496c54acaf41f98e2b8d6" + http_archive( name = "io_bazel_rules_kotlin", - urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v%s/rules_kotlin-v%s.tar.gz" % (rules_kotlin_version, rules_kotlin_version)], sha256 = rules_kotlin_sha, + urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v%s/rules_kotlin-v%s.tar.gz" % (rules_kotlin_version, rules_kotlin_version)], ) ### Default setup for `baze-distribution` load("@io_bazel_rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories") -kotlin_repositories() # if you want the default. Otherwise see custom kotlinc distribution below + +kotlin_repositories() # if you want the default. Otherwise see custom kotlinc distribution below + load("@io_bazel_rules_kotlin//kotlin:core.bzl", "kt_register_toolchains") + kt_register_toolchains() + load("@vaticle_bazel_distribution//common:rules.bzl", "workspace_refs") + workspace_refs(name = "enso_org_enso_workspace_refs") diff --git a/app/common/BUILD.bazel b/app/common/BUILD.bazel index 17174f993e27..882086c523a8 100644 --- a/app/common/BUILD.bazel +++ b/app/common/BUILD.bazel @@ -1,6 +1,7 @@ load("@aspect_rules_js//npm:defs.bzl", "npm_package") load("@aspect_rules_ts//ts:defs.bzl", "ts_config", "ts_project") load("@npm//:defs.bzl", "npm_link_all_packages", "npm_link_targets") + npm_link_all_packages(name = "node_modules") ts_config( @@ -11,22 +12,25 @@ ts_config( ts_project( name = "tsc", - composite = True, - tsconfig = ":tsconfig", + srcs = glob([ + "src/**/*.ts", + "src/**/*.js", + ]) + ["src/text/english.json"], allow_js = True, + composite = True, out_dir = "dist", - root_dir = "src", resolve_json_module = True, - srcs = glob(["src/**/*.ts", "src/**/*.js"]) + ["src/text/english.json"], - deps = npm_link_targets() + root_dir = "src", + tsconfig = ":tsconfig", + deps = npm_link_targets(), ) npm_package( name = "pkg", srcs = [ - ":tsc", "package.json", "src/config.json", + ":tsc", ], visibility = ["//visibility:public"], -) \ No newline at end of file +) diff --git a/app/gui/package.json b/app/gui/package.json index 6c5413bc3a6e..9e9979af62ba 100644 --- a/app/gui/package.json +++ b/app/gui/package.json @@ -69,7 +69,7 @@ "ts-results": "^3.3.0", "validator": "^13.12.0", "zod": "^3.23.8", - "zustand": "^4.5.4", + "zustand": "^5.0.0", "@ag-grid-community/client-side-row-model": "^31.1.1", "@ag-grid-community/core": "^31.1.1", "@ag-grid-community/styles": "^31.1.1", diff --git a/app/gui/scripts/envReplacer.mjs b/app/gui/scripts/envReplacer.mjs index b28f179ad96f..0cc66bc922c9 100644 --- a/app/gui/scripts/envReplacer.mjs +++ b/app/gui/scripts/envReplacer.mjs @@ -139,8 +139,9 @@ async function processReplacements(projectPath) { * @param {string} projectPath File path relative to input directory, used for error reporting. */ async function reportUnexpectedPatterns(fileContents, projectPath) { + console.log(projectPath, Buffer.isUtf8(fileContents)) if (Buffer.isUtf8(fileContents)) { - for (const match in fileContents.toString('utf8').matchAll(patternRegex)) { + for (const match of fileContents.toString().matchAll(patternRegex)) { errors.push(new Error(`Found unexpected pattern ${match} in file "${projectPath}"`)) } } diff --git a/app/gui/src/config.ts b/app/gui/src/config.ts index 311783c09a27..8640fd12c26a 100644 --- a/app/gui/src/config.ts +++ b/app/gui/src/config.ts @@ -8,7 +8,7 @@ * When running dev server, the config variables are grabbed from appropriate .env file. */ const $config = { - ENVIRONMENT: import.meta.env.MODE, + ENVIRONMENT: import.meta.env.VITE_ENVIRONMENT, API_URL: import.meta.env.VITE_API_URL, SENTRY_DSN: import.meta.env.VITE_SENTRY_DSN, STRIPE_KEY: import.meta.env.VITE_STRIPE_KEY, @@ -27,7 +27,9 @@ const $config = { MAPBOX_API_TOKEN: import.meta.env.VITE_ENSO_MAPBOX_API_TOKEN, } as const -// Undefined import.meta.env variables are typed as `any`, but we want them to be `string | undefined`. +console.log($config) + +// Undefined env variables are typed as `any`, but we want them to be `string | undefined`. export type $Config = { [K in keyof typeof $config]: unknown extends (typeof $config)[K] ? string | undefined : (typeof $config)[K] diff --git a/app/gui/src/dashboard/components/Devtools/EnsoDevtoolsProvider.tsx b/app/gui/src/dashboard/components/Devtools/EnsoDevtoolsProvider.tsx index 213db13bb8e1..f1770f1f8e42 100644 --- a/app/gui/src/dashboard/components/Devtools/EnsoDevtoolsProvider.tsx +++ b/app/gui/src/dashboard/components/Devtools/EnsoDevtoolsProvider.tsx @@ -3,7 +3,8 @@ * This file provides a zustand store that contains the state of the Enso devtools. */ import type { PaywallFeatureName } from '#/hooks/billing' -import * as zustand from 'zustand' +import { createStore, useStore } from 'zustand' +import { useShallow } from 'zustand/shallow' /** Configuration for a paywall feature. */ export interface PaywallDevtoolsFeatureConfiguration { @@ -22,7 +23,7 @@ interface EnsoDevtoolsStore { readonly setEnableVersionChecker: (showVersionChecker: boolean | null) => void } -const ensoDevtoolsStore = zustand.createStore((set) => ({ +const ensoDevtoolsStore = createStore((set) => ({ showVersionChecker: false, paywallFeatures: { share: { isForceEnabled: null }, @@ -48,7 +49,7 @@ const ensoDevtoolsStore = zustand.createStore((set) => ({ /** A function to set whether the version checker is forcibly shown/hidden. */ export function useEnableVersionChecker() { - return zustand.useStore(ensoDevtoolsStore, (state) => state.showVersionChecker) + return useStore(ensoDevtoolsStore, (state) => state.showVersionChecker) } // ================================== @@ -57,13 +58,16 @@ export function useEnableVersionChecker() { /** A function to set whether the version checker is forcibly shown/hidden. */ export function useSetEnableVersionChecker() { - return zustand.useStore(ensoDevtoolsStore, (state) => state.setEnableVersionChecker) + return useStore(ensoDevtoolsStore, (state) => state.setEnableVersionChecker) } /** A hook that provides access to the paywall devtools. */ export function usePaywallDevtools() { - return zustand.useStore(ensoDevtoolsStore, (state) => ({ - features: state.paywallFeatures, - setFeature: state.setPaywallFeature, - })) + return useStore( + ensoDevtoolsStore, + useShallow((state) => ({ + features: state.paywallFeatures, + setFeature: state.setPaywallFeature, + })), + ) } diff --git a/app/gui/src/dashboard/components/dashboard/AssetRow.tsx b/app/gui/src/dashboard/components/dashboard/AssetRow.tsx index 099779de379f..d92756bbcf19 100644 --- a/app/gui/src/dashboard/components/dashboard/AssetRow.tsx +++ b/app/gui/src/dashboard/components/dashboard/AssetRow.tsx @@ -176,11 +176,11 @@ export const AssetRow = React.memo(function AssetRow(props: AssetRowProps) { const isDeleting = useBackendMutationState(backend, 'deleteAsset', { - predicate: ({ state: { variables: [assetId] = [] } }) => assetId === asset.id, + predicate: ({ state: { variables } }) => variables?.[0] === asset.id, }).length !== 0 const isRestoring = useBackendMutationState(backend, 'undoDeleteAsset', { - predicate: ({ state: { variables: [assetId] = [] } }) => assetId === asset.id, + predicate: ({ state: { variables } }) => variables?.[0] === asset.id, }).length !== 0 const isCloud = isCloudCategory(category) diff --git a/app/gui/src/dashboard/index.tsx b/app/gui/src/dashboard/index.tsx index d9512d0218d9..8d8270cd5ba5 100644 --- a/app/gui/src/dashboard/index.tsx +++ b/app/gui/src/dashboard/index.tsx @@ -68,7 +68,7 @@ function run(props: DashboardProps) { if (!detect.IS_DEV_MODE && $config.SENTRY_DSN != null && $config.API_URL != null) { sentry.init({ dsn: $config.SENTRY_DSN, - environment: $config.ENVIRONMENT, + environment: $config.ENVIRONMENT ?? 'production', integrations: [ new sentry.BrowserTracing({ routingInstrumentation: sentry.reactRouterV6Instrumentation( diff --git a/app/gui/src/dashboard/layouts/AssetsTable/EventListProvider.tsx b/app/gui/src/dashboard/layouts/AssetsTable/EventListProvider.tsx index de615fd5fce1..e3a832fe930b 100644 --- a/app/gui/src/dashboard/layouts/AssetsTable/EventListProvider.tsx +++ b/app/gui/src/dashboard/layouts/AssetsTable/EventListProvider.tsx @@ -2,7 +2,7 @@ import * as React from 'react' import invariant from 'tiny-invariant' -import * as zustand from 'zustand' +import { createStore, type StoreApi, useStore } from 'zustand' import type * as assetEvent from '#/events/assetEvent' import type * as assetListEvent from '#/events/assetListEvent' @@ -24,7 +24,7 @@ interface EventListStore { // ======================== /** State contained in a `EventListContext`. */ -export type EventListContextType = zustand.StoreApi +export type EventListContextType = StoreApi const EventListContext = React.createContext(null) @@ -42,7 +42,7 @@ export type EventListProviderProps = Readonly export default function EventListProvider(props: EventListProviderProps) { const { children } = props const [store] = React.useState(() => - zustand.createStore((set, get) => ({ + createStore((set, get) => ({ assetEvents: [], dispatchAssetEvent: (event) => { set({ assetEvents: [...get().assetEvents, event] }) @@ -93,7 +93,7 @@ function useEventList() { /** A function to add a new reactive event. */ export function useDispatchAssetEvent() { const store = useEventList() - return zustand.useStore(store, (state) => state.dispatchAssetEvent) + return useStore(store, (state) => state.dispatchAssetEvent) } // ================================= @@ -103,7 +103,7 @@ export function useDispatchAssetEvent() { /** A function to add a new reactive event. */ export function useDispatchAssetListEvent() { const store = useEventList() - return zustand.useStore(store, (state) => state.dispatchAssetListEvent) + return useStore(store, (state) => state.dispatchAssetListEvent) } // ============================= diff --git a/app/gui/src/dashboard/providers/DriveProvider.tsx b/app/gui/src/dashboard/providers/DriveProvider.tsx index 5f6f2514decd..078a2911eb94 100644 --- a/app/gui/src/dashboard/providers/DriveProvider.tsx +++ b/app/gui/src/dashboard/providers/DriveProvider.tsx @@ -2,7 +2,7 @@ import * as React from 'react' import invariant from 'tiny-invariant' -import * as zustand from 'zustand' +import { createStore, StoreApi, useStore } from 'zustand' import type { AssetPanelContextProps } from '#/layouts/AssetPanel' import type { Suggestion } from '#/layouts/AssetSearchBar' @@ -63,7 +63,7 @@ interface DriveStore { // ======================= /** State contained in a `ProjectsContext`. */ -export type ProjectsContextType = zustand.StoreApi +export type ProjectsContextType = StoreApi const DriveContext = React.createContext(null) @@ -82,7 +82,7 @@ export default function DriveProvider(props: ProjectsProviderProps) { const { children } = props const { localStorage } = useLocalStorage() const [store] = React.useState(() => - zustand.createStore((set, get) => ({ + createStore((set, get) => ({ category: { type: 'cloud' }, setCategory: (category) => { if (get().category !== category) { @@ -181,121 +181,121 @@ export function useDriveStore() { /** The category of the Asset Table. */ export function useCategory() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.category) + return useStore(store, (state) => state.category) } /** A function to set the category of the Asset Table. */ export function useSetCategory() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setCategory) + return useStore(store, (state) => state.setCategory) } /** The target directory of the Asset Table selection. */ export function useTargetDirectory() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.targetDirectory) + return useStore(store, (state) => state.targetDirectory) } /** A function to set the target directory of the Asset Table selection. */ export function useSetTargetDirectory() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setTargetDirectory) + return useStore(store, (state) => state.setTargetDirectory) } /** The ID of the most newly created folder. */ export function useNewestFolderId() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.newestFolderId) + return useStore(store, (state) => state.newestFolderId) } /** A function to set the ID of the most newly created folder. */ export function useSetNewestFolderId() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setNewestFolderId) + return useStore(store, (state) => state.setNewestFolderId) } /** Whether assets can be created in the current directory. */ export function useCanCreateAssets() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.canCreateAssets) + return useStore(store, (state) => state.canCreateAssets) } /** A function to set whether assets can be created in the current directory. */ export function useSetCanCreateAssets() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setCanCreateAssets) + return useStore(store, (state) => state.setCanCreateAssets) } /** Whether the current Asset Table selection is downloadble. */ export function useCanDownload() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.canDownload) + return useStore(store, (state) => state.canDownload) } /** A function to set whether the current Asset Table selection is downloadble. */ export function useSetCanDownload() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setCanDownload) + return useStore(store, (state) => state.setCanDownload) } /** The paste data for the Asset Table. */ export function usePasteData() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.pasteData) + return useStore(store, (state) => state.pasteData) } /** A function to set the paste data for the Asset Table. */ export function useSetPasteData() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setPasteData) + return useStore(store, (state) => state.setPasteData) } /** The selected keys in the Asset Table. */ export function useSelectedKeys() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.selectedKeys) + return useStore(store, (state) => state.selectedKeys) } /** A function to set the selected keys of the Asset Table selection. */ export function useSetSelectedKeys() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setSelectedKeys) + return useStore(store, (state) => state.setSelectedKeys) } /** The visually selected keys in the Asset Table. */ export function useVisuallySelectedKeys() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.selectedKeys) + return useStore(store, (state) => state.selectedKeys) } /** A function to set the visually selected keys in the Asset Table. */ export function useSetVisuallySelectedKeys() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setVisuallySelectedKeys) + return useStore(store, (state) => state.setVisuallySelectedKeys) } /** Whether the Asset Panel is toggled on. */ export function useIsAssetPanelPermanentlyVisible() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.isAssetPanelPermanentlyVisible) + return useStore(store, (state) => state.isAssetPanelPermanentlyVisible) } /** A function to set whether the Asset Panel is toggled on. */ export function useSetIsAssetPanelPermanentlyVisible() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setIsAssetPanelPermanentlyVisible) + return useStore(store, (state) => state.setIsAssetPanelPermanentlyVisible) } /** Whether the Asset Panel is currently visible (e.g. for editing a Datalink). */ export function useIsAssetPanelTemporarilyVisible() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.isAssetPanelTemporarilyVisible) + return useStore(store, (state) => state.isAssetPanelTemporarilyVisible) } /** A function to set whether the Asset Panel is currently visible (e.g. for editing a Datalink). */ export function useSetIsAssetPanelTemporarilyVisible() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setIsAssetPanelTemporarilyVisible) + return useStore(store, (state) => state.setIsAssetPanelTemporarilyVisible) } /** Whether the Asset Panel is currently visible, either temporarily or permanently. */ @@ -308,23 +308,23 @@ export function useIsAssetPanelVisible() { /** Props for the Asset Panel. */ export function useAssetPanelProps() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.assetPanelProps) + return useStore(store, (state) => state.assetPanelProps) } /** A function to set props for the Asset Panel. */ export function useSetAssetPanelProps() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setAssetPanelProps) + return useStore(store, (state) => state.setAssetPanelProps) } /** Search suggestions. */ export function useSuggestions() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.suggestions) + return useStore(store, (state) => state.suggestions) } /** Set search suggestions. */ export function useSetSuggestions() { const store = useDriveStore() - return zustand.useStore(store, (state) => state.setSuggestions) + return useStore(store, (state) => state.setSuggestions) } diff --git a/app/gui/src/dashboard/providers/ProjectsProvider.tsx b/app/gui/src/dashboard/providers/ProjectsProvider.tsx index 820762fd7ea9..3863f7884cb6 100644 --- a/app/gui/src/dashboard/providers/ProjectsProvider.tsx +++ b/app/gui/src/dashboard/providers/ProjectsProvider.tsx @@ -3,7 +3,7 @@ import * as React from 'react' import invariant from 'tiny-invariant' import * as z from 'zod' -import * as zustand from 'zustand' +import { createStore, StoreApi, useStore } from 'zustand' import * as eventCallbacks from '#/hooks/eventCallbackHooks' import * as searchParamsState from '#/hooks/searchParamsStateHooks' @@ -97,14 +97,14 @@ interface ProjectsStore { // ======================= /** State contained in a `ProjectsContext`. */ -export type ProjectsContextType = zustand.StoreApi +export type ProjectsContextType = StoreApi const ProjectsContext = React.createContext(null) /** Props for a {@link ProjectsProvider}. */ export type ProjectsProviderProps = Readonly -const STORE = zustand.createStore((set) => ({ +const STORE = createStore((set) => ({ page: TabType.drive, setPage: (page) => { set({ page }) @@ -214,7 +214,7 @@ export function useProjectsStore() { /** A function to retrieve all launched projects. */ export function useLaunchedProjects() { const store = useProjectsStore() - return zustand.useStore(store, (state) => state.launchedProjects) + return useStore(store, (state) => state.launchedProjects) } // ================================= @@ -224,7 +224,7 @@ export function useLaunchedProjects() { /** A function to update launched projects. */ export function useUpdateLaunchedProjects() { const store = useProjectsStore() - const updateLaunchedProjects = zustand.useStore(store, (state) => state.updateLaunchedProjects) + const updateLaunchedProjects = useStore(store, (state) => state.updateLaunchedProjects) return eventCallbacks.useEventCallback( (update: (projects: readonly LaunchedProject[]) => readonly LaunchedProject[]) => { React.startTransition(() => { @@ -241,7 +241,7 @@ export function useUpdateLaunchedProjects() { /** A function to add a new launched project. */ export function useAddLaunchedProject() { const store = useProjectsStore() - const addLaunchedProject = zustand.useStore(store, (state) => state.addLaunchedProject) + const addLaunchedProject = useStore(store, (state) => state.addLaunchedProject) return eventCallbacks.useEventCallback((project: LaunchedProject) => { React.startTransition(() => { addLaunchedProject(project) @@ -256,7 +256,7 @@ export function useAddLaunchedProject() { /** A function to remove a launched project. */ export function useRemoveLaunchedProject() { const store = useProjectsStore() - const removeLaunchedProject = zustand.useStore(store, (state) => state.removeLaunchedProject) + const removeLaunchedProject = useStore(store, (state) => state.removeLaunchedProject) return eventCallbacks.useEventCallback((projectId: LaunchedProjectId) => { React.startTransition(() => { removeLaunchedProject(projectId) @@ -271,7 +271,7 @@ export function useRemoveLaunchedProject() { /** A function to remove all launched projects. */ export function useClearLaunchedProjects() { const store = useProjectsStore() - const clearLaunchedProjects = zustand.useStore(store, (state) => state.clearLaunchedProjects) + const clearLaunchedProjects = useStore(store, (state) => state.clearLaunchedProjects) return eventCallbacks.useEventCallback(() => { React.startTransition(() => { clearLaunchedProjects() @@ -286,7 +286,7 @@ export function useClearLaunchedProjects() { /** A function to get the current page. */ export function usePage() { const store = useProjectsStore() - return zustand.useStore(store, (state) => state.page) + return useStore(store, (state) => state.page) } // ================== // === useSetPage === @@ -295,7 +295,7 @@ export function usePage() { /** A function to set the current page. */ export function useSetPage() { const store = useProjectsStore() - const setPage = zustand.useStore(store, (state) => state.setPage) + const setPage = useStore(store, (state) => state.setPage) return eventCallbacks.useEventCallback((page: LaunchedProjectId | TabType) => { React.startTransition(() => { setPage(page) diff --git a/app/gui/src/entrypoint.ts b/app/gui/src/entrypoint.ts index 6fb686236e8b..8aa0e10e9d11 100644 --- a/app/gui/src/entrypoint.ts +++ b/app/gui/src/entrypoint.ts @@ -75,8 +75,8 @@ function main() { const supportsVibrancy = config.window.vibrancy const shouldUseAuthentication = config.authentication.enabled const projectManagerUrl = - (config.engine.projectManagerUrl || resolveEnvUrl($config.PROJECT_MANAGER_URL)) ?? null - const ydocUrl = (config.engine.ydocUrl || resolveEnvUrl($config.YDOC_SERVER_URL)) ?? null + config.engine.projectManagerUrl || resolveEnvUrl($config.PROJECT_MANAGER_URL) || null + const ydocUrl = config.engine.ydocUrl || resolveEnvUrl($config.YDOC_SERVER_URL) || null const initialProjectName = config.startup.project || null const urlWithoutStartupProject = new URL(location.toString()) urlWithoutStartupProject.searchParams.delete('startup.project') diff --git a/app/gui/src/project-view/components/shared/AgGridTableView.vue b/app/gui/src/project-view/components/shared/AgGridTableView.vue index 6a13a469189e..3f68c2cd8832 100644 --- a/app/gui/src/project-view/components/shared/AgGridTableView.vue +++ b/app/gui/src/project-view/components/shared/AgGridTableView.vue @@ -221,7 +221,7 @@ function supressCopy(event: KeyboardEvent) { const { LicenseManager } = await import('ag-grid-enterprise') -if (typeof $config.AG_GRID_LICENSE_KEY !== 'string') { +if (!$config.AG_GRID_LICENSE_KEY) { console.warn('The AG_GRID_LICENSE_KEY is not defined.') if (import.meta.env.DEV) { // Hide annoying license validation errors in dev mode when the license is not defined. The diff --git a/app/gui/src/project-view/components/visualizations/GeoMapVisualization.vue b/app/gui/src/project-view/components/visualizations/GeoMapVisualization.vue index e12562428aff..ecf68bafc1c5 100644 --- a/app/gui/src/project-view/components/visualizations/GeoMapVisualization.vue +++ b/app/gui/src/project-view/components/visualizations/GeoMapVisualization.vue @@ -101,7 +101,7 @@ const props = defineProps<{ data: Data }>() * All the limits of API are listed here: https://docs.mapbox.com/api/#rate-limits */ const TOKEN = $config.MAPBOX_API_TOKEN -if (TOKEN == null) { +if (!TOKEN) { console.warn( 'Mapbox API token is missing, to use Geo Map visualization please provide VITE_ENSO_MAPBOX_API_TOKEN.', ) diff --git a/app/gui/vite.config.ts b/app/gui/vite.config.ts index 8bdb2a6b39c7..a55e76d48785 100644 --- a/app/gui/vite.config.ts +++ b/app/gui/vite.config.ts @@ -11,12 +11,14 @@ import wasm from 'vite-plugin-wasm' import tailwindConfig from './tailwind.config' const isE2E = process.env.E2E === 'true' -const dynHostnameWsUrl = (port: number) => JSON.stringify(`ws://__HOSTNAME__:${port}`) +const dynHostnameWsUrl = (port: number) => `ws://__HOSTNAME__:${port}` const entrypoint = isE2E ? './src/project-view/e2e-entrypoint.ts' : './src/entrypoint.ts' +console.log('process.env.NODE_ENV', process.env.NODE_ENV) + process.env.VITE_DEV_PROJECT_MANAGER_URL ??= dynHostnameWsUrl(isE2E ? 30536 : 30535) process.env.VITE_YDOC_SERVER_URL ??= - process.env.ENSO_POLYGLOT_YDOC_SERVER ? JSON.stringify(process.env.ENSO_POLYGLOT_YDOC_SERVER) + process.env.ENSO_POLYGLOT_YDOC_SERVER ? process.env.ENSO_POLYGLOT_YDOC_SERVER : process.env.NODE_ENV === 'development' ? dynHostnameWsUrl(5976) : undefined diff --git a/app/ide-desktop/client/BUILD.bazel b/app/ide-desktop/client/BUILD.bazel index 39cf43a9a98a..13858ee9f0a6 100644 --- a/app/ide-desktop/client/BUILD.bazel +++ b/app/ide-desktop/client/BUILD.bazel @@ -1,7 +1,8 @@ +load("@aspect_rules_js//js:defs.bzl", "js_library") load("@aspect_rules_js//npm:defs.bzl", "npm_package") load("@aspect_rules_ts//ts:defs.bzl", "ts_config", "ts_project") load("@npm//:defs.bzl", "npm_link_all_packages", "npm_link_targets") -load("@aspect_rules_js//js:defs.bzl", "js_library") + npm_link_all_packages() ts_config( @@ -12,19 +13,22 @@ ts_config( ts_project( name = "ts_proj", - tsconfig = "//app/ide-desktop/lib/project-manager-shim:tsconfig", srcs = glob(["src/*.ts"]), + composite = True, declaration = True, - visibility = ["//visibility:public"], resolve_json_module = True, - composite = True, source_map = True, + tsconfig = "//app/ide-desktop/lib/project-manager-shim:tsconfig", + visibility = ["//visibility:public"], deps = ["//app/ide-desktop:tsconfig"] + npm_link_targets(), ) js_library( name = "lib", - srcs = glob(["src/*.js", "src/*.d.ts"]) + ["package.json"], + srcs = glob([ + "src/*.js", + "src/*.d.ts", + ]) + ["package.json"], visibility = ["//visibility:public"], ) @@ -33,4 +37,4 @@ npm_package( srcs = [":lib"], include_runfiles = False, visibility = ["//visibility:public"], -) \ No newline at end of file +) diff --git a/app/ide-desktop/client/esbuildConfig.ts b/app/ide-desktop/client/esbuildConfig.ts index 520abdd1792e..24c4df10d0ca 100644 --- a/app/ide-desktop/client/esbuildConfig.ts +++ b/app/ide-desktop/client/esbuildConfig.ts @@ -5,15 +5,8 @@ import { fileURLToPath } from 'node:url' import type * as esbuild from 'esbuild' import { wasmLoader } from 'esbuild-plugin-wasm' -import * as appConfig from 'enso-common/src/appConfig' import * as paths from './paths' -// ==================== -// === Global setup === -// ==================== - -await appConfig.readEnvironmentFromFile() - // ================ // === Bundling === // ================ diff --git a/app/rust-ffi/BUILD.bazel b/app/rust-ffi/BUILD.bazel index 2b376b794167..2571142a0a26 100644 --- a/app/rust-ffi/BUILD.bazel +++ b/app/rust-ffi/BUILD.bazel @@ -1,9 +1,9 @@ -load("@rules_rust//rust:defs.bzl", "rust_shared_library") -load("@aspect_rules_js//npm:defs.bzl", "npm_package") -load("@rules_rust//wasm_bindgen:defs.bzl", "rust_wasm_bindgen") -load("@crates//:defs.bzl", "aliases", "all_crate_deps") load("@aspect_bazel_lib//lib:copy_to_directory.bzl", "copy_to_directory") load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files") +load("@aspect_rules_js//npm:defs.bzl", "npm_package") +load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_shared_library") +load("@rules_rust//wasm_bindgen:defs.bzl", "rust_wasm_bindgen") rust_shared_library( name = "rust_lib", @@ -31,7 +31,10 @@ copy_to_directory( npm_package( name = "pkg", - srcs = ["package.json", ":rust-ffi-dist"], + srcs = [ + "package.json", + ":rust-ffi-dist", + ], visibility = ["//visibility:public"], ) @@ -40,7 +43,7 @@ npm_package( write_source_files( name = "write_wasm_dist", files = { - "dist": ":rust-ffi-dist" + "dist": ":rust-ffi-dist", }, suggested_update_target = "//:write_all", visibility = ["//visibility:public"], diff --git a/app/toolchains/dummy_cc/BUILD.bazel b/app/toolchains/dummy_cc/BUILD.bazel index 516eea5061cc..f8759bd0d67a 100644 --- a/app/toolchains/dummy_cc/BUILD.bazel +++ b/app/toolchains/dummy_cc/BUILD.bazel @@ -34,4 +34,4 @@ filegroup( name = "empty", srcs = [], visibility = ["//:__subpackages__"], -) \ No newline at end of file +) diff --git a/app/toolchains/dummy_cc/dummy_cc_toolchain.bzl b/app/toolchains/dummy_cc/dummy_cc_toolchain.bzl index ee1cb3934828..8cbf6170e592 100644 --- a/app/toolchains/dummy_cc/dummy_cc_toolchain.bzl +++ b/app/toolchains/dummy_cc/dummy_cc_toolchain.bzl @@ -27,4 +27,4 @@ dummy_cc_config = rule( implementation = _config_impl, attrs = {}, provides = [CcToolchainConfigInfo], -) \ No newline at end of file +) diff --git a/app/toolchains/wasm_bindgen/BUILD.bazel b/app/toolchains/wasm_bindgen/BUILD.bazel index b3d576ee46b9..76cbc75ac41c 100644 --- a/app/toolchains/wasm_bindgen/BUILD.bazel +++ b/app/toolchains/wasm_bindgen/BUILD.bazel @@ -9,4 +9,4 @@ toolchain( name = "cli", toolchain = "cli_impl", toolchain_type = "@rules_rust//wasm_bindgen:toolchain_type", -) \ No newline at end of file +) diff --git a/app/ydoc-server-nodejs/BUILD.bazel b/app/ydoc-server-nodejs/BUILD.bazel index 4cfd01a960f8..2ed4e9de51c4 100644 --- a/app/ydoc-server-nodejs/BUILD.bazel +++ b/app/ydoc-server-nodejs/BUILD.bazel @@ -1,16 +1,16 @@ +load("@aspect_bazel_lib//lib:directory_path.bzl", "directory_path") +load("@aspect_rules_js//js:defs.bzl", "js_binary", "js_run_binary") load("@aspect_rules_js//npm:defs.bzl", "npm_package") load("@aspect_rules_ts//ts:defs.bzl", "ts_config") load("@npm//:defs.bzl", "npm_link_all_packages", "npm_link_targets") -load("@aspect_rules_js//js:defs.bzl", "js_binary", "js_run_binary") -load("@aspect_bazel_lib//lib:directory_path.bzl", "directory_path") npm_link_all_packages(name = "node_modules") ts_config( name = "tsconfig", src = "tsconfig.json", - deps = ["//:tsconfig"], visibility = ["//visibility:public"], + deps = ["//:tsconfig"], ) npm_package( @@ -24,17 +24,20 @@ npm_package( js_binary( name = "esbuild-bin", - data = ["package.json", ":tsconfig"] + npm_link_targets(), + data = [ + "package.json", + ":tsconfig", + ] + npm_link_targets(), entry_point = "build.mjs", ) js_run_binary( name = "esbuild", - tool = ":esbuild-bin", srcs = glob(["src/**/*.ts"]), args = ["build"], - out_dirs = ["dist"], chdir = package_name(), + out_dirs = ["dist"], + tool = ":esbuild-bin", ) directory_path( diff --git a/app/ydoc-server/BUILD.bazel b/app/ydoc-server/BUILD.bazel index 7997a8aebc55..5916d2bb517a 100644 --- a/app/ydoc-server/BUILD.bazel +++ b/app/ydoc-server/BUILD.bazel @@ -12,11 +12,11 @@ ts_config( ts_project( name = "tsc", + srcs = glob(["src/**/*.ts"]), composite = True, - tsconfig = ":tsconfig", out_dir = "dist", root_dir = "src", - srcs = glob(["src/**/*.ts"]), + tsconfig = ":tsconfig", deps = npm_link_targets(), ) diff --git a/app/ydoc-shared/BUILD.bazel b/app/ydoc-shared/BUILD.bazel index 1899daf8c3a9..c4701fd767e3 100644 --- a/app/ydoc-shared/BUILD.bazel +++ b/app/ydoc-shared/BUILD.bazel @@ -1,16 +1,16 @@ +load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files") +load("@aspect_rules_js//js:defs.bzl", "js_binary", "js_run_binary") load("@aspect_rules_js//npm:defs.bzl", "npm_package") load("@aspect_rules_ts//ts:defs.bzl", "ts_config", "ts_project") load("@npm//:defs.bzl", "npm_link_all_packages", "npm_link_targets") -load("@aspect_rules_js//js:defs.bzl", "js_binary", "js_run_binary") -load("@aspect_bazel_lib//lib:write_source_files.bzl", "write_source_files") npm_link_all_packages(name = "node_modules") ts_config( name = "tsconfig", src = "tsconfig.json", - deps = ["//:tsconfig"], visibility = ["//visibility:public"], + deps = ["//:tsconfig"], ) IGNORED_GENERATED_FILES = [ @@ -19,13 +19,16 @@ IGNORED_GENERATED_FILES = [ ts_project( name = "tsc", + srcs = glob( + ["src/**/*.ts"], + IGNORED_GENERATED_FILES, + ) + [":generate_ast_typedefs"], composite = True, - tsconfig = ":tsconfig", out_dir = "dist", root_dir = "src", - srcs = glob(["src/**/*.ts"], IGNORED_GENERATED_FILES) + [":generate_ast_typedefs"], - deps = npm_link_targets(), + tsconfig = ":tsconfig", visibility = ["//visibility:public"], + deps = npm_link_targets(), ) npm_package( @@ -47,26 +50,26 @@ ts_config( ts_project( name = "parser-codegen-tsc", - tsconfig = ":parser-codegen-tsconfig", srcs = glob(["parser-codegen/*.ts"]), + tsconfig = ":parser-codegen-tsconfig", deps = npm_link_targets(), ) js_binary( name = "parser-codegen-bin", data = [ - ":parser-codegen-tsc", "package.json", + ":parser-codegen-tsc", ], entry_point = "parser-codegen/index.js", ) js_run_binary( name = "generate_ast_typedefs", - tool = ":parser-codegen-bin", srcs = ["//lib/rust/parser/schema:generate"], args = ["$(rootpath //lib/rust/parser/schema:generate)"], stdout = "src/ast/generated/ast.ts", + tool = ":parser-codegen-bin", visibility = ["//visibility:public"], ) @@ -77,7 +80,7 @@ js_run_binary( write_source_files( name = "write_ast_codegen", files = { - "src/ast/generated/ast.ts": ":generate_ast_typedefs" + "src/ast/generated/ast.ts": ":generate_ast_typedefs", }, suggested_update_target = "//:write_all", visibility = ["//visibility:public"], diff --git a/bazel_scripts/manifests.bzl b/bazel_scripts/manifests.bzl index 5c866d9738e7..221aaad61d2f 100644 --- a/bazel_scripts/manifests.bzl +++ b/bazel_scripts/manifests.bzl @@ -8,10 +8,11 @@ def _impl(repository_ctx): contents = repository_ctx.read(repository_ctx.attr.manifest) repository_ctx.report_progress("Fetching manifests") + # Read the Cargo.toml's `members`; does this by reading # all lines between 'members = [' and the closing ']' [_, contents] = contents.split("members = [\n") - [contents,_] = contents.split("]",1) + [contents, _] = contents.split("]", 1) packages = contents.splitlines() # turn the manifest path into a Bazel label @@ -33,4 +34,4 @@ _manifests = repository_rule( ) def manifests_repository(name, manifest): - _manifests(name = name, manifest = manifest) \ No newline at end of file + _manifests(name = name, manifest = manifest) diff --git a/bazel_scripts/secrets.bzl b/bazel_scripts/secrets.bzl index 23cde0915dcb..eab1171a910e 100644 --- a/bazel_scripts/secrets.bzl +++ b/bazel_scripts/secrets.bzl @@ -29,7 +29,7 @@ Then in build scripts you can reference these by importing a custom bzl file. """ -BUILD_BZL_CONTENTS=''' +BUILD_BZL_CONTENTS = ''' filegroup( name="secrets", srcs=["defs.bzl"], @@ -40,7 +40,6 @@ filegroup( UNSET_VALUE = "______UNSET______" REQUIRED_VALUE = "" - def _environment_secrets_impl(repository_ctx): entries = repository_ctx.attr.entries @@ -60,7 +59,7 @@ def _environment_secrets_impl(repository_ctx): value = defaultValue # Escape quotes and backslashes - value = value.replace("\\","\\\\").replace("\"","\\\"") + value = value.replace("\\", "\\\\").replace("\"", "\\\"") lines.append(" return \"{}\"".format(value)) lines.append(" else:") @@ -81,10 +80,10 @@ def _secrets_impl(ctx): environment_repo = module.tags.environment_repo environment_secrets_rule( name = environment_repo[0].name, - entries = environment_repo[0].entries + entries = environment_repo[0].entries, ) -environment_repo = tag_class(attrs={ +environment_repo = tag_class(attrs = { "name": attr.string(default = "env"), "entries": attr.string_dict(default = {}), }) @@ -92,4 +91,4 @@ environment_repo = tag_class(attrs={ secrets = module_extension( implementation = _secrets_impl, tag_classes = {"environment_repo": environment_repo}, -) \ No newline at end of file +) diff --git a/build-config.yaml b/build-config.yaml index b3bc1a2900a1..29a599f6d2c7 100644 --- a/build-config.yaml +++ b/build-config.yaml @@ -6,4 +6,3 @@ required-versions: # NB. The Rust version is pinned in rust-toolchain.toml. # NB. The Node version is pinned in .node-version. cargo-watch: ^8.1.1 - wasm-pack: ^0.12.1 diff --git a/build_tools/build/paths.yaml b/build_tools/build/paths.yaml index c24f70fe01c6..c697530da278 100644 --- a/build_tools/build/paths.yaml +++ b/build_tools/build/paths.yaml @@ -61,14 +61,6 @@ dist/: gui/: assets/: - - # Final WASM artifacts in `dist` directory. - wasm/: - dynamic-assets/: # Assets used by the WASM application. - pkg.js: # The `pkg.js` artifact of wasm-pack WITH bundled snippets. - pkg.js.map: # The sourcemap mapping to `pkg.js` generated by wasm-pack. - pkg.wasm: # The `pks_bg.wasm` artifact of wasm-pack. - pkg-opt.wasm: # The optimized `pks_bg.wasm`. distribution/: editions/: .yaml: diff --git a/build/build/src/cloud_tests/env.rs b/build_tools/build/src/cloud_tests/env.rs similarity index 100% rename from build/build/src/cloud_tests/env.rs rename to build_tools/build/src/cloud_tests/env.rs diff --git a/build/build/src/cloud_tests/mod.rs b/build_tools/build/src/cloud_tests/mod.rs similarity index 100% rename from build/build/src/cloud_tests/mod.rs rename to build_tools/build/src/cloud_tests/mod.rs diff --git a/build_tools/build/src/config.rs b/build_tools/build/src/config.rs index 9c85195557de..ca128db30697 100644 --- a/build_tools/build/src/config.rs +++ b/build_tools/build/src/config.rs @@ -134,7 +134,6 @@ mod tests { wasm-size-limit: "4.37MB" required-versions: node: =16.15.0 - wasm-pack: ^0.10.2 flatc: =1.12.0 "#; let config = serde_yaml::from_str::(config)?; @@ -156,7 +155,6 @@ wasm-size-limit: 15.25 MiB required-versions: cargo-watch: ^8.1.1 node: =16.15.0 - wasm-pack: ^0.10.2 # TODO [mwu]: Script can install `flatc` later on (if `conda` is present), so this is not required. However it should # be required, if `conda` is missing. # flatc: =1.12.0 diff --git a/build_tools/cli/src/lib.rs b/build_tools/cli/src/lib.rs index c6c9699279bb..a594f1d77c81 100644 --- a/build_tools/cli/src/lib.rs +++ b/build_tools/cli/src/lib.rs @@ -181,11 +181,11 @@ impl Processor { } #[tracing::instrument] - pub fn resolve_release_source() + pub fn resolve_release_source( &self, target: T, designator: String, - -> BoxFuture<'static, Result> { + ) -> BoxFuture<'static, Result> { let repository = self.remote_repo.clone(); let release = self.resolve_release_designator(designator); async move { diff --git a/flake.nix b/flake.nix index cb7ec8a6bfbb..3f00cf380c83 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,6 @@ gnumake # === WASM parser dependencies === rust - wasm-pack ]; shellHook = '' diff --git a/lib/rust/macro-utils/BUILD.bazel b/lib/rust/macro-utils/BUILD.bazel index cadaf39848c7..d05d2e666f0a 100644 --- a/lib/rust/macro-utils/BUILD.bazel +++ b/lib/rust/macro-utils/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_library") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") rust_library( name = "enso-macro-utils", @@ -7,6 +7,6 @@ rust_library( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), - deps = all_crate_deps(normal = True), visibility = ["//visibility:public"], + deps = all_crate_deps(normal = True), ) diff --git a/lib/rust/metamodel/BUILD.bazel b/lib/rust/metamodel/BUILD.bazel index ffa6f452c167..024e43df74ac 100644 --- a/lib/rust/metamodel/BUILD.bazel +++ b/lib/rust/metamodel/BUILD.bazel @@ -1,15 +1,15 @@ -load("@rules_rust//rust:defs.bzl", "rust_library") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") rust_library( name = "enso-metamodel", srcs = glob(["src/**/*.rs"]), aliases = aliases(), + crate_features = ["rust"], edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [ - "//lib/rust/zst:enso-zst" + "//lib/rust/zst:enso-zst", ], - crate_features = ["rust"], - visibility = ["//visibility:public"], ) diff --git a/lib/rust/parser/BUILD.bazel b/lib/rust/parser/BUILD.bazel index 51134bc5ca79..3839e457910b 100644 --- a/lib/rust/parser/BUILD.bazel +++ b/lib/rust/parser/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_library") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") rust_library( name = "enso-parser", @@ -7,11 +7,11 @@ rust_library( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True) + [ - "//lib/rust/parser/src/syntax/tree/visitor:enso-parser-syntax-tree-visitor" + "//lib/rust/parser/src/syntax/tree/visitor:enso-parser-syntax-tree-visitor", ], + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [ "//lib/rust/prelude:enso-prelude", "//lib/rust/reflect:enso-reflect", ], - visibility = ["//visibility:public"] ) diff --git a/lib/rust/parser/doc-parser/BUILD.bazel b/lib/rust/parser/doc-parser/BUILD.bazel index fae8f989814d..21767e8c8a38 100644 --- a/lib/rust/parser/doc-parser/BUILD.bazel +++ b/lib/rust/parser/doc-parser/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_library") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") rust_library( name = "enso-doc-parser", @@ -7,8 +7,8 @@ rust_library( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [ - "//lib/rust/prelude:enso-prelude" + "//lib/rust/prelude:enso-prelude", ], - visibility = ["//visibility:public"], ) diff --git a/lib/rust/parser/schema/BUILD.bazel b/lib/rust/parser/schema/BUILD.bazel index 37e312043089..61990713fbe7 100644 --- a/lib/rust/parser/schema/BUILD.bazel +++ b/lib/rust/parser/schema/BUILD.bazel @@ -1,6 +1,6 @@ -load("@rules_rust//rust:defs.bzl", "rust_library", "rust_binary") -load("@crates//:defs.bzl", "aliases", "all_crate_deps") load("@aspect_bazel_lib//lib:run_binary.bzl", "run_binary") +load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_library") rust_library( name = "enso_parser_schema", @@ -8,29 +8,28 @@ rust_library( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [ "//lib/rust/metamodel:enso-metamodel", "//lib/rust/parser:enso-parser", "//lib/rust/reflect:enso-reflect", ], - visibility = ["//visibility:public"] ) - rust_binary( name = "bin", srcs = glob(["src/**/*.rs"]), aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [":enso_parser_schema"], - visibility = ["//visibility:public"] ) run_binary( name = "generate", - tool = ":bin", - args = ["$(@)"], outs = ["ast-schema.json"], - visibility = ["//visibility:public"] + args = ["$(@)"], + tool = ":bin", + visibility = ["//visibility:public"], ) diff --git a/lib/rust/parser/schema/src/main.rs b/lib/rust/parser/schema/src/main.rs index a045f9d503db..ccb3faa5a289 100644 --- a/lib/rust/parser/schema/src/main.rs +++ b/lib/rust/parser/schema/src/main.rs @@ -3,8 +3,8 @@ //! //! The JSON schema data will be emitted to standard output. -use std::fs; use std::env; +use std::fs; use std::path::Path; // ========================= diff --git a/lib/rust/parser/src/syntax/tree/visitor/BUILD.bazel b/lib/rust/parser/src/syntax/tree/visitor/BUILD.bazel index 21b6be9c4eea..1195568b4fd3 100644 --- a/lib/rust/parser/src/syntax/tree/visitor/BUILD.bazel +++ b/lib/rust/parser/src/syntax/tree/visitor/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_proc_macro") rust_proc_macro( name = "enso-parser-syntax-tree-visitor", @@ -7,8 +7,8 @@ rust_proc_macro( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [ "//lib/rust/macro-utils:enso-macro-utils", ], - visibility = ["//visibility:public"], ) diff --git a/lib/rust/prelude/BUILD.bazel b/lib/rust/prelude/BUILD.bazel index a12201a80287..2a106986f447 100644 --- a/lib/rust/prelude/BUILD.bazel +++ b/lib/rust/prelude/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_library") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") rust_library( name = "enso-prelude", @@ -7,11 +7,11 @@ rust_library( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True) + [ - "//lib/rust/prelude/macros:enso-macros" + "//lib/rust/prelude/macros:enso-macros", ], + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [ - "//lib/rust/zst:enso-zst", "//lib/rust/reflect:enso-reflect", + "//lib/rust/zst:enso-zst", ], - visibility = ["//visibility:public"], ) diff --git a/lib/rust/prelude/macros/BUILD.bazel b/lib/rust/prelude/macros/BUILD.bazel index 3b8487e142dc..ddcb138fde26 100644 --- a/lib/rust/prelude/macros/BUILD.bazel +++ b/lib/rust/prelude/macros/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_proc_macro") rust_proc_macro( name = "enso-macros", @@ -7,8 +7,8 @@ rust_proc_macro( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [ - "//lib/rust/macro-utils:enso-macro-utils" + "//lib/rust/macro-utils:enso-macro-utils", ], - visibility = ["//visibility:public"], ) diff --git a/lib/rust/reflect/BUILD.bazel b/lib/rust/reflect/BUILD.bazel index 0dc4f740b51f..b48daf0d0014 100644 --- a/lib/rust/reflect/BUILD.bazel +++ b/lib/rust/reflect/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_library") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") rust_library( name = "enso-reflect", @@ -7,10 +7,10 @@ rust_library( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True) + [ - "//lib/rust/reflect/macros:enso-reflect-macros" + "//lib/rust/reflect/macros:enso-reflect-macros", ], + visibility = ["//visibility:public"], deps = all_crate_deps(normal = True) + [ - "//lib/rust/metamodel:enso-metamodel" + "//lib/rust/metamodel:enso-metamodel", ], - visibility = ["//visibility:public"], ) diff --git a/lib/rust/reflect/macros/BUILD.bazel b/lib/rust/reflect/macros/BUILD.bazel index bd8e7c718e29..7b2fca09de22 100644 --- a/lib/rust/reflect/macros/BUILD.bazel +++ b/lib/rust/reflect/macros/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_proc_macro") rust_proc_macro( name = "enso-reflect-macros", @@ -7,6 +7,6 @@ rust_proc_macro( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), - deps = all_crate_deps(normal = True), visibility = ["//visibility:public"], + deps = all_crate_deps(normal = True), ) diff --git a/lib/rust/zst/BUILD.bazel b/lib/rust/zst/BUILD.bazel index e3825eddac27..cde03cf33f02 100644 --- a/lib/rust/zst/BUILD.bazel +++ b/lib/rust/zst/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//rust:defs.bzl", "rust_library") load("@crates//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") rust_library( name = "enso-zst", @@ -7,6 +7,6 @@ rust_library( aliases = aliases(), edition = "2021", proc_macro_deps = all_crate_deps(proc_macro = True), - deps = all_crate_deps(normal = True), visibility = ["//visibility:public"], + deps = all_crate_deps(normal = True), ) diff --git a/lib/scala/cli/BUILD.bazel b/lib/scala/cli/BUILD.bazel index 2a4aeb99cde5..efdf6bac6826 100644 --- a/lib/scala/cli/BUILD.bazel +++ b/lib/scala/cli/BUILD.bazel @@ -4,6 +4,9 @@ load("@vaticle_bazel_distribution//maven:rules.bzl", "assemble_maven") scala_library( name = "cli", srcs = glob(["src/main/scala/**/*.scala"]), + tags = [ + "maven_coordinates=org.enso:cli:{pom_version}", + ], visibility = ["//visibility:public"], deps = [ "@maven//:com_typesafe_scala_logging_scala_logging_2_13", @@ -13,33 +16,29 @@ scala_library( "@maven//:org_slf4j_slf4j_api", ##"@maven//:org_scala_lang_scala_library", ], - tags = [ - "maven_coordinates=org.enso:cli:{pom_version}", - ], - ) scala_test( name = "tests", srcs = glob(["src/test/scala/**/*.scala"]), + tags = ["unit"], deps = [ ":cli", - "@maven//:org_typelevel_cats_core_2_13", - "@maven//:org_typelevel_cats_kernel_2_13", + "@maven//:org_scala_lang_scala_library", + "@maven//:org_scalactic_scalactic_2_13", "@maven//:org_scalatest_scalatest_compatible", "@maven//:org_scalatest_scalatest_core_2_13", "@maven//:org_scalatest_scalatest_wordspec_2_13", - "@maven//:org_scalactic_scalactic_2_13", - "@maven//:org_scala_lang_scala_library", + "@maven//:org_typelevel_cats_core_2_13", + "@maven//:org_typelevel_cats_kernel_2_13", ], - tags = ["unit"] ) assemble_maven( name = "assemble_maven", - target = ":cli", + project_description = "Project description STUB", project_name = "Enso CLI", project_url = "https://enso.org", - project_description = "Project description STUB", + target = ":cli", workspace_refs = "@enso_org_enso_workspace_refs//:refs.json", -) \ No newline at end of file +) diff --git a/lib/scala/downloader/BUILD.bazel b/lib/scala/downloader/BUILD.bazel index 2baeac15b69d..5d1cbdb9744c 100644 --- a/lib/scala/downloader/BUILD.bazel +++ b/lib/scala/downloader/BUILD.bazel @@ -3,19 +3,23 @@ load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library", "scala_test") java_library( name = "downloader", srcs = glob(["src/main/java/**/*.java"]), + visibility = ["//visibility:public"], deps = [ - "//tools/http-test-helper", - "//lib/scala/cli", ":downloader_scala", + "//lib/scala/cli", + "//tools/http-test-helper", + "@maven//:org_scala_lang_scala_library", "@maven//:org_slf4j_slf4j_api", - "@maven//:org_scala_lang_scala_library" ], - visibility = ["//visibility:public"], ) scala_library( name = "downloader_scala", - srcs = glob(["src/main/scala/**/*.scala", "src/main/java/**/*.java"]), + srcs = glob([ + "src/main/scala/**/*.scala", + "src/main/java/**/*.java", + ]), + visibility = ["//visibility:public"], deps = [ "//tools/http-test-helper", "//lib/scala/cli", @@ -25,7 +29,6 @@ scala_library( "@maven//:org_apache_commons_commons_compress", ##"@maven//:org_scala_lang_scala_library" ], - visibility = ["//visibility:public"], ) java_test( @@ -33,40 +36,39 @@ java_test( srcs = glob(["src/test/java/**/*.java"]), test_class = "org.enso.downloader.http.HttpDownloaderTest", deps = [ - ":downloader_scala", ":downloader", + ":downloader_scala", "//lib/scala/cli", "//lib/scala/testkit", "//tools/http-test-helper", - "@maven//:org_typelevel_cats_core_2_13", - "@maven//:org_typelevel_cats_kernel_2_13", + "@maven//:com_fasterxml_jackson_core_jackson_core", + "@maven//:com_fasterxml_jackson_core_jackson_databind", + "@maven//:org_hamcrest_hamcrest_all", + "@maven//:org_scala_lang_scala_library", + "@maven//:org_scalactic_scalactic_2_13", "@maven//:org_scalatest_scalatest_compatible", "@maven//:org_scalatest_scalatest_core_2_13", "@maven//:org_scalatest_scalatest_wordspec_2_13", - "@maven//:org_scalactic_scalactic_2_13", - "@maven//:org_scala_lang_scala_library", - "@maven//:org_hamcrest_hamcrest_all", - "@maven//:com_fasterxml_jackson_core_jackson_databind", - "@maven//:com_fasterxml_jackson_core_jackson_core", + "@maven//:org_typelevel_cats_core_2_13", + "@maven//:org_typelevel_cats_kernel_2_13", ], ) - scala_test( name = "tests_scala", srcs = glob(["src/test/scala/**/*.scala"]), + tags = ["unit"], deps = [ - ":downloader_scala", ":downloader", + ":downloader_scala", "//lib/scala/cli", "//tools/http-test-helper", - "@maven//:org_typelevel_cats_core_2_13", - "@maven//:org_typelevel_cats_kernel_2_13", + "@maven//:org_scala_lang_scala_library", + "@maven//:org_scalactic_scalactic_2_13", "@maven//:org_scalatest_scalatest_compatible", "@maven//:org_scalatest_scalatest_core_2_13", "@maven//:org_scalatest_scalatest_wordspec_2_13", - "@maven//:org_scalactic_scalactic_2_13", - "@maven//:org_scala_lang_scala_library", + "@maven//:org_typelevel_cats_core_2_13", + "@maven//:org_typelevel_cats_kernel_2_13", ], - tags = ["unit"] -) \ No newline at end of file +) diff --git a/lib/scala/testkit/BUILD.bazel b/lib/scala/testkit/BUILD.bazel index 3553acc69019..b10bd7e463d3 100644 --- a/lib/scala/testkit/BUILD.bazel +++ b/lib/scala/testkit/BUILD.bazel @@ -20,7 +20,7 @@ java_library( visibility = ["//visibility:public"], deps = [ ":testkit-scala", - "@maven//:org_scala_lang_scala_library", "@maven//:junit_junit", + "@maven//:org_scala_lang_scala_library", ], -) \ No newline at end of file +) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa219648b013..cde8454eef05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -371,8 +371,8 @@ importers: specifier: ^3.23.8 version: 3.23.8 zustand: - specifier: ^4.5.4 - version: 4.5.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.0.0 + version: 5.0.0(@types/react@18.3.3)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1)) devDependencies: '@codemirror/theme-one-dark': specifier: ^6.1.2 @@ -7179,11 +7179,6 @@ packages: url@0.11.3: resolution: {integrity: sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==} - use-sync-external-store@1.2.0: - resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - use-sync-external-store@1.2.2: resolution: {integrity: sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==} peerDependencies: @@ -7581,13 +7576,14 @@ packages: zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} - zustand@4.5.4: - resolution: {integrity: sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==} - engines: {node: '>=12.7.0'} + zustand@5.0.0: + resolution: {integrity: sha512-LE+VcmbartOPM+auOjCCLQOsQ05zUTp8RkgwRzefUk+2jISdMMFnxvyTjA4YNWr5ZGXYbVsEMZosttuxUBkojQ==} + engines: {node: '>=12.20.0'} peerDependencies: '@types/react': ^18.0.27 immer: '>=9.0.6' - react: '>=16.8' + react: '>=18.0.0' + use-sync-external-store: '>=1.2.0' peerDependenciesMeta: '@types/react': optional: true @@ -7595,6 +7591,8 @@ packages: optional: true react: optional: true + use-sync-external-store: + optional: true snapshots: @@ -15298,10 +15296,6 @@ snapshots: punycode: 1.4.1 qs: 6.12.1 - use-sync-external-store@1.2.0(react@18.3.1): - dependencies: - react: 18.3.1 - use-sync-external-store@1.2.2(react@18.3.1): dependencies: react: 18.3.1 @@ -15757,9 +15751,8 @@ snapshots: zod@3.23.8: {} - zustand@4.5.4(@types/react@18.3.3)(react@18.3.1): - dependencies: - use-sync-external-store: 1.2.0(react@18.3.1) + zustand@5.0.0(@types/react@18.3.3)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1)): optionalDependencies: '@types/react': 18.3.3 react: 18.3.1 + use-sync-external-store: 1.2.2(react@18.3.1) diff --git a/toolchains/BUILD.bazel b/toolchains/BUILD.bazel index 91f1604d5104..50af9fe37395 100644 --- a/toolchains/BUILD.bazel +++ b/toolchains/BUILD.bazel @@ -4,20 +4,20 @@ load("@io_bazel_rules_scala//scala:scala_toolchain.bzl", "scala_toolchain") scala_toolchain( name = "enso_toolchain_impl", - scalacopts = ["-Ywarn-unused"], scalac_jvm_flags = [ "-Djava.security.manager=allow", ], + scalacopts = ["-Ywarn-unused"], ## Allows for easier discovery of missing dependencies ## dependency_mode = "plus-one", ## dependency_tracking_method = "ast", ## strict_deps_mode = "error", - visibility = ["//visibility:public"] + visibility = ["//visibility:public"], ) toolchain( name = "enso_toolchain", - toolchain_type = "@io_bazel_rules_scala//scala:toolchain_type", toolchain = "enso_toolchain_impl", - visibility = ["//visibility:public"] -) \ No newline at end of file + toolchain_type = "@io_bazel_rules_scala//scala:toolchain_type", + visibility = ["//visibility:public"], +) diff --git a/toolchains/dummy_cc/BUILD.bazel b/toolchains/dummy_cc/BUILD.bazel index 516eea5061cc..f8759bd0d67a 100644 --- a/toolchains/dummy_cc/BUILD.bazel +++ b/toolchains/dummy_cc/BUILD.bazel @@ -34,4 +34,4 @@ filegroup( name = "empty", srcs = [], visibility = ["//:__subpackages__"], -) \ No newline at end of file +) diff --git a/toolchains/dummy_cc/dummy_cc_toolchain.bzl b/toolchains/dummy_cc/dummy_cc_toolchain.bzl index ee1cb3934828..8cbf6170e592 100644 --- a/toolchains/dummy_cc/dummy_cc_toolchain.bzl +++ b/toolchains/dummy_cc/dummy_cc_toolchain.bzl @@ -27,4 +27,4 @@ dummy_cc_config = rule( implementation = _config_impl, attrs = {}, provides = [CcToolchainConfigInfo], -) \ No newline at end of file +) diff --git a/toolchains/wasm_bindgen/BUILD.bazel b/toolchains/wasm_bindgen/BUILD.bazel index 248339f30874..60d361a45a65 100644 --- a/toolchains/wasm_bindgen/BUILD.bazel +++ b/toolchains/wasm_bindgen/BUILD.bazel @@ -2,7 +2,7 @@ load("@rules_rust//wasm_bindgen:defs.bzl", "rust_wasm_bindgen_toolchain") rust_wasm_bindgen_toolchain( name = "cli_impl", - bindgen = "@wasm_bindgen_cli_crate//:wasm-bindgen-cli" + bindgen = "@wasm_bindgen_cli_crate//:wasm-bindgen-cli", # bindgen = select({ # "@rules_rust//rust/platform:aarch64-apple-darwin": "@wasm-bindgen-aarch64-apple-darwin//:all", # "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": "@wasm-bindgen-aarch64-unknown-linux-gnu//:all", @@ -16,4 +16,4 @@ toolchain( name = "cli", toolchain = "cli_impl", toolchain_type = "@rules_rust//wasm_bindgen:toolchain_type", -) \ No newline at end of file +) diff --git a/toolchains/wasm_bindgen/BUILD.wasm-bindgen-cli.bazel b/toolchains/wasm_bindgen/BUILD.wasm-bindgen-cli.bazel index da5f42cfd469..31b444d39607 100644 --- a/toolchains/wasm_bindgen/BUILD.wasm-bindgen-cli.bazel +++ b/toolchains/wasm_bindgen/BUILD.wasm-bindgen-cli.bazel @@ -15,11 +15,11 @@ rust_binary( crate_root = "src/bin/wasm-bindgen.rs", data = [], edition = "2021", + proc_macro_deps = all_crate_deps(proc_macro = True), rustc_flags = [ # Don't produce warnings for this crate "--cap-lints=allow", ], - deps = all_crate_deps(), - proc_macro_deps = all_crate_deps(proc_macro = True), visibility = ["//visibility:public"], + deps = all_crate_deps(), ) diff --git a/tools/http-test-helper/BUILD.bazel b/tools/http-test-helper/BUILD.bazel index 1cc1295fdbc8..7553dbc122f1 100644 --- a/tools/http-test-helper/BUILD.bazel +++ b/tools/http-test-helper/BUILD.bazel @@ -3,12 +3,12 @@ java_binary( srcs = glob(["src/main/java/**/*.java"]), javacopts = ["-Xlint:all"], main_class = "org.enso.shttp.HTTPTestHelperServer", + visibility = ["//lib:__subpackages__"], deps = [ + "@maven//:com_fasterxml_jackson_core_jackson_core", + "@maven//:com_fasterxml_jackson_core_jackson_databind", "@maven//:org_apache_commons_commons_text", "@maven//:org_apache_httpcomponents_httpclient", "@maven//:org_apache_httpcomponents_httpcore", - "@maven//:com_fasterxml_jackson_core_jackson_databind", - "@maven//:com_fasterxml_jackson_core_jackson_core" ], - visibility = ["//lib:__subpackages__"], -) \ No newline at end of file +) From 0f618b011cc5ccd687d36138e2af0baec1939748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 16:34:49 +0200 Subject: [PATCH 063/151] fix runner config file --- .gitignore | 2 +- app/.example.env | 12 ----- app/.gitignore | 2 - app/ide-desktop/client/src/log.ts | 6 +-- lib/js/runner/src/runner/config.ts | 83 +++++++++++++++++++++--------- 5 files changed, 62 insertions(+), 43 deletions(-) delete mode 100644 app/.example.env diff --git a/.gitignore b/.gitignore index 4606d1ab5eea..dbe48c7423bf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ generated/ ## NodeJS ## ############ -node_modules/ +node_modules ############ ## System ## diff --git a/app/.example.env b/app/.example.env deleted file mode 100644 index 84cd05645193..000000000000 --- a/app/.example.env +++ /dev/null @@ -1,12 +0,0 @@ -ENSO_CLOUD_ENSO_HOST=https://ensoanalytics.com -ENSO_CLOUD_ENVIRONMENT=production -ENSO_CLOUD_API_URL=https://aaaaaaaaaa.execute-api.mars.amazonaws.com -ENSO_CLOUD_CHAT_URL=wss://chat.example.com -ENSO_CLOUD_SENTRY_DSN=https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@o0000000000000000.ingest.sentry.io/0000000000000000 -ENSO_CLOUD_STRIPE_KEY=pk_test_AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -ENSO_CLOUD_AMPLIFY_USER_POOL_ID=mars_AAAAAAAAA -ENSO_CLOUD_AMPLIFY_USER_POOL_WEB_CLIENT_ID=zzzzzzzzzzzzzzzzzzzzzzzzzz -ENSO_CLOUD_AMPLIFY_DOMAIN=somewhere.auth.mars.amazoncognito.com -ENSO_CLOUD_AMPLIFY_REGION=mars -ENSO_POLYGLOT_YDOC_SERVER=false -ENSO_YDOC_LS_DEBUG=false \ No newline at end of file diff --git a/app/.gitignore b/app/.gitignore index a21a5703fab6..ae5fabe386ae 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,4 +1,2 @@ -node_modules dist lib/content/assets/ -*.env diff --git a/app/ide-desktop/client/src/log.ts b/app/ide-desktop/client/src/log.ts index 18899fc0b9d8..3caa3cb0f298 100644 --- a/app/ide-desktop/client/src/log.ts +++ b/app/ide-desktop/client/src/log.ts @@ -11,7 +11,7 @@ import * as fsSync from 'node:fs' import * as pathModule from 'node:path' -import * as linkedDist from 'enso-runner/src/runner' +import { Consumer, LogLevel } from 'enso-runner/src/runner/log' import * as contentConfig from '@/contentConfig' import * as paths from '@/paths' @@ -53,7 +53,7 @@ export function generateUniqueLogFileName(): string { // ================ /** Log consumer that writes to a file. */ -export class FileConsumer extends linkedDist.log.Consumer { +export class FileConsumer extends Consumer { private readonly logFilePath: string private readonly logFileHandle: number @@ -71,7 +71,7 @@ export class FileConsumer extends linkedDist.log.Consumer { } /** Append a message to the log. */ - override message(level: linkedDist.log.LogLevel, ...args: unknown[]): void { + override message(level: LogLevel, ...args: unknown[]): void { const timestamp = new Date().toISOString() const message = args.map(arg => (typeof arg === 'string' ? arg : JSON.stringify(arg))).join(' ') const timestampedMessage = `[${timestamp}] [${level.toUpperCase()}] ${message}\n` diff --git a/lib/js/runner/src/runner/config.ts b/lib/js/runner/src/runner/config.ts index 504f9c6cfeff..54ae5b9502a7 100644 --- a/lib/js/runner/src/runner/config.ts +++ b/lib/js/runner/src/runner/config.ts @@ -1,6 +1,5 @@ /** @file Configuration options for the application. */ -import * as jsonCfg from './config.json' assert { type: 'json' } import { logger } from './log' export const DEFAULT_ENTRY_POINT = 'ide' @@ -9,9 +8,11 @@ export const DEFAULT_ENTRY_POINT = 'ide' // === Utils === // ============= -/** Parses the provided value as boolean. If it was a boolean value, it is left intact. If it was +/** + * Parses the provided value as boolean. If it was a boolean value, it is left intact. If it was * a string 'true', 'false', '1', or '0', it is converted to a boolean value. Otherwise, null is - * returned. */ + * returned. + */ // prettier-ignore function parseBoolean(value: any): boolean | null { switch(value) { @@ -64,19 +65,28 @@ export class Option { value: T type: OptionType description: string - /** The description of the default argument that should be shown to the user. For example, + /** + * The description of the default argument that should be shown to the user. For example, * it can be set to `'true' on macOS and 'false' otherwise` to better explain mechanics for the - * default value. */ + * default value. + */ defaultDescription: null | string = null - /** If set to false, the option will not be passed to the web application. This is useful when + /** + * If set to false, the option will not be passed to the web application. This is useful when * creating meta configuration options, that control some behavior, like the window style, but - * are not designed to control the web app behavior. */ + * are not designed to control the web app behavior. + */ passToWebApplication = true setByUser = false hidden: boolean - /** Controls whether this option should be visible by default in the help message. Non-primary - * options will be displayed on-demand only. */ + /** + * Controls whether this option should be visible by default in the help message. Non-primary + * options will be displayed on-demand only. + */ primary = true + /** + * + */ constructor(cfg: OptionObject) { this.default = cfg.value this.value = cfg.value @@ -116,6 +126,9 @@ export class Option { } } + /** + * + */ load(input: string) { if (typeof this.value === 'boolean') { const newVal = parseBoolean(input) @@ -139,6 +152,9 @@ export class Option { } } + /** + * + */ printValueUpdateError(input: string) { logger.error( `The provided value for '${this.qualifiedName()}' is invalid. Expected ${this.type}, ` + @@ -183,13 +199,18 @@ export interface AnyGroup { optionsRecursive(): AnyOption[] } -/** Options group. Allows defining nested options. The class is generic in order to allow TypeScript - * to infer the types of its children and thus allow accessing them in a type-safe way. */ +/** + * Options group. Allows defining nested options. The class is generic in order to allow TypeScript + * to infer the types of its children and thus allow accessing them in a type-safe way. + */ export class Group { name = 'unnamed' description: string options: Options = {} as Options groups: Groups = {} as Groups + /** + * + */ constructor(cfg?: { description?: string | undefined options?: Options | undefined @@ -210,6 +231,9 @@ export class Group { } } + /** + * + */ addOption(name: string, option: AnyOption) { const existingOption = this.options[name] if (existingOption != null) { @@ -220,6 +244,9 @@ export class Group { option.name = name } + /** + * + */ addGroup(name: string, group: AnyGroup) { const existingGroup = this.groups[name] if (existingGroup != null) { @@ -232,8 +259,10 @@ export class Group { group.setPath([name]) } - /** Set the path of this group. If this group was placed in another group, the path will contain - * all the parent group names. */ + /** + * Set the path of this group. If this group was placed in another group, the path will contain + * all the parent group names. + */ setPath(path: string[]) { for (const option of Object.values(this.options)) { option.path = path @@ -255,8 +284,10 @@ export class Group { return result as this } - /** Merge this group definition with another group definition. Returns a deeply merged group. In - * case the argument will override some options, errors will be logged. */ + /** + * Merge this group definition with another group definition. Returns a deeply merged group. In + * case the argument will override some options, errors will be logged. + */ merge(other?: Other | null): this & Other { if (other == null) { return this as this & Other @@ -285,6 +316,9 @@ export class Group { } } + /** + * + */ load(config: StringConfig, stack: string[] = []): string[] { let unrecognized: string[] = [] const addUnrecognized = (name: string) => { @@ -311,6 +345,9 @@ export class Group { return unrecognized } + /** + * + */ stringify(): StringConfig { const config: StringConfig = {} const groupsEntries = Object.entries(this.groups) @@ -330,6 +367,9 @@ export class Group { return config } + /** + * + */ prettyPrint(indent = 0): string { // The number is used for sorting in ordering to put options before groups. const entries: [string, number, string][] = [] @@ -354,6 +394,9 @@ export class Group { ) } + /** + * + */ optionsRecursive(): AnyOption[] { const options: AnyOption[] = [] for (const option of Object.values(this.options)) { @@ -401,13 +444,3 @@ export function objectToGroup(obj: T): ToGroup { export function objectToOption(obj: T): ToOption { return new Option(obj) } - -/** The configuration of the EnsoGL application. The options can be overriden by the user. The - * implementation automatically casts the values to the correct types. For example, if an option - * override for type boolean was provided as `'true'`, it will be parsed automatically. Moreover, - * it is possible to extend the provided option list with custom options. See the `extend` method - * to learn more. */ -export const options = objectToGroup(jsonCfg) - -/** Type of configuration options. */ -export type Options = typeof options & AnyGroup From a1139930a2f04bee19b48c30a56e6830751ccd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 16:36:37 +0200 Subject: [PATCH 064/151] add env example file --- app/gui/.env.local.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/gui/.env.local.example diff --git a/app/gui/.env.local.example b/app/gui/.env.local.example new file mode 100644 index 000000000000..8f7bc18754e1 --- /dev/null +++ b/app/gui/.env.local.example @@ -0,0 +1,17 @@ +VITE_ENVIRONMENT=development +VITE_API_URL=https://aaaaaaaaaa.execute-api.mars.amazonaws.com +VITE_CHAT_URL=wss://chat.example.com +VITE_SENTRY_DSN=https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@o0000000000000000.ingest.sentry.io/0000000000000000 +VITE_STRIPE_KEY=pk_test_AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA +VITE_COGNITO_USER_POOL_ID=mars_AAAAAAAAA +VITE_COGNITO_USER_POOL_WEB_CLIENT_ID=zzzzzzzzzzzzzzzzzzzzzzzzzz +VITE_COGNITO_DOMAIN=somewhere.auth.mars.amazoncognito.com +VITE_COGNITO_REGION=mars +VITE_CLOUD_BUILD=false +VITE_VERSION=SNAPSHOT +VITE_COMMIT_HASH=abcdef12 +VITE_ENSO_MAPBOX_API_TOKEN= +VITE_ENSO_AG_GRID_LICENSE_KEY= +VITE_GOOGLE_ANALYTICS_TAG= +ENSO_POLYGLOT_YDOC_SERVER=false +ENSO_YDOC_LS_DEBUG=false From 17a5cb3f241bea0a720be88383adb51e7e47d7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 16:39:24 +0200 Subject: [PATCH 065/151] adjust example env --- app/gui/.env.local.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gui/.env.local.example b/app/gui/.env.local.example index 8f7bc18754e1..8a2684ee3e15 100644 --- a/app/gui/.env.local.example +++ b/app/gui/.env.local.example @@ -8,8 +8,8 @@ VITE_COGNITO_USER_POOL_WEB_CLIENT_ID=zzzzzzzzzzzzzzzzzzzzzzzzzz VITE_COGNITO_DOMAIN=somewhere.auth.mars.amazoncognito.com VITE_COGNITO_REGION=mars VITE_CLOUD_BUILD=false -VITE_VERSION=SNAPSHOT -VITE_COMMIT_HASH=abcdef12 +VITE_VERSION=0.0.0-dev +VITE_COMMIT_HASH=0000000000000000000000000000000000000000 VITE_ENSO_MAPBOX_API_TOKEN= VITE_ENSO_AG_GRID_LICENSE_KEY= VITE_GOOGLE_ANALYTICS_TAG= From 2924533592ba40739689318c7edc265c5522bd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 16:47:14 +0200 Subject: [PATCH 066/151] move example env to default env --- .gitignore | 9 --------- app/gui/{.env.local.example => .env} | 0 2 files changed, 9 deletions(-) rename app/gui/{.env.local.example => .env} (100%) diff --git a/.gitignore b/.gitignore index dbe48c7423bf..c27cc25dd60c 100644 --- a/.gitignore +++ b/.gitignore @@ -188,12 +188,3 @@ test-results test-results/ playwright-report/ playwright/.cache/ - -################# -## Environment ## -################# -.env.local -.env.*.local - -# We used to have this file treated as local. Keep it in gitignore to avoid accidental checkin. -.env diff --git a/app/gui/.env.local.example b/app/gui/.env similarity index 100% rename from app/gui/.env.local.example rename to app/gui/.env From 1c06867f63405330a67a0ebe76d0774752a34496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 17:16:07 +0200 Subject: [PATCH 067/151] adjust buildinfo env vars --- app/ide-desktop/client/buildInfo.ts | 4 ++-- app/ide-desktop/client/tsconfig.json | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/ide-desktop/client/buildInfo.ts b/app/ide-desktop/client/buildInfo.ts index 3608240c3a77..815020e615e0 100644 --- a/app/ide-desktop/client/buildInfo.ts +++ b/app/ide-desktop/client/buildInfo.ts @@ -1,4 +1,4 @@ export default { - version: process.env.BUILD_INFO_VERSION ?? 'snapshot', - commit: process.env.BUILD_INFO_COMMIT_HASH ?? '', + version: process.env.ENSO_VERSION ?? '0.0.0-dev', + commit: process.env.GITHUB_SHA ?? '', } diff --git a/app/ide-desktop/client/tsconfig.json b/app/ide-desktop/client/tsconfig.json index 167f68278135..085852d8d819 100644 --- a/app/ide-desktop/client/tsconfig.json +++ b/app/ide-desktop/client/tsconfig.json @@ -2,13 +2,16 @@ "extends": "../../../tsconfig.json", "compilerOptions": { "esModuleInterop": true, - "paths": { "@/*": ["./src/*"] } + "paths": { + "@/*": [ + "./src/*" + ] + } }, "include": [ ".", "../content", "../types", - "../../build.json", "src/config.json" ] -} +} \ No newline at end of file From 053a177aab0aafcdd0f79765f3afb64c1c5df779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 17:26:56 +0200 Subject: [PATCH 068/151] do not read removed config --- app/gui/src/project-view/composables/stackNavigator.ts | 2 +- app/gui/src/project-view/stores/project/index.ts | 7 ------- app/ide-desktop/client/src/config.json | 5 ----- app/ide-desktop/client/src/contentConfig.ts | 6 +----- 4 files changed, 2 insertions(+), 18 deletions(-) diff --git a/app/gui/src/project-view/composables/stackNavigator.ts b/app/gui/src/project-view/composables/stackNavigator.ts index 487b8370d0f9..99b34883687f 100644 --- a/app/gui/src/project-view/composables/stackNavigator.ts +++ b/app/gui/src/project-view/composables/stackNavigator.ts @@ -35,7 +35,7 @@ export function useStackNavigator(projectStore: ProjectStore, graphStore: GraphS } function stackItemToLabel(item: StackItem, isStackRoot: boolean): string { - if (isStackRoot && isProjectEntryPoint(item)) return projectStore.displayName + if (isStackRoot && isProjectEntryPoint(item)) return projectStore.name const methodName = graphStore.db.stackItemToMethodName(item) return methodName ?? 'unknown' } diff --git a/app/gui/src/project-view/stores/project/index.ts b/app/gui/src/project-view/stores/project/index.ts index 0ea46a61f6a1..5e755019d972 100644 --- a/app/gui/src/project-view/stores/project/index.ts +++ b/app/gui/src/project-view/stores/project/index.ts @@ -119,12 +119,6 @@ export const { provideFn: provideProjectStore, injectFn: useProjectStore } = cre const projectNameFromCfg = config.value.startup?.project if (projectNameFromCfg == null) throw new Error('Missing project name.') const projectName = ref(projectNameFromCfg) - // Note that `config` is not deeply reactive. This is fine as the config is an immutable object - // passed in from the dashboard, so the entire object will change if any of its nested - // properties change. - const projectDisplayName = computed( - () => config.value.startup?.displayedProjectName ?? projectName, - ) const clientId = random.uuidv4() as Uuid const lsUrls = resolveLsUrl(config.value) @@ -400,7 +394,6 @@ export const { provideFn: provideProjectStore, injectFn: useProjectStore } = cre }, id: projectId, name: readonly(projectName), - displayName: readonly(projectDisplayName), isOnLocalBackend, executionContext, firstExecution, diff --git a/app/ide-desktop/client/src/config.json b/app/ide-desktop/client/src/config.json index b08968f6f522..2bd8fe9daa15 100644 --- a/app/ide-desktop/client/src/config.json +++ b/app/ide-desktop/client/src/config.json @@ -26,11 +26,6 @@ "project": { "value": "", "description": "The name of the project to open at startup. If the project does not exist, it will be created." - }, - "displayedProjectName": { - "value": "", - "description": "The name of the project to be displayed to the user.", - "primary": false } } }, diff --git a/app/ide-desktop/client/src/contentConfig.ts b/app/ide-desktop/client/src/contentConfig.ts index 17baade92cb4..6fa3fe2cc582 100644 --- a/app/ide-desktop/client/src/contentConfig.ts +++ b/app/ide-desktop/client/src/contentConfig.ts @@ -43,8 +43,4 @@ export const VERSION = { import CONFIG from './config.json' assert { type: 'json' } -export const OPTIONS = linkedDist.config.options.merge( - // `valueEval` in `config.json` uses PascalCase scope variables for some reason. - // eslint-disable-next-line @typescript-eslint/naming-convention - linkedDist.config.objectToGroup(CONFIG), -) +export const OPTIONS = linkedDist.config.objectToGroup(CONFIG) From 785a5d63808274748ac11076274d5579e8deda2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 17:41:59 +0200 Subject: [PATCH 069/151] allow sharp dep to run install script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ee0ac7467e8..bb8729dd6519 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,8 @@ } }, "onlyBuiltDependencies": [ - "fsevents" + "fsevents", + "sharp" ] }, "packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74" From 17762d831f3aa18d45117a11e263969eab63882c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Tue, 22 Oct 2024 17:53:54 +0200 Subject: [PATCH 070/151] fix eslint errors --- app/ide-desktop/client/src/globals.d.ts | 2 ++ app/ide-desktop/client/src/preload.ts | 2 +- app/ide-desktop/client/tsconfig.json | 7 +++---- eslint.config.mjs | 3 +++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app/ide-desktop/client/src/globals.d.ts b/app/ide-desktop/client/src/globals.d.ts index 103c01bc31eb..f7cf006e6a93 100644 --- a/app/ide-desktop/client/src/globals.d.ts +++ b/app/ide-desktop/client/src/globals.d.ts @@ -213,3 +213,5 @@ declare global { } } } + +export {} diff --git a/app/ide-desktop/client/src/preload.ts b/app/ide-desktop/client/src/preload.ts index 4458a7de81a4..cf2404e22bca 100644 --- a/app/ide-desktop/client/src/preload.ts +++ b/app/ide-desktop/client/src/preload.ts @@ -37,7 +37,7 @@ const VERSION_INFO_KEY = 'versionInfo' // ========================= /** A type-safe wrapper around {@link electron.contextBridge.exposeInMainWorld}. */ -function exposeInMainWorld( +function exposeInMainWorld( key: Key, value: NonNullable<(typeof window)[Key]>, ) { diff --git a/app/ide-desktop/client/tsconfig.json b/app/ide-desktop/client/tsconfig.json index 085852d8d819..df1bc6b95deb 100644 --- a/app/ide-desktop/client/tsconfig.json +++ b/app/ide-desktop/client/tsconfig.json @@ -9,9 +9,8 @@ } }, "include": [ - ".", - "../content", - "../types", - "src/config.json" + "src/*.ts", + "src/config.json", + "buildInfo.ts" ] } \ No newline at end of file diff --git a/eslint.config.mjs b/eslint.config.mjs index 5da5d1ec3153..b3d5c61da2a0 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,4 +1,5 @@ /** @file ESLint configuration file. */ + /** * NOTE: The "Experimental: Use Flat Config" option must be enabled. * Flat config is still not quite mature, so is disabled by default. @@ -214,8 +215,10 @@ export default [ extraFileExtensions: ['.vue'], projectService: { allowDefaultProject: [ + 'eslint.config.mjs', 'app/ydoc-server/vitest.config.ts', 'app/ydoc-shared/vitest.config.ts', + 'app/ide-desktop/icons/src/index.js', ], }, }, From 482030e28d2f2c0e1f8b3147df5c0ebd1a9d2810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 16:42:41 +0200 Subject: [PATCH 071/151] remove logs and shorten version hash --- app/gui/.env | 2 +- app/gui/vite.config.ts | 2 -- app/ide-desktop/client/tsconfig.json | 4 +++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/gui/.env b/app/gui/.env index 8a2684ee3e15..1c4d18c5de97 100644 --- a/app/gui/.env +++ b/app/gui/.env @@ -9,7 +9,7 @@ VITE_COGNITO_DOMAIN=somewhere.auth.mars.amazoncognito.com VITE_COGNITO_REGION=mars VITE_CLOUD_BUILD=false VITE_VERSION=0.0.0-dev -VITE_COMMIT_HASH=0000000000000000000000000000000000000000 +VITE_COMMIT_HASH=abcdef123 VITE_ENSO_MAPBOX_API_TOKEN= VITE_ENSO_AG_GRID_LICENSE_KEY= VITE_GOOGLE_ANALYTICS_TAG= diff --git a/app/gui/vite.config.ts b/app/gui/vite.config.ts index a55e76d48785..6c660c183905 100644 --- a/app/gui/vite.config.ts +++ b/app/gui/vite.config.ts @@ -14,8 +14,6 @@ const isE2E = process.env.E2E === 'true' const dynHostnameWsUrl = (port: number) => `ws://__HOSTNAME__:${port}` const entrypoint = isE2E ? './src/project-view/e2e-entrypoint.ts' : './src/entrypoint.ts' -console.log('process.env.NODE_ENV', process.env.NODE_ENV) - process.env.VITE_DEV_PROJECT_MANAGER_URL ??= dynHostnameWsUrl(isE2E ? 30536 : 30535) process.env.VITE_YDOC_SERVER_URL ??= process.env.ENSO_POLYGLOT_YDOC_SERVER ? process.env.ENSO_POLYGLOT_YDOC_SERVER diff --git a/app/ide-desktop/client/tsconfig.json b/app/ide-desktop/client/tsconfig.json index df1bc6b95deb..0886ceb54e23 100644 --- a/app/ide-desktop/client/tsconfig.json +++ b/app/ide-desktop/client/tsconfig.json @@ -10,7 +10,9 @@ }, "include": [ "src/*.ts", + "tasks/*.ts", + "tests/*.ts", "src/config.json", - "buildInfo.ts" + "*.ts" ] } \ No newline at end of file From 20b4bb2acac9f8e2e89c166a4b4b287dc6b3a34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 16:49:16 +0200 Subject: [PATCH 072/151] clippy --- lib/rust/parser/schema/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rust/parser/schema/src/main.rs b/lib/rust/parser/schema/src/main.rs index ccb3faa5a289..546ad3174af5 100644 --- a/lib/rust/parser/schema/src/main.rs +++ b/lib/rust/parser/schema/src/main.rs @@ -17,7 +17,7 @@ fn main() -> std::io::Result<()> { if args.len() == 2 { let path = Path::new(&args[1]); if let Some(directory) = path.parent() { - fs::create_dir_all(&directory)?; + fs::create_dir_all(directory)?; } let file = fs::File::create(path)?; serde_json::to_writer_pretty(file, &schema)?; From 6a5247f2dbad0dbcbb3e642fd280bf5b4288715c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 16:56:45 +0200 Subject: [PATCH 073/151] add bazel via npm --- package.json | 11 +- pnpm-lock.yaml | 494 +++++++++++++++++++++++-------------------------- 2 files changed, 236 insertions(+), 269 deletions(-) diff --git a/package.json b/package.json index bb8729dd6519..6ad01eae1571 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,23 @@ { "devDependencies": { - "@typescript-eslint/eslint-plugin": "^8.8.0", - "@typescript-eslint/parser": "^8.8.0", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.11.1", - "@vue/eslint-config-typescript": "14.0.0-rc.2", + "@typescript-eslint/eslint-plugin": "^8.11.0", + "@typescript-eslint/parser": "^8.11.0", + "@vue/eslint-config-typescript": "^14.1.3", + "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^50.3.1", - "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.1", + "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-vue": "^9.28.0", - "eslint": "^8.57.1", "globals": "^15.8.0", "npm-run-all": "^4.1.5", "prettier": "^3.3.2", "prettier-plugin-organize-imports": "^4.0.0" }, "dependencies": { + "@bazel/bazelisk": "^1.22.1", "tslib": "^2.6.3", "typescript": "^5.5.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cde8454eef05..968eb2175d63 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,6 +18,9 @@ importers: .: dependencies: + '@bazel/bazelisk': + specifier: ^1.22.1 + version: 1.22.1 tslib: specifier: ^2.6.3 version: 2.6.3 @@ -32,14 +35,14 @@ importers: specifier: ^9.11.1 version: 9.11.1 '@typescript-eslint/eslint-plugin': - specifier: ^8.8.0 - version: 8.8.0(@typescript-eslint/parser@8.8.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3) + specifier: ^8.11.0 + version: 8.11.0(@typescript-eslint/parser@8.11.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3) '@typescript-eslint/parser': - specifier: ^8.8.0 - version: 8.8.0(eslint@8.57.1)(typescript@5.5.3) + specifier: ^8.11.0 + version: 8.11.0(eslint@8.57.1)(typescript@5.5.3) '@vue/eslint-config-typescript': - specifier: 14.0.0-rc.2 - version: 14.0.0-rc.2(eslint-plugin-vue@9.28.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.5.3) + specifier: ^14.1.3 + version: 14.1.3(@typescript-eslint/parser@8.11.0(eslint@8.57.1)(typescript@5.5.3))(eslint-plugin-vue@9.28.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.5.3) eslint: specifier: ^8.57.1 version: 8.57.1 @@ -394,7 +397,7 @@ importers: version: 1.45.0 '@react-types/shared': specifier: ^3.22.1 - version: 3.24.1(react@18.3.1) + version: 3.25.0(react@18.3.1) '@tanstack/react-query-devtools': specifier: 5.45.1 version: 5.45.1(@tanstack/react-query@5.55.0(react@18.3.1))(react@18.3.1) @@ -1261,6 +1264,10 @@ packages: resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} engines: {node: '>=6.9.0'} + '@bazel/bazelisk@1.22.1': + resolution: {integrity: sha512-/6alNETOXfchBoZtWewamOU4b0i7ccRlu3HQ8dXvtlUDm0SFHTdNqd1kubXQpKu8mmVUiWjPIM+stC+7SZv5vA==} + hasBin: true + '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -2258,12 +2265,6 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/ssr@3.9.5': - resolution: {integrity: sha512-xEwGKoysu+oXulibNUSkXf8itW0npHHTa6c4AyYeZIJyRoegeteYuFpZUBPtIDE8RfHdNsSmE1ssOkxRnwbkuQ==} - engines: {node: '>= 12'} - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/ssr@3.9.6': resolution: {integrity: sha512-iLo82l82ilMiVGy342SELjshuWottlb5+VefO3jOQqQRNYnJBFpUSadswDPbRimSgJUZuFwIEYs6AabkP038fA==} engines: {node: '>= 12'} @@ -2319,11 +2320,6 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/utils@3.25.2': - resolution: {integrity: sha512-GdIvG8GBJJZygB4L2QJP1Gabyn2mjFsha73I2wSe+o4DYeGWoJiMZRM06PyTIxLH4S7Sn7eVDtsSBfkc2VY/NA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/utils@3.25.3': resolution: {integrity: sha512-PR5H/2vaD8fSq0H/UB9inNbc8KDcVmW6fYAfSWkkn+OAdhTTMVKqXXrZuZBWyFfSD5Ze7VN6acr4hrOQm2bmrA==} peerDependencies: @@ -2468,11 +2464,6 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-stately/utils@3.10.3': - resolution: {integrity: sha512-moClv7MlVSHpbYtQIkm0Cx+on8Pgt1XqtPx6fy9rQFb2DNc9u1G3AUVnqA17buOkH1vLxAtX4MedlxMWyRCYYA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-stately/utils@3.10.4': resolution: {integrity: sha512-gBEQEIMRh5f60KCm7QKQ2WfvhB2gLUr9b72sqUdIZ2EG+xuPgaIlCBeSicvjmjBvYZwOjoOEnmIkcx2GHp/HWw==} peerDependencies: @@ -2583,11 +2574,6 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-types/shared@3.24.1': - resolution: {integrity: sha512-AUQeGYEm/zDTN6zLzdXolDxz3Jk5dDL7f506F07U8tBwxNNI3WRdhU84G0/AaFikOZzDXhOZDr3MhQMzyE7Ydw==} - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-types/shared@3.25.0': resolution: {integrity: sha512-OZSyhzU6vTdW3eV/mz5i6hQwQUhkRs7xwY2d1aqPvTdMe0+2cY7Fwp45PAiwYLEj73i9ro2FxF9qC4DvHGSCgQ==} peerDependencies: @@ -3101,8 +3087,8 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.8.0': - resolution: {integrity: sha512-wORFWjU30B2WJ/aXBfOm1LX9v9nyt9D3jsSOxC3cCaTQGCW5k4jNpmjFv3U7p/7s4yvdjHzwtv2Sd2dOyhjS0A==} + '@typescript-eslint/eslint-plugin@8.11.0': + resolution: {integrity: sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -3112,8 +3098,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.8.0': - resolution: {integrity: sha512-uEFUsgR+tl8GmzmLjRqz+VrDv4eoaMqMXW7ruXfgThaAShO9JTciKpEsB+TvnfFfbg5IpujgMXVV36gOJRLtZg==} + '@typescript-eslint/parser@8.11.0': + resolution: {integrity: sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3122,12 +3108,12 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@8.8.0': - resolution: {integrity: sha512-EL8eaGC6gx3jDd8GwEFEV091210U97J0jeEHrAYvIYosmEGet4wJ+g0SYmLu+oRiAwbSA5AVrt6DxLHfdd+bUg==} + '@typescript-eslint/scope-manager@8.11.0': + resolution: {integrity: sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.8.0': - resolution: {integrity: sha512-IKwJSS7bCqyCeG4NVGxnOP6lLT9Okc3Zj8hLO96bpMkJab+10HIfJbMouLrlpyOr3yrQ1cA413YPFiGd1mW9/Q==} + '@typescript-eslint/type-utils@8.11.0': + resolution: {integrity: sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -3135,12 +3121,12 @@ packages: typescript: optional: true - '@typescript-eslint/types@8.8.0': - resolution: {integrity: sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==} + '@typescript-eslint/types@8.11.0': + resolution: {integrity: sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.8.0': - resolution: {integrity: sha512-ZaMJwc/0ckLz5DaAZ+pNLmHv8AMVGtfWxZe/x2JVEkD5LnmhWiQMMcYT7IY7gkdJuzJ9P14fRy28lUrlDSWYdw==} + '@typescript-eslint/typescript-estree@8.11.0': + resolution: {integrity: sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -3148,14 +3134,14 @@ packages: typescript: optional: true - '@typescript-eslint/utils@8.8.0': - resolution: {integrity: sha512-QE2MgfOTem00qrlPgyByaCHay9yb1+9BjnMFnSFkUKQfu7adBXDTnCAivURnuPPAG/qiB+kzKkZKmKfaMT0zVg==} + '@typescript-eslint/utils@8.11.0': + resolution: {integrity: sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/visitor-keys@8.8.0': - resolution: {integrity: sha512-8mq51Lx6Hpmd7HnA2fcHQo3YgfX1qbccxQOgZcb4tvasu//zXRaA1j5ZRFeCw/VRAdFi4mRM9DnZw0Nu0Q2d1g==} + '@typescript-eslint/visitor-keys@8.11.0': + resolution: {integrity: sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': @@ -3249,8 +3235,8 @@ packages: '@vue/devtools-shared@7.3.7': resolution: {integrity: sha512-M9EU1/bWi5GNS/+IZrAhwGOVZmUTN4MH22Hvh35nUZZg9AZP2R2OhfCb+MG4EtAsrUEYlu3R43/SIj3G7EZYtQ==} - '@vue/eslint-config-typescript@14.0.0-rc.2': - resolution: {integrity: sha512-7HKlUZRDWjvO814paTlVC5LFJ/D0C9xEysdBG9V8X5pa1Onctw/nvgHaTf5Gq/zGl6/4oFjcn8jd9cchJX8Lhg==} + '@vue/eslint-config-typescript@14.1.3': + resolution: {integrity: sha512-L4NUJQz/0We2QYtrNwRAGRy4KfpOagl5V3MpZZ+rQ51a+bKjlKYYrugi7lp7PIX8LolRgu06ZwDoswnSGWnAmA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.10.0 @@ -3564,6 +3550,7 @@ packages: boolean@3.2.0: resolution: {integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. bowser@2.11.0: resolution: {integrity: sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==} @@ -4460,6 +4447,7 @@ packages: eslint@8.57.1: resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@10.1.0: @@ -7095,8 +7083,8 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} - typescript-eslint@8.8.0: - resolution: {integrity: sha512-BjIT/VwJ8+0rVO01ZQ2ZVnjE1svFBiRczcpr1t1Yxt7sT25VSbPfrJtDsQ8uQTy2pilX5nI9gwxhUyLULNentw==} + typescript-eslint@8.11.0: + resolution: {integrity: sha512-cBRGnW3FSlxaYwU8KfAewxFK5uzeOAp0l2KebIlPDOT5olVi65KDG/yjBooPBG0kGW/HLkoz1c/iuBFehcS3IA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -8220,6 +8208,8 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@bazel/bazelisk@1.22.1': {} + '@bcoe/v8-coverage@0.2.3': {} '@codemirror/autocomplete@6.16.3(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.30.0)(@lezer/common@1.2.1)': @@ -9070,9 +9060,9 @@ snapshots: dependencies: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/link': 3.7.4(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-types/breadcrumbs': 3.7.7(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9080,10 +9070,10 @@ snapshots: dependencies: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/toggle': 3.7.7(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9093,11 +9083,11 @@ snapshots: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/live-announcer': 3.3.4 - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/calendar': 3.5.4(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) '@react-types/calendar': 3.4.9(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9108,20 +9098,20 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/label': 3.7.11(react@18.3.1) '@react-aria/toggle': 3.10.7(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/checkbox': 3.6.8(react@18.3.1) '@react-stately/form': 3.0.5(react@18.3.1) '@react-stately/toggle': 3.7.7(react@18.3.1) '@react-types/checkbox': 3.8.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-aria/collections@3.0.0-alpha.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/ssr': 3.9.5(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-aria/ssr': 3.9.6(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9135,12 +9125,12 @@ snapshots: '@react-aria/slider': 3.7.11(react@18.3.1) '@react-aria/spinbutton': 3.6.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/textfield': 3.14.8(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-aria/visually-hidden': 3.8.15(react@18.3.1) '@react-stately/color': 3.7.2(react@18.3.1) '@react-stately/form': 3.0.5(react@18.3.1) '@react-types/color': 3.0.0-rc.1(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9154,13 +9144,13 @@ snapshots: '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/textfield': 3.14.8(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/combobox': 3.9.2(react@18.3.1) '@react-stately/form': 3.0.5(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) '@react-types/combobox': 3.12.1(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9176,14 +9166,14 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/label': 3.7.11(react@18.3.1) '@react-aria/spinbutton': 3.6.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/datepicker': 3.10.2(react@18.3.1) '@react-stately/form': 3.0.5(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) '@react-types/calendar': 3.4.9(react@18.3.1) '@react-types/datepicker': 3.8.2(react@18.3.1) '@react-types/dialog': 3.5.12(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9192,9 +9182,9 @@ snapshots: dependencies: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-types/dialog': 3.5.12(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9206,10 +9196,10 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/live-announcer': 3.3.4 '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/dnd': 3.4.2(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9217,8 +9207,8 @@ snapshots: '@react-aria/focus@3.18.2(react@18.3.1)': dependencies: '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 clsx: 2.1.1 react: 18.3.1 @@ -9226,9 +9216,9 @@ snapshots: '@react-aria/form@3.0.8(react@18.3.1)': dependencies: '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/form': 3.0.5(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9239,13 +9229,13 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/live-announcer': 3.3.4 '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/grid': 3.9.2(react@18.3.1) '@react-stately/selection': 3.16.2(react@18.3.1) '@react-types/checkbox': 3.8.3(react@18.3.1) '@react-types/grid': 3.2.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9257,11 +9247,11 @@ snapshots: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/list': 3.10.8(react@18.3.1) '@react-stately/tree': 3.8.4(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9272,9 +9262,9 @@ snapshots: '@internationalized/message': 3.1.4 '@internationalized/number': 3.5.3 '@internationalized/string': 3.2.3 - '@react-aria/ssr': 3.9.5(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-aria/ssr': 3.9.6(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9288,8 +9278,8 @@ snapshots: '@react-aria/label@3.7.11(react@18.3.1)': dependencies: - '@react-aria/utils': 3.25.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9297,9 +9287,9 @@ snapshots: dependencies: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-types/link': 3.5.7(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9308,11 +9298,11 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/label': 3.7.11(react@18.3.1) '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/list': 3.10.8(react@18.3.1) '@react-types/listbox': 3.5.1(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9328,13 +9318,13 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/overlays': 3.23.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/menu': 3.8.2(react@18.3.1) '@react-stately/tree': 3.8.4(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) '@react-types/menu': 3.9.11(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9343,7 +9333,7 @@ snapshots: dependencies: '@react-aria/progress': 3.4.16(react@18.3.1) '@react-types/meter': 3.4.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9353,12 +9343,12 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/spinbutton': 3.6.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/textfield': 3.14.8(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/form': 3.0.5(react@18.3.1) '@react-stately/numberfield': 3.9.6(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) '@react-types/numberfield': 3.8.5(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9368,13 +9358,13 @@ snapshots: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/ssr': 3.9.5(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/ssr': 3.9.6(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-aria/visually-hidden': 3.8.15(react@18.3.1) '@react-stately/overlays': 3.6.10(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) '@react-types/overlays': 3.8.9(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9383,9 +9373,9 @@ snapshots: dependencies: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/label': 3.7.11(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-types/progress': 3.5.6(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9396,10 +9386,10 @@ snapshots: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/label': 3.7.11(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/radio': 3.10.7(react@18.3.1) '@react-types/radio': 3.8.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9407,11 +9397,11 @@ snapshots: dependencies: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/textfield': 3.14.8(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/searchfield': 3.5.6(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) '@react-types/searchfield': 3.5.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9424,12 +9414,12 @@ snapshots: '@react-aria/listbox': 3.13.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/menu': 3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-aria/visually-hidden': 3.8.15(react@18.3.1) '@react-stately/select': 3.6.7(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) '@react-types/select': 3.9.6(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9439,17 +9429,17 @@ snapshots: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/selection': 3.16.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) '@react-aria/separator@3.4.2(react@18.3.1)': dependencies: - '@react-aria/utils': 3.25.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9459,9 +9449,9 @@ snapshots: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/label': 3.7.11(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/slider': 3.5.7(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/slider': 3.7.5(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9470,18 +9460,13 @@ snapshots: dependencies: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/live-announcer': 3.3.4 - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/ssr@3.9.5(react@18.3.1)': - dependencies: - '@swc/helpers': 0.5.12 - react: 18.3.1 - '@react-aria/ssr@3.9.6(react@18.3.1)': dependencies: '@swc/helpers': 0.5.12 @@ -9491,7 +9476,7 @@ snapshots: dependencies: '@react-aria/toggle': 3.10.7(react@18.3.1) '@react-stately/toggle': 3.7.7(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/switch': 3.5.5(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9503,14 +9488,14 @@ snapshots: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/live-announcer': 3.3.4 - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-aria/visually-hidden': 3.8.15(react@18.3.1) '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/flags': 3.0.3 '@react-stately/table': 3.12.2(react@18.3.1) '@react-types/checkbox': 3.8.3(react@18.3.1) '@react-types/grid': 3.2.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/table': 3.10.1(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9521,9 +9506,9 @@ snapshots: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/tabs': 3.6.9(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/tabs': 3.3.9(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9536,10 +9521,10 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.3.1) '@react-aria/label': 3.7.11(react@18.3.1) '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/list': 3.10.8(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9549,10 +9534,10 @@ snapshots: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/form': 3.0.8(react@18.3.1) '@react-aria/label': 3.7.11(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/form': 3.0.5(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/textfield': 3.9.6(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9561,10 +9546,10 @@ snapshots: dependencies: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/toggle': 3.7.7(react@18.3.1) '@react-types/checkbox': 3.8.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9572,8 +9557,8 @@ snapshots: dependencies: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/i18n': 3.12.2(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9581,9 +9566,9 @@ snapshots: dependencies: '@react-aria/focus': 3.18.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/tooltip': 3.4.12(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/tooltip': 3.4.11(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9593,23 +9578,14 @@ snapshots: '@react-aria/gridlist': 3.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/tree': 3.8.4(react@18.3.1) '@react-types/button': 3.9.6(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/utils@3.25.2(react@18.3.1)': - dependencies: - '@react-aria/ssr': 3.9.5(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) - '@swc/helpers': 0.5.12 - clsx: 2.1.1 - react: 18.3.1 - '@react-aria/utils@3.25.3(react@18.3.1)': dependencies: '@react-aria/ssr': 3.9.6(react@18.3.1) @@ -9623,9 +9599,9 @@ snapshots: dependencies: '@react-aria/i18n': 3.12.2(react@18.3.1) '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/virtualizer': 4.0.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9633,32 +9609,32 @@ snapshots: '@react-aria/visually-hidden@3.8.15(react@18.3.1)': dependencies: '@react-aria/interactions': 3.22.3(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/calendar@3.5.4(react@18.3.1)': dependencies: '@internationalized/date': 3.5.5 - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/calendar': 3.4.9(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/checkbox@3.6.8(react@18.3.1)': dependencies: '@react-stately/form': 3.0.5(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/checkbox': 3.8.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/collections@3.10.9(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9670,9 +9646,9 @@ snapshots: '@react-stately/form': 3.0.5(react@18.3.1) '@react-stately/numberfield': 3.9.6(react@18.3.1) '@react-stately/slider': 3.5.7(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/color': 3.0.0-rc.1(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9683,15 +9659,15 @@ snapshots: '@react-stately/list': 3.10.8(react@18.3.1) '@react-stately/overlays': 3.6.10(react@18.3.1) '@react-stately/select': 3.6.7(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/combobox': 3.12.1(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/data@3.11.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9701,16 +9677,16 @@ snapshots: '@internationalized/string': 3.2.3 '@react-stately/form': 3.0.5(react@18.3.1) '@react-stately/overlays': 3.6.10(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/datepicker': 3.8.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/dnd@3.4.2(react@18.3.1)': dependencies: '@react-stately/selection': 3.16.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9720,7 +9696,7 @@ snapshots: '@react-stately/form@3.0.5(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9729,7 +9705,7 @@ snapshots: '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/selection': 3.16.2(react@18.3.1) '@react-types/grid': 3.2.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9739,7 +9715,7 @@ snapshots: '@react-stately/table': 3.12.2(react@18.3.1) '@react-stately/virtualizer': 4.0.2(react@18.3.1) '@react-types/grid': 3.2.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/table': 3.10.1(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9748,8 +9724,8 @@ snapshots: dependencies: '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/selection': 3.16.2(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9757,7 +9733,7 @@ snapshots: dependencies: '@react-stately/overlays': 3.6.10(react@18.3.1) '@react-types/menu': 3.9.11(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9765,14 +9741,14 @@ snapshots: dependencies: '@internationalized/number': 3.5.3 '@react-stately/form': 3.0.5(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/numberfield': 3.8.5(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/overlays@3.6.10(react@18.3.1)': dependencies: - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/overlays': 3.8.9(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9780,15 +9756,15 @@ snapshots: '@react-stately/radio@3.10.7(react@18.3.1)': dependencies: '@react-stately/form': 3.0.5(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/radio': 3.8.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/searchfield@3.5.6(react@18.3.1)': dependencies: - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/searchfield': 3.5.8(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9799,22 +9775,22 @@ snapshots: '@react-stately/list': 3.10.8(react@18.3.1) '@react-stately/overlays': 3.6.10(react@18.3.1) '@react-types/select': 3.9.6(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/selection@3.16.2(react@18.3.1)': dependencies: '@react-stately/collections': 3.10.9(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/slider@3.5.7(react@18.3.1)': dependencies: - '@react-stately/utils': 3.10.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/slider': 3.7.5(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9825,9 +9801,9 @@ snapshots: '@react-stately/flags': 3.0.3 '@react-stately/grid': 3.9.2(react@18.3.1) '@react-stately/selection': 3.16.2(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/grid': 3.2.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/table': 3.10.1(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9835,14 +9811,14 @@ snapshots: '@react-stately/tabs@3.6.9(react@18.3.1)': dependencies: '@react-stately/list': 3.10.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/tabs': 3.3.9(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-stately/toggle@3.7.7(react@18.3.1)': dependencies: - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-types/checkbox': 3.8.3(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9858,13 +9834,8 @@ snapshots: dependencies: '@react-stately/collections': 3.10.9(react@18.3.1) '@react-stately/selection': 3.16.2(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) - '@swc/helpers': 0.5.12 - react: 18.3.1 - - '@react-stately/utils@3.10.3(react@18.3.1)': - dependencies: + '@react-stately/utils': 3.10.4(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 @@ -9875,42 +9846,42 @@ snapshots: '@react-stately/virtualizer@4.0.2(react@18.3.1)': dependencies: - '@react-aria/utils': 3.25.2(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@swc/helpers': 0.5.12 react: 18.3.1 '@react-types/breadcrumbs@3.7.7(react@18.3.1)': dependencies: '@react-types/link': 3.5.7(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/button@3.9.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/calendar@3.4.9(react@18.3.1)': dependencies: '@internationalized/date': 3.5.5 - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/checkbox@3.8.3(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/color@3.0.0-rc.1(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/slider': 3.7.5(react@18.3.1) react: 18.3.1 '@react-types/combobox@3.12.1(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/datepicker@3.8.2(react@18.3.1)': @@ -9918,39 +9889,39 @@ snapshots: '@internationalized/date': 3.5.5 '@react-types/calendar': 3.4.9(react@18.3.1) '@react-types/overlays': 3.8.9(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/dialog@3.5.12(react@18.3.1)': dependencies: '@react-types/overlays': 3.8.9(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/form@3.7.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/grid@3.2.8(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/link@3.5.7(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/listbox@3.5.1(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/menu@3.9.11(react@18.3.1)': dependencies: '@react-types/overlays': 3.8.9(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/meter@3.4.3(react@18.3.1)': @@ -9960,38 +9931,33 @@ snapshots: '@react-types/numberfield@3.8.5(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/overlays@3.8.9(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/progress@3.5.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/radio@3.8.3(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/searchfield@3.5.8(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/textfield': 3.9.6(react@18.3.1) react: 18.3.1 '@react-types/select@3.9.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) - react: 18.3.1 - - '@react-types/shared@3.24.1(react@18.3.1)': - dependencies: - '@types/react': 18.3.3 + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/shared@3.25.0(react@18.3.1)': @@ -10001,41 +9967,41 @@ snapshots: '@react-types/slider@3.7.5(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/switch@3.5.5(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/table@3.10.1(react@18.3.1)': dependencies: '@react-types/grid': 3.2.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/tabs@3.3.9(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/textfield@3.9.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@react-types/tooltip@3.4.11(react@18.3.1)': dependencies: '@react-types/overlays': 3.8.9(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 '@remix-run/router@1.17.0': {} '@rollup/pluginutils@5.1.0(rollup@4.18.1)': dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: @@ -10403,8 +10369,7 @@ snapshots: '@types/estree@1.0.5': {} - '@types/estree@1.0.6': - optional: true + '@types/estree@1.0.6': {} '@types/flexsearch@0.7.6': {} @@ -10533,14 +10498,14 @@ snapshots: '@types/node': 20.11.21 optional: true - '@typescript-eslint/eslint-plugin@8.8.0(@typescript-eslint/parser@8.8.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3)': dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.8.0(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/scope-manager': 8.8.0 - '@typescript-eslint/type-utils': 8.8.0(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/utils': 8.8.0(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/visitor-keys': 8.8.0 + '@typescript-eslint/parser': 8.11.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.11.0 + '@typescript-eslint/type-utils': 8.11.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/utils': 8.11.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/visitor-keys': 8.11.0 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.1 @@ -10551,12 +10516,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.8.0(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/parser@8.11.0(eslint@8.57.1)(typescript@5.5.3)': dependencies: - '@typescript-eslint/scope-manager': 8.8.0 - '@typescript-eslint/types': 8.8.0 - '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.5.3) - '@typescript-eslint/visitor-keys': 8.8.0 + '@typescript-eslint/scope-manager': 8.11.0 + '@typescript-eslint/types': 8.11.0 + '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.5.3) + '@typescript-eslint/visitor-keys': 8.11.0 debug: 4.3.7 eslint: 8.57.1 optionalDependencies: @@ -10564,15 +10529,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.8.0': + '@typescript-eslint/scope-manager@8.11.0': dependencies: - '@typescript-eslint/types': 8.8.0 - '@typescript-eslint/visitor-keys': 8.8.0 + '@typescript-eslint/types': 8.11.0 + '@typescript-eslint/visitor-keys': 8.11.0 - '@typescript-eslint/type-utils@8.8.0(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/type-utils@8.11.0(eslint@8.57.1)(typescript@5.5.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.5.3) - '@typescript-eslint/utils': 8.8.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.5.3) + '@typescript-eslint/utils': 8.11.0(eslint@8.57.1)(typescript@5.5.3) debug: 4.3.7 ts-api-utils: 1.3.0(typescript@5.5.3) optionalDependencies: @@ -10581,12 +10546,12 @@ snapshots: - eslint - supports-color - '@typescript-eslint/types@8.8.0': {} + '@typescript-eslint/types@8.11.0': {} - '@typescript-eslint/typescript-estree@8.8.0(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@8.11.0(typescript@5.5.3)': dependencies: - '@typescript-eslint/types': 8.8.0 - '@typescript-eslint/visitor-keys': 8.8.0 + '@typescript-eslint/types': 8.11.0 + '@typescript-eslint/visitor-keys': 8.11.0 debug: 4.3.7 fast-glob: 3.3.2 is-glob: 4.0.3 @@ -10598,20 +10563,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.8.0(eslint@8.57.1)(typescript@5.5.3)': + '@typescript-eslint/utils@8.11.0(eslint@8.57.1)(typescript@5.5.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - '@typescript-eslint/scope-manager': 8.8.0 - '@typescript-eslint/types': 8.8.0 - '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.5.3) + '@typescript-eslint/scope-manager': 8.11.0 + '@typescript-eslint/types': 8.11.0 + '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.5.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@8.8.0': + '@typescript-eslint/visitor-keys@8.11.0': dependencies: - '@typescript-eslint/types': 8.8.0 + '@typescript-eslint/types': 8.11.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} @@ -10782,17 +10747,18 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/eslint-config-typescript@14.0.0-rc.2(eslint-plugin-vue@9.28.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.5.3)': + '@vue/eslint-config-typescript@14.1.3(@typescript-eslint/parser@8.11.0(eslint@8.57.1)(typescript@5.5.3))(eslint-plugin-vue@9.28.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.5.3)': dependencies: - '@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/parser': 8.8.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3) eslint: 8.57.1 eslint-plugin-vue: 9.28.0(eslint@8.57.1) - typescript-eslint: 8.8.0(eslint@8.57.1)(typescript@5.5.3) + fast-glob: 3.3.2 + typescript-eslint: 8.11.0(eslint@8.57.1)(typescript@5.5.3) vue-eslint-parser: 9.4.3(eslint@8.57.1) optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: + - '@typescript-eslint/parser' - supports-color '@vue/language-core@2.0.24(typescript@5.5.3)': @@ -12422,7 +12388,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 esutils@2.0.3: {} @@ -14287,18 +14253,18 @@ snapshots: '@react-aria/menu': 3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/toolbar': 3.0.0-beta.8(react@18.3.1) '@react-aria/tree': 3.0.0-alpha.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-aria/virtualizer': 4.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-stately/color': 3.7.2(react@18.3.1) '@react-stately/layout': 4.0.2(react@18.3.1) '@react-stately/menu': 3.8.2(react@18.3.1) '@react-stately/table': 3.12.2(react@18.3.1) - '@react-stately/utils': 3.10.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) '@react-stately/virtualizer': 4.0.2(react@18.3.1) '@react-types/color': 3.0.0-rc.1(react@18.3.1) '@react-types/form': 3.7.6(react@18.3.1) '@react-types/grid': 3.2.8(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@react-types/table': 3.10.1(react@18.3.1) '@swc/helpers': 0.5.12 '@types/react': 18.3.3 @@ -14338,16 +14304,16 @@ snapshots: '@react-aria/selection': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/separator': 3.4.2(react@18.3.1) '@react-aria/slider': 3.7.11(react@18.3.1) - '@react-aria/ssr': 3.9.5(react@18.3.1) + '@react-aria/ssr': 3.9.6(react@18.3.1) '@react-aria/switch': 3.6.7(react@18.3.1) '@react-aria/table': 3.15.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/tabs': 3.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/tag': 3.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/textfield': 3.14.8(react@18.3.1) '@react-aria/tooltip': 3.7.7(react@18.3.1) - '@react-aria/utils': 3.25.2(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) '@react-aria/visually-hidden': 3.8.15(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) '@types/react': 18.3.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -14411,7 +14377,7 @@ snapshots: '@react-stately/toggle': 3.7.7(react@18.3.1) '@react-stately/tooltip': 3.4.12(react@18.3.1) '@react-stately/tree': 3.8.4(react@18.3.1) - '@react-types/shared': 3.24.1(react@18.3.1) + '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 react-toastify@9.1.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1): @@ -15212,11 +15178,11 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript-eslint@8.8.0(eslint@8.57.1)(typescript@5.5.3): + typescript-eslint@8.11.0(eslint@8.57.1)(typescript@5.5.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.8.0(@typescript-eslint/parser@8.8.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/parser': 8.8.0(eslint@8.57.1)(typescript@5.5.3) - '@typescript-eslint/utils': 8.8.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/parser': 8.11.0(eslint@8.57.1)(typescript@5.5.3) + '@typescript-eslint/utils': 8.11.0(eslint@8.57.1)(typescript@5.5.3) optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: From 3aee2f891bc03695028f3e6f851f17145850f270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 17:13:21 +0200 Subject: [PATCH 074/151] compile before ci-check --- .../project-manager-shim-middleware/index.ts | 24 +++++++++---------- app/ide-desktop/client/src/server.ts | 22 ++++++++--------- package.json | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/app/gui/project-manager-shim-middleware/index.ts b/app/gui/project-manager-shim-middleware/index.ts index c60cc0240614..a5e02504d745 100644 --- a/app/gui/project-manager-shim-middleware/index.ts +++ b/app/gui/project-manager-shim-middleware/index.ts @@ -10,7 +10,7 @@ import * as path from 'node:path' import * as tar from 'tar' import * as yaml from 'yaml' -import * as common from 'enso-common' +import { COOP_COEP_CORP_HEADERS } from 'enso-common' import GLOBAL_CONFIG from 'enso-common/src/config.json' assert { type: 'json' } import * as projectManagement from './projectManagement' @@ -140,7 +140,7 @@ export default function projectManagerShimMiddleware( const directory = url.searchParams.get('directory') ?? PROJECTS_ROOT_DIRECTORY if (fileName == null) { response - .writeHead(HTTP_STATUS_BAD_REQUEST, common.COOP_COEP_CORP_HEADERS) + .writeHead(HTTP_STATUS_BAD_REQUEST, COOP_COEP_CORP_HEADERS) .end('Request is missing search parameter `file_name`.') } else { const filePath = path.join(directory, fileName) @@ -151,13 +151,13 @@ export default function projectManagerShimMiddleware( .writeHead(HTTP_STATUS_OK, [ ['Content-Length', String(filePath.length)], ['Content-Type', 'text/plain'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) .end(filePath) }) .catch((e) => { console.error(e) - response.writeHead(HTTP_STATUS_BAD_REQUEST, common.COOP_COEP_CORP_HEADERS).end() + response.writeHead(HTTP_STATUS_BAD_REQUEST, COOP_COEP_CORP_HEADERS).end() }) } break @@ -176,12 +176,12 @@ export default function projectManagerShimMiddleware( .writeHead(HTTP_STATUS_OK, [ ['Content-Length', String(id.length)], ['Content-Type', 'text/plain'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) .end(id) }) .catch(() => { - response.writeHead(HTTP_STATUS_BAD_REQUEST, common.COOP_COEP_CORP_HEADERS).end() + response.writeHead(HTTP_STATUS_BAD_REQUEST, COOP_COEP_CORP_HEADERS).end() }) break } @@ -194,7 +194,7 @@ export default function projectManagerShimMiddleware( !cliArguments.every((item): item is string => typeof item === 'string') ) { response - .writeHead(HTTP_STATUS_BAD_REQUEST, common.COOP_COEP_CORP_HEADERS) + .writeHead(HTTP_STATUS_BAD_REQUEST, COOP_COEP_CORP_HEADERS) .end('Command arguments must be an array of strings.') } else { void (async () => { @@ -340,7 +340,7 @@ export default function projectManagerShimMiddleware( .writeHead(HTTP_STATUS_OK, [ ['Content-Length', String(buffer.byteLength)], ['Content-Type', 'application/json'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) .end(buffer) })() @@ -374,7 +374,7 @@ export default function projectManagerShimMiddleware( ) { response.writeHead(HTTP_STATUS_OK, [ ['Content-Type', 'application/gzip+x-enso-project'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) tar .create({ gzip: true, cwd: projectRoot }, [projectRoot]) @@ -388,12 +388,12 @@ export default function projectManagerShimMiddleware( } } if (!success) { - response.writeHead(HTTP_STATUS_NOT_FOUND, common.COOP_COEP_CORP_HEADERS).end() + response.writeHead(HTTP_STATUS_NOT_FOUND, COOP_COEP_CORP_HEADERS).end() } }) break } - response.writeHead(HTTP_STATUS_NOT_FOUND, common.COOP_COEP_CORP_HEADERS).end() + response.writeHead(HTTP_STATUS_NOT_FOUND, COOP_COEP_CORP_HEADERS).end() break } } @@ -402,7 +402,7 @@ export default function projectManagerShimMiddleware( .writeHead(HTTP_STATUS_OK, [ ['Content-Length', String(PROJECTS_ROOT_DIRECTORY.length)], ['Content-Type', 'text/plain'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) .end(PROJECTS_ROOT_DIRECTORY) } else { diff --git a/app/ide-desktop/client/src/server.ts b/app/ide-desktop/client/src/server.ts index 14c7c183631a..5e4fde6f831f 100644 --- a/app/ide-desktop/client/src/server.ts +++ b/app/ide-desktop/client/src/server.ts @@ -12,7 +12,7 @@ import * as portfinder from 'portfinder' import type * as vite from 'vite' import * as projectManagement from '@/projectManagement' -import * as common from 'enso-common' +import { COOP_COEP_CORP_HEADERS } from 'enso-common' import GLOBAL_CONFIG from 'enso-common/src/config.json' assert { type: 'json' } import * as ydocServer from 'ydoc-server' @@ -212,7 +212,7 @@ export class Server { const directory = url.searchParams.get('directory') ?? this.projectsRootDirectory if (fileName == null) { response - .writeHead(HTTP_STATUS_BAD_REQUEST, common.COOP_COEP_CORP_HEADERS) + .writeHead(HTTP_STATUS_BAD_REQUEST, COOP_COEP_CORP_HEADERS) .end('Request is missing search parameter `file_name`.') } else { const filePath = path.join(directory, fileName) @@ -223,13 +223,13 @@ export class Server { .writeHead(HTTP_STATUS_OK, [ ['Content-Length', String(filePath.length)], ['Content-Type', 'text/plain'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) .end(filePath) }) .catch(e => { console.error(e) - response.writeHead(HTTP_STATUS_BAD_REQUEST, common.COOP_COEP_CORP_HEADERS).end() + response.writeHead(HTTP_STATUS_BAD_REQUEST, COOP_COEP_CORP_HEADERS).end() }) } break @@ -248,12 +248,12 @@ export class Server { .writeHead(HTTP_STATUS_OK, [ ['Content-Length', String(project.id.length)], ['Content-Type', 'text/plain'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) .end(project.id) }) .catch(() => { - response.writeHead(HTTP_STATUS_BAD_REQUEST, common.COOP_COEP_CORP_HEADERS).end() + response.writeHead(HTTP_STATUS_BAD_REQUEST, COOP_COEP_CORP_HEADERS).end() }) break } @@ -266,7 +266,7 @@ export class Server { !cliArguments.every((item): item is string => typeof item === 'string') ) { response - .writeHead(HTTP_STATUS_BAD_REQUEST, common.COOP_COEP_CORP_HEADERS) + .writeHead(HTTP_STATUS_BAD_REQUEST, COOP_COEP_CORP_HEADERS) .end('Command arguments must be an array of strings.') } else { const commandOutput = (() => { @@ -285,14 +285,14 @@ export class Server { })() response.writeHead(HTTP_STATUS_OK, [ ['Content-Type', 'application/json'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) commandOutput.pipe(response, { end: true }) } break } default: { - response.writeHead(HTTP_STATUS_NOT_FOUND, common.COOP_COEP_CORP_HEADERS).end() + response.writeHead(HTTP_STATUS_NOT_FOUND, COOP_COEP_CORP_HEADERS).end() break } } @@ -301,7 +301,7 @@ export class Server { .writeHead(HTTP_STATUS_OK, [ ['Content-Length', String(this.projectsRootDirectory.length)], ['Content-Type', 'text/plain'], - ...common.COOP_COEP_CORP_HEADERS, + ...COOP_COEP_CORP_HEADERS, ]) .end(this.projectsRootDirectory) } else if (this.devServer) { @@ -319,7 +319,7 @@ export class Server { // this server. const resourceFile = resource === '/preload.mjs.map' ? paths.APP_PATH + resource : this.config.dir + resource - for (const [header, value] of common.COOP_COEP_CORP_HEADERS) { + for (const [header, value] of COOP_COEP_CORP_HEADERS) { response.setHeader(header, value) } fs.readFile(resourceFile) diff --git a/package.json b/package.json index 6ad01eae1571..e4c345ef210d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dist:ide": "corepack pnpm run -r --filter enso dist", "format": "prettier --write .", "format:workflows": "prettier --write .github/workflows", - "ci-check": "corepack pnpm run --aggregate-output /^ci:/", + "ci-check": "corepack pnpm run -r compile && corepack pnpm run --aggregate-output /^ci:/", "ci:prettier": "prettier --check .", "ci:lint": "corepack pnpm run -r lint", "ci:test": "corepack pnpm run -r --parallel test", From ebbf26051865c60559ac2582d903736ae7efa70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 17:47:50 +0200 Subject: [PATCH 075/151] Make enums non-const in generated ast code --- app/common/tsconfig.json | 14 ++++---------- app/gui/tsconfig.app.json | 19 +++++-------------- app/ide-desktop/client/tsconfig.json | 14 +++----------- app/ydoc-shared/parser-codegen/codegen.ts | 2 +- app/ydoc-shared/parser-codegen/tsconfig.json | 2 +- app/ydoc-shared/tsconfig.json | 1 + package.json | 7 +++++++ pnpm-lock.yaml | 11 ++++++++--- 8 files changed, 30 insertions(+), 40 deletions(-) diff --git a/app/common/tsconfig.json b/app/common/tsconfig.json index 881d1f7163fd..1d3dc85c9e00 100644 --- a/app/common/tsconfig.json +++ b/app/common/tsconfig.json @@ -1,21 +1,15 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "lib": [ - "DOM", - "es2023" - ], + "lib": ["DOM", "es2023"], "allowJs": true, "checkJs": true, "skipLibCheck": false, "noEmit": false, "resolveJsonModule": true, "outDir": "dist", - "rootDir": "src", + "rootDir": "src" }, - "include": [ - "src", - "./src/text/english.json" - ], + "include": ["src", "./src/text/english.json"], "exclude": [] -} \ No newline at end of file +} diff --git a/app/gui/tsconfig.app.json b/app/gui/tsconfig.app.json index eec35fccbec4..50e61b172c55 100644 --- a/app/gui/tsconfig.app.json +++ b/app/gui/tsconfig.app.json @@ -11,23 +11,14 @@ "src/**/__tests__/*.json", "templates/**/*" ], - "exclude": [ - "src/**/__tests__/*", - "public/**/__tests__/*" - ], + "exclude": ["src/**/__tests__/*", "public/**/__tests__/*"], "compilerOptions": { "noEmit": true, "allowImportingTsExtensions": true, - "types": [ - "vitest/importMeta" - ], + "types": ["vitest/importMeta"], "paths": { - "@/*": [ - "./src/project-view/*" - ], - "#/*": [ - "./src/dashboard/*" - ] + "@/*": ["./src/project-view/*"], + "#/*": ["./src/dashboard/*"] } } -} \ No newline at end of file +} diff --git a/app/ide-desktop/client/tsconfig.json b/app/ide-desktop/client/tsconfig.json index 0886ceb54e23..0b423296fd45 100644 --- a/app/ide-desktop/client/tsconfig.json +++ b/app/ide-desktop/client/tsconfig.json @@ -3,16 +3,8 @@ "compilerOptions": { "esModuleInterop": true, "paths": { - "@/*": [ - "./src/*" - ] + "@/*": ["./src/*"] } }, - "include": [ - "src/*.ts", - "tasks/*.ts", - "tests/*.ts", - "src/config.json", - "*.ts" - ] -} \ No newline at end of file + "include": ["src/*.ts", "tasks/*.ts", "tests/*.ts", "src/config.json", "*.ts"] +} diff --git a/app/ydoc-shared/parser-codegen/codegen.ts b/app/ydoc-shared/parser-codegen/codegen.ts index 2ec67c50abb2..be72687f7203 100644 --- a/app/ydoc-shared/parser-codegen/codegen.ts +++ b/app/ydoc-shared/parser-codegen/codegen.ts @@ -447,7 +447,7 @@ function makeAbstractType( schema, ), tsf.createEnumDeclaration( - [modifiers.export, modifiers.const], + [modifiers.export], 'Type', childTypes.map(child => child.enumMember), ), diff --git a/app/ydoc-shared/parser-codegen/tsconfig.json b/app/ydoc-shared/parser-codegen/tsconfig.json index 26e3a152edbb..c8e78f128b04 100644 --- a/app/ydoc-shared/parser-codegen/tsconfig.json +++ b/app/ydoc-shared/parser-codegen/tsconfig.json @@ -13,6 +13,6 @@ "verbatimModuleSyntax": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, - "strictNullChecks": true, + "strictNullChecks": true } } diff --git a/app/ydoc-shared/tsconfig.json b/app/ydoc-shared/tsconfig.json index 1422d79c21c2..8b074f0b40a2 100644 --- a/app/ydoc-shared/tsconfig.json +++ b/app/ydoc-shared/tsconfig.json @@ -4,6 +4,7 @@ "exclude": ["parser-codegen"], "compilerOptions": { "composite": true, + "isolatedModules": true, "noEmit": false, "rootDir": "src", "outDir": "dist", diff --git a/package.json b/package.json index e4c345ef210d..0feffdcbc13e 100644 --- a/package.json +++ b/package.json @@ -141,6 +141,13 @@ "dependencies": { "@types/node": "*" } + }, + "@vue/test-utils": { + "dependencies": { + "vue": "*", + "@vue/compiler-dom": "*", + "@vue/server-renderer": "*" + } } }, "onlyBuiltDependencies": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 968eb2175d63..ee561c225b28 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ overrides: '@types/react': ^18.0.27 ws: ^8.18.0 -packageExtensionsChecksum: cf2807262ce2e9198f3ece15f3d47884 +packageExtensionsChecksum: 06f7bfd97f701de08ea92e4284f0830e pnpmfileChecksum: yrev2pk43cjl5fkasomnhoqkcu @@ -457,7 +457,7 @@ importers: version: 1.6.0(vitest@1.6.0(@types/node@20.11.21)(jsdom@24.1.0)(lightningcss@1.25.1)) '@vue/test-utils': specifier: ^2.4.6 - version: 2.4.6 + version: 2.4.6(typescript@5.5.3) '@vue/tsconfig': specifier: ^0.5.1 version: 0.5.1 @@ -10798,10 +10798,15 @@ snapshots: '@vue/shared@3.5.2': {} - '@vue/test-utils@2.4.6': + '@vue/test-utils@2.4.6(typescript@5.5.3)': dependencies: + '@vue/compiler-dom': 3.5.2 + '@vue/server-renderer': 3.5.2(vue@3.5.2(typescript@5.5.3)) js-beautify: 1.15.1 + vue: 3.5.2(typescript@5.5.3) vue-component-type-helpers: 2.0.29 + transitivePeerDependencies: + - typescript '@vue/tsconfig@0.5.1': {} From e580a10b4f954a869f33c92a4c2f3d07b02352dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 21:26:06 +0200 Subject: [PATCH 076/151] adjust build script to new env variable names, change vite env prefix --- .github/workflows/bazel-build.yml | 30 +++--- app/gui/.env | 39 ++++---- app/gui/.env.bazel | 31 +++--- app/gui/.env.testing | 22 ++--- app/gui/playwright.config.ts | 1 + app/gui/src/config.ts | 35 +++---- app/gui/src/dashboard/components/aria.tsx | 4 +- app/gui/vite.config.ts | 19 ++-- app/ide-desktop/client/src/server.ts | 5 +- build_tools/build/src/ci_gen.rs | 12 +++ build_tools/build/src/ci_gen/job.rs | 109 +++++++++++----------- build_tools/build/src/ide/web.rs | 57 +++++------ build_tools/build/src/project/gui.rs | 12 --- build_tools/build/src/project/ide.rs | 7 +- build_tools/cli/src/lib.rs | 41 +------- 15 files changed, 194 insertions(+), 230 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 9a833b6858ad..20a83dec2666 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -20,21 +20,21 @@ jobs: - name: Expose env variables run: | cat << END > app/gui/.env.production - VITE_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" - VITE_API_URL="${{ vars.ENSO_CLOUD_API_URL }}" - VITE_CHAT_URL="${{ vars.ENSO_CLOUD_CHAT_URL }}" - VITE_COGNITO_DOMAIN="${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" - VITE_COGNITO_REGION="${{ vars.ENSO_CLOUD_COGNITO_REGION }}" - VITE_COGNITO_USER_POOL_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" - VITE_COGNITO_USER_POOL_WEB_CLIENT_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" - VITE_GOOGLE_ANALYTICS_TAG="${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" - VITE_SENTRY_DSN="${{ vars.ENSO_CLOUD_SENTRY_DSN }}" - VITE_STRIPE_KEY="${{ vars.ENSO_CLOUD_STRIPE_KEY }}" - VITE_ENSO_AG_GRID_LICENSE_KEY="${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" - VITE_ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" - VITE_COMMIT_HASH="${{ github.sha }}" - VITE_VERSION="SNAPSHOT-${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" - VITE_CLOUD_BUILD="false" + ENSO_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" + ENSO_API_URL="${{ vars.ENSO_CLOUD_API_URL }}" + ENSO_CHAT_URL="${{ vars.ENSO_CLOUD_CHAT_URL }}" + ENSO_COGNITO_DOMAIN="${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" + ENSO_COGNITO_REGION="${{ vars.ENSO_CLOUD_COGNITO_REGION }}" + ENSO_COGNITO_USER_POOL_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" + ENSO_COGNITO_USER_POOL_WEB_CLIENT_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" + ENSO_GOOGLE_ANALYTICS_TAG="${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" + ENSO_SENTRY_DSN="${{ vars.ENSO_CLOUD_SENTRY_DSN }}" + ENSO_STRIPE_KEY="${{ vars.ENSO_CLOUD_STRIPE_KEY }}" + ENSO_AG_GRID_LICENSE_KEY="${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" + ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" + ENSO_COMMIT_HASH="${{ github.sha }}" + ENSO_VERSION="SNAPSHOT-${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" + ENSO_CLOUD_BUILD="false" END - run: bazel build //app/gui:dist - name: Get build output location diff --git a/app/gui/.env b/app/gui/.env index 1c4d18c5de97..75aca0f651b1 100644 --- a/app/gui/.env +++ b/app/gui/.env @@ -1,17 +1,22 @@ -VITE_ENVIRONMENT=development -VITE_API_URL=https://aaaaaaaaaa.execute-api.mars.amazonaws.com -VITE_CHAT_URL=wss://chat.example.com -VITE_SENTRY_DSN=https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@o0000000000000000.ingest.sentry.io/0000000000000000 -VITE_STRIPE_KEY=pk_test_AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -VITE_COGNITO_USER_POOL_ID=mars_AAAAAAAAA -VITE_COGNITO_USER_POOL_WEB_CLIENT_ID=zzzzzzzzzzzzzzzzzzzzzzzzzz -VITE_COGNITO_DOMAIN=somewhere.auth.mars.amazoncognito.com -VITE_COGNITO_REGION=mars -VITE_CLOUD_BUILD=false -VITE_VERSION=0.0.0-dev -VITE_COMMIT_HASH=abcdef123 -VITE_ENSO_MAPBOX_API_TOKEN= -VITE_ENSO_AG_GRID_LICENSE_KEY= -VITE_GOOGLE_ANALYTICS_TAG= -ENSO_POLYGLOT_YDOC_SERVER=false -ENSO_YDOC_LS_DEBUG=false +# CAUTION: this file is intentionally NOT ignored. If you want to override those variables, create an `.env.local` file. +ENSO_IDE_AG_GRID_LICENSE_KEY= +ENSO_IDE_API_URL=https://aaaaaaaaaa.execute-api.mars.amazonaws.com +ENSO_IDE_CHAT_URL=wss://chat.example.com +ENSO_IDE_CLOUD_BUILD=false +ENSO_IDE_COGNITO_DOMAIN=somewhere.auth.mars.amazoncognito.com +ENSO_IDE_COGNITO_REGION=mars +ENSO_IDE_COGNITO_USER_POOL_ID=mars_AAAAAAAAA +ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID=zzzzzzzzzzzzzzzzzzzzzzzzzz +ENSO_IDE_COMMIT_HASH=abcdef123 +ENSO_IDE_ENVIRONMENT=development +ENSO_IDE_GOOGLE_ANALYTICS_TAG= +ENSO_IDE_HOST=https://ensoanalytics.com +ENSO_IDE_MAPBOX_API_TOKEN= +ENSO_IDE_SENTRY_DSN=https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@o0000000000000000.ingest.sentry.io/0000000000000000 +ENSO_IDE_STRIPE_KEY=pk_test_AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA +ENSO_IDE_VERSION=0.0.0-dev + +# Potential override variables useful only for local development: +# ENSO_IDE_YDOC_SERVER_URL= +# ENSO_IDE_YDOC_LS_DEBUG=false +# ENSO_IDE_PROJECT_MANAGER_URL= diff --git a/app/gui/.env.bazel b/app/gui/.env.bazel index 50ec02be0193..f50b148a7157 100644 --- a/app/gui/.env.bazel +++ b/app/gui/.env.bazel @@ -1,16 +1,17 @@ # Bazel build step defaults to having all envs left as placeholders, so that they can be replaced late after the vite build step. -VITE_ENVIRONMENT = "((%__VITE_ENVIRONMENT__%))" -VITE_API_URL = "((%__VITE_API_URL__%))" -VITE_SENTRY_DSN = "((%__VITE_SENTRY_DSN__%))" -VITE_STRIPE_KEY = "((%__VITE_STRIPE_KEY__%))" -VITE_CHAT_URL = "((%__VITE_CHAT_URL__%))" -VITE_COGNITO_USER_POOL_ID = "((%__VITE_COGNITO_USER_POOL_ID__%))" -VITE_COGNITO_USER_POOL_WEB_CLIENT_ID = "((%__VITE_COGNITO_USER_POOL_WEB_CLIENT_ID__%))" -VITE_COGNITO_DOMAIN = "((%__VITE_COGNITO_DOMAIN__%))" -VITE_COGNITO_REGION = "((%__VITE_COGNITO_REGION__%))" -VITE_VERSION = "((%__VITE_VERSION__%))" -VITE_COMMIT_HASH = "((%__VITE_COMMIT_HASH__%))" -VITE_CLOUD_BUILD = "((%__VITE_CLOUD_BUILD__%))" -VITE_GOOGLE_ANALYTICS_TAG = "((%__VITE_GOOGLE_ANALYTICS_TAG__%))" -VITE_ENSO_AG_GRID_LICENSE_KEY = "((%__VITE_ENSO_AG_GRID_LICENSE_KEY__%))" -VITE_ENSO_MAPBOX_API_TOKEN = "((%__VITE_ENSO_MAPBOX_API_TOKEN__%))" +ENSO_IDE_AG_GRID_LICENSE_KEY = "((%__ENSO_IDE_AG_GRID_LICENSE_KEY__%))" +ENSO_IDE_API_URL = "((%__ENSO_IDE_API_URL__%))" +ENSO_IDE_CHAT_URL = "((%__ENSO_IDE_CHAT_URL__%))" +ENSO_IDE_CLOUD_BUILD = "((%__ENSO_IDE_CLOUD_BUILD__%))" +ENSO_IDE_COGNITO_DOMAIN = "((%__ENSO_IDE_COGNITO_DOMAIN__%))" +ENSO_IDE_COGNITO_REGION = "((%__ENSO_IDE_COGNITO_REGION__%))" +ENSO_IDE_COGNITO_USER_POOL_ID = "((%__ENSO_IDE_COGNITO_USER_POOL_ID__%))" +ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID = "((%__ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID__%))" +ENSO_IDE_COMMIT_HASH = "((%__ENSO_IDE_COMMIT_HASH__%))" +ENSO_IDE_ENVIRONMENT = "((%__ENSO_IDE_ENVIRONMENT__%))" +ENSO_IDE_GOOGLE_ANALYTICS_TAG = "((%__ENSO_IDE_GOOGLE_ANALYTICS_TAG__%))" +ENSO_IDE_HOST = "((%__ENSO_IDE_HOST__%))" +ENSO_IDE_MAPBOX_API_TOKEN = "((%__ENSO_IDE_MAPBOX_API_TOKEN__%))" +ENSO_IDE_SENTRY_DSN = "((%__ENSO_IDE_SENTRY_DSN__%))" +ENSO_IDE_STRIPE_KEY = "((%__ENSO_IDE_STRIPE_KEY__%))" +ENSO_IDE_VERSION = "((%__ENSO_IDE_VERSION__%))" diff --git a/app/gui/.env.testing b/app/gui/.env.testing index 629dc5d13ae8..52b1f291a9fc 100644 --- a/app/gui/.env.testing +++ b/app/gui/.env.testing @@ -1,11 +1,11 @@ -VITE_API_URL=https://mock -VITE_SENTRY_DSN=https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@o0000000000000000.ingest.sentry.io/0000000000000000 -VITE_STRIPE_KEY= -VITE_CHAT_URL= -VITE_COGNITO_USER_POOL_ID= -VITE_COGNITO_USER_POOL_WEB_CLIENT_ID= -VITE_COGNITO_DOMAIN= -VITE_COGNITO_REGION= -VITE_DASHBOARD_VERSION=0.0.1-testing -VITE_DASHBOARD_COMMIT_HASH=abcdef0 -VITE_CLOUD_BUILD=false +ENSO_IDE_API_URL=https://mock +ENSO_IDE_SENTRY_DSN=https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@o0000000000000000.ingest.sentry.io/0000000000000000 +ENSO_IDE_STRIPE_KEY= +ENSO_IDE_CHAT_URL= +ENSO_IDE_COGNITO_USER_POOL_ID= +ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID= +ENSO_IDE_COGNITO_DOMAIN= +ENSO_IDE_COGNITO_REGION= +ENSO_IDE_DASHBOARD_VERSION=0.0.1-testing +ENSO_IDE_DASHBOARD_COMMIT_HASH=abcdef0 +ENSO_IDE_CLOUD_BUILD=false diff --git a/app/gui/playwright.config.ts b/app/gui/playwright.config.ts index 492205cd2a6a..8270c31713ee 100644 --- a/app/gui/playwright.config.ts +++ b/app/gui/playwright.config.ts @@ -122,6 +122,7 @@ export default defineConfig({ { env: { E2E: 'true', + ENSO_IDE_PROJECT_MANAGER_URL: 'ws://__HOSTNAME__:30536', }, command: process.env.CI || process.env.PROD ? diff --git a/app/gui/src/config.ts b/app/gui/src/config.ts index 8640fd12c26a..ec1410ca67f7 100644 --- a/app/gui/src/config.ts +++ b/app/gui/src/config.ts @@ -8,23 +8,24 @@ * When running dev server, the config variables are grabbed from appropriate .env file. */ const $config = { - ENVIRONMENT: import.meta.env.VITE_ENVIRONMENT, - API_URL: import.meta.env.VITE_API_URL, - SENTRY_DSN: import.meta.env.VITE_SENTRY_DSN, - STRIPE_KEY: import.meta.env.VITE_STRIPE_KEY, - CHAT_URL: import.meta.env.VITE_CHAT_URL, - COGNITO_USER_POOL_ID: import.meta.env.VITE_COGNITO_USER_POOL_ID, - COGNITO_USER_POOL_WEB_CLIENT_ID: import.meta.env.VITE_COGNITO_USER_POOL_WEB_CLIENT_ID, - GOOGLE_ANALYTICS_TAG: import.meta.env.VITE_GOOGLE_ANALYTICS_TAG, - COGNITO_DOMAIN: import.meta.env.VITE_COGNITO_DOMAIN, - COGNITO_REGION: import.meta.env.VITE_COGNITO_REGION, - VERSION: import.meta.env.VITE_VERSION, - COMMIT_HASH: import.meta.env.VITE_COMMIT_HASH, - PROJECT_MANAGER_URL: import.meta.env.VITE_DEV_PROJECT_MANAGER_URL, - YDOC_SERVER_URL: import.meta.env.VITE_YDOC_SERVER_URL, - CLOUD_BUILD: import.meta.env.VITE_CLOUD_BUILD, - AG_GRID_LICENSE_KEY: import.meta.env.VITE_ENSO_AG_GRID_LICENSE_KEY, - MAPBOX_API_TOKEN: import.meta.env.VITE_ENSO_MAPBOX_API_TOKEN, + ENVIRONMENT: import.meta.env.ENSO_IDE_ENVIRONMENT, + ENSO_HOST: import.meta.env.ENSO_IDE_HOST, + API_URL: import.meta.env.ENSO_IDE_API_URL, + SENTRY_DSN: import.meta.env.ENSO_IDE_SENTRY_DSN, + STRIPE_KEY: import.meta.env.ENSO_IDE_STRIPE_KEY, + CHAT_URL: import.meta.env.ENSO_IDE_CHAT_URL, + COGNITO_USER_POOL_ID: import.meta.env.ENSO_IDE_COGNITO_USER_POOL_ID, + COGNITO_USER_POOL_WEB_CLIENT_ID: import.meta.env.ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID, + GOOGLE_ANALYTICS_TAG: import.meta.env.ENSO_IDE_GOOGLE_ANALYTICS_TAG, + COGNITO_DOMAIN: import.meta.env.ENSO_IDE_COGNITO_DOMAIN, + COGNITO_REGION: import.meta.env.ENSO_IDE_COGNITO_REGION, + VERSION: import.meta.env.ENSO_IDE_VERSION, + COMMIT_HASH: import.meta.env.ENSO_IDE_COMMIT_HASH, + PROJECT_MANAGER_URL: import.meta.env.ENSO_IDE_DEV_PROJECT_MANAGER_URL, + YDOC_SERVER_URL: import.meta.env.ENSO_IDE_YDOC_SERVER_URL, + CLOUD_BUILD: import.meta.env.ENSO_IDE_CLOUD_BUILD, + AG_GRID_LICENSE_KEY: import.meta.env.ENSO_IDE_AG_GRID_LICENSE_KEY, + MAPBOX_API_TOKEN: import.meta.env.ENSO_IDE_MAPBOX_API_TOKEN, } as const console.log($config) diff --git a/app/gui/src/dashboard/components/aria.tsx b/app/gui/src/dashboard/components/aria.tsx index 8eb69b3f246e..7854022878fd 100644 --- a/app/gui/src/dashboard/components/aria.tsx +++ b/app/gui/src/dashboard/components/aria.tsx @@ -2,14 +2,12 @@ import type { Mutable } from 'enso-common/src/utilities/data/object' import * as aria from 'react-aria' +export * from '@react-aria/interactions' export { ClearPressResponder } from '@react-aria/interactions' export type * from '@react-types/shared' -// @ts-expect-error The conflicting exports are props types ONLY. export * from 'react-aria' // @ts-expect-error The conflicting exports are props types ONLY. export * from 'react-aria-components' -// @ts-expect-error The conflicting exports are props types ONLY. -export * from '@react-aria/interactions' export { useTooltipTriggerState, type OverlayTriggerState } from 'react-stately' // ================== diff --git a/app/gui/vite.config.ts b/app/gui/vite.config.ts index 6c660c183905..c8ad39a499b1 100644 --- a/app/gui/vite.config.ts +++ b/app/gui/vite.config.ts @@ -10,22 +10,20 @@ import VueDevTools from 'vite-plugin-vue-devtools' import wasm from 'vite-plugin-wasm' import tailwindConfig from './tailwind.config' +const isDevMode = process.env.NODE_ENV === 'development' const isE2E = process.env.E2E === 'true' -const dynHostnameWsUrl = (port: number) => `ws://__HOSTNAME__:${port}` + const entrypoint = isE2E ? './src/project-view/e2e-entrypoint.ts' : './src/entrypoint.ts' -process.env.VITE_DEV_PROJECT_MANAGER_URL ??= dynHostnameWsUrl(isE2E ? 30536 : 30535) -process.env.VITE_YDOC_SERVER_URL ??= - process.env.ENSO_POLYGLOT_YDOC_SERVER ? process.env.ENSO_POLYGLOT_YDOC_SERVER - : process.env.NODE_ENV === 'development' ? dynHostnameWsUrl(5976) - : undefined +process.env.ENSO_IDE_YDOC_SERVER_URL ||= isDevMode ? 'ws://__HOSTNAME__:59776' : undefined +process.env.ENSO_IDE_PROJECT_MANAGER_URL ||= isDevMode ? 'ws://__HOSTNAME__:30535' : undefined // https://vitejs.dev/config/ export default defineConfig({ cacheDir: fileURLToPath(new URL('../../node_modules/.cache/vite', import.meta.url)), plugins: [ wasm(), - ...(process.env.NODE_ENV === 'development' ? + ...(isDevMode ? [ await VueDevTools(), react({ @@ -46,7 +44,7 @@ export default defineConfig({ include: fileURLToPath(new URL('./src/dashboard/**/*.tsx', import.meta.url)), babel: { plugins: ['@babel/plugin-syntax-import-attributes'] }, }), - ...(process.env.NODE_ENV === 'development' ? [await projectManagerShim()] : []), + ...(isDevMode ? [await projectManagerShim()] : []), ], optimizeDeps: { entries: fileURLToPath(new URL('./index.html', import.meta.url)), @@ -56,7 +54,7 @@ export default defineConfig({ ...(process.env.GUI_HOSTNAME ? { host: process.env.GUI_HOSTNAME } : {}), }, resolve: { - conditions: process.env.NODE_ENV === 'development' ? ['source'] : [], + conditions: isDevMode ? ['source'] : [], alias: { '/src/entrypoint.ts': fileURLToPath(new URL(entrypoint, import.meta.url)), shared: fileURLToPath(new URL('./shared', import.meta.url)), @@ -64,12 +62,13 @@ export default defineConfig({ '#': fileURLToPath(new URL('./src/dashboard', import.meta.url)), }, }, + envPrefix: 'ENSO_IDE_', define: { // Single hardcoded usage of `global` in aws-amplify. 'global.TYPED_ARRAY_SUPPORT': true, }, esbuild: { - dropLabels: process.env.NODE_ENV === 'development' ? [] : ['DEV'], + dropLabels: isDevMode ? [] : ['DEV'], supported: { 'top-level-await': true, }, diff --git a/app/ide-desktop/client/src/server.ts b/app/ide-desktop/client/src/server.ts index 5e4fde6f831f..fc85f6715f4b 100644 --- a/app/ide-desktop/client/src/server.ts +++ b/app/ide-desktop/client/src/server.ts @@ -23,7 +23,10 @@ import { pathToFileURL } from 'node:url' const logger = contentConfig.logger // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition -ydocServer.configureAllDebugLogs(process.env.ENSO_YDOC_LS_DEBUG === 'true', logger.log.bind(logger)) +ydocServer.configureAllDebugLogs( + process.env.ENSO_IDE_YDOC_LS_DEBUG === 'true', + logger.log.bind(logger), +) // ================= // === Constants === diff --git a/build_tools/build/src/ci_gen.rs b/build_tools/build/src/ci_gen.rs index 099534eb044a..2aee7a31694e 100644 --- a/build_tools/build/src/ci_gen.rs +++ b/build_tools/build/src/ci_gen.rs @@ -149,6 +149,18 @@ pub mod secret { } pub mod variables { + pub const ENSO_CLOUD_ENVIRONMENT: &str = "ENSO_CLOUD_ENVIRONMENT"; + pub const ENSO_CLOUD_API_URL: &str = "ENSO_CLOUD_API_URL"; + pub const ENSO_CLOUD_CHAT_URL: &str = "ENSO_CLOUD_CHAT_URL"; + pub const ENSO_CLOUD_SENTRY_DSN: &str = "ENSO_CLOUD_SENTRY_DSN"; + pub const ENSO_CLOUD_STRIPE_KEY: &str = "ENSO_CLOUD_STRIPE_KEY"; + pub const ENSO_CLOUD_COGNITO_USER_POOL_ID: &str = "ENSO_CLOUD_COGNITO_USER_POOL_ID"; + pub const ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID: &str = + "ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID"; + pub const ENSO_CLOUD_COGNITO_DOMAIN: &str = "ENSO_CLOUD_COGNITO_DOMAIN"; + pub const ENSO_CLOUD_COGNITO_REGION: &str = "ENSO_CLOUD_COGNITO_REGION"; + pub const ENSO_CLOUD_GOOGLE_ANALYTICS_TAG: &str = "ENSO_CLOUD_GOOGLE_ANALYTICS_TAG"; + /// License key for the AG Grid library. pub const ENSO_AG_GRID_LICENSE_KEY: &str = "ENSO_AG_GRID_LICENSE_KEY"; diff --git a/build_tools/build/src/ci_gen/job.rs b/build_tools/build/src/ci_gen/job.rs index afbb9242a2e6..939b21bee025 100644 --- a/build_tools/build/src/ci_gen/job.rs +++ b/build_tools/build/src/ci_gen/job.rs @@ -4,14 +4,12 @@ use crate::ci_gen::not_default_branch; use crate::ci_gen::runs_on; use crate::ci_gen::secret; use crate::ci_gen::step; -use crate::ci_gen::variables::ENSO_AG_GRID_LICENSE_KEY; -use crate::ci_gen::variables::ENSO_MAPBOX_API_TOKEN; +use crate::ci_gen::variables; use crate::ci_gen::RunStepsBuilder; use crate::ci_gen::RunnerType; use crate::ci_gen::RELEASE_CLEANING_POLICY; -use crate::engine::env; -use crate::ide::web::env::VITE_ENSO_AG_GRID_LICENSE_KEY; -use crate::ide::web::env::VITE_ENSO_MAPBOX_API_TOKEN; +use crate::engine::env as engine_env; +use crate::ide::web::env as ide_env; use ide_ci::actions::workflow::definition::cancel_workflow_action; use ide_ci::actions::workflow::definition::shell; @@ -125,29 +123,38 @@ pub fn sbt_command(command: impl AsRef) -> String { format!("backend sbt '--' {}", command.as_ref()) } -/// Expose variables for cloud configuration, needed during the dashboard build. -pub fn expose_cloud_vars(step: Step) -> Step { - use crate::ide::web::env::*; - step.with_variable_exposed(ENSO_CLOUD_ENVIRONMENT) - .with_variable_exposed(ENSO_CLOUD_API_URL) - .with_variable_exposed(ENSO_CLOUD_CHAT_URL) - .with_variable_exposed(ENSO_CLOUD_SENTRY_DSN) - .with_variable_exposed(ENSO_CLOUD_STRIPE_KEY) - .with_variable_exposed(ENSO_CLOUD_COGNITO_USER_POOL_ID) - .with_variable_exposed(ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID) - .with_variable_exposed(ENSO_CLOUD_COGNITO_DOMAIN) - .with_variable_exposed(ENSO_CLOUD_COGNITO_REGION) - .with_variable_exposed(ENSO_CLOUD_GOOGLE_ANALYTICS_TAG) -} - /// Expose variables for the GUI build. pub fn expose_gui_vars(step: Step) -> Step { - let step = step - .with_variable_exposed_as(ENSO_AG_GRID_LICENSE_KEY, VITE_ENSO_AG_GRID_LICENSE_KEY) - .with_variable_exposed_as(ENSO_MAPBOX_API_TOKEN, VITE_ENSO_MAPBOX_API_TOKEN); - - // GUI includes the cloud-delivered dashboard. - expose_cloud_vars(step) + step.with_variable_exposed_as(variables::ENSO_CLOUD_ENVIRONMENT, ide_env::ENSO_IDE_ENVIRONMENT) + .with_variable_exposed_as(variables::ENSO_CLOUD_API_URL, ide_env::ENSO_IDE_API_URL) + .with_variable_exposed_as(variables::ENSO_CLOUD_CHAT_URL, ide_env::ENSO_IDE_CHAT_URL) + .with_variable_exposed_as(variables::ENSO_CLOUD_SENTRY_DSN, ide_env::ENSO_IDE_SENTRY_DSN) + .with_variable_exposed_as(variables::ENSO_CLOUD_STRIPE_KEY, ide_env::ENSO_IDE_STRIPE_KEY) + .with_variable_exposed_as( + variables::ENSO_CLOUD_COGNITO_USER_POOL_ID, + ide_env::ENSO_IDE_COGNITO_USER_POOL_ID, + ) + .with_variable_exposed_as( + variables::ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID, + ide_env::ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID, + ) + .with_variable_exposed_as( + variables::ENSO_CLOUD_COGNITO_DOMAIN, + ide_env::ENSO_IDE_COGNITO_DOMAIN, + ) + .with_variable_exposed_as( + variables::ENSO_CLOUD_COGNITO_REGION, + ide_env::ENSO_IDE_COGNITO_REGION, + ) + .with_variable_exposed_as( + variables::ENSO_CLOUD_GOOGLE_ANALYTICS_TAG, + ide_env::ENSO_IDE_GOOGLE_ANALYTICS_TAG, + ) + .with_variable_exposed_as( + variables::ENSO_AG_GRID_LICENSE_KEY, + ide_env::ENSO_IDE_AG_GRID_LICENSE_KEY, + ) + .with_variable_exposed_as(variables::ENSO_MAPBOX_API_TOKEN, ide_env::ENSO_IDE_MAPBOX_API_TOKEN) } #[derive(Clone, Copy, Debug)] @@ -195,9 +202,10 @@ impl JobArchetype for JvmTests { .build_job(job_name, target) .with_permission(Permission::Checks, Access::Write); match graal_edition { - graalvm::Edition::Community => job.env(env::GRAAL_EDITION, graalvm::Edition::Community), + graalvm::Edition::Community => + job.env(engine_env::GRAAL_EDITION, graalvm::Edition::Community), graalvm::Edition::Enterprise => - job.env(env::GRAAL_EDITION, graalvm::Edition::Enterprise), + job.env(engine_env::GRAAL_EDITION, graalvm::Edition::Enterprise), } job } @@ -277,9 +285,10 @@ impl JobArchetype for StandardLibraryTests { ) .with_permission(Permission::Checks, Access::Write); match graal_edition { - graalvm::Edition::Community => job.env(env::GRAAL_EDITION, graalvm::Edition::Community), + graalvm::Edition::Community => + job.env(engine_env::GRAAL_EDITION, graalvm::Edition::Community), graalvm::Edition::Enterprise => - job.env(env::GRAAL_EDITION, graalvm::Edition::Enterprise), + job.env(engine_env::GRAAL_EDITION, graalvm::Edition::Enterprise), } job } @@ -361,7 +370,7 @@ impl JobArchetype for SnowflakeTests { }) .build_job(job_name, target) .with_permission(Permission::Checks, Access::Write); - job.env(env::GRAAL_EDITION, GRAAL_EDITION_FOR_EXTRA_TESTS); + job.env(engine_env::GRAAL_EDITION, GRAAL_EDITION_FOR_EXTRA_TESTS); job } @@ -466,38 +475,23 @@ impl JobArchetype for DeployRuntime { pub fn expose_os_specific_signing_secret(os: OS, step: Step) -> Step { match os { OS::Windows => step - .with_secret_exposed_as(secret::WINDOWS_CERT_PATH, &crate::ide::web::env::WIN_CSC_LINK) - .with_secret_exposed_as( - secret::WINDOWS_CERT_PASSWORD, - &crate::ide::web::env::WIN_CSC_KEY_PASSWORD, - ), + .with_secret_exposed_as(secret::WINDOWS_CERT_PATH, &ide_env::WIN_CSC_LINK) + .with_secret_exposed_as(secret::WINDOWS_CERT_PASSWORD, &ide_env::WIN_CSC_KEY_PASSWORD), OS::MacOS => step - .with_secret_exposed_as( - secret::APPLE_CODE_SIGNING_CERT, - &crate::ide::web::env::CSC_LINK, - ) + .with_secret_exposed_as(secret::APPLE_CODE_SIGNING_CERT, &ide_env::CSC_LINK) .with_secret_exposed_as( secret::APPLE_CODE_SIGNING_CERT_PASSWORD, - &crate::ide::web::env::CSC_KEY_PASSWORD, - ) - .with_secret_exposed_as( - secret::APPLE_NOTARIZATION_USERNAME, - &crate::ide::web::env::APPLEID, - ) - .with_secret_exposed_as( - secret::APPLE_NOTARIZATION_PASSWORD, - &crate::ide::web::env::APPLEIDPASS, - ) - .with_secret_exposed_as( - secret::APPLE_NOTARIZATION_TEAM_ID, - &crate::ide::web::env::APPLETEAMID, + &ide_env::CSC_KEY_PASSWORD, ) - .with_env(crate::ide::web::env::CSC_IDENTITY_AUTO_DISCOVERY, "true") + .with_secret_exposed_as(secret::APPLE_NOTARIZATION_USERNAME, &ide_env::APPLEID) + .with_secret_exposed_as(secret::APPLE_NOTARIZATION_PASSWORD, &ide_env::APPLEIDPASS) + .with_secret_exposed_as(secret::APPLE_NOTARIZATION_TEAM_ID, &ide_env::APPLETEAMID) + .with_env(ide_env::CSC_IDENTITY_AUTO_DISCOVERY, "true") // `CSC_FOR_PULL_REQUEST` can potentially expose sensitive information to third-party, // see the comment in the definition of `CSC_FOR_PULL_REQUEST` for more information. // // In our case, we are safe here, as any PRs from forks do not get the secrets exposed. - .with_env(crate::ide::web::env::CSC_FOR_PULL_REQUEST, "true"), + .with_env(ide_env::CSC_FOR_PULL_REQUEST, "true"), _ => step, } } @@ -572,9 +566,10 @@ impl JobArchetype for CiCheckBackend { let job_name = format!("Engine ({})", self.graal_edition); let mut job = RunStepsBuilder::new("backend ci-check").build_job(job_name, target); match self.graal_edition { - graalvm::Edition::Community => job.env(env::GRAAL_EDITION, graalvm::Edition::Community), + graalvm::Edition::Community => + job.env(engine_env::GRAAL_EDITION, graalvm::Edition::Community), graalvm::Edition::Enterprise => - job.env(env::GRAAL_EDITION, graalvm::Edition::Enterprise), + job.env(engine_env::GRAAL_EDITION, graalvm::Edition::Enterprise), } job } diff --git a/build_tools/build/src/ide/web.rs b/build_tools/build/src/ide/web.rs index 43de82007bee..f631cccbd4b0 100644 --- a/build_tools/build/src/ide/web.rs +++ b/build_tools/build/src/ide/web.rs @@ -3,7 +3,6 @@ use crate::prelude::*; use crate::paths::generated; -use crate::project::gui::BuildInfo; use crate::project::IsArtifact; use crate::version::ENSO_VERSION; @@ -21,13 +20,6 @@ use tempfile::TempDir; // === Export === // ============== -lazy_static! { - /// Path to the file with build information that is consumed by the JS part of the IDE. - /// - /// The file must follow the schema of type [`BuildInfo`]. - pub static ref BUILD_INFO: PathBuf = PathBuf::from("build.json"); -} - pub mod env { use super::*; @@ -50,45 +42,46 @@ pub mod env { pub use ide_ci::env::known::electron_builder::*; - // Cloud environment configuration + // GUI-specific environment variables define_env_var! { /// The name of the backend environment, typically 'production' for production builds. - ENSO_CLOUD_ENVIRONMENT, String; + ENSO_IDE_ENVIRONMENT, String; /// The root path for all API endpoints, without a trailing slash. - ENSO_CLOUD_API_URL, String; + ENSO_IDE_API_URL, String; /// The URL for the WebSocket server for chat functionality. - ENSO_CLOUD_CHAT_URL, String; + ENSO_IDE_CHAT_URL, String; /// The Sentry DSN for error reporting in this environment. - ENSO_CLOUD_SENTRY_DSN, String; + ENSO_IDE_SENTRY_DSN, String; /// Stripe's publishable key for client-side operations. - ENSO_CLOUD_STRIPE_KEY, String; + ENSO_IDE_STRIPE_KEY, String; /// The ID of the Amplify user pool for authentication. - ENSO_CLOUD_COGNITO_USER_POOL_ID, String; + ENSO_IDE_COGNITO_USER_POOL_ID, String; /// The client-side key for the Amplify user pool. - ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID, String; + ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID, String; /// The domain for Amplify requests. - ENSO_CLOUD_COGNITO_DOMAIN, String; + ENSO_IDE_COGNITO_DOMAIN, String; /// The AWS region for Amplify configuration, matching the domain region. - ENSO_CLOUD_COGNITO_REGION, String; + ENSO_IDE_COGNITO_REGION, String; /// The Google Analytics tag to which Google Analytics events should be sent. - ENSO_CLOUD_GOOGLE_ANALYTICS_TAG, String; - } + ENSO_IDE_GOOGLE_ANALYTICS_TAG, String; - // GUI-specific environment variables - define_env_var! { /// License key for the AG Grid library. - VITE_ENSO_AG_GRID_LICENSE_KEY, String; + ENSO_IDE_AG_GRID_LICENSE_KEY, String; + /// The Mapbox API token for the GeoMap visualization. - VITE_ENSO_MAPBOX_API_TOKEN, String; + ENSO_IDE_MAPBOX_API_TOKEN, String; + + ENSO_IDE_COMMIT_HASH, String; + ENSO_IDE_VERSION, String; } } @@ -231,11 +224,6 @@ impl IdeDesktop { Ok(command) } - pub fn write_build_info(&self, info: &BuildInfo) -> Result { - let path = self.repo_root.join(&*BUILD_INFO); - path.write_as_json(info) - } - pub async fn build_icons(&self, output_path: impl AsRef) -> Result { self.pnpm()? .set_env(env::ENSO_BUILD_ICONS, output_path.as_ref())? @@ -256,6 +244,8 @@ impl IdeDesktop { err))] pub async fn dist( &self, + version: &Version, + commit_hash: &str, gui: &impl IsArtifact, project_manager: &crate::project::backend::Artifact, output_path: impl AsRef, @@ -272,12 +262,14 @@ impl IdeDesktop { crate::engine::deduce_graal(self.octocrab.clone(), &self.build_sbt).await?; graalvm.install_if_missing(&self.cache).await?; } - - + + let version_string = version.to_string(); crate::web::install(&self.repo_root).await?; let pm_bundle = ProjectManagerInfo::new(project_manager)?; let sign_artifacts = &sign; self.pnpm()? + .set_env(env::ENSO_IDE_COMMIT_HASH, &commit_hash)? + .set_env(env::ENSO_IDE_VERSION, &version_string)? .set_env(env::ENSO_BUILD_GUI, gui.as_ref())? .set_env(env::ENSO_BUILD_IDE, output_path)? .set_env(env::ENSO_BUILD_SIGN, sign_artifacts)? @@ -300,7 +292,8 @@ impl IdeDesktop { self.pnpm()? .try_applying(&icons)? .apply(&RemoveEmptyCscEnvVars) - // .env("DEBUG", "electron-builder") + .set_env(env::ENSO_IDE_COMMIT_HASH, &commit_hash)? + .set_env(env::ENSO_IDE_VERSION, &version_string)? .set_env(env::ENSO_BUILD_GUI, gui.as_ref())? .set_env(env::ENSO_BUILD_IDE, output_path)? .set_env(env::ENSO_BUILD_SIGN, sign_artifacts)? diff --git a/build_tools/build/src/project/gui.rs b/build_tools/build/src/project/gui.rs index a2639fbf488c..1618d8458fb3 100644 --- a/build_tools/build/src/project/gui.rs +++ b/build_tools/build/src/project/gui.rs @@ -77,18 +77,6 @@ impl IsTarget for Gui { } } -// ================= -// === BuildInfo === -// ================= -#[derive(Clone, Debug, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct BuildInfo { - pub commit: String, - pub version: Version, - pub engine_version: Version, - pub name: String, -} - pub fn ide_desktop_from_context(context: &Context) -> IdeDesktop { IdeDesktop::new(&context.repo_root, context.octocrab.clone(), context.cache.clone()) } diff --git a/build_tools/build/src/project/ide.rs b/build_tools/build/src/project/ide.rs index 263ff4fc8899..19c341511c5e 100644 --- a/build_tools/build/src/project/ide.rs +++ b/build_tools/build/src/project/ide.rs @@ -85,6 +85,8 @@ pub struct BuildInput { pub project_manager: BoxFuture<'static, Result>, #[derive_where(skip)] pub gui: BoxFuture<'static, Result>, + #[derive_where(skip)] + pub commit_hash: BoxFuture<'static, Result>, pub electron_target: Option, /// The name base used to generate CI run artifact names. pub artifact_name: String, @@ -117,14 +119,17 @@ impl Ide { electron_target, artifact_name: _, sign_artifacts, + commit_hash } = input; let ide_desktop = ide_desktop_from_context(context); let target_os = self.target_os; let target_arch = self.target_arch; async move { - let (gui, project_manager) = try_join!(gui, project_manager)?; + let (gui, project_manager, commit_hash) = try_join!(gui, project_manager, commit_hash)?; ide_desktop .dist( + &version, + &commit_hash, &gui, &project_manager, &output_path, diff --git a/build_tools/cli/src/lib.rs b/build_tools/cli/src/lib.rs index a594f1d77c81..339af9b7c6da 100644 --- a/build_tools/cli/src/lib.rs +++ b/build_tools/cli/src/lib.rs @@ -39,7 +39,6 @@ use enso_build::paths::TargetTriple; use enso_build::project; use enso_build::project::backend; use enso_build::project::backend::Backend; -use enso_build::project::gui; use enso_build::project::gui::Gui; use enso_build::project::ide; use enso_build::project::ide::Ide; @@ -62,7 +61,6 @@ use enso_build::version; use futures_util::future::try_join; use ide_ci::actions::workflow::is_in_env; use ide_ci::cache::Cache; -use ide_ci::define_env_var; use ide_ci::fs::remove_if_exists; use ide_ci::github::release; use ide_ci::github::setup_octocrab; @@ -83,10 +81,6 @@ fn resolve_artifact_name(input: Option, project: &impl IsTarget) -> Stri input.unwrap_or_else(|| project.artifact_name()) } -define_env_var! { - ENSO_BUILD_KIND, version::Kind; -} - /// The basic, common information available in this application. #[derive(Clone, Debug)] pub struct Processor { @@ -196,24 +190,6 @@ impl Processor { .boxed() } - pub fn js_build_info(&self) -> BoxFuture<'static, Result> { - let triple = self.triple.clone(); - let commit = self.commit(); - async move { - Ok(gui::BuildInfo { - commit: commit.await?, - name: "Enso IDE".into(), - version: triple.versions.version.clone(), - engine_version: triple.versions.version.clone(), - }) - } - .boxed() - } - - // pub fn pm_info(&self) -> enso_build::project::backend::BuildInput { - // enso_build::project::backend::BuildInput { versions: self.triple.versions.clone() } - // } - pub fn resolve_inputs( &self, inputs: ::BuildInput, @@ -559,24 +535,11 @@ impl Processor { sign_artifacts, } = params; - let build_info_get = self.js_build_info(); - let build_info_path = self.context.inner.repo_root.join(&*enso_build::ide::web::BUILD_INFO); - - let build_info = async move { - let build_info = build_info_get.await?; - build_info_path.write_as_json(&build_info) - }; - - let gui = self.get(gui); - let input = ide::BuildInput { - gui: async move { - build_info.await?; - gui.await - } - .boxed(), + gui: self.get(gui), project_manager: self.get(project_manager), version: self.triple.versions.version.clone(), + commit_hash: self.commit(), electron_target, artifact_name: "ide".into(), sign_artifacts, From 5bd3693f823ec0b2159c35c1beb5e250e3d92085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 21:32:19 +0200 Subject: [PATCH 077/151] fix env names in bazel workflow --- .github/workflows/bazel-build.yml | 30 +++++++++++++++--------------- app/gui/.env.testing | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 20a83dec2666..02216143cdf2 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -20,21 +20,21 @@ jobs: - name: Expose env variables run: | cat << END > app/gui/.env.production - ENSO_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" - ENSO_API_URL="${{ vars.ENSO_CLOUD_API_URL }}" - ENSO_CHAT_URL="${{ vars.ENSO_CLOUD_CHAT_URL }}" - ENSO_COGNITO_DOMAIN="${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" - ENSO_COGNITO_REGION="${{ vars.ENSO_CLOUD_COGNITO_REGION }}" - ENSO_COGNITO_USER_POOL_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" - ENSO_COGNITO_USER_POOL_WEB_CLIENT_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" - ENSO_GOOGLE_ANALYTICS_TAG="${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" - ENSO_SENTRY_DSN="${{ vars.ENSO_CLOUD_SENTRY_DSN }}" - ENSO_STRIPE_KEY="${{ vars.ENSO_CLOUD_STRIPE_KEY }}" - ENSO_AG_GRID_LICENSE_KEY="${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" - ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" - ENSO_COMMIT_HASH="${{ github.sha }}" - ENSO_VERSION="SNAPSHOT-${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" - ENSO_CLOUD_BUILD="false" + ENSO_IDE_ENVIRONMENT="${{ vars.ENSO_CLOUD_ENVIRONMENT }}" + ENSO_IDE_API_URL="${{ vars.ENSO_CLOUD_API_URL }}" + ENSO_IDE_CHAT_URL="${{ vars.ENSO_CLOUD_CHAT_URL }}" + ENSO_IDE_COGNITO_DOMAIN="${{ vars.ENSO_CLOUD_COGNITO_DOMAIN }}" + ENSO_IDE_COGNITO_REGION="${{ vars.ENSO_CLOUD_COGNITO_REGION }}" + ENSO_IDE_COGNITO_USER_POOL_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_ID }}" + ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID="${{ vars.ENSO_CLOUD_COGNITO_USER_POOL_WEB_CLIENT_ID }}" + ENSO_IDE_GOOGLE_ANALYTICS_TAG="${{ vars.ENSO_CLOUD_GOOGLE_ANALYTICS_TAG }}" + ENSO_IDE_SENTRY_DSN="${{ vars.ENSO_CLOUD_SENTRY_DSN }}" + ENSO_IDE_STRIPE_KEY="${{ vars.ENSO_CLOUD_STRIPE_KEY }}" + ENSO_IDE_AG_GRID_LICENSE_KEY="${{ vars.ENSO_AG_GRID_LICENSE_KEY }}" + ENSO_IDE_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}" + ENSO_IDE_COMMIT_HASH="${{ github.sha }}" + ENSO_IDE_VERSION="SNAPSHOT-${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" + ENSO_IDE_CLOUD_BUILD="false" END - run: bazel build //app/gui:dist - name: Get build output location diff --git a/app/gui/.env.testing b/app/gui/.env.testing index 52b1f291a9fc..974086287f74 100644 --- a/app/gui/.env.testing +++ b/app/gui/.env.testing @@ -6,6 +6,6 @@ ENSO_IDE_COGNITO_USER_POOL_ID= ENSO_IDE_COGNITO_USER_POOL_WEB_CLIENT_ID= ENSO_IDE_COGNITO_DOMAIN= ENSO_IDE_COGNITO_REGION= -ENSO_IDE_DASHBOARD_VERSION=0.0.1-testing -ENSO_IDE_DASHBOARD_COMMIT_HASH=abcdef0 +ENSO_IDE_VERSION=0.0.1-testing +ENSO_IDE_COMMIT_HASH=abcdef0 ENSO_IDE_CLOUD_BUILD=false From fcafaee63ff5d3f46147f2d11b6fc15ad08a6389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 21:34:08 +0200 Subject: [PATCH 078/151] clippy --- build_tools/build/src/ci_gen/job.rs | 5 ++++- build_tools/build/src/ide/web.rs | 3 ++- build_tools/build/src/project/ide.rs | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build_tools/build/src/ci_gen/job.rs b/build_tools/build/src/ci_gen/job.rs index 939b21bee025..4c6ece4c551e 100644 --- a/build_tools/build/src/ci_gen/job.rs +++ b/build_tools/build/src/ci_gen/job.rs @@ -154,7 +154,10 @@ pub fn expose_gui_vars(step: Step) -> Step { variables::ENSO_AG_GRID_LICENSE_KEY, ide_env::ENSO_IDE_AG_GRID_LICENSE_KEY, ) - .with_variable_exposed_as(variables::ENSO_MAPBOX_API_TOKEN, ide_env::ENSO_IDE_MAPBOX_API_TOKEN) + .with_variable_exposed_as( + variables::ENSO_MAPBOX_API_TOKEN, + ide_env::ENSO_IDE_MAPBOX_API_TOKEN, + ) } #[derive(Clone, Copy, Debug)] diff --git a/build_tools/build/src/ide/web.rs b/build_tools/build/src/ide/web.rs index f631cccbd4b0..ca41bff9b341 100644 --- a/build_tools/build/src/ide/web.rs +++ b/build_tools/build/src/ide/web.rs @@ -234,6 +234,7 @@ impl IdeDesktop { } /// Build the full Electron package, using the electron-builder. + #[allow(clippy::too_many_arguments)] #[tracing::instrument(name="Preparing distribution of the IDE.", skip_all, fields( dest = %output_path.as_ref().display(), ?gui, @@ -262,7 +263,7 @@ impl IdeDesktop { crate::engine::deduce_graal(self.octocrab.clone(), &self.build_sbt).await?; graalvm.install_if_missing(&self.cache).await?; } - + let version_string = version.to_string(); crate::web::install(&self.repo_root).await?; let pm_bundle = ProjectManagerInfo::new(project_manager)?; diff --git a/build_tools/build/src/project/ide.rs b/build_tools/build/src/project/ide.rs index 19c341511c5e..840f6cdf6695 100644 --- a/build_tools/build/src/project/ide.rs +++ b/build_tools/build/src/project/ide.rs @@ -119,7 +119,7 @@ impl Ide { electron_target, artifact_name: _, sign_artifacts, - commit_hash + commit_hash, } = input; let ide_desktop = ide_desktop_from_context(context); let target_os = self.target_os; From 70dab6ccd6c835e319257145157ae9a3fe0c05bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 21:48:12 +0200 Subject: [PATCH 079/151] typecheck and prettier fix --- .prettierignore | 3 +- app/gui/index.html | 67 +++++++++++++++++++-------------- app/ide-desktop/client/watch.ts | 2 +- 3 files changed, 41 insertions(+), 31 deletions(-) diff --git a/.prettierignore b/.prettierignore index ecdac9bcb1c0..3f71bdf31f14 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,7 +4,7 @@ mockDist target # Release body template should not be auto-formatted, as the word wrap does not really looks good in the GitHub UI. -build/build/release-body.md +build_tools/build/release-body.md .github/PULL_REQUEST_TEMPLATE.md .github/ISSUE_TEMPLATE @@ -44,6 +44,7 @@ app/gui/src/project-view/assets/font-*.css Cargo.lock build.json app/gui/playwright-report/ +maven_install.json # Engine Builds can leave these nested working copies. # TODO [mwu]: Adjust Engine build to not leave them. diff --git a/app/gui/index.html b/app/gui/index.html index f4821f1a9a7e..3c76dba37b4c 100644 --- a/app/gui/index.html +++ b/app/gui/index.html @@ -1,18 +1,24 @@ - - - - - - - - - - - - - + + + + + + + + + + - + - Enso Analytics - - - -
-
-
-
+ user-scalable = no" + /> + Enso Analytics + - + +
+
+
+
- + - - + - \ No newline at end of file + + + diff --git a/app/ide-desktop/client/watch.ts b/app/ide-desktop/client/watch.ts index aced1909ed87..d007e8ce3691 100644 --- a/app/ide-desktop/client/watch.ts +++ b/app/ide-desktop/client/watch.ts @@ -38,7 +38,7 @@ const PROJECT_MANAGER_BUNDLE_PATH = paths.getProjectManagerBundlePath() // === Watch === // ============= -process.env.ELECTRON_DEV_MODE = 'true' +;(process.env as Record).ELECTRON_DEV_MODE = 'true' console.log('Cleaning IDE dist directory.') await fs.rm(IDE_DIR_PATH, { recursive: true, force: true }) await fs.mkdir(IDE_DIR_PATH, { recursive: true }) From 0ee4cd563c5fa9f7c39981ce0704f8d7c2a0313d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 21:58:27 +0200 Subject: [PATCH 080/151] narrow down crate search in wasm tests runner --- build_tools/build/src/project/wasm/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/build/src/project/wasm/test.rs b/build_tools/build/src/project/wasm/test.rs index 53c785a86822..356e9de70688 100644 --- a/build_tools/build/src/project/wasm/test.rs +++ b/build_tools/build/src/project/wasm/test.rs @@ -64,7 +64,7 @@ impl From for wasm_pack::TestFlags { /// Lists members of given Cargo.toml workspace. pub fn get_all_crates(repo_root: impl AsRef) -> Result> { - let pattern = repo_root.as_ref().join("**/Cargo.toml"); + let pattern = repo_root.as_ref().join("[al][pi][pb]/**/Cargo.toml"); let all_paths = glob::glob(pattern.as_str()).context(format!("Globbing {} failed", pattern.display()))?; let valid_paths = all_paths.filter_map(|path| match path { From 95ef92d621e6ba66caa08d6867cc9128575bb7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Wed, 23 Oct 2024 22:15:15 +0200 Subject: [PATCH 081/151] eslint and polyglot build fix --- .../dashboard/components/AriaComponents/Radio/Radio.tsx | 3 +++ app/gui/src/dashboard/components/styled/FocusRing.tsx | 1 + app/gui/src/dashboard/layouts/Settings/InputEntry.tsx | 8 ++++---- app/gui/src/dashboard/providers/DriveProvider.tsx | 2 +- app/gui/src/dashboard/providers/ProjectsProvider.tsx | 2 +- package.json | 3 ++- pnpm-lock.yaml | 6 +++--- project/Ydoc.scala | 2 +- 8 files changed, 16 insertions(+), 11 deletions(-) diff --git a/app/gui/src/dashboard/components/AriaComponents/Radio/Radio.tsx b/app/gui/src/dashboard/components/AriaComponents/Radio/Radio.tsx index af447a83ed72..4f5e3d031ea5 100644 --- a/app/gui/src/dashboard/components/AriaComponents/Radio/Radio.tsx +++ b/app/gui/src/dashboard/components/AriaComponents/Radio/Radio.tsx @@ -66,6 +66,7 @@ export const Radio = forwardRef(function Radio( value: props.value, }) + // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment const { isSelected, isDisabled, isPressed, inputProps, labelProps } = aria.useRadio( aria.mergeProps()(ariaProps, { id, @@ -125,11 +126,13 @@ export const Radio = forwardRef(function Radio( return (